/*
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: 'Avenir-Book-4';
    src : url('Avenir-Book-4.otf'); 
}

@font-face{
    font-family: 'Avenir-Medium-6';
    src : url('Avenir-Medium-6.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: 1200px;}
	 /* 搜索 */
	  .header-search{position: relative;display: flex;align-items: center;flex-direction: row;width:190px;}
	  .sousuo-box1{height:36px;width:190px;border:1px solid #dcdcdc;background:none;border-radius: 18px;
	  z-index: 99;}
	  .sousuo-box1>input{width:calc(100% - 50px);float:left;height: 36px;line-height: 36px;padding-left: 8px;
	  background:none;float:left;color:#000;border:none;}
	  .sousuo-box1>input::-webkit-input-placeholder{color:#909090;padding-left: 15px;}
	  .sousuo-box1>button{width:21px;float:right;border:none;background: none;float:right;margin-top: 6px;margin-right:16px;}
	  .search-icon1{display: none;}

    .lar-box{display: flex;justify-content: space-between;width:82px;padding-top: 5px;} 
	.logo{display: block;max-width: 247px;} 

  /* 顶部信息 */
  .hed{background:#c70015 ;padding: 8px 10px;}
  .hed-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
  .hed-left{width:calc(100% - 240px);display: flex;align-items: center;flex-direction: row;max-width: 500px;justify-content: right;}
  .hed-right{width: 220px;display: flex;justify-content: space-between;flex-wrap: wrap;}
  .gs-name{font-size: 16px;line-height: 26px;color:#fff;font-family: "MONTSERRAT-LIGHT";}
  .hed-lxbox{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
  .hed-lx{color:#fff;font-size: 16px;line-height: 26px;font-family: "HELVETICA-LIGHT";}
  .hed-icon{margin-right: 6px;width: 26px;height: 26px;}
  .hed-lx:hover{text-decoration: none;color:#fff;}
  .sm-nr{display: flex;align-items: center;flex-direction: row;width: 220px;margin: 0 0 0;}
  .sm-box{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
  .sm-box a{display: block;transition: 0.6s;}
  .sm-box a:hover{opacity: 0.8;}	
	@media(max-width:960px){  
	  .hed-xian{display: none;}
	  
	}

	/* 导航样式 */
	    .header{padding:20px 3%;z-index:10;background: #ffffff;}
		.header .uk-container{max-width: 1400px;}
		.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-left{width: 24%;}
		.logo{}
		.logo-box{display: flex;align-items: center;flex-direction: row;}
		.logo-name{font-size: 20px;color:#2d2d2d;line-height: 24px;}
		
		
		.nav-center{width:calc(74% - 200px);display: flex;align-items: center;flex-direction: row;justify-content: center;padding: 0 0;}
		.nav-right{width:190px;display: flex;align-items: center;flex-direction: row;}
		.nav-right1{justify-content: space-between;width: 100%;display: flex;}
		.uk-navbar-nav{justify-content: space-between;display: flex;width: 100%;}
		.uk-navbar-nav>li{padding: 0 0;margin-right: 50px;}
		.uk-navbar-nav>li>a{color:#000000;line-height:36px;font-size: 18px;font-weight: bold;position: relative;height: 36px;
		padding: 0;text-transform: uppercase;
		}
		.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:#c70015;background: none;border-bottom: 2px solid #c70015;}
		
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color: #c70015!important;background: none;}
	
		.uk-navbar-toggle{margin-left: 20%;margin-top: 3%;}
		.nav-zuo>a{display: block;width: 100%;line-height:24px;text-align: left;font-size: 18px;margin-bottom: 6px;
		 padding-left: 10%;color:#ffffff;text-transform: uppercase;color:#fff;} 
		.erji{font-size: 14px!important;padding-left: 10%!important;color:#ccc!important;margin-bottom: 2px!important;line-height: 24px!important;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;
	text-align:left;
  }
  
  .nav-center .uk-nav-default > li > a:hover {
	text-decoration: none;
	background: #c70015; /* 或 #093288 */
	color: #fff; /* 蓝色版本改为 #fff */
	padding-left: 25px;
	border-bottom-color: #c70015; /* 或 #093288 */
  }
  
  .nav-center .uk-nav-default > li > a:hover::before {
	content: "→";
	position: absolute;
	left: 5px;
	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:1200px){  
			
			.uk-navbar-nav>li{margin: 0;padding: 0 16px;}
			
			.logo-box{width: 100%;}
			.logo-name{text-align: left;width: 100%;font-size: 16px;}
		
			
		/* .uk-navbar-nav>li>a{color:#000} */
		/* .header-search{background: #a5a5a5;} */
		  }
		  @media(max-width:900px){  
			.nav-left{width: 100%;}
			.logo{margin: 0 auto 5px;}
			.logo-name{text-align: center;}
			.nav-center{width: calc(100% - 200px);}
		  }
	    @media(max-width:768px){  
		.hed-right{width: 100%;text-align: center;}
		.hed-lx{margin-bottom: 5px;}
		.hed-left{width: 100%;}
	    .header{padding: 0;position: relative;}
		.nav-right{width: 120px;background: #27282c;}
		.lar-box{padding-top: 0;}
		.header-search{display: none;}
		.nav-center{padding: 0;background: #27282c;display: block;max-width: 100%;width: 100%;}
		.header>.uk-container{padding: 0;}
		.sousuo-box1{display: none;}
		.uk-navbar-toggle{margin-top: 0;background: #c70015!important;margin-left: 0;color:#fff;}	 
		}

 

		/* 首页产品中心 */
		.index-cat{padding:3%;}	
		.index-title{font-size: 36px;color:#000000;font-family: "Avenir-Medium-6";text-align: center;text-transform: uppercase;
		margin: 0 0 16px;font-weight: bold;
		}
		.index-subtitle{font-size: 12px;line-height: 16px;color:#333333;font-family: "Avenir-Book-4";text-align: center;
			text-transform: uppercase;letter-spacing: 5px;
		}
        .xian-box{width:88px;margin:16px auto 50px;overflow: hidden;}
		.xian{width: 50%;height:6px;background: #313131;float: left;}
		.xian1{width: 50%;height:6px;background: #b5b5b5;float: right;}

	   .ipr-navbox1{position: relative;display:flex;justify-content: center;margin-bottom: 30px;

	 }
	   .ipr-navbox{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;max-width: 1600px;}
	   .ipr-navname{margin-bottom: 12px;width: calc(33% - 10px);height: auto;background: #535353;position: relative;
	 display: flex;justify-content: center;align-content: center;flex-direction: row;align-items: center;
	 }
	   .ipr-navbox .uk-active{color:#ffffff;background: #c70015;}
	   .ipr-navbox .uk-active::before{border-top: 12px solid #c70015;}
	   .ipr-navname {color:#fff;}
	   .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:#fff;background:none;font-family: "Avenir-Book-4";
	align-items: center;flex-wrap: wrap;padding: 15px 0;
	}
	.ipr-navname a p{color:#fff;}
	.ipr-navname::before{
		content:' ';position:absolute;
		width: 0;
	  height: 0;
	  border-top: 0 solid #c70015;
	  border-right: 8px solid transparent;
	  border-left: 8px solid transparent;
		  bottom: -12px;
	  left: calc(50% - 8px);      
	}
	.ipr-navname:hover::before{ border-top: 12px solid #c70015;}
	.ipr-navname:hover a{text-decoration:noen;color: #c70015;background: #c70015;}
	.ipr-navname:hover .category-icon{top:-100%;}
	.ipr-nr{margin: 0 auto;}
	.inpr-box{display: block;position: relative;overflow: hidden;background: #f7f7f7;transition: 0.6s;
		-moz-box-shadow:0px 0px 10px #c9c9c9; -webkit-box-shadow:0px 0px 10px #c9c9c9; box-shadow:0px 0px 10px #c9c9c9;
	}
 	.inpr-name{color:#000000;font-size: 16px;line-height: 20px;text-align: center;transition: 0.6s;padding: 0 20px;height: 50px;
	 margin-top: 14px;font-family: "Avenir-Book-4";display: flex;justify-content: center;align-items: center;flex-direction: column;
	   }
	   .inpr-tubox{width: 100%;transition: 0.6s;background: #fff;overflow: hidden;}
	   .inpr-tu{width: 100%;transition: 0.6s;}
	   .inpr-box:hover{text-decoration: none;
	
	   }
	   .inpr-box:hover .inpr-tu{transform: scale(1.1,1.1);}
	   .inpr-box:hover .inpr-name{color:#c70015;}
	   .p-left::before,.p-right::before{display: none;}
	   .p-left{left:-3%!important;display: block!important;border: none;width: 24px;height: 24px;}
	   .p-right{right:-3%!important;display: block!important;border: none;width: 24px;height: 24px;}	
	   .p-left:hover{background: none!important;}
	   .p-right:hover{background: none!important;}
	
	   @media(max-width:1500px){
		.p-left{display: block!important;left:1%!important;top:50%!important;}
		.p-right{display: block!important;right:1%!important;top:50%!important;}   
		}
	 
		   @media(max-width:700px){
			 .ipr-navname{width: 100%;margin-bottom: 22px;}
			 .ipr-navbox1{padding-bottom: 0px;border-bottom: none;}
			 .ipr-navbox{margin: 16px auto 10px;}
		   }
		



/* 首页公司简介 */
.index-ab{background: #eeeeef;padding: 3%;}
.index-ab .index-title{text-align: left;margin-top: 40px;}
.index-ab .index-subtitle{text-align: left;}
.index-ab .xian-box{margin:16px 0;}
.iab-desc{margin-top: 20px;overflow:hidden;overflow-y: auto;padding-right:30px;height:200px;}
.iab-desc::-webkit-scrollbar {background: #e5e5e5;width: 12px;border-radius: 6px;}
.iab-desc::-webkit-scrollbar-thumb {background: #c70015;border-radius: 6px;}
.iab-more{display: block;margin-top: 10px;}
.inys-nr{margin-top: 12%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.ings-box{ 
width: 23%;padding: 32px 20px 20px 26px;background: rgba(255, 255, 255, 0.2);border: 1px solid #fff;transition: 0.6s;
}
.ings-tubox{display: flex;justify-content: space-between;}

.ings-tu{display: block;width: 36px;height: 36px;margin-top: 10px;}
.ings-title{font-size: 46px;line-height: 50px;text-align: left;color:#ffffff;
	transition: 0.6s;width: calc(100% - 40px);font-weight: bold;}
	.ings-title span{font-size: 20px;color:#fff;font-weight: 400;}
.ings-desc{font-size: 16px;line-height: 24px;text-align: left;color:#fff;transition: 0.6s;}
.ings-box:hover{background:#c70015;border: 1px solid #c70015;}
.ings-box:hover .ings-tu{transform: rotateY(360deg);transition: 0.6s;}
@media(max-width:960px){
	
 }
		

/* 首页案例 */
.index-case{padding: 3%;}
.incase-tu{display: block;width: 100%;}
.incase-name{text-align: center;margin-top: 14px;}
.incase-box:hover{text-decoration: none;}

  /* 首页优势 */
  .index-the{padding:3% 3%;background: #ffff;}
  .the-box{display: block;width:183px;margin: 0 auto;}
  .yy{position: absolute;left: 27px;top: 0;}
   .the-tubox{position: relative;}
   .the-tu{width: 79px;height: 79px;transition: 0.6s;display: block;margin: 0 auto;position: relative;z-index: 10;}
    .the-name{font-size: 16px;line-height: 20px;font-family: "Avenir-Medium-6";color:#333333;text-align: center;
	margin: 28px 0 6px;
	}
	.the-desc{font-size: 12px;line-height: 16px;color:#333333;height: 64px;text-align: center;}
	.the-box:hover .the-tu{transform: rotateY(360deg);transition: 0.6;}
	/* 首页新闻展示 */
    .index-news{padding: 3% 3%;}
    .inews-box{display: block;overflow: hidden;transition: 0.6s;}
	.inews-tu{width: 100%;}
	.inews-subname{font-size: 12px;line-height: 24px;font-family: "Avenir-Book-4";color:#fff;background: #c70015;
	text-align: center;width: 160px;margin: -12px auto 10px;position: relative;z-index:2;text-transform: uppercase;
	}
	.inews-name{text-align: center;font-size: 16px;line-height: 20px;font-family: "Avenir-Medium-6";margin-bottom: 10px;
	font-weight: bold;transition: 0.6s;}
	.inews-date{font-size: 14px;line-height: 16px;text-align: center;color:#666666;margin-bottom: 10px;}
	.inews-desc{font-size: 14px;line-height: 26px;text-align: center;color:#444444;}
	.inews-more{display: block;font-size: 12px;line-height: 24px;color:#fff;background: #535353;text-align: center;
	text-transform: uppercase;transition: 0.6s;margin: 14px auto 0;width: 120px;
	}
	.inews-box:hover{text-decoration: none;transform: translateY(-10px);}
	.inews-box:hover .inews-more{background: #c70015;}
	.inews-box:hover .inews-name{color: #c70015;}
   /* 页尾信息 */
	.footer{background:url(assets/images/fbg.jpg);padding:0 ;padding-top:40px;}
	.f-top{padding-bottom: 12px;border-bottom: 1px solid #fff;margin-bottom: 40px;display: flex;justify-content: space-between;
	flex-wrap: wrap;}
	.ft-left{width: 213px;}
	.ft-right{width: calc(100% - 230px);
	display: flex;align-items: center;flex-direction: row;
	}
	.ft-right>div{	display: flex;justify-content: end;width: 100%;}
	.flx-name{display: block;color:#fff;line-height: 20px;font-size: 14px;margin-left: 15px;display: block;}
	.flx-name img{position: relative;top: -2px;}
	.flx-name:hover{text-decoration: none;opacity: 1;color:#fff;}
	.f-title{font-size: 20px;color:#ffffff;margin-bottom:14px;line-height: 28px;font-family: "Avenir-Medium-6";
	}
	.f-xian{width: 100%;height: 1px;background: rgba(255,255,255,.6);margin-bottom: 20px;}
	.f-box{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}	
	.f-left{width:22%;}
	.f-center{width:22%;}

	.f-left a{display: block;color:#fff;line-height: 20px;font-size: 16px;;margin-bottom: 15px;
		opacity: 0.7;}
	.flx-name1{display: block;color:#fff;line-height: 20px;font-size: 16px;margin-bottom: 15px;
			opacity: 0.7;}
	   
	.f-left a:hover {text-decoration: none;opacity: 1;color:#fff;}
    .flx-name1:hover {text-decoration: none;opacity: 1;color:#fff;}
	.f-right{width: 46%;}
	.sm-nr{display: flex;justify-content: center;flex-wrap: wrap;width: 100%;}
	.sm-box{display: block;margin: 0 15px;width: 41px;}
		    .bottom{padding: 14px 0;margin-top: 30px;background: #c70015;}
			.bottom-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
			.bottom-name{text-align: left;color:#fff;font-size: 14px;line-height: 20px;}
			.sitemap{text-align: left;color:#fff;font-size: 14px;line-height: 20px;}
			    @media(max-width:960px){
	          .footer{padding:40px 3% 0;}
			 }
			 @media(max-width:768px){ 
				.ft-left{width: 100%;}
				.f-logo{display: block;margin: 0 auto 20px;}
				.ft-right{width: 100%;}
				.f-left{width: 48%;}
				.f-center{width: 48%;}
				.f-right{width: 100%;margin-top: 22px;}
				}
				@media(max-width:560px){ 
					.f-left{width: 100%;}
					.f-center{width: 100%;margin-top: 22px;}
					.f-center1{width: 100%;margin-top: 22px;}
					.f-right{width: 100%;margin-top: 22px;}
					}
			/* 表单 */
			.biaodan li{margin-bottom: 15px;position: relative;}
			.biaodan li input{width: 100%;height: 50px;font-weight: 400;background:rgba(255,255,255,1);
			border:none!important;color:#000;padding-left: 16px;font-size: 14px;}
			.biaodan li input::-webkit-input-placeholder{color:#888888;font-size: 14px;}
			.biaodan li textarea{width: 100%;font-weight: 400;background:rgba(255,255,255,1);border:none!important;color:#000;
			padding-left:16px;line-height:20px;font-size:16px;
			}
			.biaodan li textarea::-webkit-input-placeholder {color: #888888;line-height: 50px;font-weight: 400;font-size: 14px;} 
			.xing{position: absolute;color:#ff0000;left: 10px;top:14px;}
			.send{
				width: 106px!important;
				height: 32px!important;
				font-size: 14px;
				background:#ba0719;
				font-weight: bold;
				border:none;
				transition: 0.8s;-webkit-transition: 0.8s;
				display: block;
				color:#ffffff;
				margin: 10px 0 0;
	
			}
			.send:hover{background: #000;color:#fff;border:1px solid #000;}

    /* 内页面包屑 */
	.m-box span{font-size:16px;color:#333333;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: center;font-size: 48px;color:#ffffff;line-height: 52px;text-transform: uppercase;
		margin-top: 0;margin-bottom: 0;
		}
			.banner-xian{width: 50px;height: 3px;background: #fff;margin: 12px auto 12px;}
		   .banner-subtitle{text-align: center;font-size: 14px;color:#ffffff;line-height: 28px;}
		   /* 假设面包屑的类名为 */
		.m-box {
			list-style: none;
			margin: 0;
			padding: 0;
			padding: 6px 3%;
			background: #eeeeee;
			border-top: 1px solid #eeeeee;
		}
	
		.breadcrumb li {
			display: inline;
		}
		
		/* .breadcrumb li+li:before {
			content: '>>'; 
			padding: 0 5px;
			color:#333333;
		}  */
		  @media(max-width:768px){
		 .banner-title{text-align: center;font-size: 20px;line-height: 24px;margin-bottom: 10px;}  
		 .banner-subtitle{text-align: center;font-size: 14px;line-height: 16px;} 
		 .top-name p{font-size: 18px;line-height: 20px;}

		   }
   
  
	
     /* 内页公司简介 */
    .about{padding: 3% 3%;}
	.ab-name{font-size: 36px;color:#333333;font-family: "Avenir-Book-4";text-align: left;text-transform: uppercase;
	 margin: 20px 0 0;line-height: 42px;font-weight: bold;
	}

	.ab-desc{margin-top: 20px;overflow:hidden;overflow-y: auto;padding-right:10px;height:240px;}
	.ab-desc::-webkit-scrollbar {background: #e5e5e5;width: 12px;border-radius: 6px;}
	.ab-desc::-webkit-scrollbar-thumb {background: #c70015;border-radius: 6px;}
   
	.video{padding: 3% 3%;}	
	.factory-show{padding: 2% 3%;}
	/*内页案例列表 */
	.case-list{padding:3%;}
	.case-name{font-size: 18px;line-height: 22px;transition: 0.6s;color:#333333;transition: 0.6s;text-align: center;
		font-family: "Avenir-Medium-6";font-weight: bold;margin: 12px 0;}
	.case-more{font-size: 12px;line-height: 24px;font-family: "Avenir-Book-4";color:#fff;background: #535353;margin: 0 auto;
			text-align: center;width: 120px;text-transform: uppercase;transition: 0.6s;
	}
	.case-box:hover{text-decoration: none;}
	.case-box:hover .case-more{background:#c70015;}
    .ys{padding: 1% 3%;}
	.ys-box{ 
    position: relative;
	}
	.ys-tu{display: block;width: 100%;}
	.ys-fugai{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 0 20px;display: flex;align-items: end;flex-direction: row;
	padding-bottom: 26px;
	}
	.ys-fugai>div{width: 100%;}
	.ys-name{color:#fff;font-size: 16px;line-height: 20px;font-weight: bold;font-family: "Avenir-Book-4";height: 20px;}
	.ys-xian{width: 80px;height: 1px;background: #fff;margin: 12px 0;}
	.ys-desc{color:#fff;font-size: 16px;line-height: 30px;height: 60px;height: 0;transition: 0.6s;}
	.ys-box:hover .ys-desc{height: 60px;}
	/* 内页案例详情 */
	.case-page{padding: 3% 3%;}
    .casexq-title{text-align: left;font-weight: bold;font-size: 30px;color:#333333;font-family: "Avenir-Medium-6";
		line-height: 36px;margin-bottom: 16px;}
		.case-nr{margin: 20px auto;}
		.casexq-tu{display: block;margin: 0 auto;}
	/*内页新闻列表 */
	.news-list{padding:3%;}
	.lnews-box{display: flex;justify-content: space-between;flex-wrap: wrap;transition: 0.6s;background: #ffffff;
   border-radius: 20px;padding-right: 24px;transition: 0.6s;
   }
	  .lnews-tu{width: 390px;overflow: hidden;}
	  .lnews-tu img{display: block;width: 100%;}
	  .lnews-right{width: calc(100% - 420px);display: flex;align-items: center;flex-direction: row;transition: 0.6s;
	  border-left: none;}

 
	  .lnews-name{font-size: 18px;line-height: 22px;transition: 0.6s;color:#333333;transition: 0.6s;
	 font-family: "Avenir-Medium-6";font-weight: bold;
	 }
	 .lnews-date{font-size: 16px;line-height: 20px;transition: 0.6s;color:#666666;transition: 0.6s;
		 font-family: "Avenir-Book-4";margin: 16px 0;
		 }
	  .lnews-desc{font-size: 16px;line-height: 30px;transition: 0.6s;color:#444444;margin: 0;} 
	  .lnews-more{font-size: 12px;line-height: 24px;font-family: "Avenir-Book-4";color:#fff;background: #535353;margin-top: 16px;
		text-align: center;width: 120px;text-transform: uppercase;transition: 0.6s;
		}
	 
	  .lnews-box:hover{text-decoration: none;background: #f8f8f8;}
	  .lnews-box:hover .lnews-name{color:#c70015;}
	  .lnews-box:hover .lnews-more{background:#c70015;}
	  @media(max-width:768px){
	   .lnews-box{padding: 0;}
		 .lnews-tu{width: 100%;}
		 .lnews-right{width: 100%;padding: 16px;}
	   
		 .lnews-name{width: 100%;margin-bottom: 12px;}
		 .lnews-date{width: 100%;text-align: left;}
		 .lnews-more{margin-left: 0;margin-top: 10px;}
		   }

	/*分页 */
	.pr-next{margin:4% auto 0;width:400px;}
	.pr-next>p{width:190px;height: 35px;border:1px solid #333333;color:#333333;line-height: 33px;text-align: center;font-size: 14px;
		cursor:pointer;background: #fff;}
	.pr-next>p:hover{border:1px solid #c20000;background: #c20000;color:#ffffff;}
	.pr-next>p:hover a{color:#fff;text-decoration: none;}
	.pr-next a{display: block;color:#333333;}
	.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%;}
	}
	
/* 内页新闻详情 */
.news-page{padding: 3% 3%;}
.xq-title{text-align: center;font-weight: bold;font-size: 30px;color:#333333;font-family: "Avenir-Medium-6";
line-height: 36px;}
.xq-date{font-size: 16px;color:#666666;line-height: 20px;text-align: center;margin: 20px 0;}
.news-bottom{margin-bottom: 30px;}

/* 内页产品列表 */
.pro{padding: 3% 3%;}
.nypr-box{background: #c70015;padding: 10px 0;}
.nypr-title{font-size: 24px;text-align: center;color:#ffffff;font-weight: bold;margin-bottom: 8px;margin-top: 8px;
text-transform: uppercase;}

   .pro-left ul li {display: block;text-align: left;}
   .pro-left ul li a {display: block;font-size: 16px;color: #010101;}
	   .lei-list{background: none;;}
	   .lei-list .uk-accordion{margin-top: 4px;} 
	   .lei-list div .lei-name{background: #e9e9e9;margin-bottom: 0;padding: 0 24px;display: block;}
	   .lei-list div .lei-name p{font-size:16px;line-height:20px;color:#161616;padding: 10px 0;
   text-align: left;border-bottom: 1px solid #d8d8d8;
	   }
	   .pro .uk-accordion-content > :last-child p{border: none;}
	   .lei-list div .lei-name p>span{position: relative;top: -3px;margin-right: 6px;}
	   .lei-list div .lei-name1 p{color:#c70015!important;} 
	   .nav-box2{padding-bottom: 0;background: none;}
	   .nav-box1{overflow:hidden;height:0;position:relative;}
	   .lei-list h3{padding: 12px 14px;position:relative; text-align: left;background: #f2f2f2;
	 color:#333333; line-height:32px;font-size: 18px;margin-bottom: 0;
	   
	   }
	   .lei-list h3 img{position: absolute;right: 16px;top: 22px;}
	  .lei-list h3:hover{cursor: pointer;}
	   .nav-box3{margin-bottom:0;position: relative;	margin-bottom: 4px; }
		
	   .nav-box3 .uk-active img{transform: rotateZ(90deg);}
	.lei-list .uk-active1 h3{color:#fff!important;background: #c70015;}
	.uk-accordion-content{padding:0!important;;}
.lpr-box{display: block;}
.lpr-tubox{overflow: hidden;border: 1px solid #ccc;position: relative;}
.lpr-tu{display: block;width: 100%;}
.lpr-tu1{display: block;width: 100%;position: absolute;left: 0;top: 0;}
.lpr-name{font-size: 18px;line-height: 22px;text-align: center;margin: 16px 0 16px;font-family: "MONTSERRAT-LIGHT";color:#282828;}


.lpr-box:hover{text-decoration: none;}

.lpr-box:hover .lpr-tu1{
	animation-name: big;-webkit-animation-name: big;
	-webkit-animation-duration: 0.7s;animation-duration: 0.7s; 
}
.lpr-box:hover .lpr-name{color:#c70015;}




	 /* 产品详情*/
	 .pr-page{padding:3%;}
	 .pr-tu{display: block;margin-bottom: 20px;border: 1px solid #e5e5e5;width: 100%;}
	 .pr-box2{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .pr-box1{width: 133px;}
	 .showactive img{border: 1px solid #c70015;}
	 .show-box{width: calc(100% - 143px);}
	 .show{display: block;border: 1px solid #ccc;width: 100%;}
	 .xiao{border: 1px solid #ccc;}
 
	 .npr-title{font-size: 30px;line-height: 34px;font-weight: 400;color:#333333;font-family: "Avenir-Medium-6";
	font-weight: bold;}
	.npr-xian1{width: 50px;height: 5px;background: #c70015;margin:14px 0 20px ;}
	 .npr-xian{width: 50px;height: 5px;background: #c70015;margin:14px auto 30px ;}
	 .npr-subtitle{font-size: 18px;line-height: 20px;color:#040000;}
	 .npr-more{font-size: 24px;line-height: 28px;font-weight: bold;color:#000000;margin:40px 0 20px;
		 text-align: left;width: 240px;}
		 .npr-moretu{display: block;}
	 .pr-nr{margin-top: 16px;}
	 .pr-bottom{padding: 1% 3%;}
	 .pr-pisc{margin-top: 40px;}
	 .pr-pisc img{border: 1px solid #ccc;}
	 .tj-box{padding: 1% 3%;}
	 .tj-title{margin-bottom: 20px;font-size: 24px;text-transform: uppercase;margin: 0;font-weight: 400;}
	 .tj-box .uk-slider-item{padding-bottom: 30px;}
	 .fugai-box{position: relative;}
	 .fugai{width: 100%;height: 100%;background: rgba(0,0,0,.6);position: absolute;left:0;top: 0;
     display: flex;flex-direction: row;justify-content: center;align-items: center;}
	.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;}
 
 
	  /* 更多产品样式 */
	  .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){
	 .pr-bottom{margin-top: 30px;}
	 .pr-box1{width: 100%;margin-bottom: 30px;}
	
	 .show-box{width: 100%;}
 
	 }
	 
	
	/* 联系我们 */
.contact{padding:3%;}  
.c-titlebox{display: flex;justify-content:start;flex-wrap: wrap;margin-bottom: 26px;}
.con-tu{display: block;margin-right: 16px;width: 144px;height: 34px;}
.c-title{font-size: 30px;line-height: 36px;margin: 0;color:#333333;font-weight: bold;
font-family: "Avenir-Medium-6";}

.c-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 30px;}
.c-left{width:42%; display: flex;align-items: center;flex-direction: row;padding-bottom: 30px;}
.c-left fieldset{display:none;}
.f-right fieldset{display:none;}
.c-right{width: 56%;}

.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: 16px;}
.clx-iconbox{width: 30px;}
.clx-icon{width: 30px;height: 30px;position: relative;top: 0px;}
.clx-name{width: calc(100% - 45px);font-size: 18px;line-height: 28px;color:#333333;display: block;}
.clx-name:hover{text-decoration: none;color:#c70015;}
.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;}

 


  @media(max-width:960px){
  .c-left{width:100%;float: none;}
 .c-right{width:100%;float: none;display: block;}

  }
	@media(max-width:768px){
   .index-title{font-size:22px;line-height:26px;}
 
	}
	 
	 /* 联系我们表单 */
	 .biaodan1 li{margin-bottom: 25px;position: relative;}
	 .biaodan1 li input{width: 100%;height: 56px;font-weight: 400;background:#ffffff;
	 border:1px solid #d2d2d2!important;color:#000;padding-left: 24px;font-size: 16px;}
	 .biaodan1 li input::-webkit-input-placeholder{color:#949494;font-size: 16px;}
	 .biaodan1 li textarea{width: 100%;font-weight: 400;background: #fff;border:1px solid #d2d2d2!important;color:#000;
	 padding-left: 24px;line-height: 20px;font-size: 16px;
	 }
	 .biaodan1 li textarea::-webkit-input-placeholder {color: #949494;line-height: 56px;font-weight: 400;font-size: 16px;} 
	 .xing1{position: absolute;color:#ff0000;left: 10px;top:22px;}
	 .xing-box{position: relative;}
	 .send1{
		 width: 160px!important;
		 height: 46px!important;
		 font-size: 18px;
		 border:none;
		 background: #c70015;
		 font-weight: 400;
		 transition: 0.8s;-webkit-transition: 0.8s;
		 display: block;
		 color:#fff;
	
	 }
	 .send1:hover{background: #000;color:#fff;}


/* 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: #c70015;color:#fff;border: 1px solid #c70015;}


.f-right .wpcf7-response-output{color:#fff;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;
}