@charset "utf-8";
/* ====================公共样式========================= */

/*reset Css*/
* {margin: 0;padding: 0;}

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;padding: 0;
}

body {
	background-color: #fff;/*整体背景颜色*/
	-webkit-touch-callout: none;/*-webkit-user-select: none;*//*禁止复制*/		
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(255,255,255,0);/*点击高亮效果*/
	--www: 16rem;
	--interval: var(--www);
	--nav_height: 1rem;
	--theme-color: #00307C;
	--theme-color-rgb: 0,48,124;
	--swiper-theme-color: #00307C;
	--sec-theme-color: #E36A05;
	--sec-title-color: #0A2558;
}

/*==常用字号==*/
body {
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f62: 0.62rem;
  --f64: 0.64rem;
  --f66: 0.66rem;
  --f68: 0.68rem;
  --f70: 0.7rem;
  --f72: 0.72rem;
  --f80: 0.8rem;
  --f100: 1rem;
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.42rem;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
	--f80: 0.72rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.24rem;
    --f16: 0.26rem;
    --f18: 0.28rem;
    --f20: 0.28rem;
    --f22: 0.30rem;
    --f24: 0.32rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
	--f80: 0.64rem;
  }
}

.f14{font-size: var(--f14);}
.f16{font-size: var(--f16);}
.f18{font-size: var(--f18);}
.f20{font-size: var(--f20);}
.f22{font-size: var(--f22);}
.f24{font-size: var(--f24);}
.f26{font-size: var(--f26);}
.f28{font-size: var(--f28);}
.f30{font-size: var(--f30);}
.f32{font-size: var(--f32);}
.f34{font-size: var(--f34);}
.f36{font-size: var(--f36);}
.f38{font-size: var(--f38);}
.f40{font-size: var(--f40);}
.f42{font-size: var(--f42);}
.f44{font-size: var(--f44);}
.f46{font-size: var(--f46);}
.f48{font-size: var(--f48);}
.f50{font-size: var(--f50);}
.f52{font-size: var(--f52);}
.f54{font-size: var(--f54);}
.f56{font-size: var(--f56);}
.f58{font-size: var(--f58);}
.f60{font-size: var(--f60);}
.f62{font-size: var(--f62);}
.f64{font-size: var(--f64);}
.f66{font-size: var(--f66);}
.f68{font-size: var(--f68);}
.f70{font-size: var(--f70);}
.f72{font-size: var(--f72);}
.f80{font-size: var(--f80);}
.f100{font-size: var(--f100);}

/*clearfix清除浮动*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/* 默认合并表格边框 */
table{border-collapse:collapse;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea{-webkit-appearance: none;border-radius:0;}
ol,ul,li{list-style: none;}
a, a:active{color:inherit;text-decoration:none;cursor:pointer;}
a{border:0;}
em,i{font-style:normal;}

/* <input>标签 */
input{border: none;appearance:none;-moz-appearance:none;outline:none;-webkit-appearance: none;}
input:focus{ outline:none; }/* input标签聚焦不出现默认边框 */

textarea { resize:none; } /* 禁用了文本的拖拉，尤其在谷歌下 */
select, button, input,img {vertical-align: middle;}/*去除图片底部缝隙并基于中线对齐*/
img {
    width: auto;
    height: auto;
    width: auto\9;
	max-width: 100%;
    display: block;
    -ms-interpolation-mode: bicubic;
}
/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN
 */
body,button, input, select, textarea /* for ie */ {font: 14px/1 "DR",Arial,"PingFang SC","Microsoft YaHei","Hiragino Sans GB","Droid Sans Fallback","WenQuanYi Micro Hei",sans-serif;}
body {background:#fff;-webkit-text-size-adjust:100%;color: #333;}

/*End reset*/

/*public Css*/

/* 重绘元素边框盒 */
*{ box-sizing:border-box;}
*::before, *::after{ box-sizing:border-box;}
*:focus{ outline:none;}
html{-ms-touch-action:none;/* 阻止windows Phone 的默认触摸事件 */}

/*兼容iphone去除默认input表单默认设置*/
input[type="submit"],input[type="reset"],input[type="button"],button{-webkit-appearance: none;}

/*clearfix清除浮动*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/* 水平垂直居中 */
.cell_mid{ display: table; height:100%; width:100%; }
.cell_h{ height:100%;display: table-cell; vertical-align: middle; } 

/*动画--规定动画移动出去的时间*/
a{-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.animation{-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
/* 指定文字禁止复制 */
.noSelect{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;}

/* 文字限制行数 */
/* 限制一行 */
.linelimit {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.linelimit-2 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.linelimit-3 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.linelimit-4 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
/* 引入字体 */
@font-face {
    font-family: 'DR';
    src: url('../fonts/DMSans-Regular.ttf'),
    url('../fonts/DMSans-Regular.eot'),
    url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DMSans-Regular.woff2') format('woff2'),
    url('../fonts/DMSans-Regular.woff') format('woff'),
    url('../fonts/DMSans-Regular.otf') format('truetype'),
    url('../fonts/DMSans-Regular.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'RB';
    src: url('../fonts/Raleway-Bold.ttf'),
    url('../fonts/Raleway-Bold.eot'),
    url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway-Bold.otf') format('truetype'),
    url('../fonts/Raleway-Bold.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'DL';
    src: url('../fonts/DMSans-Light.ttf'),
    url('../fonts/DMSans-Light.eot'),
    url('../fonts/DMSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DMSans-Light.woff2') format('woff2'),
    url('../fonts/DMSans-Light.woff') format('woff'),
    url('../fonts/DMSans-Light.otf') format('truetype'),
    url('../fonts/DMSans-Light.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'CAI978';
    src: url('../fonts/CAI978.ttf'),
    url('../fonts/CAI978.eot'),
    url('../fonts/CAI978.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CAI978.woff2') format('woff2'),
    url('../fonts/CAI978.woff') format('woff'),
    url('../fonts/CAI978.otf') format('truetype'),
    url('../fonts/CAI978.svg#svgFontName') format('svg');
}
.DR{font-family: "DR";}
.RB{font-family: "RB";}
.DL{font-family: "DL";}
.CAI978{font-family: "CAI978";}
/*动画效果 所有属性获得过度*/
*{transition-property:all;}
.com-img{overflow: hidden;}
.com-img img{transition:all 0.5s ease-out; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; -o-transition:all 0.5s ease-out;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.fl{float: left;}
.fr{float: right;}
.show{display:block;}
.hide{display:none;}
.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}
.ttu{text-transform:uppercase;}/*全字母转换为大写*/
.ttc{text-transform:capitalize;}/*首字母转换为大写*/
.fwb{ font-weight: bold;}
.fwl{ font-weight: lighter;}
.ofh{overflow:hidden;}
.ofh img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.ofh:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);}
.ofc img{object-fit: contain !important;}
.pst-rel{position:relative;}
.pst-abs{position:absolute;}
.pst-pic{position: absolute;background-position: center;background-repeat: no-repeat;background-size: cover;}
.w100{width: 100%;}
.lh-1{line-height: 1;}
.lh-111{line-height: 1.11;}
.lh-115{line-height: 1.15;}
.lh-12{line-height: 1.2;}
.lh-13{line-height: 1.3;}
.lh-14{line-height: 1.4;}
.lh-15{line-height: 1.5;}
.lh-16{line-height: 1.6;}
.lh-17{line-height: 1.7;}
.lh-175{line-height: 1.75;}
.lh-18{line-height: 1.8;}
.color-0 { color: #000; }
.color-1 { color: #111; }
.color-2 { color: #222; }
.color-3 { color: #333; }
.color-4 { color: #444; }
.color-5 { color: #555; }
.color-6 { color: #666; }
.color-7 { color: #777; }
.color-8 { color: #888; }
.color-9 { color: #999; }
.color-a { color: #aaa; }
.color-b { color: #bbb; }
.color-c { color: #ccc; }
.color-d { color: #ddd; }
.color-e { color: #eee; }
.color-f { color: #fff; }

.color-blue{ color: #00307C;}
.color-sec-blue{ color: #0A2558;}
.color-title{color: var(--sec-title-color);}
.color-white{ color: white;}
.color-black{ color: black;}
.color-dark{color: #001322;}

.bg-f8{background-color: #f8f9f9;}
.bg-f7{ background-color: #f7f8f9;}
.bg-f5{ background-color: #f5f5f5;}
.bg-f0{ background-color: #f0f1f5;}
.bg-f9{ background-color: #f9fcff;}
.bg-blue{background-color: #00307C;}
.bg-sec-blue{background-color: #0A2558;}
.bg-dark{background-color: #001322;}
.bg-red{background-color: var(--theme-color);}
.bg-white{ background-color: white;}
.bg-black{ background-color: black;}
.bg-666{  background-color: #666;}
.bg-888{  background-color: #888;}
.bg-555{  background-color: #555;}
.bg-aaa{  background-color: #aaa;}

.hmax{ height: 100%  ;}
.wmax{ width: 100%  ;}
.w50{ width: 50% ;}
.w55{ width: 55%;}
.w49-5{ width: 49.5%;}
.w25{ width: 25%;}
.w33{ width: 33%;}
.w35{ width: 35%;}
.w40{ width: 40%;}
.w60{ width: 60%;}
.w70{ width: 70%;}
.w48{ width: 48% ;}

.radius3{ border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
.radius5{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.radius6{ border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }
.radius8{ border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.radius10{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.radius20{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.radius40{ border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.radius50{ border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

.col-2{width:50%;float:left;}
.col-3{width:33.333333%;float:left;}
.col-4{width:25%;float:left;}
.col-5{width:20%;float:left;}
.col-6{widows: 16.6666%;float:left;}
.w12{width: 1200px;max-width: 92%;margin: 0 auto;}
.w14{width: 1440px;max-width: 92%;margin: 0 auto;}
.w15{width: 1500px;max-width: 92%;margin: 0 auto;}
.w16{width: 1600px;max-width: 92%;margin: 0 auto;}
.w18{width: 1800px;max-width: 92%;margin: 0 auto;}
.pc{display: block;}
.mb{display: none;}
.mt{margin-top: 100px;}
.mlr{margin-left: auto;margin-right: auto;}
@media all and (max-width:1000px) {.pc{display: none;}.mb{display: block;}}

*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;object-fit: cover;}
*[class*="rect-"] ._full.w92{width: 92%;height: 92%;object-position: center;left: 4%;top: 4%;}
.rect-40{padding-bottom: 40%;}
.rect-50{padding-bottom: 50%;}
.rect-55{padding-bottom: 55%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-65{padding-bottom: 65%;}
.rect-67{padding-bottom: 67%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-85{padding-bottom: 85%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}
.rect-135{padding-bottom: 135%;}
.rect-140{padding-bottom: 140%;}
.rect-150{padding-bottom: 150%;}
li *[class*="pic"]{overflow: hidden;}
li *[class*="pic"]>img{-webkit-transition: 0.3s ease-out;-moz-transition: 0.3s ease-out;-ms-transition: 0.3s ease-out;-o-transition: 0.3s ease-out;transition: 0.3s ease-out;}
li:hover *[class*="pic"]>img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.trs3{-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.trs5{-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.pd-40{padding: 0.4rem 0;}
.pt-40{padding-top: 0.4rem;}
.pb-40{padding-bottom: 0.4rem;}

.pd-60{padding: 0.6rem 0;}
.pt-60{padding-top: 0.6rem;}
.pb-60{padding-bottom: 0.6rem;}

.pd-80{padding: 0.8rem 0;}
.pt-80{padding-top: 0.8rem;}
.pb-80{padding-bottom: 0.8rem;}

.pd-100{padding: 1rem 0;}
.pt-100{padding-top: 1rem;}
.pb-100{padding-bottom: 1rem;}

.pd-120{padding: 1.2rem 0;}
.pt-120{padding-top: 1.2rem;}
.pb-120{padding-bottom: 1.2rem;}

.pd-140{padding: 1.4rem 0;}
.pt-140{padding-top: 1.4rem;}
.pb-140{padding-bottom: 1.4rem;}

.pd-160{padding: 1.6rem 0;}
.pt-160{padding-top: 1.6rem;}
.pb-160{padding-bottom: 1.6rem;}

.pd-180{padding: 1.8rem 0;}
.pt-180{padding-top: 1.8rem;}
.pb-180{padding-bottom: 1.8rem;}

.mt30{margin-top: 0.3rem;}
.mt40{margin-top: 0.4rem;}
.mt50{margin-top: 0.5rem;}
.mt60{margin-top: 0.6rem;}
.mt70{margin-top: 0.7rem;}
.mt80{margin-top: 0.8rem;}
.mt90{margin-top: 0.9rem;}
.mt100{margin-top: 1rem;}
.mt110{margin-top: 1.1rem;}
.mt120{margin-top: 1.2rem;}
.mt130{margin-top: 1.3rem;}
.mt140{margin-top: 1.4rem;}


.flex-1 {flex: 1;}
/* flex布局 */
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/*默认 主轴为水平方向，起点在左端*/
.f-dr {-webkit-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}
/*主轴为水平方向，起点在右端*/
.f-dr-r {-webkit-box-orient: horizontal;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
/*主轴为垂直方向，起点在上沿*/
.f-dc {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
/*主轴为垂直方向，起点在下沿*/
.f-dc-r {-webkit-box-orient: vertical;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}

/* 交叉轴的起点对齐 */
.f-as {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
/* 交叉轴的中点对齐 */
.f-ac {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
/* 交叉轴的终点对齐 */
.f-ae {-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}
/* 项目的第一行文字的基线对齐 */
.f-ab {-webkit-box-align: baseline;-webkit-align-items: baseline;-ms-flex-align: baseline;align-items: baseline;}
/* 交叉轴拉伸对齐 */
.f-ast {-webkit-align-items: stretch;-moz-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
/* 左对齐 */
.f-js {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
/* 居中 */
.f-jc {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/* 右对齐 */
.f-je {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {-webkit-box-pack: distribute;-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;}
/* 换行，第一行在上方 */
.f-warp {-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
/* 换行，在第一行的下方 */
.f-warp-r {-webkit-flex-wrap: wrap-reverse;-moz-flex-wrap: wrap-reverse;-ms-flex-wrap: wrap-reverse;-o-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}
/* flex布局 */
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/*默认 主轴为水平方向，起点在左端*/
.f-dr {-webkit-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}
/*主轴为水平方向，起点在右端*/
.f-dr-r {-webkit-box-orient: horizontal;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
/*主轴为垂直方向，起点在上沿*/
.f-dc {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
/*主轴为垂直方向，起点在下沿*/
.f-dc-r {-webkit-box-orient: vertical;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
/* 交叉轴的起点对齐 */
.f-as {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
/* 交叉轴的中点对齐 */
.f-ac {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
/* 交叉轴的终点对齐 */
.f-ae {-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}
/* 项目的第一行文字的基线对齐 */
.f-ab {-webkit-box-align: baseline;-webkit-align-items: baseline;-ms-flex-align: baseline;align-items: baseline;}
/* 交叉轴拉伸对齐 */
.f-ast {-webkit-align-items: stretch;-moz-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
/* 左对齐 */
.f-js {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
/* 居中 */
.f-jc {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/* 右对齐 */
.f-je {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {-webkit-box-pack: distribute;-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;}
/* 换行，第一行在上方 */
.f-warp {-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
/* 换行，在第一行的下方 */
.f-warp-r {-webkit-flex-wrap: wrap-reverse;-moz-flex-wrap: wrap-reverse;-ms-flex-wrap: wrap-reverse;-o-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}

/* 头部 */
.Header-wrapper {position: fixed;width: 100%;left: 0;top: 0;background-color: transparent;z-index: 99;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
body.admin-bar .Header-wrapper {top: 32px;}
@media screen and (max-width: 782px) {
	body.admin-bar .Header-wrapper {top: 46px;}
}
/* .Header-wrapper:after {content: "";position: absolute;left: 0;bottom: 0;z-index: 0;width: 100%;height: 1px;background-color: #fff;opacity: .3;transition: opacity .3s;} */
.Header-wrapper.on {box-shadow: 0 2px 10px rgb(0 0 0 / 5%);background-color: #fff;}
.Header-wrapper.black{box-shadow: 0 2px 10px rgb(0 0 0 / 5%);background-color: #001322;}
/* .Header-wrapper.on::after {opacity: 0;} */
/* #c-header.c-head-move {top: -100px;} */
.Header-container {}
.Header-container .logo {}
.Header-container .logo {}
.Header-container .logo a {display: flex;align-items: center;font-size: 0;}
.Header-container .logo a img{width: auto;display: block;height: 0.45rem;}
.Header-wrapper.on .Header-container .logo a img+img,.Header-wrapper.white_bg .Header-container .logo a img+img{
	display: block;
}
.Header-container .logo a img+img,.Header-wrapper.on .Header-container .logo a img,.Header-wrapper.white_bg .Header-container .logo a img{
	display: none;
}
.Header-wrapper.on .Header-container .logo a img:only-child,
.Header-wrapper.white_bg .Header-container .logo a img:only-child {
	display: block;
}
.Header-container .fr {display: flex;align-items: center;font-size: 0;}
@media all and (min-width:1101px){
	.Header-container .c-nav {display: flex;align-items: center;font-size: var(--f20);flex-wrap: wrap;font-weight: 700;}
	.Header-container .c-nav>li {position: relative;margin-right: 0.6rem;line-height: 100px;}
	.Header-container .c-nav>li .c-title-box{display: flex;align-items: center;justify-content: center;color: #fff;}
	.Header-container .c-nav>li .c-title-box>a {display: block;}
	.Header-container .c-nav>li.active .c-title-box,.Header-container .c-nav>li:hover .c-title-box{color: var(--theme-color) !important;}
	.Header-container .c-nav>li .c-title-box i {margin-left: 0.06rem;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
	.Header-container .c-nav>li>ul {min-width: 240px;position: absolute;top: 100%;left: 50%;margin-top: 0;background-color: #fff;z-index: 2;-webkit-transform: translate(-50%, 10px);-ms-transform: translate(-50%, 10px);transform: translate(-50%, 10px);-webkit-border-radius: 2px;-ms-border-radius: 2px;border-radius: 2px;padding: 15px 20px;opacity: 0;pointer-events: none;-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);-ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);transition: all .3s cubic-bezier(.645, .045, .355, 1);box-shadow: 0 5px 50px rgb(0 0 0 / 10%);}
	.Header-container .c-nav>li:hover>ul {pointer-events: all;-webkit-transform: translate(-50%);-ms-transform: translate(-50%);transform: translate(-50%);-webkit-transition-delay: .1s;-ms-transition-delay: .1s;transition-delay: .1s;opacity: 1;}
	.Header-container .c-nav>li>ul>li:not(:last-child) {border-bottom: 1px solid #eee;}
	.Header-container .c-nav>li>ul>li>a {display: block;position: relative;font-size: 16px;padding: 10px 0;color: #58595b;-webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);-ms-transition: color .3s cubic-bezier(.645, .045, .355, 1);transition: color .3s cubic-bezier(.645, .045, .355, 1);line-height: initial;text-align: left;}
	.Header-container .c-nav>li>ul>li>a:before {content: "";position: absolute;top: 7px;bottom: 7px;left: -20px;width: 4px;background: var(--theme-color);-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s cubic-bezier(.162, .85, .45, 1);transition: transform .3s cubic-bezier(.162, .85, .45, 1);}
	.Header-container .c-nav>li>ul>li:hover>a:before {-ms-transform-origin: top;-webkit-transform-origin: top;transform-origin: top;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1)}
	.Header-container .c-nav>li>ul>li:hover>a {color: var(--theme-color);}
	.Header-wrapper .Header-container .c-nav>li .c-title-box{color: #fff;}
	.Header-wrapper.on .Header-container .c-nav>li .c-title-box,.Header-wrapper.white_bg .Header-container .c-nav>li .c-title-box{color: #000;}
}

.Header-container .tool {display: flex;align-items: center;color: #fff;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.Header-wrapper.on .Header-container .tool,.Header-wrapper.white_bg .Header-container .tool{color: #000;}
.Header-container .tool .search {display: inline-flex;align-items: center;justify-content: center;width: 44px;height: 44px;padding: 0;line-height: 1;}
.Header-container .tool .search i {position: relative;display: block;font-size: 24px;line-height: 1;cursor: pointer;}
/* .Header-container .tool .search i::after {position: absolute;content: '';right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 1px;height: 20px;background-color: rgb(255, 255, 255, .3);}
.Header-wrapper.on .Header-container .tool .search i::after {background-color: rgb(0,0,0,.3);} */
.Header-container .tool .language {position: relative;}
.Header-container .tool .language a {display: flex;align-items: center;color: white;}
.Header-container .tool .language i {font-size: 24px;}
.Header-container .tool .language p {font-size: 16px;margin-left: 0.08rem;display: flex;align-items: center;}
.Header-container .tool .language p::after {display: inline-block;margin-left: 5px;content: "\e60a";font-size: 12px;font-family: 'iconfont';-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.Header-container .tool .language.on p::after {-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);-ms-transform: rotate(180deg);}
.Header-container .tool .language .language_down {display: none;position: absolute;z-index: 2;left: 5px;top: 100%;width: 100%;height: auto;background: var(--theme-color);text-align: left;-webkit-transition: top 0.3s;-moz-transition: top 0.3s;-ms-transition: top 0.3s;-o-transition: top 0.3s;transition: top 0.3s;}
.Header-container .tool .language .language_down a {display: block;font-size: 14px;line-height: 1.3;padding: 10px 15px;color: rgba(255, 255, 255, .8);-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;text-align: center;}
.Header-container .tool .language .language_down a:hover {background-color: #3F3B3A;}
.Header-wrapper.on .Header-container .tool .language>a,.Header-wrapper.white_bg .Header-container  .tool .language>a{color: #000;}

/*顶部导航开关*/ 
#c-header .c-switch {display: none;width: 24px;height: 20px;cursor: pointer;}
#c-header .c-switch i {position: relative;display: block;height: 2px;background: #000;-webkit-transition: all 0.3s;transition: all 0.3s;}
#c-header .c-switch i:nth-child(1) {top: 0;}
#c-header .c-switch i:nth-child(3) {bottom: 0;}
#c-header .c-switch i:nth-child(2) {margin: 6px 0;}
#c-header.on .c-switch i {background: #333;}
body.c-open #c-header .c-switch i:nth-child(2) {opacity: 0;}
body.c-open #c-header .c-switch i:nth-child(1) {top: 8px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
body.c-open #c-header .c-switch i:nth-child(3) {bottom: 8px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
@media (max-width: 1100px) {
	#c-header .c-switch {display: block;}
	.Header-wrapper{line-height: 60px;background-color: #fff;}
	.Header-wrapper .Header-container .tool{color: #000;}
	.Header-container .tool .search{height: 60px;}
	.Header-container .c-nav{height: 0;}
	.Header-container .tool{padding-right: 0.24rem;}
	.Header-container .tool .language p{margin-left: 0.12rem;}
	.Header-container .logo a img{height: 28px;}
	.mt{margin-top: 60px;}
	/*顶部移动端导航*/
	#c-header .c-nav {position: absolute;top: 60px;left: 0;width: 100%;height: 0;line-height: 50px;background: #fff;overflow-y: auto;transition: all 0.5s;text-align: left;overflow-x: hidden;}
	#c-header .c-nav>li:last-child {border-bottom: 1px solid #f1f1f1;}
	#c-header .c-nav li {width: 100%;padding: 0 4%;border-top: 1px solid #f1f1f1;}
	#c-header .c-nav li .c-title-box {display: flex;align-items: center;justify-content: space-between;}
	#c-header .c-nav li a {display: block;color: #333;-webkit-transition: all 0.3s;transition: all 0.3s;font-size: 16px;min-width: calc(100% - 50px);}
	#c-header .c-nav li i {font-size: 20px;color: #333;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;    width: 20px;height: 50px;text-align: center;line-height: 50px;}
	#c-header .c-nav li.on .c-title-box i{transform: rotate(180deg);}
	#c-header .c-nav li a:hover,
	#c-header .c-nav li.on > a {color: var(--theme-color);}
	#c-header .c-nav li ul {display: none;}
	.c-open #c-header .c-nav {height: calc(100vh - 60px);}
	
}
@media (max-width: 768px) {
	#c-header .c-nav li {padding: 0 4%;}
	#c-header .c-nav ul li{font-size: 16px;line-height: 45px;}
}
/* 底部 */
.Footer-wrapper {position: relative;;background: #f5f5f8;}
.Footer-wrapper::before, .Footer-wrapper::after {
    content: '';
    width: 50%;
    height: .08rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #bb171e;
	display: none;
}
.Footer-wrapper::after {
    left: auto;
    right: 0;
    background: #808080;
}
.Footer-container {}
/* .Footer-container .top {border-bottom: 1px solid rgba(255, 255, 255, 0.15);padding: 0.36rem 0;display: inline-block;width: 100%;}
.Footer-container .top .foot_logo {}
.Footer-container .top .foot_logo img {height: 0.52rem;}
.Footer-container .toate(180degp .foot_link {} */
.media_ul {}
.media_ul li {margin-right: 8px;}
.media_ul li:last-child {margin-right: 0;}
.media_ul li a {display: flex;align-items: center;justify-content: center;width: 0.4rem;height: 0.4rem;background-color: #3b5999;color: white;border-radius: 3px;font-size: 0;}
.media_ul li a i {font-size: var(--f20);}
.media_ul li a {background-color: var(--theme-color);}
/* .media_ul li:nth-child(1) a {background-color: #1278F3;}
.media_ul li:nth-child(2) a {background-color: #0A66C2;}
.media_ul li:nth-child(3) a {background-color: #FB0204;}
.media_ul li:nth-child(4) a {background-color: #1D9BF0;}
.media_ul li:nth-child(5) a {background-color: #DA4369;}
.media_ul li:nth-child(6) a {background-color: #FF0013;}
.media_ul li:nth-child(7) a {background-color: #04C15F;} */
.Footer-container .mid {padding: 0.8rem 0 0.4rem;}
.Footer-container .mid .fl{
	width: 25%;
}
.Footer-container .mid .fl .foot_logo{}
.Footer-container .mid .fl .foot_logo img{
	height: 0.42rem;
}
.Footer-container .mid .fl .foot_txt{
	
}
.Footer-container .mid .fl .foot_link{}
.Footer-container .mid .fr{
	width: 25%;
}
.Footer-container .mid .fr .tit{
	position: relative;
	padding-bottom: 0.15rem;
}
.Footer-container .mid .fr .tit::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #FFFFFF1A;
	left: 0;
	bottom: 0;
}
.Footer-container .mid .fr .tit:before{
	position: absolute;
	content: "";
	width: 0.8rem;
	height: 2px;
	background-color: var(--theme-color);
	left: 0;
	bottom: 0;
}
.Footer-container .mid .fr .tit
.Footer-container .mid .fr .des{}
.Footer-container .mid .fr .info{}
.Footer-container .mid .fr .info dl{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 0.15rem;
}
.Footer-container .mid .fr .info dt{
}
.Footer-container .mid .fr .info dt i{
	font-size: var(--f20);
	line-height: 1.5;
}
.Footer-container .mid .fr .info dd{
	flex: 1;
	padding-left: 0.12rem;
	font-size: var(--f16);
	line-height: 1.5;
}
.Footer-container .mid>ul {
	width: 35%;
}
.Footer-container .mid>ul li {float: left;overflow: hidden;min-width: 200px;}
.Footer-container .mid>ul li p {text-transform: uppercase;font-size: var(--f24);line-height: 1.5;color: #000;display: block;margin-bottom: 0.12rem;font-family: "RB";}
.Footer-container .mid>ul li p i{margin-left: 0.06rem;}
.Footer-container .mid>ul li p{
	position: relative;
	padding-bottom: 0.15rem;
}
.Footer-container .mid>ul li p::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #FFFFFF1A;
	left: 0;
	bottom: 0;
}
.Footer-container .mid>ul li p:before{
	position: absolute;
	content: "";
	width: 0.8rem;
	height: 2px;
	background-color: var(--theme-color);
	left: 0;
	bottom: 0;
}
.Footer-container .mid>ul li .foot_nav_link a {font-size: var(--f16);color: #333;line-height: 2;display: block;}
.Footer-container .mid>ul li a:hover {text-decoration: underline;}
.Footer-container .mid>ul li.lxwm {max-width: 450px;margin-right: 0;}
.Footer-container .mid>ul li dl {}
.Footer-container .mid>ul li dd {position: relative;font-size: 14px;line-height: 20px;color: rgb(0,0,0,.8);margin-bottom: 16px;padding-left: 26px;}
.Footer-container .mid>ul li dd:last-child{margin-bottom: 0;}
.Footer-container .mid>ul li dd i {position: absolute;left: 0;top: 0;font-size: 18px;color: rgb(0,0,0,.8);}
.Footer-container .bot {font-size: var(--f16);line-height: 1.4;color: rgb(0,0,0,.8);text-align: center;padding: 0.3rem 0;border-top: 1px solid rgba(0,0,0,0.05);}
.Footer-container .bot a {font-size: var(--f16);color: rgb(0,0,0,.8);}

/* 中间+共用部分 */

/* ind_banner */

.i_banner a{
	display: block;
	position: relative;
}
/* .i_banner a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(var(--theme-color-rgb),.75);
	z-index: 1;
} */
.i_banner a img{
	height: calc(100vh - 100px);
	object-fit: cover;
}
.i_banner .ban_txt{
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.i_banner .ban_txt .w50{
	/* backdrop-filter: blur(10px); */
	/* border-radius: 30px; */
}
.i_banner .ban_txt .tit{}
.i_banner .ban_txt .des{width: 11.43rem;max-width: 100%;}
.i_banner .btn{
	display: inline-block;
	padding: 0.18rem 0.4rem;
	border-radius: 50px;
	background-color: var(--theme-color);
	color: #fff;
	font-size: var(--f18);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_banner .btn:hover{
	background-color: var(--sec-theme-color);
}
.i_banner .btn i{
	display: inline-block;
	margin-left: 0.12rem;
	transform: rotate(-45deg);
}

.i_banner .swiper-pagination{
	bottom: 6% !important;
}
.i_banner .swiper-pagination-bullet, .i_mb_banner .swiper-pagination-bullet{
	width: 0.6rem;
	height: 0.03rem;
	border-radius: 0;
	opacity: .2;
}
.i_banner .swiper-pagination-bullet,.i_mb_banner .swiper-pagination-bullet{background-color: white;}
.i_banner .swiper-pagination-bullet-active,.i_mb_banner .swiper-pagination-bullet-active{background-color: white;opacity: 1;}

/* md-sideBar */
.md-sideBar {position: fixed;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);right: 0.1rem;z-index: 200;box-shadow: 0 0.8rem 1.4rem 1px hsl(0deg 0% 80% / 35%);}
.md-sideBar .side_item {display: block;width: auto;position: relative;cursor: pointer;zoom: 1;}
.md-sideBar .side_item:hover .bd {right: 100%;opacity: 1;-webkit-transition: all 0.5s;transition: all 0.5s;width: auto;}
.md-sideBar .side_item .hd {width: 0.6rem;height: 0.6rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-bottom: 1px solid #ececec;position: relative;z-index: 202;background-color: #fff;}
.md-sideBar .side_item .hd i {font-size: 0.3rem;color: var(--theme-color);}
.md-sideBar .side_item .bd {color: var(--theme-color);position: absolute;right: 100%;top: 0;background-color: #fff;padding: 0 0.18rem;white-space: nowrap;-webkit-transition: all 0.5s;transition: all 0.5s;opacity: 0;right: 0;width: 0;overflow: hidden;font-size: 18px;line-height: 0.6rem;z-index: 201;}
.md-sideBar .side_item .bd.wx{padding: 0.08rem;}
.md-sideBar .side_item:hover .bd.wx{width: calc(100px + 0.16rem);}
.md-sideBar .side_item .bd img{width: 100px;height: 100px;}

/* tc_search s */
.tc_search {position: fixed;inset: 0;width: 100vw;height: 100vh;height: 100dvh;visibility: hidden;z-index: 10001;overflow: hidden;pointer-events: none;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;-webkit-transition: opacity 0.3s, visibility 0.3s;-moz-transition: opacity 0.3s, visibility 0.3s;-ms-transition: opacity 0.3s, visibility 0.3s;-o-transition: opacity 0.3s, visibility 0.3s;transition: opacity 0.3s, visibility 0.3s;}
.tc_search.act {filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;visibility: visible;display: block;pointer-events: auto;}
.tc_search > .cell_mid {position: relative;z-index: 1;pointer-events: none;}
.tc_search form {width: 9.6rem;max-width: 80%;margin: 0 auto;padding: 0 20px;border-bottom: 2px solid #eee;height: 0.7rem;position: relative;overflow: hidden;z-index: 2;}
.tc_search .n-search-form {pointer-events: auto;}
.tc_search input {width: 80%;height: 0.7rem;font-size: 0.34rem;color: #c1c1c1;box-shadow: none;-webkit-appearance: none;float: left;border-right: 0;background: none;}
.tc_search input::placeholder {color: #c1c1c1;}
.tc_search .n-search-form button {max-width: 20%;height: 0.7rem;border: 0;line-height: 0.7rem;color: #c1c1c1;cursor: pointer;text-transform: uppercase;float: right;font-size: 0.48rem;background-color: transparent;}
.tc_search .search_bg {position: absolute;inset: 0;width: 100%;max-width: none;height: 100%;border: 0;float: none;background: rgba(0, 0, 0, .85);z-index: 0;cursor: pointer;}
/* tc_search e */

/* c_more s */
.c_more{display: block;border-radius: 3px;width: 180px;height: 55px;line-height: 55px;color: #fff;text-align: center;margin-top: 9vh;font-size: 0;transition: 0.36s;background-image: -moz-linear-gradient( 0deg, rgb(41,67,159) 0%, rgb(38,111,204) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(41,67,159) 0%, rgb(38,111,204) 100%);background-image: -ms-linear-gradient( 0deg, rgb(41,67,159) 0%, rgb(38,111,204) 100%);}
.c_more span{display: inline-block;vertical-align: middle;font-size: 16px;}
.c_more i.fa{font-size: 18px;margin-left: 12px;vertical-align: middle;}
.c_more:hover{box-shadow: 3px 5px 12px 0 rgba(0, 0, 0, 0.12);transform: translateY(-3px);}
/* c_more e */

/* i_tit s */
.i_tit{
	text-align: center;
}
.i_tit.tal{
	text-align: left;
}
.i_tit span{
	font-size: var(--f16);
	color: var(--theme-color);
	display: inline-block;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.i_tit span:before{
	font-family: "iconfont";
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
/* 	width: 0.26rem;
	height: 0.26rem;
	border-radius: 50%; */
	font-size: var(--f16);
	background-color: var(--theme-color);
	/* color: #fff; */
	color: var(--theme-color);
	margin-right: 0.06rem;
	vertical-align: middle;
	font-weight: 700;
}
.i_tit span.color-white{
	color: #fff;
}
.i_tit span.color-white:before{
	background-color: #fff;
	color: var(--theme-color);
}
.i_tit h3{
	font-size: var(--f50);
	font-family: "RB";
	line-height: 1.1;
	color: #000;
	margin-top: 0.12rem;
}
.i_tit p{
	display: inline-block;
	font-size: var(--f18);
	line-height: 1.5;
	color: #666;
	margin-top: 0.12rem;
	width: 12rem;
	max-width: 100%;
}
.i_tit.color-white h3,.i_tit.color-white p{
	color: #fff;
}
/* i_tit e */

/* i_tit2 s */
.i_tit2{text-align: center;margin-bottom: 0.5rem;}
.i_tit2 span{
	display: inline-block;
	color: var(--theme-color);
	font-size: var(--f16);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.1rem;
	letter-spacing: 1px;
}
.i_tit2 h2{
	font-size: var(--f46);
	color: #111;
	font-weight: 700;
	line-height: 1.15;
}
.i_tit2 p{font-size: 18px;color: #47484b;line-height: 1.4;margin-top: 0.12rem;}
/* i_tit2 e */

/* c_ban */
.c_ban {position: relative;height: 5.2rem;background-repeat: no-repeat;background-position: center;background-size: cover;}
/* .c_ban::before {position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;z-index: 3;background: linear-gradient(90deg, rgba(5, 27, 61, .62) 0%, rgba(5, 27, 61, .38) 48%, rgba(5, 27, 61, .16) 100%);} */
.c_ban .ban_txt {position: absolute;left: 50%;top: 50%;display: flex;flex-direction: column;align-items: flex-start;text-align: left;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);color: #fff;z-index: 3;}
.c_ban .ban_txt h1,
.c_ban .ban_txt .n-inner-banner-context-title {max-width: 9.2rem;margin: 0;font-size: var(--f48);font-weight: 700;line-height: 1.12;color: #fff;}
/* sort_nav */
.sort_nav {position: relative;box-shadow: 0 0 10px rgba(0, 0, 0, .15);z-index: 2;}
.sort_nav.no_shadow{box-shadow: none;}
.sort_nav .tit{display: none;color: white;padding: 0 4%;font-size: 14px;height: 42px;background: var(--color);align-items: center;color: #fff;}
.sort_nav .tit h3{font-size: 16px;text-align: left;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.sort_nav .w16 {display: flex;justify-content: space-between;align-items: center;min-height: 80px;}
.sort_nav .c_form{
	width: 50%;
	transform: none;
}
.sort_nav .c_form input{
	background-color: #f8f9f9;
	padding-left: 0.3rem;
}
/* sort_nav_view */
.sort_nav_view {}
.sort_nav_view ul {display: flex;align-items: center;}
.sort_nav_view ul li {margin-left: 0.35rem;}
.sort_nav_view ul li a {position: relative;font-size: var(--f18);display: block;line-height: 80px;color: #111;}
.sort_nav_view ul li a:hover {color: var(--theme-color);}
.sort_nav_view ul li.active a {color: var(--theme-color);}
.sort_nav_view ul li.active a::after {content: "";display: block;width: 100%;height: 2px;position: absolute;bottom: -1px;left: 0;background-color: var(--theme-color);}

/* crumbs */
.crumbs {position: relative;}
.crumbs {padding-left: 25px;display: flex;align-items: center;}
.crumbs a {font-size: 18px;color: #666;display: inline-flex;align-items: center;}
.crumbs:before{
	position: absolute;
	content: "\e6b5";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "iconfont";
	font-size: var(--f20);
}
.crumbs a:not(:last-child)::after {font: normal normal normal 14px/1 FontAwesome;content: "\f105";display: inline-block;margin: 0 0.08rem;}
.crumbs a:hover {color: var(--theme-color);}

.n-c-ban-breadcrumb {
	max-width: 100%;
	margin-top: 22px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	/* border: 1px solid rgba(255, 255, 255, .3); */
	border-radius: 30px;
	background: rgba(255, 255, 255, .14);
	color: rgba(255, 255, 255, .82);
	box-shadow: 0 6px 16px rgba(4, 20, 45, .12);
	-webkit-backdrop-filter: blur(12px) saturate(125%);
	backdrop-filter: blur(12px) saturate(125%);
}

.n-c-ban-breadcrumb > svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	color: #fff;
}

.n-c-ban-breadcrumb > div {
	min-width: 0;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, .76);
	white-space: nowrap;
}

.n-c-ban-breadcrumb a {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	color: rgba(255, 255, 255, .86);
	transition: color .2s ease;
}

.n-c-ban-breadcrumb a{
	padding: 0 3px;
}

.n-c-ban-breadcrumb a:hover,
.n-c-ban-breadcrumb a:focus-visible {
	color: #fff;
}

.n-c-ban-breadcrumb a:focus-visible {
	outline: 2px solid rgba(255, 255, 255, .78);
	outline-offset: 3px;
}

.n-inner-sort-nav .n-sort-nav-inner {
	justify-content: center;
}

.n-inner-sort-nav .sort_nav_view {
	max-width: 100%;
	overflow-x: auto;
	scrollbar-width: thin;
}

.n-inner-sort-nav .sort_nav_view ul {
	width: max-content;
	min-width: 100%;
	justify-content: center;
}

.n-inner-sort-nav .sort_nav_view li:first-child {
	margin-left: 0;
}

@supports not ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
	.n-c-ban-breadcrumb {
		background: rgba(7, 32, 68, .82);
	}
}

@media all and (max-width: 1000px) {
	.c_ban {
		height: 360px;
	}

	.c_ban .ban_txt h1 {
		font-size: 40px;
	}

	.n-c-ban-breadcrumb {
		margin-top: 18px;
	}

	.n-inner-sort-nav .n-sort-nav-inner {
		width: 92%;
		min-height: 64px;
	}

	.n-inner-sort-nav .sort_nav_view {
		width: 100%;
	}

	.n-inner-sort-nav .sort_nav_view ul {
		justify-content: flex-start;
	}

	.n-inner-sort-nav .sort_nav_view ul li {
		flex: 0 0 auto;
		margin-left: 28px;
	}

	.n-inner-sort-nav .sort_nav_view ul li a {
		font-size: 16px;
		line-height: 64px;
	}
}

@media all and (max-width: 767px) {
	.c_ban {
		min-height: 220px;
		height: auto;
		background-position: center;
	}

	.c_ban .ban_txt {
		top: 52%;
	}

	.c_ban .ban_txt h1 {
		max-width: 100%;
		font-size: 34px;
	}

	.n-c-ban-breadcrumb {
		width: fit-content;
		max-width: 100%;
		margin-top: 16px;
		padding: 6px 12px;
		gap: 8px;
		align-items: flex-start;
		overflow: visible;
		border-radius: 6px;
		box-sizing: border-box;
	}

	.n-c-ban-breadcrumb > svg {
		width: 17px;
		height: 17px;
		margin-top: 3px;
	}

	.n-c-ban-breadcrumb > div {
		display: block;
		white-space: normal;
		overflow-wrap: anywhere;
		line-height: 1.55;
	}

	.n-c-ban-breadcrumb a {
		font-size: 16px;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.n-c-ban-breadcrumb {
		background: rgba(7, 32, 68, .9);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
}

/* bg */
.white_bg {background-color: white;}
.grey_bg {background-color: #fafafa;background-color: #EFF2F7;/* background-color: #f7f9fa; */}

/* Source-site archive pagination, adapted to WordPress page-number markup. */
.com_page {display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding-top:.55rem;}
.com_page > a,
.com_page > span {display:flex;align-items:center;justify-content:center;width:.5rem;height:.5rem;min-width:32px;min-height:32px;margin:0 .05rem;border:1px solid #eee;border-radius:50%;background:#fff;color:#333;font-size:var(--f16);line-height:1;transition:all .3s;}
.com_page > a.page-num-current,
.com_page > .page-numbers.current,
.com_page > a:not(.disabled):hover {border-color:var(--theme-color);background:var(--theme-color);color:#fff;}
.com_page > a:focus-visible {outline:3px solid rgba(227,106,5,.32);outline-offset:3px;}
.com_page > .prev,
.com_page > .next {background:#eff2f7;}
.com_page > .prev::after,
.com_page > .next::after {font:normal normal normal 14px/1 FontAwesome;font-size:inherit;}
.com_page > .prev::after {content:"\f104";}
.com_page > .next::after {content:"\f105";}
.com_page > .disabled {cursor:default;}
.com_page > .dots {border-color:transparent;background:transparent;}
.no_page{font-size: var(--f18);font-family: "RB" ;line-height: 5em;text-align: center;}

/* n_tit */
.n_tit{color: #212121;}
.n_tit p{font-size: 16px;line-height: 1.5;text-transform: uppercase;}
.n_tit h2,
.n_tit h3{position: relative;font-size: 0.42rem;line-height: 1.3;font-weight: 700;/* padding-bottom: 0.15rem; */margin-bottom: 0.35rem;font-family: 'PB';}
/* .n_tit h3::after {content: '';display: block;width: 36px;height: 3px;background: var(--theme-color);position: absolute;left: 0;bottom: 0;} */
.n_tit.tac{text-align: center;}
.n_tit.tac h3::after{left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}

/* morelink */
.morelink {display: inline-block;position: relative;font-size: 16px;line-height: 30px;color: #fff;padding: 10px 40px;background-color: var(--theme-color);border: 1px solid var(--theme-color);border-radius: 5px;text-transform: capitalize;transition: all 0.3s;cursor: pointer;}
.morelink:hover {color: var(--theme-color);}

/* btn-3 */
.btn-3 {position: relative;z-index: 1;overflow: hidden;}
.btn-3:before {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent #fff;position: absolute;bottom: -5px;left: -5px;transition: all .5s;z-index: -1;}
.btn-3:after {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent #fff transparent transparent;position: absolute;top: -5px;right: -5px;transition: all .5s;z-index: -1;}
.btn-3:hover:before {border-width: 300px 0 0 300px;}
.btn-3:hover:after {border-width: 0 300px 300px 0;}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0;}
.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--theme-color);width: 30px;height: 8px;border-radius: 4px;}

/* ====================首页样式========================= */
/* ==========================================================================
   Common Utilities (公共辅助类)
   ========================================================================== */
.color-blue { color: var(--theme-color); }
.color-orange { color: var(--sec-theme-color); }
.bg-blue { background-color: var(--theme-color); }
.bg-orange { background-color: var(--sec-theme-color); }

.border-top-blue { border-top: 4px solid var(--theme-color); }
.border-left-blue { border-left: 4px solid var(--theme-color); }
.border { border: 1px solid #eee; }

.hover-color:hover { color: var(--theme-color); }
.hover-orange:hover { color: var(--sec-theme-color); }
.hover-white:hover { color: #fff; }
.hover-up:hover { transform: translateY(-10px); }

.shadow-sm { box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.shadow-lg { box-shadow: 0 15px 40px rgba(30,80,299,0.05); }

.block{display: block;}
.gap-15 { gap: 0.15rem; }
.gap-20 { gap: 0.2rem; }
.gap-30 { gap: 0.3rem; }
.p5-10 { padding: 0.05rem 0.1rem; }
.opacity-5 { opacity: 0.05; }
.z2 { z-index: 2; }
.cursor-pointer { cursor: pointer; }

/* SVG Icons */
.xh-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease;
}

/* ==========================================================================
   Buttons (按钮样式)
   ========================================================================== */
.xh-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.18rem 0.4rem;
    background-color: var(--sec-theme-color);
    color: #fff;
    border-radius: 30px; /* 偏工业风的微圆角 */
    font-size: var(--f16);
    transition: all 0.3s ease;
    border: 2px solid var(--sec-theme-color);
    font-weight: 500;
}
.xh-home-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.xh-home-btn-outline-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.18rem 0.4rem;
    background-color: transparent;
    color: var(--theme-color);
    border-radius: 30px;
    font-size: var(--f16);
    transition: all 0.3s ease;
    border: 2px solid var(--theme-color);
    font-weight: 500;
}
.xh-home-btn-outline-dark:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.xh-home-btn-orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.18rem 0.5rem;
    background-color: var(--sec-theme-color);
    color: #fff;
    border-radius: 30px;
    font-size: var(--f18);
    transition: all 0.3s ease;
    border: 2px solid var(--sec-theme-color);
}
.xh-home-btn-orange:hover {
    background-color: #fff;
    color: var(--sec-theme-color);
}

/* ==========================================================================
   Swiper Pagination Customization (轮播图分页定制)
   ========================================================================== */
.swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    background-color: #ccc;
    opacity: 0.6;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
    background-color: var(--theme-color);
    width: 30px;
    opacity: 1;
}

/* ==========================================================================
   Sections Specific Styles (各板块具体样式)
   ========================================================================== */

/* Header */
.xh-home-header {
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.xh-home-header .c-nav > li .c-title-box {
    font-family: var(--font-poppins);
    font-weight: 500;
}

/* Hero Section */
.xh-home-hero .trust-bar {
    border-top-color: #e0e0e0;
}

/* Products */
.xh-home-products .item {
    border-color: #f0f0f0;
}
.xh-home-products .item:hover {
    border-color: var(--theme-color);
}

/* Applications */
.xh-home-apps .app-item {
    border-color: transparent;
}
.xh-home-apps .app-item.active {
    border-color: var(--theme-color);
}

/* About / Strength */
.xh-home-about .border-left-blue {
    transition: all 0.3s ease;
}
.xh-home-about .border-left-blue:hover {
    background-color: var(--theme-color);
}
.xh-home-about .border-left-blue:hover .f30,
.xh-home-about .border-left-blue:hover .f16 {
    color: #fff;
}

/* Service & Support */
.xh-home-support .icon-box {
    transition: all 0.3s ease;
}
.xh-home-support .w25:hover .icon-box {
    background-color: var(--theme-color);
    transform: scale(1.1);
}
.xh-home-support .w25:hover .icon-box svg {
    color: #fff;
}

/* News */
.xh-home-news .item {
    border-color: #f0f0f0;
}
.xh-home-news .item:hover {
    border-color: var(--theme-color);
}

/* Footer */
.xh-home-footer .social-icon {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}
.xh-home-footer .social-icon:hover {
    background-color: var(--sec-theme-color);
    transform: translateY(-3px);
}

/* ==========================================================================
   Application Solutions V2 (行业应用 V2)
   ========================================================================== */
.letter-spacing-1 { letter-spacing: 1px; }
.opacity-8 { opacity: 0.8; }
.w80 { width: 80%; }

.xh-app-v2 .app-item {
    position: relative;
    border: 1px solid transparent;
    background-color: transparent;
}

/* 左侧橙色指示条 */
.xh-app-v2 .app-item::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background-color: var(--sec-theme-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 4px 4px 0;
    opacity: 0;
}

/* 图标容器基础样式 (未激活) */
.xh-app-v2 .icon-wrap {
    width: 0.5rem;
    height: 0.5rem;
    min-width: 0.5rem;
    background-color: transparent;
    color: #999;
}

/* 激活或悬停状态 */
.xh-app-v2 .app-item:hover,
.xh-app-v2 .app-item.active {
    background-color: #fff;
    border-color: #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.xh-app-v2 .app-item.active::before {
    height: 60%;
    opacity: 1;
}

/* 激活状态的文字颜色 */
.xh-app-v2 .app-item.active h4 {
    color: var(--theme-color);
}

/* 激活状态的图标毛玻璃效果 */
.xh-app-v2 .app-item.active .icon-wrap {
    background: rgba(227, 106, 5, 0.12); /* 橙色透明底 */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--sec-theme-color);
    box-shadow: 0 4px 15px rgba(227, 106, 5, 0.15);
}

/* 右侧图片遮罩渐变 (深蓝到透明) */
.xh-app-v2 .img-overlay {
    background: linear-gradient(to top, rgba(0, 48, 124, 0.95) 0%, rgba(0, 48, 124, 0.6) 50%, rgba(0, 48, 124, 0) 100%);
    height: 60%; /* 遮罩占图片高度的比例 */
}

/* 响应式调整 */
@media screen and (max-width: 1000px) {
    .xh-app-v2 .flex.f-jsb.f-as { flex-direction: column-reverse; gap: 0.4rem; }
    .xh-app-v2 .w35, .xh-app-v2 .w60 { width: 100%; }
    .xh-app-v2 .img-overlay { padding: 0.3rem; height: auto; min-height: 50%; }
    .xh-app-v2 .img-overlay .w80 { width: 100%; }
}

/* ==========================================================================
   Application Solutions V4 (图片底+居下+悬停上移展开 - 修复定位版)
   ========================================================================== */
.opacity-8 { opacity: 0.8; }
.trs4 { transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

/* --- 核心定位修复区 开始 --- */
/* 背景图绝对定位在最底层 */
.xh-app-v4-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* 全局黑色渐变遮罩，确保白色文字可见 */
.xh-app-v4-global-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    pointer-events: none;
    z-index: 1;
}

/* 内容主容器层级提升 */
.xh-app-v4-inner {
    z-index: 2;
}

/* 悬停时的深蓝色遮罩 (NENA 品牌蓝) */
.xh-app-v4-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgb(var(--theme-color-rgb), 0.75);
	/* background-color: rgba(0, 0, 0, 0.75); */
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

/* 每一列的文字内容区绝对定位在底部 */
.xh-app-v4-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.xh-app-v4-content .xh-icon{
	width: auto;
	height: auto;
}
.xh-app-v4-content .xh-icon img{
	width: 0.64rem;
}
/* --- 核心定位修复区 结束 --- */


/* 列分割线 */
.xh-app-v4-item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.xh-app-v4-item:last-child {
    border-right: none;
}

/* 悬停时遮罩显示 */
.xh-app-v4-item:hover .xh-app-v4-overlay,
.xh-app-v4-item.active .xh-app-v4-overlay {
    opacity: 1;
}

.xh-app-v4-box{
	height: 8rem;
}

/* 隐藏的描述区 (核心动画逻辑)
   默认 max-height 为 0，当悬停时 max-height 变大。
   因为父级 .xh-app-v4-content 是 bottom: 0，
   所以展开时会自动把上面的标题和图标向上推！ */
.xh-app-v4-desc-box {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
}
.xh-app-v4-item:hover .xh-app-v4-desc-box,
.xh-app-v4-item.active .xh-app-v4-desc-box {
    max-height: 200px; /* 足够容纳文字和按钮的高度 */
    opacity: 1;
    margin-top: 10px;
}

/* 底部箭头按钮 */
.xh-app-v4-arrow {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
}
.xh-app-v4-item:hover .xh-app-v4-arrow,
.xh-app-v4-item.active .xh-app-v4-arrow {
    background-color: var(--sec-theme-color); /* 悬停变橙色 */
    border-color: var(--sec-theme-color);
}

/* 响应式适配 */
@media screen and (max-width: 1000px) {
    .xh-app-v4-box {
        height: auto !important;
    }
    .xh-app-v4-box .flex.f-jsb.hmax {
        flex-direction: column;
    }
    .xh-app-v4-item {
        width: 100%;
        height: 250px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .xh-app-v4-item:last-child {
        border-bottom: none;
    }
    .xh-app-v4-content {
        padding: 0.3rem;
    }
    /* 移动端默认展开描述 */
    .xh-app-v4-desc-box {
        max-height: 200px;
        opacity: 1;
        margin-top: 10px;
    }
    .xh-app-v4-overlay {
        opacity: 0.6; /* 移动端默认给一点遮罩保证文字可读 */
    }
}

/* ==========================================================================
   Service & Support V2 (极简左对齐卡片版)
   ========================================================================== */

/* 标题左侧的蓝色粗线条 */
.xh-support-v2-line {
    width: 6px;
    height: 36px;
}

/* 卡片基础样式 */
.xh-support-v2-card {
    border-color: #eaeaea;
}

/* 悬停效果 */
.xh-support-v2-card:hover {
    border-color: var(--theme-color);
    box-shadow: 0 15px 40px rgba(0, 48, 124, 0.08); /* 偏蓝色的柔和阴影 */
}

/* 悬停时标题变色 */
.xh-support-v2-card:hover h3 {
    color: var(--theme-color);
}

/* 悬停时链接变橙色并带下划线效果 */
.xh-support-v2-card:hover .xh-support-v2-link {
    color: var(--sec-theme-color);
}
.xh-support-v2-card:hover .xh-support-v2-link svg {
    transform: translateX(5px); /* 箭头向右微动 */
}

/* 图标容器大小 */
.xh-support-v2-card .icon-wrap {
    width: 60px;
    height: 60px;
}

/* ==========================================================================
   Service & Support V2 (极简左对齐卡片版 - 4列)
   ========================================================================== */

/* 标题左侧的蓝色粗线条 */
.xh-support-v2-line {
    width: 6px;
    height: 36px;
}

/* 确保 flex-1 在 gap 存在时均分宽度 */
.xh-support-v2 .flex-1 {
    flex: 1;
    min-width: 0; /* 防止内容撑破 flex 容器 */
}

/* 卡片基础样式 */
.xh-support-v2-card {
	-webkit-box-shadow: 0 0 .12rem 0 rgba(30, 80, 229, .1);
	box-shadow: 0 0 .12rem 0 rgba(30, 80, 229, .1);
    /* border-color: #eaeaea; */
}

/* 悬停效果 */
.xh-support-v2-card:hover {
    /* border-color: var(--theme-color); */
    /* box-shadow: 0 15px 40px rgba(0, 48, 124, 0.08); /* 偏蓝色的柔和阴影 */ */

}

/* 悬停时标题变色 */
.xh-support-v2-card:hover h3 {
    color: var(--theme-color);
}

/* 悬停时链接变橙色并带下划线效果 */
.xh-support-v2-card:hover .xh-support-v2-link {
    color: var(--sec-theme-color);
}
.xh-support-v2-card:hover .xh-support-v2-link svg {
    transform: translateX(5px); /* 箭头向右微动 */
}

/* 图标容器大小 (稍微缩小一点以适应4列排版) */
.xh-support-v2-card .icon-wrap {
    width: 0.7rem;
    height: 0.7rem;
}
.xh-support-v2-card .icon-wrap img{
	mix-blend-mode: multiply;
}
/* 响应式适配 */
@media screen and (max-width: 1200px) {
	.xh-support-v2 .flex.f-jsb.f-ast {
	    flex-direction: column;
	}
	.xh-support-v2-card {
	    width: 100%;
	    margin-bottom: 0.3rem;
	}
    .xh-support-v2 .flex.f-jsb.f-ast {
        flex-wrap: wrap;
    }
    .xh-support-v2-card {
        flex: 0 0 calc(50% - 10px); /* 平板端一行 2 个 */
        margin-bottom: 0.2rem;
    }
}

@media screen and (max-width: 768px) {
    .xh-support-v2-card {
        flex: 0 0 100%; /* 手机端一行 1 个 */
        margin-bottom: 0.3rem;
    }
    .xh-support-v2 .w60 {
        width: 100%;
    }
}


/* ==========================================================================
   Latest Blog V2 (悬浮叠层轮播版)
   ========================================================================== */

/* 导航按钮样式 */
.xh-news-prev, .xh-news-next,
.xh-products-prev, .xh-products-next{
    width: 45px;
    height: 45px;
    border-color: #ddd;
    background-color: #fff;
}
.xh-news-prev:hover, .xh-news-next:hover,
.xh-products-prev:hover, .xh-products-next:hover{
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.xh-news-prev:hover svg, .xh-news-next:hover svg,
.xh-products-prev:hover svg, .xh-products-next:hover svg{
    color: #fff;
}

/* 卡片整体留出底部空间给悬浮动画 */
.xh-news-card {
    padding-bottom: 0.4rem;
}

/* 图片容器固定高度 */
.xh-news-img-wrap {
}

/* 核心：白色内容框悬浮叠层设计 */
.xh-news-content {
    position: relative;
    z-index: 2;
    margin: -50px 20px 0; /* 向上偏移50px覆盖图片，左右留出20px间距 */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* 悬浮日期标签 */
.xh-news-date {
    position: absolute;
    top: -20px;
    left: 30px;
    padding: 12px 15px;
    /* box-shadow: 0 4px 10px rgba(0, 48, 124, 0.2); */
}

/* 鼠标悬停交互动画 */
.xh-news-card:hover .xh-news-img-wrap img {
    transform: scale(1.05); /* 图片微放大 */
}
.xh-news-card:hover .xh-news-content {
    transform: translateY(-8px); /* 内容框整体上浮 */
    box-shadow: 0 15px 40px rgba(0, 48, 124, 0.12); /* 阴影加深并带品牌蓝色调 */
}
.xh-news-card:hover h3 {
    color: var(--theme-color); /* 标题变色 */
}

/* 多行文本截断工具类 (如果您的基础库没有，请务必加上) */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 响应式适配 */
@media screen and (max-width: 1000px) {
    .xh-news-v2 .flex.f-jsb.f-ae {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .xh-news-content {
        margin: -30px 10px 0; /* 移动端减小偏移和间距 */
        padding: 20px;
    }
    .xh-news-date {
        left: 20px;
    }
}

.xh-home-cta{
	background: linear-gradient(rgba(0, 45, 110, 0.66), rgba(0, 45, 110, 0.8)), url('/wp-content/uploads/2026/07/cta-bg.webp') no-repeat center/cover;
}



/* ==========================================================================
   Responsive (响应式适配)
   ========================================================================== */
@media screen and (max-width: 1440px) {
    .xh-home-hero .f54 { font-size: 0.48rem; }
}

@media screen and (max-width: 1000px) {
    /* Layout Resets for Tablet/Mobile */
    .w16 { width: 92%; }
    .w25, .w30, .w33, .w35, .w40, .w48, .w50, .w60 { width: 100%; }
    
    /* Hero */
    .xh-home-hero .flex.f-jsb { flex-direction: column-reverse; }
    .xh-home-hero .w50 { padding-right: 0; margin-top: 0.4rem; text-align: center; }
    .xh-home-hero .trust-bar { justify-content: center; flex-wrap: wrap; }
    .xh-home-hero .flex.f-js { justify-content: center; }
    
    /* Applications */
    .xh-home-apps .flex.f-jsb { flex-direction: column; }
    .xh-home-apps .w50 { margin-bottom: 0.3rem; }
    
    /* About */
    .xh-home-about .flex.f-jsb { flex-direction: column; }
    .xh-home-about .w48 { margin-bottom: 0.4rem; }
    
    /* Support */
    .xh-home-support .flex.f-jsb { flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
    .xh-home-support .w25 { width: 48%; margin-bottom: 0.2rem; }
    
    /* Footer */
    .xh-home-footer .flex.f-jsb { flex-direction: column; }
    .xh-home-footer .w50.flex.f-jsb { flex-direction: row; flex-wrap: wrap; }
    .xh-home-footer .w30 { width: 48%; margin-bottom: 0.3rem; }
    .xh-home-footer .w25 { padding-right: 0; margin-bottom: 0.4rem; }
}

@media screen and (max-width: 768px) {
    .xh-home-hero .f54 { font-size: 0.38rem; }
    
    .xh-home-about .w48.p20 { width: 100%; margin-bottom: 0.15rem; }
    .xh-home-support .w25 { width: 100%; }
    .xh-home-footer .w30 { width: 100%; }
    
    /* 调整内边距 */
    .pt-120 { padding-top: 0.8rem; }
    .pt-100 { padding-top: 0.6rem; }
    .pb-100 { padding-bottom: 0.6rem; }
    .pb-80 { padding-bottom: 0.5rem; }
    .pt-80 { padding-top: 0.5rem; }
}


/* ====================内页样式========================= */

/* ====================关于样式========================= */



/* ====================产品样式========================= */

/* 产品列表 s */
/* 基础辅助类 */
.bg-theme { background-color: var(--theme-color); }
.color-theme { color: var(--theme-color); }
.box-shadow { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }
.border-bottom { border-bottom: 1px solid #eee; }
.border-eee { border: 1px solid #eee; }
.cursor-pointer { cursor: pointer; }
.text-justify { text-align: justify; }
.border-none { border: none; }

/* ==================== 左侧边栏导航 (Sidebar) ========================= */
/* .sticky_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 1.2rem;
    align-self: flex-start;
}

.sh-pro-menu > li { border-bottom: 1px solid #f5f5f5; }
.sh-pro-menu > li:last-child { border-bottom: none; }
.sh-pro-menu .menu-head>a{ padding: 0.15rem 0; }
.sh-pro-menu .menu-head a:hover { color: var(--theme-color); }
.sh-pro-menu > li.active .menu-head a { color: var(--theme-color); }
.sh-pro-menu > li.active .menu-head .toggle-btn { transform: rotate(180deg); color: var(--theme-color); }

/* 下拉箭头按钮，增加点击区域 */
.sh-pro-menu .toggle-btn { padding: 0 10px; font-size: 20px; }

/* 子菜单 (由 JS 控制显示隐藏，不再使用 display:block 行内样式) */
.sh-pro-menu .sub-menu { display: none; padding-bottom: 0.1rem; }
.sh-pro-menu .sub-menu li a { 
    display: block; 
    padding: 0.08rem 0 0.08rem 0.15rem; 
    font-size: var(--f16); 
    color: #666; 
    transition: all 0.3s;
}
.sh-pro-menu .sub-menu li a i { margin-right: 0.08rem; font-size: 12px; opacity: 0; transition: all 0.3s; }
.sh-pro-menu .sub-menu li a:hover, 
.sh-pro-menu .sub-menu li a.active { color: var(--theme-color); padding-left: 0.2rem; }
.sh-pro-menu .sub-menu li a:hover i, 
.sh-pro-menu .sub-menu li a.active i { opacity: 1; }

.sh-pro-rec-list .pic { width: 0.8rem; height: 0.8rem; flex-shrink: 0; }
.sh-pro-rec-list .pic img { width: 100%; height: 100%; object-fit: cover; }
.sh-pro-rec-list a:hover h4 { color: var(--theme-color); } */

/* ==================== 左侧边栏导航 (无限极菜单) ========================= */
.sticky_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 1.2rem;
    align-self: flex-start;
}

.sh-pro-menu { list-style: none; padding: 0; margin: 0; }

/* 菜单项基础线 */
.sh-pro-menu li { border-bottom: 1px solid #f5f5f5; }
.sh-pro-menu li:last-child { border-bottom: none; }

/* 包含链接和箭头的头部 */
.sh-pro-menu .menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

/* 菜单文字链接 */
.sh-pro-menu .menu-head a {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
}

/* 下拉箭头按钮 */
.sh-pro-menu .menu-head .toggle-btn {
    padding: 0 10px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    border: 0;
    background: transparent;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* 悬停与激活状态 */
.sh-pro-menu .menu-head a:hover { color: var(--theme-color); }
.sh-pro-menu li.active > .menu-head > a,.sh-pro-menu .sub-menu li.active>a{ color: var(--theme-color); }
.sh-pro-menu li.active > .menu-head > .toggle-btn { 
    transform: rotate(180deg); 
    color: var(--theme-color); 
}
/* --- 子菜单递归样式 (核心) --- */
.sh-pro-menu .sub-menu {
    display: none;
    padding-left: 18px; /* 每一级自动向右缩进 18px */
    padding-bottom: 10px;
}

.sh-pro-menu li.active > .sub-menu {
	display: block;
}

.sh-pro-menu .sub-menu[hidden] {
	display: none;
}

/* 子菜单内的 li 不需要底边框 */
.sh-pro-menu .sub-menu li { border-bottom: none; }

/* 子菜单内的纯链接 (叶子节点) */
.sh-pro-menu .sub-menu > li > a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #666;
    transition: all 0.3s ease;
    position: relative;
}

/* 给纯链接加个小横杠装饰，更有层级感 */
.sh-pro-menu .sub-menu > li > a::before {
    content: '-';
    margin-right: 8px;
    color: #ccc;
    transition: color 0.3s ease;
}

/* 子菜单链接悬停与激活 */
.sh-pro-menu .sub-menu > li > a:hover,
.sh-pro-menu .sub-menu > li > a.active {
    color: var(--theme-color);
    padding-left: 5px; /* 悬停时文字轻微右移 */
}
.sh-pro-menu .sub-menu > li > a:hover::before,
.sh-pro-menu .sub-menu > li > a.active::before {
    color: var(--theme-color);
}

/* 覆盖深层嵌套时的 menu-head 样式 (让字号变小，字体变细) */
.sh-pro-menu .sub-menu .menu-head { padding: 8px 0; }
.sh-pro-menu .sub-menu .menu-head a { font-size: 16px; font-weight: 500; color: #555; }
.sh-pro-menu .sub-menu .menu-head .toggle-btn { font-size: 18px; }

/* ==================== 右侧产品网格 (Product List Grid) ========================= */
.sh-pro-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.3rem;
}
.sh-pro-card { border: 1px solid transparent; }
.sh-pro-card:hover { border-color: var(--theme-color); transform: translateY(-8px); }
.sh-pro-card:hover h3 { color: var(--theme-color); }

.sh-pro-btn {
    display: inline-block;
    padding: 0.1rem 0.3rem;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-radius: 50px; 
}
.sh-pro-card:hover .sh-pro-btn {
    background-color: var(--theme-color);
    color: #fff;
}
/* 产品列表 e */

/* 产品详情 s */
/* ==================== 详情页板块间距管理 ========================= */
.sh-pro-detail-container .sh-pro-block {
    margin-bottom: 0.4rem;
}
.sh-pro-detail-container .sh-pro-block:last-child {
    margin-bottom: 0;
}

/* ==================== 详情页多图轮播 (Gallery) ========================= */
.sh-pro-gallery-main .pic { background-color: #fff; }
/* .sh-pro-gallery-thumbs .swiper-slide { opacity: 0.8;  } */
.sh-pro-gallery-thumbs .swiper-slide-thumb-active, 
.sh-pro-gallery-thumbs .swiper-slide:hover { opacity: 1; border-color: var(--theme-color); }

.sh-pro-thumbs-wrap {
    padding: 0 35px;
}

/* 彻底隐藏 Swiper 原生箭头(伪元素和SVG) */
.sh-pro-thumbs-wrap .swiper-button-next::after,
.sh-pro-thumbs-wrap .swiper-button-prev::after,
.sh-pro-thumbs-wrap .swiper-button-next svg,
.sh-pro-thumbs-wrap .swiper-button-prev svg {
    display: none !important;
    content: none !important;
}

/* 强制重置按钮样式与垂直居中 */
.sh-pro-thumbs-wrap .swiper-button-next,
.sh-pro-thumbs-wrap .swiper-button-prev {
    width: 25px;
    height: 100%;
    top: 0;
    margin-top: 0 !important;
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--theme-color);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.sh-pro-thumbs-wrap .swiper-button-next { right: 0; }
.sh-pro-thumbs-wrap .swiper-button-prev { left: 0; }

/* 放大我们自己写的 i 标签，并强制 line-height 保证居中 */
.sh-pro-thumbs-wrap .swiper-button-next i,
.sh-pro-thumbs-wrap .swiper-button-prev i {
    font-size: 20px;
    line-height: 1;
}

.sh-pro-thumbs-wrap .swiper-button-next:hover,
.sh-pro-thumbs-wrap .swiper-button-prev:hover {
    background-color: var(--theme-color);
    color: #fff;
}

/* ==================== 详情页属性与操作按钮 ========================= */
.sh-pro-features { background: #f8f9f9; padding: 0.2rem; border-radius: 5px; border-left: 4px solid var(--theme-color); }
.sh-pro-features li { font-size: var(--f16); color: #333; line-height: 1.8; }
.sh-pro-features li strong { color: #000; display: inline-block; width: 1.6rem; }

.sh-pro-btn-solid {
    padding: 0.15rem 0.4rem;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50px;
    border: 2px solid var(--theme-color);
}
.sh-pro-btn-solid:hover { background-color: var(--sec-theme-color); border-color: var(--sec-theme-color); }

.sh-pro-btn-outline {
    padding: 0.15rem 0.4rem;
    background-color: transparent;
    color: var(--theme-color);
    border-radius: 50px;
    border: 2px solid var(--theme-color);
}
.sh-pro-btn-outline:hover { background-color: var(--theme-color); color: #fff; }

/* ==================== 详情页 Tabs ========================= */
.sh-pro-tabs-nav a { position: relative; }
.sh-pro-tabs-nav a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 3px;
    background-color: var(--theme-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.sh-pro-tabs-nav a:hover, .sh-pro-tabs-nav a.active { color: var(--theme-color); }
.sh-pro-tabs-nav a.active::after { width: 100%; }

.sh-pro-tab-pane { display: none; }
.sh-pro-tab-pane.active { display: block; }
.fade-in { animation: fadeIn 0.5s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* ==================== 左侧边栏搜索 (Sidebar Search) ========================= */
.sh-pro-search {
    position: relative;
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* 当输入框获取焦点时，外层边框变色 */
.sh-pro-search:focus-within {
    border-color: var(--theme-color);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.sh-pro-search input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    color: #333;
    background-color: #fafafa;
}

.sh-pro-search button {
    width: 50px;
    border: none;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-pro-search button:hover {
    opacity: 0.9; /* 悬停时稍微变暗，兼容没有次级主题色的情况 */
}


/* ==================== 详情页文章排版 (H2, H3, H4) ========================= */
.sh-pro-detail-article h2 {
	font-size: var(--f28);
	line-height: 1.15;
	font-weight: 700;
	color: #000;
    /* border-bottom: 2px solid #eee; */
    padding-bottom: 0.1rem;
    position: relative;
}
/* .sh-pro-detail-article h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 2px;
    background-color: var(--theme-color);
} */
.sh-pro-detail-article h3 {
	font-size: var(--f24);
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 0.15rem;
	margin-top: 0.2rem;
    border-left: 4px solid var(--theme-color);
    padding-left: 0.15rem;
}
.sh-pro-detail-article h4 {
	font-size: var(--f20);
	line-height: 1.15;
	font-weight: 700;
    color: #444;
	margin-bottom: 0.15rem;
	margin-top: 0.2rem;
}

.sh-pro-detail-article p:not(:last-child){
	margin-bottom: 1em;
}

.sh-pro-dl-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* PC端两列显示 */
    gap: 15px; /* 两个dl之间的间距 */
    margin: 25px 0; /* 上下外边距 */
}

.sh-pro-dl-list dl {
    display: flex;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sh-pro-dl-list dl:hover {
    border-color: var(--theme-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.sh-pro-dl-list dt {
    width: 40%;
    background-color: #f8f9f9;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 15px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.sh-pro-dl-list dd {
    width: 60%;
    background-color: #fff;
    color: #555;
    font-size: 16px;
    padding: 12px 15px;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

/* 无序列表与有序列表 */
.sh-pro-detail-article ul,
.sh-pro-detail-article ol {
    margin-bottom: 1.5em;
    padding-left: 20px; /* 给默认的圆点/数字留出空间 */
    color: #444444;
}

.sh-pro-detail-article ul {
    list-style-type: disc; /* 实心圆点 */
}

.sh-pro-detail-article ol {
    list-style-type: decimal; /* 数字序号 */
}

.sh-pro-detail-article li {
    margin-bottom: 6px; /* 列表项之间的微小间距 */
    line-height: 1.75;
	list-style: disc;
}

.sh-pro-detail-article li:last-child {
    margin-bottom: 0;
}

/* ==================== 内容区简单表格样式 ========================= */
.sh-pro-detail-article .scroll{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sh-pro-detail-article table {
    border-collapse: collapse;
    border: 1px solid #eee;
	width: 100%;
}
.sh-pro-detail-article table th, 
.sh-pro-detail-article table td {
    padding: 12px 15px;
    border: 1px solid #eee;
}
/* .sh-pro-detail-article table thead th {
    background-color: #f5f5f5;
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid var(--theme-color);
} */
.sh-pro-detail-article tbody tr:hover {
    background-color: #f9f9f9;
}

/* 参数表格 (Specifications Tab) */
.sh-pro-table { border-collapse: collapse; }
.sh-pro-table th, .sh-pro-table td { border: 1px solid #eee; }
.sh-pro-detail-article tr:nth-child(even) td { background-color: #f7f8f9; }

/* ==================== 底部相关产品轮播 (Related Slider) ========================= */
.sh-pro-rel-slider {
    padding-bottom: 60px;
}

.sh-pro-rel-slider  .swiper-wrapper{
	padding-top: 0.1rem;
}

/* 彻底隐藏 Swiper 原生箭头(伪元素和SVG) */
.sh-pro-rel-slider .swiper-button-next::after, 
.sh-pro-rel-slider .swiper-button-prev::after,
.sh-pro-rel-slider .swiper-button-next svg, 
.sh-pro-rel-slider .swiper-button-prev svg {
    display: none !important;
    content: none !important;
}

/* 强制重置按钮样式与垂直居中 */
.sh-pro-rel-slider .swiper-button-next, 
.sh-pro-rel-slider .swiper-button-prev {
    width: 40px; 
    height: 40px;
    background-color: var(--theme-color);
    border-radius: 50%;
    color: #fff;
    top: calc(50% - 20px);
    bottom: 0;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.sh-pro-rel-slider .swiper-button-lock {
    display: none !important;
}
.sh-pro-rel-slider .swiper-button-next { right: calc(0 - 20px); }
.sh-pro-rel-slider .swiper-button-prev { left: calc( 0 - 20px); }

/* 放大我们自己写的 i 标签，并强制 line-height 保证居中 */
.sh-pro-rel-slider .swiper-button-next i, 
.sh-pro-rel-slider .swiper-button-prev i {
    font-size: 24px;
    line-height: 1;
}

.sh-pro-rel-slider .swiper-button-next:hover, 
.sh-pro-rel-slider .swiper-button-prev:hover {
    background-color: var(--sec-theme-color);
}

/* ==================== 底部留言表单 (Inquiry Form) ========================= */
.sh-pro-inquiry-form input, 
.sh-pro-inquiry-form textarea { 
    border: 1px solid transparent; 
    transition: all 0.3s ease; 
    font-family: 'Poppins', sans-serif; 
    outline: none;
}
.sh-pro-inquiry-form input:focus, 
.sh-pro-inquiry-form textarea:focus { 
    border-color: var(--theme-color); 
    background-color: #fff; 
    box-shadow: 0 0 10px rgba(1, 84, 164, 0.1); 
}
.ff-default .ff-el-form-control{
	font-family: inherit !important;
}
/* 产品详情 e */

/* ==================== 响应式适配 (Responsive) ========================= */
@media screen and (max-width: 1400px) {
    .sh-pro-grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 1000px) {
    .sh-pro-sidebar { width: 100%; margin-bottom: 0.4rem; position: static; }
    .sh-pro-content { width: 100%; }
    .sh-pro-gallery { width: 100%; margin-bottom: 0.4rem; }
    .sh-pro-summary { width: 100%; }
    .sh-pro-features li strong { width: 1.5rem; }
}

@media screen and (max-width: 767px) {
	.sh-pro-sidebar .sh-pro-search-widget,
	.sh-pro-sidebar .sh-pro-recommended-widget {
		display: none;
	}

	.sh-pro-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
		gap: 12px;
	}

	.sh-pro-grid .sh-pro-card {
		display: flex;
		height: 100%;
		flex-direction: column;
	}

	.sh-pro-grid .sh-pro-card:hover {
		transform: none;
	}

	.sh-pro-grid .sh-pro-card .info {
		flex: 1 1 auto;
		padding: 14px 10px 16px;
	}

	.sh-pro-grid .sh-pro-card h2,
	.sh-pro-grid .sh-pro-card h3 {
		font-size: 16px;
		line-height: 1.35;
	}

	.sh-pro-actions .sh-pro-btn-solid,
	.sh-pro-actions .sh-pro-btn-outline {
		min-height: 48px;
		padding: 12px 22px;
		font-size: 16px;
		line-height: 1.35;
	}

	.sh-pro-tabs-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
		column-gap: 8px;
	}

	.sh-pro-tabs-nav a {
		display: flex;
		width: auto;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 12px 8px;
		font-size: 16px;
		line-height: 1.35;
		text-align: center;
	}

	.sh-pro-tabs-nav a::after {
		bottom: 0;
	}

	.sh-pro-rel-slider .swiper-button-next i,
	.sh-pro-rel-slider .swiper-button-prev i {
		font-size: 14px;
	}

    .sh-pro-inquiry-form input { width: 100%; }
    .sh-pro-app-list li { width: 100%; }
    .sh-pro-actions a { width: 100%; justify-content: center; margin-right: 0; }
    .sh-pro-table th, .sh-pro-table td { display: block; width: 100%; }
    .sh-pro-table th { border-bottom: none; }
}

/* ====================新闻样式========================= */


/* 新闻列表 s */
.n_newslist{}
.n_newslist ul{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	row-gap: 0.3rem;
	column-gap: 0.3rem;
}
.n_newslist ul li{}
.n_newslist ul li:nth-child(3n){
	margin-right: 0;
}
.n_newslist ul li a{
	display: block;
	box-shadow: 0 0 0.3rem rgb(0 0 0 / .08);
}
.n_newslist ul li .info{
	position: relative;
	padding: 0.4rem 0.3rem 0.3rem;
}
.n_newslist ul li .date{
	position: absolute;
	left: 0.3rem;
	bottom: 100%;
	margin-bottom: -0.25rem;
	z-index: 1;
	width: 80px;
	text-align: center;
}
.n_newslist ul li .date span{
	display: block;
	font-size: var(--f30);
	line-height: 2.2;
	color: #fff;
	background-color: var(--theme-color);
}
.n_newslist ul li .date p{
	background-color: #f3f4f7;
	font-size: var(--f12);
	line-height: 1.8;
}
.n_newslist ul li .tit{
	height: 2.6em;
}
.n_newslist ul li .des{
	height: 3em;
}
.n_newslist ul li .more::after{
	color: var(--theme-color);
	display: inline-block;
	content: "\f0a9";
	font-family: "FontAwesome";
	font-size: 16px;
	font-variant: normal;
	font-weight: 600;
	line-height: 1;
	margin-left: 0.06rem;
	position: relative;
	text-shadow: none;
	text-transform: none;
	transition: all 0.3s ease 0s;
}
/* 新闻列表 e */

/* 新闻详情 s */
.n_news{
	/* background-color: #eff1f5; */
}
.n_news .fl{
	flex: 1;
	width: calc(100% - 450px);
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 20px 0 rgba(84, 87, 93, .1);
}
.n_news .fl .top{}
.n_news .fl .top h1{
	border-bottom: 1px solid rgb(221, 221, 221);
}
.n_news .fl .top .date{}
.n_news .fl .box{
	padding: 0.6rem 0.7rem 0.3rem;
}
.n_news .fl .con{
}
/* .n_news .fl .con h2{
	font-size: var(--f28);
	line-height: 1.15;
	color: #000;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.n_news .fl .con h3{
	font-size: var(--f24);
	line-height: 1.15;
	color: #212121;
	font-weight: 500;
	margin-bottom: 0.12rem;
}
.n_news .fl .con h4{
	font-size: var(--f20);
	line-height: 1.15;
	color: #333;
	font-weight: 500;
	margin-bottom: 0.08rem;
}
.n_news .fl .con  p{
	margin-bottom: 1em;
}
.n_news .fl .con a{
	text-decoration: underline;
	color: var(--theme-color);
}
.n_news .fl .con table{
	max-width: 100%;
}
.n_news .fl .con table td,.n_news .fl .con table th{
	border: 1px #eee solid;
	padding: 0.06rem 0.04rem !important;
	text-align: center;
} */

/* 富文本排版样式 */
/* ==================================================
   News Detail - Headings (H2, H3, H4, H5) Styles
================================================== */
/* 统一的基础设置：深色、加粗、合理的上下间距 */
.ar_article h2, 
.ar_article h3, 
.ar_article h4, 
.ar_article h5 {
    color: #222222;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 1.2em;   /* 距离上一段远一点，拉开层次 */
    margin-bottom: 0.6em; /* 距离下一段近一点，保持紧凑 */
}

/* H2：作为段落大标题，加一条极简的浅色底边框，显得非常规范 */
.ar_article h2 {
    font-size: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}

/* H3：中标题，纯文字靠字号区分 */
.ar_article h3 {
    font-size: 24px;
}

/* H4：小标题 */
.ar_article h4 {
    font-size: 20px;
}

/* H5：次级小标题 */
.ar_article h5 {
    font-size: 18px;
    color: #444444; /* 颜色稍微弱化一点 */
}


/* ==================================================
   News Detail - Table (表格) Styles
================================================== */
/* 表格滚动外层容器：去掉 border，只做滚动控制 */
.ar_article .scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    margin: 25px 0;
    /* 移除了 border 和 border-radius，避免与 table 边框冲突 */
}

/* 表格主体：边框加在这里 */
.ar_article table {
    width: 100%;
    min-width: 700px; 
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eaeaea; /* 最外层边框 */
    font-size: 15px;
    color: #444444;
    background-color: #ffffff;
}

.ar_article th, 
.ar_article td {
    padding: 14px 20px;
    border: 1px solid #eaeaea; /* 内部网格线 */
    vertical-align: middle;
    line-height: 1.5;
}

.ar_article th p, 
.ar_article td p{
	margin-bottom: 0;
}

.ar_article th {
    background-color: #f4f7f9; 
    color: #222222;
    font-weight: 600;
    text-align: left;
    white-space: nowrap; 
}

.ar_article tbody tr:nth-child(even) {
    background-color: #fafbfc;
}

.ar_article tbody tr:hover {
    background-color: #f0f5fa;
    transition: background-color 0.3s ease;
}

/* ==================================================
   News Detail - Paragraphs & Lists
================================================== */
/* P标签：增加底部留白和舒适的行高 */
.ar_article p {
    font-size: 16px;
    line-height: 1.75;
    color: #444444;
    margin-bottom: 1em; /* 底部外边距，拉开段落间距 */
}

/* 最后一个 P 标签不需要底部间距，避免撑大父容器 */
.ar_article p:last-child {
    margin-bottom: 0;
}

.ar_article a{
	color: var(--theme-color);
	text-decoration: underline;
}

.ar_article strong{
	font-weight: bold;
}

.ar_article span{
	/* color: var(--sec-theme-color); */
	color: #d32f2f;
}

/* 无序列表与有序列表 */
.ar_article ul,
.ar_article ol {
    margin-bottom: 1.5em;
    padding-left: 20px; /* 给默认的圆点/数字留出空间 */
    color: #444444;
}

.ar_article ul {
    list-style-type: disc; /* 实心圆点 */
}

.ar_article ol {
    list-style-type: decimal; /* 数字序号 */
}

.ar_article li {
    margin-bottom: 6px; /* 列表项之间的微小间距 */
    line-height: 1.75;
	list-style: disc;
}

.ar_article li:last-child {
    margin-bottom: 0;
}


/* ================= 响应式适配 (Mobile) ================= */
@media (max-width: 768px) {
    /* 手机端适当缩小标题字号 */
    .ar_article h2 { font-size: 22px; }
    .ar_article h3 { font-size: 20px; }
    .ar_article h4 { font-size: 18px; }
    .ar_article h5 { font-size: 16px; }
	.ar_article p {font-size: 14px;}
    
    /* 手机端表格内边距缩小，留出更多可视空间 */
    .ar_article th, 
    .ar_article td { 
        padding: 8px 12px; 
        font-size: 14px; 
    }
}


/* ==================================================
   News Detail - Blockquote (摘要/引用) Styles
================================================== */
.ar_article blockquote {
    position: relative;
    margin: 30px 0;
    padding: 25px 30px 25px 40px;
    background-color: #f8f9fa; /* 极浅的工业灰蓝背景 */
    border-left: 4px solid #ff6600; /* 主题色左边框 */
    border-radius: 0 8px 8px 0; /* 右侧微圆角，左侧直角贴合边框 */
    font-size: 18px; /* 字体比正文稍微大一点 */
    line-height: 1.8;
    color: #444444; /* 字体颜色略深，提升辨识度 */
    font-style: italic; /* 斜体增加引用感 */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); /* 极弱的阴影增加层次 */
    z-index: 1;
    overflow: hidden;
}

/* 添加一个纯 CSS 的巨大双引号作为背景水印，提升设计感 */
.ar_article blockquote::before {
    content: "\201C"; /* 左双引号的 Unicode */
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 100px;
    color: rgba(255, 102, 0, 0.08); /* 极透明的主题色 */
    font-family: Georgia, serif; /* 强制使用带衬线的字体以确保双引号优雅 */
    line-height: 1;
    z-index: -1;
}

/* 确保 blockquote 内部的 p 标签样式正常 */
.ar_article blockquote p {
    position: relative;
    z-index: 2;
    margin-bottom: 0; /* 如果只有一段，去掉底部多余间距 */
}

/* 如果有多个段落，除了最后一个，其他的保留间距 */
.ar_article blockquote p:not(:last-child) {
    margin-bottom: 15px;
}

/* ================= 响应式适配 (Mobile) ================= */
@media (max-width: 768px) {
    .ar_article blockquote {
        padding: 20px;
        font-size: 16px;
        margin: 20px 0;
    }
    .ar_article blockquote::before {
        font-size: 80px;
        left: 5px;
        top: -5px;
    }
}

.n_news .fl .bot{
	border-top: 1px #eee solid;
}
.n_news .fl .bot>div{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.1rem;
}
.n_news .fl .prev{
	text-align: left;
}
.n_news .fl .next{
	text-align: right;
}
.n_news .fl .bot>div span{
	font-weight: 600;
}
.n_news .fl .bot>div a{
	color: #555;
	display: inline-block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-flex: auto;
	-moz-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: 80%;
}
.n_news .fr{
	width: 400px;
	position: sticky;
	top: 110px;
}

.n_news .fr .tab-con{
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(84, 87, 93, .1);
	background-color: #fff;
}
.n_news .fr .tab-con h4{
	padding: 20px 20px 0;
	font-weight: 700;
}
.n_news .fr .blog-nav{
	padding: 20px;
}
.n_news .fr .blog-nav li{
	padding: 5px 0;
	overflow: hidden;
}
.n_news .fr .blog-nav li a{
	display: block;
}
.n_news .fr .blog-nav .one>a:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 0.08rem;
	border-radius: 50%;
	background-color: var(--theme-color);
	vertical-align: middle;
	margin-bottom: 3px;
}
.n_news .fr .blog-nav li a:hover{
	text-decoration: underline;
}
.n_news .fr .blog-nav>li>ul{}
.n_news .fr .blog-nav>li>ul>li{}
#catalog .one>a{
	font-weight: 600;
}
#catalog .two a {
    margin-left: 0.12rem;
	font-weight: 500;
}

.n_news .fr .recomm{
	box-shadow: 0 0 20px 0 rgba(84, 87, 93, .1);
}
.n_news .fr .recomm h4{}
.n_news .fr .recomm ul{}
.n_news .fr .recomm ul li{
	width: 100%;
}
.n_news .fr .recomm ul li+li{
	margin-top: 0.2rem;
}
.n_news .fr .recomm ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n_news .fr .recomm ul li .img{
	width: 120px;
}
.n_news .fr .recomm ul li .info{
	width: calc(100% - 130px);
}
.n_news .fr .recomm ul li .info .tit{}
.n_news .fr .recomm ul li .info .date{}
/* 新闻详情 e */

/* ====================应用样式========================= */
/* 基础辅助类增强 */
.bg-theme { background-color: var(--theme-color); }
.color-theme { color: var(--theme-color); }
.box-shadow { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }
.border-bottom { border-bottom: 1px solid #eee; }

/* 内页通用区块设置 */
.inner-section {
    padding: 0.9rem 0;
}
.inner-sec-head {
    margin-bottom: 0.5rem;
}
.inner-sec-head .sub-tit {
    display: inline-block;
    color: var(--theme-color);
    font-size: var(--f16);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
    letter-spacing: 1px;
}
.inner-sec-head .main-tit {
    font-size: var(--f46);
    color: #111;
    font-weight: 700;
    line-height: 1.2;
}

/* 方案列表 s */
.sol_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
}
.sol_card {
    border: 1px solid #eee;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sol_card:hover {
    box-shadow: 0 15px 40px rgba(1, 84, 164, 0.1);
    transform: translateY(-10px);
    border-color: transparent;
}
.sol_card .info {
    border-top: none;
}
.sol_more {
    display: inline-flex;
    align-items: center;
    color: var(--theme-color);
    transition: all 0.3s ease;
}
.sol_more i {
    margin-left: 0.08rem;
    transition: transform 0.3s ease;
}
.sol_card:hover .sol_more {
    color: var(--sec-theme-color);
}
.sol_card:hover .sol_more i {
    transform: translateX(5px);
}
/* 方案列表 e */

/* 方案详情 s */
.detail_content p {
    margin-bottom: 0.2rem;
    text-align: justify;
}
.detail_list li {
    position: relative;
    padding-left: 0.3rem;
    margin-bottom: 0.15rem;
    font-size: var(--f16);
    line-height: 1.6;
    color: #444;
}
.detail_list li i {
    position: absolute;
    left: 0;
    top: 0.05rem;
    color: var(--theme-color);
    font-size: var(--f20);
}
.rel_pro_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
}
.rel_pro_item {
    display: block;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.rel_pro_item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: var(--theme-color);
}
.rel_pro_item:hover h4 {
    color: var(--theme-color);
}
.side_form input, .side_form textarea {
    border: 1px solid transparent;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
.side_form input:focus, .side_form textarea:focus {
    border-color: var(--theme-color);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(1, 84, 164, 0.1);
}
.side_form button:hover {
    background-color: var(--sec-theme-color);
}
/* 右侧边栏跟随 (Sticky Sidebar) */
.sticky_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 1.2rem; /* 距离顶部的距离，可根据您网站实际的导航栏高度调整 */
    align-self: flex-start; /* 必须加这个，否则在 flex 容器中会默认拉伸等高导致失效 */
}

@media screen and (max-width: 1000px) {
    .sh-pro-sidebar.sticky_sidebar {
        position: static;
        top: auto;
        align-self: stretch;
    }
}

/* 相关方案列表 (Related Solutions) */
.rel_sol_list li a:hover h4 { color: var(--theme-color); }
.rel_sol_list .pic { width: 0.8rem; height: 0.6rem; flex-shrink: 0; }
.rel_sol_list .pic img { width: 100%; height: 100%; object-fit: cover; }

/* 底部产品轮播 (Product Swiper) */
.rel_pro_slider { padding: 0.1rem 0.1rem 0.5rem; margin: -0.1rem; }
.rel_pro_item { display: block; border: 1px solid #eee; transition: all 0.3s ease; background: #fff; }
.rel_pro_item:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.08); border-color: var(--theme-color); }
.rel_pro_item:hover h4 { color: var(--theme-color); }

/* 自定义轮播按钮样式 */
.rel_pro_slider .swiper-button-next, 
.rel_pro_slider .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    background-color: var(--theme-color);
    border-radius: 50%;
    color: #fff;
    top: auto;
    bottom: 0;
    margin: 0;
}
.rel_pro_slider .swiper-button-next { right: 45%; }
.rel_pro_slider .swiper-button-prev { left: 45%; }
.rel_pro_slider .swiper-button-next::after, 
.rel_pro_slider .swiper-button-prev::after {
    font-size: 0.18rem;
    font-weight: bold;
}
.rel_pro_slider .swiper-button-next:hover, 
.rel_pro_slider .swiper-button-prev:hover {
    background-color: var(--sec-theme-color);
}
.side_form button{border: none;cursor: pointer;}
/* 表单样式 */
.side_form input, .side_form textarea { border: 1px solid transparent; transition: all 0.3s ease; }
.side_form input:focus, .side_form textarea:focus { border-color: var(--theme-color); background-color: #fff; box-shadow: 0 0 10px rgba(1, 84, 164, 0.1); }
.side_form button:hover { background-color: var(--sec-theme-color); }
/* 方案详情 e */

/* ==================== 响应式适配 (Responsive) ========================= */
@media screen and (max-width: 1200px) {
    .sol_grid { gap: 0.2rem; }
    .detail_left { width: 65%; }
    .detail_right { width: 32%; }
}

@media screen and (max-width: 1000px) {
    .sol_grid { grid-template-columns: repeat(2, 1fr); }
    .detail_left { width: 100%; margin-bottom: 0.4rem; }
    .detail_right { width: 100%; display: flex; gap: 0.2rem; }
    .detail_right .sidebar_box { width: 50%; margin-bottom: 0; }
    .rel_pro_grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 767px) {
    .inner_ban { height: 3rem; }
    .sol_grid { grid-template-columns: 1fr; }
    .detail_right { flex-direction: column; gap: 0; }
    .detail_right .sidebar_box { width: 100%; margin-bottom: 0.3rem; }
    .rel_pro_grid { grid-template-columns: 1fr; }
    .dl_item { flex-direction: column; align-items: flex-start; padding: 0.2rem; }
    .dl_btn { margin-top: 0.2rem; width: 100%; justify-content: center; }
    .dl_tabs a { width: 100%; text-align: center; margin: 0 0 0.1rem; }
	.rel_sol_list .pic{width: 1.2rem;height: 0.9rem;}
}

/* ====================服务样式========================= */

/* 服务支持 s */
/* 服务支持 e */

/* 常见问题 s */
/* ================= 2. FAQ 手风琴 (FAQ Accordion) ================= */
.faq-accordion {
    max-width: 14rem; /* 控制最大宽度，保证阅读体验 */
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 0.2rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.faq-item.active {
    border-color: var(--theme-color);
    box-shadow: 0 8px 20px rgba(1, 172, 200, 0.08);
}
.faq-head {
    padding: 0.25rem 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #fdfdfd;
    border-radius: 4px;
}
.faq-item.active .faq-head {
    background: #fff;
}
.faq-q {
    font-size: var(--f20);
    color: #111;
    font-weight: 600;
    transition: color 0.3s;
    padding-right: 0.3rem;
    line-height: 1.4;
}
.faq-item:hover .faq-q, 
.faq-item.active .faq-q {
    color: var(--theme-color);
}
/* 加号/减号 动画图标 */
.faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.faq-icon::before, .faq-icon::after {
    content: '';
    position: absolute;
    background: #111;
    transition: all 0.3s ease;
}
.faq-icon::before {
    top: 8px;
    left: 0;
    width: 18px;
    height: 2px;
}
.faq-icon::after {
    top: 0;
    left: 8px;
    width: 2px;
    height: 18px;
}
.faq-item:hover .faq-icon::before, 
.faq-item:hover .faq-icon::after,
.faq-item.active .faq-icon::before, 
.faq-item.active .faq-icon::after {
    background: var(--theme-color);
}
.faq-item.active .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}
.faq-body {
    display: none;
    padding: 0 0.3rem 0.3rem;
}
.faq-content {
    font-size: var(--f16);
    color: #666;
    line-height: 1.75;
    border-top: 1px dashed #e5e7eb;
    padding-top: 0.25rem;
}
/* 常见问题 e */

/* 下载中心 s */
.dl_tabs a {
    padding: 0.15rem 0.4rem;
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 0.1rem 0.2rem;
    transition: all 0.3s ease;
}
.dl_tabs a:hover, .dl_tabs a.active {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
    box-shadow: 0 5px 15px rgba(1, 84, 164, 0.2);
}
.dl_item {
    border: 1px solid transparent;
}
.dl_item:hover {
    border-color: var(--theme-color);
    transform: translateY(-3px);
}
.dl_icon {
    width: 0.8rem;
    height: 0.8rem;
}
.dl_icon svg {
    width: 0.38rem;
    height: 0.38rem;
    fill: none;
    stroke: var(--theme-color);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.dl_btn {
    padding: 0.16rem 0.45rem;
}
.dl_btn svg {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.dl_item:hover .dl_btn {
    background-color: var(--sec-theme-color);
}

/* 下载信息图标美化 */
.dl_meta span { display: inline-flex; align-items: center; }
.dl_meta svg {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.1rem;
    fill: none;
    stroke: var(--theme-color);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* 下载中心 e */

/* 视频中心 s */
/* 视频中心 e */

/* ====================联系样式========================= */

/* 联系我们 s */
.n_contact{}
.n_contact .fl{
	width: 58%;
}
.n_contact .fl .con{}
.n_contact .fl form{}
.n_contact .fl .mui-input-row{
	width: 48%;
	margin-bottom: 0.15rem;
}
.n_contact .fl .mui-input-row input{
	width: 100%;
	font-size: var(--f16);
	height: 0.6rem;
	line-height: 0.6rem;
	background: #F8F7FA;
	border-radius: 0.05rem;
	padding-left: 0.16rem;
	border: none;
}
.n_contact .fl .mui-input-row.w100{
	width: 100%;
}
.n_contact .fl .mui-input-row textarea{
	font-size: var(--f16);
	padding: 0.16rem;
	line-height: 1.5;
	width: 100%;
	height: calc(9em + 0.32rem);
	background: #F4F5F9;
	border-radius: 0.05rem;
	border: none;
}
.n_contact .fl .btn{}
.n_contact .fl .btn button{
	display: inline-block;
	background-color: var(--theme-color);
	color: #fff;
	padding: 0.2rem 0.5rem;
	font-size: var(--f20);
	text-transform: uppercase;
	border: none;
}
.n_contact .fr{
	width: 38%;
}
.n_contact .fr .des{}
.n_contact .fr .con{}
.n_contact .fr ul{}
.n_contact .fr ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n_contact .fr ul li+li{
	margin-top: 0.4rem;
}
.n_contact .fr ul li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: var(--theme-color);
}
.n_contact .fr ul li .icon:hover{
	background-color: #000;
}
.n_contact .fr ul li .icon i{
	font-size: var(--f30);
	color: #fff;
}
.n_contact .fr ul li .text{
	width: calc(100% - 100px);
	line-height: 1.67;
}
.n_contact .fr ul li .text h5{
	font-size: var(--f20);
	font-weight: 600;
}
.n_contact .fr ul li .text p{
	font-size: var(--f16);
	line-height: 1.5;
	margin-top: 0.05rem;
}
/* 联系我们 e */




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.Header-container .c-nav>li{
		margin-right: 0.4rem;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pc{display: none;}
	.mb{display: block;}
}

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

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}

/* ==================== Header and shared responsive corrections ==================== */
.n-header-row {
	min-width: 0;
	justify-content: space-between;
}

.n-header-row > .logo,
.n-header-row > .fr {
	min-width: 0;
}

.n-search-form {
	justify-content: space-between;
}

#c-header .c-switch {
	flex: 0 0 24px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font: inherit;
}

body.c-open {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
}

@media all and (max-width: 767px) {
	.sh-pro-crumbs {
		flex-wrap: wrap;
		align-items: center;
		row-gap: 6px;
	}

	.sh-pro-crumbs a,
	.sh-pro-crumbs span {
		font-size: 14px;
		line-height: 1.4;
	}

	.sh-pro-crumbs a {
		white-space: nowrap;
	}

	.sh-pro-crumbs span {
		flex: 0 0 100%;
		display: block;
		color: #333;
	}

	.sh-pro-crumbs:before {
		top: 11px;
		transform: none;
	}

	.n_contact > .w16 {
		display: flex;
		flex-direction: column;
	}

	.n_contact .fl,
	.n_contact .fr {
		float: none;
		width: 100%;
	}

	.n_contact .fr {
		margin-top: 48px;
	}

	.n_contact .fr ul li {
		justify-content: flex-start;
		gap: 20px;
	}

	.n_contact .fr ul li .icon {
		flex: 0 0 64px;
		width: 64px;
		height: 64px;
	}

	.n_contact .fr ul li .text {
		min-width: 0;
		width: auto;
		flex: 1 1 auto;
	}

	.n_contact .fr ul li .text a,
	.n_contact .fr ul li .text p {
		overflow-wrap: anywhere;
	}
}

@media all and (min-width: 1101px) and (max-width: 1439px) {
	.Header-container {
		max-width: 95%;
	}

	.Header-container .logo a img {
		height: 38px;
	}

	.Header-container .c-nav > li {
		margin-right: 18px;
	}
}

@media all and (min-width: 1101px) and (max-width: 1199px) {
	.Header-container {
		max-width: 96%;
	}

	.Header-container .logo a img {
		height: 34px;
	}

	.Header-container .c-nav > li {
		margin-right: 11px;
	}

	.Header-container .c-nav > li .c-title-box > a {
		font-size: 16px;
	}

	.Header-container .tool .search i {
		font-size: 21px;
	}
}

@media all and (max-width: 1100px) {
	.n-header-row {
		height: 60px;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0;
	}

	.n-header-row > .logo {
		flex: 0 1 auto;
	}

	.n-header-row > .fr {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.Header-container .fr {
		height: 60px;
		gap: 18px;
	}

	.Header-container .tool {
		padding-right: 0;
	}

	.Header-container .tool .search {
		width: 34px;
		height: 44px;
		border: 0;
		background: transparent;
	}

	#c-header .c-switch {
		display: block;
	}

	#c-header .c-nav {
		top: 60px;
	}

	.tc_search .n-search-form {
		flex-direction: row;
		align-items: center;
		gap: 0;
	}

	.xh-home-hero .flex.f-jsb {
		flex-direction: column-reverse;
	}

	.xh-home-apps .flex.f-jsb,
	.xh-home-about .flex.f-jsb,
	.xh-home-footer .flex.f-jsb {
		flex-direction: column;
	}

	.xh-home-footer .w50.flex.f-jsb,
	.xh-home-support .flex.f-jsb {
		flex-direction: row;
	}

	.Footer-container .mid {
		flex-direction: column;
		align-items: stretch;
		gap: 42px;
	}

	.Footer-container .mid .fl,
	.Footer-container .mid > ul,
	.Footer-container .mid .fr {
		width: 100%;
		min-width: 0;
	}

	.Footer-container .mid > ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 48px;
	}

	.Footer-container .mid > ul li {
		width: 100%;
		min-width: 0;
	}

	.Footer-container .mid .fr .info dd {
		min-width: 0;
		overflow-wrap: anywhere;
	}
}

@media all and (max-width: 767px) {
	.n-header-row {
		max-width: calc(100% - 32px);
	}

	.Header-container .logo a img {
		max-width: 190px;
		height: 27px;
	}

	.Header-container .fr {
		gap: 14px;
	}

	.Header-container .tool .search {
		width: 30px;
	}

	.Header-container .tool .search i {
		font-size: 21px;
	}

	.tc_search form {
		width: calc(100% - 32px);
		max-width: none;
		padding: 0 8px;
	}

	.tc_search input {
		font-size: 20px;
	}

	.Footer-container .mid {
		padding-top: 50px;
		padding-bottom: 34px;
		gap: 34px;
	}

	.Footer-container .mid > ul {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.Footer-container .mid .fl .foot_logo img {
		height: 38px;
	}

	.Footer-container .mid .fr .info dl {
		justify-content: flex-start;
	}
}

@media all and (max-width: 375px) {
	.n-header-row {
		max-width: calc(100% - 24px);
	}

	.Header-container .logo a img {
		max-width: 170px;
		height: 25px;
	}

	.Header-container .fr {
		gap: 12px;
	}

	.Footer-container {
		max-width: calc(100% - 30px);
	}
}

/* Service page laptop, tablet and mobile corrections */
.n-service-page section[id] {
	scroll-margin-top: 180px;
}

.n-service-resource > [class*="rect-"] {
	position: absolute;
	inset: 0;
	height: 100%;
	padding-bottom: 0;
}

@media all and (max-width: 1366px) {
	.n-service-overview-grid,
	.n-service-inquiry-grid {
		gap: 52px;
	}

	.n-service-form {
		padding: 26px;
	}
}

@media all and (max-width: 1180px) {
	.n-service-overview-grid,
	.n-service-inquiry-grid {
		gap: 42px;
	}

	.n-service-inquiry-copy {
		padding-top: 0;
	}

	.n-service-form {
		width: 100%;
		max-width: 900px;
	}
}

@media all and (max-width: 1000px) {
	.n-service-page section[id] {
		scroll-margin-top: 128px;
	}
}

@media all and (max-width: 767px) {
	.n-service-page .n-service-overview-copy h2,
	.n-service-page .n-service-heading h2,
	.n-service-page .n-service-inquiry-copy h2 {
		font-size: 36px;
	}

	.n-service-overview-grid,
	.n-service-inquiry-grid {
		gap: 34px;
	}

	.n-service-contact-lines strong {
		font-size: 16px;
	}

	.n-service-page .n-service-media-note {
		padding: 20px;
	}

	.n-service-flow > svg {
		width: 24px;
		height: 24px;
		margin: -4px auto;
	}

	.n-service-resource-grid {
		gap: 18px;
	}
}

@media all and (max-width: 375px) {
	.n-service-page .w16 {
		max-width: calc(100% - 30px);
	}

	.n-service-page .n-service-overview-copy h2,
	.n-service-page .n-service-heading h2,
	.n-service-page .n-service-inquiry-copy h2 {
		font-size: 32px;
	}

	.n-service-nav .w16 {
		max-width: calc(100% - 30px);
		gap: 22px;
	}

	.n-service-page .n-service-form {
		padding: 24px 18px;
	}

	.n-service-page .n-service-resource {
		min-height: 280px;
	}
}

/* Product detail sidebar recommendations */
.sh-pro-rec-list li:last-child {
	margin-bottom: 0;
}

.sh-pro-rec-list a {
	min-width: 0;
}

.sh-pro-rec-list .pic {
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
}

.sh-pro-rec-list .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sh-pro-rec-list h3 {
	transition: color 0.25s ease;
}

.sh-pro-rec-list a:hover h3,
.sh-pro-rec-list a:focus-visible h3 {
	color: var(--theme-color);
}

/* NENA Fluent Forms */
.nena-form .ff-el-group {
	margin-bottom: 18px;
}

.nena-form .ff-el-input--label {
	margin-bottom: 8px;
}

.nena-form .ff-el-input--label label {
	color: #172331;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.nena-form .ff-el-form-control {
	width: 100%;
	height: 56px;
	padding: 0 16px;
	border: 1px solid #dce3e9;
	border-radius: 4px;
	background: #f7f9fb;
	box-shadow: none;
	color: #172331;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.nena-form textarea.ff-el-form-control {
	height: 140px;
	min-height: 140px;
	padding-top: 14px;
	padding-bottom: 14px;
	resize: vertical;
}

.nena-form--compact textarea.ff-el-form-control {
	height: 110px;
	min-height: 110px;
}

.nena-form .ff-el-form-control:focus {
	border-color: var(--theme-color);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(1, 84, 164, 0.1);
	outline: 0;
}

.nena-form .ff-t-container {
	gap: 18px;
	margin-bottom: 0;
}

.nena-form .ff-t-cell {
	min-width: 0;
	padding: 0;
}

.nena-form .ff-btn-submit {
	min-width: 180px;
	height: 56px;
	padding: 0 28px;
	border: 1px solid var(--theme-color);
	border-radius: 4px;
	background: var(--theme-color);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

.nena-form .ff-btn-submit:hover,
.nena-form .ff-btn-submit:focus-visible {
	border-color: var(--sec-theme-color);
	background: var(--sec-theme-color);
	color: #fff;
}

.nena-form .ff-el-is-error .ff-el-form-control {
	border-color: #c9362b;
	background: #fff;
}

.nena-form .error.text-danger,
.nena-form .ff-el-is-error .text-danger {
	margin-top: 6px;
	color: #b52a22;
	font-size: 14px;
	line-height: 1.45;
}

.nena-form .ff-message-success {
	padding: 16px 18px;
	border: 1px solid #acd7c0;
	border-radius: 4px;
	background: #f2faf5;
	color: #1d6a42;
	font-size: 16px;
}

/* Product inquiry keeps the original compact fields and rounded action. */
.sh-pro-inquiry-form .nena-form--full .ff-btn-submit {
	min-width: 210px;
	border-radius: 999px;
}

/* Solution detail quick contact. */
.side_form .nena-form--compact .ff-el-group {
	margin-bottom: 14px;
}

.side_form .nena-form--compact .ff-el-form-control {
	height: 50px;
	background: #f5f5f5;
}

.side_form .nena-form--compact textarea.ff-el-form-control {
	height: 116px;
	min-height: 116px;
}

.side_form .nena-form--compact .ff-btn-submit {
	width: 100%;
	min-width: 0;
	height: 52px;
	border-radius: 0;
}

/* Contact page form mirrors the original two-column enquiry layout. */
.n_contact .nena-form--contact .ff-t-container {
	gap: 36px;
}

.n_contact .nena-form--contact .ff-el-group {
	margin-bottom: 15px;
}

.n_contact .nena-form--contact .ff-el-form-control {
	height: 60px;
	padding: 0 16px;
	border-color: transparent;
	border-radius: 5px;
	background: #f8f7fa;
}

.n_contact .nena-form--contact textarea.ff-el-form-control {
	height: 176px;
	min-height: 176px;
	padding-top: 16px;
	background: #f4f5f9;
}

.n_contact .nena-form--contact .ff_submit_btn_wrapper {
	margin-top: 30px;
}

.n_contact .nena-form--contact .ff-btn-submit {
	width: 293px;
	min-width: 0;
	height: 60px;
	border-radius: 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

@media all and (max-width: 767px) {
	.nena-form--full .ff-t-container {
		flex-direction: column;
		gap: 0;
	}

	.nena-form--full .ff-t-cell {
		width: 100% !important;
		flex-basis: 100% !important;
	}

	.nena-form .ff-btn-submit {
		width: 100%;
	}

	.n_contact .nena-form--contact .ff-t-container {
		gap: 0;
	}

	.n_contact .nena-form--contact .ff-el-form-control {
		height: 42px;
		font-size: 16px;
	}
	
	.n_contact .nena-form--contact textarea.ff-el-form-control {
		height: 152px;
		min-height: 152px;
	}

	.n_contact .nena-form--contact .ff_submit_btn_wrapper {
		margin-top: 22px;
	}

	.n_contact .nena-form--contact .ff-btn-submit {
		width: 100%;
		height: 45px;
		font-size: 16px;
	}
	
	.n_contact .fr ul li .text h5{
		font-size: var(--f24);
	}

	.dl_sec .i_tit2 > span {
		font-size: 16px;
	}

	.dl_sec .i_tit2 h2 {
		font-size: 30px;
		line-height: 1.25;
	}

	.dl_sec .dl_item {
		padding: 22px;
	}

	.dl_sec .dl_info {
		width: 100%;
		align-items: flex-start;
	}

	.dl_sec .dl_icon {
		width: 56px;
		height: 56px;
		flex: 0 0 56px;
	}

	.dl_sec .dl_icon svg {
		width: 28px;
		height: 28px;
	}

	.dl_sec .dl_info > .ml-20 {
		min-width: 0;
		margin-left: 16px;
	}

	.dl_sec .dl_info h4 {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.35;
	}

	.dl_sec .dl_meta,
	.dl_sec .dl_meta span {
		font-size: 16px;
		line-height: 1.45;
	}

	.dl_sec .dl_meta svg {
		width: 18px;
		height: 18px;
	}

	.dl_sec .dl_btn {
		min-height: 50px;
		margin-top: 20px;
		padding: 0 24px;
		font-size: 16px;
	}

	.dl_sec .dl_btn svg {
		width: 20px;
		height: 20px;
	}
}

@media all and (max-width: 375px) {
	.dl_sec .i_tit2 h2 {
		font-size: 28px;
	}

	.dl_sec .dl_item {
		padding: 20px 18px;
	}
}

/* Blog list and article responsive layout. */
@media all and (max-width: 1000px) {
	.n_newslist ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	.n_news > .w16 > .fl,
	.n_news > .w16 > .fr {
		float: none;
		width: 100%;
	}

	.n_news > .w16 > .fr {
		position: static;
		top: auto;
		margin-top: 36px;
	}
}

@media all and (max-width: 767px) {
	.n_newslist {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.n_newslist ul {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.n_newslist ul li .info {
		padding: 44px 22px 24px;
	}

	.n_newslist ul li .date {
		left: 22px;
		width: 68px;
	}

	.n_newslist ul li .date span {
		font-size: 28px;
		line-height: 1.8;
	}

	.n_newslist ul li .date p {
		font-size: 14px;
		line-height: 1.6;
	}

	.n_newslist ul li .tit {
		height: auto;
		font-size: 22px;
		line-height: 1.35;
	}

	.n_newslist ul li .des {
		height: auto;
		font-size: 16px;
		line-height: 1.65;
	}

	.n_newslist ul li .more {
		font-size: 16px;
	}

	.n_news {
		padding-top: 48px;
		padding-bottom: 56px;
	}

	.n_news .crumbs {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 6px 10px;
		font-size: 16px;
		line-height: 1.5;
	}

	.n_news .crumbs::before {
		top: 2px;
		transform: none;
	}

	.n_news .fl .box {
		padding: 28px 20px 22px;
	}

	.n_news .fl .top > h1 {
		font-size: 26px;
		line-height: 1.3;
		text-align: left;
	}

	.n_news .fl .top .date {
		font-size: 16px;
		text-align: left;
	}

	.n_news .ar_article,
	.n_news .ar_article p,
	.n_news .ar_article li,
	.n_news .ar_article th,
	.n_news .ar_article td {
		font-size: 16px;
	}

	.n_news .ar_article img,
	.n_news .ar_article video {
		max-width: 100%;
		height: auto;
	}

	.n_news .ar_article iframe {
		width: 100%;
		max-width: 100%;
		aspect-ratio: 16 / 9;
		height: auto;
	}

	.n_news .ar_article table {
		font-size: 16px;
	}

	.n_news .ar_article blockquote {
		margin: 24px 0;
		padding: 22px 20px 22px 28px;
		font-size: 16px;
	}

	.n_news .fl .bot {
		padding: 22px 20px;
		flex-direction: column;
		gap: 16px;
		font-size: 16px;
		line-height: 1.55;
	}

	.n_news .fl .bot > div {
		width: 100%;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.n_news .fl .bot > div a {
		width: auto;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.n_news .fl .bot .next {
		justify-content: flex-end;
	}

	.n_news > .w16 > .fr {
		margin-top: 28px;
	}

	.n_news .fr .tab-con h4,
	.n_news .fr .blog-nav {
		padding-right: 20px;
		padding-left: 20px;
	}

	.n_news .fr .recomm {
		margin-top: 24px;
		padding: 22px 20px;
		border-radius: 10px;
	}

	.n_news .fr .recomm > h4 {
		font-size: 22px;
	}

	.n_news .fr .recomm ul li .img {
		width: 96px;
		flex: 0 0 96px;
	}

	.n_news .fr .recomm ul li .info {
		min-width: 0;
		width: calc(100% - 112px);
	}

	.n_news .fr .recomm ul li .info .tit,
	.n_news .fr .recomm ul li .info .date {
		font-size: 16px;
	}
}

@media all and (max-width: 375px) {
	.n_newslist ul li .info {
		padding-right: 20px;
		padding-left: 20px;
	}

	.n_newslist ul li .tit {
		font-size: 20px;
	}

	.n_news .fl .box,
	.n_news .fl .bot {
		padding-right: 18px;
		padding-left: 18px;
	}

	.n_news .fr .recomm ul li .img {
		width: 90px;
		flex-basis: 90px;
	}

	.n_news .fr .recomm ul li .info {
		width: calc(100% - 104px);
	}
}

.nena-search-highlight {
	padding: 0 2px;
	background: rgba(255, 102, 0, 0.14);
	color: var(--sec-theme-color);
	font-weight: inherit;
}

.nena-search-empty {
	border-left: 4px solid var(--theme-color);
}

/* Generic WordPress page fallback. */
.n-generic-page {
	padding: 100px 0;
	background: #fff;
}

.n-generic-page-content {
	width: 1200px;
	max-width: 92%;
	min-height: 240px;
	color: #46556a;
	font-size: 16px;
	line-height: 1.8;
}

.n-generic-page-content > * + * {
	margin-top: 24px;
}

.n-generic-page-content h2,
.n-generic-page-content h3,
.n-generic-page-content h4 {
	color: var(--sec-title-color);
	font-family: "RB", Arial, sans-serif;
	font-weight: 600;
	line-height: 1.25;
}

.n-generic-page-content h2 { font-size: var(--f36); }
.n-generic-page-content h3 { font-size: var(--f28); }
.n-generic-page-content h4 { font-size: var(--f22); }

.n-generic-page-content img {
	max-width: 100%;
	height: auto;
}

.n-generic-page-content ul,
.n-generic-page-content ol {
	padding-left: 24px;
}

.n-generic-page-content ul li { list-style: disc; }
.n-generic-page-content ol li { list-style: decimal; }

.n-generic-page-content a:not(.xh-home-btn):not(.xh-home-btn-outline-dark) {
	color: var(--theme-color);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.n-page-links {
	display: flex;
	gap: 10px;
	margin-top: 36px;
}

/* Homepage hero carousel. */
.xh-home-card-link {
	color: inherit;
	text-decoration: none;
}

.xh-app-v4-item.xh-home-card-link,
.xh-news-card.xh-home-card-link {
	display: block;
}

.xh-home-card-link:focus-visible {
	outline: 3px solid rgba(227, 106, 5, .42);
	outline-offset: 4px;
}

.xh-home-hero-swiper {
	position: relative;
	width: 100%;
	margin-top: 100px;
	aspect-ratio: 1920 / 850;
	min-height: 560px;
	max-height: 850px;
	overflow: hidden;
	background-color: #05070d;
}

.xh-home-hero-swiper .swiper-wrapper,
.xh-home-hero-swiper .swiper-slide {
	height: 100%;
}

.xh-home-hero-swiper .swiper-slide {
	overflow: hidden;
}

.xh-home-hero {
	display: block;
	position: relative;
	isolation: isolate;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #05070d;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.xh-home-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	display: none;
	pointer-events: none;
}

.xh-home-hero--soft {
	background-image: url('../images/home/nena-soft-starter-product-range-banner.webp');
}

.xh-home-hero--vfd {
	background-image: url('../images/home/nena-vfd-manufacturer-banner.webp');
}

.xh-home-hero-copy {
	position: absolute;
	top: 25%;
	left: 12.5%;
	z-index: 1;
	width: min(620px, 42%);
	color: #fff;
	text-align: left;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}

.xh-home-hero-copy h1,
.xh-home-hero-copy h2 {
	margin: 0;
	color: #f8fafc;
	font-family: "RB", Arial, sans-serif;
	font-size: var(--f80);
	font-weight: 700;
	line-height: .96;
	letter-spacing: 0;
	text-shadow: 0 3px 16px rgba(0, 0, 0, .42);
}

.xh-home-hero-copy h1 span,
.xh-home-hero-copy h2 span {
	display: block;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #aab5c1 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* The original soft-starter banner uses a centered editorial title treatment. */
.xh-home-hero-copy--soft {
	top: 10.5%;
	left: 50%;
	width: min(1000px, 82%);
	transform: translateX(-50%);
	text-align: center;
}

.xh-home-hero-copy--soft h1,
.xh-home-hero-copy--soft h2 {
	font-size: var(--f60);
	line-height: 1.05;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.xh-home-hero-copy--soft h1 span,
.xh-home-hero-copy--soft h2 span {
	background: none;
	-webkit-text-fill-color: #fff;
	color: #fff;
}	

.xh-home-hero-lede,
.xh-home-hero-cert {
	position: relative;
	margin: 34px 0 0 2px;
	padding-left: 22px;
	color: rgba(255, 255, 255, .94);
	font-size: var(--f26);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}

.xh-home-hero-copy--soft .xh-home-hero-lede {
	max-width: 920px;
	margin: 24px auto 0;
	padding-left: 0;
	font-size: var(--f18);
	line-height: 1.45;
	text-align: center;
	text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
}

.xh-home-hero-lede::before,
.xh-home-hero-cert::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 3px;
	background: var(--sec-theme-color, #f58220);
}

.xh-home-hero-copy--soft .xh-home-hero-lede::before {
	display: none;
}

@media all and (max-width: 1200px) {
	.xh-home-hero-swiper {
		min-height: 500px;
	}

	.xh-home-hero-copy {
		top: 24%;
		left: 10%;
		width: 48%;
		transform: none;
	}

	.xh-home-hero-copy--soft {
		top: 10.5%;
		left: 50%;
		width: min(900px, 84%);
		transform: translateX(-50%);
	}

	.xh-home-hero-copy h1,
	.xh-home-hero-copy h2 {
		font-size: var(--f60);
	}

	.xh-home-hero-lede,
	.xh-home-hero-cert {
		margin-top: 28px;
		font-size: var(--f22);
	}
}

@media all and (max-width: 1100px) {
	.xh-home-hero-swiper {
		margin-top: 60px;
	}
}

@media all and (max-width: 767px) {
	.xh-home-hero-swiper {
		min-height: 440px;
		max-height: none;
		aspect-ratio: auto;
		height: 440px;
	}

	.xh-home-hero {
		background-position: center bottom;
	}

	.xh-home-hero::before {
		display: block;
		background: rgba(3, 14, 30, .44);
	}

	.xh-home-hero-copy {
		top: 50%;
		left: 50%;
		width: calc(100% - 36px);
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.xh-home-hero-copy--soft {
		top: 50%;
		left: 50%;
		width: calc(100% - 36px);
		transform: translate(-50%, -50%);
	}

	.xh-home-hero-copy h1,
	.xh-home-hero-copy h2 {
		font-size: 38px;
		line-height: .98;
	}

	.xh-home-hero-copy--soft h1,
	.xh-home-hero-copy--soft h2 {
		font-size: 32px;
		line-height: 1.05;
	}

	.xh-home-hero-lede,
	.xh-home-hero-cert {
		max-width: 340px;
		margin: 20px auto 0;
		padding-left: 0;
		font-size: 16px;
		line-height: 1.45;
	}

	.xh-home-hero-copy--soft .xh-home-hero-lede {
		margin-top: 16px;
		font-size: 16px;
	}

	.xh-home-hero-lede,
	.xh-home-hero-cert {
		text-align: center;
	}

	.xh-home-hero-cert::before {
		display: none;
	}

	.n-generic-page {
		padding: 60px 0;
	}

	.n-generic-page-content {
		font-size: 16px;
	}
}

.xh-home-hero-pagination {
	bottom: 28px !important;
	line-height: 0;
}

.xh-home-hero-pagination .swiper-pagination-bullet {
		width: 28px;
		height: 3px;
		margin: 0 5px !important;
		border-radius: 0;
		background: rgba(255, 255, 255, .56);
		opacity: 1;
		transition: width .3s ease, background-color .3s ease;
}

.xh-home-hero-pagination .swiper-pagination-bullet-active {
		width: 52px;
		background: var(--sec-theme-color, #f58220);
}

.xh-home-hero-arrow {
	position: absolute;
	top: 50%;
	z-index: 12;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .58);
	border-radius: 50%;
	background: rgba(4, 16, 32, .36);
	color: #fff;
	transform: translateY(-50%);
	cursor: pointer;
	transition: background-color .25s ease, border-color .25s ease, opacity .25s ease;
}

.xh-home-hero-arrow svg {
	width: 28px;
	height: 28px;
}

.xh-home-hero-prev {
	left: 32px;
}

.xh-home-hero-next {
	right: 32px;
}

.xh-home-hero-next svg {
	transform: scaleX(-1);
}

.xh-home-hero-arrow:hover,
.xh-home-hero-arrow:focus-visible {
	border-color: var(--sec-theme-color, #f58220);
	background: var(--sec-theme-color, #f58220);
}

.xh-home-hero-arrow:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .72);
	outline-offset: 3px;
}

.xh-home-hero-arrow.swiper-button-disabled {
	opacity: .32;
	cursor: default;
	pointer-events: none;
}

@media all and (max-width: 1200px) {
	.xh-home-hero-arrow {
		width: 48px;
		height: 48px;
	}

	.xh-home-hero-arrow svg {
		width: 24px;
		height: 24px;
	}

	.xh-home-hero-prev {
		left: 20px;
	}

	.xh-home-hero-next {
		right: 20px;
	}
}

@media all and (max-width: 767px) {
	.xh-home-hero-arrow {
		display: none;
	}

	.xh-home-hero-pagination {
		bottom: 18px !important;
	}
}

.xh-support-v2-card .icon-wrap {
	overflow: visible;
}

.xh-support-v2-card .support-icon {
	display: block;
}

/* ==================== Homepage and footer responsive polish ==================== */
.Footer-container .foot-nav-toggle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 0.12rem;
	padding: 0 0 0.15rem;
	border: 0;
	background: transparent;
	color: #000;
	font-family: "RB", Arial, sans-serif;
	font-size: var(--f24);
	line-height: 1.5;
	text-align: left;
	text-transform: uppercase;
	cursor: default;
}

.Footer-container .foot-nav-toggle::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.1);
}

.Footer-container .foot-nav-toggle::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	bottom: 0;
	width: 0.8rem;
	height: 2px;
	background: var(--theme-color);
}

.Footer-container .foot-nav-toggle-icon {
	display: none;
}

.Footer-container .foot-nav-toggle:focus-visible {
	outline: 2px solid var(--theme-color);
	outline-offset: 4px;
}

@media all and (min-width: 1101px) {
	.Footer-container .mid > ul li {
		width: calc(50% - 18px);
		min-width: 0;
	}
}

@media all and (min-width: 1101px) and (max-width: 1439px) {
	.xh-home-products > .w16 > .tac > p,
	.xh-support-v2 > .w16 > .tac > p,
	.xh-news-v2 .home-title > p,
	.xh-home-cta p {
		font-size: 17px;
	}

	.xh-home-products .item p,
	.xh-home-products .item a,
	.xh-app-v4 .xh-app-v4-desc-box p,
	.xh-support-v2-card p,
	.xh-support-v2-card a,
	.xh-news-content p,
	.Footer-container .foot_txt,
	.Footer-container .mid .fr .des,
	.Footer-container .mid .fr .info dd,
	.Footer-container .mid > ul li .foot_nav_link a,
	.Footer-container .bot,
	.Footer-container .bot a {
		font-size: 16px;
	}

	.xh-home-products .item h3,
	.xh-news-content h3 {
		font-size: 20px;
	}

	.xh-support-v2-card h3 {
		font-size: 18px;
	}

	.Footer-container .foot-nav-toggle,
	.Footer-container .mid .fr .tit {
		font-size: 22px;
	}
}

@media all and (max-width: 767px) {
	.xh-home-products,
	.xh-home-about,
	.xh-support-v2,
	.xh-news-v2 {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.xh-app-v4 {
		padding-top: 64px;
	}

	.xh-home-cta {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.xh-home-products > .w16 > .tac,
	.xh-app-v4 > .box > .tac,
	.xh-support-v2 > .w16 > .tac {
		margin-bottom: 32px;
	}

	.xh-home-products h2,
	.xh-app-v4 h2,
	.xh-home-about h2,
	.xh-support-v2 h2,
	.xh-home-cta h2,
	.xh-news-v2 h2 {
		margin-bottom: 14px;
		font-size: 28px;
		line-height: 1.2;
	}

	.single-product .sh-pro-summary > h1,
	.single-post .n_news .fl .top > h1 {
		font-size: 26px;
		line-height: 1.28;
	}

	.single-solution .detail_left > h1,
	body .n-oem-page .n-oem-hero h1 {
		font-size: 28px;
		line-height: 1.22;
	}

	.xh-home-products .home-sub-title,
	.xh-app-v4 .home-sub-title,
	.xh-home-about .home-sub-title,
	.xh-support-v2 .home-sub-title,
	.xh-home-cta .home-sub-title,
	.xh-news-v2 .home-sub-title {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.3;
	}

	.xh-home-products > .w16 > .tac > p,
	.xh-app-v4 > .box > .tac > p,
	.xh-support-v2 > .w16 > .tac > p,
	.xh-news-v2 .home-title > p,
	.xh-home-cta p {
		font-size: 16px;
		line-height: 1.65;
	}

	.xh-home-products .item .p30 {
		padding: 22px;
	}

	.xh-home-products .item h3 {
		font-size: 21px;
		line-height: 1.3;
	}

	.xh-home-products .item p,
	.xh-home-products .item a {
		font-size: 16px;
	}

	.xh-home-products .tac.mt-40 {
		margin-top: 24px;
	}

	.xh-products-prev,
	.xh-products-next,
	.xh-news-prev,
	.xh-news-next {
		width: 42px;
		height: 42px;
	}

	.xh-app-v4 > .box > .tac > p {
		width: calc(100% - 36px);
		margin-bottom: 24px;
	}

	.xh-app-v4-item {
		height: 220px;
	}

	.xh-app-v4-content {
		display: grid;
		grid-template-columns: 50px minmax(0, 1fr);
		align-items: center;
		column-gap: 14px;
		padding: 24px;
	}

	.xh-app-v4-content .xh-icon {
		grid-column: 1;
		margin-bottom: 0;
	}

	.xh-app-v4-content .xh-icon img {
		width: 50px;
		height: 50px;
		object-fit: contain;
	}

	.xh-app-v4-content h3 {
		grid-column: 2;
		margin-bottom: 0;
		font-size: 22px;
		line-height: 1.22;
	}

	.xh-app-v4-desc-box {
		position: relative;
		grid-column: 1 / -1;
		margin-top: 14px;
	}

	.xh-app-v4-desc-box p {
		display: -webkit-box;
		padding-right: 48px;
		overflow: hidden;
		font-size: 16px;
		line-height: 1.5;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.xh-app-v4-arrow {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 34px;
		height: 34px;
		margin-top: 0;
	}

	.xh-home-about > .w16 {
		align-items: stretch;
		gap: 32px;
	}

	.xh-home-about > .w16 > .w48 {
		margin-bottom: 0;
	}

	.xh-home-about h3 {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 1.45;
	}

	.xh-home-about p {
		margin-bottom: 28px;
		font-size: 16px;
		line-height: 1.65;
	}

	.xh-support-v2 .flex.f-jsb.f-ast {
		gap: 16px;
	}

	.xh-support-v2-card {
		flex-basis: 100%;
		margin-bottom: 0;
		padding: 22px;
	}

	.xh-support-v2-card .icon-wrap {
		width: 64px;
		height: 64px;
		margin-bottom: 20px;
	}

	.xh-support-v2-card h3 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1.3;
	}

	.xh-support-v2-card p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
	}

	.xh-support-v2-card .xh-support-v2-link {
		font-size: 16px;
	}

	.xh-home-cta > .w12 {
		max-width: calc(100% - 36px);
	}

	.xh-home-cta p {
		margin-bottom: 28px;
	}

	.xh-news-v2 .flex.f-jsb.f-ae {
		gap: 24px;
		margin-bottom: 32px;
	}

	.xh-news-content {
		padding: 22px;
	}

	.xh-news-content h3 {
		font-size: 20px;
		line-height: 1.35;
	}

	.xh-news-content p,
	.xh-news-date {
		font-size: 16px;
	}

	.Footer-container .mid {
		padding-top: 44px;
		padding-bottom: 28px;
		gap: 30px;
	}

	.Footer-container .mid .fl .foot_txt,
	.Footer-container .mid .fr .des,
	.Footer-container .mid .fr .info dd,
	.Footer-container .mid > ul li .foot_nav_link a,
	.Footer-container .bot,
	.Footer-container .bot a {
		font-size: 16px;
	}

	.Footer-container .mid .fl .foot_txt,
	.Footer-container .mid .fr .des {
		line-height: 1.65;
	}

	.Footer-container .media_ul li a {
		width: 40px;
		height: 40px;
	}

	.Footer-container .media_ul li a i {
		font-size: 20px;
	}

	.Footer-container .mid > ul {
		gap: 0;
	}

	.Footer-container .mid > ul li {
		overflow: visible;
		border-bottom: 1px solid rgba(0, 48, 124, 0.12);
	}

	.Footer-container .foot-nav-toggle {
		min-height: 58px;
		margin: 0;
		padding: 0;
		font-size: 20px;
		line-height: 1.35;
		cursor: pointer;
	}

	.Footer-container .foot-nav-toggle::before,
	.Footer-container .foot-nav-toggle::after {
		display: none;
	}

	.Footer-container .foot-nav-toggle-icon {
		position: relative;
		display: block;
		flex: 0 0 22px;
		width: 22px;
		height: 22px;
		margin-left: 18px;
		border: 1px solid rgba(0, 48, 124, 0.18);
		border-radius: 50%;
	}

	.Footer-container .foot-nav-toggle-icon::before,
	.Footer-container .foot-nav-toggle-icon::after {
		position: absolute;
		content: "";
		left: 50%;
		top: 50%;
		width: 9px;
		height: 1.5px;
		background: var(--theme-color);
		transform: translate(-50%, -50%);
		transition: transform 0.24s ease;
	}

	.Footer-container .foot-nav-toggle-icon::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.Footer-container .foot-nav-toggle[aria-expanded="true"] .foot-nav-toggle-icon::after {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	.Footer-container.footer-accordion-ready .foot_nav_link {
		display: none;
		padding: 0 0 18px;
	}

	.Footer-container.footer-accordion-ready .foot-nav-toggle[aria-expanded="true"] + .foot_nav_link {
		display: block;
	}

	.Footer-container .mid .fr .tit {
		font-size: 22px;
	}

	.Footer-container .mid .fr .info dl {
		gap: 12px;
		margin-top: 16px;
	}

	.Footer-container .mid .fr .info dd {
		padding-left: 0;
	}

	.Footer-container .bot {
		padding: 22px 0;
		line-height: 1.6;
	}
	
	.xh-news-content{
		padding-top: 30px !important;
	}
}

@media all and (max-width: 375px) {
	.xh-home-products,
	.xh-home-about,
	.xh-support-v2,
	.xh-news-v2 {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.xh-app-v4 {
		padding-top: 58px;
	}

	.xh-home-products h2,
	.xh-app-v4 h2,
	.xh-home-about h2,
	.xh-support-v2 h2,
	.xh-home-cta h2,
	.xh-news-v2 h2 {
		font-size: 27px;
	}

	.xh-app-v4-item {
		height: 214px;
	}

	.xh-app-v4-content,
	.xh-support-v2-card,
	.xh-news-content {
		padding: 20px;
	}

	.Footer-container .mid {
		padding-top: 40px;
		gap: 28px;
	}

	.Footer-container .mid .fl .foot_logo img {
		height: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.Footer-container .foot-nav-toggle-icon::before,
	.Footer-container .foot-nav-toggle-icon::after {
		transition: none;
	}
}
