*{color:#000;margin: 0;padding: 0;list-style: none;text-decoration: none;font-size:16px;font-family: "Arial";padding: 0;}
p{margin: 0;}

@font-face{
    font-family: 'DENMARK';
    src : url('DENMARK.TTF'); 
}
@font-face{
    font-family: 'HELVETICA-LIGHT';
    src : url('HELVETICA-LIGHT.OTF'); 
}
table{
	width:100% !important;
	border-collapse: collapse !important;
	border: 1px solid #DDDDDD !important;
}
table td{
	border: 1px solid #ddd !important;
}
table tr{
	border: 1px solid #ddd !important;
}

input,textarea{
	outline:none
}
input::-webkit-input-placeholder {
        color: #999999;
}
              @keyframes big {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}
@-webkit-keyframes big {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}  
.he{position: relative;}
.he-img {position: relative;overflow: hidden;}
.he-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.he-nr::before,
.he-nr::after {content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.he:hover .he-nr::before {right: 50%;left: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-nr::after {top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.row1{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.row2{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.row3{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
.row4{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
.row5{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.row6{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:6;overflow: hidden;}


.hov5 {position: relative;overflow: hidden;}
.hov5::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
	.hov5:hover::before {-webkit-animation: shine .75s;animation: shine 1.5s;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}
.circle {width: 24px;margin: 3px auto 0;display: flex;justify-content: space-between;align-items: center;padding: 0 3px;}
.circle-bubble {width:5px;height:5px;border-radius: 50%;background-color: #72a54a;}
.circle1 {animation: pulse .4s ease 0s infinite alternate;}
.circle2 {animation: pulse .4s ease .2s infinite alternate;}
.circle3 {animation: pulse .4s ease .4s infinite alternate;}
@keyframes pulse {
	from {opacity: 1;transform: scale(1);}
	to {opacity: 1;transform: scale(.35);}
}
@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50%{
		transform: translate(0px, -3px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}
@keyframes shake{
      33.3%{transform:translateX(-6px)}
      49.95%{transform:translateX(4px)}
      66.6%{transform:translateX(-2px)}
      83.25%{transform:translateX(1px)}
      to{transform:translateX(0)}
}

     .clearfix{clear:both;}
     .f-l{float: left;}
     .f-r{float:right;}
     .ov{overflow:hidden;}
     .uk-container{padding: 0;} 
     .uk-container{max-width: 1400px;}

 /* 顶部搜索 */
	 .header-nav .uk-panel{position: initial;}
	 .header-nav .uk-panel-box{padding: 0;}
	 
	.header-search{ display: flex;flex-direction: row;justify-content: end;align-items: center;width: 100%;

	}
	.sousuo-box1{height:34px;width:100%;border:none;width: 100%;border:1px solid #62a403;background: #62a403;position: absolute;left: 0;bottom:-35px;
	z-index: 99;}
	.sousuo-box1>input{width:calc(100% - 40px);float:left;height: 34px;line-height: 34px;padding-left: 8px;
	background:none;float:left;color:#fff;border:none;}
	.sousuo-box1>input::-webkit-input-placeholder{color:#fff;}
	.sousuo-box1>button{width:23px;float:right;border:none;background: none;float:right;margin-top: 4px;margin-right:16px;}
	.shemei-icon{margin-top: 12px;display: block;}
	.mob{display: none;}

	@media(max-width:768px){
     .header-search{display: none;}
	}
	@media(max-width:750px){
		.pc{display: none;}
		.mob{display: block;}
	}
	
	/* 顶部信息 */
	.header-top{background: #62a403;padding: 10px 10px;position: relative;}
	.intop-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.intop-left{width: calc(100% - 90px);max-width: 1024px;
	display: flex;align-items: center;flex-direction: row;
	}
	.intop-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.intop-name{font-size: 16px;line-height: 22px;color:#ffffff;padding-right: 25px;}
	.intop-lx{padding-left: 25px;border-left: 1px solid #fff;margin-right: 25px;}
	.intop-lx img{margin-right: 18px;}
	.intop-lx a{color:#fff;line-height: 22px;font-size: 16px;}
	.intop-right{width: 80px;display: flex;align-items: center;flex-direction: row;justify-content:space-between;}
	.intop-right img{width: 35px;height: 35px;}
	
	
	/* 导航样式 */
    .header-nav{padding:0;width: 100%;position: absolute;top: 100%;z-index: 99;left: 0;}
	.header-nav .uk-container-center{position: relative;max-width: 1400px;background: #fff;padding: 10px 30px;}
	.nav-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.nav-left{width: 75px;}
	.nav-right1{width: 100px; display: flex;flex-wrap: wrap;justify-content: space-between;}
	.nav-center{width: calc(100% - 280px);display: flex;justify-content: flex-end;
	 display: flex;
		flex-direction: row;
		justify-content: end;
		align-items: center;
	}
	.nav-centerbox{max-width:740px;width: 100%;}
	.uk-navbar-nav>li>a{color:#000000;line-height:40px;font-size: 18px;font-weight: 400;padding: 0;position: relative;
	position: relative;padding:0 2px;height: 40px;text-transform: uppercase;}
	.uk-navbar-nav{display: flex;justify-content: space-between;float: none;flex-wrap: wrap;}
	.uk-navbar-nav>li{text-align: center;line-height: 20px;}
	.uk-navbar-nav>li.uk-active>a{background:none;border-bottom: 2px solid #62a403;color:#62a403;}
	.uk-navbar-nav>li.uk-active>a:before{left: calc(50% - 13px);}
.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color:#62a403;
	background:none;}
.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:before:focus{color:#62a403;
	background:none;}
	.uk-navbar-toggle{margin-left: 20%;margin-top: 3%;}
	.nav-zuo>a{display: block;width: 100%;line-height:24px;text-align: left;font-size: 18px;margin-bottom: 6px;
	 padding-left: 10%;color:#ffffff;text-transform: uppercase;color:#fff;} 
	.erji{font-size: 14px!important;padding-left: 10%!important;color:#ccc!important;margin-bottom: 2px!important;line-height: 24px!important;} 
	.erjiname>a>span{text-align: right;color:#fff;float: right;opacity: 0;} 
	.d-erji{background:none;padding-top:0;background:rgba(98,164,3,.8);padding-bottom: 0;left:0!important;width: 220px!important;
	text-align: left;
	}
	.d-erji>ul>li>a{line-height: 24px!important;color:#fff!important;font-size: 16px;font-weight: 200;border-bottom: 1px solid #fff;}
	.d-erji>ul>li:nth-child(2) span{display: none;}
	.d-erji>ul>li>a:hover{background:rgba(98,164,3,.9);}
	.d-erji>ul>li>a:hover span{opacity: 1;}
	.sanji>a{line-height: 24px!important;color:#fff!important;font-size: 16px;font-weight: 200;border-bottom: 1px solid #fff;
		display: block;padding:5px 15px;display:block;}
	    .sanji>a:hover{background:rgba(98,164,3,0.9);color:#fff!important;}
	    .sanji{
	    position: absolute;left: 100%; top: 0;background:rgba(98,164,3,.8);width:200px;display:none;color:#fff!important;
	    }
	    .erjiname:hover .sanji{display:block!important;}
	.sousuo-box{height:40px;width:100%;border:none;background: none;border:1px solid #eaeaea;margin-top:30px;border-radius: 20px;}
	.sousuo-box>input{width:calc(100% - 58px);float:left;height: 40px;line-height: 40px;padding-left: 18px;
	background:none;float:left;border:none;color:#fff;}
	.sousuo-box>button{width:22px;float:right;border:none;background: none;float:right;margin-top: 8px;margin-right:36px;}
	.lar-box{width:84px;display: flex;align-items: center;flex-direction: row;}
	.lar-box1{display:flex;justify-content:space-between;width:40px;}
	.lar{width:58px;height:16px;margin-left:6px;}
	.lsj{width:18px;height:18px;margin-top:0;margin-left: 8px;}
	.lar-name{color:#fff;font-size:14px;line-height:18px;}
	.lar-xiala{width:84px!important;padding:0px!important;;margin:0!important;}
	.lar-xiala1{padding:5PX 0!important;margin:0!important;background: none;width: auto!important;}
	.lar-box2{width:84px;display:flex;justify-content:space-between;;margin:0!important;}
	  @media(max-width:960px){
		  .intop-nr{padding: 0 10px;}
		  .header-top{padding:0;padding-top: 10px;}
		  .header-nav{position: inherit;margin-top: 20px;background: #fff;}
		  
		  .header-nav .uk-container{background: #fff;}
		  .nav-left{width: 100%;padding: 0;}
		   .logo{display: block;margin: 0 auto;}
		   
		  .nav-center{width: calc(100% - 180px);padding: 0;padding-top: 10px;max-width: 100%!important;}
		  }
    @media(max-width:768px){  
	.header-top{padding-bottom: 0;}
	.nav-center{background: #62a403;width:100%;padding: 0;}
    .header-nav{padding: 0;}
	.header-nav>.uk-container{padding: 0;}
	.sousuo-box1{display: none;}
	.uk-navbar-toggle{margin-top: 0;background: #4c8100!important;margin-left: 0;color:#fff;}	
	.logo{display: block;margin: 15px auto!important;top}
	.nav-right{background:#62a403;}
	.lar-box{position: absolute;right: 20px;top: 30px;z-index: 11;}
	.intop-lx{padding-left: 10px;margin-top:8px;}
	.intop-name{padding-right: 0;}
	}
  
 /* 首页主要产品 */
 .index-ma{padding: 3%;background: #ffffff;}
 .index-title{font-size:60px;line-height: 64px;color:#153103;text-transform: uppercase;font-family: "DENMARK";}
 .index-subtitle{font-size:24px;line-height: 28px;color:#62a403;font-family: "HELVETICA-LIGHT";margin-bottom: 30px;}
 
 .ima-navbox1{position: relative;display:flex;justify-content: center;}
 .ima-navbox{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;margin-bottom: 20px;}
 .ima-navname{display: block;width:18%;margin-bottom: 14px;position: relative;}
 .ima-navbox .uk-active a{color: #ffffff;background: #62a403;border: 1px solid #62a403;}
 
 .ima-navname a{display: block;text-align: center;text-decoration: none;background: none;line-height: 20px;padding: 17px 10px;border-radius: 27px;
 font-size: 20px;color:#3b3b3b;font-weight: 400;border: 1px solid #7d7d7d;font-family: "HELVETICA-LIGHT";}
 .ima-navname a:hover{text-decoration: none;color: #ffffff;background: #62a403;transition:0.6s;border: 1px solid #62a403;}
 .ima-nr{margin: 0 auto;}
 .ima-box{display: block;position: relative;overflow: hidden;transition: 0.6s;padding-bottom: 12px;
 border-radius: 20px;border: 1px solid #dcdcdc;
 }
 .ima-bottom{padding:0 20px;}
 .ima-name{color:#3b3b3b;font-size: 26px;line-height: 30px;text-align: left;font-weight: 400;transition: 0.6s;
 margin-top: 24px;font-family: "HELVETICA-LIGHT";
 }
 .ima-subname{font-size: 18px;color:#62a403;margin: 10px 0 16px;font-family: "HELVETICA-LIGHT";}
 .ima-morebox{display: flex;justify-content: space-between;}
 
 .ima-more{text-align: center;font-size:18px;color:#fff;line-height:40px;width: 160px;border-radius: 20px;height: 40px;
 transition: 0.6s;text-align: center;margin-top: 20px;background: #62a403;font-family: "HELVETICA-LIGHT";
  }	
 .ima-img{overflow: hidden;background: #fff;}
 .ima-img img{width: 100%;transition: 0.6s;}
 .ima-box1{position: relative;z-index: 10;}	   
 .ima-box:hover{text-decoration: none;z-index: 10;background: #62a403;}
 .ima-box:hover .ima-name{color:#fff;}
 .ima-box:hover .ima-subname{opacity: 0.5;color:#ffffff;}
 .ima-box:hover .ima-img img{transform: scale(1.1,1.1);}
 .ima-box:hover .ima-more{background: #fff;color:#62a403;opacity: 1;}
 
 	@media(max-width:960px){
 	.ima-navname{display: block;width: 48%;} 
 	.ima-navbox .uk-active::before{display: none;}
 	}
 	@media(max-width:700px){
 	.ima-navbox1{padding-bottom: 0px;}
 	.ima-navname{display: block;width: 100%!important;margin:0 auto 10px;} 
 	} 	
 
    /* 首页定制服务 */
    .index-cus{padding: 3%;background: #f3f8eb;}
	.index-cus .uk-container{max-width: 1920px;display: flex;justify-content: end;}
    .incus-nr{max-width: 1920px;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.incus-left{width: 56%;display: flex;justify-content: end;}
	.incus-box1{display: flex;justify-content: end;}
	.incus-box{max-width: 780px}
	.incus-oem{display: block;margin-top: 50px;}
	.incus-right{width: 41%;}
	.incus-desc{font-size: 20px;line-height: 30px;margin-top: 20px;margin-bottom: 36px;}
		@media(max-width:960px){
		.incus-left{width: 100%;margin-bottom: 40px;}
		.incus-right{width: 100%;}	
		.incus-oem{display: none;}
		.incus-box{max-width: 100%;}
		}
		.index-video{padding: 3%;}
      /* 首页公司简介 */
     .index-ab{background: url(images/bg1.jpg) top right no-repeat #66a60b;padding: 3%;padding-top: 112px;}
      .iab-top{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 40px;}
	  .iab-left{width: 48%;}
	  .iab-right{width: 50%;}
	  .iab-title{font-size:60px;line-height: 64px;color:#fff;text-transform: uppercase;font-family: "DENMARK";}
	  .iab-subtitle{font-size:16px;line-height: 20px;color:#fff;font-family: "HELVETICA-LIGHT";margin-bottom: 34px;}
	  .iab-descbox{overflow:hidden;overflow-y: scroll;padding-right:30px;height: 288px;max-width: 627px;}
	   .iab-descbox::-webkit-scrollbar {background: #9fc95e;width: 14px;}
	  .iab-descbox::-webkit-scrollbar-thumb {background: #3d6208;}
	  .iab-desc{font-size: 20px;line-height: 36px;color:#fff;}
	  .iab-more{display:block;margin-top: 36px;}
	  .iab-box{background: rgba(255,255,255,.3);padding: 20px;transition: 0.6s;}
	  .iab-box1{width: 46px;position: relative;overflow: hidden;height: 46px;transition: 0.6s;}
	  .iab-box1 img{
	  	display: block;width: 46px;height: 46px;
	  	 transition: .6s;display: block;top: 0;position: relative;-webkit-filter: drop-shadow(#62a403 0 46px);filter: drop-shadow(#62a403 0 46px);  
	  }
	  .iab-name{text-align: right;font-size: 50px;line-height: 52px;font-family: "DENMARK";color:#ffffff;margin-bottom: 10px;transition: 0.6s;}
	  .iab-name span{text-align: right;font-size: 38px;font-family: "DENMARK";color:#ffffff;position: relative;top: -5px;transition: 0.6s;}
	  .iab-subname{text-align: right;font-size: 16px;line-height: 20px;font-family: "HELVETICA-LIGHT";color:#ffffff;transition: 0.6s;}
	  .iab-box:hover{background: #fff;}
	  .iab-box:hover .iab-box1 img{top: -46px;}
	  .iab-box:hover .iab-name{color: #62a403;}
	  .iab-box:hover .iab-name span{color: #62a403;}
	  .iab-box:hover .iab-subname{color: #000;}
	  @media(max-width:960px){
		 .index-ab{background: #66a60b;padding: 3%;} 
	  .iab-left{width: 100%;margin-bottom: 40px;}
	  .iab-right{width: 100%;}	
	.iab-descbox{max-width: 100%;}
	  }
	  
	  /* 首页工厂展示 */
	  .index-work{padding: 3%;}
	  .index-title1{text-align: center;}
	  .index-subtitle1{text-align: center;}
	  /* 首页企业优势 */
	  .index-adv{padding: 3%;background: url(images/bg2.jpg) top left no-repeat;}
	  .inadv-title{margin-bottom: 30px;}
	  .inadv-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	  .inadv-left{width: 42%;overflow: hidden;}
	  .inadv-right{width: 52%;padding-top: 20px;display: flex;flex-direction: column;justify-content: space-between;}
	  .inadv-box{display: flex;justify-content: space-between;flex-wrap: wrap;background: #62a403;padding: 14px;}
	  .inadv-left1{width: 59px;}
	  .inadv-right1{width: calc(100% - 70px);display: flex;align-items: center;flex-direction: row;}
	  .inadv-name{color:#fff;font-size: 18px;line-height: 24px;font-family: "HELVETICA-LIGHT";} 
	  .inadv-tu{display: block;width: 100%;transition: 0.6s;}
	  .inadv-tu:hover{transform: scale(1.05);}
	  .inadv-box:hover .inadv-icon{transform: rotateZ(360deg);transition: 0.6s;}
	  @media(max-width:960px){
	  	 .index-adv{background: #fff;padding: 3%;} 
	    .inadv-left{width: 100%;}
	    .inadv-right{width: 100%;}	
	
	    }
		/* 证书图片 */
		.index-zs{background: #fff;}
		.index-zs .uk-container{max-width: 1920px;position: relative;}
		.title-box{width: 100%;position: absolute;left: 0;top: 6%;}
		  @media(max-width:1100px){
			.title-box{top: 2%;}	  
		  }
		  @media(max-width:960px){
		.title-box{position: inherit;}	  
		  }
		/* 首页新闻展示 */ 
		  .index-news{padding: 3%;padding-bottom: 200px;}
		  .inews-box{display: block;padding-bottom: 20px;}
		  .inews-tu{position: relative;overflow: hidden;border-radius: 20px;}
		  .inews-tu>img{display: block;transition: 0.6s;}
		  .inews-date{position: absolute;left: 0;bottom:16px;padding: 0 16px;width: 100%;color:#fff;font-size: 16px;line-height: 25px;}
		  .inews-date img{margin-right: 6px;position: relative;top: -2px;}
		  .inews-name{font-size: 26px;color:#62a403;line-height: 30px;margin: 20px 0 12px;text-transform: uppercase;font-family: "DENMARK";}
		  .inews-desc{font-size: 20px;line-height: 30px;color:#5f5f5f;margin-bottom: 30px;font-family: "HELVETICA-LIGHT";}
		  .inews-box:hover{text-decoration: none;}
		  .inews-box:hover .inews-tu>img{transform: scale(1.1);}
		  .index-news .uk-dotnav > .uk-active > *{background: #62a403;}
		/* 页尾信息 */
		.footer{background:#f2f2f2;padding: 3% 3%;padding-top: 160px;position: relative;}
		
		.f-search{top: -155px;max-width: 1440px;height: 310px;left: 0;right: 0;margin: 0 auto;position: absolute;
		background: url(images/bg3.png) top right no-repeat;padding-top: 136px;padding-right: 144px;
		display: flex;justify-content: end;
		}
		.search-title{font-size: 22px;color:#ffffff;line-height: 24px;font-family: "DENMARK";text-transform: uppercase;margin-bottom: 20px;}
		.f-search>div{max-width: 612px;width: 100%;}
		.fsear-box{display: flex;justify-content: space-between;}
		.fsear-box input{width: calc(100% - 146px);border: none;background: #fff;border-top-left-radius: 24px;border-bottom-left-radius: 24px;
		height: 48px;line-height: 48px;color:#000;padding: 0 20px;
		}
		.fsear-box button{background: #2c3d09;width: 146px;color:#fff;font-family:"HELVETICA-LIGHT";text-align: center;font-size: 16px;line-height: 48px;
		border-top-right-radius: 24px;border-bottom-right-radius: 24px;border: none;transition: 0.6s;
		}
		.fsear-box button:hover{background: #62a403;}
		.f-box{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}	
		.foot-name{font-size: 22px;line-height: 24px;margin-top: 18px;margin-bottom: 22px;color:#62a403;font-weight: bold;font-family:"DENMARK";
		text-transform: uppercase;}
		.foot-xian{width: 28px;height: 2px;background: #62a403;margin-bottom: 22px;}
		.flogo{display: block;margin-bottom: 16px;}
		.f-nav{display: block;color:#5b5b5b;font-size: 16px;margin-bottom: 10px;line-height: 28px;font-family:"HELVETICA-LIGHT";}
		.f-xian{width: 1px;height: 188px;background-color: #a7a7a7;position: absolute;right: 0;top: 0;opacity: 0.5;}
		.f-left{width: 31%;position: relative;}
	
		.f-box1{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top:24px ;max-width: 360px;}
		.gs-add{font-size: 16px;line-height: 30px;font-family:"HELVETICA-LIGHT";max-width:308px;}
		.f-center{width: 18%;position: relative;}
		.f-center1{width: 20%;position: relative;}
		.f-right{width: 20%;}
	    .f-nav:hover{text-decoration: none;color:#62a403;}
	    .f-lx{display: block;color:#5b5b5b;font-size: 16px;margin-bottom: 10px;line-height: 28px;font-family:"HELVETICA-LIGHT";}
	  .bottom{padding: 16px 0;background: #f2f2f2;border-top: 1px solid #e4e4e4;}
	  .bottom p{color:#000;font-size: 16px;line-height: 20px;display: flex;justify-content: space-between;}
	  .bottom a{color:#000;text-align: right;font-size: 16px;line-height: 20px;display: inline-block;}
	
	  @media(max-width:960px){ 
	 .f-left{width: 48%;margin-bottom: 40px;}
	 .f-center{width:48%;margin-bottom: 40px;}
	 .f-center1{width:48%;margin-bottom: 40px;}
	 .f-right{width: 48%;}
	 }
	 @media(max-width:768px){ 
	.foot-name{margin-top: 10px;}
	.f-left{width: 100%;margin-bottom: 10px;margin-top: 60px;padding-left: 0;}
	.f-center{width:100%;margin-bottom: 10px;padding-left: 0;}
	.f-center1{width:100%;margin-bottom: 10px;padding-bottom: 0;padding-left: 0;}
	.f-right{width: 100%;padding-left: 0;}
	.f-search{background: #71a111;padding-left:20px ;padding-right: 20px;padding-top: 120px;}
	 }

  /* 内页面包屑 */
    .m-box>a{font-size:16px;color:#ffffff;text-decoration: none;line-height:30px;font-weight: 400;text-transform: uppercase;}
    .xian5{background:none;padding:12px 0;background: #62a403;}
    .mbx-home{margin-right: 10px;}
    .banner-box{position: relative;margin: 0 auto;width: 100%;max-width: 1920px;}
    .banner-nr{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;flex-direction: row;justify-content: center;}
    .banner-title{text-align: center;font-size: 48px;color:#ffffff;line-height: 52px;text-transform: uppercase;font-weight: bold;font-family:"DENMARK";}
    .banner-xian{width: 60px;height: 5px;background: #ffffff;margin: 10px auto 10px;}
    .banner-subtitle{text-align: center;font-size: 16px;color:#ffffff;line-height: 20px;margin-top: 16px;
	font-family:"HELVETICA-LIGHT";}
    @media(max-width:768px){
  .banner-title{text-align: center;font-size: 20px;color:#ffffff;line-height: 24px;}  
    }
   /* 内页公司简介 */
	.about{padding: 3% 3%;background: #fff;}
	.ab-title{font-size: 38px;line-height: 42px;text-align: center;font-weight: bold;color:#000000;margin-bottom: 40px;font-family:"MONTSERRAT-LIGHT";}
	.ab-ico{width: 100%;}
  	.ab-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 50px;}
	.ab-left{width: 55%;}
	.ab-right{width: 45%;padding-left: 40px;}
   .ab-descbox{overflow:hidden;overflow-y: scroll;padding-right:30px;height: 530px}
    .ab-descbox::-webkit-scrollbar {background: #9fc95e;width: 14px;}
   .ab-descbox::-webkit-scrollbar-thumb {background: #3d6208;}
   
   .abys-box{background:#ececec;padding: 20px;transition: 0.6s;}
   .abys-box1{width: 46px;position: relative;overflow: hidden;height: 46px;transition: 0.6s;}
   .abys-box1 img{
   	display: block;width: 46px;height: 46px;
   	 transition: .6s;display: block;top: -46px;position: relative;-webkit-filter: drop-shadow(#5d5d5d 0 46px);filter: drop-shadow(#5d5d5d 0 46px);  
   }
   .abys-name{text-align: right;font-size: 50px;line-height: 52px;font-family: "DENMARK";color:#5d5d5d;margin-bottom: 10px;transition: 0.6s;}
   .abys-name span{text-align: right;font-size: 38px;font-family: "DENMARK";color:#5d5d5d;position: relative;top: -5px;transition: 0.6s;}
   .abys-subname{text-align: right;font-size: 16px;line-height: 20px;font-family: "HELVETICA-LIGHT";color:#5d5d5d;transition: 0.6s;}
   .abys-box:hover{background: #62a403;}
   .abys-box:hover .abys-box1 img{top: 0;}
   .abys-box:hover .abys-name{color: #fff;}
   .abys-box:hover .abys-name span{color: #fff;}
   .abys-box:hover .abys-subname{color: #fff;}
   
       @media(max-width:960px){
		.ab-left{width: 100%;margin-bottom: 20px;}
		.ab-right{width: 100%;padding: 0;}
	   }
	/* 证书展示 */
	.zs{padding: 3%;background: #62a403;padding-bottom: 120px;}
   .zs .index-title{color:#fff;}
   .zs .index-subtitle{color:#fff;}
	.zs-img{display: block;margin: 0 auto;
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.3)));
	}
    .t-left{display: block!important;left: -5%!important;}
	.t-right{display: block!important;right: -5%!important;}
	.t-left::before{display: none;}
	.t-right::before{display: none;}
	
	.ab-bottom{padding:3% 0;background: #f2f2f2;padding-top: 1%;}
	.ab-bottom .uk-container{max-width: 1920px;}
	.b-left{display: block!important;left: 7%!important;}
	.b-right{display: block!important;right: 7%!important;}
	.b-left::before{display: none;}
	.b-right::before{display: none;}
	  @media(max-width:1600px){
	.t-left{left: -2%!important;}	  
	.t-right{right: -2%!important;}		  
	  }
	  @media(max-width:960px){
	  .ab-nr{position: initial;margin-top: 20px;}
	  .ab-ico{width: 100%;margin-bottom: 20px;}
	  .ab-content{width: 100%;padding-bottom: 0px;}
	  } 
	  @media(max-width:768px){
		.ab-box2{width: 100%;background: none;padding: 0 10px;border-bottom: 1px dashed #ccc;padding-bottom: 20px;}  
	  }
	  
	  	/* 工厂展示 */ 
	  	.ab-work{padding: 3%;padding-bottom: 200px;background: #fff;}
		
	  /*内页新闻列表 */
	.news-list{padding:3% 3%;background: #ffffff;padding-bottom: 200px;}
	.news-box{display: flex;justify-content: space-between;flex-wrap: wrap;background: #f2f2f2;border-radius:20px;margin-bottom: 30px;transition: 0.6s;}
    .news-tu{width: 33%;}
	.news-right{width: 67%;padding:0 40px;display: flex;align-items: center;flex-direction: row;}
	.news-box1{display: flex;justify-content: space-between;margin-bottom: 10px;}
	.news-title{width: calc(100% -120px);font-size: 26px;color:#62a403;line-height: 28px;font-family:"DENMARK";}
	.news-date{width: 120px;text-align: right;font-size: 14px;color:#62a403;line-height: 28px;text-transform: uppercase;}
	.news-xian{width: 100%;height: 1px;background: #d5e2c2;margin-bottom: 16px;}
	.news-desc{font-size: 20px;line-height: 26px;color:#5f5f5f;font-family: "HELVETICA-LIGHT";margin-bottom: 20px;}
	.news-more{display: block;}
	.news-box:hover{text-decoration: none;background: #eff6e5;}
	  @media(max-width:960px){
	.news-tu{width: 100%;margin-bottom: 20px;}
	.news-right{width: 100%;padding: 10px;}
	  }
	

	/*内页新闻详情 */
	.news-page{padding:3%;padding-bottom: 180px;}
	.xq-titlebox{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
	.xq-title{text-align: left;font-size: 26px;line-height: 30px;margin: 0;font-weight: bold;color:#62a403;font-family:"HELVETICA-LIGHT";}
	.xq-date{font-size: 14px;line-height:30px;color:#62a403;line-height: 30px;font-family:"HELVETICA-LIGHT";text-transform: uppercase;}
	.xq-xian{width: 100%;height: 1px;background: #d0e4b3;margin: 18px auto 30px;}
	.news-con{margin-top: 40px;}
	 /* 上下翻页 */
	.pr-next{margin:4% auto 0;width:400px;}
	.pr-next>p{width:180px;height: 34px;border:1px solid #e0edcd;color:#62a403;line-height: 33px;text-align: center;font-size: 14px;cursor:pointer;
	background: #e0edcd;border-radius: 17px;
	}
	.pr-next>p:hover{border:1px solid #62a403;background: #62a403;color:#ffffff;}
	.pr-next>p:nth-child(1){float:left;}
	.pr-next>p:nth-child(2){float:right;}
	@media(max-width:480px){
	.m-box{padding: 0 15px;}
	}
	@media(max-width:400px){
	.pr-next{margin:20px auto 0;width:180px;}
	.pr-next>p{margin-bottom: 5%;}
	}
	/* 产品列表 */
	.pr-list{padding: 3% 3%;background: #ffffff;padding-bottom: 200px;}
	.pro-left {padding-right: 0;}
	 .list-title{background: #62a403;font-size: 36px;line-height: 40px;padding: 16px 20px;text-transform: uppercase;
	 font-family:"DENMARK" ;color:#fff;margin-bottom: 1px;
	 }
	 
	.lei-list{background: #fff;}
	    .lei-list div .lei-name1 p{color:#fff!important;text-decoration: underline;background: #aeca86;} 
		.nav-box2{padding-bottom: 0;background: #ecf6ff;margin-top: 1px;}
		.nav-box1{overflow:hidden;height:0;position:relative;}
	    .lei-list h3{padding: 0;padding: 14px 10px;position:relative;text-align: left;border-bottom: 1px dashed #d1d1d1;
		border-left: 1px solid #d1d1d1;border-right:1px solid #d1d1d1;
		 color:#313131;line-height:20px;font-size: 16px;font-weight: 400;margin-bottom: 0;background: #fff;
	         }
	    .nav-box3{margin-bottom:0;background: #d6fbfd;padding: 0 0;}
		.nav-box3:hover{cursor: pointer;}
		 .lei-list a p{font-size: 14px;line-height: 20px;float: right;color:#686868;padding: 12px 16px;width: 100%;padding-left: 38px;
		 background: none;text-align: left;border-bottom: 1px dashed #d1d1d1;background: #f6faf1;
		 }
			
	.sanjiao{position:absolute;top:calc(50% - 2px);right:20px;transform: rotate(-90deg);display: none;}
	.sanjiao1{position:absolute;top:calc(50% - 2px);right:20px;display: block;transform: rotate(-90deg);}
	.jia{border: 1px solid #bfbfbf;width:15px;height: 15px;border-radius: 3px;position: relative;display: inline-block;margin-right: 10px;}
	.heng{width: 9px;height: 1px;position: absolute;left: 2px;top: 6px;background: #bfbfbf;}
	.shu{width: 1px;height: 9px;position: absolute;left:6px;top: 2px;background: #bfbfbf;}
	.lei-list div .uk-active .shu{display: none;}
	.lei-list div .uk-active img{transform: rotate(0deg);}
	.lei-list div .uk-active1{color:#fff!important;background: #62a403;}
	.lei-list div .uk-active1 .jia{border: 1px solid #fff;}
	.lei-list div .uk-active1 .heng{background:#fff;}
	.lei-list div .uk-active1 .shu{background:#fff;}
	.lei-list div .uk-active1 .sanjiao{display: block;}
	.lei-list div .uk-active1 .sanjiao1{display: none;}
	.uk-accordion-content{padding:0!important;}
	
		.in-pr-box{position: relative;overflow: hidden;background: #afd17f;padding-bottom: 14px;transition: 0.6s;display: block;}
		.in-pr-imgbox{overflow: hidden;border: 1px solid #ccc;position: relative;}
		.in-pr-img{width: 100%;display: block;margin: 0 atuo;transition: 0.6s;}
	
	
		
		.in-pr-title{text-align: left;font-size:16px;line-height: 20px;margin: 18px 0 10px;color:#ffffff;padding: 0 16px;transition: 0.6s;}
	    .inpr-bottom{padding: 0 16px;}
		
		.inpr-right{width:25px;position: relative;overflow: hidden;height: 25px;}
		.inpr-icon{width: 25px;position: absolute;left: 0;top: 0;transition: 0.6s;}
		.inpr-icon1{position: absolute;left: -25px;top: 0;transition: 0.6s;}
		.in-pr-subtitle{text-align: left;font-size:14px;line-height: 25px;color:#ffffff;transition: 0.6s;opacity: 0.5;}
	
	
		.in-pr-box:hover{background: #62a403;text-decoration: none;}
		
		
		.in-pr-box:hover .in-pr-img{transform: scale(1.1);}
		.in-pr-box:hover .in-pr-title{color:#ffffff;}
		.in-pr-box:hover .in-pr-subtitle{color:#ffffff;}
		.in-pr-box:hover .inpr-icon1{left: 0;}
		.in-pr-box:hover .inpr-icon{left: 25px;}
		
		 @media(max-width:960px){
		 .pro-left{padding-right: 0;}
		 
		 	}
	
	
	/* 产品详情*/
		.pr-page{padding:3%;background: #fff;padding-bottom: 200px;}
		.pr-box1{margin-top: 20px;}
		.show{width: 100%;border: 1px solid #ccc;overflow: hidden;}
		.xiao{border: 1px solid #ccc;}
		 .vimg{display: block;}
		 .fugai-box{position: relative;}
		.fugai1{width: 100%;height: 100%;background: rgba(0,0,0,.7);position: absolute;left:0;top: 0;
				 		  display: flex;flex-direction: row;justify-content: center;align-items: center;}
		.pr-right{background: #f6faf1;height: 100%;padding: 30px 30px;}
		.npr-title{color:#20232e;font-size: 30px;line-height: 32px;margin-bottom: 20px;}
		.npr-subtitle{font-size: 20px;line-height: 24px;color:#62a403;margin-bottom: 20px;}
		
		.pr-lx{display: flex;justify-content: space-between;width: 100%;max-width: 380px;margin-top:20px;}
		.cont{display: block;width: 134px;height: 30px;background: #62a403;text-align: center;line-height: 30px;font-size: 16px;color:#fff;border-radius: 15px;
		}
		.pr-lxname{font-size: 24px;color:#333333;font-weight: bold;line-height: 58px;margin-bottom: 15px;margin-top:20px;}
		.cont:hover{text-decoration: none;color:#fff;background: #000;}
		.pr-page .uk-active .xiao{border: 1px solid #62a403!important;}
		.s-left::before,.s-right::before{display: none;}
		.s-left{left:calc(50% - 30px)!important;top: calc(100% + 20px)!important;display: block!important;border: none;color:#999999;width: 34px;}
		.s-right{right:calc(50% - 30px)!important;top:calc(100% + 20px)!important;display: block!important;border: none;color:#999999;width: 34px;}	
	
	 .npr-box{background: #f1f1f1;width: 100%;margin-top: 60px;}
	 .bottom-title{color:#ffffff;font-size: 16px;line-height: 40px;font-weight: 400;width: 170px;background: #62a403;text-align: center;}
	 .bottom-xian{width: 100%;height: 3px;background: #62a403;margin-bottom: 20px;}
	
/* 联系我们 */
		    .contact{max-width: 1920px;margin: 0 auto;}
			.c-box1>div{max-width:1660px;}
			.c-box1{background: #e8f2da;margin-top: 40PX;}
			.con-logo{margin-bottom: 30px;display: block;}
			.con-title{font-size: 46px;text-align: left;font-weight: bold;line-height: 40px;color:#010101;margin-bottom: 8px;margin-top: 40px;
			text-transform: uppercase;font-family: "DENMARK";}
			.con-subtitle{font-size: 16px;text-align: left;font-weight: 400;line-height: 20px;color:#343434;margin-bottom: 34px;}
			.c-left{width: 43%;float: left;position: relative;background: #424242;}
			.con-icon{width: 100%;}
			.c-right{width:52%;float: right;}
		    .lx-box{position: absolute;right: 0;top: 0;width: 100%;padding-top: 16%;max-width: 560px;padding-right: 40px;}
			.lx-nanme{color:#fff;line-height: 16px;line-height: 34px;margin-bottom: 10px;text-align: left;display: block;}
		    .lx-nanme:hover{text-decoration: none;color:#fff;}
			.lx-nanme img{margin-right: 8px;position: relative;top:-1px}
		    .c-desc{font-size:14px;line-height: 20px;color:#484f59;margin-bottom:30px;}
			.cont-map{padding-bottom: 3%;padding-bottom: 180px;}
			.cont-map>div{max-width: 1400px;position: relative;top: -50px;border: 20px solid #fff;}
			
			@media(max-width:1600px){
				.cont-map>div{top: 0;}	
			}
				 @media(max-width:1300px){
					.lx-box{padding-top: 20px;}  
					.lx-nanme{margin-bottom: 0;}
					.con-logo{margin-bottom: 10px;}
					 
				 }
			 @media(max-width:1200px){
				
				.cont-map{margin-top: 0;}
			 }
			 @media(max-width:1000px){
			 
			 }
			 @media(max-width:960px){
			.c-left{width: 100%;float: none;margin-bottom: 30px;max-height: 480px;overflow: hidden;}
			.lx-box{padding-left:2%;padding-top: 20px;max-width: 100%;} 
			.c-right{width:100%;float: none;padding: 0 3%;}
			.c-box1{padding-bottom: 20px;}
			 }
			 @media(max-width:768px){
				 .c-box1{padding-top: 0;}
			    .lx-nanme{margin-bottom: 0;line-height: 20px;}	 
			 }
	
	/* 联系我们页面表单 */
		.c-biaodan1>li{margin-bottom: 14px;position: relative;}
		.c-biaodan1>li div{position: relative;}
		.con-xing1{width:16px;text-align: center;font-size: 14px;color:#ff0000;position:absolute;left:12px;top:22px;}
		
		.c-biaodan1 li input{width: 100%;height: 60px;font-weight: 400;background: #ffffff;
		border:none!important;color:#000;padding-left: 24px;}
		.c-biaodan1 li input::-webkit-input-placeholder{color:#949494;padding-left: 10px;}
		.c-biaodan1 li textarea{width: 100%;font-weight: 400;background: #fff;border:none!important;color:#000;
		padding-left: 16px;
		}
		.c-biaodan1 li textarea::-webkit-input-placeholder {color: #949494;line-height: 60px;font-weight: 400;padding-left: 10px;} 
		.c-send1{
			width: 240px!important;
			height: 48px!important;
			background: #62a403;
			 
			color: #fff;
			transition: 0.8s;-webkit-transition: 0.8s;
			margin-top:10px;
			display: block;
		}
     
	 @media(max-width:768px){
		.index-title{font-size: 26px;line-height: 28px;}
		.index-subtitle{font-size: 14px;line-height: 18px;}
		.iab-title{font-size: 26px;line-height: 28px;}
		.iab-title{font-size: 26px;line-height: 28px;}
		
		
			 }

	CSS Document */
	


