@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: 10px;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: #bc151c;
	--theme-color-rgb: 214,0,15;
	--sec-theme-color: #F58220;
	--swiper-theme-color: #bc151c;
	--sec-theme-color: #003058;
}

/*==常用字号==*/
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: 'SSB';
    src: url('../fonts/samsungsharpsans-bold.otf'),
    url('../fonts/samsungsharpsans-bold.eot'),
    url('../fonts/samsungsharpsans-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/samsungsharpsans-bold.woff2') format('woff2'),
    url('../fonts/samsungsharpsans-bold.woff') format('woff'),
    url('../fonts/samsungsharpsans-bold.otf') format('truetype'),
    url('../fonts/samsungsharpsans-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";}
.SSB{font-family: "SSB";}
.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: #0168B3;}
.color-sec-blue{ color: #003058;}
.color-red{color: var(--theme-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: #0168B3;}
.bg-sec-blue{background-color: #003058;}
.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%;}
.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;}
@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;}
.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-60{padding-top: 0.6rem;}
.pd-60{padding: 0.6rem 0;}
.pt-80{padding-top: 0.8rem;}
.pd-80{padding: 0.8rem 0;}
.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;line-height: 100px;-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: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.4rem;}
.Header-wrapper.on .Header-container .logo a img+img{
	display: block;
}
.Header-container .logo a img+img,.Header-wrapper.on .Header-container .logo a img{
	display: none;
}
.Header-container .fr {display: flex;align-items: center;font-size: 0;}
@media all and (min-width:1000px){
	.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;}
	.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{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 {color: #000;}
.Header-container .tool .search {}
.Header-container .tool .search i {position: relative;font-size: 24px;padding-right: 0.18rem;margin-right: 0.2rem;cursor: pointer;vertical-align: middle;}
.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 {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: 1000px) {
	#c-header .c-switch {display: block;}
	.Header-wrapper{line-height: 60px;}
	.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;}
}
nav[class*=menu] li[class*=current-menu-]>.ct-menu-link{
	color: var(--theme-color);
}
nav[class*=menu] .menu-item .ct-menu-link:hover{
	color: var(--theme-color);
}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a{
	font-size: var(--f20);
	text-transform: none;
	padding: 0 0.12rem;
}
/* 底部 */
.Footer-wrapper {position: relative;;background: #000717 ;}
.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: 50%;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;letter-spacing: 0.5px;}
.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.75;
}
.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(--f22);line-height: 1.5;color: #fff;display: block;margin-bottom: 0.12rem;}
.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 p>a:hover{
	text-decoration: none !important;
}
.Footer-container .mid>ul>li .foot_nav_link a {font-size: var(--f16);color: #bbb;color: rgb(255, 255, 255);line-height: 2.15;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(255, 255, 255, .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(255, 255, 255, .8);}
.Footer-container .bot {font-size: var(--f16);line-height: 1.4;color: rgb(255, 255, 255, .8);text-align: center;padding: 0.3rem 0;border-top: 1px solid rgba(255, 255, 255, 0.15);letter-spacing: 0.5px;}
.Footer-container .bot a {font-size: var(--f16);color: rgb(255, 255, 255, .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(0,0,0,.15);
	z-index: 1;
}
.i_banner .ban_txt{
	position: absolute;
	width: 100%;
	top: 50%;
	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.22rem 0.45rem;
	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: #fff;
	color: var(--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;width: 100%;height: 100%;visibility: hidden;top: 0;left: 0;z-index: 10001;pointer-events: none;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 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 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 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 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;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .85);z-index: 0;}
/* 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;
	font-weight: 700;
}
.i_tit span:before{
	font-family: "iconfont";
	content: "\e620";
	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;
	margin-right: 0.06rem;
	vertical-align: middle;
	font-weight: 400;
}
.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: "SSB";
	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: block;font-size: 0.2rem;margin-bottom: 0.12rem;color: #47484b;}
.i_tit2 h3{font-size: 0.38rem;color: var(--theme-color);font-weight: 700;}
.i_tit2 h3::after{content: "";display: block;width: 0.5rem;height: 0.02rem;background-color: #626262;margin: 0.15rem auto;}
.i_tit2 p{font-size: 18px;color: #47484b;line-height: 1.4;}
/* 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-color: rgb(0,0,0,.35);   /* background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(230deg, #BC151C 0%, #000000 55%);opacity: .75; */}
.c_ban .ban_txt {position: absolute;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);color: #fff;text-align: center;z-index: 3;}
.c_ban .ban_txt h3 {font-size: 0.48rem;font-weight: 700;color: #fff;}
.c_ban .ban_txt p {font-size: 0.22rem;margin-top: 0.24rem;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;background: url('../images/ico_home.png') no-repeat center;background-position: 0 center;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);}

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

/* com_page */
.com_page {display: flex;align-items: center;justify-content: center;padding-top: 0.55rem;}
.com_page a,.com_page span {width: .5rem;height: .5rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 1px solid #eee;font-size: var(--f16);color: #333;/* background: #fff; */margin: 0 .05rem;transition: all .3s;min-width: 32px;min-height: 32px;}
.com_page a.page-num-current,.com_page a:hover {border-color: var(--theme-color);background: var(--theme-color) !important;color: #fff;}
.com_page a:last-child,.com_page a:first-child {background-color: #eff2f7;}
.com_page a:last-child::after,.com_page a:first-child::after {font: normal normal normal 14px/1 FontAwesome;font-size: inherit;}
.com_page a:first-child::after {content: "\f104";}
.com_page a:last-child::after {content: "\f105";}
.no_page{font-size: var(--f18);font-family: "SSB" ;line-height: 5em;text-align: center;}

/* n_tit */
.n_tit{
	line-height: 1.3;
	margin-bottom: 0.35rem;
}
.n_tit p{
	font-size: var(--f16);
	color: var(--theme-color);
	margin-bottom: 0.05rem;
}
.n_tit h3{
	font-size: var(--f46);
	font-weight: 700;
}

/* 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;}

/* ====================首页样式========================= */


/* 为什么选择 s */
.i_who{}
.i_who ul{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0;
}
.i_who ul li{
	background-color: var(--theme-color);
	padding: 0.3rem 0.5rem 0.5rem;
}
.i_who ul li:nth-child(2){
	background-color: #333333;
}
.i_who ul li:nth-child(3){
	background-color: #666666;
}
.i_who ul li:nth-child(4){
	background-color: #999999;
}
.i_who ul li .ico{
	
}
.i_who ul li .ico img{
	height: 0.64rem;
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.i_who ul li .tit{
	
}
.i_who ul li .info{
	min-height: 6em;
}
/* 为什么选择 e */

/* 关于我们 s */
.i_ab{
	position: relative;
	background: url('../images/i_ab_bg.webp') no-repeat center;
	/* padding-bottom: 1.8rem ; */
}
.i_ab::after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0.15rem;
	width: 7.34rem;
	height: 4.61rem;
	background: url('../images/i_ab_img.webp') no-repeat center;
	z-index: -1;
}
.i_ab .fl{
	width: 40%;
}
.i_ab .fl .img{
	border-radius: 0 20px 0 20px;
}
.i_ab .fl .play{
	position: absolute;
	top: 50%;
	right: -0.45rem;
	margin-top: -0.45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.9rem;
	height: 0.9rem;
	background-color: var(--theme-color);
	border-radius: 50%;
}
.i_ab .fl .play i{
	font-size: var(--f24);
	color: #fff;
}
.i_ab .fl .play:before{
  content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #FFFFFF;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    border-color: #FFFFFF;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
            transform: scale(1);
  }
  80% {
    border-width: 1px;
            transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.i_ab .fr{
	width: 55%;
	padding-left: 0.5rem;
}
.i_ab .info{}
.i_ab .info p+p{
	margin-top: 1em;
}
.i_ab .fr ul{}
.i_ab .fr ul li{
	position: relative;
	width: 49%;
	padding-left: 0.25rem;
	font-size: var(--f16);
	line-height: 2.25;
}
.i_ab .fr ul li:before{
	position: absolute;
	content: "\e606";
	font-family: "iconfont";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	left: 0;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--theme-color);
	font-size: 12px;
	color: #fff;
}
.i_ab .c_btn{}
.c_btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.15rem 0.35rem;
	/* border: 2px solid var(--theme-color); */
	background-color: var(--theme-color);
	/* color: var(--theme-color); */
	color: #fff;
	font-size: var(--f18);
	border-radius: 5px;
}
.c_btn i{
	margin-left: 0.12rem;
	font-weight: 700;
}
.c_btn:hover{
	background-color: var(--theme-color);
	color: #fff;
}
/* 关于我们 e */

/* 数字滚动 s */
.i_num{
	position: absolute;
	bottom: 0;
	/* background-color: #F3F4F5; */
	background-color: transparent;
	position: relative;
	/* margin-top: -80px; */
	line-height: 1;
}
.i_num ul{
	position: relative;
	padding: 0.5rem 0.2rem;
	border-radius: 2rem;
	background-color: var(--theme-color);
	z-index: 3;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	box-shadow: 30px 0 100px rgba(0, 0, 0, 0.05);
}
.i_num ul li{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
}
.i_num ul li .ico{
	width: 80px;
}
.i_num ul li .ico img{
	width: 0.64rem;
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.i_num ul li .info{}
.i_num ul li .info .box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i_num ul li .info .box span{
	font-size: var(--f60);
	font-family: "SSB";
	/* font-family: 'CAI978'; */
}
.i_num ul li .info .box i{
	font-size: var(--f24);
	margin-left: 0.06rem;
	/* vertical-align: top; */
}
.i_num ul li .info p{
	font-size: var(--f18);
	margin-top: 0.1rem;
}
/* 数字滚动 e */

/* 产品中心 s */
.i_pro{
	/* background-color: #F4F6F9; */
	background-color: #F3F4F5;
	padding: 0.8rem 0;
}
.i_pro .tab_nav{}
.i_pro .tab_nav ul{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 1px 11px rgba(44, 49, 114, 15%);
}
.i_pro .tab_nav ul li{}
.i_pro .tab_nav ul li a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--f18);
	padding: 0.1rem 0.32rem;
	border-radius: 50px;
	-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;
	font-weight: 500;
}
.i_pro .tab_nav ul li.active a{
	background-color: var(--theme-color);
	color: #fff;
}
.i_pro .tab_nav ul li a i{
	display: block;
	font-size: var(--f24);
	-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;
	margin-right: 0.08rem;
	font-weight: 400;
}
.i_pro .tab_nav ul li.on a i{
	color: #fff;
}
.i_pro .tab_nav ul li a span{
	
}
.i_pro .con .item{
	display: none;
	padding-bottom: 0.5rem;
}
.i_pro .con .item.show{
	display: block;
}
.i_pro .con ul{
	/* display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.3rem; */
}
.i_pro .con ul li{
	/* box-shadow: 0 4px 30px 0 rgb(0 0 0 / .0509803922); */
}
.i_pro .con ul li a{
	display: block;
}
.i_pro .con ul li .ico{}
.i_pro .con ul li .ico img{}
.i_pro .con ul li .info{
	padding: 0.2rem 4%;
	height: calc(0.4rem + 2.6em);
	background-color: #fff;
}
.i_pro .con ul li .tit{}
.i_pro .con ul li:hover .info .tit{
	color: var(--theme-color);
}
.c-swiper-page.swiper-pagination.swiper-pagination-horizontal{
    bottom: 0;
}
.c-swiper-page .swiper-pagination-bullet, .c-swiper-page .swiper-pagination-bullet{
	width: 0.3rem;
	height: 0.05rem;
	border-radius: 3px;
	opacity: 1;
	background-color: #666;
	/* background-color: #fff; */
}
.c-swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--theme-color);
}
/* 产品中心 e */

/* 产品流程 s */
.i_process{
	position: relative;
	margin-bottom: 0;
}
.i_process .i_tit{
	position: absolute;
	top: 1.6rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
:is(.is-layout-flow,.is-layout-constrained)>*:where(:not(h1,h2,h3,h4,h5,h6)){
	margin-bottom: 0;
}
/* 产品流程 e */

/* 行业应用 s */
.i_app{
	background-color: var(--theme-color);
	background: #121C22 url('../images/i_app_bg.png') no-repeat center;
}
.i_app .top .i_tit span{
	color: #fff;
}
.i_app .top .i_tit span:before{
	color: var(--theme-color);
	background-color: #fff;
}
.i_app .bot{
	padding-left: calc((100% - var(--www)) / 2);
}
.i_app ul{}
.i_app ul li{}
.i_app ul li a{
	display: block;
	background-color: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / .08);
	overflow: hidden;
}
.i_app ul li .des{
	height: 6em;
}
/* 行业应用 e */

/* 质量标准 s */
.i_qua{
	position: relative;
	background: url('../images/i_qua_bg.webp') no-repeat center;
	background-position: right top;
}
.i_qua:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0.1rem;
	width: 5.74rem;
	height: 3.13rem;
	background: url('../images/i_qua_img.webp') no-repeat center;
}
.i_qua .fl{
	position: relative;
	width: 48%;
	z-index: 2;
}
.i_qua .fl ul{}
.i_qua .fl ul li{}
.i_qua .fl ul li{
	position: relative;
	padding-left: 0.3rem;
	font-size: var(--f18);
	line-height: 2.25;
}
.i_qua .fl ul li:before {
    position: absolute;
    content: "\e606";
    font-family: "iconfont";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--theme-color);
    font-size: 12px;
    color: #fff;
}
.i_qua .fr{
	width: 42%;
}
/* 质量标准 e */

/* 在线留言 s */
.i_mess{
	position: relative;
	/* background-color: #F6F5FB; */
	background-image: url('../images/i_mess_bg_06.webp');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.i_mess:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #F4F6F9;
	background-color: transparent;
	--background-overlay: '';
	background-image: linear-gradient(103deg, #F4F6F9 61%, #F2295B00 28%);
	z-index: 1;
}
.i_mess .w16{
	position: relative;
	z-index: 2;
}
.i_mess .fl{
	width: 45%;
}
.i_mess .fl .form{}

.i_mess .ff-default *{
	font-family: "DR";
	font-size: var(--f16);
}
.i_mess .ff-default .ff-el-form-control{
	    border-radius: 5px;
		border: none;
}
.i_mess .fl form{}
.i_mess .fl form .mui-input-row{
	margin-bottom: 2%;
	width: 49.5%;
	width: 100%;
}
.i_mess .fl form .mui-input-row.w100{
	width: 100%;
}
.i_mess .fl form .mui-input-row input{
	display: block;
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
	height: 2.75em;
	line-height: 2.75em;
	padding-left: 0.2rem;
	font-size: var(--f16);
	color: #333;
	border: none;
}
.i_mess .fl form .mui-input-row textarea{
	width: 100%;
	min-height: 1.2rem;
	padding: 0.15rem 0.2rem;
	border-radius: 5px;
	font-size: var(--f16);
	line-height: 1.5;
	color: #333;
	border: none;
}
.i_mess .fl form .btn{
	width: 100%;
}
.i_mess .fl form .btn button,.i_mess form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit{
	width: 100%;
	line-height: 3em;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 700;
}
.i_mess form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover{
	background-color: rgb(255,255,255,1) !important;
	color: #000;
}
.i_mess .fluentform .ff-el-group.ff_submit_btn_wrapper{
	margin-bottom: 0;
}
.i_mess .fluentform .ff-el-group,.i_mess .fluentform .ff-field_container,.c_quote .fr form fieldset>.ff-el-group{
	margin-bottom: 0.2rem;
}
.i_mess .fl form .btn button:hover{
	background-color: #fff;
	color: #000;
}
.i_mess .fr{
	width: 50%;
}
.i_mess .fr ul{}
.i_mess .fr ul li{
	box-shadow: 0 0 10px 0 rgb(0 0 0 / .1);
	background-color: #fff0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.i_mess .fr ul li .faq_t{
	padding: 0.2rem;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
	background-color: #fff;
	cursor: pointer;
}
.i_mess .fr ul li.on .faq_t{
	background-color: var(--theme-color);
	color: #fff;
}
.i_mess .fr ul li .faq_t h4{
	font-size: var(--f18);
	line-height: 1.15;
	font-weight: 700;
}
.i_mess .fr ul li.on .faq_t h4{
	color: #fff;
}
.i_mess .fr ul li .faq_t i{
	transition: all 0.3s ease-in-out;
}
.i_mess .fr ul li.on .faq_t i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.i_mess .fr ul li .faq_b{
	display: none;
	background-color: #fff;
}
.i_mess .fr ul li.on .faq_b{
	display: block;
}
.i_mess .fr ul li .faq_b .info{
	padding: 0.1rem 0.2rem;
	color: #6a6f78;
}
.i_mess .fr ul li:not(:last-child){
	margin-bottom: 0.1rem;
}
/* 在线留言 e */

/* 客户评价 s */
.i_pinjia{
	/* background-color: #24201F; */
	background: #121C22 url('../images/i_pinjia_bg.png') no-repeat center/cover;
	background-color: rgb(0,0,0,.87);
}
.i_pinjia .con{
	padding-bottom: 0.6rem;
}
.i_pinjia ul{}
.i_pinjia ul li{
	padding-bottom: 1rem;
}
.i_pinjia ul li .box{
	position: relative;
	background-color: #fff;
/* 	-webkit-box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
	box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1); */
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	padding: 0.3rem 0.3rem 0.5rem;
	border-radius: 0.1rem;
	text-align: center;
}
.i_pinjia ul li i{}
.i_pinjia ul li .info{
	height: 9.1em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.i_pinjia ul li .stars{
	position: relative;
	display: inline-block;
}
.i_pinjia ul li .stars:before,.i_pinjia ul li .star-rating:before{
	font-family: "iconfont";
	font-size: var(--f24);
}
.i_pinjia ul li .stars:before{
	content: "\e628\e628\e628\e628\e628";
	color: #d3ced2;
}
.i_pinjia ul li .stars i{
	font-size: var(--f24);
}
.i_pinjia ul li .star-rating{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
.i_pinjia ul li .star-rating:before{
	content: "\e629\e629\e629\e629\e629";
	color: var(--theme-color);
}
.i_pinjia ul li .bot{
	position: absolute;
	bottom: -98px;
	left: 0;
	width: 100%;
	text-align: center;
	justify-content: center;
	text-align: center;
}
.i_pinjia ul li .bot .img{
	
}
.i_pinjia ul li .bot .img img{
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.i_pinjia ul li .bot .tit{
	margin-bottom: 0.03rem;
}
.i_pinjia ul li .bot .des{}

.i_pinjia .swiper-pagination-bullet, .i_pinjia .swiper-pagination-bullet{
	width: 0.3rem;
	height: 0.05rem;
	border-radius: 3px;
	opacity: 1;
	background-color: #666;
	background-color: #fff;
}
.i_pinjia .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--theme-color);
}
/* 客户评价 e */

/* 案例列表 s */
.i_case{
	background-color: #F3F4F5;
	overflow: hidden;
}
.i_case .con{}
.i_case .con .swiper{
	overflow: inherit !important;
}
.i_case ul{}
.i_case ul li{}
.i_case ul li.swiper-slide{
	transform: scale(.9);
	opacity: .8;
}
.i_case ul li.swiper-slide-active{
	transform: scale(1);
	opacity: 1;
}
.i_case ul li a{
	position: relative;
	/* display: block; */
	padding: 0.5rem 0.5rem 0.5rem 0.7rem;
	/* background-color: #fff; */
}
.i_case ul li a:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 2;
}
.i_case ul li.swiper-slide a:before{
	height: 100%;
}
.i_case ul li.swiper-slide-active a:before{
	height: 80%;
}
.i_case ul li a>div{
	position: relative;
	z-index: 3;
}
.i_case ul li .img{
	width: 55%;
	overflow: hidden;
	border-radius: 0 0.4rem 0 0;
}
.i_case ul li .info{
	width: 45%;
	padding-left: 0.6rem;
}
.i_case ul li .address{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: var(--f14);
	color: #999;
}
.i_case ul li .address i{
}
.i_case ul li .address span{
	display: inline-block;
	margin-left: 0.08rem;
}
.i_case ul li .tit{
	height: 3.9em;
}
.i_case ul li .line{
	width: 100%;
	height: 2px;
	background-color: #d0d0d0;
}
.i_case ul li .btn i{
	transform: rotate(-45deg);
}
/* 案例列表 e */

/* 新闻列表 s */
.i_new{}
.i_new ul{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.2rem;
}

.i_new ul li a{
	display: block;
	box-shadow: 0 0 30px rgb(0 0 0 / .08);
}
.i_new ul li .ico{}
.i_new ul li .ico img{}
.i_new ul li .info{
	position: relative;
	padding: 0.5rem 0.3rem 0.3rem;
}
.i_new ul li .date{
	position: absolute;
	left: 0.3rem;
	top: -2em;
	z-index: 2;
	width: 2.6em;
	text-align: center;
}
.i_new ul li .date .day{
	line-height: 2em;
	height: 2em;
	background-color: var(--theme-color);
	color: #fff;
}
.i_new ul li .date .year{
	background-color: #F3F4F7;
	padding: 5px 0;
}
.i_new ul li .tit{
	height: 2.4em;
}
.i_new ul li .des{
	height: 4.5em;
}
.i_new ul li .btn{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.i_new ul li .btn i{
	transform: rotate(-45deg);
}
/* 新闻列表 e */
/* ====================内页样式========================= */

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

/* 公司简介 s */
.n_profile{}
.n_profile .fl{
	width: 25%;
}
.n_profile .fl ul{}
.n_profile .fl ul li{
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	padding: 0.3rem 0;
}
.n_profile .fl ul li .num{
	display: flex;
	align-items: flex-start;
	color: var(--theme-color);
}
.n_profile .fl ul li .num span{
	font-size: var(--f54);
	font-weight: 700;
}
.n_profile .fl ul li .num i{
	font-size: var(--f16);
}
.n_profile .fl ul li p{
	font-size: var(--f16);
	margin-top: 0.05rem;
	color: #777;
}
.n_profile .fr{
	width: 72%;
}
.n_profile .fr .info{}
.n_profile .fr .info p:not(:last-child){
	margin-bottom: 1em;
}
/* 公司简介 e */

/* 企业文化 s */
.n_culture{
	background: url('../images/n_culture_bg.webp') no-repeat center/cover;
}
.n_culture ul{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.3rem;
}
.n_culture ul li{
	position: relative;
	padding: 0.4rem;
	/* background-color: #f8f8f8; */
	background-color: #fFF;
	text-align: center;
}
.n_culture ul li i{
	position: absolute;
	top: -0.4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background-color: var(--theme-color);
	color: #fff;
	font-size: var(--f40);
}
.n_culture ul li .tit{}
.n_culture ul li .des{
	min-height: 4.5em;
}
.n_culture ul li .img{}
.n_culture ul li .img img{}
/* 企业文化 e */

/* 荣誉资质 s */
.n_honor{}
.n_honor ul{}
.n_honor ul li{
}
.n_honor ul li a{
	display: block;
	background-color: #f6f7f8;
}
.n_honor ul li .pic{}
.n_honor ul li .pic img{}
.n_honor ul li .info{}
.n_honor ul li .tit{
	height: 3em;
}
.n_honor .swiper-button-prev{
	left: -0.6rem;
}
.n_honor .swiper-button-next{
	right: -0.6rem;
}
.n_honor .swiper-button-prev,.n_honor .swiper-button-next{
	/* width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	border: 1px solid #ddd; */
}
.n_honor .swiper-button-prev::after,.n_honor .swiper-button-next::after{
	font-size: var(--f32);
}
/* 荣誉资质 e */


/* 工厂环境 s */
.n_fac{
	background: url('../images/n_fac_bg.webp') no-repeat center/cover;
}
.n_fac ul{}
.n_fac ul li{}
.n_fac ul li a{}
.n_fac ul li .info{
	min-height: calc(3em + 0.2rem);
	background-color: #fff;
	padding: 0 4%;
}
.n_fac ul li .tit{
	width: 100%;
}
/* 工厂环境 e */

/* Core Technology s */
.n_tech{}
.n_tech .info{}
.n_tech .info p+p{
	margin-top: 0.2rem;
}
.n_tech .info ul{
	margin-top: 1em;
}
.n_tech .info ul li{
	list-style: disc;
	margin-left: 1em;
}
.n_tech .img{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.3rem;
}
.n_tech .img li{}
.n_tech .img li img{}
/* Core Technology e */


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

/* 产品列表 s */
.page_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.sidebar{
	width: 400px;
}
.sidebar_item{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 0.15rem;
	margin-bottom: 0.3rem;
}
.sidebar_title{
	position: relative;
	font-size: var(--f24);
	line-height: 1.25;
	font-weight: 600;
	padding-left: 0.15rem;
	margin-bottom: 0.2rem;
}
.sidebar_title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: var(--theme-color);
}
.sidebar_cate{}
.sidebar_cate .li1{
	position: relative;
}
.sidebar_cate .li1 a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: var(--f16);
	line-height: 1.5;
	padding: 0.08rem 0;
	padding-right: 0.35rem;
}
.sidebar_cate .li1>a{
	font-size: var(--f18);
}
.sidebar_cate li.nav-current>a{
	color: var(--theme-color);
}
.sidebar_cate .li1 a:hover{
	color: var(--theme-color);
}
.sidebar_cate li i{
	position: absolute;
	right: 0px;
	top: 8px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transition: all .2s linear;
}
.sidebar_cate li i:before,.sidebar_cate li i::after{
	content: "";
	width: 12px;
	height: 2px;
	background: #666666;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .2s linear;
}
.sidebar_cate li i::after{
	width: 2px;
	height: 12px;
}
.sidebar_cate li.nav-current>a>i::after{
	height: 2px;
}
.sidebar_cate .sub_menu{
	display: none;
	padding-left: 10px;
}
.sidebar_cate .sub_menu>li{}
.sidebar_cate .sub_menu>li>a{}

.sidebar_prolist{}
.sidebar_prolist li{}
.sidebar_prolist li+li{
	margin-top: 0.25rem;
}
.sidebar_prolist li a{}
.sidebar_prolist li .img{
	width: 120px;
	border: 1px solid #EEEEEE;
}
.sidebar_prolist li .text{
	flex: 1;
	padding-left: 0.1rem;
}

.search_input{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
}
.search_input input{
	background: #F9F9F9;
	flex: 1;
	height: 100%;
	padding: 0px 10px;
	border: 1px solid #F9F9F9;
	transition: all .2s linear;
}
.search_input button{
	width: 90px;
	height: 100%;
	background: var(--theme-color);
	color: #F8F8F8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .2s linear;
	border: none;
}

.sidebar_inquiry{}
.sidebar_inquiry form{}
.sidebar_inquiry input{
	height: 50px;
}
.sidebar_inquiry input::placeholder{
    color: #666
}
.sidebar_inquiry input,.sidebar_inquiry textarea{
	width: 100%;
	border: 1px solid transparent;
	border-bottom: 1px solid #E9E9E9;
	padding: 10px;
	display: inline-flex;
	align-items: center;
}
.sidebar_inquiry textarea{
	height: 200px;
	resize: none;
}
.sidebar_inquiry button{
	min-width: 200px;
	height: 50px;
	background: #000;
	cursor: pointer;
	color: #FFFFFF;
	margin: 20px 0px;
	position: relative;
	transition: all .2s linear;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--f16);
	font-weight: 500;
	border: none;
}
.sidebar_inquiry button:hover{
	background-color: var(--theme-color);
}

.page_main{
	flex: 1;
	padding-left: 60px;
	width: calc(100% - 400px);
}
.pro_list{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.2rem;
}
.pro_list li{
}
.pro_list li a{
	display: block;
}
.pro_list li .pic{
	border: 1px solid #DFDFDF;
}
.pro_list .info{}
.pro_list .info .tit{
	height: 3em;
}
.pro_list li:hover .info .tit{
	color: var(--theme-color);
}
/* 产品列表 e */

/* 产品详情 s */
.n_pro_xq_top{
}
.pro_xq_fl{
	width: 46%;
}

.pro_xq_pic{
	width: 100%;
}
.pro_xq_pic .swiper{}
.pro_xq_pic ul{}
.pro_xq_pic ul li{
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
}
.pro_xq_pic ul li img{
	/* mix-blend-mode: multiply; */
}
.pro_xq_ico{
	width: 100%;
	padding: 0 0.4rem;
	margin-top: 0.15rem;
}
.pro_xq_ico .swiper{}
.pro_xq_ico ul{}
.pro_xq_ico ul li{
	border: 1px solid #dfdfdf;
	cursor: pointer;
}
.pro_xq_ico ul li.swiper-slide-thumb-active{
	border-color: var(--theme-color);
}

.pro_xq_fr{
	width: 49%;
}
.pro_xq_fr .title{}
.pro_xq_fr .des{
	max-height: 15em;
	overflow-y: auto;
}
.pro_xq_fr .des::-webkit-scrollbar {
	width: 3px;
	height: 16px;
	background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
.pro_xq_fr .des::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
.pro_xq_fr .des::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	background-color: #555;
}
.pro_xq_fr .table{}
.pro_xq_fr .table ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.24rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: var(--f18);
	color: #666;
	line-height: 1.3;
}
.pro_xq_fr .table ul li{
	width: 49%;
	margin-top: 0.12rem;
}
.pro_xq_fr .table ul li strong{
	font-size: var(--f20);
	color: var(--theme-color);
	font-weight: 600;
	display: block;
	margin-bottom: 0.06rem;
}
.pro_xq_fr .btn{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.2rem;
	padding-top: 0.3rem;
	border-top: 1px solid #E9E9E9;
}
.pro_xq_fr .btn a{
	display: inline-block;
	padding: 0.16rem 0.48rem;
	border: 0.02rem solid var(--theme-color);
	background-color: var(--theme-color);
	font-size: var(--f18);
	color: #fff;
	border-radius: 0.06rem;
	min-width: 2rem;
	text-align: center;
}
.pro_xq_fr .btn a i{
	font-size: var(--f20);
	margin-right: 0.08rem;
}
.pro_xq_fr .btn a:first-child:hover{
	background-color: transparent;
	color: var(--theme-color);
}
.pro_xq_fr .btn a+a{
	background-color: #fff;
	color: var(--theme-color);
}
.pro_xq_fr .btn a:last-child:hover{
	background-color: var(--theme-color);
	color: #fff;
}
.pro_xq_ico .swiper-button-prev{
	left: 0;
}
.pro_xq_ico .swiper-button-next{
	right: 0;
}
.pro_xq_ico .swiper-button-prev::after,.pro_xq_ico .swiper-button-next::after{
	font-size: var(--f28);
	color: #000;
}
.pro_xq_ico .swiper-button-prev:hover::after,.pro_xq_ico .swiper-button-next:hover::after{
	color: var(--theme-color);
}
.pro_xq_ico .swiper-button-prev::after{}
.pro_xq_ico .swiper-button-next::after{}

.n_pro_xq_con{
	font-size: var(--f18);
	line-height: 1.75;
}
.n_pro_xq_con h2{
	position: relative;
	margin-top: 0.15rem;
	font-size: var(--f24);
	line-height: 1.3;
	margin-bottom: 0.20rem;
	padding-bottom: 0.1rem;
	font-family: "SSB";
	scroll-margin-top: 90px;
	/* padding-left: 0.2rem; */
	/* color: var(--theme-color); */
}
.n_pro_xq_con h2::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: var(--theme-color, #000);
}
.n_pro_xq_con table td,.n_pro_xq_con table th {
    border: 1px solid #E5E5E5;
    padding: 0.5rem 0.15rem;
}

.pagelink{
	border-top: 1px solid #E9E9E9;
}
.pagelink-item{
	font-size: var(--f18);
	line-height: 1.3;
	display: flex;
	flex-direction: column-reverse;
	border-bottom: 1px solid #E9E9E9;
	padding: 0.1rem;
}
.pagelink .next{}
.pagelink-item span{
	display: inline-block;
	color: var(--theme-color);
	padding-top: 10px;
}
.pagelink-item span::before {
    content: "➜";
    display: inline-block;
    font-size: var(--f18);
    margin-right: 10px;
}
.pagelink .prev span:before{
	transform: rotate(180deg);
}
.pagelink-item a:hover{
	color: var(--theme-color);
}
/* 产品详情 e */

/* 产品落地页 s */
.pro_page_01{}
.pro_page_01 .fl{
	width: 48%;
}
.pro_page_01 .fl .tit{}
.pro_page_01 .fl .des{}
.pro_page_01 .fl .des p+p{
	margin-top: 0.15rem;
}
.pro_page_01 .fr{
	width: 48%;
}
.pro_page_01 .fr .img{}

.pro_page_02{}
.pro_page_02 .item {
	margin-top: 0.8rem;
}
.pro_page_02 .item .tit{}
.pro_page_02 .item .con{
	background-color: #f5f5f8;
}
.pro_page_02 .item ul{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.3rem;
}
.pro_page_02 .item ul li{}
.pro_page_02 .item ul li a{
	display: block;
	background-color: #FFF;
}
.pro_page_02 .item ul li .info{
	text-align: center;
	padding: 0.3rem 0.2rem;
}
.pro_page_02 .item ul li .tit{
	height: 2.6em;
}
.pro_page_02 .item ul li .des{
	height: 3em;
}
.pro_page_02 .item ul li .btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.32rem;
	height: 0.32rem;
	border: 0.02rem solid #888;
	border-radius: 50%;
}
.pro_page_02 .item ul li .btn i{
	font-size: var(--f16);
	color: #888;
}
.pro_page_02 .item .c_btn{}

.pro_page_03{}
.pro_page_03 ul{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.3rem;
}
.pro_page_03 ul li{
	text-align: center;
	padding: 0.5rem 0.3rem;
	box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, .05);
}
.pro_page_03 ul li .ico{
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	/* border: 1px solid #888; */
}
.pro_page_03 ul li .ico img{}
.pro_page_03 ul li .info{}
.pro_page_03 ul li .tit{}
.pro_page_03 ul li .des{}

/* c_quote s */
.c_quote{}
.c_quote .con{
	padding: 0.8rem;
}
.c_quote .fl{
	width: 40%;
}
.c_quote .fl h4{}
.c_quote .fl p{}
.c_quote .fl a{
	display: inline-block;
	padding: 0.13rem 0.36rem;
	background-color: var(--theme-color);
	border: 2px solid var(--theme-color);
	color: #fff;
	border-radius: 50px;
}
.c_quote .fl a:hover{
	background-color: #fff;
	color: var(--theme-color);
}
.c_quote .fr{
	width: 55%;
}
.c_quote .fr form{
	row-gap: 0.15rem;
}
.c_quote .fr form fieldset{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.c_quote .fr form fieldset>.ff-el-group{
	width: 49%;
}
.c_quote .fr form .ff-field_container{
	width: 49%;
}
.c_quote .fr form  .ff-name-field-wrapper{
	margin-bottom: 0.2rem;
}
.c_quote .fr form .ff-el-group.w100{
	width: 100%;
}
.c_quote .fr form .ff-el-group input,.c_quote .fr form .ff-el-group textarea{
	width: 100%;
	height: 44px;
	background: #fff;
	border-radius: 4px;
	font-size: var(--f16);
	font-family: inherit;
	border: solid 1px rgba(var(--theme-color-rgb), 0.5);
	padding: 0 0.15rem;
}
.c_quote .fr form .ff-el-group textarea{
	height: 150px;
	padding: 0.15rem;
	background-color: #fff;
}
.c_quote .fr form .ff_submit_btn_wrapper{}
.c_quote .fr form .ff_submit_btn_wrapper button{
	border: none;
	padding: 0.15rem 0.42rem;
	background-color: var(--theme-color);
	font-size: var(--f16);
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	-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;
}
.c_quote .fr form .ff_submit_btn_wrapper button:hover{
	background-color: #000;
	color: #fff;
}
/* c_quote e */
/* 产品落地页 e */

/* 详情切换 s */

.xq_sort_nav{
	height: 75px;
}
#location .box.act {
    position: fixed;
	width: 100%;
    top: 80px;
    left: 0;
	background-color: #F4F5F9;
	background-color: #F9F9F9;
	z-index: 9;
}
.xq_sort_nav .w14{
	width: 100%;
	max-width: 100%;
	background-color: rgba(var(--theme-color-rgb), 0.10);;
	background-color: #F4F5F9;
	background-color: #F9F9F9;
	border-radius: 0.1rem;
	overflow: hidden;
	/* padding: 0 0.24rem; */
}
.xq_sort_nav .swiper{
}
.xq_sort_nav ul{}
.xq_sort_nav ul li{
	display: inline-block;
	width: auto;
}
.xq_sort_nav ul li a{
	position: relative;
	display: inline-block;
	height: 75px;
	line-height: 75px;
	padding: 0 0.24rem;
}
.xq_sort_nav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--theme-color);
    content: "";
    transition: width .2s;
}
/* .xq_sort_nav ul li:has(~.cur)::after{
	right: 0;
	left: auto;
} */
.xq_sort_nav ul li a:hover,.xq_sort_nav ul li.cur a{
	color: var(--theme-color);
}
.xq_sort_nav ul li.cur a:after{
	width: 100%;
}
.xq_sort_nav ul li a i{
	display: inline-block;
	transform: rotate(45deg);
}
/* 详情切换 e */

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

/* 新闻列表 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);
}
.n_news .fl .top{}
.n_news .fl .top h3{
	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 img{
	margin-bottom: 1em;
	max-width: 100% !important;
	height: auto !important;
}
.n_news .fl .con p:not(:last-child){
	margin-bottom: 1em;
}
.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;
}
.n_news .fr h4{}
.n_news .fr ul{}
.n_news .fr ul li{
	width: 100%;
}
.n_news .fr ul li+li{
	margin-top: 0.2rem;
}
.n_news .fr ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n_news .fr ul li .img{
	width: 120px;
}
.n_news .fr ul li .info{
	width: calc(100% - 130px);
}
.n_news .fr ul li .info .tit{}
.n_news .fr ul li .info .date{}
/* 新闻详情 e */

/* ====================应用样式========================= */

/* 行业列表 s */
.n_applist{}
.n_applist ul{}
.n_applist ul li{
	padding: 0.7rem 0;
	background-color: #f8f8f8;
}
.n_applist ul li+li{
	margin-top: 1.5rem;
}
.n_applist ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.n_applist ul li:nth-child(2n - 1) a{
	flex-flow: row-reverse;
}
.n_applist ul li .pic{
	width: 45%;
	margin-top: -1.5rem;
	border-radius: 0.15rem 0 0 0.15rem;
	overflow: hidden;
}
.n_applist ul li:nth-child(2n) .pic{
	border-radius: 0 0.15rem 0.15rem 0;
}
.n_applist ul li .info{
	width: 50%;
}
.n_applist ul li:nth-child(2n - 1) .info{
	padding-left: calc((100% - var(--www)) / 2);
}
.n_applist ul li:nth-child(2n) .info{
	padding-right: calc((100% - var(--www)) / 2);
}
.n_applist ul li .tit{}
.n_applist ul li .des{}
/* 行业列表 e */

/* 行业详情 s */
.n_tit2{
	position: relative;
	font-size: var(--f40);
	line-height: 1.3;
	padding-bottom: 0.15rem;
	font-family: "SSB";
}
.n_tit2::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 0.67rem;
    height: 0.04rem;
    background: var(--theme-color);
}
.n_app_xq_01{}
.n_app_xq_01 .fl{
	width: 48%;
}
.n_app_xq_01 .fr{
	width: 48%;
}

.n_app_xq_02{
	
}
.n_app_xq_02{}
.n_app_xq_02 ul{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.3rem;
}
.n_app_xq_02 ul li{
	background-color: #fff;
	border-radius: 0.2rem;
	-webkit-box-shadow: 0 0 .2rem 0 rgba(0,0,0, .1);
	box-shadow: 0 0 .2rem 0 rgba(0,0,0, .1);
	padding: 0.3rem 0.6rem;
	text-align: center;
}
.n_app_xq_02 ul li .ico{}
.n_app_xq_02 ul li .ico img{
	display: inline-block;
	height: 0.8rem;
}
.n_app_xq_02 ul li .info{
	margin-top: 0.35rem;
	min-height: 6em;
}
.n_app_xq_02 ul li .tit{
	font-size: var(--f24);
	line-height: 1.3;
	font-family: 'SSB';
}
.n_app_xq_02 ul li .des{
	font-size: var(--f16);
	line-height: 1.5;
	color: #666;
	margin-top: 0.15rem;
	min-height: 7.5em;
}

.xg_case{}
.xg_case ul{}
.xg_case ul li{}
.xg_case ul li a{
	display: block;
	background-color: #fff;
	border-radius: 0.2rem;
	overflow: hidden;
}
.xg_case ul li .info{}
.xg_case ul li .info .tit{}
.xg_case ul li a:hover .tit{
	color: var(--theme-color);
}
/* 行业详情 e */

/* 案例列表 s */
.n_caselist{}
.n_caselist ul{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	gap: 0.3rem;
}
.n_caselist ul li{}
.n_caselist ul li a{
	display: block;
	border-radius: 0.2rem;
	overflow: hidden;
	background-color: #F8F9FA;
}
.n_caselist ul li a:hover{
	background-color: var(--theme-color);
	color: #fff;
}
.n_caselist ul li .ico{}
.n_caselist ul li .ico img{}
.n_caselist ul li .info{
	padding: 0.3rem 0.2rem;
}
.n_caselist ul li .tit{
	height: 3em;
}
.n_caselist ul li .des{}
/* 案例列表 e */

/* 案例详情 s */
/* 案例详情 e */

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

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

/* 常见问题 s */
.n_faq{}
.n_faq ul{}
.n_faq ul li{
	margin-bottom: 0.2rem;
}
.n_faq ul li:last-child{
	margin-bottom: 0;
}
.n_faq ul li .faq_t{
	padding: 0.2rem;
	display: flex;
	gap: 0.15rem;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
	background-color: #f8f8f8;
	cursor: pointer;
}
:is(.is-layout-flow,.is-layout-constrained) :where(h1,h2,h3,h4,h5,h6){
	margin-bottom: 0;
}
.n_faq ul li.on .faq_t{
	background-color: var(--theme-color);
	color: #fff;
}
.n_faq ul li.on .faq_t h4{
	color: #fff;
}
.n_faq ul li .faq_t i{
	transition: all 0.3s ease-in-out;
}
.n_faq ul li .faq_b{
	display: none;
}
.n_faq ul li.on .faq_b{
    display: block;
}
.n_faq ul li .faq_b .info{
	padding: 0.25rem 0.3rem 0.05rem 0.3rem;
}
/* 常见问题 e */

/* 下载中心 s */
/* 下载中心 e */

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

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

/* 联系我们 s */
.n_contact{}
.n_contact .fl{
	width: 58%;
}
.n_contact .fl .con{}
.n_contact .fl form{}


.n_contact .fl form fieldset{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.n_contact .fl form .ff-name-field-wrapper.ff-field_container{
	width: 48%;
	margin-bottom: 0.2rem;
}
.n_contact .fl .fluentform .ff-el-group{
	margin-bottom: 0.2rem;
}
.n_contact .ff-name-field-wrapper .ff-t-cell  .ff-el-group{
    margin-bottom: 0;
}
.n_contact .fl fieldset>.ff-el-group{
	width: 49%;
}
.n_contact .fl .ff-el-group input{
	width: 100%;
	font-size: var(--f16);
	font-family: inherit;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #F8F7FA;
	border-radius: 0.05rem;
	padding-left: 0.16rem;
	border: none;
}
.n_contact .fl form .ff-el-group.w100{
	width: 100%;
}
.n_contact .fl form .ff-el-group 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 form .ff_submit_btn_wrapper button{
	display: inline-block;
	background-color: var(--theme-color);
	color: #fff;
	padding: 0.2rem 0.5rem;
	font-size: var(--f18);
	font-family: inherit;
	text-transform: capitalize;
	border: none;
	-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;
}
.n_contact .fl form .ff_submit_btn_wrapper button:hover{
	background-color: #000;
	color: #fff;
}

.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 */

/* 新增 s */
.ct-widget{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 0.15rem;
	margin-bottom: 0.3rem;
}
.ct-sidebar .widget-title{
	position: relative;
	display: block;
	font-size: var(--f24) !important;
	line-height: 1.25;
	font-weight: 600;
	padding-left: 0.15rem;
	margin-bottom: 0.2rem;
}
.ct-sidebar .widget-title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: var(--theme-color);
}
.widget_nav_menu ul{}
.widget_nav_menu ul li{
	position: relative;
}
.widget_nav_menu ul li a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: var(--f16);
	line-height: 1.5;
	padding: 0.08rem 0;
	padding-right: 0.35rem;
}

.products .woocommerce-loop-product__title{
	padding: 0 0.1rem;
}
.products .woocommerce-loop-product__title a{
	font-size: var(--f18);
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.products .woocommerce-loop-product__title a:hover{
	color: var(--theme-color);
}
.products .ct-media-container{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	border: 1px solid #DFDFDF;
	padding-bottom: 100%;
}
.products .ct-media-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-columns.are-vertically-aligned-center{
	gap: 0.1rem;
}
.wp-block-columns.are-vertically-aligned-center h4{
	margin-bottom: 0 !important;
}
.is-product-collection-layout-list .wc-block-product:not(:last-child){
	margin-bottom: 0.25rem !important;
}
.ct-dynamic-media .ct-dynamic-media-inner[data-hover] img{
	aspect-ratio: 1 !important;
}
.widget_block .ct-dynamic-media {
	display: block;
    border: 1px solid #EEEEEE;
}
.entry-summary .entry-title.product_title{
	font-size: var(--f32);
	font-weight: 700;
}
.entry-summary-items > .woocommerce-product-details__short-description{
	font-size: var(--f16);
	line-height: 1.5;
}
.ct-quick-view-card .product_meta>span, .product[class*=gallery] .product_meta>span{
	font-size: var(--f16);
}
#gspb_container-id-gsbp-86a9d49.gspb_container{
	display: none !important;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs li a{
	font-size: var(--f18);
	font-family: "SSB";
	letter-spacing: 0.01rem;
}

.wc-tabs-wrapper article{
	font-size: var(--f18);
	line-height: 1.75;
}
.wc-tabs-wrapper article h2{
	position: relative;
	margin-top: 0.15rem;
	font-size: var(--f24);
	line-height: 1.3;
	margin-bottom: 0.20rem;
	padding-bottom: 0.1rem;
	font-family: "SSB";
	scroll-margin-top: 90px;
	/* padding-left: 0.2rem; */
	/* color: var(--theme-color); */
}
.wc-tabs-wrapper article h2::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: var(--theme-color, #000);
}

.wc-tabs-wrapper article h3{
	position: relative;
	margin-top: 0.08rem;
	font-size: var(--f20);
	line-height: 1.3;
	margin-bottom: 0.12rem;
	padding-bottom: 0.1rem;
	font-weight:700;
	scroll-margin-top: 90px;animation
}
.wc-tabs-wrapper article table{
	width: auto;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none;
}
.wc-tabs-wrapper article table td,.wc-tabs-wrapper article table th {
    border: 1px solid #E5E5E5;
	line-height: 1.3;
    padding: 0.12rem 0.08rem;
	white-space: nowrap;
	text-align: center;
}

.related .ct-module-title{
	font-size: var(--f32);
	font-weight: 700;
}

/* 新闻列表 */
[data-prefix="blog"] .entry-card{
	/* display: block;
	box-shadow: 0 0 0.3rem rgb(0 0 0 / .08); */
}
[data-prefix="categories"] .entries{
	padding: 0.6rem 0;
}
[data-prefix="blog"] .entry-card .has-hover-effect img,[data-archive=default] .entry-card .has-hover-effect img{
	aspect-ratio: 4 / 3 !important;
}
[data-prefix="blog"] .entry-card .entry-title,[data-archive=default] .entry-card .entry-title{
	font-size: var(--f24);
	font-weight: 700;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
[data-prefix="blog"] .entry-card .entry-excerpt,[data-archive=default] .entry-card .entry-excerpt{
	line-height: 1.5;
	height: 3em;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
[data-archive=default] .entry-button[class*=ct-button],[data-prefix="blog"] .entry-button[class*=ct-button]{
	color: #fff;
}
.single  .stk-block-posts:is(.is-style-list) .stk-img-wrapper{
	height: auto;
}
.stk-08277ba-container .stk-block-posts__image-link{
	margin-bottom: 0 !important;
}
.single  .stk-block-posts:is(.is-style-list) .stk-container-padding{
	height: auto;
}
.stk-block-posts:not(.stk--has-container) .stk-block-posts__items{
	row-gap: 0.1rem;
}
.stk-block-posts__items .stk-container{
	align-items: center;
}
.stk-block-posts:is(.is-style-list) .stk-container-padding{
	padding-left: 0.2rem;
}

[data-prefix="single_blog_post"] .entry-header .page-title{
	font-size: var(--f30);
	line-height: 1.3;
}
[data-prefix="single_blog_post"] .entry-header .entry-meta{
	font-size: var(--f16);
}
.hero-section[data-type=type-1]{
	padding-bottom: 0.16rem;
	border-bottom: 1px solid rgb(221, 221, 221);
	margin-bottom: 0.2rem;
}
[data-prefix="single_blog_post"] .category-news-blog .entry-content{
	font-size: var(--f16);
	line-height: 1.6;
}
[data-prefix="single_blog_post"] .category-news-blog .entry-content h2{
	font-size: var(--f24);
	font-weight: 700;
	line-height:1.3;
	margin-bottom: .75em;
}

[data-prefix="single_blog_post"] .category-news-blog .entry-content h3{
	font-size: var(--f20);
	font-weight: 700;
	line-height:1.3;
	margin-bottom: .75em;
	margin-top:1em;
}

[data-prefix="single_blog_post"] .category-news-blog .entry-content a{
	text-decoration:underline;
	color:#0054ff;
	
}

[data-prefix="single_blog_post"] .entry-content p:not(:last-of-type){
	margin-bottom: 1em;
}
.post-navigation .item-label{
	font-size: var(--f14);
}
.post-navigation .item-title{
	font-size: var(--f16);
}

.ct-related-posts .ct-module-title{
	font-size: var(--f30);
	font-family: "SSB";
	margin-bottom: 0.15rem;
}
[data-prefix="single_blog_post"] .ct-related-posts .related-entry-title{
	font-size: var(--f20);
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gog-banner-slider{
	/* margin-top: 80px !important;              /* 新增：距离顶部 80px */ */
}

.gog-banner-slider {
	position: relative;
	min-width: 100%;
	overflow: hidden;
	margin-block-end: 0;
	height: calc(100vh - 80px);    /* 新增：全屏减去 80px */
}
.gog-slides-container {
	position: relative;
	width: 100%;
	height: 100%;                  /* 改为 100% 高度 */
	min-height: unset;             /* 移除 min-height */
}

/* 单个slide */
.gog-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease-in-out, visibility 0.8s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gog-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

/* 渐变覆盖层 */
.gog-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}
.gog-slide::before {
	background: linear-gradient(116deg, rgba(48, 92, 125, 0.6) 0%, rgba(92, 132, 163, 0) 82%);
}

/* 内容区域 - 基础样式 */
.gog-slide-content {
	position: relative;
	z-index: 2;
	max-width: 92%;
	margin: 0 auto;
	padding: 0 20px;
	height: 100%;
	min-height: inherit;
	display: flex;
	flex-direction: column;
	width: 1600px;
}

/* 第一、三、四张：居中偏上，文字居中 */
.gog-slide-center-top {
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	padding-top: 15vh;
}
/* 第二张：靠右垂直居中 */
.gog-slide-right {
	justify-content: center;
	align-items: flex-end;
	text-align: right;
}

.gog-slide-content-inner {
	max-width: 55%;
	width: 100%;
}
/* 居中偏上的内容块宽度可适当加大 */
.gog-slide-center-top .gog-slide-content-inner {
	max-width: 70%;
}
/* 靠右的内容块靠右对齐 */
.gog-slide-right .gog-slide-content-inner {
	margin-left: auto;
	margin-right: 0;
}

/* 标题样式 - 调小字号，取消大写 */
.gog-slide-heading {
	font-size: 54px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #FFFFFF;
	margin: 0 0 10px 0 !important;
}
.gog-slide-des{
	font-size: var(--f32);
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #FFFFFF;
	margin: 0 0 0.3rem 0 !important;
}
/* 按钮样式 - 红色主色调，白色文字 */
.gog-slide-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	position: relative;
	text-align: center;
	padding: 0.14rem 0.32rem;
	min-height: calc(3.4286em + 2px);
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration: none;
	border-radius: 10px;
	transition: background 0.45s ease-out, border-color 0.3s, color 0.3s, padding 0.3s;
	box-sizing: border-box;
	overflow: hidden;
	color: #ffffff !important;
	border: solid 1px #e31e24 !important;
	background-color: #e31e24;
	/* background: linear-gradient(90deg, rgba(227,30,36,0) 50%, #e31e24 50%); */
	background-size: calc(200% + 4px) 100%;
	background-position: -1.7857em 0;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 2;
}
.gog-slide-button svg {
	width: 14px;
	height: 14px;
	transition: transform 0.3s;
	stroke: #ffffff;
	stroke-width: 2;
	fill: none;
}
.gog-slide-button:hover {
	background-position: calc(100% + 1px) 0;
	padding: 1em 1.71em;
	color: #ffffff !important;
	border-color: #e31e24 !important;
}
.gog-slide-button:hover svg {
	stroke: #ffffff;
	transform: translateX(4px);
}

/* 底部控制区 - 分页器红色调 */
.gog-slider-footer {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 3;
	pointer-events: none;
}
.gog-slider-footer-content {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	pointer-events: auto;
}
.gog-slider-pagination {
	display: flex;
	align-items: center;
	gap: 30px;
}
.gog-slider-progress {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.6875em;
}
.gog-slider-progress .current {
	font-weight: 600;
}
.gog-slider-dots {
	display: flex;
	gap: 15px;
}
.gog-slider-dot {
	width: 48px;
	height: 4px;
	background: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: border-color 0.3s, border-width 0.2s;
}
.gog-slider-dot.active {
	border-bottom: 4px solid #e31e24;
}
.gog-slider-nav {
	display: flex;
	gap: 12px;
}
.gog-slider-nav button {
	width: 48px;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	pointer-events: auto;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.gog-slider-nav button:hover {
	background-color: #e31e24;
}
.gog-slider-nav button svg {
	width: 24px;
	height: 24px;
	stroke: #333;
	stroke-width: 2;
	fill: none;
}
.gog-slider-nav button:hover svg {
	stroke: #fff;
}

.gog-slide-01{
	
}
.gog-slide-content{
	padding: 0;
}
.gog-slide-01 .gog-slide-heading{
	font-size: var(--f64);
	color: var(--theme-color);
	font-family: "SSB";
}

.gog-slide-01 .gog-slide-center-top{
	align-items: flex-start;
	text-align: left;
}
.gog-slide-01 .gog-slide-center-top .gog-slide-content-inner{
	max-width: 60%;
}
.gog-banner-slider .gog-slide-heading{
	font-size: var(--f64);
	font-family: "SSB";
}
.gog-banner-slider .gog-slide-03{
	padding-top: 10vh;
}
/* 响应式调整 */
@media (max-width: 1200px) {
	.gog-slide-heading { font-size: 36px; }
	.gog-slide-content-inner { max-width: 44%; margin: 100px 60px 0 60px; }
	.gog-slide-center-top .gog-slide-content-inner { max-width: 60%; margin: 0 auto; }
	.gog-slides-container { min-height: 700px; }
}
@media (max-width: 1020px) {
	.gog-slide-content-inner { margin: 40px 60px 0 60px; max-width: 48%; }
	.gog-slide-center-top .gog-slide-content-inner { max-width: 70%; margin: 0 auto; }
	.gog-slide-heading { font-size: 32px; }
}
@media (max-width: 840px) {
	.gog-slide-heading { font-size: 28px; }
}
@media (max-width: 660px) {
	.gog-slide-content-inner { max-width: 100%; margin: 40px 0 0 0; }
	.gog-slide-center-top .gog-slide-content-inner { max-width: 90%; margin: 0 auto; }
	.gog-slide-heading { font-size: 24px; }
	.gog-slider-footer-content { justify-content: center; flex-wrap: wrap; bottom: 20px; }
	.gog-slider-nav button { width: 40px; height: 40px; }
	.gog-slider-dot { width: 32px; }
	/* 移动端所有幻灯片内容统一居中 */
	.gog-slide-center-top, .gog-slide-right {
		align-items: center;
		text-align: center;
	}
	.gog-slide-right .gog-slide-content-inner {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 480px) {
	.gog-slide-heading { font-size: 22px; }
	.gog-slides-container { min-height: 500px; }
}

.ct-search-results a,.ct-search-results a span{
	color: #fff;
}
.ct-search-results a:hover{
	text-decoration: underline;
}
/* 新增 e */


/* 隐藏特定页面的Hero区域 */
body.single-case .hero-section, 
body.single-application .hero-section,
body.post-type-archive-case div[data-block="hook:717"],
body.tax-case_category div[data-block="hook:717"],
body.tax-application_category div[data-block="hook:717"] {
    display: none !important;
}
/* 强制隐藏 "Skip to content" 链接，对键盘用户也不可见 */
a.skip-link {
    display: none !important;
}

.entry-header h1.page-title{
	font-size: var(--f48);
	font-family: "SSB";
}
.ct-breadcrumbs{
	font-size: var(--f16);
}

#main-container .site-main{
	
}

.page-id-14 .hero-section.is-width-constrained{
	display: none !important;
}
.gog-banner-slider{
	margin-top: 80px !important;
}

/* -------------------------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;}

	.md-sideBar .side_item .hd{
		width: 0.8rem;
		height: 0.8rem;
	}
	.md-sideBar .side_item .hd i{
		font-size: 0.42rem;
	}
}

@media all and (max-width:768px) {
	.gog-banner-slider .gog-slide-heading{
		font-size: var(--f58);
	}
	.gog-banner-slider .gog-slide-des{
		font-size: var(--f28);
	}
	.gog-slide-center-top .gog-slide-content-inner{
		max-width: 100% !important;
	}
	
	.i_who ul{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
	}
	.i_who ul li{
		padding: 0.32rem 0.2rem;
	}
	.i_who ul li .ico img{
		height: 0.8rem;
	}
	
	.i_tit span:before{
		width: 0.4rem;
		height: 0.4rem;
		margin-right: 0.1rem;
	}
	
	.i_pro .tab_nav{
		overflow: auto;
	}
	.i_pro .tab_nav ul{
	}
	.i_pro .tab_nav ul li a{
		padding: 0.2rem 0.4rem;
		white-space: nowrap;
	}
	.ct-search-form input{
		font-size: 14px;
		/* height: 36px; */
	}
/* 	.ct-search-form[data-form-controls=inside] .wp-element-button{
		height: 36px !important;
	}
	.ct-search-form[data-form-controls=inside] .wp-element-button svg{
		width: 20px;
	}
	.c-swiper-page .swiper-pagination-bullet, .c-swiper-page .swiper-pagination-bullet{
		width: 0.5rem;
	} */
	
	.i_ab .w16{
		flex-direction: column;
	}
	.i_ab .fl,.i_ab .fr{
		width: 100%;
		padding: 0;
	}
	.i_ab .fr{
		margin-top: 0.5rem;
	}
	.i_ab .fr ul li{
		width: 100%;
		padding-left: 0.5rem;
	}
	
	.i_num ul{
		row-gap: 0.3rem;
		transform: none;
		background-color: transparent;
		box-shadow: none;
	}
	.i_num ul li{
		width: 50%;
		color: #333;
		flex-direction: column;
		row-gap: 0.2rem;
	}
	.i_num ul li .ico{
		width: 100%;
		text-align: center;
	}
	.i_num ul li .ico img{
		display: inline-block;
		right: auto;
		filter: none;
	}
	.i_ab::after{
		background-size: 100% auto;
	}
	.i_ab .fr ul li{
		font-size: var(--f18);
	}
	
	.i_process{
		padding-top: 0.45rem;
	}
	.i_process .i_tit{
		position: relative;
		transform: none;
		top: auto;
		left: 0%;
		margin-bottom: 0.35rem;
	}
	
	.i_app .i_tit{
		width: 100%;
	}
	.i_app .info{
		width: 100%;
		line-height: 1.5;
	}
	.i_app .bot{
		padding-left: 4%;
	}
	.i_case ul li.swiper-slide a:before{
		height: 100%;
	}
	.i_case ul li a{
		padding: 0.35rem 0.35rem 0.35rem 0.5rem;
		flex-direction: column;
	}
	.i_case ul li .img{
		width: 100%;
	}
	.i_case ul li .info{
		width: 100%;
		padding-left: 0;
		padding-top: 0.3rem;
	}
	.pd-100,.pd-120{
		padding: 0.8rem 0;
	}
	
	.i_new ul{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.i_new ul li .date{
		width: 3.2em;
	}
	.i_mess .w16{
		flex-direction: column-reverse;
		row-gap: 0.3rem;
	}
	.i_mess .fl,.i_mess .fr{
		width: 100%;
	}
	
	.Footer-container .mid{
		padding: 0.8rem 0 0.5rem;
	}
	.Footer-container .mid .fl,.Footer-container .mid .fr{
		width: 100%;
	}
	.Footer-container .mid .fl .foot_info ul li{
		font-size: 14px;
	}
	.Footer-container .mid>ul,.Footer-container .mid>ul>li{
		width: 100%;
	}
	.Footer-container .mid>ul{
		margin-top: 0.15rem;
	}
	.Footer-container .media_ul li a{
		width: 0.64rem;
		height: 0.64rem;
	}
	.Footer-container .media_ul li a i{
		font-size: var(--f24);
	}
	.Footer-container .mid .fr .foot_nav .foot_item{
		width: 100%;
		border-bottom: 1px solid rgb(255,255,255,.8);
		margin-bottom: 0;
	}
	.Footer-container .mid>ul>li p.on i{
		transform: rotate(-180deg);
	}
	.Footer-container .mid .foot_nav_link{
		flex-direction: column;
		align-items: flex-start;
		margin-top: 0.25rem;
	}
	.Footer-container .mid>ul>li .foot_nav_link a{
		line-height: 1.75;
	}
	.Footer-container .mid .foot_nav_link{
		display: none;
		padding-bottom: 0.25rem;
	}
	.Footer-container .mid .fr{
		margin-top: 0.3rem;
	}
	.Footer-container .mid .fr .tit{
		padding-bottom: 0.3rem;
	}
	.Footer-container .mid .fr .info dd{
		line-height: 1.5;
	}
	
	.Footer-container .mid>ul>li p {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 18px;
		padding: 0.25rem 0;
		margin-bottom: 0;
	}
	
	.i_ab .fl .play{
		right: 50%;
		margin-right: -0.45rem;
	}
	
	.hero-section[data-type=type-1]{
		display: none !important;
	}
	.c_ban{
		/* margin-top: 80px !important; */
		aspect-ratio: 5 / 3;
		height: auto;
	}
	.n_profile .fl,.n_profile .fr{
		width: 100%;
	}
	.n_profile .w16{
		display: flex;
		flex-direction: column-reverse;
	}
	.n_profile .fl{
		margin-top: 0.25rem;
	}
	.n_profile .fl ul li{
		width: 48%;
	}
	.n_profile .fl ul li p{
		margin-top: 0.1rem;
	}
	.n_profile .fl ul li .num span{
		font-size: var(--f64);
	}
	
	.n_culture .n_tit{
		margin-bottom: 0.55rem;
	}
	.n_culture ul{
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 0.6rem;
	}
	.n_culture ul li{
		width: 100%;
		padding: 0.6rem 0.4rem 0.4rem;
	}
	.n_culture ul li i{
		width: 1rem;
		height: 1rem;
		font-size: var(--f60);
	}
	.n_culture ul li .des{
		min-height: auto;
	}
	.n_honor .swiper-button-prev{
		left: -0.3rem;
	}
	.n_honor .swiper-button-next{
		right: -0.3rem;
	}
	.sort_nav .w16{
		min-height: auto;
		padding: 0.3rem 0;
	}
	.crumbs{
		flex-wrap: wrap;
	}
	.crumbs a{
		line-height: 1.3;
		font-size: var(--f18);
	}
	.crumbs:before{
		font-size: var(--f24);
	}
	
	.page-template-page-quality-standards-php .c_ban {
        margin-top: 0 !important;
    }
	.n_tech .img{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.c_quote .fl,.c_quote .fr{
		width: 100%;
	}
	.c_quote .con{
		padding: 0.6rem 0.4rem;
	}
	.c_quote .fl{
		margin-bottom: 0.45rem;
	}
	.c_quote .fr form .ff-field_container,
	.c_quote .fr form fieldset>.ff-el-group{
		width: 100%;
	}
	.c_quote .fr form .ff_submit_btn_wrapper button{
		line-height: 1.3;
		min-height: auto;
		padding: 0.3rem 0.6rem;
	}
	.c_quote .fl a{
		padding: 0.25rem 0.4rem;
	}
	
	.pro_page_01 .fl,.pro_page_01 .fr{
		width: 100%;
	}
	.pro_page_01 .fr{
		margin-top: 0.35rem;
	}
	
	.pro_page_02 .item ul{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.2rem;
	}
	.pro_page_02 .item ul li .btn{
		width: 0.42rem;
		height: 0.42rem;
	}
	.pro_page_02 .item ul li .des{
		display: none;
	}
	.pro_page_03 ul{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.2rem;
	}
	
	.wp-block-greenshift-blocks-row{
		position: relative;
		padding: 0 !important;
		aspect-ratio: 5 / 3;
	}
	.wp-block-greenshift-blocks-row .has-x-large-font-size{
		font-size: var(--f48) !important;
	}
	[data-device=mobile][data-transparent]{
		position: relative;
	}
	.wp-block-greenshift-blocks-row>.gspb_row__content{
		align-items: center;
	}
	.wp-block-greenshift-blocks-row-column{
		position: absolute;
		height: auto;
	}
	.wp-block-greenshift-blocks-row-column:nth-child(2){
		display: none;
	}
	
	.entry-content .scroll{
	    overflow: auto;
	}
	
	.pt-160{
		padding-top: 1rem;
	}
	.pb-100{
		padding-top: 0.8rem;
	}
	.n_applist ul li{
		width: 92%;
		margin: 0 auto;
		padding: 0;
		border-radius: 0.2rem !important;
		overflow: hidden;
	}
	.n_applist ul li a{
		flex-direction: column !important;
	}
	.n_applist ul li .pic{
		width: 100%;
		margin-top: 0;
		border-radius: 0 !important;
	}
	.n_applist ul li .info{
		width: 100%;
		padding: 0.3rem !important;
	}
	.n_applist ul li+li{
		margin-top: 0.6rem;
	}
	.n_app_xq_01 .con{
		flex-direction: column-reverse;
	}
	.n_app_xq_01 .fl,.n_app_xq_01 .fr{
		width: 100%;
	}
	.n_app_xq_01 .fl{
		margin-top: 0.3rem;
	}
	
	.n_app_xq_02 ul{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.n_app_xq_02 ul li{
		padding: 0.4rem 0.3rem;
	}
	.n_app_xq_02 ul li .ico img{
		height: 1rem;
	}
	.n_app_xq_02 ul li .des{
		min-height: auto;
	}
	.n_tit2{
		padding-bottom: 0.25rem;
	}
	.radius20{
		border-radius: 10px;
	}
	.xg_case ul li .info{
		padding-left: 10px;
		padding-right: 10px;
	}
	.c-swiper-page .swiper-pagination-bullet, .c-swiper-page .swiper-pagination-bullet{
		width: 0.5rem;
	}
	
	.n_caselist ul{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.n_news .fr{
		display: none;
	}
	.n_news .fl{
		width: 100%;
	}
	.n_news .fl .box{
		padding: 0.6rem 0.3rem;
	}
	.n_news .fl .bot{
		flex-direction: column;
		row-gap: 0.1rem;
	}
	.n_news .fl .bot>div{
		width: 100%;
		line-height: 1.3;
	}
	.n_news .fl .bot .next{
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.n_contact .fl,.n_contact .fr{
		width: 100%;
	}
	
	.n_contact .fl form .ff-name-field-wrapper.ff-field_container,.n_contact .fl fieldset>.ff-el-group{
		width: 100%;
	}
	.n_contact .fl form .ff_submit_btn_wrapper button{
		line-height: 1.3;
		min-height: auto;
	}
	.n_contact .fr{
		margin-top: 0.3rem;
	}
	.n_contact .fr ul li .icon{
		width: 60px;
		height: 60px;
	}
	.n_contact .fr ul li .text{
		width: calc(100% - 80px);
	}
	
	.gog-slide-02 .gog-slide-content{
		justify-content: flex-start;
	}
	.gog-banner-slider{
		aspect-ratio: 2 / 3;
		height: auto;
		margin-top: 0 !important;
	}
	.gog-slide-02,.gog-slide.gog-slide-center-top{
		padding-top: 8vh;
	}
	.gog-slide-02 .gog-slide-content-inner{
		margin-top: 0;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.i_tit h3{
		margin-top: 0.2rem;
	}
	.c_btn{
		padding: 0.2rem 0.4rem;
	}
}

@media all and (max-width:480px) {
	[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container{
	   --logo-max-height: 24px
	}
}

@media all and (max-width:420px) {
	.i_who ul li .info{
		font-size: 13px;
	}
}

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

/* 产品详情页 */
.sg-product-section {
  margin-bottom: 40px;
}
.sg-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.sg-product-card {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
}
.sg-product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 20px 0;
}
.sg-product-table th {
  background: #f8f8f8;
  text-align: left;
  padding: 10px 12px;
  border: 1px solid #eee;
  font-weight: 600;
}
.sg-product-table td {
  padding: 10px 12px;
  border: 1px solid #eee;
}
.sg-product-table tbody tr:nth-child(even) {
  background: #fcfcfc;
}

.sg-product-guide {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  margin: 40px 0;
  background: #fff;
}
.sg-product-guide__kicker {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #cc0000;
  margin-bottom: 6px;
}
.sg-product-guide__title {
  font-size: 22px;
  margin: 0 0 8px;
  color: #111;
}
.sg-product-guide__mosaic {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.sg-product-guide__text {
  flex: 1 1 65%; /* 加宽文本区域 */
  line-height: 1.7;
  color: #444;
}
.sg-product-guide__text h3 {
  font-size: 18px;
  margin: 20px 0 8px;
  color: #333;
}
.sg-product-guide__text h3:first-child {
  margin-top: 0;
}
.sg-product-guide__media {
  flex: 1 1 30%; /* 缩小图片区域宽度 */
  display: grid;
  grid-template-columns: 1fr; /* 单列四行 */
  gap: 10px;
  align-content: start; /* 顶部对齐避免拉伸 */
}
.sg-product-guide__media img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.sg-product-cert-section {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 20px 25px;
  margin-top: 25px;
}
.sg-product-cert-section h3 {
  margin: 0 0 16px;
}
.sg-product-cert-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.cert-badge {
  flex: 0 0 calc(33.333% - 7px);
  background: #cc0000;
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(204,0,0,0.2);
}