*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}

.container{

	width: 1200px;

	margin:0 auto;

}

html{overflow-x:hidden;}

body{

	background: #fff;

	color: #000;

	font-size: 14px;

	min-width: 1200px;

}

a{

	outline: none;

	color: #000;

}

a:hover{

	color: #0b8b35;

}

.fl{

	float: left;

}

.fr{

	float: right;

}

.clear{

	clear: both;

}

/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {

	margin: 50px auto 20px auto;

	font-size: 14px;

	text-align: center;

}

.pages ul{display: inline-block;}

.pages a,

.pages strong{

	display:inline-block;

	line-height:28px;

	padding:0 10px;

	border:1px solid #d9d9d9;

	background-color:#ffffff; 

	text-decoration:none;

	color:#666;

	font-family:Simsun;

	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;

	margin-right:3px;

}

.pages .current{

	display:inline-block;

	line-height:28px;

	padding:0 10px;

	border:1px solid #d9d9d9;

	background-color:#ffffff; 

	text-decoration:none;

	font-family:Simsun;

	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;

	margin-right:3px;

	

	color:#fff;

	background-color:#0b8b35;

	border-color:#fff;

}

.pages a:hover{

	color:#fff !important;

	background-color:#0b8b35;

	border-color:#fff;

	text-decoration:none;

}

.pages strong{

	color:#fff;

	background-color:#24557d;

	border-color:#fff;

}

.pages span{

	padding:0 10px;

	line-height:23px;

}



/* index top */

.head{

	height: 160px;

	overflow: hidden;

}

.head .ewm{

	margin-top: 22px;

	padding: 5px;

	background: #edf2ef;

}

.head .logo{

	display: block;

	width: 590px;

	height: 160px;

	background: url(../images/logo.jpg) no-repeat center;

	margin-left: 115px;

	overflow:hidden;

	text-indent:-99em;

}

.toptell{

	margin-top: 40px;

}

.toptell span{

	display: block;

	font-size: 19px;

	color: #4a576a;

	padding-left: 42px;

}

.toptell p{

	font-size: 42px;

	color: #f5c01e;

	background: url(../images/tt.jpg) no-repeat center left;

	padding-left: 42px;

	font-family: Arial;

}



.nav{

	height: 65px;

	line-height: 65px;

	background: #0b8b35;

}

.nav li{

	float: left;

}

.nav li a{

	color: #fff;

	display: block;

	width: 170px;

	text-align: center;

	font-size: 18px;

}

.nav li a:hover,.nav li a.hover{

	background: #f5c01e;

}



.slideBox{width:100%; height:650px; overflow:hidden; position:relative;}

.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }

.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }

.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }

.slideBox .hd ul li.on{ background:#f00; color:#fff; }

.slideBox .bd{ position:relative; height:100%; z-index:0;   }

.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height:650px;}

.slideBox .prev,

.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }

.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }

.slideBox .prev:hover,

.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;}



.indextit{

	text-align: center;

	position: relative;

}

.indextit:before{

	width: 100%;

	display: block;

	height: 1px;

	background: #eaf2ec;

	content: " ";

	position: absolute;

	top: 22px;

}

.indextit p{

	font-size: 34px;

	color: #3e433f;

	font-weight: bold;

	width: 180px;

	height: 40px;

	line-height: 40px;

	background: #fff;

	margin: 0 auto;

	position: relative;

	z-index: 999;

}

.indextit p span{

	color: #0b8b35;

}

.indextit i{

	display: block;

	font-size: 20px;

	color: #939593;

	font-style: normal;

	font-family: Arial;

	margin-top: 13px;

}



.service{

	margin-top: 45px;

}

.service ul{

	margin-left: -15px;

	margin-top: 50px;

}

.service li{

	float: left;

	width: 390px;

	height: 270px;

	position: relative;

	text-align: center;

	margin-left: 15px;

	margin-bottom: 15px;

}

.service li a{

	color: #fff;

	font-size: 20px;

}

.service li img{

	width: 390px;

	height: 270px;

}

.service li .box{

	width: 390px;

	height: 270px;

	position: absolute;

	top: 0;

	left: 0;

	background: rgba(0, 0, 0, .6);

	transition: 0.2s;

}

.service li .box i{

	display: block;

	width: 50px;

	height: 50px;

	background: url('../images/s.png') no-repeat;

	margin: 0 auto;

	margin-top: 90px;

	margin-bottom:25px;

}

.service li:first-child .box i{

	background-position: 0 0;

}

.service li:first-child+li .box i{

	background-position: -60px 0;

}

.service li:first-child+li+li .box i{

	background-position: -120px 0;

}

.service li:first-child+li+li+li .box i{

	background-position: -180px 0;

}

.service li:first-child+li+li+li+li .box i{

	background-position: -240px 0;

}

.service li:first-child+li+li+li+li+li .box i{

	background-position: -300px 0;

}

.service li:first-child+li+li+li+li+li+li .box i{

	background-position: -360px 0;

}

.service li a:hover .box{

	background: #0b8b35;

}



.about{

	height: 500px;

	background: url(../images/abbg.jpg) no-repeat center;

	margin-top: 60px;

}

.abinfo{

	width: 560px;

	color: #fff;

}

.abinfo span{

	display: block;

	font-size: 22px;

	font-weight: bold;

	padding-top: 90px;

}

.abinfo p{

	font-size: 16px;

	line-height: 30px;

	margin-top: 40px;

}

.abinfo a{

	color: #ffd34b;

	display: block;

	width: 75px;

	margin-top: 50px;

	margin-left: 10px;

}

.abinfo a i{

	display: block;

 	width:0;

    height:0;

    border-width:6px 0 6px 6px;

    border-style:solid;

    border-color:transparent transparent transparent #ffd34b;

    position:relative;

    float: right;

    margin-top: 4px;

}



.case{

	margin-top: 55px;

}

.case ul{

	margin-left: -20px;

	margin-top: 50px;

}

.case li{

	float: left;

	text-align: center;

	margin-left: 20px;

	margin-bottom: 28px;

}

.case li img{

	width: 386px;

	height: 290px;

}

.case li p{

	font-size: 18px;

	color: #424242;

	margin-top: 15px;

}

.case li:hover img{

	opacity: 0.8;

}

.case li:hover p{

	color: #0b8b35;

}



.fast{

	height: 379px;

	background: #0b8b35;

	color: #ffd34b;

	margin-top: 40px;

}

.fast .fr{

	width: 590px;

}

.fast .fr p{

	font-size: 42px;

	margin-top: 60px;

}

.fast .fr li{

	float: left;

	text-align: center;

	margin-right: 95px;

	margin-top: 50px;

}

.fast .fr li img{

	display: block;

}

.fast .fr li span{

	display: block;

	font-size: 20px;

	margin-top: 20px;

}

.fast .fr li:last-child{

	margin-right: 0;

}



.news{

	margin-top: 55px;

}

.news .indextit{

	margin-bottom: 30px;

}

.ntit{

	margin-bottom: 20px;

}

.ntit a{

	font-size: 20px;

	color: #0b8b35;

	display: block;

	height: 20px;

	line-height: 20px;

	border-left: 3px solid #0b8b35;

	padding-left: 10px;

}

.newimg{

	width: 380px;

	height: 190px;

	overflow: hidden;

	position: relative;

}

.newimg img{

	width: 380px;

	height: 190px;

}

.newimg p{

	position: absolute;

	width: 100%;

	padding: 0 10px;

	box-sizing: border-box;

	color: #fff;

	height: 40px;

	line-height: 40px;

	background: rgba(0,0,0,.6);

	bottom: -40px;

	transition: all 0.3s;

}

.newimg:hover p{

	bottom: 0;

}

.ntab{

	margin-right: 30px;

}

.ntab ul{

	margin-top: 15px;

}

.ntab li{

	line-height: 36px;

}

.ntab li a{

	font-size: 16px;

}

.ntab li span{

	float: right;

	color: #848484;

}

.ntab li a i{

	display: block;

 	width:0;

    height:0;

    border-width: 5px 0 5px 5px;

    border-style:solid;

    border-color:transparent transparent transparent #2b7436;

    position:relative;

    float: left;

    margin-right: 15px;

    margin-top: 13px;

}

.ask{

	width: 380px;

}

.ask dl{

	border-bottom: 1px dashed #ededed;

	padding-bottom: 15px;

	margin-bottom: 17px;

}

.ask dl a{

	display: block;

	font-size: 16px;

	background: url(../images/w.jpg) no-repeat left center;

	padding-left: 40px;

	height: 28px;

	line-height: 28px;

	margin-bottom: 15px;

}

.ask dd{

	color: #3f3f3f;

	line-height: 24px;

	background: url(../images/d.jpg) no-repeat left top;

	padding-left: 40px;

}



.footer{

	height: 185px;

	background: #1c4e24;

	margin-top: 50px;

}

.footer .link{

	color: #7aa17f;

	text-align: center;

	line-height: 25px;

	padding-top: 22px;

	border-bottom: 1px solid #34613b;

	padding-bottom: 15px;

}

.footer .link a{

	color: #7aa17f;

	margin: 0 14px;

}

.fnav{

	text-align: center;

	margin-top: 35px;

	height: 30px;

}

.fnav ul{

	display: inline-block;

}

.fnav li{

	float: left;

	color: #a3c3a7;

}

.fnav li a{

	color: #a3c3a7;

	margin: 0 10px;

}

.copy{

	text-align: center;

	color: #7aa17f;

	margin-top: 10px;

}

.copy a{

	color: #7aa17f;

}



.banner{

	height: 400px;

	background: url(../images/banner.jpg) no-repeat center;

}

.pagetop{

	text-align: center;

	margin-top: 30px;

}

.pagetop p{

	font-size: 24px;

	color: #0b8b35;

}

.pagetop span{

	font-size: 22px;

	color: #999;

	font-family: Times New Roman;

	display: block;

	margin-top: 5px;

}



.main{

	margin-top: 30px;

}

.content{

	line-height: 30px;

	margin-top: 20px;

}

.content img{

	max-width: 100%;

}

.content a{

	color: #06F;

}

.submenu{

	text-align: center;

}

.submenu ul{

	display: inline-block;

}

.submenu li{

	float: left;

	margin: 30px 10px;

}

.submenu li a{

	display: block;

	padding: 0 25px;

	height: 40px;

	line-height: 40px;

	background: #eee;

	color: #666;

}

.submenu li a:hover,.submenu li a.hover{

	background: #0b8b35;

	color: #fff;

}



.list{

	margin-top: 50px;

}

.list li{

	height: 160px;

	border-bottom: 1px solid #eee;

	padding-bottom: 20px;

	margin-bottom: 20px;

}

.list img{

	width: 240px;

	height: 160px;

}

.list li .fr{

	width: 930px;

}

.list li .fr a{

	display: block;

	font-size: 16px;

}

.list li .fr p{

	line-height: 25px;

	color: #666;

	margin-top: 20px;

}

.list li .fr span{

	display: block;

	color: #666;

	margin-top: 20px;

}



.photo ul{

	margin-left: -20px;

	margin-top: 30px;

}

.photo li{

	text-align: center;

	float: left;

	margin-left: 20px;

	margin-bottom: 10px;

}

.photo li img{

	width: 285px;
	height: 200px;

}

.photo li p{

	line-height: 40px;

}

.photo li:hover img{

	opacity: 0.8;

}



.showtop{

	text-align: center;

	margin-top: 50px;

	border-bottom: 1px solid #ddd;

	padding-bottom: 15px;

}

.showtop h1{

	font-weight: 200;

	font-size: 25px;

	color: #0b8b35;

}

.showtop p{

	color: #999;

	margin-top: 15px;

}

.showtop p span,.showtop p span a{

	margin: 0 5px;

}

.prepage{

	line-height: 30px;

	margin: 50px 0;

}



.hotcp {

    margin-top: 20px;

}

.hotcp ul {

    border-top: 1px dashed #ddd;

    padding-top: 20px;

}

.hotcp li {

    float: left;

    margin-left: 20px;

    text-align: center;

}

.hotcp li:first-child {

    margin: 0;

}

.hotcp li img {

    height: 160px;

    width: 223px;

}

.hotcp li p{

	line-height: 40px;

}

.hotcp li:hover img{

	opacity: 0.8;

}

.hotcp_top {

    background: #0b8b35;

    color: #fff;

    font-weight: bold;

    height: 40px;

    line-height: 40px;

    margin-bottom: 10px;

    text-align: center;

    width: 100px;

}



.hotnews {

    margin-bottom: 30px;

    margin-top: 20px;

}

.hotnews_top {

    border-bottom: 1px solid #ddd;

    color: #0b8b35;

    font-size: 14px;

    line-height: 30px;

    margin-bottom: 10px;

}

.hotnews ul{

	margin-left: -50px;

}

.hotnews li {

    border-bottom: 1px dotted #ddd;

    float: left;

    line-height: 36px;

    margin-left: 50px;

    width: 575px;

}

.hotnews li span {

    color: #999;

    float: right;

    font-size: 13px;

}



.hotlabel{

	margin-top: 30px;

}

.hotlabel p{

	color: #0b8b35;

}

.hotlabel a{

	display: block;

	float: left;

	margin-right: 10px;

	margin-top: 10px;

	padding: 0 10px;

	background: #0b8b35;

	line-height: 30px;

	color: #fff;

	font-size: 12px;

}