
/*page结束*/
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
p,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
.header{
	width: 100%;
	height: 88px;
	border-bottom: 1px #cccccc solid;
	position: relative;
}
.header .logo{
	/* width: 203px; */
	width: 343px;
	height: 88px;
	float: left;
}
.header .logo a{
	height: 100%;
	display: block;
	position: relative;
}
.header .logo a img{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);	
	-ms-transform: translateY(-50%);	
	-o-transform: translateY(-50%);	
	transform: translateY(-50%);	
}
.search{
	width: 407px;
	height: 45px;
	margin-top: 22px;
}
.search input{
	width: 350px;
	height: 45px;
	border: 2px #90d84b solid!important;
	padding: 10px;
	color: #333
}
.search input::-webkit-input-placeholder{
	color: #c3c3c3;
}
.search #sub_search{
	width: 57px;
	height: 45px;
	background: url(../images/search.png) no-repeat center center;
	display: block;
	float: right;
}
.header .tel{
	width: 250px;
	/* height: 40px; */
	/* background: url(../images/tel.png) no-repeat left top; */
	margin-left: 22px;
	padding-left: 30px;
	margin-top: 20px;
	/* border-left: 1px solid #aaaaaa; */
	background: linear-gradient(#aaa,#aaa) left/1px 82% no-repeat;
}

.header .tel h2{
	font-size: 16px;
	color: #332a2a;
}
.header .tel h3{
	font-size: 26px;
	color: #15a76e;
	margin-top: 6px;
}
.nav{
	width: 100%;
	height:55px;
	background-color: #69c411;
}
.nav ul{
	width: 1200px;
	height: 55px;
	margin: auto;
}
.nav ul li{
	float: left;
	width: 159px;
	height: 55px;
	margin: 0 6px;
	position: relative;
}
.nav ul li .yiji{
	width: 100%;
	height: 55px;
	float: left;
}
.nav ul li .erji{
	width: 100%;
	background-color:#69c411;
	display: none; 
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 999;
	transition: all .3s;
}
.nav ul li:hover .erji{
	display: block;
}
.nav ul li .erji a{
	width: 100%;
	height: 50px;
	color: #fff;
	float: left;
	text-align: center;
	transition: .3s;
	font-size: 14px;
	display: block; 
	line-height: 50px;
	background: linear-gradient(#f57214,#f57214) center/100% 0% no-repeat;
}
.nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 55px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: all .3s;
}
.nav ul li a:hover{
	background-color: #56a40a;
	color: #fff;
}
.banner{ 
	width:100%;float: left;overflow: hidden;
}
.banner .slideBox{ width:100%;  overflow:hidden; position:relative; margin:auto;}
.banner .slideBox .hd{ height:45px; overflow:hidden; position:absolute; right: 45%; bottom:5px; z-index:1; }
.banner .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .slideBox .hd ul li{ float:left; margin-right:20px;  width:14px; height:14px;border-radius: 14px; text-align:center; background:#d1d1d1; cursor:pointer; margin-top: 8px;}
.banner .slideBox .hd ul li.on{background:#fff;width: 20px;height: 20px;border-radius: 20px;margin-top: 5px;}
.banner .slideBox .bd{ position:relative; height:100%; z-index:0;width: 100%;}
.banner .slideBox .bd li{ zoom:1; vertical-align:middle;width: 100%;height: 100%; }
.banner .slideBox .bd img{ width:100%; height:100%; display:block;}
.about{
	width: 100%;
	height: 832px;
	padding-top: 48px;
	overflow: hidden;
}
.about .w_1200{
	height: 567px;
}
.about .ab_l{
	width: 600px;
	height: 520px;
}
.about .ab_l .abBox{
	width: 600px;
	height: 520px;
	position: relative;
}
.about .ab_l .abBox .bd{
	width: 600px;
	height: 520px;
}
.about .ab_l .abBox .bd .tempWrap{
	width: 600px!important;
	overflow: hidden;
}
.about .ab_l .abBox .bd ul{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.about .ab_l .abBox .bd li{
	width: 600px;
	height: 520px;
	float: left;
}
.about .ab_l .abBox .hd{
	width: 195px;
	height: 73px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.about .ab_l .abBox .hd .prev{
	width: 96px;
	height: 100%;
	text-align: center;
	padding-top: 26px;
	background-color: rgba(0,0,0,.6);
	transition: all .3s;
}
.about .ab_l .abBox .hd .prev:hover{
	background-color: rgba(86,164,10,.6);
}
.about .ab_l .abBox .hd .next{
	width: 96px;
	height: 100%;
	text-align: center;
	padding-top: 26px;
	background-color: rgba(0,0,0,.6);
}
.about .ab_l .abBox .hd .next:hover{
	background-color: rgba(86,164,10,.6);
}
.about .ab_r{
	width: 600px;
	height: 520px;
	background-color: #b4e188;
}
.about .ab_r .ab_r_tit{
	width: 286px;
	height: 94px;
	background: url(../images/about_tit.png) no-repeat center center;
	margin: auto;
    margin-top: 84px;
}
.about .ab_r p{
	width: 400px;
	height: 184px;
	font-size: 14px;
	color: #2e2e2e;
	line-height: 28px;
	margin: auto;
	margin-top: 50px;
}
.about .ab_r .ab_more{
	width: 176px;
	height: 56px;
	background: #149260;
	padding: 8px;
	transition: all .3s;
	margin: auto;
	margin-top: 20px;
}
.about .ab_r .ab_more a{
	font-size: 14px;
	color: #fff;
	display: block;
	border: 1px #fff solid;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 40px;
}
.about .ab_r .ab_more:hover{
	background-color: #73c426;
}
.about .ab_way{
	width: 1325px;
	height: 140px;
	margin: auto;
	background: url(../images/goods.png) no-repeat center center;

}
.product{
	width: 100%;
	height: 750px;
	background: url(../images/pro.jpg) no-repeat center center;
	padding-top: 0.1px;
}
.product .pro_tit{
	width: 100%;
	height: 100px;
	background: url(../images/pro_tit.png) no-repeat center center;
	margin-top: 56px;
}
.product .probox{
	width: 100%;
	height: 420px;
	margin-top: 78px;
}
.product .probox .hd{
	width: 1200px;
	height: 30px;
}
.product .probox .hd ul{
	width: 100%;
	height: 30px;
	text-align: center;
}
.product .probox .hd ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 120px;
	height: 40px;
	border: 1px #fff solid;
	text-align: center;
	line-height: 40px;
	margin-right: 30px;
	color: #fff;
	cursor: default;
	transition: all .3s;
}
.product .probox .hd ul li.on{
	background: linear-gradient(to right, #dae975 , #91c41e);
	border: none;
}
.product .probox .bd{
	margin-top: 70px!important;
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.product .probox .bd ul li{
	width: 200px;
	height: 300px;
	float: left;
	position: relative;
	margin-right: 36px;
}
.product .probox .bd ul li .pro_im{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product .probox .bd ul li .pro_im img{
	width: 100%;
	height: 100%;
}
.product .probox .bd ul li .pro_text{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #69c411;
	overflow: hidden;
	transition: all .3s;
}
.product .probox .bd ul li .pro_text h2{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	transition: all .5s;
}
.product .probox .bd ul li .pro_text p{
	font-size: 12px;
	color: #fff;
	width: 170px;
	height: 130px;
	margin: auto;
	margin-top: 20px;
	line-height: 24px;
}
.product .probox .bd ul li .pro_text a{
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border:1px #fff solid;
	margin: auto;
	margin-top: 16px;
	transition: all .3s;
}
.product .probox .bd ul li:hover .pro_text{
	height: 300px;
	background: rgba(0,0,0,.7);
}
.product .probox .bd ul li:hover .pro_text h2{
	margin-top: 40px;
}
.product .probox .bd ul li .pro_text a:hover{
	background: #fff;
	color: #333;
}
.environment{
	width: 100%;
	height: 757px;
	background: url(../images/environment.jpg) no-repeat center center;
	padding-top: 0.1px;
}
.environment .envir_tit{
	width: 350px;
	height: 108px;
	background: url(../images/envir_tit.png) no-repeat center center;
	margin: auto;
	margin-top: 80px;
}
.environment .envir_box li{
	width: 371px;
	height: 451px;
	background: url(../images/envir_box.png) no-repeat bottom center;
	margin-top: 60px;
	float: left;
	margin-right: 34px;
}
.environment .envir_box li:last-child{
	margin-right: 0;
}
.environment .envir_box li .envir_im{
	width: 371px;
	height: 431px;
	position: relative;
	overflow: hidden;
}
.environment .envir_box li .envir_im img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.environment .envir_box li:hover .envir_im img{
	transform: scale(1.1);
}
.environment .envir_box li .envir_im h2{
	position: absolute;
	bottom: 0;
	font-size: 14px;
	color: #fff;
	background-color: #149260;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
}

.environment .envir_box li:hover .envir_im h2{
	background-color: #9a9696;
}
.case{
	width: 100%;
	height: 837px;
	background:url(../images/case.jpg) no-repeat center center;
}
.case .case_tit{
	width: 350px;
	height: 104px;
	background: url(../images/case_tit.png) no-repeat center center;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 50px;
}
.case .case_l{
	width: 588px;
	height: 345px;
	margin-left: 12px;
}
.case .case_l .caseBox{
	width: 588px;
	height: 345px;
	position: relative;
	overflow: hidden;
}
.case .case_l .caseBox .bd{
	width: 100%;
	height: 100%;
}
.case .case_l .caseBox .bd li{
	float: left;
	width: 588px;
	height: 100%;
}
.case .case_l .caseBox .hd{
	width: 65px;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.case .case_l .caseBox .hd .prev{
	width: 32px;
	height: 28px;
	background: #1a1a1a url(../images/prev2.png) no-repeat center center;
	transition: all .3s;
}
.case .case_l .caseBox .hd .prev:hover{
	background: #149260 url(../images/prev2.png) no-repeat center center;
}
.case .case_l .caseBox .hd .next:hover{
	background: #149260 url(../images/next2.png) no-repeat center center;
}
.case .case_l .caseBox .hd .next{
	width: 32px;
	height: 28px;
	background:#1a1a1a url(../images/next2.png) no-repeat center center;
}
.case .case_r{
	width: 588px;
	height: 345px;
	background-color: #e9f7db;
	margin-right: 12px;
}
.case .case_r h2{
	font-size: 24px;
	color: #121212;
	font-weight: bold;
	margin-top: 65px;
	margin-left: 74px;
}
.case .case_r p{
	width: 495px;
	height: 120px;
	font-size: 14px;
	color: #808080;
	margin-top: 36px;
	margin-left: 74px;
	line-height: 28px;
	overflow: hidden;
}
.case .case_r .case_more{
	width: 160px;
	height: 42px;
	margin-top: 8px;
}
.case .case_r .case_more a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #121212;
	border: 1px #121212 solid;
	margin-left: 74px;
	transition: all .3s;
}
.case .case_r .case_more a:hover{
	background-color: #b4f870;
	border: #b4f870;
	color: #999;
}
.case .tel{
	width: 410px;
	height: 44px;
	background-color: #ffae45;
	border-radius: 4px;
	border-radius: 10px;
    margin-top: 660px;
    margin-left: 12px;
}
.case .tel h2{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 44px;
	padding-left: 50px;
}
.new{
	width: 100%;
	height: 527px;
	background: #f0f0f0;
	padding-top: 0.1px;
}
.new .new_tit{
 	width: 350px;
 	height: 104px;
 	background: url(../images/new_tit.png) no-repeat center center;
 	margin: auto;
 	margin-top: 55px;
}
.new .newBox{
	width: 1080px;
	height: 296px;
	margin: auto;
	margin-top: 46px;
}
.new .bd{
	width: 1069px;
	height: 215px;
	margin: auto;
}
.new .bd ul{
	width: 100%;
	height: 100%;
}
.new .bd li{
	width: 492px;
	height: 90px;
	float: left;
	margin-right: 84px;
	margin-bottom: 32px;
}

.new .bd ul li:nth-child(2),.new .bd ul li:nth-child(4){
	margin-right: 0;
}
.new .bd li .time{
	width: 87px;
	height: 90px;
	float: left;
}
.new .bd li .time h3{
	width: 100%;
	height: 59px;
	background-color: #2e2e2e;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 59px;
	font-weight: bold;
}
.new .bd li .time h4{
	width: 100%;
	height: 30px;
	background-color: #69c411;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 1px;
	transition: all .3s;
}
.new .bd li:hover .time h4{
	background-color: #bbbcb9;
}
.new .bd li .new_text{
	width: 388px;
	height: 90px;
	float: right;
}
.new .bd li .new_text h2{
	font-size: 16px;
	color: #149260;
	margin-bottom: 12px;
	font-weight: bold;
	transition: all .3s;
}
.new .bd li:hover .new_text h2{
	letter-spacing: 2px;
}
.new .bd li .new_text h5{
	width: 32px;
	height: 1px;
	background-color: #000;
}
.new .bd li .new_text p{
	color: #898989;
	font-size: 12px;
	    line-height: 20px;
    margin-top: 2px;
}
.new .hd{
	width: 1069px;
	height: 30px;
	margin: auto;
}
.new .hd h2{
	width: 913px;
	height: 1px;
	background-color: #959595;
	float: left;
	margin-top: 15px;
}
.new .hd .prev{
	width: 34px;
	height: 28px;
	float: left;
	background:#1a1a1a url(../images/prev2.png) no-repeat center center;
	margin-left: 2px;
	transition: all .3s;
}
.new .hd .prev:hover{
	background:#69c411 url(../images/prev2.png) no-repeat center center;
}
.new .hd .next{
	width: 34px;
	height: 28px;
	float: left;
	background:#1a1a1a url(../images/next2.png) no-repeat center center;
	margin-left: 2px;
	margin-right: 2px;
	transition: all .3s;
}
.new .hd .next:hover{
	background:#69c411 url(../images/next2.png) no-repeat center center;
}
.new .hd h3{
	width: 80px;
	height: 1px;
	background-color: #959595;
	float: left;
	margin-top: 15px;
}
.footer{
	width: 100%;
	height: 600px;
	background-color: #4a9006;
	overflow: hidden;
	position: relative;
}
.footer .foot_tit{
	width: 140px;
	height: 62px;
	background: url(../images/foot_tit.png) no-repeat center center;
	margin-top: 37px;
}
.footer .serve{
	width: 441px;
	height: 323px;
	border-right: #4c6831 1px solid;
	margin-top: 24px;

}
.footer .serve input{
	width: 390px;
	height: 48px;
	margin-bottom: 8px;
	padding: 10px;
	font-size: 14px;
}
.footer .serve textarea{
	width: 390px;
	height: 145px;
	resize: none;
	padding: 10px;
	font-size: 14px;
}
.footer .submit{
	display: block;
	width: 174px;
	height: 55px;
	background-color: #149260;
	padding-top: 7px;
	margin-top:14px; 
	transition: all .3s;
}
.footer .submit:hover{
	background-color: #b3b4b4;
}
.footer .submit h2{
	font-size: 14px;
	text-align: center;
	line-height: 41px;
	color: #fff;
	width: 161px;
	height: 41px;
	margin-top: 8px;
	margin: auto;
	border: 1px #fff solid;
}
.footer .contact{
	width: 384px;
	height: 321px;
	border-right: #4c6831 1px solid;
	margin-top: 24px;
}
.footer .contact .contact_tit{
	width: 286px;
	height: 62px;
	margin: auto;
	background: url(../images/contact_tit.png) no-repeat top center;
	border-bottom: 1px #fff solid;
}
.footer .contact ul{
	width: 281px;
	height: 61px;
	margin: auto;
}

.footer .contact ul li{
	width: 100%;
	height: 90px;
	padding-top: 32px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	border-bottom: 1px #707070 solid;
}
.footer .ditu{
	width: 312px;
	height: 186px;
	margin-top: 24px;
}
.footer .ditu img{
	width: 100%;
	height: 100%;
}
.footer .ewm{
	width: 309px;
	height: 109px;
	margin-top: 32px;
	display: flex;
	justify-content: center;
}
.footer .ewm .ewm1{
	width: 90px;
	height: 109px;
	float: left;
}
.footer .ewm .ewm1 img{
	width: 90px;
	height: 90px;
}
.footer .ewm .ewm1 h2{
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}
.footer .ewm .ewm_box{
	float: left;
	height: 62px;
	width: 1px;
	background-color: #fff;
    margin-left: 67px;
    margin-top: 14px;
}
.footer .ewm .ewm2{
	width: 90px;
	height: 109px;
	float: right;
}
.footer .ewm .ewm2 img{
	width: 90px;
	height: 90px;
}
.footer .ewm .ewm2 h2{
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}
.footer .foot{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	background: #3a7204;
	overflow: hidden;
}
.footer .foot p{
	text-align: center;
	color: #5ba811;
	line-height: 50px;
	margin-bottom: 0;
}
.footer .foot p a{
	color: #5ba811;
}

.gswj{
	width: 100%;
	height: 50px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gswj a{
	width: 47px;
	height: 47px;
	display: block;
	/* position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto; */
	float: left;
	margin-right: 10px;
}





















