*{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: 'BELLB';
    src : url('BELLB.TTF'); 
}

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;
  }
}  

.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: 1200px;}
     
    .top{position: fixed;top:0;left: 0;z-index: 100;width:100%;
	-moz-box-shadow:0px 6px 7px #B8B8B8; -webkit-box-shadow:0px 6px 7px #B8B8B8; box-shadow:0px 6px 7px #B8B8B8;}
	 /* 顶部信息 */
	 .header-top{background: #ffffff;display: flex;justify-content: flex-end;}
	 .header-top .uk-container{max-width: 1640px;width: 100%;}
	 .header-box{display: flex;justify-content: space-around;flex-wrap: wrap;}
	 .header-left{width:22%;padding:10px 0;background: url(images/logobg.png) center right no-repeat;}
	 .header-center{width:20%;display: flex;flex-direction: row;align-items: center;padding:10px 0;}
	 .header-title{font-size: 42px;color:#323232;font-family: "BELLB";line-height: 46px;}
	 .header-center1{margin-top: 10px;}
	 .header-lx{color:#666666;font-size:18px;line-height: 31px;font-weight:bold;}
	 .header-lx img{margin-right: 8px;position: relative;top: -2px;}
	 .header-center2{display: flex;flex-direction: row;align-items: center;width: 30%;}
	 .header-right{width: 23%;background: #319d3a;display: flex;flex-direction: row;align-items: center;padding:10px 0;}
	 .header-right1{display: flex;justify-content: flex-start;padding-left: 10%;}
	 .shemei{margin-right: 40px;}
	 .header-search{ display: flex;flex-direction: row;justify-content: center;align-items: center;width:200px ;}
	.sousuo-box1{height:32px;width:100%;border:none;border-radius: 13px;width: 100%;border:1px solid #cccccc;background: #fff;
	max-width: 218px;float: right;}
	.sousuo-box1>input{width:calc(100% - 30px);float:left;height: 32px;line-height: 30px;padding-left: 8px;
	background:none;float:left;color:#000;border:none;}
	.sousuo-box1>input::-webkit-input-placeholder{color:#666666;}
	.sousuo-box1>button{width:14px;float:right;border:none;background: none;float:right;margin-top: 4px;margin-right:10px;}
	.shemei-icon{margin-top: 12px;display: block;}
	@media(max-width:1500px){
	    .header-left{width:13%;}
	.header-title{font-size: 20px;line-height: 26px;}
	  .header-center{width: 18%;} 
	  .header-center2{width: 36%;}
	}
	@media(max-width:1200px){
	.header-right1{display: block;}
   .header-center{width: 20%;}
   .header-center2{width: 40%;}
	}
		@media(max-width:960px){
    .header-logo{display: block;margin:  0 auto 10px;}			
	.header-left{width: 58%;text-align: center;}
	.header-center{width: 40%;}
	.header-center2{width: 58%;}
	.header-right{width: 40%;}
	}
	@media(max-width:768px){
	.header-left{width: 100%;}
	.header-right{display: none;}
	.header-center{display: none;}
	.header-center2{display: none;}
	}
	/* 导航样式 */
	.header-nav{padding:0 0;padding-bottom: 0;background: #fff;}
	.header-nav .uk-container-center{max-width:1210px;}
	.nav-center{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.uk-navbar-nav>li>a{color:#323232;line-height:80px;font-size: 24px;font-weight: 400;padding: 0 40px;position: relative;height: 80px;
	text-transform: uppercase;position: relative;} 
	.uk-navbar-nav{display: flex;justify-content: space-between;float: none;}
	.uk-navbar-nav>li{text-align: center;padding: 0 0;}
	.uk-navbar-nav>li.uk-active>a{color:#319d3a;background:none;}
.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color:#005b38;
	background:none;}
.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:before:focus{color:#005b38;
	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(49,157,58,.9);padding-bottom: 0;left:40px!important;top:60px!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>a:hover{background:rgba(0,91,56,.8);}
	.d-erji>ul>li>a:hover span{opacity: 1;}

	.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;}
	@media(max-width:1100px){
	.uk-navbar-nav>li>a{padding: 0 20px;}	
	}
		@media(max-width:850px){
		.uk-navbar-nav>li>a{padding: 0 10px;}	
	}

    @media(max-width:768px){  
    .header-nav{padding: 0;}
	.header-nav>.uk-container{padding: 0;}
	.sousuo-box1{display: none;}
	.uk-navbar-toggle{margin-top: 0;background: #009b4d!important;margin-left: 0;color:#fff;}	
	.header-logo{display: block;margin: 15px auto!important;}
	.nav-right{background:#005b38;}
	}
  /* 首页产品 */
    .index-pr{padding: 3% 3%;padding-bottom: 2%;}
   	.in-title{font-size: 46px;line-height: 50px;text-align: center;color:#333333;font-family: "BELLB";margin-bottom: 5px;}
   .in-subtitle{text-align: center;color:#5d5d5d;font-size: 14px;line-height: 18px;letter-spacing: 2px;}
   .in-xian{width: 54px;height: 5px;border-radius: 2.5px;background: #319d3a;margin: 12px auto 30px;}
  	.ipr-content{display: flex;justify-content: space-between;flex-wrap: wrap;}
  	.ipr-left{width:374px;}
  	.ipr-right{width: calc(100% - 400px);}
    .icon{display: block;margin-top: 46px;margin-bottom: 46px;}
  	.ipr-navbox{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 50px;margin-top: 20px;}
  	.ipr-navname{display: block;position: relative;width: 25%;border: 1px solid #dcdcdc;margin-top: -1px;border-right:0.5px solid #dcdcdc;
	 display: flex;height: 55px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	}
  	.ipr-navbox .uk-active{background: #e07412;color:#fff;border:1px solid #e07412;position: relative;}
	.ipr-navbox .uk-active a{color:#fff;}
  	.ipr-navname a{display: block;color:#666666;text-align: center;font-size: 16px;width: 100%;line-height: 20px;font-weight: 200;
  	display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;
  	}
  	
  	.ipr-navname a:hover{text-decoration: none;}
	.ipr-navname:hover{background:#e07412;border:1px solid #e07412;}
  	.ipr-navname:hover a{color:#fff;}
  	.ipr-box{display: block;position: relative;
  	border: 1px solid #d8d8d8;
  	}
  	.ipr-name{font-size: 21px;line-height: 68px;text-align: center;padding: 0 10px;font-weight: 400;color:#fff;background: #053976;
  	display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
  	}
  	.inpr-box{position: relative;display: block;padding-bottom: 60px;
	-moz-box-shadow:0px 0px 15px #EBEBEB; -webkit-box-shadow:0px 0px 15px #EBEBEB; box-shadow:0px 0px 15px #EBEBEB;}
  	.inpr-fugai1{position: absolute;width: 100%;height: 100%;flex-direction:column;display: flex;align-items:center;
  	justify-content: center;left: 0px;top: 0px;transform-style: preserve-3d;transform: perspective(1200px) rotateY(-90deg) translateZ(0px);opacity: 0;background: rgba(49,157,58,.84);

transition:0.6s;
	}
	.ipr-content li{margin-bottom: 40px;}
	.inpr-box:hover{text-decoration: none;}
	.inpr-box:hover .inpr-more1{opacity: 0;}
  	.inpr-box:hover .inpr-fugai1{transform: perspective(1200px) rotateY(0deg) translateZ(0px);transition-delay: 0.1s;opacity: 1;}		
  	.inpr-title1{text-align: center;padding: 0 15px;font-size:20px;line-height: 20px;color:#333333;font-family: "BELLB";margin-bottom: 10px;font-weight: bold;
		display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
	}
	.inpr-subtitle1{text-align: center;padding: 0 15px;font-size: 16px;line-height: 20px;color:#666666;font-family: "Arial";
		display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
	}
  .inpr-more1{position: absolute;bottom: -35px;left: calc(50% - 35px);transition: 0.6s;} 
  	.inpr-title{text-align: center;padding: 0 15px;font-size: 20px;line-height: 20px;color:#fff;font-family: "BELLB";font-weight: bold;}
  .inpr-subtitle{text-align: center;padding: 0 15px;font-size: 16px;line-height: 20px;color:#fff;font-family: "Arial";margin-top: 10px;}
  .inpr-more{display: block;margin: 30px auto 0;}
  	 @media(max-width:960px){  
  		 .ipr-navbox{border-bottom: none;}
  		.ipr-navname{width: 48%;max-width: 100%;margin-bottom: 10px;}
  		.inpr-left{width:100%;} 
  		.inpr-right{width: 100%;}
  		.ipr-navname a{font-size: 16px;}
  		.icon{display: none;}
  		.in-title{margin-bottom: 20px;font-size: 26px;line-height: 30px;text-align: center;}
  	 }
      /* 首页企业优势 */ 
	 .index-adv{padding: 3%;padding-top: 0;}
	 .iadv-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
	 .iadv-box1{width: 14%;max-width:250px;text-align: center;}
	 .iadv-name{color:#319d3a;font-size: 30px;line-height: 34px;font-weight: bold;margin: 28px 0 16px;}
	 .iadv-desc{color:#666666;font-size: 14px;line-height: 20px;}
	 .iadv-icon{position: relative;width: 78px;margin: 0 auto;}
	 .iadv-icon1{transition: 0.6s;}
	 .iadv-icon2{position: absolute;left: 0;top: 0;opacity: 0;transition: 0.6s;}
	 .iadv-box1:hover .iadv-icon1{transform: rotateY(360deg);opacity: 0;}
	 .iadv-box1:hover .iadv-icon2{transform: rotateY(360deg);opacity: 1;}
	 @media(max-width:960px){  
	 .iadv-box1{width: 46%;max-width:100%;margin-bottom: 40px;}	  
	 }
	  @media(max-width:560px){  
	 .iadv-box1{width: 100%;max-width:100%;margin-bottom: 40px;}	  
	 }
	 /* 首页公司简介 */
	 .index-about{padding:1.5% 0;background: url(images/bg.jpg) top no-repeat;position: relative;padding-bottom: 0;}
	 .in-xian1{background: #fff;}
	 .index-about .uk-container-center{max-width: 1920px;}
	 .index-about .iab-box{max-width: 1650px;}
	 .in-title1{color:#fff;}
	 .in-subtitle1{color:#fff;}
	 .iab-desc{color:#fff;font-size: 16px;line-height: 28px;}
	 .ab-bottom{width: 100%;max-width: 1160px;position: absolute;bottom: -10px;right: 0;z-index: 99;}
	 .ab-lb{background: #fff;padding: 15px 20px;overflow:hidden;border-top-left-radius: 20px;border-bottom-left-radius:20px;}
	 .iab-img{border: 10px solid #ffffff;border-top-right-radius: 40px;position: relative;z-index: 99;
	 -moz-box-shadow:0px 6px 7px #B8B8B8; -webkit-box-shadow:0px 6px 7px #B8B8B8; box-shadow:0px 6px 7px #B8B8B8;
}
	 .exh-img{transition: 0.6s;}
	 .exh-box{overflow: hidden;}
	 .exh-box:hover .exh-img{transform: scale(1.1,1.1);}
	   .rd-left{display: block!important;background: #005b38;border-radius: 50%;left: -2%!important;transform: scale(0.7);}
	   .rd-left:before{color:#000!important;display: block!important;}
	   .rd-right{display: block!important;background: #005b38;border-radius: 50%;right: -2%!important;transform: scale(0.7);}
	   .rd-right:before{color:#000!important;display:block!important;}
	   .index-roll-wrap{height:221px!important;margin:0;overflow: hidden;}
	     .roll_row .index-roll__list li{float: left;display: block;width: 295px!important;height: 221px!important; line-height: 100px;padding: 0 10px;
   font-weight: bold;font-size: 30px;text-align: center;position: relative;z-index: 99;color: #fff;
   transition: all 0.5s;}
	   
	   @media(max-width:1600px){  
	   .ab-bottom{position: inherit;margin: 30px auto;}
	   .ab-lb{background: #f1f1f1;}
	   }
	    @media(max-width:960px){ 
	    .index-about{padding:3%;background: url(images/bg.jpg) center repeat;position: relative;padding-bottom: 0;}
		.iab-left{width: 100%;margin-bottom: 20px;}	
		.iab-right{width: 100%;}
		}
		/* 首页新闻 */
		.index-news{padding: 0 3%;}
		.inews-title{text-align: left;margin-top: 200px;}
		.inews-xian{margin-top:15px;margin-left: 0;}
		.inews-content{display: flex;justify-content: space-around;flex-wrap: inherit;flex-wrap: wrap;}
		.inews-left{width: 150px;}
		.inews-right{width: calc(100% - 160px);}
		.inews-box{display: block;background: #ffffff;padding-bottom: 20px;overflow: hidden;transition: 0.6s;margin: 0 auto!important;padding: 0 20px;
		border-left:1px solid #eeeeee;padding-bottom: 50px;
		   }
		   .inews-ri{color: #333333;font-size: 56px;line-height: 60px;text-align: left;margin-top: 56px;padding:0 10px;transition: 0.6s;}
		   .inews-nian{color: #666666;font-size: 16px;line-height: 20px;text-align: left;margin-top: 4px;padding:0 10px;transition: 0.6s;margin-bottom: 80px;}
		  .inews-name{font-size:18px;color:#323131;padding:0 10px;margin-top:20px;font-weight: bold;line-height:30px;transition: 0.6s;
		  	display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;height: 60px;
		  } 
		  
		  .inews-desc{color: #8f8e8e;font-size: 14px;line-height: 24px;text-align: left;margin-top: 10px;padding:0 10px;transition: 0.6s;
		  	display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;
		  }
		  
		  .inews-jt{transition: 0.6s;display: block;margin-top: 50px;}
		  .inews-more{font-size: 14px;color:#999999;padding:0 20px;margin-top:16px;transition: 0.6s;}
		  .inews-box1{overflow: hidden;}
		  .inews-img{width: 100%;transition: 0.6s;}
		  .inews-box:hover{text-decoration: none;color:#fff;background:#319d3a;transform: scale(1.05,1.05);}
		  .inews-box:hover .inews-name{color:#fff;}
		  .inews-box:hover .inews-desc{color:#fff;}
		  .inews-box:hover .inews-ri{color:#fff;}
		  .inews-box:hover .inews-nian{color:#fff;}
		  
		  
		  .z-left,.z-right{width:56px;height: 56px;line-height: 56px!important;background: #f7f7f7!important;
		   font-weight: bold!important;display: block!important;border: 1px solid #707070;color:#707070!important;border-radius: 50%;}
		  .z-left{left:-15%!important;top:50%!important;}
		  .z-right{right:109.5%!important;top:60%!important;}
		  .z-left:before{font-size: 26px;color:#000000;position: relative;top:-14px;}
		  .z-right:before{font-size: 26px;color:#000000;position: relative;top:-14px;}
		  .z-left:hover{background: #319d3a!important;border: 1px solid #319d3a;color:#fff!important;}
		  .z-right:hover{background: #e07412!important;border: 1px solid #e07412;color:#fff!important;}
		  .z-left:hover::before,.z-right:hover::before{color: #fff;}
		   @media(max-width:1200px){
		  .z-left{left:5%!important;opacity: 0.6;}
		  .z-right{right:5%!important;opacity: 0.6;top: 50%!important;}	
		  }
		     @media(max-width:860px){
			.inews-left{width: 100%;margin-bottom: 30px;}
			.inews-right{width: 100%;} 
			.inews-title{text-align: center;margin-top:20px;}
			.inews-xian{margin: 5px auto 0;}
			 }


		/* 页尾信息 */
		.footer{padding:16px 3%;background:url(images/fbg.jpg);}
		.footer .uk-container{max-width: 1400px;}
		.f-lxbox{padding: 15px 0;border-top: 1px solid #585858;border-bottom: 1px solid #585858;}
		.f-logo{margin: 60px auto 10px;display: block;}
		.f-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.f-box1{width:25%;border-right: 1px solid rgba(255,255,255,.3);padding: 0 15px; padding-bottom:70px;}
		.f-xian{width: 100%;height: 1px;background: #fff;margin: 24px auto 14px;max-width: 260px;opacity: 0.4;}
		.f-xian1{width: 100%;height: 1px;background: #fff;margin: 6px 0 26px;max-width: 254px;opacity: 0.4;}
		.add-title{font-size: 20px;line-height: 24px;text-align: center;color:#fff;font-weight: bold;}
		.add-desc{font-size: 20px;line-height: 24px;text-align: center;color:#fff;margin-top: 12px;}
		.add-desc img{margin-right: 4px;position: relative;top: -4px;}
		.f-box2{width:25%;padding-top: 80px;} 
		.f-title{font-size: 26px;color:#fff;font-weight: bold;line-height: 30px;margin-bottom: 14px;}
		.f-subtitle{color:#fff;font-size: 14px;color:#dddddd;font-weight: bold;line-height: 24px;}
		.f-lx{color:#fff;font-size: 20px;color:#ffffff;line-height: 40px;} 
		.f-lx img{margin-right: 6px;position: relative;top: -3px;}
		.f-box3{width:42%;padding-top: 80px;} 
		.f-shemei{margin-top:20px;}
		
		
		.f-nav{display: block;font-size: 14px;line-height: 20px;color:#ffffff;transition: 0.6s;margin-bottom: 10px;border-right:1px solid #585858;
		text-align: center;padding: 5px 16px;}
		.f-nav:last-child{border:none;}
		.f-top{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;margin-top: 20px;margin-left: -14px;}
		.f-nav:hover{color:#3db04b;text-decoration: none;letter-spacing: 2px;}
		.bottom{padding: 12px 3%;background: #11191b;}
		.bottom>div{max-width: 1400px;}
		.bottom p{color:#f1f1f1;font-size: 11px;}
		.bottom span{color:#f1f1f1;float:right;margin-left: 10px;}
		.bottom span a{color:#f1f1f1;}
	  @media(max-width:960px){ 
   	
   .f-box1{width:45%;max-width: 100%;margin-bottom: 20px;}
   .f-box2{width:45%;max-width: 100%;margin-bottom: 20px;}
   .f-box3{width: 100%;padding-top: 0;}
	}
	   @media(max-width:768px){ 
     .f-box1{width:100%;max-width: 100%;margin-bottom: 20px;border-right: none;padding-bottom: 0;}
     .f-box2{width:100%;max-width: 100%;margin-bottom: 20px;padding-top: 0;}
     .f-box3{width: 100%;padding-top: 0;}
	} 
  /* 表单 */
  .baiodan{margin-top: 8px;}
	.biaodan>li{margin-bottom: 0;}
	.biaodan>li>input{width: 100%;height: 36px;font-weight: 400;background:#fff;margin-bottom: 10px;padding-left: 15px;
	border:1px solid #fff!important;color:#5c5c5c;padding-left: 15px;}
	.biaodan>li>input::-webkit-input-placeholder{color:#5c5c5c;font-size: 14px;}
	.biaodan>li>textarea{width: 100%;font-weight: 400;background: #fff;border:1px solid #fff!important;color:#5c5c5c;
	padding-left: 0;line-height: 24px;margin-top: 14px;padding-left: 15px;
	}
	.biaodan>li>textarea::-webkit-input-placeholder {color: #5c5c5c;line-height: 24px;font-weight: 400;font-size: 14px;} 
	.biaodan>li>textarea::-moz-input-placeholder {color: #5c5c5c;line-height: 24px;font-weight: 400;font-size: 14px;} 
	.biaodan>li>textarea::-ms-input-placeholder {color: #5c5c5c;line-height: 24px;font-weight: 400;font-size: 14px;} 
	.send{
		margin-top: 20px;
        background: none;
		border: none;
		color: #fff;
		transition: 0.8s;-webkit-transition: 0.8s;
		display: block;
		text-transform: uppercase;
		margin-left: calc(100% - 155px);
	}
	

    /* 内页面包屑 */
   .m-box>a{font-size:16px;color:#262626;text-decoration: none;line-height:40px;font-weight: 400;text-transform: uppercase;font-weight: bold;}
   .xian5{background:none;padding: 0;background:#eeeeee;position: relative;}
   .xian5 .uk-container{max-width:1200px;}
   .home{margin-right: 6px;position: relative;top: -3px;}
   /* 内页公司简介 */
	.about{padding: 3%;}
	.ny-title{font-size: 44px;line-height: 50px;color:#000000;text-align: center;font-weight: bold;margin-bottom: 10px;} 
    .ny-subtitle{color:#333333;font-size: 16px;line-height: 26px;text-align: center;}
    .ab-nr{margin:30px 0 20px;}
     /* 优势 */
	 .ab-ys{padding: 3%;}
	 .ys-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .ys-nr{width: 23%;max-width:230px;padding: 34px 18px;transition: 1s;}
	 .ys-icon{display: block;margin: 0 auto;}
	 .ys-name{font-size: 40px;line-height: 44px;text-align: center;margin-top:18px;color:#319d3a;font-weight: bold;}
	 
	 
	 .ys-xian{width: 100%;max-width: 160px;height: 1px;background: #000;margin: 10px auto;}
	 .ys-desc{font-size: 18px;line-height: 24px;text-align: center;height: 48px;color: #000000;
	   	display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;
	 }
	 .ys-nr:hover{background: #f3f3f3;}
	 /* 证书 */
	 .zs{padding:1.5% 3%;}
	 .ny-xian{width: 38px;height: 5px;background: #535353;margin:6px auto 36px ;}
	 .zs-img{display: block;margin:  0 auto 15px;;}
	 .zs-box:hover .zs-img{transform: rotateY(360deg);transition: 0.6s}
	 /* 工厂展示 */
	 .ab-show{padding: 3%;background: #eeeeee;}
	 .show-img{transition: 0.6s;}
	 .show-box{overflow: hidden;}
	 .show-box:hover .show-img{transform: scale(1.2,1.2);}
	 .abshow-title{margin-top: 50px;}
	 /* 团队展示 */
	 .wk{padding: 3%;}
	 .wk-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .wk-box{width: 241px;background: url(images/wbg.png);height: 343px;margin-bottom: 24px;}
	 .wk-img{display: block;margin: 18px auto 10px;}
	 .wk-name{text-align: center;font-size: 16px;line-height: 20px;padding: 0 10px;text-transform: uppercase;font-weight: bold;
	 color:#333333;   display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
	 .wk-desc{text-align: center;font-size: 16px;line-height: 20px;margin-bottom: 4px;padding: 0 10px;
	 color:#333333;   display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
     .wk-xian{background: #319d3a;width: 21px;height: 3px;margin:5px auto 0;}
	 .wk-box:hover{animation:shake 1.2s;}
	.fact{padding: 1% 3%;padding-bottom: 3%;}
	.roll_row {margin:0;}
	.roll-wrap:hover .control{display: block;}
	.roll-wrap{position: relative;width: 100%;height:253px;}
	.roll_row .roll__list::before, .roll_row .roll__list::after {content: "";display: table;line-height: 0;}
	.roll_row .roll__list::after {clear: both;}
	.roll_row .roll__list{width: 9999px;}
	.roll_row .roll__list:hover{background: #000;}
	.roll_row .roll__list li{float: left;display: block;width: 232px;height: 190px; line-height: 100px;
	font-weight: bold;font-size: 30px;text-align: center;position: relative;z-index: 99;color: #fff;
	transition: all 0.5s;}
	.roll_row .roll__list:hover li{opacity: 0.3;}
	.roll_row .roll__list li:hover{z-index: 200;opacity: 1;}
	.roll_row .roll__list li img{transition: all 0.25s ease;position: relative;z-index: 99;}
	.roll_row .roll__list li img:hover{transition: all 0.25s ease;transform: scale(1.1,1.1);}
	.ent{padding-top: 1%;padding-bottom: 1%;background: #eeeeee;}
	.ent>.uk-container{max-width: 100%;overflow: hidden;position: relative;}
	.ent-name{color:#333333;font-size: 16px;line-height: 20px;margin-top: 16px;}
	 
	   /*内页新闻列表 */
	   .news-list{padding:3% 0;}
	   .news-list .uk-container{max-width: 1920px;justify-content: flex-end;display: flex;flex-wrap: wrap;}
	   .nlist-box{transition: 0.8s;margin-bottom: 30px;overflow: hidden;position: relative;display: block;
	   padding:20px;max-width: 1580px;width: 100%;
	   }
	   .nlist-box ul{max-width: 1200px;}
	   .news-title{color:#323131;font-size: 20px;line-height: 24px;height: 24px;font-weight: bold;margin-bottom: 12px;margin-top: 18px;
	   overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;
	   }
	
	   .news-desc{color:#8f8e8e;font-size: 15px;line-height: 30px;height: 60px;
	    overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;
	   }
	   .news-box2{display: flex;justify-content: space-between;margin: 20px 0 40px;}
	   .more3{color:#333333;text-align: left;display: block;font-size: 14px;
	    transition: 0.8s;}	
		.news-date{color:#333333;font-size: 16px;}
		.news-xian{width: 100%;height: 1px;background: #c9c9c9;margin-bottom: 22px;}
		.nlist-box:hover{background: #eeeeee;}          
	   
	   
	 @media(max-width:960px){
	  .nlist-box{padding: 15px;}
	  .news-title{margin-top: 0;}
	 }
	
		/*内页新闻详情 */
		.news-page{padding:3%;}
		.news-xinxi{color:#333333;fonr-size:16px;line-height: 20px;margin: 20px auto;}
		.news-xinxi span{font-size: 16px;line-height: 20px;font-weight: bold;color:#000;margin-right: 10px;}
		.npage-box{overflow: hidden;}
		.npage-left{width: calc(100% - 370px);float: left;}
		.npage-right{width: 320px;background: #eeeeee;padding:46px 0;height: auto;float: right;}
		.news-name{font-size: 24px;line-height: 32px;color:#323131;margin-bottom: 28px;font-weight: bold;}
		.npage-content{padding-right: 124px;color: #666666;line-height: 30px;}
		.hot-title{width: 246px;height: 50px;line-height: 50px;background: #e07412;text-align: center;
		color:#fff;font-size: 26px;margin: 0 auto;margin-bottom:15px;}
		.hot-box{display:block;margin-top: 40px;border-bottom: 1px solid #bfbfbf;}
		.hot-box:hover{text-decoration: none;}
		.hot-name1{font-size: 18px;line-height: 24px;margin-bottom: 10px;padding: 0 18px;
			display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;
		}
		.hot-desc{font-size: 14px;line-height: 24px;margin-bottom: 18px;padding: 0 18px;color:#333333;
			display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;
		}
		.hot-box:hover .hot-name1 {color: #e07412;}
		.pr-next{margin:4% auto 0;width:420px;}
		.pr-next>p{width:180px;height: 33px;border:1px solid #319d3a;color:#fff;line-height: 33px;text-align: center;font-size: 14px;cursor:pointer;
		background: #319d3a;}
		.pr-next>p:hover{border:1px solid #e07412;background: #e07412;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:167px;}
		.pr-next>p{margin-bottom: 5%;}
		}
	/* 产品列表 */
	.pr-list{padding: 3% 3%;background: #eeeeee;}
	.pr-title{font-size: 42px;line-height: 46px;color:#262626;padding: 24px;text-align: center;background: #fff;font-weight: bold;}
	.pro-left {padding-right: 0;padding-right: 30px;}
	.pro-left>div{background: #fff;}
	.pro-left ul li {display: block;text-align: left;line-height: 70px;margin-top:10px;background: #7b7b7b;padding:0 7%;}
	.pro-left ul li a {display: block;font-size: 20px;color: #ffffff;}
	.pro-left ul li:hover,.pro-left ul .default {background: #065cac;color: #fff;}
	.pro-left ul li:hover a,.pro-left ul .default a {color: #fff;background:#065cac ;}
	    
		.nav-box2{margin-bottom: 2px;padding-bottom: 0;background: #fff;}
		.nav-box1{overflow:hidden;height:0;position:relative;}
	    .lei-list h3{padding: 0;padding: 12px 34px;position:relative;text-align: left;
		 color:#fff;line-height:20px;font-size: 16px;font-weight: 400;margin-bottom: 0;background: #319d3a;
	         }
		.lei-list h3:hover{cursor: pointer;}	 
	    .nav-box3{margin-bottom:8px;}
		 
		 .lei-list a p{font-size: 14px;line-height: 28px;float: right;color:#666666;padding: 6px 30px;width: 100%;
		 text-align: left;
		 }
		 .lei-list div .lei-name1 p{color:#319d3a!important;background: none;text-decoration: underline;} 
		 .lei-list h3>img{position:absolute;top:calc(50% - 3px);right:20px;}
		 .lei-list div .uk-active img{transform: rotate(90deg);}
	     .lei-list div .uk-active1{color:#fff!important;background: #319d3a;}
	     .uk-accordion-content{padding:0!important;;}
	.in-pr-box{position: relative;overflow: hidden;}
	.in-pr-imgbox{overflow: hidden;}
	.in-pr-img{max-width: 100%;display: block;margin: 0 atuo;transition: 0.6s;}
	.in-pr-box1{display: flex;justify-content: center;margin-top: 8px;}
	.in-pr-title{text-align: left;font-size:16px;line-height: 30px;margin: 10px 0;text-align: center;
		display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
	}
	.in-pr-Now{display: block;width: 112px;height: 30px;text-align: center;color:#fff;line-height: 30px;
	font-size:12px;background: #319d3a;transition: 0.6s;text-transform: uppercase;
	}	
	.check{margin-right: 8px;margin-top: 10px;}
	.in-pr-a{display: block;}
	.in-pr-box>a{display: block;}
	.in-pr-box>a:hover{text-decoration: none;}
	.in-pr-a:hover{text-decoration: none;}
	.in-pr-a:hover .in-pr-Now{background: #319d3a;}
	.in-pr-Now:hover{color:#fff;text-decoration: none;}
	.in-pr-a:hover .in-pr-img{transform: scale(1.1);}
	.prlist-box3{margin-top: 12px;}
	@media(max-width:960px){
.pro-left{padding-right: 0;}

	}
	@media(max-width:768px){
.prlist-box3{display: none;}
	
		}
	 /* 推荐位 */
	 .prlist-box1{height:480px;overflow-y: scroll;position: relative;background: #fff;padding: 0 0;}
	 .prlist-box2{display: block;margin-bottom: 15px;overflow: hidden;border-bottom: 1px solid #ccc;}
	 .prlist-box1::-webkit-scrollbar-thumb {width: 5px;background: #b5b5b5;}
	 .prlist-box1::-webkit-scrollbar {width: 5px;}
	 .prlist-box2 img{transition: 0.6s;}
	 .prlist-box2:hover img{transform: scale(1.1,1.1);}
	 .pro-xian{margin: 15px auto;}
	 	 .pro-title1{text-align: left;color:#333333;font-size:32px;line-height: 36px;margin-top: 36px;}
	 	@media(max-width:768px){
	  .pro-title1{display: none;}
	 .prlist-box1{display: none;}
	 .pro-xian{display: none;}
	 }
/* 产品详情*/
	 .pr-page{padding:3%;background: #eeeeee;}
	 .pr-size{color:#7f7f7f;font-size:18px;line-height: 28px;}
	 .show{border:1px solid #a0a0a0;width: 100%;}
	 .xiao{border:1px solid #ccc;}
	 .npr-title{color:#222222;font-size: 26px;line-height: 30px;margin-top: 40px;margin-bottom: 10px;text-align: left;font-weight: bold;}
	 .npr-xian{margin-bottom: 20px;}
	.npr-title1{color:#333333;font-size: 26px;line-height: 30px;margin-bottom: 20px;text-align: left;font-weight: bold;}
	 .pr-contact{display: block;text-align: center;width: 131px;height: 44px;line-height: 44px;color:#fff;font-size: 16px;
	 margin-top: 30px;background: #0862c7;}
	 .pr-contact:hover{text-decoration: none;color:#fff}
	 .pr-box2 .uk-active img{border: 1px solid #e07412!important;}
	 .pr-box2{padding-bottom: 5px;}
	 .nr-right{position: relative;padding-bottom: 10px;}
	 .Brand{font-size: 16px;line-height: 20px;text-align: left;margin-bottom:18px;color:#666666;}
	 .pric-box{border: 1px solid #bfbfbf;padding: 12px;margin-top: 16px;}
	 .pric-title{font-size: 16px;line-height: 20px;color:#333333;margin-bottom: 5px;}
	 .pric{font-size: 16px;line-height: 20px;color:#333333;}
	 .pric-box:hover{border: 1px solid #e07412;}
	 .pric-box:hover .pric{color:#e07412;}
	 .free{display: block;width: 146px;height: 38px;text-align: center;color:#fff;background: #e07412;line-height: 38px;
	 border-radius: 5px;margin-top: 20px;transition: 0.6s;
	 -moz-box-shadow:0px 0px 6px #C4C4C4; -webkit-box-shadow:0px 0px 6px #C4C4C4; box-shadow:0px 0px 6px #C4C4C4;
	 }
	 .free:hover{text-decoration: none;color:#fff;background: #000;}
	 .pr-nr{margin-top: 20px;line-height: 30px;}
	 .pr-box1{margin-top: 30px;}
	 .pr-content{margin: 20px auto 20px;}
	 .vimg{display: block;}
	 .fugai-box{position: relative;}
	 .fugai{width: 100%;height: 100%;background: rgba(0,0,0,.3);position: absolute;left:0;top: 0;
     display: flex;flex-direction: row;justify-content: center;align-items: center;}
	 .s-left{left:-10%!important;top: 50%!important;display: block!important;transform: scale(0.5);color:#999999;}
	 .s-right{right:-10%!important;top: 50%!important;display: block!important;transform: scale(0.5);color:#999999;}	
	 .s-left:hover{color: #005b38!important;}
	.s-right:hover{color: #005b38!important;}
	@media(max-width:1500px){
	  .s-left{display: block!important;left:-2%!important;}
	  .s-right{display: block!important;right:-2%!important;}   
	   }
    @media(max-width:1500px){
		.pr-box1{position: inherit;margin-bottom: 20px;}   
		.nr-right{padding-bottom: 0;}
	   }
/* 联系我们 */
	.contact{padding: 3%;}
	.con-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.con-title1{font-size: 40px;font-weight: bold;color:#333333;border-bottom: 1px solid #e5e5e5;line-height: 52px;margin-bottom: 70px;}
	.con-left{width: 55%;}
	.con-box1{width: 53%;margin-bottom:0;}
	.con-box2{max-width: 100%;width: 100%;}
	.con-box3{width:100%;margin-bottom:10px;display: flex;align-items: center;}
	.con-right{width: 39%;}
	.con-name{font-size: 20px;line-height: 20px;color:#333333;text-align: left;line-height: 42px;}
	.con-desc{font-size: 20px;line-height: 20px;}
	.con-name>img{position: relative;top:-4px;margin-right:5px;}
	.con-namebox{padding-left:52px;display:flex;margin-top:8px;}
	.con-name1{font-size: 20px;line-height: 20px;margin-top: 0px;}
	.con-name2{font-size: 16px;color:#525252;line-height: 20px;margin-top: 0px;margin-bottom: 10px;width:calc(100% - 125px);}
     .con-name3{font-size: 16px;color:#525252;line-height: 20px;margin-top: 0px;margin-bottom: 10px;font-weight: bold;width:105px;}
	.con-name4{font-size: 16px;color:#525252;line-height: 20px;margin-top: 0px;margin-bottom: 10px;width:calc(100% - 105px);}
	.con-title{font-size: 40px;color:#333333;line-height: 44px;margin-bottom: 20px;font-weight:bold;}
	 @media(max-width:960px){
	 .con-left{width: 100%;margin-bottom: 30px;}
	 .con-right{width: 100%;}
	 }
	  @media(max-width:768px){
	.con-box1{width: 100%;max-width: 100%;}
	
	 }
	 /* 联系我们表单 */
    .cont-map{padding: 3%;}
    .cont-map>div{max-width: 1200px;}
     /* 联系我们页面表单 */
    .yz-box li{margin-bottom: 30px;position: relative;padding-right: 20px;}
	.con-biaodan>li{margin-bottom: 30px;position: relative;padding-right: 20px;}
	.xing{color:red;position: absolute;right:0px;top: 20px;font-weight: bolder;}
    .con-biaodan>li input{width: 100%;height: 56px;font-weight: 400;background: #eeeeee;
    border:1px solid #eeeeee!important;color:#666666;padding-left: 26px;}
    .con-biaodan>li input::-webkit-input-placeholder{color:#666666;}
    .con-biaodan>li>textarea{width: 100%;font-weight: 400;background: #eeeeee;border:1px solid #eeeeee!important;color:#000;
    padding-left: 26px;
    }
    .con-biaodan>li>textarea::-webkit-input-placeholder {color: #666666;line-height: 60px;font-weight: 400;} 
    .con-biaodan>li>textarea::-moz-input-placeholder {color: #666666;line-height: 60px;font-weight: 400;} 
    .con-biaodan>li>textarea::-ms-input-placeholder {color: #666666;line-height: 60px;font-weight: 400;} 
	.yz-box input{margin-right: 30px;max-width: calc(100% - 163px);}
	.xing1{color:red;position: absolute;right:163px;top: 20px;font-weight: bolder;}
    .con-send{
		max-width: 356px;
		float: right;
    	width: 100%!important;
    	height: 46px!important;
    	background: #eeeeee;
    	border:1px solid #eeeeee;
    	color: #333333;
		font-size: 25px;
		font-weight: bold;
    	transition: 0.8s;-webkit-transition: 0.8s;
    	display: block;
		transition: 0.6s;
    }
	.con-send:hover{background: #319d3a;color:#fff}
  @media(max-width:768px){
	.con-send{float: none;}
	
	 }
  .bpr-title{font-size: 16px;line-height: 50px;background: #319d3a;color:#fff;padding: 0 20px;font-weight: bold;}
  .bpr-nr{background-color: #eeeeee;display: flex;justify-content: flex-start;padding: 15px 00px;flex-wrap: wrap;}
  .bpr-nr a{display: block;color:#333333;font-size: 16px;line-height: 24px;padding: 0 20px;}
	 /* 页尾表单 */
	.c-biaodan>li{margin-bottom: 50px;}
	.c-biaodan>li>input{width: 100%;height: 60px;font-weight: 400;background: #e0ecd5;
	border:1px solid #bcd4c6!important;color:#005b38;padding-left: 16px;}
	.c-biaodan>li>input::-webkit-input-placeholder{color:#005b38;}
	.c-biaodan>li>textarea{width: 100%;font-weight: 400;background: #e0ecd5;border:1px solid #bcd4c6!important;color:#005b38;
	padding-left: 16px;
	}
	.c-biaodan>li>textarea::-webkit-input-placeholder {color:#005b38;line-height: 60px;font-weight: 400;} 
	.c-biaodan>li>textarea::-moz-input-placeholder {color: #005b38;line-height: 60px;font-weight: 400;} 
	.c-biaodan>li>textarea::-ms-input-placeholder {color: #005b38;line-height: 60px;font-weight: 400;} 
	.c-send{
		width: 188px!important;
		height: 38px!important;
		background: #99c279;
		border:1px solid #99c279;
		color: #fff;
		text-transform:uppercase ;
		transition: 0.8s;-webkit-transition: 0.8s;
		margin:0 auto 0;
		display: block;
		
	}
	/* 天花板和WALL */
	.ceiling{padding: 3%;}
	.cei-subtitle{text-align: center;font-size: 16px;line-height: 20px;}
	.cei-xian{margin-bottom: 20px;}
	.cei-name{background: #40cd7e;color:#fff;line-height:33px;margin-top: 36px;padding: 0 20px;margin-bottom: 20px;}
	.cei-box{overflow: hidden;border: 1px solid #d8d8d8;}
	.cei-tu{transition: 0.6s;}
	.cei-content:hover .cei-box{
		 background:#000;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;   
	}
	.cei-content:hover .cei-tu{
		opacity:0.5;filter:alpha(opacity=50);-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;
		}
	.cei-box:hover .cei-tu{
		opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;       
	}	
		.cei-box:hover .cei-tu{
			transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);
	}	
	/* group */
    .group{padding: 3%;}
     .gr-box{display: block;overflow: hidden;position: relative;}
	 .gr-tu{transition: 0.6s;}
	 .gr-fugai{width: 100%;height: 74px;position: absolute;background: rgba(64,205,126,0.8);width: 100%;left:0;top:calc(50% - 37px);
	  display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	 }
	 .gr-name{color:#fff;text-align: center;font-size:16px;line-height: 24px;}
	 .gr-box:hover .gr-tu{transform: scale(1.1);}
      /* 案例详情 */
	  .case-page{padding: 3%;}
	  .case-box{height:380px;background: url(images/bg4.jpg) center;display: flex;flex-direction: row;justify-content: center;align-items: center;}
	  .case-subtitle{font-size: 20px;line-height: 24px;text-align: center;color:#fff;}
	  .case-xian{width: 68px;height: 3px;background: #119400;margin: 15px auto ;}
	  .case-title{font-size: 56px;line-height: 60px;text-align: center;color:#fff;margin: 0;}
	  .case-content{margin-top: 40px;}
	  .ny-title1{margin-top:60px ;}
	  .ny-subtitle{margin-bottom: 50px;}
	  /* 视频列表 */
	  .video-list{padding: 3%;}
	  .video-nav{display: block;background: #eeeeee;font-size: 18px;line-height: 22px;padding: 20.5px 40px;margin-bottom: 14px;position: relative;
	   color:#333333;transition: 0.6s;}
	  .nav-icon{position: absolute;left:0;top: 0;opacity: 0;transition: 0.6s;}
	 .video-nav1{color:#319d3a;}
	 .video-nav1 .nav-icon{opacity: 1;}
	 .video-nav:hover{color:#319d3a;text-decoration: none;}
	 .video-nav:hover .nav-icon{opacity: 1;}
	 .video-name{font-size: 16px;line-break: 22px;font-weight: bold;color:#333333;margin:10px 0 8px;}
	 .video-date{color:#666666;font-size: 14px;line-height: 16px;}
	 .video-date img{position: relative;top: -2px;margin-right: 4px;}
	 .video-nr{margin-bottom: 24px;}
	 .video-nr a {display: block;position: relative;overflow: hidden;}
	 .video-nr a .play {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;background: rgba(0,0,0,.5);position: absolute;top: 0;left: 0;}
	 
	 /* 产品详情表单 */
	 .if-box{width:570px;padding: 30px!important;}
	 .biaodan2>li{margin-bottom: 3%;position: relative;}
	 .biaodan2>li>input::-webkit-input-placeholder {
	          color: #999999;
	  }
	  .biaodan2>li>input{width: 100%;height: 35px;margin-bottom: 15px;font-weight: 300;background: #f2f3f5;padding:0 10px;
	   border:1px solid #f2f3f5;color:#888888;}
	 
	  .biaodan2>li>textarea{width: 100%;font-weight: 300;background: #f2f3f5;border:1px solid #f2f3f5;color:#888;padding: 5px 10px;height: 160px;}
	  .biaodan2>li>textarea::-webkit-input-placeholder {color: #999999;line-height: 40px;font-weight: 300;background: #f2f3f5;border:1px solid #f2f3f5;} 
	  .biaodan2>li>textarea::-moz-input-placeholder {color: #999999;line-height: 40px;font-weight: 300;background: #f2f3f5;border:1px solid #f2f3f5;} 
	  .biaodan2>li>textarea::-ms-input-placeholder {color: #999999;line-height: 40px;font-weight: 300;background: #f2f3f5;border:1px solid #f2f3f5;} 
	.send2{
	width: 126px!important;
	height: 32px!important;
	background: #e07412;
	border:1px solid #e07412;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	transition: 0.8s;-webkit-transition: 0.8s;
	display: block;
	transition: 0.6s;	
	}
	.xing2{position: absolute;right: 10px;top: 15px;}
	.xp-box{display: flex;justify-content: center;margin: 80px auto 50px;}
	.inq{display: block;color:#fff;font-size: 14px;width: 113px;height: 30px;background: #444e56;text-align: center;line-height: 30px;margin:0 15px;}
	.continue{display: block;color:#fff;font-size: 14px;width: 160px;height: 30px;background: #444e56;text-align: center;line-height: 30px;margin:0 15px;}
	.xp-box a:hover{text-decoration: none;background: #000;color:#fff;transition: 0.6s;}
	.addto{display: block;color:#fff;font-size: 14px;width: 160px;height: 30px;background: #444e56;text-align: center;line-height: 30px;
	margin: 80px auto 50px;
	}
	.addto:hover{text-decoration: none;background: #000;color:#fff;transition: 0.6s;}
	CSS Document */
	
@media only screen and (max-width:1500px) {
    .header-box{justify-content:space-between;}
}

