/*
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: 'A-AVANTEINT-2';
    src : url('A-AVANTEINT-2.TTF'); 
}
@font-face{
    font-family: 'HELVETICANEUE-01';
    src : url('HELVETICANEUE-01.TTF'); 
}


@font-face{
    font-family: 'MinionPro-Bold';
    src : url('MinionPro-Bold.otf'); 
}

@font-face{
    font-family: 'HelveticaNeueLTPro-Bd';
    src : url('HelveticaNeueLTPro-Bd.otf'); 
}

@font-face{
    font-family: 'Swis721 BT Bold';
    src : url('Swis721 BT Bold.ttf'); 
}

@font-face{
    font-family: 'HELVETICA-LIGHT_0';
    src : url('HELVETICA-LIGHT_0.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;}
		 .sousuo-box1{height:34px;width:220px;border:none;border:none;background:rgba(0,0,0,.8);position: absolute;right: 0;bottom:-60px;
		 z-index: 99;right:0;margin:0 auto;}
		 .sousuo-box1>input{width:calc(100% - 40px);float:left;height: 34px;line-height: 34px;padding-left: 8px;
		 background:none;float:left;color:#fff;border:none;}
		 .sousuo-box1>input::-webkit-input-placeholder{color:#fff;}
		 .sousuo-box1>button{width:23px;float:right;border:none;background: none;float:right;margin-top: 6px;margin-right:8px;}
		 .search-icon1{display: none;}
	.logo{display: block;max-width: 247px;} 

  

	/* 导航样式 */
	    .header{padding:20px 3%;z-index:10;position: absolute;width: 100%;top: 0;left: 0;border-bottom: 1px solid #fff;
background: linear-gradient(135deg,  rgba(0,64,255,0.8) 0%,rgba(17,49,94,0.8) 100%);

		}
		.header .uk-container{max-width: 1750px;}
		.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: 200px;display: flex;justify-content: space-between;flex-wrap: wrap;}
	
		.nav-right1{width:120px;display: flex;justify-content: end;align-items: center;}
		.logo{max-width:160px;}
		.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% - 380px);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: 1100px;
	
		}
		.uk-navbar-nav>li{padding: 0 0;}
		.uk-navbar-nav>li>a{color:#ffffff;line-height:28px;font-size: 18px;position: relative;height: 28px;
		padding: 0;padding: 0 0;font-family: "A-AVANTEINT-2";
		}
		.uk-navbar-nav>li>a>img{margin-left: 6px;}
		/* 有子菜单时显示下拉箭头（原 Walker 内 img，改为伪元素） */
		.uk-navbar-nav > li.menu-item-has-children > a::after {
			content: '';
			display: inline-block;
			width: 9px;
			height: 9px;
			margin-left: 6px;
			vertical-align: middle;
			background: url(assets/images/njt.png) center / contain no-repeat;
		}
		.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;border-bottom: 2PX solid #fff;background: none;}
		
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color:#ffffff;border-bottom: 2ox solid #fff;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;
  }
  
  .nav-center .uk-nav-default > li > a:hover {
	text-decoration: none;
	background: #26467f;
	color: #fff;
	padding-left: 25px;
	border-bottom-color: #000;
  }
  
  .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:960px){  
			.header{position: inherit;top: 0;background: #254786;border-bottom: none;}
			.nav-left{width: 100%;}
			.logo{margin: 15px auto 15px;max-width: 150px;}
			.logo-name{text-align: center;}
			.nav-center{width: calc(100% - 120px);}
			.uk-navbar-nav>li>a{font-size: 16px;}
		  }
	    @media(max-width:768px){  
			.hed{display: none;}
		.hed-right{width: 100%;text-align: center;}
		.header{background: none;}
		.hed-lx{margin-bottom: 5px;}
		.hed-left{width: 100%;}
	    .header{padding: 0;position: relative;}
		.nav-right{width: 120px;background: #28456f;}
		.lar-box{padding-top: 0;}
		.header-search{display: none;}
		.nav-center{padding: 0;background: #28456f;display: block;max-width: 100%;width: 100%;}
		.header>.uk-container{padding: 0;}
		.sousuo-box1{display: none;}
		.uk-navbar-toggle{margin-top: 0;background: #043cdb!important;margin-left: 0;color:#fff;}	 
		
		}

 

	


/* 首页公司简介：新卡片布局（仅带 .index-ab-home，不影响 about 等内页旧版 .iab-*） */
.index-ab.index-ab-home{
	background: #ffffff;
	padding: clamp(32px, 5vw, 72px) 16px clamp(40px, 6vw, 80px);
}
.index-ab-home__wrap{
	max-width: 1920px;
	margin: 0 auto;
}
.index-ab.index-ab-home .uk-container.index-ab-home__container{
	max-width: 1400px;
}
.company-intro-card{
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: center;
	background: #f0f6ff;
	border-radius: 28px;
	padding: clamp(24px, 3.5vw, 32px) clamp(20px, 3vw, 48px);
	box-shadow: 0 12px 40px rgba(15, 40, 80, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.9);
}
.company-intro-card__media{
	min-width: 0;
}
.company-intro-card__video-link{
	display: block;
	text-decoration: none;
	color: inherit;
}
.company-intro-card__poster{
	position: relative;
	display: block;
	border-radius: 28px;
	overflow: hidden;
	background: #dde4ed;
}
.company-intro-card__poster img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	vertical-align: middle;
}
.company-intro-card__play{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	margin: -36px 0 0 -36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
	pointer-events: none;
}
.company-intro-card__play::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -6px;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #1a4a8c;
}
.company-intro-card__body{
	min-width: 0;
}
.company-intro-card__title{
	font-size: 38px;
	line-height: 1.15;
	font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	margin: 0 0 12px;
	letter-spacing: 0.02em;
}
.company-intro-card__subtitle{
	font-size: 22px;
	line-height: 1.45;
	color: #5c6570;
	margin: 0 0 28px;
	font-family: "";
}
.company-intro-card__features{
	list-style: none;
	margin: 0 0 48px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 28px;
}
.company-intro-card__feature{
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	cursor: default;
}
.company-intro-card__feature:hover{
	animation: shake 0.55s ease-in-out;
}
@media (prefers-reduced-motion: reduce){
	.company-intro-card__feature:hover{
		animation: none;
	}
}
.company-intro-card__icon{
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	object-fit: contain;
	align-self: center;
}
.company-intro-card__feature-text{
	font-size: 16px;
	line-height: 1.45;
	color: #1a1a1a;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: flex;
	align-items: center;
}
.company-intro-card__more{
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #111;
	text-decoration: underline;
	text-underline-offset: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.company-intro-card__more:hover{
	color: #093288;
}
.index-ab.index-ab-home .inys-nr{
	margin-top: clamp(48px, 4vw, 48px);
}
@media (max-width: 1050px){
	.company-intro-card{
		grid-template-columns: 1fr;
	}
	.company-intro-card__media{
		max-width: 720px;
		margin: 0 auto;
		width: 100%;
	}
}
@media (max-width: 640px){
	.company-intro-card__features{
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.company-intro-card__title{
		font-size: 28px;
	}
	.company-intro-card__subtitle{
		font-size: 18px;
	}
}

/* 首页热门产品（选项页：hot_*） */
.index-hot{
	background: #121214;
	padding: clamp(40px, 6vw, 88px) 16px;
}
.index-hot__wrap{
	max-width: 1920px;
	margin: 0 auto;
}
.index-hot .index-hot__inner{
	max-width: 1400px;
}
.index-hot__header{
	text-align: center;
	margin-bottom: clamp(32px, 4vw, 52px);
}
.index-hot__subtitle{
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	margin: 0 0 10px;
	opacity: 0.8;
	letter-spacing: 0.06em;
}
.index-hot__title{
	margin: 0 0 18px;
	font-size: clamp(24px, 3.6vw, 38px);
	line-height: 1.15;
	font-weight: 400;
	text-transform: uppercase;
	color: #0040ff;
	font-family: "Impact";
	letter-spacing: 0.04em;
}
.index-hot__desc{
	max-width: 900px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.65;
	opacity: 0.8;
}
.index-hot__grid{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: clamp(13px, 1.6vw, 20px);
}
.index-hot-card{
	border: 1px solid #424a55;
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(to right, rgba(19, 20, 24, 1) 0%, rgba(30, 48, 77, 1) 100%);
}
/* 6 列栅格：第 1、4 等大（4/6），第 2、3 等大（2/6）→ 首行 4+2，次行 2+4 */
.index-hot-card:nth-child(1){
	grid-column: span 4;
}
.index-hot-card:nth-child(2){
	grid-column: span 2;
}
.index-hot-card:nth-child(3){
	grid-column: span 2;
}
.index-hot-card:nth-child(4){
	grid-column: span 4;
	background: linear-gradient(to right, rgba(12, 46, 93, 1) 0%, rgba(29, 63, 164, 1) 100%);
	display: flex;
	align-items: center;
	flex-direction: row;
}
.index-hot-card:nth-child(1) .index-hot-card__more{
	margin-top: 40px;
}
.index-hot-card:nth-child(2) .index-hot-card__more{
	margin-top: 30px;
}
.index-hot-card:nth-child(3) .index-hot-card__more{
	margin-top: 20px;
}
.index-hot-card:nth-child(4) .index-hot-card__more{
	margin-top: 40px;
}
.index-hot-card__inner{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: clamp(13px, 2vw, 22px);
	padding: clamp(16px, 2.2vw, 26px);
	min-height: 0;
}
.index-hot-card__text{
	flex: 1 1 45%;
	min-width: 0;
	text-align: left;
}
.index-hot-card__name{
	color: #fff;
	font-size: clamp(17px, 1.85vw, 24px);
	line-height: 1.2;
	margin: 0 0 10px;
	font-weight: 700;
}
.index-hot-card__excerpt{
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 14px;
}
.index-hot-card__more{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff !important;
	text-decoration: none;
	font-size: 15px !important;
	font-weight: 600;
}
.index-hot-card__more-text{
	color: #fff !important;
	font-size: 15px !important;
}
.index-hot-card__more:hover{
	color: #fff !important;
	opacity: 0.88;
	text-decoration: underline;
}
.index-hot-card__more:hover .index-hot-card__more-text{
	color: #fff !important;
}
.index-hot-card__more-icon{
	display: block;
	height: 12px;
	width: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
	flex-shrink: 0;
}
.index-hot-card__media{
	flex: 0 1 48%;
	max-width: min(340px, 46%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 12px;
}
/* 第 4 张：右侧图区拉高，图片贴底，避免视觉上“顶在上面” */
.index-hot-card:nth-child(4) .index-hot-card__inner{
	align-items: stretch;
}
.index-hot-card:nth-child(4) .index-hot-card__media{
	max-width: min(420px, 52%);
	flex-basis: 52%;
	align-self: stretch;
	align-items: flex-end;
	padding-bottom: 2px;
}
.index-hot-card__img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}
.index-hot-card:hover .index-hot-card__img{
	transform: scale(1.08);
}
@media (prefers-reduced-motion: reduce){
	.index-hot-card__img{
		transition: none;
	}
	.index-hot-card:hover .index-hot-card__img{
		transform: none;
	}
}
@media (max-width: 1100px){
	.index-hot-card__inner{
		flex-direction: column;
		align-items: flex-start;
	}
	.index-hot-card__media{
		order: -1;
		max-width: 260px;
		align-self: center;
	}
	.index-hot-card:nth-child(4) .index-hot-card__media{
		max-width: 300px;
		flex-basis: auto;
	}
}
@media (max-width: 768px){
	.index-hot__grid{
		grid-template-columns: 1fr;
	}
	.index-hot-card:nth-child(1),
	.index-hot-card:nth-child(2),
	.index-hot-card:nth-child(3),
	.index-hot-card:nth-child(4){
		grid-column: span 1;
	}
	.index-hot__title{
		font-size: 22px;
	}
}

/* 首页工厂展示（选项页：our_* / our / our_tu） */
.index-factory{
	background: #ffffff;
	padding: clamp(200px, 5vw, 150px) 16px clamp(200px, 6vw, 150px);
	overflow: visible;
}
.index-factory__wrap{
	max-width: 1900px;
	margin: 0 auto;
}
.index-factory .index-factory__inner{
	max-width: 1400px;
}
.index-factory__panel{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
	gap: clamp(20px, 3.5vw, 48px);
	align-items: center;
	background: #f0f6ff;
	border: 1px solid #d5e2f6;
	border-radius: 40px;
	padding: clamp(20px, 4vw, 26px) clamp(20px, 4vw, 26px);
	overflow: visible;
	max-height: 480px;
	-moz-box-shadow:2px 10px 12px #D9D9D9; -webkit-box-shadow:2px 10px 12px #D9D9D9; box-shadow:2px 10px 12px #D9D9D9;


}
.index-factory__panel--text-only{
	grid-template-columns: 1fr;
	max-width: 720px;
	margin-inline: auto;
}
.index-factory__text{
	min-width: 0;
	transform: translateY(-40px);
	padding-left: 15px;
}
.index-factory__title{
	margin: 0 0 12px;
	font-size: 52px;
	line-height: 1.15;
	font-weight: 700;
	color: #111;
	letter-spacing: 0.01em;
}
.index-factory__subtitle{
	margin: 0 0 clamp(18px, 2.5vw, 28px);
	font-size: 38px;
	line-height: 1.35;
	color: #3d4652;
}
.index-factory__list{
	list-style: none;
	margin: 0 0 clamp(22px, 3vw, 36px);
	padding: 0;
}
.index-factory__item{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}
.index-factory__item:last-child{
	margin-bottom: 0;
}
.index-factory__check{
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.index-factory__item-text{
	font-size: 18px;
	line-height: 1.5;
	color: #222;
}
.index-factory__cta{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #111 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.index-factory__cta:hover{
	color: #0a4a9e !important;
}
.index-factory__cta-text{
	color: inherit !important;
	font-size: inherit !important;
}
.index-factory__cta-icon{
	display: block;
	width: auto;
	height: 12px;
	object-fit: contain;
	flex-shrink: 0;
}
.index-factory__visual{
	min-width: 0;
	overflow: visible;
}
.index-factory__masonry{
	display: flex;
	align-items: flex-start;
	gap: clamp(14px, 2vw, 22px);
	justify-content: flex-end;
	overflow: visible;
}
.index-factory__col{
	display: flex;
	flex-direction: column;
	gap: clamp(14px, 2vw, 22px);
	flex: 1 1 45%;
	max-width: 50%;
}
/* 第 2、4 张在右列（col--b），整体上移 154px */
.index-factory__col--b .index-factory__figure{
	transform: translateY(-154px);
}
.index-factory__figure{
	margin: 0;
	line-height: 0;
	overflow: visible;
}
/* 圆角与阴影由图片文件自带，此处不写 border-radius / box-shadow */
.index-factory__img{
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.index-factory__figure:hover .index-factory__img{
	animation: myfirst 0.75s ease 1;
}
@media (prefers-reduced-motion: reduce){
	.index-factory__figure:hover .index-factory__img{
		animation: none;
	}
}
@media (max-width: 960px){
	.index-factory__panel{
		grid-template-columns: 1fr;
		padding: clamp(22px, 5vw, 36px) clamp(18px, 4vw, 28px);
		max-height: none;
	}
	.index-factory__title{
		margin-top: 30px;
	}
	.index-factory__col--b .index-factory__figure{
		transform: none;
	}
	.index-factory__masonry{
		justify-content: center;
		max-width: 480px;
		margin: 0 auto;
	}
}

/* 首页案例展示（选项页：case_title / case_desc / case → tu、icon、小标题） */
.index-cases{
	background: #0f0f0f;
}
.index-cases__wrap{
	max-width: 1920px;
	margin: 0 auto;
}
.index-cases__inner{
	max-width: 1920px;
	margin: 0 auto;
}
.index-cases__header{
	background-color: #151515;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: clamp(36px, 5vw, 72px) 16px clamp(28px, 4vw, 48px);
}
.index-cases__header-inner{
	max-width: 1100px;
	margin: 0 auto;
}
.index-cases__title{
	margin: 0 0 16px;
	font-size: 52px;
	line-height: 1.12;
	font-weight: 800;
	text-transform: uppercase;
	color: #0040ff !important;
	letter-spacing: 0.04em;
	font-family: "Impact";
}
.index-cases__desc{
	margin: 0 auto;
	max-width: 960px;
	font-size: 20px;
	line-height: 1.55;
	color: #bebebe !important;
}
.index-cases__grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	align-items: start;
}
.index-cases__card{
	margin: 0;
	min-width: 0;
}
.index-cases__media{
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #222;
	line-height: 0;
}
.index-cases__img{
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	transform-origin: center center;
}
@keyframes case-pulse-once{
	0%{ transform: scale(1); }
	45%{ transform: scale(1.06); }
	100%{ transform: scale(1); }
}
.index-cases__media:hover .index-cases__img{
	animation: case-pulse-once 0.55s ease 1;
}
@media (prefers-reduced-motion: reduce){
	.index-cases__media:hover .index-cases__img{
		animation: none;
	}
}
.index-cases__bar{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: 70px;
}
.index-cases__icon-box{
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	background: #ff2d2d;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-cases__icon-box--empty{
	flex-shrink: 0;
}
.index-cases__icon{
	display: block;
	max-width: 52px;
	max-height: 52px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.index-cases__label{
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
	color: #ffffff !important;
	background: rgba(0, 64, 255, 0.9);
	text-align: center;
}
.index-cases__label--empty{
	min-height: 70px;
}
@media (max-width: 960px){
	.index-cases__title{
		font-size: clamp(26px, 7vw, 44px);
	}
	.index-cases__desc{
		font-size: clamp(16px, 2.2vw, 20px);
	}
	.index-cases__grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.index-cases__label{
		font-size: clamp(15px, 2.5vw, 20px);
		padding: 0 10px;
	}
}
@media (max-width: 560px){
	.index-cases__grid{
		grid-template-columns: 1fr;
	}
}

/* 首页最新新闻（选项页 news_* + 最新文章 3 篇） */
.index-news{
	background: #ffffff;
	padding: clamp(54px, 6.7vw, 107px) 16px;
}
.index-news__wrap{
	max-width: 1920px;
	margin: 0 auto;
}
.index-news .index-news__inner{
	max-width: 1400px;
}
.index-news__header{
	text-align: center;
	margin-bottom: clamp(28px, 4vw, 44px);
}
.index-news__subtitle{
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.35;
	color: #0040ff !important;
}
.index-news__title{
	margin: 0;
	font-size: 52px;
	line-height: 1.1;
	font-weight: 400;
	text-transform: uppercase;
	color: #000000 !important;
	font-family: Impact, "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.02em;
}
.index-news__grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2.2vw, 28px);
	align-items: stretch;
}
.index-news__card{
	margin: 0;
	min-width: 0;
	height: 100%;
}
.index-news__card-link{
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none !important;
	color: inherit;
	border-radius: 40px;
	overflow: hidden;
	background: #f0f6ff;
	border: 1px solid #d5e2f6;
	box-sizing: border-box;
	padding: 22px 22px 22px 22px;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.index-news__card-link:hover{
	box-shadow: 0 12px 36px rgba(0, 64, 255, 0.12);
	transform: translateY(-3px);
}
.index-news__media{
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 18px 18px 0 0;
	background: #e4ecf7;
}
.index-news__thumb{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	vertical-align: middle;
}
.index-news__thumb--placeholder{
	min-height: 200px;
	background: linear-gradient(145deg, #dde8f8 0%, #e8f0fc 100%);
}
.index-news__more{
	position: absolute;
	left: clamp(14px, 2vw, 22px);
	bottom: clamp(14px, 2vw, 22px);
	z-index: 2;
	display: inline-block;
	padding: 9px 20px;
	font-size: 14px !important;
	line-height: 1.2;
	font-weight: 600;
	color: #ffffff !important;
	background: #0040ff;
	border: 1px solid #ffffff;
	border-radius: 999px;
	pointer-events: none;
}
.index-news__body{
	flex: 1 1 auto;
	padding: clamp(14px, 2vw, 18px) 0 0 0;
	display: flex;
	flex-direction: column;
}
.index-news__card-title{
	margin: 0 0 14px;
	font-size: 20px !important;
	line-height: 1.4;
	font-weight: 700;
	color: #121214 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	flex: 0 0 auto;
}
.index-news__date{
	margin-top: auto;
	font-size: 16px !important;
	line-height: 1.3;
	color: #0040ff !important;
	font-weight: 600;
}
@media (max-width: 960px){
	.index-news__title{
		font-size: clamp(28px, 7vw, 48px);
	}
	.index-news__grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 900px;
		margin: 0 auto;
	}
}
@media (max-width: 560px){
	.index-news__grid{
		grid-template-columns: 1fr;
		max-width: 520px;
	}
}

   /* 页尾信息 theme-footer */
.theme-footer{

background: linear-gradient(to right,  rgba(9,40,131,1) 0%,rgba(18,18,20,1) 98%); 

	color: #fff;
}
.theme-footer__wrap{
	max-width: 1920px;
	margin: 0 auto;
	padding: clamp(40px, 5vw, 72px) 16px clamp(28px, 4vw, 48px);
	box-sizing: border-box;
	
}
/* 联系我们页面（ID 136）：由 footer.php 输出修饰类 theme-footer__wrap--contact */
.theme-footer__wrap.theme-footer__wrap--contact{
	padding-top: 160px;
}
.theme-footer .theme-footer__inner{
	max-width: 1400px;
}
.theme-footer__grid{
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1.1fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: start;
}
.theme-footer__grid--has-qr{
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.85fr) minmax(0, 0.95fr) minmax(0, 240px);
}
.theme-footer__qr-list{
	display: flex;
	flex-wrap: wrap;
	gap: clamp(16px, 2.5vw, 24px);
	justify-content: flex-end;
	align-items: flex-start;
}
.theme-footer__qr-item{
	text-align: center;
	max-width: 120px;
}
.theme-footer__qr-img{
	display: block;
	width: 100%;
	max-width: 120px;
	height: auto;
	margin: 0 auto;
}
.theme-footer__qr-name{
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.9) !important;
}
.theme-footer__logo{
	display: inline-block;
	line-height: 0;
}
.theme-footer__logo img{
	display: block;
	max-width: 247px;
	width: 100%;
	height: auto;
}
.theme-footer__desc{
	margin-top: 18px;
	font-size: 18px;
	line-height: 1.65;
	color: #c0c0c0;
	max-width: 520px;
}
.theme-footer__desc p{
	margin: 0 0 0.6em;
}
.theme-footer__desc p:last-child{
	margin-bottom: 0;
}
.theme-footer__desc a{
	color: #9ec0ff;
	text-decoration: underline;
}
/* 表单 + 社媒：与主区分隔，左右分栏（无额外色块） */
.theme-footer__band{
	margin-top: clamp(32px, 5vw, 52px);
	padding: 0;
	box-sizing: border-box;
}
.theme-footer__band-inner{
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(24px, 5vw, 56px);
}
.theme-footer__band-inner--stay-only{
	grid-template-columns: minmax(0, 1fr);
}
.theme-footer__band-inner--social-only{
	grid-template-columns: 1fr;
	justify-items: end;
}
.theme-footer__band-stay{
	min-width: 0;
	max-width: 600px;
}
.theme-footer__band-social{
	flex-shrink: 0;
}
.theme-footer__stay{
	margin-top: clamp(20px, 3vw, 28px);
	max-width: 380px;
}
.theme-footer__band-stay .theme-footer__stay{
	margin-top: 0;
	max-width: 100%;
}
.theme-footer__stay-title{
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #ffffff !important;
}
.theme-footer__stay-form{
	margin: 0;
}
.theme-footer__stay-form .wpcf7{
	margin: 0;
}
/* 与页尾 CF7 模板一致：<ul class="biaodan uk-grid …"> + [submit class:send] */
.theme-footer__stay-form .wpcf7-form{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px;
	margin: 0;
}
.theme-footer__stay-form .wpcf7-form > ul.biaodan.uk-grid{
	flex: 1 1 200px;
	min-width: 0;
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme-footer__stay-form .wpcf7-form > ul.biaodan.uk-grid > li{
	margin-bottom: 0 !important;
	list-style: none;
}
.theme-footer__stay-form .biaodan .con-form,
.theme-footer__stay-form .biaodan li input[type="email"],
.theme-footer__stay-form .biaodan li input[type="text"]{
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	padding: 0 14px;
	border-radius:22px;
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
	background: rgba(255, 255, 255, 0.95) !important;
	color: #111 !important;
	font-size: 15px;
}
.theme-footer__stay-form .biaodan li input::placeholder{
	color: #666 !important;
}
.theme-footer__stay-form .wpcf7-form > p{
	margin: 0;
	flex: 0 0 auto;
}
.theme-footer__stay-form .wpcf7-form > .wpcf7-submit-wrap{
	margin: 0;
	flex: 0 0 auto;
}
.theme-footer__stay-form .wpcf7-form > .wpcf7-submit-wrap p{
	margin: 0;
}
.theme-footer__stay-form input[type="submit"].send,
.theme-footer__stay-form .wpcf7-form input.send,
.theme-footer__stay-form .wpcf7-form .wpcf7-submit{
	min-height: 44px;
	padding: 0 18px !important;
	border: none !important;
	border-radius: 22px;
	background: #ff2d2d !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	cursor: pointer;
	text-transform: uppercase;
	width: auto !important;
}
.theme-footer__stay-form input[type="submit"].send:hover,
.theme-footer__stay-form .wpcf7-form .wpcf7-submit:hover{
	background: #e02626 !important;
	color: #fff !important;
}
.theme-footer__stay-form .wpcf7-response-output{
	margin: 10px 0 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.9) !important;
}
.theme-footer__stay-form .wpcf7-spinner{
	margin: 0 0 0 8px;
}
.theme-footer__heading{
	margin: 0 0 18px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff !important;
}
.theme-footer__menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.theme-footer__menu li{
	margin-bottom: 10px;
}
.theme-footer__menu li:last-child{
	margin-bottom: 0;
}
.theme-footer__menu a{
	font-size: 18px;
	line-height: 1.5;
	color: #c0c0c0 !important;
	text-decoration: none !important;
}
.theme-footer__menu a:hover{
	color: #ffffff !important;
}
.theme-footer__contact-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.theme-footer__contact-row{
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
}
.theme-footer__contact-row:last-child{
	margin-bottom: 0;
}
.theme-footer__flx{
	flex-shrink: 0;
	width: 47px;
	height: 47px;
	display: block;
	object-fit: contain;
}
.theme-footer__contact-body{
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.theme-footer__contact-label{
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff !important;
	font-weight: 100;
	opacity: 0.6;
}
.theme-footer__contact-value{
	font-size: 18px;
	line-height: 1.45;
	color: #c0c0c0 !important;
	text-decoration: none !important;
	word-break: break-word;
}
.theme-footer__contact-value:hover{
	color: #ffffff !important;
}
.theme-footer__social{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 12px 16px;
	margin: 0;
	padding: 0;
}
.theme-footer__social-link{
	display: inline-block;
	line-height: 0;
	text-decoration: none !important;
}
.theme-footer__social-link img{
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	vertical-align: middle;
}
.theme-footer__bar{
	padding: 16px 16px 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.theme-footer__bar-inner{
	max-width: 1400px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.theme-footer__copy{
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72) !important;
}
.sitemap{text-align: right;color: #ffffff;font-size: 14px;line-height: 20px;text-decoration: none;}
			.sitemap:hover{color: #ffffff;}
@media (max-width: 960px){
	.theme-footer__grid,
	.theme-footer__grid--has-qr{
		grid-template-columns: 1fr 1fr;
	}
	.theme-footer__col--brand{
		grid-column: 1 / -1;
	}
	.theme-footer__col--qr{
		grid-column: 1 / -1;
		justify-self: center;
	}
	.theme-footer__qr-list{
		justify-content: center;
	}
	.theme-footer__band-inner,
	.theme-footer__band-inner--stay-only,
	.theme-footer__band-inner--social-only{
		grid-template-columns: 1fr;
		justify-items: stretch;
	}
	.theme-footer__band-inner--social-only{
		justify-items: start;
	}
	.theme-footer__social{
		justify-content: flex-start;
	}
}
@media (max-width: 640px){
	.theme-footer__grid{
		grid-template-columns: 1fr;
	}
	.theme-footer__col--brand{
		grid-column: auto;
	}
}

		/* 表单 */
		.biaodan li{margin-bottom: 20px;position: relative;}
		.biaodan li input{width: 100%;height: 48px;font-weight: 400;background:none;padding-left: 16px;
		border:1px solid #ccc!important;color:#000;font-size: 16px;}
		.biaodan li input::-webkit-input-placeholder{color:#6e6e6e;font-size: 16px;}
		.biaodan li textarea{width: 100%;font-weight: 400;background:none;border:1px solid #ccc!important;color:#000;
		padding-left: 16px;line-height: 20px;font-size: 16px;
		}
		.biaodan li textarea::-webkit-input-placeholder {color: #6e6e6e;line-height: 48px;font-weight: 400;font-size: 16px;} 

		.send{
			width: 200px!important;
			height: 46px!important;
			font-size: 18px;
			border:1px solid #a17156;
			background:#a17156;
		    display: block;
			font-weight: bold;
			transition: 0.8s;-webkit-transition: 0.8s;
			display: block;
			text-transform: uppercase;
            color:#ffffff;
			margin: 0 auto 0;
		
		}
		.send:hover{background: #c29c86;color:#fff;border:1px solid #c29c86;}

    /* 内页面包屑 */
	.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;padding-top: 0px;max-height: 500px;}
		   .banner-nr>div{max-width: 1400px;width: 100%;}  
		   .banner-title{text-align: center;font-size: 62px;color:#ffffff;line-height: 60px;text-transform: uppercase;
		margin-top: 0;margin-bottom: 0;font-family: "Impact";
		}
			.banner-xian{width: 50px;height: 3px;background: #fff;margin: 12px auto 12px;}
		   .banner-subtitle{text-align: center;font-size: 22px;color:#ffffff;line-height: 28px;margin: 0 auto;max-width: 1000px;
		font-family: "Swis721 BT Bold";
		}
		   /* 假设面包屑的类名为 */
		.m-box {
			list-style: none;
			margin: 0;
			padding: 0;
			padding: 0 3%;
			background: rgba(17,50,95,.8);
			position: relative;
		    margin-top: -50px;
			z-index: 2;
          line-height: 50px;
		}
	
		.breadcrumb li {
			display: inline;
		}
		
		.breadcrumb li+li:before {
			content: '>>'; /* 修改为你想要的分隔符 */
			padding: 0 5px;
			color:#fff;
		}
		@media(max-width:1300px){
			.m-box{background: #0040ff;margin-top: 0;}
		}
		@media(max-width:960px){
			.banner-nr{padding-top: 0;}

		}
		   @media(max-width:768px){

		 .banner-title{text-align: center;font-size: 18px;line-height: 22px;margin-bottom: 10px;}  
		 .banner-subtitle{text-align: center;font-size: 14px;line-height: 16px;} 
		 .top-name p{font-size: 18px;line-height: 20px;}
         .index-title{font-size: 38px;line-height: 42px;margin-bottom:20px;margin-top: 10px;}
		 .index-subtitle{font-size: 16px;line-height: 18px;}
		 .index-ab .index-subtitle{margin-bottom: 20px;}
		 .banner-xian{margin:5px auto}
		  .gs-name1{font-size: 28px;line-height: 32px;margin-bottom: 20px;}
		  .ings-title{font-size: 46px;line-height: 50px;}
		 .ings-title span{font-size: 28px;line-height: 28px;}
		   }
   
  
	
 
     /* 内页公司简介 */
    .about{padding: 0;background: #fff;}
	.about-intro{padding: clamp(40px, 4vw, 72px) 0 clamp(40px, 5vw, 80px);box-sizing: border-box;}
	.about-intro__inner{max-width: 1400px;margin: 0 auto;padding: 0 clamp(16px, 3vw, 24px);box-sizing: border-box;}
	.about-intro__top{
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(300px, min(58vw, 680px));
		gap: clamp(28px, 4vw, 56px);
		align-items: start;
	}
	.about-intro__text{min-width: 0;}
	.about-intro__title{
		font-size: 38px;line-height: 1.15;font-weight: 700;color: #000;margin: 0 0 16px;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.about-intro__subtitle{
		font-size: 20px;line-height: 1.35;font-weight: 700;color: #000;margin: 0 0 20px;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.about-intro__content.entry-content,
	.about-intro__desc.entry-content{
		font-size: 16px;line-height: 1.65;color: #000;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.about-intro__content.entry-content > *:first-child{margin-top: 0;}
	.about-intro__content.entry-content p,
	.about-intro__desc.entry-content p{margin: 0 0 1em;}
	.about-intro__desc.entry-content{margin-top: clamp(28px, 4vw, 10px);}
	.about-intro__media{position: relative;width: 100%;}
	.about-intro__decor{
		position: absolute;z-index: 0;
		right: clamp(-40px, -1.5vw, -20px);
		top: clamp(-12px, -2.5vw, -28px);
		width: clamp(120px, 52%, 300px);
		height: clamp(88px, 36%, 200px);
		min-height: 88px;
		background: #2a62d4;
		border-radius: 40px;
		pointer-events: none;
	}
	.about-intro__figure{position: relative;z-index: 1;margin: 30px 0 0;}
	.about-intro__img{
		display: block;width: 100%;height: auto;border-radius: 40px;vertical-align: middle;
	}
	@media(max-width: 960px){
		.about-intro__top{grid-template-columns: 1fr;gap: 32px;}
		.about-intro__media{max-width: min(680px, 100%);margin: 0 auto;}
		.about-intro__title{font-size: 30px;}
		.about-intro__subtitle{font-size: 18px;}
		.about-intro__decor{display: none;}
	}
	@media(max-width: 600px){
		.about-intro__title{font-size: 26px;margin-bottom: 12px;}
		.about-intro__subtitle{font-size: 17px;margin-bottom: 16px;}
		.about-intro__decor{border-radius: 40px;}
		.about-intro__img{border-radius: 40px;}
	}
	/* 公司简介页 · 优势 abys（UIkit 栅格 + 1400 居中） */
	.about-adv{
		background: #f5f9ff;
		padding: clamp(36px, 4vw, 56px) 0 clamp(40px, 5vw, 64px);
		box-sizing: border-box;
	}
	.about-adv__container.uk-container{
		max-width: 1400px;
	}
	.about-adv__grid{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.about-adv__item{
		display: flex;
		align-items: center;
		gap: 14px;
		min-height: 51px;
		padding: 10px 8px;
		border-radius: 10px;
		box-sizing: border-box;
		transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
	}
	.about-adv__item:hover{
		transform: translateY(-3px);
		box-shadow: 0 10px 28px rgba(42, 98, 212, 0.12);
		background-color: rgba(255, 255, 255, 0.92);
	}
	.about-adv__item:hover .about-adv__icon{
		transform: scale(1.06);
	}
	.about-adv__icon-wrap{
		flex: 0 0 51px;
		width: 51px;
		height: 51px;
		border-radius: 50%;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.about-adv__icon{
		display: block;
		width: 51px;
		height: 51px;
		object-fit: contain;
		vertical-align: middle;
		transition: transform 0.28s ease;
	}
	.about-adv__name{
		flex: 1;
		min-width: 0;
		margin: 0;
		font-size: 18px;
		line-height: 1.35;
		color: #000;
		font-weight: 400;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	/* 公司简介页 · 为什么选择我们（UIkit Slider） */
	.about-why{
		padding: clamp(36px, 4vw, 56px) 0 clamp(40px, 5vw, 64px);
		background: #fff;
		box-sizing: border-box;
	}
	.about-why__container.uk-container{
		max-width: 1400px;
	}
	.about-why__title{
		font-size: 38px;
		line-height: 1.2;
		font-weight: 700;
		color: #000;
		text-align: center;
		margin: 0 0 clamp(24px, 3vw, 40px);
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.about-why__slider-outer{
		position: relative;
		padding: 0 40px;
		box-sizing: border-box;
	}
	.about-why__slider-outer--single .about-why__arrow{
		display: none;
	}
	.about-why__position.uk-slidenav-position{
		position: relative;
		margin: 0;
	}
	/* 与产品页 s-left/s-right 同理：去掉 FontAwesome 箭头、强制显示（覆盖 .uk-slidenav-position .uk-slidenav 默认 display:none） */
	.about-why__position .about-why__arrow.uk-slidenav::before{
		display: none !important;
		content: none !important;
	}
	.about-why__position .about-why__arrow.uk-slidenav{
		display: flex !important;
		align-items: center;
		justify-content: center;
		margin-top: 0 !important;
		width: auto !important;
		height: auto !important;
		min-width: 0;
		line-height: 0 !important;
		border: none;
		color: transparent;
		font-size: 0;
		background: none !important;
		box-shadow: none;
	}
	.about-why__position .about-why__arrow.uk-slidenav:hover,
	.about-why__position .about-why__arrow.uk-slidenav:focus{
		background: none !important;
	}
	.about-why__viewport.uk-slider-container{
		overflow: hidden;
		border-radius: 0;
	}
	.about-why__panel{
		background: #f0f6ff;
		padding: 56px;
		box-sizing: border-box;
		color: #000;
		font-size: 16px;
		line-height: 1.65;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.about-why__panel.entry-content > *:first-child{margin-top: 0;}
	.about-why__panel.entry-content > *:last-child{margin-bottom: 0;}
	.about-why__panel.entry-content p{margin: 0 0 1em;}
	.about-why__panel.entry-content ul{
		margin: 0 0 1em;
		padding-left: 1.25em;
	}
	.about-why__panel.entry-content ul li::marker{color: #2a62d4;}
	.about-why__arrow{
		position: absolute;
		top: 50%;
		z-index: 15;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 67px;
		height: 67px;
		margin: 0;
		padding: 0;
		border: none;
		background: transparent;
		box-shadow: none;
		text-decoration: none;
		line-height: 0;
		transition: opacity 0.25s ease, transform 0.25s ease;
	}
	.about-why__arrow img{
		display: block;
		width: 67px;
		height: 67px;
		object-fit: contain;
	}
	.about-why__position .about-why__arrow.about-why__arrow--prev.uk-slidenav-previous{
		left: 0 !important;
		right: auto !important;
		transform: translate(-33px, -50%);
	}
	.about-why__position .about-why__arrow.about-why__arrow--next.uk-slidenav-next{
		right: 0 !important;
		left: auto !important;
		transform: translate(33px, -50%);
	}
	.about-why__position .about-why__arrow.about-why__arrow--prev.uk-slidenav-previous:hover,
	.about-why__position .about-why__arrow.about-why__arrow--prev.uk-slidenav-previous:focus{
		opacity: 0.88;
		transform: translate(-33px, -50%) scale(1.04);
	}
	.about-why__position .about-why__arrow.about-why__arrow--next.uk-slidenav-next:hover,
	.about-why__position .about-why__arrow.about-why__arrow--next.uk-slidenav-next:focus{
		opacity: 0.88;
		transform: translate(33px, -50%) scale(1.04);
	}
	@media(max-width: 960px){
		.about-why__title{font-size: 30px;}
		.about-why__slider-outer{padding: 0 28px;}
		.about-why__position .about-why__arrow.about-why__arrow--prev.uk-slidenav-previous{transform: translate(-18px, -50%);}
		.about-why__position .about-why__arrow.about-why__arrow--next.uk-slidenav-next{transform: translate(18px, -50%);}
		.about-why__position .about-why__arrow.about-why__arrow--prev.uk-slidenav-previous:hover,
		.about-why__position .about-why__arrow.about-why__arrow--prev.uk-slidenav-previous:focus{transform: translate(-18px, -50%) scale(1.04);}
		.about-why__position .about-why__arrow.about-why__arrow--next.uk-slidenav-next:hover,
		.about-why__position .about-why__arrow.about-why__arrow--next.uk-slidenav-next:focus{transform: translate(18px, -50%) scale(1.04);}
	}
	@media(max-width: 600px){
		.about-why__title{font-size: 24px;}
		.about-why__panel{padding: 28px 20px;}
		.about-why__slider-outer{padding: 0 12px;}
		.about-why__position .about-why__arrow.about-why__arrow--prev.uk-slidenav-previous{transform: translate(-12px, -50%);}
		.about-why__position .about-why__arrow.about-why__arrow--next.uk-slidenav-next{transform: translate(12px, -50%);}
		.about-why__position .about-why__arrow.about-why__arrow--prev.uk-slidenav-previous:hover,
		.about-why__position .about-why__arrow.about-why__arrow--prev.uk-slidenav-previous:focus{transform: translate(-12px, -50%) scale(1.04);}
		.about-why__position .about-why__arrow.about-why__arrow--next.uk-slidenav-next:hover,
		.about-why__position .about-why__arrow.about-why__arrow--next.uk-slidenav-next:focus{transform: translate(12px, -50%) scale(1.04);}
	}
	.ab-video{padding: 3%;}

	

	/* 内页新闻详情 */
	.news-page{padding: 3% 3%;}
	.xq-title{text-align: center;font-weight: bold;font-size: 30px;color:#121214;
	line-height: 36px;}
	.xq-date{font-size: 16px;color:#0040ff;line-height: 20px;text-align: center;margin: 20px 0;}
	.news-bottom{margin-bottom: 30px;}
	/*分页 */

	.pr-next{margin:4% auto 0;width:400px;}
	.pr-next>p{width:190px;height: 34px;border:1px solid #ccc;color:#000;line-height: 32px;text-align: center;font-size: 14px;
		cursor:pointer;background: #ffffff;border-radius: 16px;}
	.pr-next>p:hover{border:1px solid #0d48f9;background: #0d48f9;color:#ffffff;}
	.pr-next>p:hover a{color:#fff;text-decoration: none;}
	.pr-next a{display: block;color:#000;}
	.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%;background: #ffffff;}
.pro-left {padding-right: 0;}
.prsousuo-box{height:46px;width:100%;border:none;background:#f2f7ff;border-radius: 23px;max-width: 268px;}
	.prsousuo-box>input{width:calc(100% - 56px);float:left;height: 46px;line-height: 46px;padding-left: 18px;
	background:none;float:left;color:#000000;border:none;}
	.prsousuo-box>input::-webkit-input-placeholder{color:#8d8d8d;}
	.prsousuo-box>button{width:17px;float:right;border:none;background: none;float:right;margin-top: 12px;margin-right:18px;}
 .list-title{font-size: 30px;line-height: 32px;font-weight: bold;
 color:#202529;margin-bottom: 24px;
 }
.lei-list{background: #fff;max-width: 235px;}
	.lei-list div .lei-name1 p{color:#0d48f9!important;text-decoration: underline;} 
	.nav-box2{padding-bottom: 0;background: #ecf6ff;}
	.nav-box1{overflow:hidden;height:0;position:relative;}
	.lei-list h3{padding: 0;padding: 0 14px;position:relative;text-align: left;margin-bottom: 8px;
	 color:#000;line-height:38px;font-size: 18px;background: #f3f8ff;font-weight: 400;
		 }
	.nav-box3{margin-bottom:12px;padding: 0 0;}
	.nav-box3:hover{cursor: pointer;}
	.nav-box2{padding: 15px 0;}
	 .lei-list a p{font-size: 14px;line-height: 28px;float: right;color:#7a7a7a;padding: 0 14px;width: 100%;
	 background: none;text-align: left;background: #f3f8ff;
	 font-family: "HELVETICA-LIGHT_0";
	 }
		
.sanjiao{position:absolute;top:calc(50% - 2px);right:20px;transform: rotate(-90deg);display: block;}
.sanjiao1{position:absolute;top:calc(50% - 2px);right:20px;display: none;transform: rotate(-90deg);}
.jia{border: 1px solid #bfbfbf;width:15px;height: 15px;border-radius: 3px;position: relative;display: inline-block;margin-right: 10px;}
.heng{width: 9px;height: 1px;position: absolute;left: 2px;top: 6px;background: #bfbfbf;}
.shu{width: 1px;height: 9px;position: absolute;left:6px;top: 2px;background: #bfbfbf;}
.lei-list div .uk-active .shu{display: none;}
.lei-list div .uk-active .sanjiao{transform: rotate(0);}
.lei-list div .uk-active1 h3{color:#fff!important;background: #0d48f9;}
.lei-list div .uk-active1 .jia{border: 1px solid #fff;}
.lei-list div .uk-active1 .heng{background:#fff;}
.lei-list div .uk-active1 .shu{background:#fff;}
.lei-list div .uk-active1 .sanjiao{display: block;}
.lei-list div .uk-active1 .sanjiao1{display: none;}
.uk-accordion-content{padding:0!important;}
	.in-pr-box{position: relative;overflow: hidden;transition: 0.6s;display: block;}
		.in-pr-imgbox{overflow: hidden;position: relative;transition: 0.6s;border: 1px solid #dce6f7;}
		.in-pr-img{width: 100%;display: block;margin: 0 atuo;transition: 0.6s;}
		
		.in-pr-title{font-size:18px;line-height: 38px;margin: 22px auto 0;color:#1c1915;transition: 0.6s;
	       background: #f2f7ff;width: 100%;max-width: 266px;text-align: center;font-weight: bold;
		}
	    .inpr-bottom{padding: 0 16px;}
		.in-pr-box:hover{text-decoration: none;}
		.in-pr-box:hover .in-pr-imgbox{border: 1px solid #0d48f9;}
      
		.in-pr-box:hover .in-pr-img{transform: scale(1.1);}
		.in-pr-box:hover .in-pr-title{color:#ffffff;background: #0d48f9;}

		@media(max-width:960px){
			.lei-list{max-width: 100%;}	
		}


	 /* 产品详情*/
	.pr-page{padding:3%;padding-bottom: 2%;background: #ffffff;}
	.pr-tu{display: block;margin-bottom: 20px;border: 1px solid #e5e5e5;width: 100%;}
	.pr-box1{margin-top: 20px;}
	.show{width: 100%;border: 1px solid #dce6f7;}
	.xiao{border: 1px solid #ccc;}
    .pr-page .uk-active .xiao{border: 1px solid #0d48f9;}
    .npr-title{font-size: 38px;line-height: 40px;color:#000000;margin-bottom: 18px;font-weight: bold;
	}
	.npr-xian{width: 100%;height: 1px;background: #e9e9e9;margin:24px auto 24px ;}
	.npr-subtitle{font-size: 18px;line-height: 24px;color:#1e1e1e;margin-bottom: 18px;font-weight: bold;}
	.npr-more{font-size: 16px;line-height: 38px;font-weight: bold;color:#ffffff;border-radius: 19px;
		text-align: center;width: 164px;margin-top: 40px;display: block;background: #0d48f9;}
	 .cer{display: flex;justify-content: flex-start;flex-wrap: wrap;}
	 .cer-left{margin-right: 40px;display: flex;    flex-direction: column;margin-bottom: 12px;
		justify-content: center;}
	 .cer-name{font-size: 22px;line-height: 28px;color:#1e1e1e;font-weight: bold;}
	.pr-nr{margin-top: 16px;}
	.pr-bottom{padding: 2% 3%;background: #ffffff;border-top: 1px solid #e9e9e9;;}
	 .pr-bdesc{margin-bottom: 50px;}
	 .pvideo{margin-bottom: 50px;display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .pvideo-left{width: 31%;display: flex;align-items: center;flex-direction: row;}
	 .pvideo-right{width: 65%;}  

 
	
   .s-left::before,.s-right::before{display: none;}
   .s-left{left:-4%!important;display: block!important;border: none;color:#999999;width: 23px;height: 29px;}
   .s-right{right:-4%!important;display: block!important;border: none;color:#999999;width: 23px;height: 29px;}	
   .s-left:hover{background: none!important;}
   .s-right:hover{background: none!important;}
   .npr-more:hover{background: #000;color:#fff;text-decoration: none;}


    

   @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){
		.pvideo-left{width: 100%;margin-bottom: 30px;}
		.pvideo-right{width: 100%;}  
  
	}


/* 质量展示页面 */
.zl{padding: 3%;}
.zl-title{font-size: 52px;line-height: 56px;color:#0040ff;text-align: center;text-transform: uppercase;font-family:"Impact";}
.zl-desc{margin: 10px auto 0;max-width: 700px;font-size:20px;line-height: 30px;color:#212121;text-align: center;margin-bottom: 34px;}
.zl-box{display: block;overflow: hidden;border-radius:10px;position: relative;}
.zl-tu{display: block;width: 100%;}
.zl-fugai{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;flex-direction: row;
transition: 0.6s;transform: rotateY(90deg);background: rgba(17,50,95,.9);
}
.zl-name{color:#fff;font-size: 30px;line-height: 34px;text-align: center;padding: 0 15px;}
.zl-box:hover .zl-fugai{transform: rotateY(0);}

.cs-box{display: block;overflow: hidden;border-radius:10px;position: relative;}
.cs-tu{display: block;width: 100%;transition: 0.6s;}
.cs-box:hover .cs-tu{transform: scale(1.08);}
.cs-desc{font-size: 18px;color:#212121;line-height: 24px;margin-top: 20px;}
/* 证书页面 */
.zs{padding: 3%;}
.zs-title{font-size: 52px;line-height: 56px;color:#0040ff;text-align: center;text-transform: uppercase;font-family:"Impact";margin-bottom: 40px;}
.zs-tu{display: block;margin: 0 auto;width: 100%;}

/* 工厂展示页面 */
.fac{padding: 3%;}
	/* 联系我们 */
.contact{padding:3%;background: #ffffff;}  
.c-title{font-size: 38px;line-height: 40px;margin-bottom: 40px;color:#202529;text-transform: uppercase;
font-family: "Impact";text-align: center;}


.c-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 30px;}
.c-left{width:48%;}
.clx-nr{background: #f8fbff;border-radius: 30px;padding: 30px;min-height: 560px;}
.clx-name1{font-size: 20px;color:#202529;line-height: 24px;margin-bottom: 10px;}
.clx-name{font-size: 18px;color:#656565;line-height: 20px;margin-bottom: 30px;display: block;}
.c-right{width:48%;}

.qr-nr{display: flex;justify-content: start;flex-wrap: wrap;margin-top: 40px;}

.qr-box{margin-right: 15px;}
.qr-tu{width: 100%;display: block;
	-moz-box-shadow:0px 5px 5px #CFCFCF; -webkit-box-shadow:0px 5px 5px #CFCFCF; box-shadow:0px 5px 5px #CFCFCF;

}
.qr-name{font-size: 20px;text-align: left;line-height: 24px;margin-bottom: 10px;}
.map{padding:0 3% 160px;background: #ffffff;position: relative;}
.c-biaodan{background: #ffffff;border-radius: 30px;padding: 30px;min-height: 560px;border: 1px solid #cfe2ff;}
.c-right fieldset{display:none;}
.theme-footer__stay fieldset{display:none;}

.con-box{max-width: 1200px;width: 100%;height: 202px;display: flex;align-items: center;justify-content: center;background: #0040ff;
border-radius: 101px;position: absolute;bottom: -101px;left: 0;right: 0;margin:0 auto;padding: 0 30px;}
.con-box1{display: flex;justify-content: center;width: 100%;}
.con-name{color:#fff;font-size: 42px;line-height: 46px;font-family:"Impact";text-transform: uppercase;margin-right: 20px;margin-top: 12px;}
.con-box:hover{text-decoration: none;}
  @media(max-width:960px){
	.con-box{border-radius: 0;}
	.con-name{font-size: 24px;line-height: 28px;}
       
  .c-left{width:100%;float: none;margin-bottom: 20px;}
 .c-right{width:100%;float: none;display: block;}

.c-title{font-size: 24px;line-height: 28px;margin-bottom: 20px;}
  }

	 
	 /* 联系我们表单 */
	 .biaodan1 li{margin-bottom: 20px;position: relative;}
	 .biaodan1 li input:not([type="radio"]):not([type="checkbox"]){width: 100%;height: 40px;font-weight: 400;background:#f0f6ff;border-radius: 0;
	 border:1px solid #f0f6ff!important;color:#000;padding-left: 16px;font-size: 16px;}
	 /* CF7 OEM Yes/No：方块单选 */
	 .biaodan1 .xing-box:has(.wpcf7-radio){flex-direction: column;align-items: flex-start;gap: 10px;}
	 .wpcf7 .biaodan1 .wpcf7-radio{display: flex;flex-wrap: wrap;align-items: center;gap: 24px;margin: 0;}
	 .wpcf7 .biaodan1 .wpcf7-radio .wpcf7-list-item{display: inline-flex;align-items: center;margin: 0!important;vertical-align: middle;}
	 .wpcf7 .biaodan1 .wpcf7-radio .wpcf7-list-item label{
	 display: flex!important;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: flex-start;
	 gap: 12px;margin: 0!important;padding: 0!important;min-height: 40px;cursor: pointer;
	 font-size: 16px;color: #2c2c2c;line-height: 1.25;}
	 .wpcf7 .biaodan1 .wpcf7-radio .wpcf7-list-item-label{
	 font-size: 16px;color: #2c2c2c;line-height: 1.25; margin: 0 0 0 10px!important;padding: 0!important;
	 display: inline-flex;align-items: center;min-height: 40px;}
	 .wpcf7 .biaodan1 .wpcf7-radio input[type="radio"]{-webkit-appearance: none;appearance: none;
	 flex: 0 0 38px;width: 38px;height: 40px;margin: 0!important;padding: 0;
	 background: #f0f6ff;border: none;border-radius: 0;cursor: pointer;box-sizing: border-box;vertical-align: middle;}
	 .wpcf7 .biaodan1 .wpcf7-radio input[type="radio"]:checked{background: #ff2d2d;}
	 .wpcf7 .biaodan1 .wpcf7-radio input[type="radio"]:focus-visible{outline: 2px solid #2c2c2c;outline-offset: 2px;}
	 .biaodan1 li input::-webkit-input-placeholder{color:#949494;font-size: 16px;}
	.biaodan1 li textarea{width: 100%;font-weight: 400;background:none;border:1px solid #f0f6ff!important;color:#000;
		padding-left: 16px;line-height: 20px;font-size: 16px;background: #f0f6ff;
		}
	.biaodan1 li textarea::-webkit-input-placeholder {color: #6e6e6e;line-height: 48px;font-weight: 400;font-size: 16px;} 
     .c-right .screen-reader-response{display: none;}
      .tc .screen-reader-response{display: none;}
	 .xing1{color:#ff0000;line-height: 24px;}
	 .xing-box{position: relative;display: flex;margin-bottom: 10px;}
	 .c-name1{color:#2c2c2c;font-size: 16px;line-height: 20px;margin-right: 6px;}
	 .send1{
		 width: 100%!important;
		 height: 46px!important;
		 font-size: 20px;
		 border:none;
		 background: #ff2d2d;
		 font-weight: 400;
		 transition: 0.8s;-webkit-transition: 0.8s;
		 display: block;
		 color:#fff;
		 margin-top: 20px;
		
	 }
	 .send1:hover{background: #000;color:#fff;}

/* 联系页 — 下方优势（全宽 1920，内容区 1400） */
.contact-why{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	background:#fff;
	padding:72px 24px 88px;
	box-sizing:border-box;
}
.contact-why__inner{
	max-width:1400px;
	margin:0 auto;
	width:100%;
	box-sizing:border-box;
}
.contact-why__title{
	font-size:38px;
	line-height:1.2;
	color:#202529;
	text-align:center;
	margin:0 0 52px;
	text-transform:uppercase;
	font-family:"Impact",sans-serif;
	font-weight:400;
}
.contact-why__grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	align-items:stretch;
}
.contact-why__col{
	position:relative;
	text-align:center;
	padding:16px 20px 24px;
	border-left:none;
	box-sizing:border-box;
}
/* 竖向分割线：中间实色、上下渐隐；与整行等高（网格 stretch） */
.contact-why__col:not(:first-child)::before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	bottom:10px;
	width:1px;
	transform:translateX(-0.5px);
	background:linear-gradient(to bottom,rgba(224,224,224,0) 0%,#e0e0e0 14%,#e0e0e0 86%,rgba(224,224,224,0) 100%);
	pointer-events:none;
}
.contact-why__icon-wrap{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto 20px;
	min-height:72px;
	perspective:720px;
}
.contact-why__icon{
	display:block;
	max-width:96px;
	max-height:96px;
	width:auto;
	height:auto;
	object-fit:contain;
	transform:rotateY(0deg);
	transform-style:preserve-3d;
	backface-visibility:hidden;
	transition:transform 0s;
}
.contact-why__col:hover .contact-why__icon{
	transform:rotateY(360deg);
	transition:transform 0.45s ease-in-out;
}
.contact-why__name{
	font-size:24px;
	line-height:1.25;
	color:#272727;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 12px;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.contact-why__desc{
	font-size:16px;
	line-height:1.55;
	color:#4e4e4e;
	margin:0;
	font-weight:400;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
@media(max-width:960px){
	.contact-why{padding:48px 20px 56px;}
	.contact-why__title{font-size:28px;margin-bottom:36px;}
	.contact-why__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
	.contact-why__col::before{content:none;}
	.contact-why__col:nth-child(2n)::before{
		content:'';
		position:absolute;
		left:0;
		top:10px;
		bottom:10px;
		width:1px;
		transform:translateX(-0.5px);
		background:linear-gradient(to bottom,rgba(224,224,224,0) 0%,#e0e0e0 14%,#e0e0e0 86%,rgba(224,224,224,0) 100%);
		pointer-events:none;
	}
	.contact-why__col:nth-child(n+3){border-top:1px solid #e8e8e8;}
}
@media(max-width:600px){
	.contact-why__title{font-size:24px;line-height:1.2;margin-bottom:28px;}
	.contact-why__grid{grid-template-columns:1fr;}
	.contact-why__col::before,
	.contact-why__col:nth-child(2n)::before{content:none;}
	.contact-why__col,
	.contact-why__col:nth-child(2n+1){border-left:none;border-top:1px solid #e8e8e8;}
	.contact-why__col:first-child{border-top:none;}
	.contact-why__name{font-size:20px;}
}

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


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