@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
*{margin:0;padding:0;list-style:none;border:0;}
body{font-size:14px;  margin:0; padding:0;font-family: "Microsoft Yahei"; overflow:hidden;text-transform:capitalize }
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,html,body,nav{padding:0;margin:0; color:#333}
h1,h2,h3,h4,h5,h6 {font-size:16px; font-weight:normal;}
img{border:0; vertical-align: middle}
ol,ul{list-style:none;}
i{ font-style:normal}
h1{font-size:18px;}
a{color:#333;text-decoration:none;font-size:14px;blr:expression(this.onFocus=this.blur());}
a:hover{color:#f00;text-decoration:none;}
.clr{
	clear: both;
}
.fr{ float:right}
.fl{ float:left}
.one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* 多行换行 */
.some-line{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
/* 首页样式 */
.warp{
    position: relative;
	width: 100%;
	background-color: #f4f4f4;;
	background-position: center;
}

.content{
	position: relative;
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
.w1200{
	position: relative;
	width: 1200px;
	margin:auto;

}
.top{
	width: 100%;
	min-width: 1200px;
	height: 40px;
	background-color: #333333;
	line-height: 40px;
}
.top-left p{
	color: #fff;
	font-size: 14px;
}
.top-right a{
   color: #fff;
   font-size: 14px;
}
.top-right img{ margin-top:10px;}
/* 头部 */

/* 菜单部分 */
.middle-banner{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: auto;
}
.logo-nav{

	width: 100%;
	min-width: 1200px;
	min-height:100px ;
position: relative;
	background-color:rgba(255,255,255,0.5)
}
.logo{
 padding-top:10px;position: relative;left:0;transition-duration: .5s;
}
.logo img{ max-width:100%; height:80px;}

.logo:before{content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 300px;
    height: 15px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;}
	@-webkit-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-o-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-moz-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}



.content-nav{
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
.nav-list{ width:680px; }
.menu{ 
	width:100%; 
	overflow:hidden; 
	float:left
}
.menu .menu_item{
	float:left;
	font-size: 16px;
	text-align:center;
	font-family:"微软雅黑"; width:113px;
   
}
.menu .menu_item a{
	font-size: 16px;
	color: #666;
	display: block;
	width: auto; 
	line-height:100px;
	font-family:"微软雅黑";
	font-weight: bold;text-transform:uppercase;

}
.menu .menu_item:hover{
	color: #00a64a;
}
.menu .menu_item:hover a{
	color: #00a64a;
}
.cur a{
	color: #00a64a!important;
}
.menu .menu_item:hover .submenu{
	display:block; 
	z-index:999999; 
	position:absolute;
}
.submenu{
	width: auto;
	height: auto;
	background:#00a64a;
	 overflow: hidden;
	 z-index:999999999; 
	 display:none;
	 line-height: 45px!important;
	}
.submenu_item { min-width:113px;
	border-bottom: 1px dashed #929292;
	height: 45px;
	
}
.submenu_item a{ 
	font-weight:100;
	line-height:2em;
	color: #FFFFFF !important;
	line-height: 45px!important;
}
.submenu_item:hover{ 
	background:#fff;
	color:#00a64a!important;
}
.submenu_item a:hover{
	 color:#00a64a!important;
 
}



/*首页搜索*/
.posi{ position:relative; background: #f2f2f4; height: 50px}
.dh{ position:absolute; top:-50px;  padding:20px 40px; overflow:hidden; left:50%; margin-left:-600px; width:1200px;background-color: #FFFFFF;z-index: 1;}
.lxwm{ width: 660px; padding: 20px 0}
.search{ padding: 5px 0}
.search_box{ background:#fff; width: 370px; padding: 5px 5px; overflow: hidden;}
.search_k{ border: 1px solid #eaeaea; width: 270px; color: #666; height: 34px;}
.search_btn{ background: #ce2029; color: #fff; border: 2px solid #d40000; line-height: 30px; width: 75px;}
.search_btn:hover{ cursor: pointer; }


.tit{text-align: center;font-weight: normal;font-size: 0;line-height: 0;}
.tit span{display:block;font-size: 46px;color: #333;line-height: 46px;position: relative;position: relative;}
.tit span:after{position: absolute;left: 50%;top: 62px;content:"";width: 268px;height: 2px;margin-left: -134px;background:url(../images/tit_t.png) no-repeat bottom;}
.tit i{display:block;font-size: 18px;color: #222222;line-height: 18px;padding-top: 30px;}

.yz{	width: 100%;min-width: 1200px; height: 560px;background:url(../images/bjs02.jpg) no-repeat center 0; display:block}
.yz dl{ padding-top: 113px;}
.yz dt img{ display: block; width: 506px; height: 315px;}
.yz dd{ width: 630px;}
.yz h3 img{display: block;width: 615px;height: 112px;}
.yz dd p{ font-size: 16px; line-height: 30px; color: #5e5e5e;width: 627px;padding-top: 25px;}



.pro{padding:50px 0;background:url(../images/bjs.jpg) no-repeat center top ;}
.pro1{margin-top: 180px;height: 1025px;}
.pro1 h3{font-size: 32px;line-height: 58px;padding-left: 50px;color: #333333;height: 58px;background:url(../images/pro_ic2.png) no-repeat left ;display: block;margin-bottom: 30px;}
.pro1 h4 img{display: block; width: 56px;height: 12px;margin-top: 52px;}
.pro1 p.desc{ width: 471px; height:97px;background:url(../images/pro_desc1.png) no-repeat center ; padding: 15px 20px 0; font-size: 16px; line-height: 28px; color: #333333;margin-bottom: 50px;}
.pro1_l{ width: 511px; position: relative;}
.pro1_l b img{ display: block; width:511px; height: 681px;border:1px solid #d2d2d2;  }
.pro1_l .pro_size{text-align: center;height: 14px;  margin-top: 18px;position: relative;}
.pro1_l .pro_size i{display:inline-block;width: 14px;height: 14px;background: #3a4611;vertical-align: top;border-radius: 50%;margin:0 9px;}
.pro1_l .pro_size i.cur{background: #fff; border: 2px solid #3a4611; box-sizing: border-box;}
.pro1_r{ width: 638px;}
.pro1_r h3{ float: left; padding-left: 18px; font-size: 42px; line-height:42px;color: #333333; font-weight: normal; position: relative;  margin-bottom: 30px; margin-top:60px ;}
.pro1_r h3 span{ display: block;  line-height: 20px;  color: #999999; font-size:20px ; padding-top:9px;}
.pro1_r h3 span:after{ position: absolute; background: #5c4b51;left: 0; top: 2px; content: ""; width: 3px; height: 40px;}
.pro1_r ul{ width: 640px;}
.pro1_r li{ float: left; width: 310px; height: 415px; margin-right: 16px; margin-bottom: 16px; position: relative;border:1px solid #d2d2d2;}
.pro1_r li img{ display:block;width: 310px; height: 415px;}
.pro1_r li:nth-child(even){ margin-right: 0;}
.pro1_r li em{ display: block; width: 310px;color: #333333; line-height: 60px; height: 60px;font-size: 22px;background:rgba(255,255,255,0.75);  position: absolute; left: 0; bottom: 0;text-align: center;}
.pro1_r li em b{ font-weight: normal;color:#1f9c1e;padding-left:10px;}




.pro2{margin-top: 80px;height: 1102px;}
.pro2 h3{font-size: 32px;line-height: 58px;color: #155cbc;height: 58px;display: block;margin-bottom: 30px;}
.pro2 h4 img{display: block; width: 56px;height: 12px;margin-top: 52px;}
.pro2 .desc{ width:100%; height:90px;background:url(../images/pro_desc2.png) no-repeat center ; background-size:100% 100%; padding: 18px 20px 0; font-size: 16px; line-height: 28px; color: #333333;}
.pro2_l{ width:100%;}
.pro2_l ul{ width: 102%; margin-top:30px;}
.pro2_l li{ float: left; width: 31%; height: 415px; margin-right: 2%; margin-bottom:2%; position: relative;border:1px solid #d2d2d2;}

.pro2_l li img{ display:block;width: 100%; height: 413px;object-fit:cover;}
.pro2_l li em{ display: block; width: 100%; line-height: 67px; height: 60px;font-size: 22px;color:#fff;background:rgba(65,170,65,0.75);  position: absolute; left: 0; bottom: 0px;text-align:center;}
.pro2_l li em b{ font-weight: normal;color:#fff;padding-left:10px;}
.pro2_l li em:hover,.pro2_r .pro_qie em:hover{background:rgba(21,92,188,0.75);}

.pro_d{text-align: center;height: 14px;  position: absolute; bottom: 230px;left: 38%;}
.pro_d i{display:inline-block;width: 14px;height: 14px;background: #492431;vertical-align: top;border-radius: 50%;margin:0 9px;}
.pro_d i.cur{background: #fff; border: 2px solid #492431; box-sizing: border-box;}
.pro2_r{ width:511px; position: relative;}
.pro2_r .pro_qie b{ display: block; width:511px; height: 681px;position: relative;border:1px solid #d2d2d2;}
.pro2_r .pro_qie b img{ display: block; width:509px; height: 679px; }
.pro2_r .pro_qie em{display: block; width: 509px; line-height: 67px; height: 60px;font-size: 22px;color:#fff;background:#307f30; position: absolute; left: 0; bottom: 0px;text-align:center;font-weight:normal;}
.pro2_r .pro_qie em i{color:#fff;padding-left:10px; font-weight:normal;}

.pro2_r .pro_z h4 a{display: block; font-size: 20px; line-height: 20px; margin-top:40px; margin-bottom: 12px;color: #155cbc; font-weight: normal; }
.pro2_r .pro_z p{ display: block; font-size: 16px; line-height: 30px; float: left;color: #5e5e5e;}
.pro2_r .pro_z .more{ display: block; width: 140px; padding-left: 18px; height: 38px;background:url(../images/pro_more.png) no-repeat center 0 ; line-height: 38px; margin-top: 200px; font-size: 18px; color: #129611;}




.pro3{position: relative; margin:50px 0}
.pro3 h3{font-size: 32px;line-height: 58px;padding-left: 50px;color: #333333;height: 58px;display: block;margin-bottom: 27px;text-align: center;}
.tempWrap{ width:1200px !important; overflow:hidden}
.pro3 li{float: left; width: 288px;margin-left: 14px;position: relative;border: 1px solid #155cbc;}
.pro3 li img{ width: 100%;height:250px;object-fit:cover;}
.pro3 li span{display: block;font-size: 22px;color: #3b3b3b;line-height:60px ;height:60px ;text-align: center;width: 100%;}
.pro3 li:after{ position: absolute;left: 50%;bottom: 10px;content: "";background:url(../images/line1.png) no-repeat center;width: 19px;height: 2px;margin-left: -9.5px;}

.pro3 .sprev{position: absolute;left:-54px;top:200px;width:28px;height: 54px;background:url(../images/sprev.png) no-repeat;z-index: 10;}
.pro3 .snext{position: absolute;right:-54px;top:200px;width:28px;height: 54px;background:url(../images/snext.png) no-repeat;z-index: 10;}
.pro3 .sprev:hover{background:url(../images/sprevh.png) no-repeat;}
.pro3 .snext:hover{background:url(../images/snexth.png) no-repeat;}


.ys{ padding:60px 0; background: #eeeeee;position: relative;}
.ys_con dl{ width:100%;margin-top: 40px;position: relative;}
.ys_con dt img{ display: block; width: 100%; height: 532px;object-fit:cover;}
.ys_con dd{ position: absolute;left: 192px; bottom: 35px;background:url(../images/ys_dd.png) no-repeat center ; width:742px; height: 84px; padding-top: 10px; padding-left: 36px; padding-right:30px;}
.ys_con dd h4{ display: block; float: left; width: 200px; font-size: 28px; line-height: 34px; color: #ffff; font-weight: normal;}
.ys_con dd h4 span{ display: block; font-size: 28px; line-height: 34px; color: #fff;}
.ys_con dd h4 b{display:block;color:#fff;}
.ys_con dd p{ float: left; font-size: 14px; line-height: 24px; color: #fff; width: 446px;margin-top: 10px;}

.ys .ys_t{ padding-top: 35px;position: relative;}
.ys .ys_t:after{position: absolute;left: 0;top: 49px;width: 1200px;height: 1px;background: url(../images/xian.png) no-repeat center;content: "";}
.ys .ys_t li{font-size:20px ;color: #303030; text-align: center;background: url(../images/ys_ic.png) no-repeat 135px 4px; float: left; padding: 40px 0 0;z-index: 100;position: relative;width: 300px;}
.ys .ys_t li.cur{ background: url(../images/ys_ich.png) no-repeat  135px 1px;color: #129611;}
.ys .prev{ position:absolute; left:114px; top:470px; width:119px;height:39px; background:url(../images/prev.png) no-repeat;z-index: 100;}
.ys .next{ position:absolute; right:114px; top:470px;  width:119px;height:39px; background:url(../images/next.png) no-repeat;z-index: 100;}
.ys .prev:hover{background:url(../images/prevh.png) no-repeat;}
.ys .next:hover{background:url(../images/nexth.png) no-repeat;}

.liu{ background:url(../images/liu_bg.jpg) no-repeat center 0;height:382px;}
.liu .tit span{padding-top: 80px;color: #fff;}
.liu .tit span:after{top: 140px;}
.liu .tit i{color: #fff;}
.liu ul{margin-top: 35px;}
.liu ul li{float: left;width: 109px;}
.liu ul li img{display: block; width: 72px;height: 64px;margin: 0 auto;}
.liu ul li span{display: block;text-align: center;font-size: 14px;line-height: 24px;color: #fff;padding-top: 8px;}

/*news*/

.news{ padding: 50px 0; min-height:620px; background:url(../images/bjt.jpg) repeat center 0; display:block}
.new ul{ width:103%; }
.new ul li{ width:30.333%; float:left; background:#fff; margin:1.05%; padding:20px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.new ul li span{ width:334px; height:214px;  display:table-cell; text-align: center; vertical-align: middle;overflow:hidden;*display: block; *font-size:222px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.new ul li span img{width:100%; height:214px;object-fit:cover;}
.new ul li .new_bt{ width:100%; float:left; padding-bottom:10px; padding-top:25px;}
.new ul li .new_bt b{ width:40px; height:40px; border:1px solid #4bb352; color:#4bb352; text-align:center; line-height:40px; font-size:20px; float:left; margin-right:10px;text-transform:capitalize}
.new ul li .new_bt i{ color:#4bb352; line-height:20px;text-transform:capitalize}
.new ul li .new_bt h1{ width:270px; height:24px; overflow:hidden; float:left; font-size:18px; line-height:24px;text-transform:capitalize}
.new ul li p{height:46px; line-height:23px; overflow:hidden; float:left; width:100%;word-wrap:break-word;text-transform:capitalize}
.new ul li:hover span img{ transform: scale(1.1);} 
.new ul li:hover{box-shadow: 0 0 15px rgba(75, 179, 82, 0.2);} 
.new ul li:hover h1{ color:#4bb352;}




.abt{ width:100%;  padding-top:50px;height:616px ;background: url(../images/bjs3.jpg) #fff left bottom no-repeat; }
.abt dt img{ display: block;float: right;width: 590px; margin-top:90px;}
.abt dd{ float: left;width: 580px;}
.abt dd h3 a{ display: block;font-size:46px ;line-height:46px ;padding-top:42px ;color: #333333;position: relative;text-align: center; margin-bottom:40px;}
.abt dd h3 a:after{ position: absolute;left: 50%;top: 110px;width:26px ;height: 1px;background: #707070;content: "";margin-left: -13px;}
.abt dd  p{ font-size:14px ;line-height: 26px;color: #666666;}
.abt dd  p a{ text-align:center;height: 35px;line-height: 35px;width: 121px;font-size: 14px;color: #fff;margin:20px 0 0;background:#29883a;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius: 25px;-o-border-radius: 25px; display: block;float:right;}

.abt_z{ margin-top: 90px;}
.abt_z li{ float: left;color: #333333; padding: 0 50px 0 0; box-sizing: border-box;overflow: hidden;}
.abt_z li:first-child{ padding-left: 0;border-left: 0;}
.abt_z li:last-child{ padding-right: 0;}
.abt_z li b{ display: inline-block; font-size: 50px; line-height: 60px; color: #29883a; vertical-align: sub;font-family: Impact;text-align: center;}
.abt_z li i{ display: inline-block; font-size:18px ; color: #666666; margin-left: 2px;text-align: center;}
.abt_z li span{ display: block;font-size: 18px; line-height: 24px; color: #666666; font-weight:normal;}




/*优势*/
.advantage{
	width: 100%;
	min-width: 1200px;
	min-height: 1080px;
	background-image: url('../images/bjt.jpg');
	background-position: center;
}
.advabtage-top{
	display: inline-block;
	width: 760px;
	height: auto;
	margin: 60px 250px;
}
.title-company{
	width: 240px;
	text-align: center;
}
.adv-title-cn{
	font-size: 40px;
    color: #00a64a;
    /* line-height: 170%; */
    /* letter-spacing: 5px; */
    font-weight: bold;
    padding-left: 5px;
    /* line-height: 46px; */
    font-family: "Microsoft YaHei";
    margin-top: 20px;
}
.adv-title-en{
	color: #00a64a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.advantage-title{
	position: relative;
	width:500px;
	height: 99px;
	background-image: url('../images/advantage.png');
	margin: 0 auto;
}
.advantage-title span{
	font-size: 88px;
    color: #fff;
    padding-left: 30px;
    float: left;
	font-weight: bold;
	font-style:oblique;
}
.advantage-title h1{
	position: absolute;
    font-size: 30px;
    color: #124185;
    /* float: right; */
    font-weight: bold;
    letter-spacing: -1px;
    /* line-height: 50px; */
    /* margin-right: 30px; */
    font-family: "Microsoft YaHei";
    left: 140px;
    top: 10px;
}

.advantage-title h1 b{
	color: #00a64a;
	font-family:"Microsoft YaHei";
}

.advantage-title h2{	position: absolute;
    font-size: 17px;
    color: #124185;
    /* float: right; */
    font-weight: bold;
    letter-spacing: -1px;
    /* line-height: 50px; */
    /* margin-right: 30px; */
    font-family: "Microsoft YaHei";
    left: 140px;
    top: 60px;text-transform:uppercase;}

.advantage-list li{
	display: inline-block; width:100%;
	margin-bottom: 60px;
}

.adv-li-title{
	width: 125px;
	height: 280px;
	background-color: #00a64a;
	padding-top: 30px;

}
.li-title-maths{
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-style:oblique;
}
.adv-li-title i{
	display: table;
	width: 100px;
	height: 2px;
	background-color: #fff;
	margin: 20px auto;
}
.li-title-cn{
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.adv-text{
	width: 520px;
	margin-left: 30px;
	margin-top: 40px;
}
.adv-text p{
    font-size: 24px;
    color: #00a64a;
    font-weight: bold;
}
.text-introduction{
    line-height: 28px;
	padding-bottom: 8px;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	padding-right: 20px;
}
.text-introduction i{
	display: inline-block;
	width: 6px; 
	height: 6px;
	background-color:#00a64a;
	border-radius: 50%;
	vertical-align: 2px;
	margin-right: 6px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.adv-img img{
	max-width: 500px; height:280px;object-fit:cover;
}




























/* 产品展示 */
.product{
	width: 100%;
	min-width: 1200px;
	height: auto;
	padding-bottom: 140px; background:url(../images/bjs.jpg)no-repeat center 0;
}
.module-title{
	width: 1200px;
	margin: 35px auto;
	text-align: center;
}
.title-en{
	font-family: 微软雅黑;
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase; margin-top:10px;
    
}
.title-cn{
	font-family: 微软雅黑;
    font-size: 20px;
	
}
.color-title{
	color:#00a64a;
}

/*产品*/
.prot_l{ width:260px; float:left;  }
.prot_l ul li{ width:100%; float:left;background:#d3d9d9;text-align:center; margin-bottom:6%}
.prot_l ul li h1{ display:inline-block; padding:8px 60px; background:#00a64a; color:#fff; font-size:18px; margin:15px 0;}
.prot_l ul li h2{ font-size:14px; color:#fff; line-height:24px;}
.prot_l ul li img{ max-width:50%;}


.pro_r{ width:920px; float:right}
.pro_r ul{ width:102%; float:left}
.pro_r ul li{ width:31.33%; height:293px; border:1px solid #dedede;  background:#fff; float:left; text-align:center; margin-right:2%; margin-bottom:15px;}
.pro_r ul li .img{display:table-cell; text-align: center; vertical-align: middle; width:100%; height:210px; overflow: hidden;*display: block; *font-size:174px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.pro_r ul li  img{max-width:100%;max-height:210px;display: inline-block;vertical-align: middle; width:auto; height:auto}
.pro_r ul li:hover{ transition: all .7s;}
.pro_r ul li:hover img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.3);transform:scale(1.3);}

.pro_r ul li .cpz{ padding:5%; padding-top:3%; width:100%; float:left;}
.pro_r ul li dl{ width:100%; float:left; padding-top:20px; border-top:1px solid #d6d6d6;}
.pro_r ul li h1{ font-size:19px;width:100%; float:left; overflow:hidden}

.pro_r ul li span{ font-size:14px; color:#666666; margin-top:15px;}
.pro_r ul li.protu:hover{border:1px solid #f0910b;}










.product-nav{
	width: 200px;
	height: auto;
	background-color: #FFFFFF;
}
.product-nav-title{
	width: 200px;
	height: 65px;
	line-height: 65px;
	background-color: #00a64a;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}
.product-nav-list li{
	width: 200px;
	min-height: 50px;
	line-height: 40px;
	text-align: center;
	border-bottom: 2px solid #F8F8F8;
	margin: 3px auto;
}
.product-nav-list li a{
	width: 200px;
	height: 50px;
	display: inline-block;
	font-size: 16px;
	color: #00a64a;
}
.product-nav-list li a:hover{
	width: 200px;
	height: 50px;
	background-color: #00a64a;
	color: #FFFFFF;
}

.nav-contact-us{
	width: 200px;
	text-align: center;
}
.dhtb img{
	width: 50px;
	margin:10px auto;
}
.dhhm{
 font-size: 12px;
 font-weight: bold;
 color: #5a5a5a;
}
.code img{
	width: 140px;
	margin: 0px auto;
}


.product-right{
	width: 980px;
	height: auto;
}
.product-show li{
	float: left;
	text-align: center;
	width: 305px;
	background-color: #FFFFFF;
	height: 272px;
	margin: 0px 10px;
	margin-bottom: 15px;
}
.product-name{
	font-family: Microsoft YaHei;
    font-size: 14px;
    color: #00a64a;
	font-weight: bold!important;
	margin: 5px 10px;
}
.market-price{
	color: #999;
	font-size: 14px;
	margin: 5px 10px;
}
.price{
	font-family: Microsoft YaHei;
    font-size: 14px;
	color: #00a64a;
	margin: 5px 10px;
}
.product-img-center{
	text-align: center;
}
.product-img-center img{
	display: inline-block;
	max-width: 220px;
	min-height:220px;
	margin: 5px auto;
}
.product-show li:hover{
	width: 305px;
	height: 272px;
	border: 1px solid #00a64a;
}
.product-more a{
	float: left;
	width: 955px;
	height: 50px;
	background-color: #fff;
	margin-left: 10px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #00a64a;
}
.product-more a:hover{
	display: inline-block;
	background-color: #00a64a;
	font-size: 16px;
	color: #fff;
}




/* 底部 */
/*友情链接*/
.friendlink{ background: #fff; line-height: 60px;}
.friendlink span{ height: 60px; line-height: 60px; font-size: 18px;}
.friendlink a{ padding:0 10px;font-size: 16px;}
.friendlink .content{ background: url(../images/1.jpg) no-repeat center; position: relative; top: 30px; padding-left: 50px;}
.w100 {
    width: 100%;
    min-width: 1200px;
}
.clear{
	clear: both;
}

/* 底部 */
.foot{
	width: 100%;
	min-width: 1200px;  padding:20px 0 10px;
	background:#03a550;
}
.foot-nav{
	display: table;
	margin: 10px auto;
}

.foot-nav li {
    float: left; margin:0 10px;
    text-align: center;
}

.foot-nav li a{
	display: inline-block; padding:10px 30px;
	font-size: 16px; background:#165cbc;
	color: #fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius: 3px;-o-border-radius: 3px; 
}
.foot-nav li a:hover{background:#efefef; color:#165cbc}

.foot-bottom{
	line-height:33px;
    margin: 15px auto;
	
}
.foot-bottom p,.foot-bottom a{
	font-size: 14px; color:#efefef

}
.record-number{
	font-size: 14px;

}

.foot-code{
	margin-top:5px;
	margin-right:0px;
}
.foot-code img{
	width:125px; margin-top:25px;
}
.foot-code-font{
	width: 130px;

    font-size: 14px;
    display: inline-block;
    margin-top: 65px;
    margin-left: 10px;color:#efefef
}

.tjdm{
	position: absolute;
	bottom:0px;
}

.code{
	margin-top:10px;
	margin-bottom: 20px;
}


/*sub_banner*/
.sub_banner{ width:100%;overflow: hidden; position: relative; }
.sub_banner img{ width:100%;}
.subpage_bg{ overflow: hidden; position: relative; z-index: 1; margin-top: -20px; }



.position{ height: 50px; line-height: 50px;font-size: 16px; background: url(../images/11.jpg) bottom right no-repeat #fff; margin-bottom: 30px; padding-left: 15px}
.position a{ color: #5A5A5A }
.position .bg{ background: url(../images/10.jpg) left center no-repeat; padding-left: 15px}
.subpage{ background: #fff; overflow: hidden; padding: 10px 20px; margin-bottom: 30px}
/*内页产品*/
#main{ margin:30px auto;}
.main_l{ float:left; width:250px; margin-bottom:30px;}
.left_top{width:250px;background: #F7F7F7;box-shadow: 2px 3px 7px 1px #E6E6E6;}
.top_tit{display: block; color: #fff;font-size: 22px; background:#155cbc; height: 90px; margin: 0 auto; padding:0; text-align: center; line-height: 90px;text-transform:uppercase;}
.top_tit img{ vertical-align: middle; margin: 0 10px 3px;}

.nyleft_b{ width:100%}
.prtit1{ height:70px;border-bottom:1px solid #ddd; border-top:1px solid #ddd;  background:#00a64a; text-align:left; padding-left:10px}
.prtit1:hover{ background:#155cbc;}
.prtit1 .primg1{ height:25px; vertical-align:middle; display:inline-block;}
.prtitwz1{ line-height:70px; padding-left:8px; font-size:16px; color:#fff; font-style: normal;}
.right_content{float: right; width:890px;}
.right_content ul{ width:103%; float:left}
.product_list{ width:30.33%; padding: 15px; margin-right:3%; margin-bottom:3%; border:1px solid #e3e3e3; border-radius: 3px}
.product_list .img{ display: table-cell; overflow: hidden; text-align: center; width: 340px; height: 220px; vertical-align: middle;}
.product_list img{width: 100%; height: 220px;object-fit:cover;}
.product_list .img:hover img{ -webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.3);transform:scale(1.3); }
.product_list h1{ text-align: center; display: block; font-size: 15px; margin-top:8px;}
.product_list:hover{ border: 1px solid #00a64a; box-shadow: 0px 10px 30px 1px #dedede; -moz-box-shadow: 0px 10px 30px 1px #dedede; -webkit-box-shadow: 0px 10px 30px 1px #dedede; -o-box-shadow: 0px 10px 30px 1px #dedede;}
.product_list:hover > a{ color: #00a64a}

/*内页翻页样式*/
#pages {width: 100%;height: 50px;text-align: center;line-height: 22px;padding-top: 10px; clear:both;}
#pages a {background: #f5f5f5;border: #ddd solid 1px;padding: 4px 10px;margin: 0 2px;float: none; color: #9d7751; font-size: 14px;}
#pages span {background: #00a64a; color: #fff;border: #DDD solid 1px;padding: 4px 8px; margin: 0 2px; float: none;}


.subpage{ background: #fff; overflow: hidden; padding: 10px 20px; margin-bottom:50px}

.page_content .tt{ font-size: 20px; font-weight: bold; color:#1651B8; line-height: 30px}
.page_content .des{ border: #E5E5E5 1px solid; padding: 5px; line-height: 30px; background: #f5f5f5; text-indent: 2em; margin: 10px; color: #868686}
.page_content .date{ color: #999999; padding: 5px 0px;font-size: 14px;}

.page_content img{ max-width:750px;}
.page_content table{ width:750px !important; margin-top:20px; border:1px solid #dedede !important; }

.page_content dd{ width:60%; float:left}
.page_content dl{ width:20%; float:right; text-align:center; }
.page_content dl img{ width:60%;}
.page_content dl p{ line-height:30px;}
.pre_next{ margin-top: 20px }
.pre_next{ margin: 40px 20px 0 }
.pre_next a:hover{ color: #1651B8; text-decoration: underline;}


/*内页分类单独颜色*/
.center{
	text-align: center;
}
/*公用分类栏目样式*/
.sub_cats{ overflow: hidden; text-align: center; margin: 10px auto;}
.sub_cats ul{ display: inline-block;}
.sub_cats .sub_catsa{ width: 156px; line-height:50px; height:50px; background:#fff; margin: 0 5px;}
.sub_catsa:first-child{ background:#ce2029;}
.sub_cats .sub_catsa a{ display: block; text-align: center; color: #666;}
.sub_catsa:first-child a{ color:#fff;}
.sub_cats .active, .sub_cats .sub_catsa a:hover{ background: #00a64a; color: #fff;}
/*公用分类名称样式*/
.page_content .tt{ font-size: 20px; font-weight: bold; color:#00a64a; line-height: 30px}
.bt{ margin:20px 0}
.bt h2{ font-size: 30px; color: #333; font-weight: normal;}
.bt span{ text-transform: uppercase; color: #999; font-size: 12px;}
.bt i{ width: 27px; border-top: 3px solid #00a64a; display: block; margin: 5px auto;}
.bt em{text-transform:uppercase; font-size:18px; line-height:30px;}
.subpage .sub_cats .sub_catsa{ background:#00a64a;}
.subpage .sub_cats .sub_catsa a{ color: #fff;font-size: 14px;}
.subpage .sub_cats .active, .subpage .sub_cats .sub_catsa a:hover{ background: #00a64a;}
.ft12{
	font-size: 14px;
}

/* 关于我们 */
.company-profile{
	display: inline-block;	width: 100%;	height: auto;	margin-bottom: 50px;	margin-top: -20px;}.about-content{	display:inline-block;	width: 1200px;	height: auto;	background-color: #fff;	padding: 20px 50px;}.sub-color-title{	color: #00a64a;}.sub-success-title{	width: 400px;	height: 70px;}.sub-nav-list{	width: 600px;	margin: 10px auto;}.sub-nav-list li{	float: left;	width: 165px;	height: 55px;	line-height: 55px;	background-color: #d4dada;	text-align: center; margin-right:2px;}.sub-nav-list li a{	width: 165px;	height: 55px;	display: inline-block;	font-size: 16px;	color: #00a64a;}.sub-nav-list li a:hover{	width: 165px;	height: 55px;	display: inline-block;	background-color: #00a64a;	color: #fff;}.page_content{ width:100%; 	margin-top: 25px; 	line-height: 32px;	font-size: 16px;}.sub-content{	position: relative;	width: 1200px;	margin:auto;}.pic-left{	width: 1100px;	margin-left: 0px;}.pic-left li img{	width: 200px!important;	height: 200px!important;}.sub-title a{	color: #00a64a;	font-size: 16px;}.mt-30{	margin-top: 30px;}.about-content-padding{	padding: 20px 10px;}.sub-product-show li:hover{	width: 223px;	min-height: 308px;	border: 1px solid #00a64a;}.success-img-list{	display: inline-block;	width:101%;	height: auto;	margin-top:30px;}.success-img-list li{	float: left;	width:49%;	height: auto;	margin-right:1%;	text-align: center; margin-bottom:1%; position:relative}.success-img-list li img{	width: 100%; height:348px;object-fit:cover;}.success-img-list li a p{ display:none}.success-img-list li:hover a p{ display:block; width:100%; height:40px; line-height:40px; position:absolute; top:40%; background: rgba(31,36,39,0.8)!important; color:#fff; font-size:17px;}.sub-about-contact{	width: 870px;}.sub-about-title{	width: 870px;	height: 60px;	line-height: 60px;}.sub-about-title strong{	font-size: 28px;	color: #00a64a;	margin-right: 20px;}.sub-about-title a{	font-size: 15px;	display: inline-block;}.about-line{	width: 100%;	height: 3px;	background-image: url('../images/dian.png');	background-position: center; margin-bottom:30px;}.subs-news-list li{	width: 870px;	border-bottom: 1px solid #ccc;}.news-list-img img{	max-width: 120px;	max-height: 120px;}.subs-news-list{	width: 870px;}.sub-news-lists{	width: 700px;}.sub-news-title{	width: 100%;	font-size: 18px;	color: #333333;}.sub-news-time{	color: #9999A5;	font-size: 16px;	height: 40px;	line-height:40px;}.sub-news-dec{	width: 100%;	color: #666666;    font-size: 16px;}.subs-news-list li a{	width: 870px;	display: inline-block;	padding: 15px 0px;}.sub-about-text{	width: 100%;	min-width: 1200px;	min-height: 550px;}.sub-nav-left{	width: 255px;}.sub-nav-list-2 li{   width: 255px;   height: 80px;   text-align: center;   background-color:#434343;   margin-bottom: 5px;}.sub-nav-list-2 li a{	display: inline-block;	width: 255px;	height: 80px;	line-height: 80px;	color: #fff;	font-size: 16px;}.sub-nav-list-2 li:hover{	background-color: red;}.sub-about-contact-2{	width: 910px;}.sub-contact-left{	width: 40%;	float: left; }.sub-contact-right{	width: 40%;}.sub-contact-right img{	max-height: 300px; float:right}.contact-left-title{	font-size: 20px;    color: rgb(51, 51, 51);    font-family: 微软雅黑;}.left-top{	margin-top: 35px;}.left-top p{	font-size: 16px; line-height:32px;    color: rgb(102, 102, 102);}.mt-20{	margin: 20px 0px;}.news_content{	padding: 20px;}.table_form{ width:100%;  float:left; }.table_form tr{ width:100%; float:left; color:#969696; line-height:30px; display:block }.table_form tr th{ width:100%; float:left;  font-size:16px; text-align:left; padding-bottom:10px;}.table_form td{ width:100%; float:left; overflow:hidden;}.table_form .input-text{ width:100% !important; height:40px; background:none; border:1px solid #969696}.table_form textarea { width:100% !important; height:60px; background:none; border:1px solid #969696}.button{ background:#00a64a!important; width:400px; height:40px; line-height:40px; color:#FFF; text-align:center; border:none; font-size:14px}.table_form tbody td, .table_form tbody th {     border-bottom: none!important; }.rc_zp{	margin: 20px 0px;}.rc_zp p{ line-height:42px; font-size:16px;}/*搜索页样式*/.ny_sousuo{width: 1080px; height: auto; overflow: hidden; margin: 35px auto; border-bottom:1px dashed #ccc;}.nrydlt{height: 118px;overflow: hidden;width: 1080px; text-align:left}.nrydlt dt img { width: 135px;display: block; height:118px}.nrydlt dt dd {float:right; overflow: hidden;}.nrydlt dd .nrybt{ color: #333;font-size: 16px; font-weight:bold !important}.nrydlt dd .nrybt:hover{ color:#009944;}.nrydlt dd p {overflow: hidden;line-height: 30px; color:#676767; text-indent:0 !important}.nrydlt dd a.nryxq { font-size: 15px;    width: 150px;    height: 24px;    color: #333;    margin-top: 30px;    display: inline-block;	font-weight:bold;}.nrydlt dd a.nryxq:hover{ font-weight:bold}.wznr{	/* height: 210px; */	color: #5a5a5a;	margin: 0 auto;	text-align: center;	margin: 120px auto;	}.search-bg{	width: 100%;	height: 350px;	background-image: url('../images/search.jpg');	background-position: center;	background-repeat: no-repeat;}.picList li{width:232px!important;}.friendlink img{   vertical-align:-8px;   margin-left:10px;}/*侧边栏*/.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}.side ul li:hover{background:#00a64a;color:#fff}.side ul li:hover a{color:#fff}.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}.side ul li i.bgs1{background-image:url(../images/0.png)}.side ul li i.bgs3{background-image:url(../images/1.png)}.side ul li i.bgs4{background-image:url(../images/3.png)}.side ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}.side ul li.sidetop{background:#00a64a;color:#fff}.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}.ewBox img{	max-width: 230px;}.side ul li.sideewm .ewBox.son{width:238px;display:none;font-size: 16px;margin: 10px 0px; color:#363636;text-align:center;position:absolute;left:-240px;top:0;background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0; background:#fff}.side ul li.sideetel .telBox.son{width:240px;height:237px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:-79px;background:#00a64a}.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}.side ul li:hover .son{display:block!important;animation:fadein 1s}@keyframes fadein{from{opacity:0}to{opacity:1}}.pl-57{	padding-left:122px;}.company-environment li{	float: left;}.company-environment li img{	margin-bottom: 20px;	margin-right: 10px;	max-width: 540px;	height: 250px;}/*新闻*/.news-title ul,.news-zb ul{ width:99%; margin:0.5%; display:inline-block}.news-title ul li,.news-zb ul li{ width:100%; float:left;overflow:hidden; background:#fff;margin-bottom:30px;border:1px solid #f2f2f2;box-shadow: 0px 0px 10px rgba(0,0,0,.2);}.news-title ul li .news_jl{width: 100%;display: flex;padding: 30px;box-sizing: border-box;}.news-title ul li img{ width:375px; height:213px;object-fit:cover; margin-right:40px;}.news-title ul li .news_nt{ width:700px; float:right; overflow:hidden}.news-title ul li .news_nt h1{ width:100%; float:left; font-size:18px; padding-bottom:20px;text-transform:capitalize;word-wrap:break-word;}.news-title ul li .news_nt p{ line-height:24px; height:48px; overflow:hidden; float:left;text-transform:capitalize;word-wrap:break-word;}.news-title ul li .news_nt span{ display:block; margin-top:78px;float:left; }.news-title ul li i{font-size:13px; line-height:140%; color:#999; border-right:1px solid #999; float:left; padding-right:8px; margin-right:8px;}.news-title ul li dl{font-size:13px; line-height:140%; float:left}.news-title ul li:hover{border:1px solid #4bb352;box-shadow: 0px 0px 10px rgba(75,179,82,.2);}.news-title ul li:hover h1,.news-title ul li:hover dl{ color:#4bb352}.news-title ul li:hover span{ padding-left:20px; }.map{ margin-top:30px;}.nyproshow{ width:900px; float:right; background:#fff; padding:20px;box-sizing: border-box; position:relative}.nyproshow .tt{ font-size: 27px; color: #005bac; font-weight: bold; padding-bottom: 20px;}.nyproshow img{ width: 100%; height: auto;}/*主图*/#showbox { background:#fff; border: 1px solid #9f9f9f; box-sizing: border-box;}#showbox span { background:url(../images/whitebg.png) repeat;}#showsum { left:32px; margin-top:10px;}#showsum span { border:1px solid #9f9f9f; cursor: pointer;}#showsum span.sel { border:1px solid #005bac;}.showpage { width:860px; position:relative;}.showpage a { display:block; width:30px; border:1px solid #ddd; height:158px; line-height:158px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-160px; text-decoration:none; color:#999;}.showpage a#shownext { left:auto; right:0;}.showpage a:hover { background:#005bac; color:#fff;}#showbox div{ width: 100%!important; height: 460px!important; position: static!important;}#showbox div b{ display: table-cell!important; vertical-align: middle; text-align: center; width: 858px; height: 858px; overflow: hidden;}#showbox div b img{ display: inline!important; vertical-align: middle; max-width: 100%; max-height: 100%; width: auto!important; height: auto!important;}#showsum{ height: 160px!important;}#showsum p{ height: 160px!important;}#showsum span{ height: 158px!important;}#showsum span img{ top: 0!important;}.nyproshow .video{ margin-top: 20px;}.nyproshow .lingyu{ margin-top: 40px;}.nyproshow .showbt{ width: 100%; height: 48px; line-height: 48px; background: #e6e6e6; margin-bottom: 15px;}.nyproshow .showbt span{ display: inline-block; padding: 0 30px; color: #fff; font-size: 16.8px; letter-spacing: 2px; background: #005bac;}.nyproshow .lingyu p{ font-size: 16.8px; line-height: 35px;}.nyproshow .liangdian{ margin-top: 40px;}.nyproshow .liangdian p{ font-size: 16.8px; line-height: 35px;}.nyproshow .gongneng{ margin-top: 40px;}.nyproshow .gongneng p{ font-size: 16.8px; line-height: 35px;}.nyproshow .canshu{ margin-top: 40px;}.nyproshow .canshu p{ font-size: 15px; line-height: 25px;}.canshu table {width: 100%; border-collapse:collapse; border:1px solid #898989; font-size: 15px; margin-top:10px;}.canshu table .firstRow{ background: #e6e6e6;}.canshu table td{ width: auto; border-collapse:collapse; border: 1px solid #898989; padding: 10px 5px;}  .con1 {        margin-top:20px;        overflow: hidden;        background-color: #f5f5f5;    }        .con1 dt {        width: 315px;        border-right: 1px dashed #ccc;        float: left;        overflow: hidden;        background-color: #129611;    }        .con1 dt h3 {        width: 146px;        height: 140px;        float: left;        margin-right: 20px;        overflow: hidden;    }        .con1 dt h3 img {        width: 146px;        height: 140px;    }        .con1 dt p {        font: 30px "Microsoft Yahei";        font-weight: bold;        color: #fff;        margin-top: 45px;    }        .con1 dd {        width: 830px;        float: right;        display: inline;        overflow: hidden;    }        .con1 dd h4 {        display: block;        font: 20px "Microsoft Yahei";        color: #333;        overflow: hidden;        margin-top: 28px;    }        .con1 dd p {        font: 16px "Microsoft Yahei";        color: #333;        line-height: 24px;        overflow: hidden;        margin-top: 10px;    }	.lxwm_bj{display: inline-block;    width: 1200px;    height: auto;    background-color: #fff;    padding: 20px ; margin-bottom:50px;}	.lxwm_l{float:left;width:500px;font-family:微软雅黑;color:#333;margin-top:30px;font-size:16px;}	.lxwm_l p b{ font-size:24px}	.lxwm_l p{line-height:45px;margin:14px 0;border-bottom:1px solid #ddd;color:#333;font-size:20px;padding-bottom:18px;}	.lxwm_l p img{ width:45px; margin-right:15px;}	.map{ width:610px; float:right}