﻿@charset "utf-8";
/*reset*/
*{ font-family: "微软雅黑"; font-size: 16px;}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img,input,table,dl,dd{ margin: 0; padding: 0;}
img{ /*display: block;*/ border: none;}
input{ outline: none;}
li{ list-style: none; vertical-align: middle;}
a{ text-decoration: none; color:#666; border: none;}
a:hover{
	 text-decoration: none; 
}
input{ outline: none; border: none;}
/*h1,h2,h3,h4,h5,h6{ font-weight: normal;}*/
.fl{ float: left;}
.fr{ float: right;}
.clearfix:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }

.w1200{width: 1220px; margin: 0 auto;}
.w1460{width: 76.6%; min-width: 1200px; margin: 0 auto;}
.w1300{width: 94%; min-width: 1300px; margin: 0 auto;}

/*head*/
.body{
	width: 100%;
	height: 100%;
	position:relative;
}
.logo{
	width:15%;
}
/*nav*/
.navTop{
	background: #f0f0f0;height:34px;
}
.navTop p,.navr li a{
	color: #595959;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	}
.navr li a:hover{color:#53a800;}	
.navTop span{
	color: #cd010a;
	font-size: 22px;
	font-family: impact;
	}	
.navr li{
	float: left;
}
	

.navWrap{
	position: relative;
}
.navbox{
	padding: 0;
}
.navbox P{
	width:15%;
	margin-top:3%;
	padding-left: 70px;
	background: url(../images/phone01.png) no-repeat 0 center;
}
.navbox P span{
	color: #ff7200;
	font-size: 32px;
	line-height: 40px;
	font-family: impact;
}
.navnav{
	width: 60%;
	height: 65px;
	background:rgba(255,255,255,0.6);
	position: relative;
	margin:3% auto;
	margin-left:2%;
	float:left;
}

.navLi{ 
	float: left;
	/*position: relative;*/
	width: 14.28%;
	text-align: center;
	height: 65px;
	transition: all .5s;
	-webkit-transition: all .5s;
	 }
.navLi:hover{
	background: #019315;
}

.navLi h2>a{ 
	display: block;
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 65px;
	height: 65px;
	font-weight: normal;
	/*padding-top: 36px;*/
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.navLi:hover h2>a{
	color:#fff;
}
.navLi h2 a span{
	color: #a8a8a8;
	font-size: 12px;
	text-transform: uppercase;
}
.sub_menu {
	/*padding: 20px 0;*/
	width: 100%;
	height: 0px;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 65px;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
}
.subUl{
	width: 90%;
	margin: 0 auto;
}
.subLi .sub_menu .sub_menu_list {
	float: left;position: relative;
}
.subLi{
	float: left;
	width: 14.5%;
	margin: 5px 0.5%;
	height: 180px;
	/*border: #ce1208 4px solid;*/
	border: #fff 4px solid;
	overflow: hidden;
}
.subLi img{
	width: 100%;
	height: 145px;
	transition: .5s;
}
.subLi:hover img{
	transform: scale(1.15);
}
.subLi span{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #fff;
	text-align: center;
	color: #ce1208;
	font-size: 14px;
}
.h20{
	width: 100%;
	height: 35px;
}
.gyBox{
	width: 100%;
	height: 340px;
	background: #fff;
	overflow: hidden;
	/*padding: 20px;*/
}
.gyBox img{
	width: 580px;
	height: 340px;
}
.gywenzi{
	width: 45%;
	padding: 40px;
} 
.gywenzi h4{
	font-size: 20px;
	color: #404040;
	height: 60px;
	line-height: 55px;
}
.gywenzi p{
	width: 95%;
	font-size: 14px;
	color: #8c8c8c;
	/*height: 26px;*/
	line-height: 28px;
}
.gya{
	color: #ce1208;
	font-size: 14px;
}
/*banner*/
.banner{
    position: relative;
    height: 100%;
    }

.swiper-container {
    width: 100%;
    height: 100%;   
}
.swiper-slide {
    text-align: center;   
    /* Center slide text vertically */
    display: -webkit-box;
    /*flex 弹性布局*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*主轴的对齐方式*/
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a{ display: block; width: 100%; height: 100%;}
.swiper-slide a img{ width: 100%;}
.banner1{
	width:100%;
	height:500px;
	background:url(../images/bannerny.jpg) no-repeat center;
	position:relative;
}


/*tdian*/
.tdian{
	background: #f2f2f2;
	width: 100%;
	padding: 20px 0 40px;
	border-top: #40aa3c 6px solid;
}
.tdUl li{
	float: left;
	width: 400px;
	padding-top: 20px;
}
.tdUl li img{
	margin: 0 auto;
	transition: 0.5s;
} 
.tdUl li:hover img{
	transform: rotate(360deg);
}

.tdUl li h6{
	color: #40aa3c;
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	text-align: center;
}
.tdUl li p{
	/*display: block;*/
	width: 90%;
	margin: 0 auto;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	/*height: 35px;*/
	text-align: center;
}

/*product*/

.bt{
	display: block;	
	width: 320px;	
	/*padding-top: 50px;*/
	cursor: pointer;	
	margin: 60px auto 30px;

	
}
.bt01{
	display: block;
	background: url(../images/casetop.png) no-repeat center 0;
} 
.bt01 h2{
	color: #009b0f;
	font-size: 36px;
	text-align: center;
	padding-top: 20px;
}
.bt h2{
	color: #ff9000;
	font-size: 36px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	/*font-weight: normal;*/
}
.bt h2 span{
	color: #333333;
	font-size: 36px;
	line-height:35px;
	height:35px;
}
.bt03{
	display: block;
	background: url(../images/casetop1.png) no-repeat center 0;
} 
.bt03 h2{
	color: #009b0f;
	font-size: 36px;
	text-align: center;
	padding-top: 20px;
	margin-bottom:25px;
}
.bt p{
	color: #aaaaaa;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}


.product{ 
	padding-top: 1px;
	
	}

.proList{	
	width: 100%;
	/*height: 415px;*/
	background: url(../images/back.jpg) no-repeat 0 0;
}
.proWrap{
	position: relative;
	/*width:1200px;*/
	/*height: 415px;*/
}

.prolistUl{	
}
.prolistUl dd{
	width:20%;
	float: left;
}
.prolistUl dd a{
	display: block;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #cd010a;
	transition: .5s;
	-webkit-transition: .5s;
}
.prolistUl dd a:hover{
	transform: translateY(-15px);
} 
.prolistUl dd a img{
	margin: 0 auto 20px;
}
.prolistUl dd a p{	
	width: 90%;
	height: 35px;
	border-radius: 50px;
	/*background: #92c22f;*/
	border: #dededf 1px solid;
	margin: 0 auto;
	line-height: 35px;
	text-align: center;
	color: #343434;
	font-size: 14px;
	transition: .3s;
}

.prolistUl dd a:hover p{
	background: #92c22f;
	color: #fff;
	border: none;
}

.goodsUl{
	height: 815px;
	overflow: hidden;
}
.mr_frUl ul li{
	position: relative;
	float:left;
	width:24%;
	height: 275px;
	/*padding: 10px;*/
	margin:0 .5%;
	/*background: #f2a538;*/
	overflow:hidden;
	box-shadow: #b3b3b3 2px 0px 6px;
	margin-bottom: 18px;
	}
	
.mr_frbox{
	background:url(../images/chanpin.jpg) no-repeat 0 0;
	padding: 0px 0 50px;
	/*background-size: 100%;*/
}	
	
.mr_frUl{ width: 100%; overflow: hidden; padding-top: 0px;}
.goodsUl li>a{
	position: relative;
	display: block;
	width: 100%; 	
	height: 100%;
	 /*margin-bottom: 27px;*/ 
	position: relative;
	overflow: hidden;
	transition-duration: 800ms;
	-webkit-transition-duration:800ms;
	-moz-transition-duration:800ms;
}

.goodsUl li .img img{
	width: 100%;
	height: 195px;
	overflow: hidden;
}
.goodsUl li a img{
	width: 100%;
	height: 275px;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}
.goodsUl li a:hover img{
	transform: scale(1.15);
}
.goodsUl li span{
	position: absolute;
	bottom: 0;
	left:0;
	background:rgba(0,0,0,0.6) url(../images/icon.png) no-repeat 320px center;
	color: #fff;	
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.goodsUl li span i{
	font-style: normal;
	padding-left: 20px;
	text-align: left;
}
.goodsUl li a div{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,88,0,0.6);
	left: 0;
	top: 0px;
	opacity: 0;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}
.goodsUl li a div::before{
	display: block;
	content: " ";
	width:60px;
	height: 72px;
	background:url(../images/faj.png) no-repeat 0 0;
	margin: 70px auto auto;
}

.goodsUl li a:hover div{
	opacity: 1;
}
/*.goodsUl li a:hover span{
	display: none;
}*/
.goodsUl li:hover a{
	/*background: #0b52a3;*/
	color: #fff;
}
.goodsUl li a img,.mask span,.mask{
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
}
.goodsUl ul li:hover img{
	transform: scale(1.1);
}
.goodsUl a div p{
	position: absolute;
	top: 145px;
	left: 35%;
	width: 120px;
	height: 34px;
	text-align: center;
	border: #fff 1px solid;
	margin: 0 auto;
	color: #fff;
	line-height: 34px;
	font-size: 14px;
}
/*产品分类图片一排滚动*/
.Box {position: relative;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 47px;height: 110px;position: absolute;top: 50px;cursor: pointer;}
.Box .Box_con .btnl {background:url(../images/pre.png) no-repeat 0 0;left: -72px;}
.Box .Box_con .btnr {background:url(../images/next.png) no-repeat 0px 0;right: -72px;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width:224px;/*height: 200px;*/margin-left: 20px;overflow: hidden;}
.Box .Box_con .conbox ul li p{ width: 95%; height: 35px; border-radius: 50px;background: #53a800; text-align: center; line-height: 35px; color: #fff; transition: .5s;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 170px;height:170px; border:rgba(83,168,0,.5) 10px solid; margin-bottom: 20px; border-radius: 50%; overflow: hidden; transition: all 0.5s;}
.Box .Box_con .conbox ul li:hover p {background: #ff9000;}


/*about*/
.about{
	padding-top: 60px;
	height:480px;
	background:url(../images/about01.jpg) no-repeat center center;
	margin-bottom:50px;
}
.aboutindex{width:1200px;margin:0 auto;position:relative;}
.aboutr{position:absolute;top:20px;right:0;width:625px;}
.aboutr b{font-size:32px;color:#fff;font-weight:bold;position:relative;padding-bottom:20px;display:block;}
.aboutr b:before{content:"";width:160px;height:3px;background:#fff;display:block;position:absolute;bottom:0;left:0;}
.aboutr i{font-size:15px;color:#fff;display:block;padding-top:15px;font-style:normal;}
.aboutcontent{padding-top:35px;font-size:16px;color:#fff;line-height:30px;}
.abt{width:140px;height:34px;display:block;border-radius:10px;border:1px solid #fff;margin-top:30px;text-align:center;line-height:34px;}
.abt a{color:#fff;}
.abt:hover{background:#ff9000;}

.aboutnei{
	padding-bottom: 120px;
	width: 100%;
	height: 100%;
	background: url(../images/about02.png) no-repeat right bottom;
}

.abP p{
	margin-top:60px;
	padding-left: 30px;
	background: url(../images/dh.png) no-repeat 0 center;
	color: #fff;
}
.abP p span{ 
	font-size: 39px;
	font-family: impact;
	color: #fff;
}
.focus{
	width: 65%;
}
/*.abP p{
	width: 600px;
	color: #3b3b3b;
	font-size: 17px;
	line-height: 32px;
}*/
.btABout{
	display: block;
	width: 140px;
	height:45px;
	margin-top: 30px;
	background: url(../images/bamore.png) no-repeat 0 0;
	/*border-radius: 50px;*/
	color: #fff;
	text-align: center;
	line-height: 35px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btABout img{
	margin: 0px auto;
}
.btABout:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.mlgb{
	height: 490px;
}
.bt02{
	display: block;
	background:#ffa200;
	transform:skewX(-30deg);
	width: 575px;
	margin: 0 auto;	
}
.bt02 p{
	margin-top: 10px;
	text-align: center;
	transform: skewX(30deg);
	margin-bottom: 50px;
	color: #fff;
	padding:5px 0 5px 40px;
	background: url(../images/ysicon.png) no-repeat 100px center;
}

.bt02 p span{
	transform: skewX(30deg);
	color: #fff;
	font-family: impact;
	font-size: 35px;
}
.bt02 h2{
	color: #fff;
}
.focus h3{
	padding-top: 85px;
	font-size: 32px;
	color: #fff;
	line-height: 105px;
	text-align: center;
}
.jjL{
	width: 650px;
	margin: 50px 0 0 100px;
}
.jjL h6{
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 35px;
}
.jjL p{
	color: #fff;
	line-height: 30px;
}
.ship{
	padding-top: 40px;
}

/*跳动数字*/
.product-num-head{
	width: 60%;
	margin-left:300px;
}
.product-num-item{
	float: left;
	width: 110px;
	/*height: 150px;*/
	margin: 0 13px;
	padding-top: 10px;
	/*border-radius: 50%;*/
	/*border-right: #8bc2f1 1px solid;*/
}
.product-num-item:last-child{
	border-right: none;
}
.count-title{
	/*display: block;*/
	/*line-height: 60px;*/
	/*font-family: impact;*/
	/*color: #fff;*/
	font-size: 30px;
	/*text-align: center;*/
}
.product-num-item span,.product-num-item p{
	color:#262626;
}

/*案例的滚动*/
.casewapper{width:100%;margin:0 auto;overflow:hidden;}
.casewapper ul{height:360px;overflow:hidden;}
.casewapper ul li{width:400px;height:360px;float:left;box-shadow: #b3b3b3 2px 0px 6px;margin-right:1%;margin-bottom:22px;overflow:hidden;}
.casewapper ul li .img{width:400px;height:310px;overflow:hidden;}
.casewapper ul li .img img{width:400px;height:310px;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
.casewapper ul li:hover .img img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	}
	
	
	
.casewapper ul li img:hover{scare(1,1)}
.casewapper ul li p{width:100%;background:#f1f1f1;text-align:center;height:48px;line-height:48px;}
.casewapper ul li a{color:#444;}
.casewapper ul li:hover p{background:#ff5800;}
.casewapper ul li a:hover{color:#fff;}
.demow{width:8000%;}

/*优势*/
.yt_youshi{width: 99.99%;height: 770px;background: url(../images/choose1.jpg) center; overflow:hidden}
.yt_youshi h2{text-align: center;padding-top: 60px;}
.yt_youshi p{color: #fff;font-size: 18px;font-weight: normal;text-align:center;}
.yt_youshi ul{width: 1200px;margin: 0 auto;margin-top: 70px;overflow: hidden;list-style-type: none;}
.yt_youshi ul li{width: 170px;float: left;text-align: center;color: #fff;margin: 0 15px;}
.yt_youshi ul li h3{font-weight: normal;font-size: 20px;line-height: 30px;}
.yt_youshi ul li i{font-size: 14px;line-height: 22px;margin-top: 5px;display: block;font-style: normal;}
.yt_youshi ul li img{transition-duration: .5s;}
.yt_youshi ul li:hover img{transform: rotateY(180deg);transition-duration: .5s;}
.ct1{background-position-x: 50%; background-repeat: no-repeat; margin: 10px auto 20px;}
.mf1{margin-bottom: 20px; margin-top: 50px;}


.youshi{
	background: url(../images/youshi.jpg) no-repeat 0 0;
	padding: 30px 0 0 0;
}
.ysDl{
	width: 100%;
	height: 460px;
	margin-top: 150px;
	position: relative;
	background: url(../images/ty.png) no-repeat center 0;
}
.ysDl dd{
	position: absolute;
	width:214px;
	height: 214px;	
	border-radius: 50%;
	border: rgba(255,255,255,.6) 10px solid;
	-webkit-transition: .5s;
}
.ysDl dd div{
	width:100%;
	height:100%;	
	background: #fff;	
	border-radius: 50%;	
	-webkit-transform-style: preserve-3d;  
}

.ysDl dd:hover{
	transform:rotate(360deg);
} 

.ysDl dd:nth-child(1){
	left: 50px;
	bottom:75px ;
	
}

.ysDl dd:nth-child(2){
	left: 288px;
	top:-105px ;
}
.ysDl dd:nth-child(3){
	right: 288px;
	top:-105px ;
}
.ysDl dd:nth-child(4){
	right:50px;
	bottom:75px ;
}

.ysDl dd:nth-child(1) p{
	background: url(../images/ys01.jpg) no-repeat 0 center;
}
.ysDl dd:nth-child(2) p{
	background: url(../images/ys02.jpg) no-repeat 0 center;
}
.ysDl dd:nth-child(3) p{
	background: url(../images/ys03.jpg) no-repeat 0 center;
}
.ysDl dd:nth-child(4) p{
	background: url(../images/ys04.jpg) no-repeat 0 center;
}
.ysDl dd i{	
	display: block;
	padding-top: 20px;
	text-align: center;
	color:#53a800;
	font-size: 50px;
	line-height: 70px;
	font-family: impact;
	font-style: normal;
}


.ysDl>img{
	margin:0px auto;
	padding-top: 150px;
	transition: .5s;
}
.ysDl dd p{
	width: 50%;
	padding-left: 50px;
	margin: 0 auto;
	text-align: center;
	color: #1f1a17;
	font-size: 15px;
	line-height: 28px;
	margin-top: 12px;
}
.ystop{margin: 0 auto;}
.shuihua{
	position: relative;
	display: block;
	margin: 0 auto;
	animation: shuihua 1000ms infinite alternate linear;
	-webkit-animation: shuihua 1000ms infinite alternate linear;
	-moz-animation: shuihua 1000ms infinite alternate linear;
}
@keyframes shuihua
{
from {top:0px;}
to {top:-15px;}
}
@-webkit-keyframes shuihua
{
from {top:0px;}
to {top:-15px;}
}
@-moz-keyframes shuihua
{
from {top:0px;}
to {top:-15px;}
}

/*case*/
.case{
	width: 100%;
	/*height: 400px;*/
	/*padding-top:25px;*/
	/*padding-bottom: 110px;*/
	/*background: url(../images/bg3.jpg) no-repeat 0 0;*/
}


/*news*/
.news{	
	/*height: 450px;*/
	padding-top: 0px;
	padding-bottom: 50px;
	
}
.newsBox{
	position: relative;
}
/*新闻图片 切换*/
.picFocus{  position:relative;  zoom:1;   }
.picFocus .hd{ width:100%; padding-top:5px;  }
.picFocus .hd ul{ margin-right:-5px; zoom:1; }
.picFocus .hd ul li{ margin:1%;  text-align:center;transition: all 0.7s;-webkit-transition: all 0.7s;-moz-transition: all 0.7s;  float: left;width:48%;background:#f2f2f2; }
.picFocus .hd ul li:last-child{margin-bottom:0 !important;}
.picFocus .hd ul li img{  cursor:pointer; margin-right:5px;   }
.bd{width: 42%;float: right;}
.hdLi h6{
	color: #ccc;
	font-size: 60px;
	text-align: left;
	font-weight: normal;
}
.picFocus .hd ul li.on{ background:#008923;  }
.on p,.on h4,.on .tm { color: #fff;}
.bd img{ width: 100%;}

.tm{
	position: absolute;
	right: 38px;
	top: 30px;
}

.newMain{
	 padding:20px 30px;
	 position: relative;
	width: 500px;
	transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s; 
} 
.newMain h4{
	font-size: 16px;
	height: 40px;
	text-align:left;
	line-height: 40px;
}
.newMain p{
	font-weight: normal;
	font-size: 14px;
	height: 20px;
		text-align:left;
	line-height: 20px;
	
}
.hdLi h6{
	width: 135px;
	text-align: center;

}
.imgL,.imgL img{
	width: 167px;
	height: 130px;
	
}
.imgL{
	padding:15px 0px 15px 15px ;
}



/*foot*/
.foot{
	width: 100%;
	/*padding-top: 100px;*/
	background:#3a3a3a;
}
.fDl01{
	width: 160px;
	padding: 50px 0px 0 120px;
}
.f-logo{
	margin-top: 30px;
}
/*.fDl01Dl{
	padding-left: 130px;
}*/
.fDl01Dl dd a{
	 color: #fff;
	 line-height:30px;
}
.fDl01Dl dd a:hover{
	
	color: #53a800;
	
}
.fDl01Dl dt,.fDl02Dl dt{
	/*width: 60%;*/
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;

}
.fDl01Dl p{
	color: #fff;
	line-height: 27px;
}

.fDl02{
	width: 240px;
	padding-top: 50px;
	padding-left:100px;
}
.fDl02 p{
	color: #fff;
	line-height: 26px;
	/*padding-left: 95px;*/
}
.fDl02Dl dd a{
	display: block;
	width: 120px;
	height: 30px;
	float: left;
	color: #fff;
	line-height: 30px;
}
.fDl02Dl dd a:hover{
	
	color: #53a800;
	
}
.fDl03{
	padding: 50px 0 0 80px;
}
.fDl04{
	width:225px;
	height: 290px;
	background: #53a800;
}
.fDl04 b{display:block;font-size:32px;line-height:30px;color:#fff;text-align:center;letter-spacing:8px;padding-top:25px;}
.fDl04 i{display:block;font-size:14px;line-height:22px;color:#fff;text-align:center;font-style:normal;letter-spacing:1.4px;padding-top:8px;}
.fDl04 img{
	padding-top: 20px;
	margin: 0 auto;
}
.fDl dt{
	margin-bottom: 28px;
}
.fDl dd{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	/*padding-left: 25px;*/
}
.fDl dd img{
	display: inline-block;
	margin-right: 5px;
}

.fMainBox h4{
	color: #53a800;
	font-size: 26px;
	font-family: impact;
}

@media only screen and (max-width:1800px) {
	.about{}
	.aboutnei{
		padding-bottom: 40px;
		background-size: 90%;
	}
	.Box .Box_con .btnr,.Box .Box_con .btnl{
		display: none;
	}
	.mlgb{ height: 470px;}
}
/*--------------*/
header,nav,.banner,.product,.youshi,.about,.case,.news,.foot,.dinggou{min-width: 1200px;}

/*底部  版权+营业执照*/
.bMxin{
	width: 100%;
	line-height:52px;
	text-align:center;
	border-top: #fff 1px solid;
	color:#ddd;
	/*margin-top: 35px;*/
}

.bMxin p{
	color: #fff;
	line-height: 45px;
}
.bquan img{
	display: block;
	margin: 0 auto;
}


/*内页产品分类*/
.proUl-nei{
	width: 1000px;
	margin: 0 auto;
	padding-top: 120px;
}
.proUl-nei li{
	float: left;
	width: 140px;
	height: 140px;
	margin: 10px;
	border-radius: 50%;
	/*background: rgba(206,18,8,.5);*/
	background: rgba(83,168,0,.5);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.proUl-nei li:hover{
	transform: translateY(-20px);
}
.proUl-nei li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 140px;
}
.firstRow td p img{
	margin: 0 auto;
}

/*----------------------------------   二级页面    ---------------------------------------------------*/
#main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
}
.ny_left {
	width: 320px;
	height: auto;
	float: left;
}

.ny_right {
	width: 880px;
	height: auto;
	float: left;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: solid 2px #ddd;
}
.bassMain{
	padding:0 16.5%;
}
.phoneNei{
	padding-left: 50px;
	background: url(../images/phone-nei.png) no-repeat 0 18px;
	background-size: 18%;
	color: #4d4d4d;
	font-weight: bold;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #cd010a;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.ny_news li{
	width: 100%;
	padding:50px 0;
	/*border-bottom: solid 1px #ddd;*/
	/*margin-bottom: 20px;*/
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
	position: relative;
	transition: .3s;
}
.newsLi{
	width: 1100px;
	margin: 0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	left:0;
}
.ny_news li:hover{
	background: #53a800;
}
.ny_news li:nth-child(2n):hover{
	background: #ff7200;
}
.ny_news li:hover .newsLi{
	left: -20px;
}
.ny_news li:hover h6,.ny_news li:hover p,.ny_news li:hover span{
	color: #fff;
}
.ny_news li:nth-child(2n){
	background: #f8f8f8;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #234bba;
}
.ny_news li>img{
	width: 200px;
	height: 135px;
	float: left;
	margin-right: 20px;
	display: block;
}


.ny_news li p{
	/*color: #999;
	padding-left: 15px;*/
	width: 100%;
	/*height: 30px;*/
	
}
.ny_news li p>img{
	vertical-align: middle;
	margin-right: 5px;
}

.nynews_list{
	margin-bottom: 30px;
	/*width: 100%;*/
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	background:url(../images/news1.jpg) left center no-repeat #fff;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}



.love-pic-box{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.love-pic-box li{
		width: 23%;
		height: 280px;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 10px #ccc;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
.love-pic-box li img{
		width: 100%;
		height: 240px;
		padding: 0;
		margin: 0;
}
.love-pic-box li p{
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;	
}
.love-pic-box li:hover p{
	position: absolute;
	width: 100%;
	height:50px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
}

.love-pic-box li p>a{
		width: 100%;
		line-height:30px;
		height: 30px;
		text-align: center;
		font-size: 16px;
		color: #000;
		display: block;
		padding-top: 5px;
}
.love-pic-box li p em{
	background: url(../images/pro-tel.png) left center no-repeat;
	padding-left: 40px;
	font-size: 20px;
	color: #dd0000;
	line-height: 40px;
	display: block;
	margin-left: 30px;
	font-weight: bold;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	/*width:100%;*/
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.nr20 h1{
	font-size: 26px;
	color: #234bba;
	text-align: left;
}

.nextinfo{
	width: 100%;
	overflow: hidden;
	
}
.nextinfo span{
 	background: #eee;
 	margin: 20px 1%;
 	width: 48%;
 	float: left;
 	text-align: center;
 	border-radius: 20px;
 }
.nextinfo span:hover{
 	background: #333;
 	color: #fff;
 }
.nextinfo span:hover a{
	color: #fff;
}
 
 
.pc_tt {
	background: #53a800 ;
	color: #fff;
	width: 290px;
	height: 140px;
	padding-top: 50px;
	border-bottom: solid 5px #ff7200;
	box-sizing: border-box;
}
.pc_tt h1{
	line-height: 50px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.pc_tt h2{
	font-size: 32px;
	line-height: 30px;
	text-align: center;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}
.left_cplei {
	width: 290px;
	/*padding-bottom: 45px;*/
	height: auto;
	/*background: #0f61ab;*/
}

.left_cplei li {
	/*height: 50px;*/
	border-bottom: #fff 1px solid;
	text-align: left;
	line-height: 40px;
	font-size: 18px;
	/*padding-left: 20px;*/
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

/*.left_cplei li:hover a{
	color: #423d43;
	
}*/
.left_cplei li>a {
	display: block;
	width: 100%;
	padding:2px 18px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background:#53a800;
	transition: .5s;
}
.left_cplei li:hover>a{	
	/*background:#d2201a;*/
	
}
.left_cplei li>a:hover {
	color: #fff;
	text-indent: 20px;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	/*margin: 5px auto;*/
	border-bottom: dashed 1px #ccc;
}

.left_cplei p>a {
	color: #666;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	display: block;
	/*font-weight: bold;*/
}

.left-lx{
	width: 290px;
	overflow: hidden;
	border: solid 1px #ddd;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 20px;
	
}
.lx-tt{
	height: 60px;
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(../images/fenlei.jpg) no-repeat 0 0;
	color: #888;
	border-bottom: solid 5px #ff6633;
	width:100%;
	margin: 0 auto 10px;
}
.lx-tt h2{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	float: left;
	font-weight: initial;
	padding-left: 15px;
	
}
.lx-tt a{
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.lx-tt a:hover{
	color: #ff6633;
}
.left-lx p{
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.lxBox{
	padding: 30px 0;
}
#nyba {
	width: 100%;
	height: 450px;
	margin-bottom: 5px;
	background:url(../images/banner-nei.jpg) no-repeat 0 0;
 	background-attachment: fixed;
	
}
/*#nyba img{ width:100%; min-width:1200px; }*/

.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}





.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news3 li:hover {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	box-shadow: 0px 0px 10px #ccc;
	transform: scale(1.05);
}

.news3 li img {
	width: 200px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

.news3 li strong {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: initial;
}

.news3 li strong a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news3 li strong a:hover {
	color: #ff0000;
}


.news3 li p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.content h1{
	text-align: center;
	font-size: 20px;
	line-height: 80px;
}
.zixun{
	width: 1200px;
}
.zixun h1{
	text-align: left;
}

.newsLi img{
	float: left;
	width: 160px;
	height: 120px;
}
.newRight{
	width: 850px;
}
.newRight h6{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
.newRight p{
	font-size: 14px;
	color: #a6a6a6;
}
.newRight span{
	color:#bbb;
}  
.ss_submit{
	background: #999;
}
.h50{
	height: 50px;
}
.navwarp{width:1200px;margin:0 auto;}

.index_cage{  background:url(../images/bg1.jpg) no-repeat center top; z-index:9; height:490px;margin-bottom:40px;}
.index_cage .s_width{overflow:hidden;}
.index_cage ul{ width:1200px;}

.aboutBox {
	padding: 50px 0 100px;
	background: url(../images/about_bg.jpg) no-repeat center center;
}

.aboutBox h2 {
	margin-bottom: 50px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 50px;
	position: relative;
	text-align: center;
	overflow: hidden;
	text-shadow: 1px 1px 3px rgba(0,0,0,.7);
	background: url(../images/about_ttl_bg.png) no-repeat center bottom;
}

.aboutBox h2 span {
	margin-top: 10px;
	display: block;
	color: #eee;
	font-size: 17px;
	font-weight: normal;
	text-align:center;
}

.aboutBox p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-indent: 2em;
}

.aboutBox ul {
	margin-top: 50px;
}

.aboutBox li {
	margin: 0 1%;
	width: 23%;
	float: left;
}

.aboutBox li span {
	padding: 5px;
	display: block;
	border: 1px solid rgba(255,255,255,.4);
}

.aboutBox li span img {
	width: 100%;
}

.aboutBox .link {
	margin-top: 30px;
}

.aboutBox .link a {
	margin: 0 auto;
	padding: 15px 0;
	width: 400px;
	display: block;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 30px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.aboutBox .link a:hover {
	color: #fff;
	background: #ED6F22;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.aboutBox .textBox .tel {
	padding: 10px 0 10px 80px;
	color: #d10f1d;
	font-size: 27px;
	font-weight: bold;
	background: url(../images/atel.png) no-repeat left center;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.numsrcoll {
	padding: 20px 10px 25px 10px;
}

.numsrcoll .sub {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	width: 25%;
	float: left;
}

.numsrcoll .sub .js-counter {
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.numsrcoll .sub .js-counter span {
	margin-right: 10px;
	color: #ED6F22;
    font-size: 60px;
	font-family: impact;
}

.numsrcoll .sub .text {
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.adv {
	background: url(../images/adv.jpg) no-repeat center top;
	height: 230px;
	position: relative;
	z-index: 1
}
.advantage {
	height: 890px;
	background: url(../images/youshibg.jpg) no-repeat center top;
	position: relative;
}
.advantage .s_width {
	position: relative;
	height: 746px;
	padding: 50px 0 0 0;
	z-index: 2;
	width: 1280px;
	margin: 0 auto
}
.advantage .adv_pic_a {
	position: absolute;
	width: 561px;
	height: 543px;
	right: 0;
	top: -103px;
	z-index: 5;
}
.advantage .adv_pic_b {
	position: absolute;
	width: 688px;
	height: 435px;
	left: 0;
	bottom: 23px;
	z-index: 5;
}
.advantage .adv_aa {
	position: absolute;
	width: 639px;
	height: 227px;
	left: 0;
	top: 77px;
}
.advantage .adv_bb {
	position: absolute;
	width: 570px;
	height: 227px;
	right: 0;
	bottom: 65px;
}
.advantage .adv_con h3 {
	color: #53a800;
	line-height: 65px;
	padding: 0 0 0 90px;
	font-size: 38px;
	margin: 0 0 30px 0
}
.advantage .adv_aa h3 {
	background: url(../images/adv_icon_a.png) no-repeat left center;
}
.advantage .adv_bb h3 {
	background: url(../images/adv_icon_b.png) no-repeat left center;
}
.advantage .adv_con p {
	background: url(../images/y_dian.png) no-repeat 8px center;
	padding: 0 0 0 30px;
	color: #333;
	font-size: 16px;
	line-height: 35px;
}
.advantage .adv_con p strong {
	font-size: 24px;
	color: #53a800;
	display: block;
	line-height: 45px;
}
.advantage .adv_bb p strong {
	font-size: 22px;
	color: #e00f31
}
.adv_pic_a img, adv_pic_b img{
	transition: .5s;
	}
.shuihua{
	position: relative;
	display: block;
	margin: 0 auto;
	animation: shuihua 1000ms infinite alternate linear;
	-webkit-animation: shuihua 1000ms infinite alternate linear;
	-moz-animation: shuihua 1000ms infinite alternate linear;
}
@keyframes shuihua
{
from {top:0px;}
to {top:-15px;}
}
@-webkit-keyframes shuihua
{
from {top:0px;}
to {top:-15px;}
}
@-moz-keyframes shuihua
{
from {top:0px;}
to {top:-15px;}
}

#footer {
	background: #2C2C2C;
	background: url(../images/f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#footer .flink {
	border-bottom: 1px solid rgba(255,255,255,.2);
}
	
#footer .flink ul {
	margin: 0 auto;
	width: 1300px;
}

#footer .flink li {
	width: 14.28%;
	float: left;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#footer .flink li:before {
	width: 1px;
	height: 15px;
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	background: rgba(255,255,255,.5);
}
#footer .flink li:first-child:before{
	display:none;
}


#footer .flink li a {
	padding: 25px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	background: url(../images/f_line.png) no-repeat right center;
}

#footer .flink li a:hover {
	text-decoration: underline;
}

#footer .sub {
	margin: 0 auto;
	padding: 50px 0;
	width: 1350px;
}

#footer .logo {
	padding-top: 10px;
	width: 300px;
	float: left;
	text-align: center;
}

#footer .logo img {
	width: 100%;
}

#footer .navi {
	margin-left: 40px;
	padding: 0px 10px 20px 30px;
	width: 280px;
	min-height: 150px;
	float: left;
}

#footer .navi li {
	margin-bottom: 15px;
	width: 50%;
	float: left;
	color: #fff;
}

#footer .navi li a {
	color: #fff;
	font-size: 16px;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .boxinfo {
	padding: 0px 0 0 30px;
	width: 620px;
	float: right;
	color: #fff;
}

#footer .boxinfo p {
	margin-right: 0;
	width: 400px;
	font-size: 16px;
	line-height: 2;
	float: left;
}

#footer .boxinfo .code {
	width: 150px;
	float: left;
	padding-left:20px;
}

#footer .boxinfo .code img {
	width: 150px;
}

#footer .boxinfo .code span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #008923;
}

#footer .copyright a {
	color: #fff;
}

#footer .copyright a:hover {
	text-decoration: underline;
}
#footer .footnav{
	line-height:40px;
	color:#fff;
	margin-bottom:25px;
	
}
#footer .footnav b{
	font-size:24px;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}
#footer .footnav b:before{
	width:48px;
	height:2px;
	position:absolute;
	background:#fff;
	left:0;
	bottom:-5px;
	content:"";
}

.pub_title{padding:60px 0 40px;width:1300px;text-align:center;margin:0 auto;}
.pub_title i{display: inline-block;vertical-align: middle;width:380px;height:1px;background-color: #d5d5d5;margin:0 30px;}
.pub_title h5{font-size:46px;color:#008923;font-weight:normal;}
.pub_title strong{color:#ff7200;font-size:46px;}
.pub_title p{font-size:16px;color:#393939;text-align:center;line-height:36px;}

.inner {
    width: 1300px;
    margin: 0 auto;
}
.clear {
    zoom: 1;
}

.abouthc{height:742px;background:url(../images/bg2.jpg) center no-repeat;}
.abouthc .inner{position: relative;padding-top:65px;overflow: hidden;}
.abouthc h2{font-size:45px;color:#fff;padding-left:30px;}
.abouthc span{display: block;font-size:17px;color:#fff;line-height:30px;padding-left:30px;letter-spacing:3px;}
.abouthc .text{width:570px;font-size:14px;line-height:24px;color:#fff;padding:50px 0 0 30px;height:168px;margin-bottom:100px;text-align:justify;}
.abouthc .text p{font-size:16px;line-height:28px;text-align:justify;}
.abouthc .info11{padding-left:60px;overflow: hidden;background:rgba(255,88,0,0.8)}
.abouthc .more{position: relative;}
.abouthc .more i{content:'';position: absolute;height:38px;width:1px;background-color: #fff;left:48%;top:40px;}
.abouthc .item{padding-right:40px;padding-top:30px;}
.abouthc .item img{margin-right: 14px;}
.abouthc .item strong{font-size:22px;display: block;color:#fff;padding:4px 0 0;}
.abouthc .item em{font-style: normal;font-size:12px;color:#fff;}
.abouthc .word{font-size:26px;color:#fff;width:60%;}
.abouthc a.but{width:315px;height:45px;border-radius:70px;margin-left:60px;margin-top:40px;border:1px solid #fff;text-align: center;line-height: 45px;overflow: hidden;color:#fff;display:block;font-size:28px;font-family:Impact;}
.abouthc a.but .pb_bg{background-color: #ff5800;}
.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(0,155,15,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.newsll{width:1200px;margin:0 auto;}
.childb{ width:560px; height:100px; margin:5px 20px; padding-top:24px; padding-bottom:24px; border-bottom:1px solid #cdcdcd;float:left;}
.childb .time{ display:block; text-align:center; margin-right:20px; float:left; width:103px; height:74px; border:1px solid #009b0f; padding:12px 0}
.childb .time p{ font-size:37px; font-family:Arial, Helvetica, sans-serif; line-height:45px;text-align:center;color:#009b0f;}
.childb .time span{ font-size:19px; font-family:Arial, Helvetica, sans-serif; line-height:25px;color:#009b0f;}

.childb .txt{ display:block; float:left; width:430px; height:auto;text-align:justify; }
.childb .txt p{font-size:16px; line-height:35px;height:35px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.childb .txt p a{font-size:16px; line-height:35px;color:#444;}
.childb .txt span{line-height:25px; height:50px; color:#666; display:block; overflow:hidden}
.childb .more{display:block; float:right; color:#009431; font-size:14px; line-height:25px; padding-top:60px}
.childb:hover .txt p a{color:#009b0f;font-weight:bold;}
.childb:hover .time{color:#fff;background:#009b0f;}
.childb:hover .time p{color:#fff;}
.childb:hover .time span{color:#fff;}

.pnav {
	width: 1300px;
	position: relative;
	padding-top: 1px;
	margin: 0 auto;
}

.pnav ul {
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.pnav ul li {
	display: block;
	margin: 0 40px 0 0;
	transition: all .3s;
	float: left;
}

.pnav ul li a {
	display: block;
	position: relative;
}

.pnav ul li .photo {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	
}

.pnav ul li a img {
	transition: 1s;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.pnav ul li a p {
	margin-top: 10px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	transition: .5s;
	z-index: 5;
	border-radius: 20px;
	text-align: center;
	background: #018935;
	box-sizing: border-box;
}

.pnav ul li a i {
	position: absolute;
	bottom: 6px;
	font-style: normal;
	font-size: 18px;
	left: 123px;
	transition: .5s;
}

.pnav ul li a:hover img {
	filter: brightness(120%);
}

.pnav ul li a:hover p {
	background: #FF7A01;
	color: #fff;
}

.pnav ul li a:hover i {
	color: #fff;
}

.pnav .btnLeft, .pnav .btnRight {
	position: absolute;
	top: 28%;
	margin-top: -15px;
	width: 66px;
	height: 66px;
	transition: 0.5s;
}

.pnav .btnLeft {
	left: -65px;
	background: url(../images/leftbtn.png) no-repeat center center;
}

.pnav .btnLeft:hover {
	left: -75px;
	opacity: 1;
}

.pnav .btnRight {
	right: -65px;
	background: url(../images/rightbtn.png) no-repeat center center;
}

.pnav .btnRight:hover {
	right: -75px;
	opacity: 1;
}
.potnav{
	padding-top:210px;
}


.numsrcoll .num {
	width: 25%;
	float: left;
}

.numsrcoll .js-counter {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.numsrcoll .js-counter em {
	margin-right: 10px;
	color: #fff;
    font-size: 48px;
	font-family: impact;
	font-style:normal;
}

.numsrcoll .text1 {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #f1f1f1;
	text-shadow: none;
	width:auto;
}
.conList {
	margin-bottom: 60px;
	margin-top:30px;
}

.conList li {
	width: 30.333333333%;
	float: left;
	color: #555;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

.conList li img {
	margin: 0 auto;
	display: block;
}


