/* CSS RESET */
body,div,ul,li,span,a,img,p,h1,h2,h3,h4,h5,h6,em,i{padding:0; margin:0;}
body{font:12px "微软雅黑",Arial;}
a{text-decoration:none;}
a,img{border:none;}
ul,li{list-style:none;}
.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}
/*clearfix清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
	zoom: 1;
}
.w1000{ width:1000px; margin:0 auto;}
.ss{ position:relative;}
.s1{ background:url(../images/sectionImg1.jpg) no-repeat center center; height:787px;}
.s2{ background:url(../images/section2Bg.jpg) no-repeat center center; height:800px; overflow:hidden;}
.s3{ background:url(../images/sectionImg2.jpg) no-repeat center center; height:786px;}
.s3 i{ background:url(../images/desc.png) no-repeat center center; height:7px; display:inline-block; *display:inline; zoom:1; position:absolute; top:-7px;left:0; z-index:9999; width:100%;}
.s4{ background:url(../images/sectionImg3.jpg) no-repeat center center; height:795px;}
.s5{ background:url(../images/sectionImg4.jpg) no-repeat center top ; /* height:588px;  */overflow:hidden;padding-bottom:30px;}
.s0{ display:block; width:100%; height:663px; background:url(../images/topImg.jpg) no-repeat center center; }
.top{ position:absolute;bottom:0; left:0; border-top:1px solid #}

#nav{ position:fixed; top:30%; left:20px; background:url(../images/navBg.png) no-repeat; width:111px; height:206px; text-align:center; padding-top:70px; z-index:999999;}
#nav ul li a{ display:inline-block; *display:inline; zoom:1; width:111px; height:35px; line-height:35px; font-size:14px; text-align:center; color:#D0CFD0;}
#nav ul li.current a{ background:#6A686A; color:#fff;}

#footer{ background:url(../images/footer.jpg) no-repeat 0 bottom; height:49px;color:#929292; padding:60px 0 0 0; text-align:center;}
#footer a{ color:#929292;}

.slideBox{ width:100%; height:491px; margin:314px auto 0; position:relative; text-align:center;  }
.slideBox .hd{  position:absolute; left:50%; margin-left:-373px; top:-120px; z-index:999999; text-align:center;background:url(../images/desc2.png) no-repeat 6px 40px;  }
.slideBox .hd ul li{ float:left;text-align:center;cursor:pointer; margin-right:110px; }
.slideBox .hd ul li.noR{ margin-right:0;}
.slideBox .hd ul li span{ display:block;font-size:18px; color:#656565; text-align:center; margin-bottom:8px;}
.slideBox .hd ul li i{ display:inline-block; width:17px; height:17px; background:url(../images/titcr.png) no-repeat center center; text-align:center;}
.slideBox .hd ul li.on span{ color:#599837; }
.slideBox .hd ul li.on i{ background:url(../images/titcrOn.png) no-repeat center center; width:22px; height:22px;}
.slideBox .bd{ position:relative; height:100%; z-index:0;margin:0 auto;  }
.slideBox .bd ul{margin:0 auto;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,.slideBox .next{  display:block; width:132px; height:133px; }
.slideBox .prev{position:absolute; left:130px; top:50%; margin-top:-25px; background:url(../images/aleft.png) no-repeat;}
.slideBox .next{ position:absolute; right:130px; top:50%; margin-top:-25px;background:url(../images/aright.png) no-repeat;}
.slideBox .prev:hover{ background:url(../images/aleftOn.png) no-repeat;}
.slideBox .next:hover{ background:url(../images/arightOn.png) no-repeat;}
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.tell {
display: inline-block;
width: 79px;
height: 79px;
background: url(../images/tell.png) no-repeat;
margin-right: 20px;
position: relative;
}
.tell:hover {
background: url(../images/tell_on.png) no-repeat;
}
.qq {
display: inline-block;
width: 79px;
height: 79px;
background: url(../images/qq.png) no-repeat;
margin-right: 20px;
}
.qq:hover {
background: url(../images/qq_on.png) no-repeat;
}

.wx {
display: inline-block;
width: 79px;
height: 79px;
background: url(../images/wx.png) no-repeat;
margin-right: 20px;
}
.wx:hover {
background: url(../images/wx_on.png) no-repeat;
}

