*{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: 99;width:100%;}
	 /* 顶部信息 */
	 .header-top{background: #ffffff;display: flex;justify-content: flex-end;}
	 .header-top .uk-container{max-width: 1560px;width: 100%;}
	 .header-box{display: flex;justify-content: space-around;flex-wrap: wrap;}
	 .header-left{width: 22%;padding:10px 0;}
	 .header-center{width: 33%;display: flex;flex-direction: row;align-items: center;padding:10px 0;}
	 .header-center1{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;}
	 .header-lx{margin-right: 20px;color:#666666;font-size: 12px;line-height: 31px;}
	 .header-lx img{margin-right: 8px;position: relative;top: -2px;}
	 .header-right{width: 42%;background: #333e46;display: flex;flex-direction: row;align-items: center;padding:10px 0;}
	 .header-right1{display: flex;justify-content: flex-start;padding:0 46px;}
	 .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:1200px){
	.header-right1{display: block;}
    .shemei{margin-bottom: 15px;}
	}
		@media(max-width:900px){
    .header-logo{display: block;margin:  0 auto 10px;}			
	.header-left{width: 100%;}
	
	}
	@media(max-width:768px){
	.header-left{width: 100%;}
	.header-right{display: none;}
	.header-center{display: none;}
	}
	/* 导航样式 */
	.header-nav{padding:0 0;padding-bottom: 0;background: #fcb026;}
	.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:#333333;line-height:100px;font-size: 22px;font-weight: bold;padding: 0 40px;position: relative;height: 100px;
	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:#333;background:#efa929;}
.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color:#333;
	background:#efa929;}
.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:before:focus{color:#333;
	background:#efa929;}
	.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(252,176,38,.9);padding-bottom: 0;left:0!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(252,176,38,.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: #ffa400!important;margin-left: 0;color:#fff;}	
	.header-logo{display: block;margin: 15px auto!important;}
	.nav-right{background:#fcb026;}
	}
  /* 首页产品 */
    .index-pr{padding: 3% 3%;background: url(images/b2.jpg);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;font-family: "BELLB";}
   .in-xian{width: 54px;height: 5px;border-radius: 2.5px;background: #eda129;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);top}
    .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: 14.28%;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: #444e56;color:#fff;border:1px solid #444e56;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:#444e56;border:1px solid #444e56;}
  	.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;
  	/* border-top-right-radius: 10px;border-top-left-radius: 10px; */transition: all 500ms ease;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8d055+0,dc8b22+99 */
background: rgba(248,208,85,0.75); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,208,85,0.75) 0%, #dc8b22 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(248,208,85,0.75) 0%,#dc8b22 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(248,208,85,0.75) 0%,#dc8b22 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12s+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(248,208,85,0.75)', endColorstr='#dc8b22',GradientType=0 ); /* IE6-9 */
	}
	.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: 18px;line-height: 20px;color:#333333;font-family: "BELLB";margin-bottom: 10px;
		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: "BELLB";
		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: 18px;line-height: 20px;color:#333333;font-family: "BELLB"; }
  .inpr-subtitle{text-align: center;padding: 0 15px;font-size: 16px;line-height: 20px;color:#333333;font-family: "BELLB";}
  .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: 22%;max-width:250px;}
	 .iadv-name{color:#333333;font-size: 18px;line-height: 24px;text-align: left;font-weight: bold;color:#333333;margin: 28px 0 16px;}
	 .iadv-desc{color:#666666;font-size: 14px;line-height: 20px;}
	 .iadv-icon{position: relative;}
	 .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: #000;}
	 .index-about .uk-container-center{max-width: 1920px;}
	 .index-about .iab-box{max-width: 1650px;}
	 .iab-name{font-size: 21px;margin-top: 20px;line-height: 26px;margin-bottom: 20px;font-family:"BELLB";}
	 .iab-desc{color:#333333;font-size: 16px;line-height: 28px;}
	 .ab-bottom{width: 100%;max-width: 1160px;position: absolute;bottom: -10px;right: 0;}
	 .ab-lb{background: #fff;padding: 15px 20px;overflow:hidden;}
	 .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: #fec95e;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: #fec95e;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 0!important;}
	     .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: 20px;color:#323131;padding:0 10px;margin-top:20px;font-weight: bold;line-height:26px;transition: 0.6s;
		  	display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
		  } 
		  
		  .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:#f0b640;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: #fec95e!important;border: 1px solid #fec95e;}
		  .z-right:hover{background: #fec95e!important;border: 1px solid #fec95e;}
		   @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:#444e55;}
		.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 #e5e5e5;padding: 0 15px; padding-bottom:70px;}
		.f-xian{width: 100%;height: 1px;background: #fff;margin: 0 auto 14px;max-width: 260px;opacity: 0.4;}
		.add-title{font-size: 18px;line-height: 22px;text-align: center;color:#fff;font-weight: bold;}
		.add-desc{font-size: 14px;line-height: 20px;text-align: center;color:#fff;opacity: 0.75;margin-top: 12px;}
		.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;margin-bottom: 14px;}
		.f-lx{color:#fff;font-size: 16px;color:#dddddd;font-weight: bold;line-height: 24px;margin-bottom: 14px;}
		.f-box3{width:42%;padding-top: 80px;} 
		
		
		
		.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: 1200px;}
		.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{background: url(images/bg1.jpg);padding:57px;}
     /* 优势 */
	 .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;}
	 .ys-name sup{font-size: 16px;color:#333333;position: relative;top: -20px;}
	 .ys-name sub{font-size: 16px;color:#333333;}
	 .ys-xian{width: 100%;max-width: 160px;height: 1px;background: #000;margin: 10px auto;}
	 .ys-desc{font-size: 16px;line-height: 22px;text-align: center;height: 44px;color: #666666;
	   	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: #fcb026;width: 21px;height: 3px;margin: 0 auto;}
	 .wk-box:hover{animation:shake 1.2s;}
	 /* 企业文化 */
	 .inc{padding: 3% 0;}
	 .inc .uk-container{max-width: 1920px;}
	 .inc-box{max-width: 1560px;}
	 .inc-left{float: left;width: 61.5%;}
	 .inc-right{float: right;width:36%;display: flex;justify-content: space-between;padding-top: 10%;}
	 .inc-right2{display: flex;justify-content: space-between;}
	 .inc-nr:nth-child(even){display: flex;justify-content:flex-end;}
	 .inc-nr:nth-child(even) .inc-left{float: right;}
	 .inc-nr:nth-child(even) .inc-right{float: left;}
	 .inc-left1{width: 50px;}
	 .inc-right1{width: calc(100% - 80px);}
	 .inc-num{width: 50px;height:50px;background: #fcb026;text-align: center;line-height: 50px;color:#fff;font-size: 30px;font-weight: bold;}
	 .inc-title{font-size: 28px;color:#333333;line-height: 30px;font-weight: bold;max-width: 250px;text-transform: uppercase;}
	 .inc-desc{margin-top: 20px;}
	 .online{padding: 1% 3%;}
	 .ny-desc{font-size: 16px;line-height: 24px;text-align: center;color:#666666;margin-bottom: 50px;}
	 .online-nr{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0 50px;}
	 .online-box{max-width: 328px;margin-bottom: 30px;}
	 .online-img{display: block;margin: 0 auto;}
	 .online-name{text-align: center;color:#666666;;font-size: 16px;line-height: 24px;margin-top: 20px;}
	 
	 /* 我们的方法 */
	 .our{padding: 3%;background: #eeeeee;}
	 .our-top{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .our-box{max-width:320px;width: 31%;margin-bottom: 50px;}
	 .our-name{font-size: 30px;text-align: center;line-height: 34px;margin-bottom: 16px;color:#333333;padding: 0 30px;transition: 0.6s;font-weight: bold;}
	 .our-desc{font-size: 16px;text-align: center;line-height: 24px;margin-bottom: 16px;color:#333333;padding: 0 30px;}
	 .our-box:hover .our-name{color:#fcb12b;}
	 .our-bottom{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .our-box1{max-width:380px;width: 31%;margin-bottom: 50px;}
	 .our-name1{font-size: 20px;text-align: center;line-height: 2s4px;margin-bottom: 16px;color:#333333;padding: 0 30px;transition: 0.6s;font-weight: bold;}
	 .our-desc1{font-size: 14px;text-align: center;line-height: 22px;margin-bottom: 16px;color:#333333;padding: 0 30px;}
	 .our-box1:hover .our-name1{color:#fcb12b;}
	 .our-box2{margin: 0 auto 12px;width: 56px;height: 56px;overflow: hidden;}
	 .our-icon{display: block;margin: 0 auto;width: 56px;height: 56px;position:relative;
	 transition: .6s;display: block;top: 0;position: relative;-webkit-filter: drop-shadow(#fcb12b 0 56px);filter: drop-shadow(#fcb12b 0 56px);  
	 }
	.our-box1:hover .our-icon{top: -100%;}
	.peiyang{padding:80px 3%;background: url(images/bg2.jpg);}
	.py-box{display: flex;justify-content: flex-end;}
	.py-box1{max-width:600px;}
	.py-desc{font-size: 20px;color:#666666;line-height: 26px;font-weight: 200;}
	.py-name{font-size:22px;font-weight: bold;margin-top: 40px;}
	.py-name span {font-size: 14px;font-weight: 100;margin-right: 5px;color:#666666;}
	/* 社区 */
	.com{padding: 3%;}
	.com-desc{max-width: 810px;margin: 0 auto 50px;}
	.com-box{background: #fff;padding: 0 30px;overflow: hidden;padding-top: 56px;transition: 0.6s;
	-moz-box-shadow:0px 0px 10px #E8E8E8; -webkit-box-shadow:0px 0px 10px #E8E8E8; box-shadow:0px 0px 10px #E8E8E8;
	}
	.com-name{font-size: 20px;line-height: 24px;margin-bottom: 12px;color:#333333;transition: 0.6s;
	   	display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
	}
	.com-desc1{font-size: 14px;line-height: 22px;color:#333333;height: 154px;margin-bottom: 24px;
	   	display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
	}
	.com-box:hover{transform: translateY(-20px);}
	.com-box:hover .com-name{color:#fcb12b;}
	/* 我们的成果 */
	.work{padding: 1% 3%;}
	.work-navbox{display: flex;justify-content: space-between;padding: 0;margin-top: 20px;margin-bottom: 50px;}
			 .work-navbox>ul{width:100%;margin: 0!important;display: flex;justify-content: space-between;padding: 0;}
			 .work-navbox>ul li{margin: 0;width: 25%;background:#e9edf0;padding: 0;border-right: 1px solid #fff;}
			 .work-navbox>ul li a{text-align:center!important;font-size: 18px;color:#333333;line-height: 50px;width: 100%;}
			 .work-navbox .uk-active{font-weight: bold;color:#333333!important;background: #e3e3e3;}
			 .work-navbox .uk-subnav>.uk-active>*{color:#333!important;}
			 .work-navbox>ul li:hover{background: #e3e3e3;color:#333;}
			 .work-navbox>ul li:hover a{color:#333!important;}
   /* 诚信和道德 */
   .int{padding: 1% 3%;padding-bottom: 3%;}
   .int-subtitle{font-size: 25px;line-height: 30px;background: #fcb026;border-radius: 10px;text-align: center;color:#333333;font-weight: bold;margin-bottom: 30px;
   padding: 14px;}
   .Report{display: block;margin-top: 30px;display: block;text-align: center;color:#333333;font-size: 16px;width: 254px;line-height: 61px;
   border-radius: 30.5px;background: #fcb026;transition: 0.6s;
   }
   .Report:hover{text-decoration: none;background: #000;color:#fff}
   .valuse{padding: 3%;background: #f0f0f0;}
   .anti{padding: 3%;}
  /* 底部展示 */
   .fact{padding: 1% 3%;padding-bottom: 3%;}
   .roll_row {margin: 2% 0 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;}
	 @media(max-width:1200px){
    .inc-right{padding-top: 2%;}	 
	 }
	 @media(max-width:960px){
    .peiyang{background: #fff;}
	.our-box{width: 48%;}	
    .our-box1{width: 48%;}	
     .ys-nr{width: 45%;margin-bottom: 20px;}
	 .inc-nr{margin-bottom: 30px;}
	 .inc-left{float: none;width: 100%;}
	 .inc-right{float: none;width: 100%;}
	  .work-navbox>ul li{width: 50%;margin-bottom: 1px;}
	 }
	  @media(max-width:820px){
	.online-nr{display: flex;justify-content: center;flex-wrap: wrap;padding: 0 20px;}	  
	  }
		@media(max-width:768px){
	.our-top{justify-content: center;}	
	.our-bottom{justify-content: center;}	
	.our-box{width: 100%;}
	.our-box1{width: 100%;}
	.ab-nr{padding: 20px;}
	.ys-nr{width: 48%;margin-bottom: 20px;}
	.inc-right1{width: calc(100% - 60px);}
	.inc{padding: 3%;}
		  }
		  @media(max-width:530px){
			  .wk-nr{display: flex;justify-content: center;}
			  .work-navbox>ul li{width: 100%;margin-bottom: 1px;}
		  }
	   
	   /*内页新闻列表 */
	   .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;}
		.hot-title{width: 246px;height: 50px;line-height: 50px;background: #efa929;text-align: center;
		color:#fff;font-size: 26px;margin: 0 auto;margin-border-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:1;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;
		}
		.pr-next{margin:4% auto 0;width:420px;}
		.pr-next>p{width:180px;height: 33px;border:1px solid #000;color:#fff;line-height: 33px;text-align: center;font-size: 14px;cursor:pointer;
		border-radius:16.5px;background: #000;}
		.pr-next>p:hover{border:1px solid #efa929;background: #efa929;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 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: #444e56;
	         }
		.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:#fcb026!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: #fcb026;}
	     .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:12px;line-height: 20px;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: #fcb026;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: #dc920d;}
	.in-pr-Now:hover{color:#fff;text-decoration: none;}
	.in-pr-a:hover .in-pr-img{transform: scale(1.1);}
	@media(max-width:960px){
.pro-left{padding-right: 0;}
	}
	 /* 推荐位 */
	 .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: 20px;text-align: left;font-weight: bold;}
	.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 #fcb026!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 #fcb026;}
	 .pric-box:hover .pric{color:#fcb026;}
	 .free{display: block;width: 146px;height: 38px;text-align: center;color:#fff;background: #fcb026;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;}
	 .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: #fcb026!important;}
	.s-right:hover{color: #fcb026!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-left{width: 55%;display: flex;flex-wrap: wrap;justify-content: space-between;}
	.con-box1{width: 49%;margin-bottom: 60px;}
	.con-box2{max-width: 100%;width: 100%;}
	.con-box3{width: 32%;margin-bottom: 60px;}
	.con-right{width: 39%;}
	.con-name{font-size: 20px;line-height: 20px;color:#333333;text-align: left;line-height: 42px;}
	.con-desc{font-size: 16px;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: 16px;color:#525252;line-height: 20px;margin-top: 0px;margin-bottom: 10px;font-weight: bold;width:125px;}
	.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: #fcb026;color:#fff}
  @media(max-width:768px){
	.con-send{float: none;}
	
	 }
  .bpr-title{font-size: 16px;line-height: 50px;background: #fcb026;color:#333333;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:#fcb026;}
	 .video-nav1 .nav-icon{opacity: 1;}
	 .video-nav:hover{color:#fcb026;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;}
	 
	 /* 产品详情表单 */
	 .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;
	   border:1px solid #f2f3f5;color:#888888;}
	 
	  .biaodan2>li>textarea{width: 100%;font-weight: 300;background: #f2f3f5;border:1px solid #f2f3f5;color:#888}
	  .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: #fcb026;
	border:1px solid #fcb026;
	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 */
	


