
.w1200{
	width: 1200px;
	margin: 0 auto;	
}

.header_box{
	width: 100%;
	height: 100px;
	background: #01b218;
	overflow: hidden;
	padding-left: 8%;
	padding-right: 8%;
}
.logo_box{
	margin-top: 10px;
	float: left;
}
.logo_box h2{
	width: 250px;
}
.logo_box h2 img{
	width: 100%;
}
.W1200{
	width: 1200px;
	margin: 0 auto;
}
.nav_box{
	width: 57%;
	height: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-49%);
	text-align: center;
}
.nav_box li{
	width: 12.538%;
	height: 100px;
	overflow: hidden;
	/*float: left;*/
	display: inline-block;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.nav_box li a{
	color: inherit;
	display: block;
	text-align: center;	
	font-size: 18px;
}
.nav_box li span{
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 24px;
}
.tel_box{
	width: 200px;
	height: 100px;
	padding-left: 56px;
	padding-top: 40px;
	background: url(/public/images/tel.png) no-repeat left center;
	float: right;
	font-size: 20px;
	color: #fff;
}
.nav_box li:hover{
	background: url(/public/images/navbg.jpg) no-repeat center;
	background-size: 100%;
}
.nav_box li:hover a{
	color:#01b218;
}
.nav_box li:hover span{
	color: #01B218;
}
.banner_box{
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
}
.banner_box li{
	height: 800px;
	overflow: hidden;
}
.prev{
	width: 42px;
	height: 42px;
	border: 1px solid #FFFFFF;
	background: rgba(255,255,255,0.5);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 180px;
	line-height: 40px;
	text-align: center;
}
.next{
	width: 42px;
	height: 42px;
	border: 1px solid #FFFFFF;
	background: rgba(255,255,255,0.5);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 180px;
	line-height: 40px;
	text-align: center;
}
.banner_box a:hover{
	background: #01B218;
}


.about_box{
	width: 100%;
	height: 560px;
	overflow: hidden;
	background: url(/public/images/aboutbg.jpg) no-repeat center;
	padding-top: 80px;
}
.about_text{
	float: left;
	width: 500px;
	height: 500px;
}
.about_text p{
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
}
.about_img{
	float: right;
	width: 610px;
	height: 400px;
	padding-top: 30px;
	position: relative;
	margin-right: 48px;
}
.about_img li{
	width: 282px;
	height: 180px;
	float: left;
	overflow: hidden;
}
.about_img li:nth-child(1){
	height: 360px;
}
.about_img li img{
	width: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about_img li:hover img{
	transform: scale(1.1);
}
.zhanwei{
	float: right;
	width: 160px;
	height: 180px;
}
.about_img span{
    position: absolute;
    top: 60px;
    display: block;
    width: 160px;
    height: 40px;
    background: #01b218;
    text-align: center;
    line-height: 40px;
    color: #fff;
    right: -120px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about_img span a{
	color: inherit;
}
.about_img span i{
	display: block;
	width: 60px;
	height: 1px;
	background: #000000;
	position: absolute;
	top: 20px;
	left: -100px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about_img span:hover {
	background:#004709;
}
.about_img span:hover i{
	opacity: 1;
	left: -30px;
}

.product_box{
	width: 100%;
	height: 900px;
	background: url(/public/images/productbg.jpg) no-repeat center top;
	padding-top: 40px;
}
.product_box h3{
	width: 436px;
	height: 147px;
	margin: 0 auto;
	
}
.product_box p{
	width: 800px;
	margin: 24px auto;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 16px;
}
.product_box a{
	width: 100px;
	height: 28px;
	border-radius: 14px;
	border:1px solid #FFFFFF;
	text-align: center;
	line-height: 28px;
	color: #fff;
	display: block;
	margin: 0 auto 24px;
}
.produc_list{
	width: 100%;
	overflow: hidden;
	height: 460px;
	overflow: hidden;
}
.produc_list ul{
	/*width: 1200px !important;*/
}
.produc_list li{
	width: 380px;
	height: 430px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 10px;
}
.produc_list li img{
	width: 100%;
}
.produc_list li span{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.8);
	font-size: 16px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.blank_Box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	left:0;
	padding-top: 140px;
	transform: scale(0);
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-ms-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.blank_Box h4{
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	text-align:center;
}
.produc_list li:hover span{
	bottom: -40px;
}
.produc_list li:hover .blank_Box{
	transform: scaleX(1);
}

.hd{
	width: 100%;
	margin-top: 15px;
}
.hd ul{
	text-align: center;
}
.hd li{
	width: 24px;
	height: 3px;
	background: #004709;
	margin: 0 4px;
	display: inline-block;
	font-size: 0;
	float: none;
}
.hd li.on{
	background: #01B218;
}

.case_box{
	width: 100%;
	height: 700px;
	background: url(/public/images/casebg.jpg) no-repeat center;
	padding-top: 120px;
}
.content_box{
	width: 1200px;
	height: 480px;
	background: rgba(255,255,255,0.7);
	padding: 20px;
}
.case_list{
	width: 714px;
	height: 440px;
	float: left;
}
.case_list li{
	width: 336px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin: 10px;
	position: relative;
}
.case_list li img{
	width: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case_list li div{
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	bottom: 0;
	background: #333;
	color: #fff;
}
.case_list li:hover img{
	transform: scale(1.1);
}



.case_text{
	width: 436px;
	height: 420px;
	margin-top: 10px;
	background: #FFFFFF;
	float: left;
	padding: 24px;
}
.case_text h2{
	float: right;
}
.case_text p{
	display: block;
	width: 100%;
	float: right;
	margin-top: 20px;
	line-height: 24px;
	font-size: 16px;
}
.case_text a{
	display: block;
	width: 160px;
	height: 36px;
	border-radius: 14px;
	border: 1px solid #01B218;
	color: #004709;
	text-align: center;
	line-height: 36px;
	float: right;
	margin-top: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case_text:hover a{
	background: #004709;
	color: #fff;
}

.news_box{
	width: 100%;
	height: 1000px;
	position: relative;
	overflow: hidden;
}
.news_content{
	width: 100%;
	padding-top: 40px;
	height: 670px;
	background: url(/public/images/newsbg.png) no-repeat center bottom;
	position: absolute;
	z-index: 10;
}
.news_box h2{
	width: 395px;
	height: 147px;
	margin: 0 auto 18px;
}
.newsList .bd li{
	width: 385px;
	height: 390px;
	float: left;
	margin: 0 4px;
}
.newImg{
	width: 100%;
	height: 262px;
	overflow: hidden;
}
.newImg img{
	width: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.newText{
	width: 100%;
	height: 128px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.newText h5{
	width: 100%;
	text-align: center;
	line-height: 42px;
	height: 42px;
	font-size: 18px;
	color: #004709;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newText p{
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.newsList .bd li:hover img{
	transform: scale(1.1);
}
.newsList .bd li:hover h5{
	color: #fff;
}
.newsList .bd li:hover p{
	color: #fff;
}
.newsList .bd li:hover .newText{
	background: #01B218;
}
.newsList{
	height: 420px;
	position: relative
}
.newsList .hd{
	position: absolute;
	bottom: 0;
}
.footer{
	width: 100%;
	height: 130px;
	background: #282828;
	padding-top: 42px;
}
.foo_info{
	float: left;
	width: 800px;
	height: 60px;
}
.subnav{
	width: 100%;
	height: 30px;
}
.subnav li{
	float: left;
	color:#fff;
	margin: 0 10px;
}
.subnav li a{
	color: inherit;
}
.copy{
	
}
.share{
	width: 400px;
	height: 60px;
	float: right;
}
.share li{
	width: 48px;
	height: 38px;
	border: 1px solid #DDDDDD;
	background: #474747;
	float: right;
	margin: 6px 4px;
	line-height: 34px;
	text-align: center;
}











































































