*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
a{text-decoration: none;}
img{border: none;}
.containers{
     width: 100%;	
     float: left;
}
.top{
	width: 100%;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/top.jpg) no-repeat center center;
}
.top .kuais{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.top p{
	width: 160px;
	height: 25px;
	position: absolute;
	top: 60px;
	right: 0%;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	color: #333;
	font-size: 22px;
	font-weight: 600;
	overflow: hidden;
}
.inner{
	position: absolute;
    top: 10px;
    left: 70px;
    height: 80px;
    width: 910px;
    line-height: 80px;
}

.inner li{
	float: left;
    text-align: center;
    height: 40px;
    width: 82px;
    margin: 20px 15px;
}
.inner li:hover{
	float: left;
    text-align: center;
    height: 40px;
    width: 82px;
    margin: 20px 15px;
    background-color: #3e86ff;
    border-radius: 25px;

}
.inner li a{
	display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.inner li:hover a{
    height: 40px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 15px;
}
/* banner */
.banner{height:620px;overflow:hidden; position:relative;}
.banner .d1{width:100%;height:620px;display:block;position:absolute;left:0px;top:0px;}
/*main*/
.main{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/*floor1*/
.floor1{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.floor1 .nTab{width: 1200px;height:1130px;float: left;}
.floor1 .nTab .TabTitle{width:100%; height:250px;background:url(../img/f1d.jpg) no-repeat center;}
.floor1 .nTab .TabTitle ul li{float: left;width: 380px;height:250px;margin: 0px 10px;}
.floor1 .nTab .TabTitle ul li a{float: left;width: 100px;height:60px; text-align:center;display: block;}
.floor1 .nTab .TabTitle .active span{display: block;width: 380px;height:23px;margin: 10px 10px 5px 10px;}
.floor1 .nTab .TabTitle span img{display: block;width: 23px;height:23px;margin-left: 168.5px;}
.floor1 .nTab .TabTitle .normal span{display: none;}
.floor1 .nTab .TabTitle ul li .a1{float: left;width: 380px;height:185px;margin: 10px 0px;background:url(../img/f11s.jpg) no-repeat center;}
.floor1 .nTab .TabTitle ul li:hover .a1{float: left;width: 380px;height:185px;margin: 10px 0px;background:url(../img/f11n.jpg) no-repeat center;}
.floor1 .nTab .TabTitle ul li .a2{float: left;width: 380px;height:185px;margin: 10px 0px;background:url(../img/f12s.jpg) no-repeat center;}
.floor1 .nTab .TabTitle ul li:hover .a2{float: left;width: 380px;height:185px;margin: 10px 0px;background:url(../img/f12n.jpg) no-repeat center;}
.floor1 .nTab .TabTitle ul li .a3{float: left;width: 380px;height:185px;margin: 10px 0px;background:url(../img/f13s.jpg) no-repeat center;}
.floor1 .nTab .TabTitle ul li:hover .a3{float: left;width: 380px;height:185px;margin: 10px 0px;background:url(../img/f13n.jpg) no-repeat center;}

.floor1 .nTab .TabTitle .active .a1{float: left;width: 380px;height:185px;margin: 10px 0px;background:url(../img/f11n.jpg) no-repeat center;}
.floor1 .nTab .TabTitle .active .a2{float: left;width: 380px;height:185px;margin: 10px 0px;background:url(../img/f12n.jpg) no-repeat center;}
.floor1 .nTab .TabTitle .active .a3{float: left;width: 380px;height:185px;margin: 10px 0px;background:url(../img/f13n.jpg) no-repeat center;}
.floor1 .nTab .TabContent{width:100%;position: relative;}
.floor1 .nTab .TabContent .item{
	float:left; width:380px; 
	margin: 0px 10px 15px 10px;
	position:relative;
	background: #f3f3f3;
}
/*.floor1 .nTab .TabContent .item:nth-child(3n){ margin-right:0}
.floor1 .nTab .TabContent .item:nth-child(3n+1){ clear:both}*/
.floor1 .nTab .TabContent .item img{
	width: 100%;
	height: 280px;
}
.floor1 .nTab .TabContent .item .wenzi{padding:15px 20px;display: block;}
.floor1 .nTab .TabContent .item .wenzi h3{ 
	font-size:18px; font-weight:bold; 
	margin-bottom:5px;overflow: hidden;  color:#666;
	text-overflow: ellipsis;white-space: nowrap;}
.floor1 .nTab .TabContent .item .wenzi span{ 
	line-height:24px;height:48px;overflow: hidden;  
	text-overflow: ellipsis; display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;  color:#666;}
.floor1 .nTab .TabContent .item .wenzi .more{ 
	width:20px; height:20px; border-radius:50%; 
	border:solid 1px #ddd; display: block;
	background: url(../img/ahui.png) no-repeat center center; 
	background-size:5px auto; margin-top:10px}
.floor1 .nTab .TabContent .item:hover {
	background:#3e86ff;
}
.floor1 .nTab .TabContent .item:hover h3, .floor1 .nTab .TabContent .item:hover span{ color:#fff;}
.floor1 .nTab .TabContent .item:hover .wenzi .more{ 
	border:solid 1px #fff;
	background: url(../img/abai.png) no-repeat center center; 
	background-size:5px auto; }
.none {display:none;}
.left{float:left}
.right{float:right}
/*floor2*/
.floor2{
	width: 100%;
	height: 615px;
	overflow: hidden;
	background:url(../img/floor2.jpg) no-repeat center;
}
.floor2 .floor2s{
	width: 1200px;
	height: 470px;
	margin:0 auto;
	overflow: hidden;
}
.floor2 .floor2s .left{
	width: 610px;
	height: 470px;
	margin-right: 15px;
}
.floor2 .floor2s .left img{
	width: 610px;
	height: 470px;
}
.floor2 .floor2s .right{
	width: 575px;
	height: 470px;
	position: relative;
}
.floor2 .floor2s .right p{
	width: 570px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-left: 5px;
}
.floor2 .floor2s .right span{
	width: 570px;
	height: 210px;
	overflow: hidden;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	margin-left: 5px;
	display: block;
	text-indent: 2em;
}
.floor2 .floor2s .right a{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 130px;
	height: 50px;
}
/*floor3*/
.floor3{
	width: 1200px;
	margin: 60px auto;
	overflow: hidden;
}
.floor3 .left{
	width: 700px;
	height: 700px;
	float: left;
}
.floor3 .nTab{width: 700px;height:700px;float: left;}
.floor3 .nTab .TabTitle{width:100%; height:50px; line-height:50px;border-bottom: 1px solid #3e86ff;}
.floor3 .nTab .TabTitle ul li{float: left;width: 100px;height:50px;margin: 0 11px;}
.floor3 .nTab .TabTitle ul li a{font-size: 16px;float: left;width: 100px;height:50px; text-align:center;border-radius: 25px;display: block;border: 1px solid #3e86ff;}
.floor3 .nTab .TabTitle .active a{color:#fff; background-color:#3e86ff;}
.floor3 .nTab .TabTitle .normal a{color:#333; background-color:#fff;}
.floor3 .nTab .TabContent{width:100%;position: relative;}
.floor3 .nTab .TabContent .tiao{
	width: 700px;
	height: 210px;
	border-bottom: 1px solid #B8B8B8;
}
.floor3 .nTab .TabContent .tiao .p1{
	width: 700px;
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	color: #333;
	font-size: 18px;
	line-height: 40px;
	margin-top: 40px;
}
.floor3 .nTab .TabContent .tiao .p2{
	width: 700px;
	height: 60px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.floor3 .nTab .TabContent .tiao span{
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	text-align: left;
}
.floor3 .nTab .TabContent .tiao a{
	width: 200px;
	height: 30px;
	display: block;
	float: right;
	color: #3e86ff;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
}
.floor3 .right{
	width: 465px;
	height: 700px;
	float: right;
	position: relative;
}
/* slide */
.slide{width:465px;height:305px;overflow:hidden;position:relative;background-color:#000;z-index:10;float: left;margin-top: 50px;}
.slide ul{height:305px;}
.slide ul li{width:465px;height:305px;float:left;position: relative;}
.slide ul li span{position: absolute;top: 345px;left: 20px;color: #fff;}
.slide .bg{width:400px;height:34px;position:absolute;background-color:#000;bottom:0;left:0;border-top:1px solid #fff;filter:alpha(opacity=30);opacity:.3;z-index:5;}
.slide .num{overflow:hidden;zoom:1;position:absolute;right:20px;bottom:11px;z-index:10;}
.slide .num span{display:inline-block;width:12px;height:12px;background:url(../img/bg-slide.png) 0 -12px no-repeat;_background:url(../img/ie6/bg-slide.png) 0 -12px no-repeat;cursor:pointer;overflow:hidden;}
.slide .num span.on{background-position:0 0;}
.slide .skip{display:none;_display:block;width:23px;height:47px;background:url(../img/bg-slide.png) no-repeat;_background:url(../img/ie6/bg-slide.png) no-repeat;position:absolute;top:50%;margin-top:-24px;text-indent:-1000em;cursor:pointer;}
.slide .prev{background-position:0 -172px;left:10px;}
.slide .prev:hover{background-position:0 -219px;}
.slide .next{background-position:-23px -172px;right:10px;}
.slide .next:hover{background-position:-23px -219px;}
.slide:hover .prev,.slide:hover .next{display:block;}
.slide .num{bottom:11px;}
.floor3 .right .sp{
	width: 465px;
	height: 310px;
	margin-top: 20px;
	position: absolute;
	left: 0;
	bottom: 17px;
}
.floor3 .right .sp img{
	width: 465px;
	height: 310px;
}

.pic{ height:auto; display:block; overflow:hidden;}
.pic img{ width:100%; height:auto;cursor: pointer;transition: all 1.5s; display:block}
.pic:hover img{transform:scale(1.1);}
.img-dv{ position:relative; overflow:hidden}
.img-dv .img1{ display:block; width:100%;}
.img-dv .img2{ position:absolute;left:0;right:0;top:0;bottom:0; margin:auto; max-width:100%; min-height:100%}
.newsright{ float:right; width:100%; margin-top:50px;}
.newsright .topnews .swiper-slide{ position:relative;}
.newsright .topnews .swiper-slide .wenzi{ font-size:16px; position:absolute; width:100%; left:0; bottom:0; line-height:40px; background-color:rgba(0,0,0,0.6); color:#fff;  padding:0 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsright .topnews .swiper-slide .wenzi p{width:80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;    margin: 5px;height: 23px;line-height: 23px;}
.newsright .topnews .swiper-pagination{bottom:2%; text-align:right; padding-right:15px;}
.newsright .topnews .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:0.8; margin:0 3px; border-radius:5.5px;}
.newsright .topnews .swiper-pagination-bullet-active{ background:#1a714e; opacity:1; border:none}

/*floor4*/
.floor4{
	width: 100%;
	height: 300px;
	overflow: hidden;
	background:url(../img/floor4.jpg) no-repeat center;
}
.floor4 .floor4s{
	width: 1200px;
	height: 250px;
	margin:0 auto;
	overflow: hidden;
}
.floor4 .floor4s .tittt{
	width: 200px;
	height: 100px;
	display:block;
}
#demo,td,th {
	font-size: 12px;
	color: #666666;
}
#demo .dt{
	width: 210px;height: 150px;
	text-decoration: none;
	/*display: inline-block;*/
}
#demo .dt img{
	width: 210px;height: 150px;margin-left: 15px;
}
#demo{width:100%; overflow:hidden; margin: 0 auto;}
/*bottom*/
.bottom{
	width: 100%;
	height: 305px;
	overflow: hidden;
	background:url(../img/bottom.jpg) no-repeat center;
}
.bottom .db{
	width: 1200px;
	height: 255px;
	margin:0 auto;
	overflow: hidden;
}
.bottom .db .kuai{
	width: 950px;
	height: 255px;
	margin-left:200px;
	overflow: hidden;
}
.bottom .db .kuai .inners{
	width: 950px;
	height: 100px;
	line-height: 100px;
}
.bottom .db .kuai .inners li{
	float: left;
    text-align: center;
    height: 50px;
    width: 88px;
    margin: 25px 15px;
}
.bottom .db .kuai .inners li a{
	display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}
.bottom .db .kuai .left{
	width: 700px;
    height: 160px;
    margin-left:50px;
    margin-top: 0;
    float:left;
}
.bottom .db .kuai .left p{
	width: 700px;
    height: 38px;
   line-height: 38px;
   color: #fff;
   font-size: 14px;
   letter-spacing: 2px;
}
.bottom .db .kuai img{
	width: 138px;
    height: 138px;
    display: block;
}