/*
Theme Name: 通用后台
Description:通用开发主题
Author:北京网聚电子商务有限公司 
Version：1.0
*/
*{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: 'HELVETICANEUELTPRO-BD';
    src : url('HELVETICANEUELTPRO-BD.OTF'); 
}

@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;
  }
}  
body{position: relative;}
.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)}
}
.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;}
.row7{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:7;overflow: hidden;}
.row8{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:8;overflow: hidden;}
.row9{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:9;overflow: hidden;}
.row10{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:10;overflow: hidden;}
     .clearfix{clear:both;}
     .f-l{float: left;}
     .f-r{float:right;}
     .ov{overflow:hidden;}
     .uk-container{padding: 0;} 
     .uk-container{max-width: 1400px;}
		 /* 搜索 */
		 .header-search{position: relative;display: flex;align-items: center;flex-direction: row;width:175px;margin-top: 15px;}
		 .sousuo-box1{width:175px;border:none;background:none;border: 1px solid #ffffff;height: 26px;border-radius: 13px;
		 z-index: 99;}
		 .sousuo-box1>input{width:calc(100% - 40px);float:left;height: 26px;line-height: 26px;padding-left: 8px;
		 background:none;float:left;color:#ffffff;border:none;}
		 .sousuo-box1>input::-webkit-input-placeholder{color:#fff;}
		 .sousuo-box1>button{width:16px;float:right;border:none;background: none;float:right;margin-top: 2px;margin-right:8px;}
		 .search-icon1{display: none;}
         .top-sm{display: flex;justify-content: space-between;}


	/* 导航样式 */
	    .header{padding:0 0;z-index:10;width: 100%;background: #ffffff;}
		.header .uk-container{max-width: 1920px;background: #030301;}
		.header1{background: #999999;padding:10px 3%;position: initial;}
		.top{position: fixed;top: 0;left: 0;width:100%}
		.header-nav .uk-container-center{position: relative;}
		.nav-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.nav-logo{width: 260px;background: #fff;display: flex;align-items: center;flex-direction: row;justify-content: center;}
		.logo{display: block;max-width: 100px;} 
		.nav-left{width: 260px;display: flex;justify-content: center;flex-wrap: wrap;background: #d0211e;align-content: center;}
		.nav-left>div{width: 100%;max-width: 175px;}
		.nav-right1{width:340px;display: flex;justify-content: center;align-items: center;}
		.logo-box{display: flex;align-items: center;flex-direction: row;width: calc(100% - 255px);}
		.logo-name{font-size: 24px;color:#2d2d2d;line-height: 26px;font-family: "HELVETICA-LIGHT";}
		
		.nav-center{width:calc(100% - 860px);display: flex;align-items: center;flex-direction: row;justify-content: end;padding: 0 0;}
		
		
		.uk-navbar-nav{justify-content: space-between;display: flex;width: 100%;max-width: 800px;}
		.uk-navbar-nav>li{padding: 0 0;width: 16.66%;}
		.uk-navbar-nav>li>a{color:#ffffff;line-height:120px;font-size: 18px;font-weight: 100;position: relative;height: 120px;
		padding: 0;text-transform: capitalize;background: rgba(0,0,0,.3);border-left: 1px solid #252512;width: 100%;
		}
		.uk-navbar-nav>li>a>img{margin-left: 6px;}
		.dropdown-arrow{margin-left:5px;vertical-align:middle;width:8px;}
		.uk-navbar-nav>li.uk-active>a:before{display: block;}
		.uk-navbar-nav{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.uk-navbar-nav>li{text-align: center;line-height: 20px;position:relative;}
		.uk-navbar-nav>li.uk-active>a{color:#ffffff;background:#fe0000;border-left: 1px solid #fe0000;}
		
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color: #fff!important;background: #fe0000;border-left: 1px solid #fe0000;}
	
		.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;z-index:99;} 
		.erjiname>a>span{text-align: right;color:#fff;float: right;opacity: 0;} 
		.d-erji{background:none;padding-top:0;background:#e2e2e2;padding-bottom: 0;left:0!important;
		text-align: left;
		}
		.d-erji>ul>li>a{line-height: 24px!important;color:#000!important;font-size: 16px;font-weight: 200;border-bottom: 1px dashed #afafaf;}
		.d-erji>ul>li:nth-child(2) span{display: none;}
		.d-erji>ul>li>a:hover{background:rgba(255,206,42,1);color:#fff!important;}
		.d-erji>ul>li>a:hover span{opacity: 1;}
		.erjiname{position:relative;}
	    .sanji>a{line-height: 24px!important;color:#000!important;font-size: 16px;font-weight: 200;border-bottom: 1px dashed #afafaf;
		display: block;padding:5px 15px;display:block;}
	    .sanji>a:hover{background:rgba(255,26,42,1);color:#fff!important;}
	    .sanji{
	    position: absolute;left: 100%; top: 0;background:#e2e2e2;width:200px;display:none;color:#000!important;
	    }
	    .erjiname:hover .sanji{display:block!important;}
	
		.sousuo-box{height:42px;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:16px;}

     /* wp的二级类目 */
.nav-center .uk-nav-default {
	position: absolute;
	top: 100%; /* 改为100%紧贴主菜单 */
	z-index: 1000;
	background: #fff;
	display: block;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	height: 0;
	overflow: hidden;
	min-width: 220px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	border: 1px solid #f0f0f0;
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: none; /* 初始状态不可点击 */
  }
  
  .nav-center .uk-nav-default > li > a {
	border-bottom: 1px solid #f8f8f8;
	color: #333;
	display: block;
	padding: 12px 20px;
	font-weight: 500;
	transition: all 0.3s ease;
	position: relative;
  }
  
  .nav-center .uk-nav-default > li > a:hover {
	text-decoration: none;
	background: #ea1b25; /* 或 #093288 */
	color: #fff; /* 蓝色版本改为 #fff */
	padding-left: 25px;
	border-bottom-color: #ea1b25; /* 或 #093288 */
  }
  
  .nav-center .uk-nav-default > li > a:hover::before {
	content: "→";
	position: absolute;
	left: 15px;
	transition: all 0.3s ease;
  }
  
  /* 关键修复：添加悬停区域和延迟关闭 */
  .uk-navbar-nav > li {
	position: relative;
  }
  
  .uk-navbar-nav > li:hover .uk-nav-default {
	height: auto;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto; /* 显示时可点击 */
  }
  
  /* 为二级菜单添加上方透明区域，防止鼠标离开 */
  .uk-navbar-nav > li .uk-nav-default::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	height: 10px; /* 增加悬停区域高度 */
	width: 100%;
	background: transparent;
  }
  
  /* 或者使用延迟关闭方案 */
  .uk-navbar-nav > li .uk-nav-default {
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s 0.1s; /* 添加延迟 */
  }


  @media(max-width:1500px){  
   .nav-logo{width: 130px;}
   .nav-left{width: 190px;}
   .nav-center{width: calc(100% - 470px);}
   .nav-right1{width: 150px;}

  }
  @media(max-width:1200px){  
	.uk-navbar-nav>li>a{font-size: 14px;}
 
   }
	
		  @media(max-width:960px){  
			
			.nav-logo{width: 100%;background: #fff;}
			.logo{margin: 0 auto 15px;max-width: 120px;}
			.logo-name{text-align: center;}
			.nav-center{width: calc(100% - 340px);}
			
		  }
	    @media(max-width:769px){  
		.hed-right{width: 100%;text-align: center;}
	

		.nav-right1{width: 140px;background: #27282c;}
		.nav-left{display: none;}
		.header-search{display: none;}
		.nav-center{padding: 0;background: #27282c;display: block;max-width: 100%;width: calc(100% - 140px);}
		.header>.uk-container{padding: 0;}
		.sousuo-box1{display: none;}
		.uk-navbar-toggle{margin-top: 0;background: #d0211e!important;margin-left: 0;color:#fff;}	 
		}

 
       /* 海报 */
	   .banner{width: 100%;max-width: 1920px;margin: 0 auto;}
		/* 首页产品中心 */
		.index-cat{padding:3%;background: #ffffff;}
		.intitle-box{display: flex;justify-content: space-between;margin-bottom: 30px;flex-wrap: wrap;}
		.intitle-left{width: 40%;max-width: 410px;}
		.intitle-right{width: 58%;max-width: 656px;display: flex;align-items: end;flex-direction: row;}

		.incat-title{font-size: 48px;color:#000000;font-family: "Century Gothic";text-align: left;
		margin: 0 0 12px;line-height: 50px;font-weight: bold;
		}
		.incat-subtitle{font-size: 14px;line-height: 20px;color:#444444;font-family: "Century Gothic";text-align: left;
	
		}
		.incat-nr{background: #fff;}
	   .ipr-navbox1{position: relative;display:flex;justify-content: center;width: 100%;
	
	 }
	   .ipr-navbox{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
	   .ipr-navname{margin-bottom: 12px;width: 30%;height: auto;background: #fff;position: relative;
	 display: flex;justify-content: center;align-content: center;flex-direction: row;align-items: center;
	 border: 1px solid #1d1d1d;font-family: "Century Gothic";
	 }
	   .ipr-navbox .uk-active p{color:#ffffff;}
	   .ipr-navbox .uk-active {background: #b00303;border: 1px solid #b00303;}
	   .ipr-navname {padding: 0 10px;}
	   .ipr-navname a {outline: none;}
	   .ipr-navname a{text-align: center;text-decoration: none;line-height: 24px;width: 100%;position: relative;
	   font-size: 18px;color:#1d1d1d;background:none;display: flex;justify-content: center;
	align-items: center;flex-wrap: wrap;height: 44px;
	}
	.ipr-navname a p{font-family: "Century Gothic-BD";}
	.ipr-navname:hover{background: #b00303;color:#fff;border: 1px solid #b00303;}
	.ipr-navname:hover p{text-decoration:noen;color: #ffffff;}

	.ipr-nr{margin: 0 auto;padding: 0  0;}
	.inpr-box{display: block;position: relative;background: #fff;transition: 0.6s;	border: 1px solid #fff;}
 
	   .inpr-sp{position: absolute;top: 10px;right:20px;opacity: 1;transition: 0.6s;}
	   .inpr-tubox{width: 100%;transition: 0.6s;overflow: hidden;}
	   .inpr-tu{width: 100%;transition: 0.6s;}
	   .inpr-box:hover{text-decoration: none;border:1px solid #ea1b25;}
	   .inpr-box:hover .inpr-tu{transform: scale(1.1,1.1);}
	  .index-hot{margin-top: 20px;}
	  .inhot-box{display: block;}
       .inhot-tubox{position: relative;}
	   .inhot-tu{display: block;width: 100%;}
	   .inhot-tu1{display: block;width: 100%;position: absolute;left: 0;top: 0;}
	   .inhot-name{font-size: 20px;text-align: center;line-height: 24px;font-weight: bold;font-family: "Century Gothic";margin-top: -34px;position: relative;z-index:10;transition: 0.6s;}
	   .inhot-more{display: block;width:144px;border: 1px solid #696869;line-height: 40px;height: 40px;text-align: center;margin: 18px auto 0;position: relative;z-index:10;transition: 0.6s;
	font-size: 16px;text-align: center;font-weight: 400;font-family: "Century Gothic";}
	.inhot-box:hover{text-decoration: none;}
	.inhot-box:hover .inhot-name{color:#b00303;}
	.inhot-box:hover .inhot-more{background: #b00303;color:#fff;border: 1px solid #b00303;}
	.inhot-box:hover .inhot-tu1{animation: big 0.7s ;}
	   .p-left::before,.p-right::before{display: none;}
	   .p-left{display: block!important;left: -80px!important;}
	   .p-right{display: block!important;right: -80px!important;}
	   
	   @media(max-width:1700px){
		   .p-left{display: block!important;left:2%!important;}
		   .p-right{display: block!important;right:2%!important;} 
			}
	
		   @media(max-width:1100px){
		   .intitle-left{width: 100%;margin-bottom: 20px;}
		   .intitle-right{width: 100%;}
	
		   }
		   @media(max-width:700px){
		
			.ipr-navbox1{padding-bottom: 0px;border-bottom: none;}
		   .ipr-navbox{margin: 10px auto;}
		   .ipr-navname{width: 100%;}
		
		   .ipr-navbox1{margin-bottom: 0;}
		   } 



/* 首页公司简介 */
.index-ab{background: url(assets/images/bg1.jpg) top center no-repeat #f1f1f1;padding: 3%;max-width: 1920px;margin: 0 auto;}
.inab-title{font-size: 62px;line-height: 66px;color:#000;margin-bottom: 14px;font-family: "Century Gothic";font-weight: bold;}
.iab-desc{margin-top: 20px;overflow:hidden;overflow-y: auto;padding-right:30px;height:240px;}
.iab-desc::-webkit-scrollbar {background: #eaeaea;width: 8px;border-radius: 4px;}
.iab-desc::-webkit-scrollbar-thumb {background: #b3b3b2;border-radius: 4px;}
.iab-more{display: block;margin-top: 30px;width: 200px;line-height: 60px;background: #d0211e;text-align: center;font-size: 18px;color:#fff;font-family: "Century Gothic";}
.iab-more:hover{color:#fff;text-decoration: none;background: #d0211e;}
.iab-left{max-width: 650px;width: 100%;}
@media(max-width:960px){
	.iab-left{max-width: 100%;width: 100%;}
} 

	/* 首页新闻展示 */
    .index-news{padding: 3%;background: url(assets/images/bg2.jpg) top center repeat;}
	.inews-news .uk-container{max-width: 1200px;}
     .inews-title{font-size: 70px;line-height: 76px;color:#fff;font-family: "Century Gothic";text-align: center;margin-bottom: 12px;font-weight: bold;}
 	 .inews-subtitle{font-size: 14px;line-height: 16px;color:#fff;font-family: "Century Gothic";text-align: center;margin-bottom: 40px;}
   .inews-nr{background: #fff;padding: 30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
   .inews-left{width: 46%;} 
    .inews-tubox{max-width:560px;overflow: hidden;}
   .inews-tu{display: block;width: 100%;}
   .inews-bottom{display: flex;justify-content: space-between;margin-top: -44px;position: relative;z-index: 10;justify-content: center;}
  
   .inews-date{display: flex;align-items: center;flex-direction: row;width: 100px;justify-content: center}
   .inews-descbox{display: flex;align-items: center;flex-direction: row;background: #d0211e;padding: 44px 30px;background: #d0211e;width: calc(100% - 100px);}
   .inews-descbox>div{width: 100%;}
   .inews-ri{text-align: center;font-size: 38px;line-height: 44px;color:#d0211e;}
   .inews-nian{text-align: center;font-size: 12px;line-height: 14px;color:#d0211e;}
   .inews-name{font-size: 16px;line-height: 20px;color:#fff;font-weight: bold;margin-bottom: 10px;font-family: "Century Gothic";text-align: left;}
   .inews-desc{font-size: 14px;line-height: 18px;color:#fff;font-weight:400;font-family: "Century Gothic";text-align: left;}
   .inews-left:hover{text-decoration: none;}
   .inews-right{width: 50%;}
   .inews-box1{display: block;padding-bottom: 20px;border-bottom: 1px solid #ccc;margin-bottom: 30px;}
   .inews-name1{font-size: 16px;line-height: 20px;color:#000000;font-weight: bold;margin-bottom: 10px;font-family: "Century Gothic";text-align: left;transition: 0.6s;}
   .inews-desc1{font-size: 14px;line-height: 18px;color:#444444;font-weight:400;font-family: "Century Gothic";text-align: left;}
   .inews-bottom1{display: flex;justify-content: space-between;width: 100%;margin-top: 8px;}
   .inews-date1{font-size: 14px;line-height: 18px;color:#444444;font-weight:400;text-align: left;margin-top: 20px;}
   .inews-more{display: block;color:#fff;text-align: center;width: 125px;height: 38px;border-radius: 18px;font-size: 14px;font-family: "Century Gothic";transition: 0.6s;background: #000;line-height: 38px;}
   .inews-box1:hover{text-decoration: none;}
   .inews-box1:hover .inews-name1{color:#d0211e;}
   .inews-box1:hover .inews-more{background: #d0211e;}
   .inews-box1:last-child{border: none;margin-bottom: 0;}
   @media(max-width:960px){
	.inews-left{width: 100%;margin-bottom: 20px;}
	.inews-bottom{margin-top: 0;} 
	.inews-tubox{max-width: 100%;}
	.inews-right{width: 100%;} 
} 

/* 首页工厂展示 */
.index-fac{padding: 3%;}
.index-fac .uk-container{max-width: 1920px;}
.index-title{text-align: center;font-size: 48px;color:#000;font-family: "Century Gothic";margin-bottom: 10px;line-height: 52px;font-weight: bold;}
.index-subtitle{text-align: center;font-size: 14px;color:#000;font-family: "Century Gothic";margin: 0 auto 40px;line-height: 18px;font-weight: 400;max-width: 400px;}
.fac-box{width: 100%;position: relative;border-radius: 30px;overflow: hidden;}
.fac-tu{display: block;width: 100%;transition: 0.6s;}		
.fac-fugai{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.4);transition: 0.6s;}
.fac-box:hover .fac-tu{transform: scale(1.1);}
.fac-box:hover .fac-fugai{transform: rotateY(90deg);}
.fleft::before,.fright::before{display: none;}
.fleft{display: block!important;left: 30px!important;}
.fright{display: block!important;right: 30px!important;}
/* 首页优势 */
  .index-the{padding:3% 3%;}
  .the-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
  .the-box{display: block;position: relative;width: 19%;max-width: 230px;}
  .the-tu{width: 100px;height: 100px;transition: 0.6s;transition: 0.6s;}
   .the-name{font-size: 20px;line-height: 28px;color:#000000;font-family: "Century Gothic";margin:18px 0 12px;font-weight: bold;transition: 0.6s;}
   .the-desc{font-size: 16px;line-height: 30px;font-family: "Century Gothic";color:#444444;}
   .the-more{display: flex;justify-content: start;margin-top: 20px;}
   .the-more1{font-size: 18px;color:#d0211e;margin-right: 5px;}

.jt-box{width: 19px;height: 6px;overflow: hidden;position: relative;top:6px;}
.jt-tu{display: block;width: 19px;height: 6px;position: relative;transition: 0.6s;top: 0;
 -webkit-filter: drop-shadow(#d0211e 0 6px);filter: drop-shadow(#d0211e 0 6px);    
}
.the-box:hover{text-decoration: none;}
.the-box:hover .the-name{color:#d0211e;}
	.the-box:hover .the-tu{transform: rotateY(360deg);transition: 0.6;}
	.the-box:hover .jt-tu{top: -6px;}
	@media(max-width:960px){
		.the-box{width: 31%;max-width: 100%;margin-bottom: 20px;}

	 }
@media(max-width:768px){
		.the-box{width: 48%;}
		
	 }
	 @media(max-width:480px){
		.the-box{width: 100%;}
		
	 }	


/* 首页案例展示 */
.index-case{padding: 0 0;background: url(assets/images/bg2.png) top left repeat;min-height: 662px;max-width: 1920px;width: 100%;margin: 0 auto;}
.index-case .uk-container{max-width: 1920px;}
.incase-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
.incase-left{width: 57%;max-width: 787px;background: rgba(0,0,0,.8);padding-right: 80px;display: flex;align-items: center;align-items: center;justify-content: flex-end;height: 100%;min-height: 662px;}
.incase-left>div{width: 100%;max-width:443px;}
.incase-title{font-size: 50px;color:#d0211e;font-family: "Century Gothic";margin-bottom: 16px;line-height: 58px;font-weight: bold;}
.incase-subtitle{font-size: 28px;color:#ffffff;font-family: "Century Gothic";margin-bottom: 16px;line-height: 34px;}
.incase-desc{font-size: 14px;color:#adadad;font-family: "Century Gothic";margin-bottom: 18px;}

.incase-more{font-size: 18px;color:#fff;margin-top: 40px;display: block;}
.incase-more img{margin-left: 6px;display: inline-block;transition: 0.6s;}
.incase-more:hover{color:#d0211e;text-decoration: none;}
.incase-more:hover img{margin-left: 12px;}
.incaejt-box{width: 19px;height: 6px;overflow: hidden;position: relative;top:6px;}
.incaejt-tu{display: block;width: 19px;height: 6px;position: relative;transition: 0.6s;top: 0;
-webkit-filter: drop-shadow(#d0211e 0 6px);filter: drop-shadow(#d0211e 0 6px);    
}

 .incaejt-more:hover .incaejt-tu{transform: rotateY(360deg);transition: 0.6;}
 .incaejt-more:hover .incaejt-tu{top: -6px;}

.incase-right{width: 43%;max-width: 500px;background: #d0211e;}
.incase-nr1{height: 68%;background: #000000;padding-left: 30px;}
.incase-box{width: 100%;height: 33%;display: block;display: flex;align-items: center;flex-direction: row;border-bottom: 1px solid #616161;}
.incase-box:last-child{border: none;}
.incase-box>div{width: 100%;max-width: 260px;}
.incase-xian{width: 37px;height: 3px;background: #d0211e;}
.incase-name1{font-size: 18px;line-height: 22px;font-weight: bold;transition: 0.6s;font-family: "Century Gothic";color:#fff;margin: 12px 0;}
.incase-desc1{font-size: 14px;line-height: 18px;font-weight: 400;transition: 0.6s;font-family: "Century Gothic";color:#d7d7d7;}
.incase-box:hover{text-decoration: none;}
.incase-box:hover .incase-name1{color:#d0211e;}
.incase-bottom{height: 32%;display: flex;align-items: center;flex-direction: row;padding-left: 30px;}
.incase-more1{font-size: 18px;color:#fff;margin-top: 40px;display: block;}
.incase-more1:hover{color:#ffffff;text-decoration: none;}
@media(max-width:768px){
.incase-left{width: 100%;padding: 20px;}
.incase-left>div{width: 100%;max-width:100%;}
.incase-right{width: 100%;padding: 0;max-width: 100%;}
.incase-nr1{height: auto;padding: 0;}
.incasse-box{max-width: 100%;padding: 0 0;height: auto;}
.incase-box>div{max-width: 100%;padding: 40px 20px;}
.incase-bottom{height: auto;padding: 20px;}
} 



 /* 页尾信息 */
 .footer{background: #f1f1f1;padding:0 ;padding-top:40px;}
 .footer.uk-container{max-width: 1200px;}
 .f-title{font-size: 24px;color:#161616;margin-bottom:20px;line-height: 28px;font-family: "Century Gothic";font-weight: bold;margin-top: 30px;
 text-transform: capitalize;}

 .f-box{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}	
 .f-left{width:25%;border-right: 1px solid #c0c0c0;}
 .flx-name{display: block;color:#161616;line-height: 18px;font-size: 14px;font-family: "Century Gothic";margin-bottom: 15px;
	opacity: 0.8;}
	.flx-name:hover{text-decoration: none;opacity: 1;color:#161616;}
 .f-logo{display: block;}

 .f-center{width:19%;border-right: 1px solid #c0c0c0;}
 
 .f-center a{display: block;color:#161616;line-height: 18px;font-size: 14px;font-family: "Century Gothic";margin-bottom: 14px;
	opacity: 1;}
	.f-center a:before {
		content: "□ ";
		display: inline-block;
		margin-right: 5px;
		position: relative;
		top: -2px;
	}
.f-center a:hover {text-decoration: none;opacity: 1;color:#d0211e;}
 .f-right{width: 44%;}



 
 .sm-nr{display: flex;max-width: 180px;margin: 20px 0;width: 100%;justify-content: space-between;flex-wrap: wrap;}
 .sm-box{width: 100%;position: relative;overflow: hidden;width: 25px;height: 25px;}
 .sm-tu{display: block;position: relative;transition: 0.6s;top: -25px;
	-webkit-filter: drop-shadow(#000000 0 25px);filter: drop-shadow(#000000 0 25px);    
}
 .sm-box a:hover{opacity: 0.8;}	
 




		 .bottom{padding: 14px 0;margin-top: 30px;background: #161616;}
		 .bottom-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
		 .bottom-name{text-align: left;color:#fff;font-size: 14px;line-height: 20px;font-family: "Century Gothic";}
		 .sitemap{text-align: left;color:#fff;font-size: 14px;line-height: 20px;font-family: "Century Gothic";}
			 @media(max-width:960px){
		   .footer{padding:40px 3% 0;}
		  }
		  @media(max-width:768px){ 
			 .f-left{width: 100%;border: none;}
			 .f-center{width: 100%;margin-top: 0;border: none;}
	
			 .f-right{width: 100%;margin-top: 0;}
			 }
	
	 /* 表单 */
	 .biaodan li{margin-bottom: 20px;position: relative;}
	 .xing-box{position: relative;}
	 .xing{color:#ff0000;font-size: 14px;line-height: 16px;position: absolute;left: 12px;top: 14px;}
	 .biaodan li input{width: 100%;height: 44px;font-weight: 400;background:#dedede;padding-left: 14px;
	 border:1px solid #dedede!important;color:#000000;font-size: 16px;font-family: "Century Gothic";}
	 .biaodan li input::-webkit-input-placeholder{color:#646464;font-size: 16px;}
	 .biaodan li textarea{width: 100%;font-weight: 400;background:#dedede;border:1px solid #dedede!important;color:#000000;font-family: "Century Gothic";
	 padding-left: 14px;line-height: 20px;font-size: 16px;
	 }
	 .biaodan li textarea::-webkit-input-placeholder {color: #646464;line-height: 48px;font-weight: 400;font-size: 16px;} 
	 .xing{position: absolute;color:#ff0000;left: 10px;top:14px;}
	 .send{
		 width: 106px!important;
		 height: 32px!important;
		 font-size: 14px;
		 border:1px solid #d33533;
		 background:#d33533;
		 font-family: "Century Gothic";
		 font-weight: bold;
		 transition: 0.8s;-webkit-transition: 0.8s;
		 display: block;
	
		 color:#ffffff;
		 margin: 0 0 0;
	 
	 }
	 .send:hover{background: #000000;color:#ffffff;border:1px solid #000000;}

    /* 内页面包屑 */
	.m-box span{font-size:16px;color:#ffffff;text-decoration: none;line-height:30px;font-weight: 400;text-align: left;
		text-transform: uppercase;}
		   .m-box ol{display: flex;margin: 0;justify-content: start;padding: 0;}
		
		   .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-nr>div{max-width: 1400px;width: 100%;}  
		   .banner-title{text-align: left;font-size: 70px;color:#ffffff;line-height: 52px;font-family: "Century Gothic";
		margin-top: 0;margin-bottom: 0;font-weight: bold;margin-bottom: 20px;
		}
			.banner-xian{width: 50px;height: 3px;background: #fff;margin: 12px auto 12px;}
			.banner-box1{display: flex;justify-content: start;}
			.banner-yuan{width: 21px;height: 21px;border-radius: 50%;border: 6px solid #d0211e;margin-right: 10px;}
		   .banner-subtitle{text-align: left;font-size: 14px;color:#ffffff;line-height: 22px;font-family: "Century Gothic";}
		   /* 假设面包屑的类名为 */
		.m-box {
			list-style: none;
			margin: 0;
			padding: 0;
			padding: 0 3%;
			background: rgba(0,0,0,.6);
			position: relative;
		    margin: -50px auto 0;
			z-index: 2;
          line-height: 50px;
		  width: 100%;
		  max-width: 1920px;

		}
	   
		.breadcrumb li {
			display: inline;
		}
		
		.breadcrumb li+li:before {
			content: '>>'; /* 修改为你想要的分隔符 */
			padding: 0 5px;
			color:#fff;
		}
		.breadcrumb li::after{display: none;}
		@media(max-width:1300px){
			.m-box{background: #d0211e;margin-top: 0;}
		}
		@media(max-width:960px){
			.banner-nr{padding-top: 0;}

		}
		   @media(max-width:768px){
		 .banner-title{text-align: left;font-size: 24px;line-height: 28px;margin-bottom: 10px;}  
		 .banner-subtitle{text-align: left;font-size: 14px;line-height: 16px;} 
		 .top-name p{font-size: 18px;line-height: 20px;}
         .index-title{font-size: 24px;line-height: 28px;}
		 .index-ab .index-subtitle{margin-bottom: 20px;}
		 .banner-xian{margin:5px auto}
		   }
   
  		/* 内页案例展示 */
	  .case-list{padding: 3%;}
	  .case-box{display: block;padding: 10px;border: 1px solid #bfbfbf;transition: 0.6s;}
	  .case-name{text-align: center;margin: 18px 0 8px;font-size: 18px;line-height: 22px;font-family: "Century Gothic";transition: 0.6s;}
      .case-box:hover{text-decoration: none;background: #d0211e;}
	  .case-box:hover .case-name{color:#fff;}
	

    /* 内页公司简介优势	   */
	.abys-nr{margin-bottom: 80px;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.abys-box{width: 22%;max-width: 280px;}
	.abys-title{display: flex;justify-content: center;flex-wrap: wrap;}
	.abys-name{font-size: 60px;line-height: 66px;font-weight: bold;font-family: "Century Gothic";}
	.abys-icon{width: 50px;height: 50px;margin-left: 10px;margin-top: 10px;}
	.abys-desc{font-size: 18px;line-height: 24px;color:#000000;text-align: center;font-family: "Century Gothic";margin-top: 12px;}
	.abys-box:hover .abys-icon{transform: rotateY(360deg);transition: 0.6s;}

     /* 内页公司简介 */
      .ab{padding: 3%;}
	  .ny-title1{text-align: left!important;} 
	  .ny-xian1{margin:10px 0 14px!important;} 
	  .ab-desc{height:296px ;}
  .ab-tu{display: block;width: 100%;}
.a-left::before,.a-right::before{display: none;}
	  .ny-title1{text-align: left!important;} 
.a-left{display: block!important;top: -21px!important;left:calc(100% - 78px)!important;width: 39px!important;height: 33px!important;}
.a-right{display: block!important;top: -21px!important;right: 0!important;width: 39px!important;height: 33px!important;}

 
@media(max-width:960px){ 
	.fac-left{width: 100%;margin-bottom: 40px;}
	.fac-right{width: 100%;}
	.abys-box{width: 48%;max-width: 100%;margin-bottom: 20px;}
}
@media(max-width:760px){ 
	.abys-box{width: 100%;}
}
	 /* 内页工厂展示 */
   .afac{padding: 3%;}
   .afac-box{border-radius: 20px;overflow: hidden;}
   .afac-tu{display: block;width: 100%;}
   .ny-title{font-size: 46px;color:#000000;line-height: 50px;text-align: center;font-weight: bold;font-family: "Century Gothic";margin: 0;}
   .ny-xian{width: 62px;height: 6px;background: #d0211e;border-radius: 3px;margin: 14px auto 50px;}
	 /* 内页证书展示 */
	  .zs{padding: 3%;padding-top: 0;}
	  .zs-tu{width: 100%;}
	  .zs-tubox:hover .zs-tu{transform: rotateY(360deg);transition: 0.6s;}
	
	  .z-left::before,.z-right::before{display: none;}
	  .z-left{display: block!important;left: -7%!important;width: 73px!important;}
	  .z-right{display: block!important;right: -7%!important;width: 73px!important;}
	  /*.zs-box:hover .zs-tu{transform: rotateY(360deg);transition: 0.6s;}*/
	  @media(max-width:1650px){
		  .z-left{left: 2%!important;}
		  .z-right{right: 2%!important;}
	  }
	  

	  @media(max-width:768px){

	}

	/* 内页新闻列表 */
	.news-list{padding:3% 0;}
	.news-list .uk-container{max-width: 1920px;overflow: hidden;}

	.lnews-box{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;max-width: 1660px;margin-bottom: 50px;position: relative;}
	.lnews-left{width: 260px;display: flex;align-items: center;justify-content: center;flex-direction: row;position: relative;overflow: hidden;}
	.lnews-left>div{position: relative;z-index: 10;}
	.lnews-right{width: calc(100% - 260px);background: #f1f1f1;padding: 22px;padding-left: 60px;display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}
	.lnews-left1{width: calc(100% - 440px);max-width: 826px;display: flex;align-items: center;flex-direction: row;}
	.lnews-left1>div{width: 100%;}
	.lnews-name{font-size: 26px;line-height: 30px;color:#323131;font-family: "Century Gothic";margin: 0 0 10px;transition: 0.6s;font-weight: bold;transition: 0.6s;}
	.lnews-xian{width: 100%;height: 1px;background: #c6c6c5;margin-bottom: 10px;transition: 0.6s;}
	.lnews-date{font-size: 16px;line-height: 20px;color:#636363;font-family: "Century Gothic";transition: 0.6s;display: none;margin-bottom: 20px;}
	.lnews-desc{font-size: 16px;line-height: 26px;color:#636363;font-family: "Century Gothic";transition: 0.6s;}
	
     .lnews-more{width: 130px;height: 40px;line-height: 40px;border: 1px solid #2a2d3a;text-align: center;font-size: 14px;color:#2a2d3a;font-weight: bold;transition: 0.6s;margin-top: 10px;} 
	.lnews-right1{width: 425px;}
	.lnews-tu{display: block;width: 100%;}
    .lnews-ri{font-size: 76px;line-height: 80px;color:#000000;font-weight: bold;text-align: center;font-family: "Century Gothic";transition: 0.6s;}
	.lnews-nian{font-size: 20px;line-height: 26px;color:#000000;font-weight: 400;text-align: center;font-family: "Century Gothic";transition: 0.6s;}
	.lnews-left::before{content: '';width: 100%;height: 100%;position: absolute;right: -260px;top: 0;transition: 0.6s;background: #d0211e url(assets/images/nbg.png) bottom left no-repeat;}
	
	.lnews-box:hover{text-decoration: none;}
	.lnews-box:hover .lnews-left::before{right: 0;}
	.lnews-box:hover .lnews-name{color:#ea1b25;}
	.lnews-box:hover .lnews-nian{color:#ffffff;}
	.lnews-box:hover .lnews-ri{color:#ffffff;}
	@media(max-width:1100px){

	.lnews-left{display: none;}
	.lnews-right{width: 100%;padding: 15px;}
	.lnews-date{display: block;}
	}
	@media(max-width:900px){
		.lnews-left1{width: 100%;margin-bottom: 20px;max-width: 100%;}
	.lnews-right1{width: 100%;}
	.lnews-left{display: none;}
	.lnews-right{width: 100%;}
	
	}

	/* 内页新闻详情 */
	.news-page{padding:3%;}
	.xq-box{display: flex;justify-content: center;}
	.xq-title{font-size:50px;line-height: 54px;text-align: center;color:#000000;font-family: "Century Gothic";font-weight: bold;}
	.xq-date{font-size: 16px;color:#666666;text-align: center;line-height: 20px;margin:  0 10px;}
	.xq-xian{width: 100%;height: 1px;background: #d1d1d1;margin: 26px 0 16px;}
	.newsxq-img img{width: 100%;}
	.news-bottom{margin: 26px auto;}
	@media(max-width:900px){
		.xq-title{font-size:28px;line-height: 34px;}
	}
	/*分页 */

	.pr-next{margin:4% 0 0;width:400px;}
	.pr-next>p{width:190px;height: 34px;border:1px solid #000;color:#ffffff;line-height: 32px;text-align: center;font-size: 14px;
		cursor:pointer;background: #000;border-radius: 14px;}
	.pr-next>p:hover{border:1px solid #ea1b25;background: #ea1b25;color:#ffffff;}
	.pr-next>p:hover a{color:#fff;text-decoration: none;}
	.pr-next a{display: block;color:#fff;}
	.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%;}
	}
	


	
/* 内页产品列表 */
.pro{padding: 3% 3%;}
.prnav-box1{width: 100%;position: relative;height: 78px;}
.prnav-box{display: block;background: #141413;padding: 0 10px;display: flex;justify-content: center;position: relative;transition: 0.6s;}
.prnav-left{width: 78px;height: 78px;margin-right: 15px;}
.prnav-right{max-width: calc(100% - 110px);}
.prnav-right{display: flex;align-items: center;flex-direction: row;justify-content: start;}
.prnav-name{color:#fff;font-size:26px;line-height: 30px;text-align: left;font-family: "Century Gothic";}

.prerji-box{width: 100%;position: absolute;left: 0;top: 78px;background: #f1f1f1;z-index: 10;height: 0;transition: 0.6s;overflow: hidden;}
.prerji-name{display: block;width: 100%;font-size: 20px;line-height: 24px;padding: 16px 18px;color:#000;text-align: center;transition: 0.6s;border-bottom: 1px solid #e5e5e5;}
.prerji-name:hover{background: #d0211e;color:#fff;text-decoration: none;}
.prnav-box1:hover .prerji-box{height: auto;}
.prnav-box:hover{background: #d0211e;color:#fff;text-decoration: none;}
/* 一级分类高亮背景色 */
.prnav-box1.active .prnav-box,
li.active > .prnav-box,
.prnav-box1.active .prnav-box {
    background: #d0211e;
}

/* 如果 prnav-box 直接是链接的情况 */
li.active .prnav-box {
    background: #d0211e;
}

/* 保持悬停效果 */
.prnav-box1.active .prnav-box:hover,
li.active .prnav-box:hover {
    background: #d0211e;
    opacity: 0.9;
}


	.in-pr-box{position: relative;overflow: hidden;transition: 0.6s;display: block;}
		.in-pr-imgbox{overflow: hidden;border: 1px solid #e3e3e3;position: relative;transition: 0.6s;}
		.in-pr-img{width: 100%;display: block;margin: 0 atuo;transition: 0.6s;}
		.inpr-fugai{display: flex;align-items: center;flex-direction: row;background: rgba(0, 0, 0, 0.6);position: absolute;
		left: 0;top: 0;width: 100%;height: 100%;justify-content: center;transform: rotateY(90deg);}
		.inpr-more{width: 155px;height: 40px;background: #fff;border-radius: 20px;text-align: center;font-size:16px;text-align: center;
		line-height: 40px;color:#d0211e; font-family: "Century Gothic";}

		
		.in-pr-title{text-align: center;font-size:16px;line-height: 20px;margin: 18px 0 0;color:#000000;transition: 0.6s;
		 font-family: "Century Gothic";
		}
	    .inpr-bottom{padding: 0 16px;}
		.in-pr-box:hover{text-decoration: none;}
		.in-pr-box:hover .inpr-fugai{transform: rotateY(0);transition: 0.6s;}

		.in-pr-box:hover .in-pr-img{transform: scale(1.1);}
		.in-pr-box:hover .in-pr-title{color:#d0211e;}




	 /* 产品详情*/
	.pr-page{padding:3%;padding-bottom: 2%;}
	.pr-tu{display: block;margin-bottom: 20px;border: 1px solid #e5e5e5;width: 100%;}
	.pr-box1{margin-top: 20px;}
	.show{width: 100%;border: 1px solid #ccc;}
	.xiao{border: 1px solid #ccc;}
    .pr-page .uk-active .xiao{border: 1px solid #d0211e;}
    .npr-title{font-size: 40px;line-height: 46px;font-weight: bold;color:#3c3c3c;font-family: "Century Gothic";margin-bottom: 14px;
	}
	.npr-subtitle{font-size: 22px;line-height: 26px;color:#d0211e;font-family: "Century Gothic";}
	.npr-xian{width: 100%;height: 1px;background: #c5c5c5;margin:14px auto 14px ;}
	
	.npr-more{font-size: 16px;line-height: 52px;font-weight: 400;color:#ffffff;font-family: "Century Gothic";border-radius: 26px;
		text-align: center;width: 276px;margin-top: 30px;display: block;background: #d0211e;}
	
	.pr-nr{margin-top: 16px;}
	.pr-bottom{padding: 2% 3%;background: #ffffff;}
    .desc-title{font-size: 26px;line-height: 30px;color:#343434;font-weight: bold;font-family: "Century Gothic";margin-bottom: 20px;}
	.desx-xian{width: 100%;height: 1px;background: #c5c5c5;margin:30px auto;}
	.prdesc-box{margin-bottom: 30px;}
	.app-tu{display: block;width: 100%;}
	.tj-box{padding: 2% 3%;}
	
   .s-left::before,.s-right::before{display: none;}
   .s-left{left:-4%!important;display: block!important;border: none;color:#999999;width: 10px;height: 15px;}
   .s-right{right:-4%!important;display: block!important;border: none;color:#999999;width: 10px;height: 15px;}	
   .s-left:hover{background: none!important;}
   .s-right:hover{background: none!important;}
   .npr-more:hover{background: #000;color:#fff;text-decoration: none;}


     /* 更多产品样式 */
	 .prlist-box{position: relative;overflow: hidden;border: 1px solid #dcdcdc;}
	.prlist-a{display: block;position: relative;overflow: hidden;transition: 0.6s;background: #f9f9f9;padding: 12px;}

	.prlist-img{width: 100%;display: block;margin: 0 atuo;}
	.prlist-img1{position: absolute;left: 0;top:0;width: 100%;}
	.prlist-title{text-align: center;font-size:18px;line-height: 22px;color:#282828;transition: 0.6s;margin-top: 14px;
}
	.prlist-subtitle{text-align: center;font-size:16px;line-height: 20px;color:#282828;transition: 0.6s;margin-top: 12px;height: 20px;
	
	}
	.prlist-more{text-align: center;font-size:14px;line-height: 36px;color:#282828;transition: 0.6s;margin: 12px auto 12px;
    width: 130px;transition: 0.6s;border: 1px solid #a6a6a6;}
   
	.prlist-a:hover{text-decoration: none;background: #c20000;}
	.prlist-a:hover .prlist-img1{animation:big 1s;} 
	.prlist-a:hover .prlist-title{color:#fff;}
	.prlist-a:hover .prlist-subtitle{color:#fff;}
	.prlist-a:hover .prlist-more{color:#fff;border: 1px solid #fff;} 

   @media(max-width:1500px){
	.s-left{display: block!important;left:1%!important;top:50%!important;}
	.s-right{display: block!important;right:1%!important;top:50%!important;}   
	}
	@media(max-width:960px){
	
     .npr-xian1{display: none;}
	 .tj-title{font-size: 20px;line-height: 24px;}
	}
	@media(max-width:768px){

		 .npr-xian1{display: none;}
		 .pr-nav li{width: 48%;}
		}
	/* 联系我们 */
.contact{padding:3% 0 0;}  
.contact .uk-container{max-width: 1920px;}
.c-box{display: flex;justify-content: space-between;flex-wrap: wrap;max-width: 1920px;}
.c-left{width:40%;background: #030301;display: flex;align-items: center;flex-direction: row;justify-content: end;min-height: 683px;padding-left: 20px;}
.c-left>div{max-width: 440px;padding-right: 30px;}

.c-title{font-size: 50px;line-height: 54px;margin-bottom: 12px;color:#ffffff;font-weight: bold;
font-family: "Century Gothic";}
.c-xian{width: 47px;height: 8px;background: #d0211e;border-radius: 4px;margin-bottom: 20px;}
.c-subtitle{font-size: 50px;line-height: 54px;margin-bottom: 12px;color:#030301;font-weight: bold;
	font-family: "Century Gothic";}
	.c-gs{font-size: 14px;color:#010101;font-weight: 400;	font-family: "Century Gothic";line-height: 18px;margin-bottom: 20px;}



.c-right{width: 60%;display: flex;align-items: center;flex-direction: row;justify-content: left;background-color: #f1f1f1;padding-left: 66px;
   max-height: 580px;
}
.c-right>div{max-width: 710px;width: 100%;}
.c-name{font-size: 36px;line-height: 40px;margin-bottom: 40px;color:#000000;text-transform: uppercase;
	font-family: "HELVETICANEUELTPRO-BD";}
.clx-box{display: flex;justify-content: space-between;margin-bottom: 30px;max-width: 336px;}
.clx-iconbox{width: 31px;display: flex;margin-top: 3px;}
.clx-icon{width: 31px;height: 31px;position: relative;top: 2px;}
.clx-textbox{width: calc(100% - 45px);}
.clx-name{font-size: 18px;line-height: 38px;color:#ffffff;display: block;font-family: "Century Gothic";}
.clx-name:hover{text-decoration: none;color:#ea1b25;}
.qr-tu{width: 100%;display: block;border: 1px solid #8d8d8d;
border-radius: 20px;

}
.qr-name{font-size: 20px;text-align: center;line-height: 24px;margin-top: 10px;}
.map{padding: 3%;padding-top: 0;}
.map-box{padding: 26px;background: #fff;margin-top: -60px;position: relative;z-index: 10;}

 .c-box li input{background: #fff!important;border: 1px solid #fff!important;}
 .c-box li textarea{background: #fff!important;border: 1px solid #fff!important;}
 .c-box  .send{width: 245px!important;height: 45px!important;line-height: 45px!important;font-size: 18px!important;}

  @media(max-width:960px){
	
  .contact{padding:3% 3%;}  
  .c-left{width:100%;float: none;margin-bottom: 20px;padding: 20px;min-height: auto;justify-content: start;}
  .c-left>div{max-width: 100%;}
  .clx-box{max-width: 100%;}
 .c-right{width:100%;float: none;padding: 20px;display: block;max-height: auto;}
.c-title{font-size: 24px;line-height: 28px;}
.c-subtitle{font-size: 24px;line-height: 28px;}
.map-box{margin-top: 30px;}
  }

  .c-box fieldset{display:none;}
  .f-right fieldset{display:none;}
	


/* wordpress分页 */
.pagination{margin: 30px auto 0;display: flex;justify-content: center;}
.page-numbers{padding: 4px 10px;border: 1px solid #ccc;margin: 0 4px;color:#000;}
.pagination span{background: #ea1b25;color:#fff;border: 1px solid #ea1b25;}


.f-right .wpcf7-response-output{color:#000;margin-top:10px;}


/* 修复WordPress对齐类缺失的样式 */
.aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
}

.alignleft {
    float: left;
    margin-right: 1em;
    clear: none;
}

.alignright {
    float: right;
    margin-left: 1em;
    clear: none;
}

/* 确保图片居中 */
img.aligncenter {
    display: block;
    margin: 0 auto;
}

/* 确保文字居中 */
p[style*="text-align: center"] {
    text-align: center !important;
}