@charset "utf-8";

/* CSS Document */

body{
	background:#f1f1f1;}
/*banner开始*/

.banner{width:757px; float:left;
border:8px solid #fff;}
		.slide{position:relative;}
		.slide ul.slide-main{height:568px;}
		.slide ul.slide-main li{position:absolute;left:0;top:0;}
		.slide ul.points{text-align:right;padding:10px 0;position:absolute;bottom:10px;left:-25px;width:100%;}
		.slide ul.points li{display:inline-block;*display:inline;zoom:1;width:14px;height:14px;border-radius:50%;background:#fff;margin-right:8px;}
		.slide ul.points li.selected{background:#131521;}
		.slide a.slide-arrow{position:absolute;top:50%;margin-top:-35px;left:0;background:#000;background:rgba(0,0,0,.2);color:#fff;font-size:25px;text-align:center;line-height:60px;height:60px;width:30px;z-index:2;text-decoration:none;font-family:sans-serif;}
		.slide a.slide-arrow:hover{background:#000;background:rgba(0,0,0,.3);}
		.slide a.slide-arrow-right{left:auto;right:0;}


/*内容区域开始*/
.three{
	width:1170px;
	margin:0 auto;
	padding-top:30px;}
.three .about{
	border:8px solid #fff;
	width:365px;
	height:274px;
	float:right;}
.three .about em{
	width:365px;
	height:274px;
	display:inline-block;
    background:rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:none;
	}
.three .news em{
	width:365px;
	height:265px;
	display:inline-block;
    background:rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:none;
	}
.three .about em h3, .three .news em h3{
	font-size:20px;
	padding-top:50px;
	}

.three .about em span, .three .news em span , .four li em span{
	display:block;
	font-size:14px;
	line-height:24px;
	padding:0 38px;
	padding-top:28px;}
.three .more, .news .more , .four li em .more{
	border:1px solid #fff;
	width:110px;
	height:35px;
	text-align:center;
	line-height:35px;
	display:block;
	margin:0 auto;
	margin-top:25px;}
.three .news{
	border:8px solid #fff;
	width:365px;
	height:265px;
	float:right;
	margin-top:13px;}
.four{
	width:1184px;
	margin:0 auto;
	padding-top:20px;}
.four li{
	border:8px solid #fff;
	float:left;
	margin:0 8px;
	position:relative;
	cursor:pointer;
	}
.four li em{
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	display:none;}
.four li em h3{
	font-size:20px;
	padding-top:50px;
	}

<!--底部开始-->


