/*(1)清除默认样式*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img,input{ margin:0; padding:0; }
fieldset, img,input,button { border:0 none; padding:0;margin:0;outline-style:none; }   /*去掉input等聚焦时的蓝色边框*/
ul,li,ol{ list-style:none; }
/* 行内元素的垂直居中 */
/* 
vertical-align：top 
*/
select, input { vertical-align:middle;}
/*select, input, textarea { font-size:12px; margin:0; }*/
textarea { resize:none; } /*防止拖动*/
img {border:0;}  
/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
/* table { border-collapse:collapse; } */
.fl{float: left;}
a {text-decoration:none; }
 
/*清除浮动（不管）*/
.clearfix:before,.clearfix:after {  /*清楚浮动*/
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:1em;}  /*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,i,em{font-style:normal;text-decoration:none;}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: none;
}
#top{
	width: 100%;
	height: 780px;
	background: url(../img/indexbanner.png);
	background-size: cover;
}
#navbox{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#nav{
	height: 80px;
	line-height: 80px;
	margin:0 auto;
	width: 66%;
}
#nav li{
	height: 80px;
	cursor: pointer;
	float: left;
	width: 13%;
}
#nav li a{
	font-size: 20px;
	text-align: center;
	color: #fff;
}
#nav li:nth-child(2) {margin-left: 100px;}
#nav li span{display: block;}
#nav li span:hover .bor{
	animation-name: example2;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.bor{
	margin: 0 auto;
	width: 40px;
}
/* 动画代码 */
@keyframes example2 {
  0%   {width: 0;border-bottom: 2px solid #00cecb;}
  100% {width: 40px;border-bottom: 2px solid #00cecb;}
}



.hover{
	border-bottom: 2px solid #00cecb;
}

#about{
	background: url(../img/aboutbg.png);
	height: 1040px;
}
#about h1{width: 100%;text-align: center;font-size: 72px;color: #666;padding-top: 50px;}
.abouttitle{
	width: 22%;
    text-align: center;
    font-size: 36px;
    color: #009593;
    padding-top: 2px;
    background: url(../img/gline.png) no-repeat 0 28px;
    margin: 0 auto;
}
#about .pbox{width: 62%;margin:24px auto;}
.wenzi{text-indent: 2em;line-height: 1.6em;color: #666;font-size: 20px;}
.aboutleft,.aboutright{
	margin: 60px 0 0 0;
	height: 380px;
    overflow: hidden;
}
.aboutright{margin-left: 34px;}
.dh1{
	width: 100%;
    text-align: center;
	position: relative;
	bottom: 70px;
	color: #00cecb;
}
.stitle{
	font-size: 36px;
	background:url(../img/wline.png) no-repeat 76px 36px rgb(73,91,112,0.7);
	height: 380px;
	line-height: 70px;
}
.info{
	width: 390px;
	margin: 0 auto;
	line-height: 2em;
	bottom: 280px;
	position: relative;
	color: #fff;
}
.aboutleft:hover .dh1{
	animation-name: example;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.aboutleft:hover .stitle{
	color: #FFFFFF;background-color: rgb(50,173,160,0.1);
}
.aboutright:hover .dh1{
	animation-name: example;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.aboutright:hover .stitle{
	color: #FFFFFF;background-color: rgb(50,173,160,0.1);
}
/* 动画代码 */
@keyframes example {
  0%   {color: #FFFFFF;background-color: rgb(50,173,160,0.85);}
  100% {color: #FFFFFF;background-color: rgb(50,173,160,0.85);bottom: 386px;padding-top: 80px;}
}

#brands{
	width: 100%;
	height: 927px;
	background: url(../img/brands.png);
	background-size: cover;
}

#brands h1{width: 100%;text-align: center;font-size: 72px;color: #fff;padding-top: 50px;}
.brandstitle{
	width: 22%;
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding-top: 2px;
    background: url(../img/wline.png) no-repeat 0 28px;
    margin: 0 auto;
}
#clients{
	width: 100%;
	height: 828px;
	background: url(../img/clients.png);
}
#clients h1{width: 100%;text-align: center;font-size: 72px;color: #666;padding-top: 50px;}
.clientstitle{
	width: 22%;
    text-align: center;
    font-size: 36px;
    color: #009593;
    padding-top: 2px;
    background: url(../img/gline.png) no-repeat 0 28px;
    margin: 0 auto;
}
#news{
	width: 100%;
}
#news h1{width: 100%;text-align: center;font-size: 72px;color: #666;padding-top: 50px;}
.newstitle{
	width: 22%;
    text-align: center;
    font-size: 36px;
    color: #009593;
    padding-top: 2px;
    background: url(../img/gline.png) no-repeat 0 28px;
    margin: 0 auto;
}
#nbox{width: 1200px;margin: 40px auto;}
.nleft,.nright{width: 50%;float: left;}
.fenlei{
	background-color:#05aeac;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: 30px;
	text-align: center;
	width: 186px;
}
.infol{width: 70%;float:left;}
.infor{width: 20%;float:right;}
.infol h3{
	text-indent: 1.5em;
	font-size: 22px;color: #333;
}
.infol p{
	font-size: 16px;color: #999;
}
.date{
	font-size: 30px;color: #999;
}
.libox{margin-top: 36px;}
.libox li{
	width: 567px;
	border-bottom: 1px solid #ccc;
	padding-top: 30px;

}

.libox p{
	padding: 4px 0 28px 34px;
}
.infor span{
	padding: 10px;
	display: block;
	text-align: right;
}
.libox li:hover{
	box-shadow: 0 0 10px 0 #ccc;
}
.libox li:hover .infol h3{
	color: #db4431;
}

#footer{
	width: 100%;
	border-top: 2px solid #F3F3F3;
	padding-top: 52px;
	padding-bottom: 60px;
}
#footer ul {width: 1200px;margin:0 auto;}
#footer ul li{
	width: 120px;
	float: left;
	margin-right: 38px;
}
#footer ul h3{
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #999;
	padding: 10px 0;
}
#footer ul p{
	font-size: 16px;
	padding-top: 20px;
}
#footer ul p a{
	color: #666;
}
#footer ul h1{
	font-size: 36px;
	color: #db4431;
	
}

#aboutnav{
	height: 74px;
	line-height: 74px;
	background: #fbfbfb;
	border: 1px solid #f4f4f4;

}
#aboutnav ul{
	width: 1200px;
	margin: 0 auto;
}
#aboutnav li{
	text-align: center;
	width: 80px;
	float: left;
	margin-right: 64px;
}
#aboutnav li:hover a{
	/*border-bottom: 2px solid #05aeac;*/
	color:  #05aeac;
}
#a1{
	width: 1200px;
	margin: 50px auto;
}
#a1 h3{
	font-size: 36px;
	color: #009593;
	padding-bottom: 30px;
}
#a1 h3 span{border-bottom: 4px solid #db4431;}
#a1 p{
	font-size: 20px;
	color: #666;
	line-height: 1.8em;
}
#a2 img{width: 100%;}
#a3{
	width: 1200px;
	margin: 50px auto;
}
#a3 h3{
	font-size: 36px;
	color: #009593;
	text-align: center;
}
#a3 h3 span{border-bottom: 4px solid #db4431;padding: 10px 0;}

#a3 p{
	font-size: 20px;
	color: #666;
	text-align: center;
	padding-top: 10px;
}
.fuwubox{
	width: 100%;
	margin: 54px 0 62px 0;
}
.sbox{
	margin: 0 10px;
	width: 280px;
	height: 332px;
	float: left;
	text-align: center;
	color: #333;
	font-size: 24px;
	box-shadow: 0px 0px 9px 2px #ccc;
}
.sbox img{
	margin-top: 30px;
}
.sbox p{
	width: 170px;
	line-height: 1.6em;
	margin: 0 auto;
}
.sbox:hover{
	height: 324px;
	border-bottom: 8px solid #db4431;
}
#a4{
	height: 640px;
	width: 100%;
	background: url(../img/a4bg.jpg);
	position: relative;
}
#a4 h3 span{border-bottom: 4px solid #db4431;padding: 10px 0;}

.a4tit{
	padding-top: 62px;
	font-size: 36px;
	color: #fff;
	text-align: center;
}
.a4tit1{
	font-size: 20px;
	color: #999;
	text-align: center;
	padding: 18px 0;
}
#p4{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: rgba(32,42,54,0.5);
}
.p4box{
	width: 1200px;
	margin: 0 auto;
}
.pinfobox:first-child{
	border-left: 1px solid #999;
}
.pinfobox{
	width: 298px;
	float: left;
	height: 200px;
	border-right: 1px solid #999;
}
.pinfobox img{display: none;}
.pinfotit{
	padding: 30px 0 14px 24px;
	color: #fff;
	font-size: 24px;
}
.pinfo{
	color: #999;
	font-size: 18px;
	padding: 0 24px;
	width: 204px;
	line-height: 1.4em;
}
.pinfobox:hover{
	animation-name: example1;
	animation-duration: 0.1s;
	animation-fill-mode: forwards;
}
.pinfobox:hover .pinfotit{
	color: #009593;
}
.pinfobox:hover img{
	display: block;
	margin: 0 auto;
	bottom: -70px; 
}


/* 动画代码 */
@keyframes example1 {
  0% {
	  background: #fff;
	  color: #666;
	  height: 400px;
	  position: relative;
	  bottom: 0px;
	  border:none;
  }
  100% {
	  background: #fff;
	  color: #666;
	  height: 400px;
	  position: relative;
	  bottom: 208px;
	  border:none;
	  border-bottom: 8px solid #db4431;
  }
}
#a5{
	background: #fff;
	position: relative;
	padding: 46px 0;
}
#a5 h3{
	font-size: 36px;
	color: #009593;
	text-align: center;
	padding: 4px 0 60px 0;
	
}
#a5 h3 span{border-bottom: 4px solid #db4431;padding: 10px 0;}

#zbox{
	width: 1200px;
	margin:0 auto;
}
#zbox div{
	width: 25%;
	float: left;
	text-align: center;
	color: #666;
	font-size: 20px;
}
#zbox p{padding-top: 16px;}
#zlzs{
	background: #fbfbfb;
}
#zlzs h3{
	font-size: 36px;
	color: #009593;
	text-align: center;
	padding: 84px 0 52px 0;
	background: url(../img/zline.png) no-repeat 320px 110px;
}
.zz{
	width: 257px;
	float: left;
	text-align: center;
	color: #666666;
	margin: 0 30px 20px 30px;
}
.zz p{
	font-size: 20px;
	padding: 10px 0;
}
#a7{
	padding-bottom: 30px;
}
#a7 h3{
	font-size: 36px;
	color: #009593;
	text-align: center;
	padding: 46px 0 60px 0;
	
}
#a7 h3 span{border-bottom: 4px solid #db4431;padding: 10px 0;}
#allmap{
	margin: 0 auto;
	width: 1200px;
	height: 540px;
}
.map3{
	position: relative;
	width: 1000px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px #ccc;
	top: -44px;
	z-index: 999;
	background: #fff;
}
.address,.tel,.email{
	float: left;
	font-size: 18px;
	color: #666;
	margin-left: 88px;
}

#newsinfo{
	padding: 52px 0;
	width: 1200px;
	margin:0 auto;
}
.newstit{
	color: #54a4af;
	font-size: 30px;
	text-align: center;
}
.newsdate{
	color: #666;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px dashed #989798;
	padding: 16px 0 34px 0;
}
.newdetail{
	font-size: 18px;
	color: #666;
	line-height: 1.8em;
	padding: 80px 0;
}
.page a{
	color: #666;
	font-size: 24px;
}
.page p{
	padding: 13px 0;
}
.page a:hover{
	color: #05AEAC;
}
#newslist{
	width: 1200px;
	margin: 50px auto;
}
.listleft{
	width: 343px;
	float: left;
}
.listleft .nor{
	height: 82px;
	width: 100%;
	text-align: center;
	line-height: 82px;
	background-color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 10px #ccc;
}
.listleft .nor a{
	color: #05AEAC;
}
.listleft .act{
	height: 82px;
	width: 100%;
	text-align: center;
	line-height: 82px;
	display: block;
	font-size: 30px;
	margin-bottom: 40px;
	background-color: #05AEAC;
}
.listleft .act a{
	color: #fff;
}
.listright{
	width: 800px;
	float: right;
}
.listright li{
	box-shadow: 2px 2px 20px #ccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.listright li:hover hr{
	animation-name: examplehr;
	animation-duration: 0.1s;
	animation-fill-mode: forwards;
}
.listright li:hover h3{
	color: #05AEAC;
}
/* 动画代码 */
@keyframes examplehr {
  0% {
	  width: 0px;
  }
  100% {
	  width: 800px;
  }
}
hr{
	height: 8px;
    border: none;
    background: red;
    position: relative;
    left: 0;
    top: 0;
    display: table-cell;
}
.newslistdate{
	text-align: center;
	width: 190px;
	float:left;
}
.day {
	display: block;
	font-size: 60px;
	color: #333;
}
.year {
	display: block;
	font-size: 24px;
	color: #333;
}
.ndetail{
	width: 540px;
	float:left;
	border-left: 3px solid #333;
	padding-left: 20px;
	margin-top: 20px;
}
.ndetail h3{
	font-size: 24px;
	color: #333;
	padding-bottom: 20px;
}
.ndetail p{
	font-size: 18px;
	color: #666;
}

#pagno{
	/*width: 500px;
	margin: 50px auto;
	font-size: 18px;*/
	text-align: center;
}
/*#pagno a{
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 4px;
	border:1px solid #d9d9d9;
	color: #05AEAC;
	text-align: center;
	float: left;
	margin-left: 20px;
}
#pagno a:hover{
	background: #05AEAC;
	color: #fff;
}*/

#yewubox{
	width: 1200px;
	margin: 60px auto;
}
#b1box{
	height: 640px;
	border-bottom: 1px dashed #666;
}
#b1{
	background: rgb(163,69,0,0.05);
	width: 100%;
	height: 470px;
	position:relative;
}
.no1{
	margin: 96px 0 26px 78px;
}
.no1tit{
	font-size: 30px;
	color: #3fa2af;
	margin-left: 78px;
}
.no1detail{
	font-size: 18px;
	color: #666;
	margin: 23px 0 0 78px;
	width: 470px;
}
.no1pic{
	position: absolute;
	right: 0;
	top: 70px;
}
#b2box{
	margin-top: 34px;
	height: 640px;
	border-bottom: 1px dashed #666;
}
#b2{
	background: rgb(63,162,175,0.05);
	width: 100%;
	height: 470px;
	position:relative;
}
.no2{
	margin: 96px 0 26px 664px;
}
.no2tit{
	text-align: right;
	font-size: 30px;
	color: #3fa2af;
	margin-right: 78px;
}
.no2detail{
	font-size: 18px;
	color: #666;
	margin: 23px 0 0 658px;
	width: 470px;
}
.no2pic{
	position: absolute;
	left: 0;
	top: 70px;
}
#b3box{
	margin-top: 34px;
	height: 640px;
	border-bottom: 1px dashed #666;
}
#b3{
	background: rgb(163,0,0,0.05);
	width: 100%;
	height: 470px;
	position:relative;
}
.no3{
	margin: 96px 0 26px 78px;
}
.no3tit{
	font-size: 30px;
	color: #3fa2af;
	margin-left: 78px;
}
.no3detail{
	font-size: 18px;
	color: #666;
	margin: 23px 0 0 78px;
	width: 470px;
}
.no3pic{
	position: absolute;
	right: 0;
	top: 70px;
}
#b4box{
	margin-top: 34px;
	height: 640px;
	border-bottom: 1px dashed #666;
}
#b4{
	background: rgb(0,147,17,0.05);
	width: 100%;
	height: 470px;
	position:relative;
}
.no4{
	margin: 96px 0 26px 664px;
}
.no4tit{
	text-align: right;
	font-size: 30px;
	color: #3fa2af;
	margin-right: 78px;
}
.no4detail{
	font-size: 18px;
	color: #666;
	margin: 23px 0 0 658px;
	width: 470px;
}
.no4pic{
	position: absolute;
	left: 0;
	top: 70px;
}
#b5box{
	margin-top: 34px;
	height: 640px;
}
#b5{
	background: rgb(58,71,153,0.05);
	width: 100%;
	height: 470px;
	position:relative;
}
.no5{
	margin: 96px 0 26px 78px;
}
.no5tit{
	font-size: 30px;
	color: #3fa2af;
	margin-left: 78px;
}
.no5detail{
	font-size: 18px;
	color: #666;
	margin: 23px 0 0 78px;
	width: 470px;
}
.no5pic{
	position: absolute;
	right: 0;
	top: 70px;
}
#c1{
	width: 1200px;
	margin: 46px auto;
	position: relative;
}
.ygh3{
	font-size: 36px;
	color: #009593;
	text-align: center;
	padding-bottom: 30px;
	
}
.ygh3 span{border-bottom: 4px solid #db4431;padding: 10px 0;}
.ygp{
	font-size: 20px;
	color: #666;
	text-align: center;
	padding-bottom: 40px;
}
#img1{
	height: 538px;
	background: url(../img/peixun.png) no-repeat;
}
.pxb{
	width: 570px;
	height: 310px;
	position: absolute;
	right: 0;
	bottom: 120px;
	background: #FBFBFB;
}
.pxb h2{
	background: rgb(84,164,175,0.3);
	border-radius: 6px;
	line-height: 37px;
	margin-left: 37px;
	color: #009593;
	font-size: 24px;
	padding: 4px;
	margin-top: 10px;
	width: 130px;
}
.pxb p{
	margin-left: 37px;
	color: #666;
	font-size: 24px;
	line-height: 1.2em;
	margin-top: 6px;
}
#c2{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 20px;
	position: relative;
}
#xzfl img{
	float: left;
}
#gzhj{
	width: 1200px;
	margin: 0 auto;
}
#c3 h2{
	font-size: 24px;
	color: #666;
	margin: 16px;
}
#gzhj p{
	font-size: 20px;
	color: #666;
	margin: 16px;
}
#gzhj2{
	float: left;
	width: 738px;
}
#gzhj3{
	width: 444px;
	float: right;
}
#c4{
	width: 100%;
	margin-top: 40px;
	padding-bottom: 50px;
}
#yghd{
	display: flex; justify-content: center; align-items: center;
}
.yghdimg{
	/*float: left;*/
	margin: 2px;
	position: relative;
}
.yghdimg:nth-child(1) {margin-left: 0;}
.yghdimg:nth-child(4) {margin-right: 0;}
.yghdimg:nth-child(5) {margin-left: 0;}
.yghdimg:nth-child(8) {margin-right: 0;}
.ygtit{
	width: 100%;
	background-color: rgb(50,173,160,0.8);
	height: 350px;
	line-height: 350px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 0;
	display: none;
}
.yghdimg:hover .ygtit{
	display: block;
}
#zhaopin i{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #DB4431;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow:0px 0px 0px 9px #F0A3A0;
	margin-right: 22px;
}
#zhaopin h3{
	font-size: 28px;
	color: #333;
}
.zhiwei{
	font-size: 36px;
	color: #54A4AF;
}
.xinzi{
	float: right;
	font-size: 40px;
	color: #DB4431;
}
#zhaopin p{
	font-size: 20px;
	color: #666;
	line-height: 1.6em;
}
.zprs{
	margin: 12px 0 0 54px;
}
.gwzz{
	margin-left:54px;
	margin-top:12px;
	width: 15%;
	float: left;
	font-size: 20px!important;
}
.rzyq{
	margin-top:12px;
	width: 78%;
	float: left;
	font-size: 20px!important;
}
.btag{
	width: 190px;
	height: 48px;
	line-height: 48px;
	background: rgb(84,164,175,0.1);
	color: #666;
	float: left;
	margin: 8px 18px 0 0;
	text-align: center;
	font-size: 20px!important;
}

#d1{
	text-align: center;
	width: 1200px;
	margin: 50px auto;
}
#d1 h3{
	font-size: 36px;
	color: #009593;
	padding-bottom: 30px;
}
#d1 h3 span{border-bottom: 4px solid #db4431;}
#d1 p{text-align: center;}
#d1 .com{
	font-size: 20px;
	color: #666;
	line-height: 1.8em;
	padding-bottom: 28px;
}
.lx1{
	background: #FBECEA;
	width: 284px;
	height: 238px;
	float: left;
}
.lx2{
	background: #F7F5EE;
	width: 284px;
	height: 238px;
	float: left;
	margin-left: 20px;
}
.lx3{
	background: #E6F7F7;
	width: 284px;
	height: 238px;
	float: left;
	margin-left: 20px;
}
.lx4{
	background: #E9F3F8;
	width: 284px;
	height: 238px;
	float: left;
	margin-left: 20px;
}
#d1 img{
	padding: 44px 0 24px 0;
}
.p1{
	font-size: 24px;
	color: #333;
}
.p2{
	width: 190px;
	font-size: 18px;
	color: #666;
	margin: 0 auto;
}

#d2{
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
#d2 h3{
	font-size: 36px;
	color: #009593;
	padding-bottom: 30px;
}
#d2 h3 span{border-bottom: 4px solid #db4431;}
#d2 .com{
	font-size: 20px;
	color: #666;
	line-height: 1.8em;
	padding-bottom: 28px;
}
#bigmap{
	width: 100%;
	height: 800px;
}
.xialas:hover .xiala{
	display: block;
}
.xiala{
	display: none;
	width: 100%;
	background: #fff;
	position: relative;
    z-index: 9999999;
}
.xiala p a{
	color: #666!important;

}
.xiala p{
	line-height: 60px;
    height: 60px;
    padding: 0;
    text-align: center;
}
.pdListItem{
	text-align: center;
    width: 25%;
    float: left;
    padding: 20px 0;
}