@charset "UTF-8";
/* 华汉互联 https://www.huahanlink.com/ */
* {
  margin: 0;
  padding: 0;
  -moz-outline: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-size: 16px !important;
  overflow-x: hidden;
}
body {
  max-width: 1920px;
  margin: auto;
  -webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  appearance: none;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
/* 动画延迟 */
/* 图片放大 */
/* 旋转 */
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
/* 侧边条 */
::-webkit-scrollbar {
  width: 0;
}
/* 媒体查询 缩写 */
/* 布局 */
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1350 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:1840px) {
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1760px) {
  .w1640 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1360px) {
  .w1240 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1270px) {
  .w1150 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1600,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 20px;
  }
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/* 大 => 小 */
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes big_small {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* 上 => 下 */
@keyframes upDwon {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-3px);
  }
}
/* 透明度  1 => 0 */
@keyframes bgfd {
  0% {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/* 默认 空标签 */
.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0px;
}
/* 图片 垂直居中 */
.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0px;
}
.block_a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.none {
  display: none;
}
/* 移动端不兼容 暂不推荐使用 */
.ratio {
  -webkit-aspect-ratio: 1 / 1;
  aspect-ratio: 1 / 1;
}
.center_box {
  position: relative;
  z-index: 5;
}
.m1px {
  margin-bottom: -1px;
}
:root {
  /* 导航高度 */
  --header-height: 80px;
  /* 动画 */
  --ani: 0.25s ease;
  /* 颜色 */
  --text-color: #242424;
  --active-color: #1D4EC1;
  --active-color-60: #7285D6;
  /* 字号 */
  /* 30px ~ 60px */
  --font60: clamp(1.875rem, calc(-2.74rem + 5.77vw), 3.75rem);
  /* 32px ~ 48px */
  --font48: clamp(2rem, calc(-0.462rem + 3.08vw), 3rem);
  /* 31px ~ 46px */
  --font46: clamp(1.938rem, calc(-0.37rem + 2.88vw), 2.875rem);
  /* 29px ~ 44px */
  --font44: clamp(1.813rem, calc(-0.495rem + 2.88vw), 2.75rem);
  /* 28px ~ 42px */
  --font42: clamp(1.75rem, calc(-0.404rem + 2.69vw), 2.625rem);
  /* 27px ~ 40px */
  --font40: clamp(1.688rem, calc(-0.313rem + 2.5vw), 2.5rem);
  /* 25px ~ 38px */
  --font38: clamp(1.563rem, calc(-0.438rem + 2.5vw), 2.375rem);
  /* 24px ~ 36px */
  --font36: clamp(1.5rem, calc(-0.346rem + 2.31vw), 2.25rem);
  /* 23px ~ 34px */
  --font34: clamp(1.438rem, calc(-0.255rem + 2.12vw), 2.125rem);
  /* 21px ~ 32px */
  --font32: clamp(1.313rem, calc(-0.38rem + 2.12vw), 2rem);
  /* 20px ~ 30px */
  --font30: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
  /* 19px ~ 28px */
  --font28: clamp(1.188rem, calc(-0.197rem + 1.73vw), 1.75rem);
  /* 18px ~ 26px */
  --font26: clamp(1.125rem, calc(-0.106rem + 1.54vw), 1.625rem);
  /* 17px ~ 24px */
  --font24: clamp(1.063rem, calc(-0.014rem + 1.35vw), 1.5rem);
  /* 16px ~ 22px */
  --font22: clamp(1rem, calc(0.077rem + 1.15vw), 1.375rem);
  /* 15px ~ 20px */
  --font20: clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem);
  /* 14px ~ 18px */
  --font18: clamp(0.875rem, calc(0.26rem + 0.77vw), 1.125rem);
  /* 15px ~ 16px */
  --font16: clamp(0.875rem, calc(0.26rem + 0.77vw), 1.125rem);
  /* 12px ~ 14px */
  --font14: clamp(0.875rem, calc(0.413rem + 0.58vw), 1.063rem);
  /* 12px ~ 14px */
  --font_14: clamp(0.75rem, calc(0.442rem + 0.38vw), 0.875rem);
  /* 间距 */
  --spacing-160: clamp(6.25rem, calc(-2.981rem + 11.54vw), 10rem);
  --spacing-140: clamp(5.625rem, calc(-0.625rem + 7.81vw), 8.75rem);
  --spacing-120: clamp(5rem, calc(-1.154rem + 7.69vw), 7.5rem);
  --spacing-100: clamp(4.125rem, calc(-1.106rem + 6.54vw), 6.25rem);
  --spacing-80: clamp(2.5rem, calc(-3.654rem + 7.69vw), 5rem);
  --spacing-70: clamp(2.25rem, calc(-2.981rem + 6.54vw), 4.375rem);
  --spacing-60: clamp(1.875rem, calc(-2.74rem + 5.77vw), 3.75rem);
  --spacing-50: clamp(1.625rem, calc(-2.067rem + 4.62vw), 3.125rem);
  --spacing-40: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem);
  --spacing-30: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
  --spacing-20: clamp(0.875rem, calc(-0.048rem + 1.15vw), 1.25rem);
  /* 圆角 */
  --border-radius20: clamp(0.625rem, calc(-0.089rem + 1.12vw), 1.25rem);
  --border-radius18: clamp(0.625rem, calc(0.054rem + 0.89vw), 1.125rem);
  --border-radius16: clamp(0.5rem, calc(-0.071rem + 0.89vw), 1rem);
  --border-radius14: clamp(0.313rem, calc(-0.33rem + 1vw), 0.875rem);
  --border-radius12: clamp(0.313rem, calc(-0.188rem + 0.78vw), 0.75rem);
  --border-radius10: clamp(0.313rem, calc(-0.045rem + 0.56vw), 0.625rem);
  --border-radius8: clamp(0.25rem, calc(-0.365rem + 0.77vw), 0.5rem);
}
@media (max-width:1024px) {
  :root {
    --spacing-160: 80px;
    --spacing-140: 70px;
    --spacing-120: 60px;
    --spacing-100: 50px;
  }
}
@media (max-width:990px) {
  :root {
    --header-height: 60px;
  }
}
@media (max-width:768px) {
  :root {
    --font48: 32px;
    --font46: 31px;
    --font44: 29px;
    --font42: 28px;
    --font40: 27px;
    --font38: 25px;
    --font36: 24px;
    --font34: 23px;
    --font32: 21px;
    --font30: 20px;
    --font28: 19px;
    --font26: 18px;
    --font24: 17px;
    --font22: 16px;
    --font20: 15px;
    --font18: 14px;
    --font16: 13px;
    --font14: 12px;
    --font_14: 12px;
  }
}
/* 字体大小 */
/* 字体大小 */
/* 间距 */
/* 点扩散 */
.halo_box {
  width: 100px;
  height: 100px;
  position: relative;
  --color: #FFF;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  box-shadow: 0 0 60px var(--color) inset;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after,
.halo_box .halo {
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.halo_box::before {
  animation: bgfd 6s ease infinite;
}
.halo_box::after {
  animation: bgfd 6s ease infinite 1.5s;
}
.halo_box .halo {
  width: 100%;
  height: 100%;
  position: relative;
}
.halo_box .halo::before {
  animation: bgfd 6s ease infinite 3s;
}
.halo_box .halo::after {
  animation: bgfd 6s ease infinite 4.5s;
  filter: invert();
}
.bg_color {
  background: #f4f5f7;
}
@font-face {
  font-family: 'DIN-M';
  src: url('../fonts/DINMedium.otf');
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf');
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-bold.otf');
  font-weight: 700;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf');
  font-weight: normal;
}
@font-face {
  font-family: "DIN";
  src: url('../fonts/DINCOND-REGULAR.OTF');
}
@font-face {
  font-family: "DINMe";
  src: url('../fonts/DINMEDIUM.OTF');
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-ExtraLight.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Light.ttf');
  font-weight: 200;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Normal.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Bold.ttf');
  font-weight: 700;
}
* {
  font-family: 'SourceHanSansCN';
  color: #242424;
  text-align: justify;
}
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: var(--active-color);
}
/* Placeholder style */
/* 视频弹窗 */
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0;
  --c: #1A1A1A;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.videobox .close::before,
.videobox .close::after {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--c);
  border-radius: 5px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.videobox .close::before {
  width: 2px;
}
.videobox .close::after {
  height: 2px;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: var(--active-color);
  --c: #FFF;
}
.videobox .video {
  width: 100%;
  height: 80vh;
  position: relative;
}
.videobox .video video,
.videobox .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
.paging_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.paging_box .layui-laypage {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}
.paging_box .layui-laypage a,
.paging_box .layui-laypage span {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 0;
  background: transparent;
  font-weight: 500;
  font-size: var(--font16);
  overflow: hidden;
}
.paging_box .layui-laypage a:hover,
.paging_box .layui-laypage span:hover {
  color: var(--active-color);
}
.paging_box .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: var(--active-color);
}
@media (max-width:990px) {
  .paging_box .layui-laypage {
    gap: 5px;
  }
  .paging_box .layui-laypage a,
  .paging_box .layui-laypage span {
    width: 25px;
    height: 25px;
    line-height: 1;
  }
}
/* --------------------------- */
/* --------------------------- */
/* 最大 内容盒子 */
main {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#mune_box {
  overflow: auto;
}
/* --------------------------- */
/* --------------------------- */
/* 快捷导航 */
.idx_sidebar {
  width: 25vw;
  height: 100vh;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 30;
  background: #FFFFFF;
  overflow: hidden;
  overflow-y: auto;
}
.idx_sidebar::-webkit-scrollbar {
  width: 0;
}
.idx_sidebar .sidebar_nav {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_sidebar .sidebar_nav .headline {
  width: 100%;
  height: var(--header-height);
  padding: 0 var(--spacing-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: var(--active-color);
  font-weight: 700;
  font-size: var(--font18);
  color: #FFFFFF;
  overflow: hidden;
}
.idx_sidebar .sidebar_nav .menu_box {
  width: 100%;
  height: auto;
  padding: var(--spacing-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  --icon-size: clamp(3rem, calc(0.25rem + 3.44vw), 4.375rem);
}
.idx_sidebar .sidebar_nav .menu_box .one {
  width: 100%;
  max-width: var(--icon-size);
  height: auto;
  overflow: hidden;
}
.idx_sidebar .sidebar_nav .menu_box .one .icon {
  width: 100%;
  max-width: var(--icon-size);
  height: auto;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.idx_sidebar .sidebar_nav .menu_box .one .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: filter 0.25s ease;
}
.idx_sidebar .sidebar_nav .menu_box .one .icon::before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  pointer-events: none;
}
.idx_sidebar .sidebar_nav .menu_box .one .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 1px solid #EBEDF2;
  border-radius: 50%;
  background: #FFFFFF;
  transition: border 0.25s ease, background 0.25s ease;
}
.idx_sidebar .sidebar_nav .menu_box .one .word {
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
  font-weight: 300;
  font-size: var(--font14);
  color: var(--text-color);
  line-height: 1.25;
  transition: color 0.25s ease;
}
.idx_sidebar .sidebar_nav .menu_box .one:hover .icon img {
  filter: brightness(0) invert(1);
}
.idx_sidebar .sidebar_nav .menu_box .one:hover .icon::after {
  border-color: var(--active-color);
  background: var(--active-color);
}
.idx_sidebar .sidebar_nav .menu_box .one:hover .word {
  color: var(--active-color);
}
.idx_sidebar .sidebar_nav .menu_box .line {
  width: auto;
  height: var(--icon-size);
  flex: 1;
  position: relative;
  z-index: 1;
}
.idx_sidebar .sidebar_nav .menu_box .line::after {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--active-color);
}
@media (max-width:1200px) {
  .idx_sidebar .sidebar_nav .menu_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .idx_sidebar .sidebar_nav .menu_box .line {
    display: none;
  }
  .idx_sidebar .sidebar_nav .menu_box .one {
    max-width: 100%;
  }
}
.idx_sidebar .sidebar_product {
  width: 100%;
  height: auto;
  border-top: 8px solid #EAEAEA;
  padding: 30px var(--spacing-40) var(--spacing-40);
}
.idx_sidebar .sidebar_product .headline {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font18);
  color: var(--active-color);
  line-height: 1;
}
.idx_sidebar .sidebar_product .product_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.idx_sidebar .sidebar_product .product_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide.active {
  z-index: 5;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide.active * {
  pointer-events: initial;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide .img .pb {
  padding-bottom: 57.5%;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide .img .ab {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.25s ease, height 0.25s ease;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide .title {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: var(--font14);
  color: var(--text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide:hover .img .ab {
  width: 105%;
  height: 105%;
}
.idx_sidebar .sidebar_product .product_box .swiper_box .swiper-slide:hover .title {
  color: var(--active-color);
}
.idx_sidebar .sidebar_product .product_box .pager_box {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  pointer-events: none;
}
.idx_sidebar .sidebar_product .product_box .pager_box .swiper_btn {
  width: 28px;
  height: 100%;
  border: 1px solid #EBEDF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  cursor: pointer;
  pointer-events: initial;
}
.idx_sidebar .sidebar_product .product_box .pager_box .swiper_btn svg path {
  fill: #CBD3E8;
}
.idx_sidebar .sidebar_product .product_box .pager_box .swiper_btn:hover {
  border-color: var(--active-color);
  background: var(--active-color);
}
.idx_sidebar .sidebar_product .product_box .pager_box .swiper_btn:hover svg path {
  fill: #FFFFFF;
}
.idx_sidebar .sidebar_news {
  width: 100%;
  height: auto;
  border-top: 8px solid #EAEAEA;
  padding: 30px var(--spacing-40) var(--spacing-40);
}
.idx_sidebar .sidebar_news .headline {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font18);
  color: var(--active-color);
  line-height: 1;
}
.idx_sidebar .sidebar_news .menu_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #EBEDF2;
}
.idx_sidebar .sidebar_news .menu_box .item {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-top: 1px solid #EBEDF2;
}
.idx_sidebar .sidebar_news .menu_box .item a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--spacing-20);
}
.idx_sidebar .sidebar_news .menu_box .item a .img {
  width: 35%;
  min-width: 90px;
  height: auto;
  overflow: hidden;
}
.idx_sidebar .sidebar_news .menu_box .item a .img .pb {
  padding-bottom: 71.42857143%;
}
.idx_sidebar .sidebar_news .menu_box .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_sidebar .sidebar_news .menu_box .item a .info {
  width: 100%;
  height: auto;
  flex: 1;
  overflow: hidden;
}
.idx_sidebar .sidebar_news .menu_box .item a .info .title {
  width: 100%;
  height: auto;
  max-height: calc(2em * 1.28);
  font-size: var(--font14);
  color: var(--text-color);
  line-height: 1.28;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx_sidebar .sidebar_news .menu_box .item a .info .time {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: 12px;
  color: var(--text-color);
}
.idx_sidebar .sidebar_news .more {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_sidebar .sidebar_news .more a {
  width: auto;
  min-width: 120px;
  height: 40px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid var(--active-color);
  transition: background 0.25s ease;
}
.idx_sidebar .sidebar_news .more a .word {
  width: auto;
  height: auto;
  font-size: var(--font14);
  color: var(--active-color);
  line-height: 1.5;
  transition: color 0.25s ease;
}
.idx_sidebar .sidebar_news .more a:hover {
  background: var(--active-color);
}
.idx_sidebar .sidebar_news .more a:hover .word {
  color: #FFFFFF;
}
.sidebar_mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 25;
  background: rgba(36, 36, 36, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sidebar_mask.active {
  opacity: 1;
  visibility: visible;
}
/* --------------------------- */
/* --------------------------- */
/* 头部 */
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  /* PC */
  /* Mobile version header */
}
header .header_box {
  width: 100%;
  height: var(--header-height);
  padding: 0 40px;
  position: relative;
  z-index: 1;
  --spacing: clamp(2.125rem, calc(0.925rem + 1.5vw), 2.5rem);
  max-width: 1920px;
}
header .header_box .header_main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
header .header_box .header_main .logo {
  width: auto;
  min-width: 120px;
  max-width: 260px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
header .header_box .header_main .logo a {
  flex-shrink: 0;
}
header .header_box .header_main .logo .icon {
  font-size: var(--font16);
  text-align: center;
  line-height: 1.3;
  color: var(--active-color);
  display: none;
}
header .header_box .header_main .nav {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .header_box .header_main .nav ul {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header_box .header_main .nav ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
header .header_box .header_main .nav ul li .headline {
  width: 100%;
  height: 100%;
}
header .header_box .header_main .nav ul li .headline a {
  width: 100%;
  height: 100%;
  padding: 0 clamp(0.938rem, calc(-0.938rem + 2.34vw), 1.875rem);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header_box .header_main .nav ul li .headline a .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
}
header .header_box .header_main .nav ul li .headline a .word span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  color: var(--text-color);
  transition: 0.3s;
  vertical-align: text-bottom;
  transition-delay: calc(20ms + (30ms * var(--char-index)));
}
header .header_box .header_main .nav ul li .headline a .word span::after {
  content: attr(data-char);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.3s;
  transition-delay: calc(20ms + (30ms * var(--char-index)));
}
header .header_box .header_main .nav ul li .headline a.active .word,
header .header_box .header_main .nav ul li .headline a.active .word * {
  color: var(--active-color);
}
header .header_box .header_main .nav ul li .subnav_box {
  width: auto;
  min-width: 140px;
  height: auto;
  padding: 20px 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  visibility: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
header .header_box .header_main .nav ul li .subnav_box::after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #FFF;
}
header .header_box .header_main .nav ul li .subnav_box .item {
  width: 100%;
  height: auto;
  transition: all 0s 0s;
}
header .header_box .header_main .nav ul li .subnav_box .item .title {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px 0;
}
header .header_box .header_main .nav ul li .subnav_box .item .title a {
  width: 100%;
  padding: 0 40px;
  font-size: var(--font14);
  color: var(--text-color);
  line-height: 2.5;
  white-space: nowrap;
}
header .header_box .header_main .nav ul li .subnav_box .item .title a.active {
  color: #FFFFFF;
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav + .title::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid;
  border-color: transparent transparent transparent var(--active-color);
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav {
  width: auto;
  height: auto;
  min-height: 100%;
  padding: 25px 0;
  background: var(--active-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one {
  width: 100%;
  height: auto;
  padding: 0 40px;
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one a {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: var(--text-color);
  line-height: 2.5;
  white-space: nowrap;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one a.active,
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one a:hover {
  color: #FFFFFF;
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one .levnav {
  width: auto;
  height: auto;
  min-height: 100%;
  padding: 25px 0;
  background: #243252;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one .levnav .tow {
  width: 100%;
  height: auto;
  padding: 0 40px;
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one .levnav .tow a {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: var(--text-color);
  line-height: 2.5;
  white-space: nowrap;
  transition: color 0.2s ease;
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one .levnav .tow a.active,
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one .levnav .tow a:hover {
  color: #FFFFFF;
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one .levnav.active {
  opacity: 1;
  visibility: visible;
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one.active .levnav {
  opacity: 1;
  visibility: visible;
}
header .header_box .header_main .nav ul li .subnav_box .item .subnav .one.active > a {
  color: #FFF;
}
header .header_box .header_main .nav ul li .subnav_box .item:hover .title a,
header .header_box .header_main .nav ul li .subnav_box .item.active .title a {
  color: #FFF;
  background: var(--active-color);
}
header .header_box .header_main .nav ul li .subnav_box .item:hover .title::after,
header .header_box .header_main .nav ul li .subnav_box .item.active .title::after {
  transform: translate(0, -50%);
}
header .header_box .header_main .nav ul li .subnav_box .item:hover .subnav,
header .header_box .header_main .nav ul li .subnav_box .item.active .subnav {
  opacity: 1;
  visibility: visible;
}
header .header_box .header_main .nav ul li .subnav_box.active {
  opacity: 1;
  visibility: visible;
}
header .header_box .header_main .nav ul li .subnav_box.active::after {
  height: 100%;
  opacity: 1;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 {
  width: max-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .one_box {
  width: auto;
  height: auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .one_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--active-color);
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .one_box .one {
  margin: 5px 0;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .one_box .one a {
  color: var(--text-color);
  font-size: var(--font14);
  line-height: 2.571;
  padding: 0 40px;
  display: block;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .one_box .one:hover a,
header .header_box .header_main .nav ul li .subnav_boxCon1 .one_box .one.active a {
  color: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  background: var(--active-color);
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .tow_box {
  width: auto;
  height: auto;
  padding: 40px;
  position: relative;
  z-index: 1;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .tow_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0.2;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .tow_box .tow {
  display: none;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .tow_box .tow.active {
  display: block  !important;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .tow_box .tow .one a {
  font-size: var(--font14);
  line-height: 2.571;
  color: var(--text-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .tow_box .tow .one:hover a,
header .header_box .header_main .nav ul li .subnav_boxCon1 .tow_box .tow .one.active a {
  color: var(--active-color);
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .san_box {
  width: auto;
  height: auto;
  padding: 40px;
  background: #FFF;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .san_box .san {
  display: none;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .san_box .san.active {
  display: block  !important;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .san_box .san .tow {
  display: none;
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .san_box .san .tow .one a {
  font-size: var(--font14);
  line-height: 2.571;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  color: var(--text-color);
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .san_box .san .tow .one:hover a,
header .header_box .header_main .nav ul li .subnav_boxCon1 .san_box .san .tow .one.active a {
  color: var(--active-color);
}
header .header_box .header_main .nav ul li .subnav_boxCon1 .san_box .san .tow.active {
  display: block  !important;
}
header .header_box .header_main .nav ul li:hover .headline a .word span {
  transform: translateY(-100%);
  color: var(--active-color);
}
header .header_box .header_main .nav ul li:hover .headline a .word span:after {
  transform: translateY(100%);
}
header .header_box .header_main .nav ul li:hover .subnav_box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: translateY(0px) translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
header .header_box .header_main .nav ul li:hover .subnav_box::after {
  height: 100%;
  opacity: 1;
}
header .header_box .header_main .nav ul li:hover .subnav_boxCon1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: translateY(0px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
header .header_box .header_main .column {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: clamp(0.938rem, calc(-0.938rem + 2.34vw), 1.875rem);
  --icon-size: 20px;
}
header .header_box .header_main .column .search {
  width: auto;
  height: auto;
  padding: 0 10px;
}
header .header_box .header_main .column .search .head_btn {
  width: var(--icon-size);
  height: var(--icon-size);
  font-size: 0;
  cursor: pointer;
}
header .header_box .header_main .column .search .head_btn svg {
  width: 100%;
  height: 100%;
}
header .header_box .header_main .column .search .head_btn svg path {
  fill: var(--text-color);
}
header .header_box .header_main .column .search:hover .head_btn svg path {
  fill: var(--active-color);
}
header .header_box .header_main .column .search .search_Box {
  position: fixed;
  width: 100vw;
  height: 250px;
  left: 0;
  background-color: #fff;
  top: 0;
  z-index: 88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(-100%);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .column .search .search_Box .inputBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0 20px;
}
header .header_box .header_main .column .search .search_Box .inputBox input {
  max-width: clamp(calc(420 / 16 * 1rem), calc((420 / 16 * 1rem) + ((620 - 420) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(620 / 16 * 1rem));
  height: clamp(calc(38 / 16 * 1rem), calc((38 / 16 * 1rem) + ((52 - 38) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(52 / 16 * 1rem));
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: var(--font14);
  color: #1f1f1f;
  padding-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  border-radius: var(--border-radius10);
}
header .header_box .header_main .column .search .search_Box .inputBox a {
  width: clamp(calc(80 / 16 * 1rem), calc((80 / 16 * 1rem) + ((90 - 80) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(90 / 16 * 1rem));
  height: clamp(calc(38 / 16 * 1rem), calc((38 / 16 * 1rem) + ((52 - 38) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(52 / 16 * 1rem));
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--active-color);
  color: #fff;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: var(--border-radius10);
}
header .header_box .header_main .column .search .search_Box .closBox {
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  height: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #f8f8f8;
  position: absolute;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
}
header .header_box .header_main .column .search .search_Box .closBox i {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .header_box .header_main .column .search .search_Box .closBox i::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .column .search .search_Box .closBox i::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .column .search .search_Box .closBox:hover {
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .column .search .search_Box .closBox:hover i::after {
  background: #FFF;
}
header .header_box .header_main .column .search .search_Box .closBox:hover i::before {
  background: #FFF;
}
header .header_box .header_main .column .search .search_Box.active {
  transform: translateY(0%);
}
header .header_box .header_main .column .language {
  width: auto;
  height: 100%;
  position: relative;
}
header .header_box .header_main .column .language .head_btn {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  --initial-color: var(--text-color);
}
header .header_box .header_main .column .language .head_btn .icon {
  width: var(--icon-size);
  height: var(--icon-size);
  font-size: 0;
}
header .header_box .header_main .column .language .head_btn .icon svg {
  width: 100%;
  height: 100%;
}
header .header_box .header_main .column .language .head_btn .icon svg path {
  fill: var(--initial-color);
  transition: fill 0.25s ease;
}
header .header_box .header_main .column .language .head_btn .word {
  width: auto;
  height: auto;
  font-size: 14px;
  color: var(--initial-color);
  transition: color 0.25s ease;
}
header .header_box .header_main .column .language .head_btn .down {
  width: 7px;
  height: auto;
  font-size: 0;
}
header .header_box .header_main .column .language .head_btn .down svg path {
  fill: var(--initial-color);
  transition: fill 0.25s ease;
}
header .header_box .header_main .column .language .sub_btn {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  height: auto;
  background: #FFF;
  box-shadow: 0 0 10px 1px #e5e5e5;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  z-index: 9999999;
}
header .header_box .header_main .column .language .sub_btn a {
  display: block;
  text-align: center;
  padding: 3px 0;
  color: #242424;
}
header .header_box .header_main .column .language .sub_btn a:hover,
header .header_box .header_main .column .language .sub_btn a.active {
  color: var(--active-color);
}
header .header_box .header_main .column .language:hover .head_btn {
  --initial-color: var(--active-color);
}
header .header_box .header_main .column .language:hover .sub_btn {
  opacity: 1;
  visibility: visible;
}
header .header_box .header_main .column .guide {
  width: auto;
  height: auto;
}
header .header_box .header_main .column .guide .head_btn {
  width: var(--icon-size);
  height: var(--icon-size);
  position: relative;
  z-index: 1;
  font-size: 0;
  cursor: pointer;
}
header .header_box .header_main .column .guide .head_btn .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFF;
}
header .header_box .header_main .column .guide .head_btn .icon svg {
  width: 100%;
  height: 100%;
}
header .header_box .header_main .column .guide .head_btn .icon:last-child {
  z-index: 5;
  opacity: 0;
}
header .header_box .header_main .column .guide .head_btn.active .icon:last-child {
  opacity: 1;
}
header .header_box .header_main .column .guide .head_btn:hover .icon svg path {
  fill: var(--active-color);
}
header .header_box .header_main .column .made_more {
  width: auto;
  height: auto;
}
header .header_box .header_main .column .made_more a {
  width: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 12px;
  border-radius: 50px;
  border: 2px solid var(--active-color);
  font-size: 14px;
  color: var(--active-color);
  transition: background 0.25s ease, color 0.25s ease;
}
header .header_box .header_main .column .made_more a:hover {
  background: var(--active-color);
  color: #FFFFFF;
}
header .header_box::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #000;
  opacity: 0;
}
@media (max-width:1560px) {
}
@media (max-width:1280px) {
  header .header_box .header_main .nav ul li .headline a .word {
    font-size: 14px;
  }
  header .header_box .header_main .nav ul li .headline a .word span {
    font-size: 14px;
  }
  header .header_box .header_main .column {
    --icon-size: 16px;
  }
  header .header_box .header_main .column .made_more a {
    height: 32px;
    border-width: 1px;
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  header .header_box {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  header .header_box {
    display: none;
  }
}
header.active .header_box,
header.white .header_box {
  background: #FFF;
  --color: #041D2C;
  --bg-color: rgba(4, 29, 44, 0.04);
  --logo-color: #525F66;
}
header.active .header_box::after,
header.white .header_box::after {
  opacity: 0.1;
}
header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
}
header .m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
header .m_header_box .header_title .logo {
  width: 50%;
  max-width: 223px;
  height: 50%;
  position: relative;
  z-index: 5;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header .m_header_box .header_title .logo a {
  width: 100%;
  height: 100%;
}
header .m_header_box .header_title .column {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .m_header_box .header_title .column .menu_btn {
  width: 24px;
  height: 30px;
  overflow: hidden;
}
header .m_header_box .header_title .column .menu_btn .icon {
  width: 100%;
  height: 100%;
  position: relative;
}
header .m_header_box .header_title .column .menu_btn .icon::after,
header .m_header_box .header_title .column .menu_btn .icon::before,
header .m_header_box .header_title .column .menu_btn .icon i {
  width: 100%;
  height: 2px;
  display: block;
  background: var(--active-color);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -50%;
  transform-origin: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_title .column .menu_btn .icon::before {
  content: '';
  margin-top: -8px;
}
header .m_header_box .header_title .column .menu_btn .icon::after {
  content: '';
  margin-top: 6px;
}
header .m_header_box .header_title .column .menu_btn.active .icon i {
  opacity: 0;
}
header .m_header_box .header_title .column .menu_btn.active .icon::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .menu_btn.active .icon::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
  overflow: hidden;
}
header .m_header_box .header_title .column .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_title .column .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
header .m_header_box .header_title .column .head_btn .link span {
  opacity: 0.6;
}
header .m_header_box .header_title .column .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_title .column .head_btn .link a:hover {
  opacity: 1;
}
header .m_header_box .header_title .column .head_btn:hover .icon {
  filter: invert(1);
}
header .m_header_box .header_title .column .head_btn:hover .link {
  color: #000;
}
header .m_header_box .header_title .column .head_btn:hover .link a,
header .m_header_box .header_title .column .head_btn:hover .link span {
  color: #000;
}
header .m_header_box .header_title::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.1;
}
header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #FFF;
  display: none;
  overflow: hidden;
}
header .m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
header .m_header_box .header_body .menu_nav ul {
  width: 100%;
  height: auto;
}
header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  --oneA: #000;
}
header .m_header_box .header_body .menu_nav ul li .one a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one a .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_body .menu_nav ul li .one a .icon i {
  font-size: 12px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one.active a {
  --oneA: var(--active-color);
}
header .m_header_box .header_body .menu_nav ul li .one.active.is_active a .icon {
  --color: var(--active-color);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
header .m_header_box .header_body .menu_nav ul li .one + ul {
  padding: 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .two {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .two a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 0;
  position: relative;
  --towA: #000;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon {
  width: 20px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0;
  --color: var(--towA);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon i {
  font-size: 10px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two a.active {
  --towA: var(--active-color);
}
header .m_header_box .header_body .menu_nav ul li .two.active a {
  --towA: var(--active-color);
}
header .m_header_box .header_body .menu_nav ul li .two + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a {
  padding: 0 0 0 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: var(--threeA);
  --threeA: #999;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .three {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .three a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  --threeA: #757575;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon {
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three.active a {
  --threeA: var(--active-color);
}
header .m_header_box .header_body .menu_nav ul li .three + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li > a {
  padding: 0 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li ul {
  display: none;
}
header .m_header_box .header_body .menu_nav ul li li {
  border: 0;
}
header .m_header_box .header_body .menu_nav ul li > a {
  font-size: 12px;
  color: #999;
}
header .m_header_box .header_body .menu_nav ul li > a.active {
  color: var(--active-color);
}
header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 44px;
  background: #F8F8F8;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
header .m_header_box .header_body .menu_form .center form button {
  width: 50px;
  padding: 0;
}
header .m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
  color: #FFF;
}
header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  color: #282f36;
}
header .m_header_box .header_body .menu_lang .one a.active {
  background: var(--active-color);
  color: #fff;
}
@media (max-width:990px) {
  header .m_header_box {
    display: block;
  }
}
header .m_header_nbsp {
  width: 100%;
  height: var(--header-height);
  display: none;
  overflow: hidden;
}
@media (max-width:990px) {
  header .m_header_nbsp {
    display: block;
  }
}
/* 导航高度 占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
}
/* --------------------------- */
/* --------------------------- */
/* 底部 */
footer {
  width: 100%;
  height: auto;
  background: #041635;
  overflow: hidden;
}
footer .footer_head {
  width: 100%;
  height: auto;
  padding: var(--spacing-120) 0 var(--spacing-120);
  overflow: hidden;
}
footer .footer_head .foot_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(17, 1fr);
  gap: var(--spacing-60) 20px;
}
footer .footer_head .foot_box .foot_title {
  width: 100%;
  height: auto;
  grid-area: 1 / 1 / 2 / 9;
}
footer .footer_head .foot_box .foot_title .title_box {
  width: 100%;
  height: auto;
}
footer .footer_head .foot_box .foot_title .title_box .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .footer_head .foot_box .foot_title .title_box .title .word {
  font-weight: 200;
  font-size: var(--font24);
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.25;
  background: -webkit-linear-gradient(to right, #FFFFFF, #FFFFFF) no-repeat;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}
footer .footer_head .foot_box .foot_title .more {
  width: 100%;
  height: auto;
  margin-top: var(--spacing-60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer_head .foot_box .foot_title .more a {
  width: auto;
  height: clamp(2.25rem, calc(0.75rem + 1.88vw), 3rem);
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--spacing-40);
  background: #091C3A;
  transition: background var(--ani);
}
footer .footer_head .foot_box .foot_title .more a .word {
  font-size: var(--font14);
  color: #FFFFFF;
  line-height: 1;
}
footer .footer_head .foot_box .foot_title .more a .icon {
  width: 6px;
  height: auto;
  font-size: 0;
}
footer .footer_head .foot_box .foot_title .more a .icon svg path {
  fill: var(--active-color);
  transition: fill var(--ani);
}
footer .footer_head .foot_box .foot_title .more a:hover {
  background: var(--active-color);
}
footer .footer_head .foot_box .foot_title .more a:hover .icon svg path {
  fill: #FFFFFF;
}
footer .footer_head .foot_box .foot_share {
  width: 100%;
  height: auto;
  grid-area: 2 / 1 / 3 / 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px;
}
footer .footer_head .foot_box .foot_share .item {
  width: auto;
  height: auto;
  position: relative;
}
footer .footer_head .foot_box .foot_share .item .ewm {
  width: 100px;
  height: auto;
  padding: 5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  font-size: 0;
  margin-left: -50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_head .foot_box .foot_share .item .ewm img {
  width: 100%;
}
footer .footer_head .foot_box .foot_share .item .ewm::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  border-radius: 5px;
}
footer .footer_head .foot_box .foot_share .item .ewm::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
footer .footer_head .foot_box .foot_share .item .icon {
  width: 1em;
  height: 1em;
  font-size: clamp(1.875rem, calc(0.625rem + 1.56vw), 2.5rem);
  overflow: hidden;
}
footer .footer_head .foot_box .foot_share .item .icon a {
  width: 100%;
  height: 100%;
  background: #182847;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_head .foot_box .foot_share .item .icon a i {
  font-size: var(--font20);
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_head .foot_box .foot_share .item:hover .ewm {
  opacity: 1;
  margin-bottom: 15px;
  visibility: initial;
}
footer .footer_head .foot_box .foot_share .item:hover .icon a i {
  color: var(--active-color);
}
footer .footer_head .foot_box .foot_nav {
  width: 100%;
  height: auto;
  grid-area: 1 / 10 / 3 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr min-content;
  gap: var(--spacing-100) 20px;
}
footer .footer_head .foot_box .foot_nav .item {
  width: auto;
  height: auto;
}
footer .footer_head .foot_box .foot_nav .item .title {
  width: auto;
  height: auto;
}
footer .footer_head .foot_box .foot_nav .item .title a {
  font-size: var(--font16);
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  transition: color var(--ani);
}
footer .footer_head .foot_box .foot_nav .item .title a:hover {
  color: #FFFFFF;
}
footer .footer_head .foot_box .foot_nav .item .menu {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: grid;
  grid-template-columns: 100%;
  gap: 5px;
  overflow: hidden;
}
footer .footer_head .foot_box .foot_nav .item .menu .one {
  width: 100%;
  height: auto;
}
footer .footer_head .foot_box .foot_nav .item .menu .one a {
  font-weight: 200;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  transition: color var(--ani);
}
footer .footer_head .foot_box .foot_nav .item .menu .one a:hover {
  color: #FFFFFF;
}
footer .footer_body {
  width: 100%;
  height: auto;
  background: #02112C;
  overflow: hidden;
}
footer .footer_body .foot_copy {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
}
footer .footer_body .foot_copy .copy {
  width: auto;
  height: auto;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
footer .footer_body .foot_copy .copy a {
  color: rgba(255, 255, 255, 0.15);
  transition: color var(--ani);
}
footer .footer_body .foot_copy .copy a:hover {
  color: #FFFFFF;
}
footer .footer_body .foot_copy .links {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px 30px;
}
footer .footer_body .foot_copy .links a {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 0.15);
  transition: color var(--ani);
}
footer .footer_body .foot_copy .links a:not(:last-child)::after {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateX(14px);
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.15;
  pointer-events: none;
}
footer .footer_body .foot_copy .links a:hover {
  color: #FFFFFF;
}
@media (max-width:990px) {
  footer .footer_head {
    padding-bottom: 40px;
  }
  footer .footer_head .foot_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .footer_head .foot_box .foot_share {
    width: auto;
  }
  footer .footer_head .foot_box .foot_nav {
    display: none;
  }
  footer .footer_head .foot_box .foot_title .title_box .title .word {
    color: #FFF;
  }
}
@media (max-width:768px) {
  footer .footer_head .foot_box {
    display: block;
  }
  footer .footer_head .foot_box .foot_share {
    width: 100%;
    margin-top: 30px;
  }
  footer .footer_body .foot_copy {
    display: block;
    gap: 10px;
  }
  footer .footer_body .foot_copy .copy {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .footer_body .foot_copy .links {
    margin-top: 15px;
  }
}
/* --------------------------- */
/* --------------------------- */
/* 标题 */
.idx_title {
  width: 100%;
  height: auto;
}
.idx_title .classify {
  width: 100%;
  height: auto;
  font-family: 'Montserrat';
  font-size: var(--font14);
  color: #2B3779;
  line-height: 1;
}
.idx_title .classify::before {
  content: '';
  width: 35px;
  height: 9px;
  margin-right: 10px;
  display: inline-block;
  background: url('../images/icon_title_l.png') no-repeat;
}
.idx_title .classify::after {
  content: '';
  width: 35px;
  height: 9px;
  margin-left: 10px;
  display: inline-block;
  background: url('../images/icon_title_r.png') no-repeat;
}
.idx_title .title {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-weight: 300;
  font-size: var(--font48);
  color: var(--text-color);
  line-height: 1.25;
}
.idx_title .details {
  width: 100%;
  height: auto;
  margin: 1.42em 0 0;
  font-weight: 100;
  font-size: var(--font22);
  color: var(--text-color);
  line-height: 1.25;
  white-space: break-spaces;
}
@media (max-width:990px) {
  .idx_title .title {
    font-size: 20px;
  }
  .idx_title .details {
    white-space: normal;
  }
}
.ins_title {
  --font_size: var(--font30);
  --font_subsize: var(--font18);
  --font_color: #242424;
}
.ins_title .title {
  font-size: var(--font_size);
  color: var(--font_color);
  font-weight: 500;
  line-height: 1;
}
.ins_title .subtitle {
  font-size: var(--font_subsize);
  line-height: 1.44444;
  color: var(--font_color);
  margin-top: 35px;
}
/* 带蓝色字 */
.ins_titBox .title {
  font-size: var(--font14);
  color: var(--active-color);
  font-weight: 500;
  max-width: 100% !important;
}
.ins_titBox .subtitle {
  font-size: var(--font30);
  font-weight: 500;
  line-height: 1.33333;
  margin-top: clamp(15px, 1.5625vw, 30px);
  max-width: 100% !important;
}
.ins_titBox .subtitle span {
  color: var(--active-color);
}
.ins_titBox .details {
  font-size: var(--font14);
  line-height: 1.857;
  margin-top: clamp(15px, 1.5625vw, 30px);
  color: #434550;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  font-weight: 300;
  max-width: 100% !important;
}
.ins_titBox .details p {
  color: #434550;
}
@media (max-width:990px) {
  .ins_titBox .subtitle {
    margin-top: 10px;
  }
}
.line_box {
  width: 100%;
  height: auto;
  margin-top: 50px;
  --bg_color: #ebedf2;
  --width_line: 160px;
  overflow: hidden;
}
.line_box i {
  display: block;
  overflow: hidden;
}
.line_box i:first-child {
  width: 100%;
  max-width: var(--width_line);
  height: 6px;
  background: var(--active-color);
  transform: translateX(-2px) skew(45deg);
}
.line_box i:last-child {
  width: calc(100% - var(--width_line));
  height: 6px;
  background: var(--bg_color);
  position: relative;
  left: var(--width_line);
  transform: translateX(2px) skew(45deg);
}
.idxPageDrop {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.idxPageDrop span {
  width: 8px;
  height: 8px;
  background: #ebedf2;
  opacity: 1;
  border-radius: 50px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idxPageDrop .swiper-pagination-bullet-active {
  width: 24px;
  background: var(--active-color);
}
.idxPageHide {
  display: none;
}
@media (max-width:990px) {
  .idxPageHide {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .idxPageHide span {
    width: 5px;
    height: 5px;
    background: #ebedf2;
    opacity: 1;
    border-radius: 50px;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .idxPageHide .swiper-pagination-bullet-active {
    width: 14px;
    background: var(--active-color);
  }
}
.cricle_bg_box {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 5;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.cricle_bg_box .images {
  position: absolute;
  width: var(--cri_width);
  transform: translateY(var(--ty));
}
.cricle_bg_box .images img {
  width: 100%;
}
.cont_line {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cont_line .left_box_line {
  width: 29.76%;
  height: 100%;
}
.cont_line .righ_box_line {
  width: 57.14%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (max-width:990px) {
  .cont_line {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cont_line .left_box_line {
    width: 100% !important;
    position: relative;
    top: unset !important;
  }
  .cont_line .righ_box_line {
    width: 100% !important;
    margin-top: 20px;
  }
}
.cont_line_tow {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cont_line_tow .left_box_line {
  width: 29.76%;
  height: 100%;
  margin-top: 30px;
}
.cont_line_tow .left_box_line .ins_titBox .subtitle {
  margin-top: 0;
}
.cont_line_tow .righ_box_line {
  width: 57.14%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (max-width:990px) {
  .cont_line_tow {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cont_line_tow .left_box_line {
    width: 100% !important;
  }
  .cont_line_tow .left_box_line .ins_titBox {
    max-width: 100%;
  }
  .cont_line_tow .righ_box_line {
    width: 100% !important;
    margin-top: 20px;
  }
}
/* 按钮 */
.idx_more {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_more a {
  width: auto;
  min-width: clamp(7.5rem, calc(2.5rem + 6.25vw), 10rem);
  height: clamp(2rem, calc(1rem + 1.25vw), 2.5rem);
  padding: 0 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 15px;
  transition: border 0.25s ease, background 0.25s ease;
  --text-color: #617480;
  --bg-color: var(--active-color);
  overflow: hidden;
}
.idx_more a .word {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #FFFFFF;
}
.idx_more a .icon {
  width: 6px;
  height: auto;
  font-size: 0;
}
.idx_more a .icon svg path {
  fill: #FFFFFF;
}
@media (max-width:1200px) {
  .idx_more a {
    border-width: 1px;
  }
}
/* 公共样式 - 结束 */
/* --------------------------- */
/* --------------------------- */
/* 首页 Banner */
.idx_banner {
  width: 100%;
  height: 100vh;
  padding-top: var(--header-height);
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
}
.idx_banner .banner_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide.active {
  position: relative;
  z-index: 1;
}
.idx_banner .banner_box .swiper-slide.active * {
  pointer-events: initial;
}
.idx_banner .banner_box .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .content .center_box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_banner .banner_box .swiper-slide .content .title {
  width: 100%;
  height: auto;
  font-style: italic;
  font-weight: 700;
  font-size: var(--font60);
  color: #FFFFFF;
  letter-spacing: calc(1em * 0.1);
  line-height: 1.25;
  white-space: break-spaces;
}
.idx_banner .banner_box .swiper-slide .content .details {
  width: 100%;
  height: auto;
  margin-top: 1.22em;
  font-style: italic;
  font-size: 500;
  font-size: var(--font18);
  color: #FFFFFF;
  letter-spacing: calc(18px * 0.1);
  letter-spacing: 1.25;
}
.idx_banner .banner_box .swiper-slide .content .idx_more {
  margin-top: clamp(2.5rem, calc(-0.269rem + 3.46vw), 3.625rem);
}
.idx_banner .banner_box .swiper-slide .content .idx_more a:hover {
  border-color: var(--active-color);
  background: var(--active-color);
}
.idx_banner .banner_box .swiper-slide .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .images .img {
  width: 100%;
  height: 100%;
}
.idx_banner .banner_box .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner .banner_box .swiper-slide .images .video_pc {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .images .video_pc video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner .banner_box .swiper-slide .images .img_wap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .pager_box {
  width: 100%;
  height: auto;
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: clamp(1.875rem, calc(-2.125rem + 5vw), 3.125rem);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 20px;
}
.idx_banner .pager_box .swiper_btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--active-color);
  cursor: pointer;
  transition: background 0.25s ease;
}
.idx_banner .pager_box .swiper_btn svg path {
  fill: #FFFFFF;
  transition: fill 0.25s ease;
}
.idx_banner .pager_box .swiper_btn.swiper-button-disabled {
  background: rgba(36, 36, 36, 0.4);
}
.idx_banner .pager_box .swiper_btn.swiper-button-disabled svg path {
  fill: rgba(255, 255, 255, 0.4);
}
.idx_banner .pager_box .pager {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 6px;
}
.idx_banner .pager_box .pager span {
  width: 18px;
  height: 2px;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.idx_banner .pager_box .pager span::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #FFFFFF;
}
.idx_banner .pager_box .pager span.active::after {
  animation: lines 5s linear infinite;
}
@media (max-width:1024px) {
  .idx_banner .pager_box {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .idx_banner {
    height: 80vh;
  }
  .idx_banner .pager_box {
    padding: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .idx_banner .pager_box .swiper_btn {
    display: none;
  }
}
@media (max-width:768px) {
  .idx_banner {
    height: 60vh;
  }
  .idx_banner .banner_box .swiper-slide .content .title {
    font-size: 26px;
  }
}
@media (max-width:480px) {
  .idx_banner {
    height: 500px;
  }
}
@keyframes lines {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* --------------------------- */
/* 产品方案 */
.idx_product {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_product .product_title {
  width: 100%;
  height: auto;
  padding: var(--spacing-120) 0 clamp(1.875rem, calc(-5.433rem + 9.13vw), 4.844rem);
}
.idx_product .product_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #000000;
  overflow: hidden;
  transform-origin: top center;
}
.idx_product .product_box .swiper_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_product .product_box .swiper_img .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_product .product_box .swiper_img .swiper-slide .img {
  width: 100%;
  height: clamp(37.5rem, calc(-0.962rem + 48.08vw), 53.125rem);
  font-size: 0;
  overflow: hidden;
}
.idx_product .product_box .swiper_img .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_product .product_box .product_main {
  width: 100%;
  height: 100%;
  padding: 0 0 clamp(1.875rem, calc(-2.74rem + 5.77vw), 3.75rem);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.idx_product .product_box .product_main .center_box {
  height: 100%;
}
.idx_product .product_box .product_main .main_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.idx_product .product_box .product_main .main_box .swiper_box {
  width: 100%;
  height: auto;
  flex: 1;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide.active {
  z-index: 5;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide.active * {
  pointer-events: initial;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .title_box {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .title_box .classify {
  width: 100%;
  height: auto;
  font-weight: 200;
  font-size: var(--font30);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.25;
  text-align: center;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .title_box .title {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-weight: 200;
  font-size: var(--font36);
  color: #FFFFFF;
  text-align: center;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box {
  width: 100%;
  height: auto;
  margin-top: clamp(3.125rem, calc(-4.567rem + 9.62vw), 6.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: clamp(0.875rem, calc(-0.048rem + 1.15vw), 1.25rem);
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one::before,
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  border: 1px solid;
  transition: width 0.25s ease, height 0.25s ease;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one::before {
  left: 0;
  top: 0;
  border-color: #FFFFFF transparent transparent #FFFFFF;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one::after {
  left: 0;
  bottom: 0;
  border-color: transparent transparent #FFFFFF #FFFFFF;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one a {
  width: 100%;
  min-width: clamp(7.5rem, calc(1.346rem + 7.69vw), 10rem);
  padding: 0 10px;
  height: clamp(2.25rem, calc(0.404rem + 2.31vw), 3rem);
  position: relative;
  z-index: 1;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one a::before,
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one a::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  border: 1px solid;
  transition: width 0.25s ease, height 0.25s ease;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one a::before {
  top: 0;
  right: 0;
  border-color: #FFFFFF #FFFFFF transparent transparent;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one a::after {
  bottom: 0;
  right: 0;
  border-color: transparent #FFFFFF #FFFFFF transparent;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one a .word {
  font-size: var(--font16);
  color: #FFFFFF;
  line-height: 1.5;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one:hover {
  opacity: 1;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one:hover::before {
  width: 100%;
  height: 100%;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one:hover a::before {
  height: 100%;
}
.idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one:hover a::after {
  width: 100%;
}
.idx_product .product_box .product_main .main_box .tabs_box {
  width: 100%;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs {
  width: 64.28571429%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 247, 240, 0.1);
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  padding-top: 20px;
  cursor: pointer;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--active-color);
  transition: width 0.3s ease;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one .images {
  width: 100%;
  height: auto;
  padding: 0 10%;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one .images .img {
  width: 100%;
  max-width: clamp(6.25rem, calc(-1.442rem + 9.62vw), 9.375rem);
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one .images .img::after {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  display: block;
  pointer-events: none;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one .images .img .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one .images .img .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one .images .img .icon:last-child {
  opacity: 0;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font18);
  color: rgba(167, 167, 167, 0.7);
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one.active::before {
  width: 100%;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one.active .images .img .icon {
  opacity: 0;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one.active .images .img .icon:last-child {
  opacity: 1;
}
.idx_product .product_box .product_main .main_box .tabs_box .tabs .one.active .title {
  color: #FFFFFF;
}
@media (max-width:1024px) {
  .idx_product .product_box .product_main .main_box .tabs_box .tabs {
    width: 100%;
  }
  .idx_product .product_box .product_main .main_box .swiper_box .swiper-slide .menu_box .one {
    opacity: 0.8;
  }
}
/* --------------------------- */
/* 核心技术 */
.idx_technology {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background: #F2F2F2;
}
.idx_technology .technology_body {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.idx_technology .technology_body .technology_box {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  padding: var(--spacing-120) 0 0;
}
.idx_technology .technology_body .technology_box .center_box {
  height: 100%;
}
.idx_technology .technology_body .technology_box .technology_main {
  width: 100%;
  height: 100%;
}
.idx_technology .technology_body .technology_box .technology_main .main_head {
  width: 100%;
  height: auto;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box {
  width: 100%;
  height: auto;
  margin-top: var(--spacing-70);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--spacing-40);
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #E4E6E9;
  transition: height 0.5s ease;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  padding-top: var(--offset-30);
  display: block;
  overflow: hidden;
  --offset-30: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
  --offset-40: clamp(1.875rem, calc(0.337rem + 1.92vw), 2.5rem);
  --offset-50: clamp(2.5rem, calc(0.962rem + 1.92vw), 3.125rem);
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .headline {
  width: 100%;
  height: calc(2em * 1.556);
  transform: translateX(calc(-1 * var(--offset-30)));
  padding: 0 var(--offset-50) 0 var(--offset-30);
  font-weight: 200;
  font-size: var(--font18);
  color: var(--text-color);
  line-height: 1.556;
  overflow: hidden;
  transition: transform 0.5s ease, color 0.5s ease;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content {
  width: 100%;
  height: auto;
  margin-top: var(--spacing-70);
  padding: 0 var(--offset-50) calc(var(--offset-30) * 0.9) var(--offset-30);
  position: relative;
  z-index: 1;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .menu {
  width: 100%;
  height: auto;
  transform: translateX(-30px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: var(--offset-40);
  grid-auto-flow: column;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .menu .one {
  width: 100%;
  height: auto;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .menu .one .title {
  width: 100%;
  height: auto;
  font-weight: 300;
  font-size: var(--font_14);
  color: var(--text-color);
  line-height: 1.5;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .menu .one .number {
  width: 100%;
  height: auto;
  font-size: var(--font24);
  color: var(--active-color);
  line-height: 1.25;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .menu .one:nth-child(2n) {
  grid-column: span 2;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .more {
  width: var(--offset-40);
  height: var(--offset-40);
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translateY(25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #E4E6E9;
  overflow: hidden;
  transition: bottom 0.5s ease, transform 0.3s ease, background 0.5s ease;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .more svg path {
  fill: var(--active-color);
  transition: fill 0.3s ease;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item:hover::after {
  height: 100%;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item:hover a .headline {
  transform: translateX(0);
  color: var(--active-color);
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item:hover a .content .menu {
  transform: translateX(0);
  opacity: 1;
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item:hover a .content .more {
  bottom: 0;
  transform: translateY(0);
  background: var(--active-color);
}
.idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item:hover a .content .more svg path {
  fill: #FFFFFF;
}
.idx_technology .technology_body .technology_box .technology_main .main_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  margin-top: var(--spacing-140);
}
.idx_technology .technology_body .technology_box .technology_main .main_box .headline {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font36);
  color: var(--text-color);
  line-height: 1.25;
}
.idx_technology .technology_body .technology_box .technology_main .main_box .headline span {
  color: var(--active-color);
}
.idx_technology .technology_body .technology_box .technology_main .main_box .video_box {
  width: 100%;
  height: auto;
  margin-top: clamp(1.5rem, calc(-1.731rem + 4.04vw), 2.813rem);
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.idx_technology .technology_body .technology_box .technology_main .main_box .video_box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: #242424;
  opacity: 0.5;
}
.idx_technology .technology_body .technology_box .technology_main .main_box .video_box .title {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--font36);
  color: #FFFFFF;
}
.idx_technology .technology_body .technology_box .technology_main .main_box .video_box .video {
  width: 100vw;
  height: clamp(13.75rem, calc(-0.222rem + 22.58vw), 26.875rem);
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.idx_technology .technology_body .technology_box .technology_main .main_box .video_box .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_technology .technology_body .technology_img {
  width: 64.5833%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.idx_technology .technology_body .technology_img .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
}
.idx_technology .technology_body .technology_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.idx_technology .technology_menu {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 5;
  --t-height: clamp(5rem, calc(-1.154rem + 7.69vw), 7.5rem);
}
.idx_technology .technology_menu .good_box {
  width: 100%;
  height: var(--t-height);
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_technology .technology_menu .good_box .bgline {
  width: calc(50vw - 50%);
  height: 100%;
  position: absolute;
  right: 100%;
  z-index: 1;
  background: var(--active-color);
}
.idx_technology .technology_menu .good_box .menu {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 var(--spacing-80);
  background: var(--active-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--spacing-70);
}
.idx_technology .technology_menu .good_box .menu .one {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.idx_technology .technology_menu .good_box .menu .one .word {
  font-size: var(--font16);
  color: #FFFFFF;
}
.idx_technology .technology_menu .good_box .menu .one .info {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.idx_technology .technology_menu .good_box .menu .one .info .number {
  font-size: clamp(2.25rem, calc(0.404rem + 2.31vw), 3rem);
  color: #FFFFFF;
  line-height: 1.2;
}
.idx_technology .technology_menu .good_box .menu .one .info .unit {
  width: 13px;
  height: 13px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_technology .technology_menu .good_box .menu .one .info .unit::before,
.idx_technology .technology_menu .good_box .menu .one .info .unit::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FFFFFF;
}
.idx_technology .technology_menu .good_box .menu .one .info .unit::before {
  width: 3px;
  left: 5px;
}
.idx_technology .technology_menu .good_box .menu .one .info .unit::after {
  height: 3px;
  top: 5px;
}
.idx_technology .technology_menu .good_box .menu .line {
  width: 2px;
  height: 40px;
  background: #FFFFFF;
  opacity: 0.2;
}
@media (max-width:1024px) {
  .idx_technology .technology_body .technology_box .technology_main .main_box .video_box {
    width: 100vw;
  }
}
@media (max-width:990px) {
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box {
    grid-template-columns: 100%;
    gap: 1px;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item::after {
    height: 1px;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a {
    padding: 0;
    pointer-events: none;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .headline {
    height: auto;
    padding: 20px;
    transform: translateX(0);
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content {
    display: none;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .menu {
    transform: translateX(0);
    opacity: 1;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .more {
    bottom: 0;
    transform: translateY(0);
    background: var(--active-color);
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item a .content .more svg path {
    fill: #FFFFFF;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .active::after {
    height: 100% !important;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .active a {
    pointer-events: initial;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .active a .headline {
    color: var(--active-color);
    font-size: 18px;
    background: #F2F2F2;
    border-top: 1px solid #E4E6E9;
  }
  .idx_technology .technology_body .technology_img {
    display: none;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item:hover::after {
    height: 0;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_head .menu_box .item:hover a .headline {
    transform: translateX(0);
    color: #242424;
  }
  .idx_technology .technology_menu {
    height: auto;
  }
  .idx_technology .technology_menu .good_box {
    display: block;
    left: 0;
    transform: translate(0);
  }
  .idx_technology .technology_menu .good_box .bgline {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .idx_technology .technology_menu .good_box .menu {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .idx_technology .technology_body .technology_box .technology_main .main_box .video_box .video {
    min-height: 40vh;
  }
}
@media (max-width:480px) {
  .idx_technology .technology_menu .good_box {
    height: auto;
  }
  .idx_technology .technology_menu .good_box .menu {
    padding: 20px 0;
  }
  .idx_technology .technology_menu .good_box .menu .one {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* --------------------------- */
/* 联得 中国智造 */
.idx_goods {
  width: 100%;
  height: auto;
  background: #F2F2F2;
  overflow: hidden;
}
.idx_goods .goods_box {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  --t-height: clamp(5rem, calc(-1.154rem + 7.69vw), 7.5rem);
}
.idx_goods .goods_box .goods_main {
  width: 100%;
  height: 100%;
  padding: calc(var(--t-height) / 2 + var(--spacing-120)) 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
}
.idx_goods .goods_box .goods_main .center_box {
  height: 100%;
}
.idx_goods .goods_box .goods_main .main_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_goods .goods_box .goods_main .main_box .idx_title {
  width: 40%;
}
.idx_goods .goods_box .goods_main .main_box .menu_box {
  width: 45%;
  height: auto;
  padding-top: var(--spacing-80);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_goods .goods_box .goods_main .main_box .menu_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_goods .goods_box .goods_main .main_box .menu_box .item .info {
  width: auto;
  min-width: 240px;
  height: auto;
}
.idx_goods .goods_box .goods_main .main_box .menu_box .item .info .number {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.idx_goods .goods_box .goods_main .main_box .menu_box .item .info .number .beat {
  font-style: italic;
  font-size: clamp(2.25rem, calc(0.404rem + 2.31vw), 3rem);
  line-height: 1.25;
}
.idx_goods .goods_box .goods_main .main_box .menu_box .item .info .number .unit {
  font-size: var(--font18);
}
.idx_goods .goods_box .goods_main .main_box .menu_box .item .info .word {
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: var(--font18);
}
.idx_goods .goods_box .goods_main .main_box .menu_box .item:first-child {
  padding-left: 30%;
}
.idx_goods .goods_box .goods_main .main_box .menu_box .item:nth-child(2) {
  padding-left: 20%;
}
.idx_goods .goods_box .images {
  width: 64.0625%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_goods .goods_box .images .pb {
  padding-bottom: 94.55284553%;
}
.idx_goods .goods_box .images .one {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.idx_goods .goods_box .images .one .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.idx_goods .goods_box .images .one .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_goods .goods_box .images .one.first {
  z-index: 5;
  -webkit-mask: url('../images/mask_bottom_active.png') no-repeat center / cover;
  mask: url('../images/mask_bottom_active.png') no-repeat center / cover;
}
.idx_goods .goods_box .images .one.last {
  -webkit-mask: url('../images/mask_bottom.png') no-repeat center / cover;
  mask: url('../images/mask_bottom.png') no-repeat center / cover;
}
@media (max-width:990px) {
  .idx_goods .goods_box .goods_main {
    position: relative;
  }
  .idx_goods .goods_box .goods_main .main_box .idx_title {
    height: auto;
  }
  .idx_goods .goods_box .goods_main .main_box .menu_box {
    gap: 40px;
  }
  .idx_goods .goods_box .goods_main .main_box .menu_box .item {
    padding: 0 !important;
  }
  .idx_goods .goods_box .images {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .idx_goods .goods_box .images .one.last {
    display: none;
  }
  .idx_goods .goods_box .images .one.first {
    mask: unset !important;
  }
}
@media (max-width:768px) {
  .idx_goods .goods_box .goods_main .main_box {
    display: block;
  }
  .idx_goods .goods_box .goods_main .main_box .idx_title {
    width: 100%;
    height: auto;
  }
  .idx_goods .goods_box .goods_main .main_box .menu_box {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .idx_goods .goods_box .goods_main .main_box .menu_box .item {
    width: 100%;
    overflow: hidden;
  }
  .idx_goods .goods_box .goods_main .main_box .menu_box .item .info {
    width: 100%;
  }
  .idx_goods .goods_box .goods_main .main_box .menu_box .item .info .number {
    border-width: 1px;
  }
}
/* --------------------------- */
/* --------------------------- */
/* 最新动向 */
.idx_news {
  width: 100%;
  height: auto;
  background: #041635;
  overflow: hidden;
}
.idx_news .news_box {
  width: 100%;
  height: auto;
  padding: var(--spacing-160) 0 var(--spacing-60);
}
.idx_news .news_box .idx_title .classify {
  color: #1D4EC1;
}
.idx_news .news_box .idx_title .title {
  color: #FFFFFF;
}
.idx_news .news_box .idx_title .details {
  color: rgba(242, 242, 242, 0.7);
}
.idx_news .news_box .news_main {
  width: 100%;
  height: auto;
  margin-top: var(--spacing-80);
  display: grid;
  grid-template-columns: repeat(17, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  /* 公司新闻 */
  /* 联得装备 */
  /* 社会责任 */
  /* 加入我们 */
}
.idx_news .news_box .news_main .news_item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  grid-area: 1 / 1 / 2 / 10;
  background: #091C3A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.idx_news .news_box .news_main .news_item::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: var(--active-color);
  pointer-events: none;
}
.idx_news .news_box .news_main .news_item .swiper_text {
  width: 100%;
  height: auto;
  padding: var(--spacing-40) var(--spacing-30) var(--spacing-30);
  flex: 1;
  overflow: hidden;
}
.idx_news .news_box .news_main .news_item .swiper_text .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0;
}
.idx_news .news_box .news_main .news_item .swiper_text .swiper-slide .content {
  width: 100%;
  height: auto;
  display: block;
}
.idx_news .news_box .news_main .news_item .swiper_text .swiper-slide .content .time {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 0.6);
}
.idx_news .news_box .news_main .news_item .swiper_text .swiper-slide .content .line {
  width: 20px;
  height: 2px;
  margin: var(--spacing-20) 0;
  background: var(--active-color);
}
.idx_news .news_box .news_main .news_item .swiper_text .swiper-slide .content .title {
  width: 100%;
  height: calc(2em * 1.4);
  font-weight: 300;
  font-size: var(--font18);
  color: #FFFFFF;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx_news .news_box .news_main .news_item .swiper_text .swiper-slide.active {
  pointer-events: initial;
}
.idx_news .news_box .news_main .news_item .swiper_text .pager_box {
  width: 100%;
  height: auto;
}
.idx_news .news_box .news_main .news_item .swiper_text .pager_box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
}
.idx_news .news_box .news_main .news_item .swiper_text .pager_box .pager span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.1;
  cursor: pointer;
}
.idx_news .news_box .news_main .news_item .swiper_text .pager_box .pager span.active {
  background: var(--active-color);
  opacity: 1;
}
.idx_news .news_box .news_main .news_item .swiper_box {
  width: 44.72477%;
  height: 100%;
  overflow: hidden;
}
.idx_news .news_box .news_main .news_item .swiper_box .swiper-slide {
  width: 100%;
  height: auto;
}
.idx_news .news_box .news_main .news_item .swiper_box .swiper-slide .images {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_news .news_box .news_main .news_item .swiper_box .swiper-slide .images::after {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  display: block;
}
.idx_news .news_box .news_main .news_item .swiper_box .swiper-slide .images .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  font-size: 0;
  overflow: hidden;
  display: block;
}
.idx_news .news_box .news_main .news_item .swiper_box .swiper-slide .images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_news .news_box .news_main .news_item .swiper_box .swiper-slide .content {
  width: 100%;
  height: auto;
  display: none;
}
.idx_news .news_box .news_main .stock_item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  grid-area: 2 / 1 / 3 / 10;
  display: grid;
  grid-template-columns: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #071A39;
  overflow: hidden;
}
.idx_news .news_box .news_main .stock_item .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  padding: var(--spacing-30);
  overflow: hidden;
}
.idx_news .news_box .news_main .stock_item .content .classify {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.25;
}
.idx_news .news_box .news_main .stock_item .content .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.idx_news .news_box .news_main .stock_item .content .title .number {
  font-family: 'DIN-M';
  font-size: clamp(3rem, calc(-0.692rem + 4.62vw), 4.5rem);
  color: #E32525;
  letter-spacing: -0.05em;
}
.idx_news .news_box .news_main .stock_item .content .title .word {
  font-size: var(--font14);
  color: #E32525;
  line-height: 1;
}
.idx_news .news_box .news_main .stock_item .content .time {
  width: 100%;
  height: auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.25;
}
.idx_news .news_box .news_main .stock_item .images {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
  overflow: hidden;
}
.idx_news .news_box .news_main .stock_item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_news .news_box .news_main .duty_item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  grid-area: 1 / 10 / 3 / 14;
  background: #F4F4F4;
}
.idx_news .news_box .news_main .duty_item .content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  padding: var(--spacing-40) var(--spacing-30) var(--spacing-30);
  overflow: hidden;
}
.idx_news .news_box .news_main .duty_item .content .classify {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: var(--text-color);
  line-height: 1.25;
}
.idx_news .news_box .news_main .duty_item .content .title {
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-weight: 300;
  font-size: var(--font24);
  color: var(--text-color);
  line-height: 1.416;
  white-space: break-spaces;
}
.idx_news .news_box .news_main .duty_item .images {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 0;
}
.idx_news .news_box .news_main .duty_item .images img {
  width: 100%;
  object-fit: cover;
}
.idx_news .news_box .news_main .join_item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  grid-area: 1 / 14 / 3 / -1;
  background: var(--active-color);
}
.idx_news .news_box .news_main .join_item .content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  padding: var(--spacing-40) var(--spacing-30) var(--spacing-30);
  display: grid;
  grid-template-columns: 100%;
  overflow: hidden;
}
.idx_news .news_box .news_main .join_item .content .classify {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #FFFFFF;
  line-height: 1.25;
}
.idx_news .news_box .news_main .join_item .content .title {
  width: 100%;
  height: auto;
  font-weight: 300;
  font-size: var(--font24);
  color: #FFFFFF;
  line-height: 1.416;
  white-space: break-spaces;
}
.idx_news .news_box .news_main .join_item .images {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 0;
}
.idx_news .news_box .news_main .join_item .images img {
  width: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .idx_news .news_box .news_main {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .idx_news .news_box .news_main .news_item {
    grid-area: 1 / 1 / 2 / -1;
  }
  .idx_news .news_box .news_main .stock_item {
    grid-area: 2 / 1 / 3 / -1;
  }
  .idx_news .news_box .news_main .duty_item {
    grid-area: 3 / 1 / 3 / 2;
  }
  .idx_news .news_box .news_main .duty_item .images::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 140.625%;
  }
  .idx_news .news_box .news_main .duty_item .images img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
  .idx_news .news_box .news_main .join_item {
    grid-area: 3 / 2 / 3 / -1;
  }
  .idx_news .news_box .news_main .join_item .images::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 140.625%;
  }
  .idx_news .news_box .news_main .join_item .images img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
}
@media (max-width:768px) {
  .idx_news .news_box .news_main .stock_item .content .title .number {
    font-size: 36px;
  }
}
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* 内页 */
/* 内页默认头部 */
.inner_block_title {
  width: 100%;
  height: auto;
  padding-top: var(--header-height);
}
.inner_block_title .block_head {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner_block_title .block_head .main_box {
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.inner_block_title .block_head .main_box .ins_nav {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inner_block_title .block_head .main_box .ins_nav a {
  color: #242424;
  font-size: var(--font_14);
}
.inner_block_title .block_head .main_box .ins_nav i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #cdcdcd;
  display: block;
}
.inner_block_title .block_head .main_box .headline {
  width: 100%;
  height: auto;
  margin: 30px 0;
  font-weight: 500;
  font-size: var(--font42);
  color: #212121;
  line-height: 1.25;
}
.inner_block_title .block_head .main_box .subnav {
  width: 100%;
  height: auto;
  gap: 10px var(--spacing-80);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner_block_title .block_head .main_box .subnav .one {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.inner_block_title .block_head .main_box .subnav .one a {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: var(--spacing-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 500;
  font-size: var(--font16);
  color: var(--text-color);
  line-height: 1.25;
}
.inner_block_title .block_head .main_box .subnav .one a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  background: var(--active-color);
  transition: width var(--ani);
}
.inner_block_title .block_head .main_box .subnav .one::after {
  content: '';
  width: 2px;
  height: 1.25em;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  transform: translateX(calc(var(--spacing-80) / 2));
  background: #DCDCDC;
  font-size: var(--font16);
  pointer-events: none;
}
.inner_block_title .block_head .main_box .subnav .one:last-child::after {
  display: none;
}
.inner_block_title .block_head .main_box .subnav .one.active a,
.inner_block_title .block_head .main_box .subnav .one:hover a {
  color: var(--active-color);
}
.inner_block_title .block_head .main_box .subnav .one.active a::after,
.inner_block_title .block_head .main_box .subnav .one:hover a::after {
  width: 100%;
}
.inner_block_title .block_body {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.inner_block_title .block_body .banner_box {
  width: 100%;
  height: 100%;
  padding: var(--spacing-60) 0 var(--spacing-100);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.inner_block_title .block_body .banner_box .main_box {
  width: 100%;
  height: auto;
}
.inner_block_title .block_body .banner_box .main_box .headline {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: var(--font30);
  color: #FFFFFF;
  line-height: 1;
}
.inner_block_title .block_body .banner_box .main_box .headline.active {
  color: #242424;
}
.inner_block_title .block_body .banner_box .main_box .return_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner_block_title .block_body .banner_box .main_box .return_box a {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.inner_block_title .block_body .banner_box .main_box .return_box a .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(244, 245, 247, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inner_block_title .block_body .banner_box .main_box .return_box a .icon svg path {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inner_block_title .block_body .banner_box .main_box .return_box a .word {
  width: auto;
  height: auto;
  font-size: var(--font30);
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inner_block_title .block_body .banner_box .main_box .return_box a:hover .icon {
  background: var(--active-color);
}
.inner_block_title .block_body .banner_box .main_box .return_box a:hover .icon svg path {
  filter: #FFF;
}
.inner_block_title .block_body .banner_box .main_box .return_box a:hover .word {
  color: var(--active-color);
}
.inner_block_title .block_body .banner_box .main_box .invest_box {
  width: 100%;
  height: auto;
}
.inner_block_title .block_body .banner_box .main_box .invest_box .title {
  font-size: var(--font14);
  color: #FFF;
  font-weight: 500;
}
.inner_block_title .block_body .banner_box .main_box .invest_box .subtitle {
  font-size: 72px;
  color: #f11111;
  line-height: 1;
  font-family: "DINMe";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}
.inner_block_title .block_body .banner_box .main_box .invest_box .subtitle span {
  font-size: var(--font14);
  font-family: "DIN";
  color: #f11111;
}
.inner_block_title .block_body .banner_box .main_box .invest_box .details {
  font-size: 15px;
  color: #FFF;
  opacity: 0.4;
}
.inner_block_title .block_body .images {
  width: 100%;
  height: auto;
  font-size: 0;
  text-align: center;
}
.inner_block_title .block_body .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.inner_block_title .block_body .video_info {
  width: 100%;
  height: auto;
  font-size: 0;
  text-align: center;
}
.inner_block_title .block_body .video_info video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.inner_block_title.active .block_body .banner_box {
  height: auto;
  padding: var(--spacing-80) 0;
  position: relative;
}
.inner_block_title.active .block_body .images {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width:990px) {
  .inner_block_title .block_head .main_box .headline {
    font-size: 20px;
  }
  .inner_block_title .block_head .main_box .subnav {
    gap: 10px;
  }
  .inner_block_title .block_head .main_box .subnav .one::after {
    display: none;
  }
  .inner_block_title .block_head .main_box .subnav .one a {
    font-size: 12px;
  }
  .inner_block_title .video_info {
    display: none !important;
  }
  .inner_block_title .block_head .main_box .headline {
    margin: 40px 0;
  }
}
/* 默认下划线 */
.inner_line {
  width: 100%;
  height: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  --this-width: 160px;
  --this-height: 12px;
}
.inner_line::before {
  content: '';
  width: var(--this-width);
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--active-color);
  clip-path: polygon(0 0, calc(100% - var(--this-height)) 0, 100% 100%, 0 100%);
}
.inner_line::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: var(--this-width);
  background: #ebedf2;
  clip-path: polygon(0 0, var(--this-height) 100%, 100% 100%, 100% 0);
}
@media (max-width:990px) {
  .inner_line {
    height: 6px;
    --this-width: 80px;
    --this-height: 6px;
  }
}
/* --------------------------- */
/* --------------------------- */
/* ------- 新闻 主页 ------- */
.inner_news {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(30px, 3.125vw, 60px) 0 clamp(80px, 8.3vw, 160px) 0;
  overflow: hidden;
}
.inner_news .news_box {
  width: 100%;
  height: auto;
}
.inner_news .news_box .search_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  --sear_width: 390px;
  --sear_height: 48px;
}
.inner_news .news_box .search_info .search_box {
  width: 100%;
  max-width: var(--sear_width);
  height: var(--sear_height);
  background: #F4F5F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
}
.inner_news .news_box .search_info .search_box input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  padding-left: 20px;
}
.inner_news .news_box .search_info .search_box .icon {
  width: var(--sear_height);
  height: var(--sear_height);
  border-radius: 50%;
  background: #E0E8ED;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inner_news .news_box .search_info .search_box .icon svg path {
  fill: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inner_news .news_box .search_info .search_box .icon:hover {
  background: var(--active-color);
}
.inner_news .news_box .search_info .search_box .icon:hover svg path {
  fill: #FFF;
}
.inner_news .news_box .news_menu {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-120) var(--spacing-40);
  margin-top: var(--spacing-60);
}
.inner_news .news_box .news_menu .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  --this-border-color: #EBEDF2;
  --this-background-color: transparent;
  --this-text-color: var(--text-color);
  --this-after-opacity: 0;
}
.inner_news .news_box .news_menu .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner_news .news_box .news_menu .item .img .pb {
  padding-bottom: 66.668%;
}
.inner_news .news_box .news_menu .item .img .pb::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #1D4EC1 5%, #1d4ec121 50%, #1d4ec100 100%);
  opacity: var(--this-after-opacity);
  transition: opacity var(--ani);
}
.inner_news .news_box .news_menu .item .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inner_news .news_box .news_menu .item .img .ab::before,
.inner_news .news_box .news_menu .item .img .ab::after {
  content: '';
  width: 91px;
  height: 1px;
  position: absolute;
  background: #FFF;
  opacity: var(--this-after-opacity);
  transition: opacity var(--ani);
}
.inner_news .news_box .news_menu .item .img .ab::before {
  transform: rotate(90deg) translateY(50%);
}
.inner_news .news_box .news_menu .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_news .news_box .news_menu .item .info {
  width: 100%;
  height: auto;
  padding: clamp(20px, 2.083vw, 40px) 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_news .news_box .news_menu .item .info * {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  padding: 0 clamp(15px, 1.5625vw, 30px);
  transition: color var(--ani);
}
.inner_news .news_box .news_menu .item .info .title {
  height: calc(2em * 1.556);
  font-size: var(--font18);
  color: var(--this-text-color);
  line-height: 1.556;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner_news .news_box .news_menu .item .info .title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--active-color);
}
.inner_news .news_box .news_menu .item .info .time {
  margin-top: 22px;
  font-size: var(--font_14);
  color: var(--this-text-color);
  line-height: 1;
}
.inner_news .news_box .news_menu .item .info .details {
  height: calc(2em * 1.71428);
  margin-top: clamp(30px, 3.125vw, 60px);
  font-size: var(--font_14);
  color: var(--this-text-color);
  font-weight: 200;
  line-height: 1.71428;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner_news .news_box .news_menu .item .info::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 1px solid var(--this-border-color);
  background: var(--this-background-color);
  transition: border var(--ani), background var(--ani);
}
.inner_news .news_box .news_menu .item:hover {
  --this-border-color: #F1F5FB;
  --this-background-color: #F1F5FB;
  --this-text-color: var(--active-color);
  --this-after-opacity: 1;
}
.inner_news .news_box .paging_box {
  margin-top: var(--spacing-80);
}
@media (max-width:990px) {
  .inner_news .news_box .news_menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .inner_news .news_box .news_menu .item .info .time {
    margin-top: 10px;
  }
  .inner_news .news_box .news_menu .item .info .details {
    margin-top: 10px;
  }
  .inner_news .news_box .search_info .search_box {
    display: none;
  }
}
@media (max-width:480px) {
  .inner_news .news_box .news_menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* --------------------------- */
/* --------------------------- */
/* ------- 新闻详情 -------- */
.inner_news_details {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_news_details .news_box {
  width: 100%;
  height: auto;
  padding: var(--spacing-120) var(--spacing-80) 320px;
  background: #FFFFFF;
}
.inner_news_details .news_box .news_head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 80px;
  overflow: hidden;
}
.inner_news_details .news_box .news_head .info {
  width: 100%;
  height: auto;
  flex: 1;
}
.inner_news_details .news_box .news_head .info .title {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: var(--font30);
  color: var(--text-color);
}
.inner_news_details .news_box .news_head .info .time {
  width: 100%;
  height: auto;
  margin-top: clamp(10px, 1.04166666666667vw, 20px);
  font-size: var(--font14);
  color: var(--text-color);
}
.inner_news_details .news_box .news_head .info .inner_line {
  margin-top: 30px;
}
.inner_news_details .news_box .news_head::after {
  content: '';
  width: 32%;
  max-width: 480px;
  height: auto;
  display: block;
}
.inner_news_details .news_box .main_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: clamp(40px, 4.166vw, 80px);
  background: #FFF;
}
.inner_news_details .news_box .main_box .news_main {
  width: 100%;
  height: auto;
  flex: 1;
  overflow: hidden;
}
.inner_news_details .news_box .main_box .news_main .word_title {
  font-size: var(--font30);
  font-weight: 500;
}
.inner_news_details .news_box .main_box .news_main .time {
  margin-top: 20px;
  font-size: var(--font14);
  padding-bottom: clamp(25px, 2.56vw, 50px);
  position: relative;
  overflow: hidden;
}
.inner_news_details .news_box .main_box .news_main .time::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10.52%;
  height: 6px;
  background: var(--active-color);
  transform: skew(45deg) translateX(0px) translateY(-100%);
}
.inner_news_details .news_box .main_box .news_main .time::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 89.48%;
  height: 6px;
  background: #ebedf2;
  transform: skew(45deg) translateX(1px);
}
.inner_news_details .news_box .main_box .news_main .content {
  width: 100%;
  height: auto;
  margin-top: clamp(25px, 2.56vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: clamp(10px, 1.04166666666667vw, 20px);
}
.inner_news_details .news_box .main_box .news_main .content p {
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.857142;
  overflow: hidden;
}
.inner_news_details .news_box .main_box .news_main .content p img {
  max-width: 100%;
}
.inner_news_details .news_box .main_box .sidebar_box {
  width: 32%;
  max-width: 480px;
  height: auto;
}
.inner_news_details .news_box .main_box .sidebar_box .word_subtitle {
  font-size: var(--font24);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  border-bottom: 1px solid #ebedf2;
}
.inner_news_details .news_box .main_box .sidebar_box .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(20px, 2.083vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: clamp(10px, 1.04166666666667vw, 20px);
  display: none;
}
.inner_news_details .news_box .main_box .sidebar_box .item_box .title {
  font-size: var(--font14);
}
.inner_news_details .news_box .main_box .sidebar_box .item_box .list {
  width: auto;
  height: auto;
}
.inner_news_details .news_box .main_box .sidebar_box .item_box .list .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  background: #f4f5f7;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inner_news_details .news_box .main_box .sidebar_box .item_box .list .icon img {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inner_news_details .news_box .main_box .sidebar_box .item_box .list:hover .icon {
  background: var(--active-color);
}
.inner_news_details .news_box .main_box .sidebar_box .item_box .list:hover .icon img {
  filter: brightness(0) invert(1);
}
.inner_news_details .news_box .main_box .sidebar_box .thk_box {
  width: 100%;
  height: auto;
  background: url(../images/new_w8.jpg) no-repeat bottom center / cover;
  padding: 50px 40px;
  margin-top: 40px;
}
.inner_news_details .news_box .main_box .sidebar_box .thk_box .title {
  font-size: var(--font24);
  color: #FFF;
  line-height: 1.416666;
}
.inner_news_details .news_box .main_box .sidebar_box .thk_box .title p {
  color: #FFF;
}
.inner_news_details .news_box .main_box .sidebar_box .thk_box .details {
  font-size: var(--font14);
  color: #FFF;
  opacity: 0.6;
  margin-top: 20px;
}
.inner_news_details .news_box .main_box .sidebar_box .thk_box .image {
  width: 100%;
  height: auto;
  margin-top: 220px;
}
.inner_news_details .news_box .main_box .sidebar_box .thk_box .image .img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  background: #FFF;
  padding: 3px;
}
.inner_news_details .news_box .main_box .sidebar_box .thk_box .ilst {
  width: 100%;
  height: auto;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.inner_news_details .news_box .main_box .sidebar_box .thk_box .ilst .one {
  font-size: var(--font14);
  color: #FFF;
}
.inner_news_details .news_box .main_box .sidebar_box .thk_box .ilst .one span {
  color: #FFF;
  font-size: var(--font14);
}
.inner_news_details .news_box .main_box .sidebar_box .next_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.inner_news_details .news_box .main_box .sidebar_box .next_box .one {
  width: 100%;
  height: auto;
  padding: clamp(20px, 2.083vw, 40px) 0;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.inner_news_details .news_box .main_box .sidebar_box .next_box .one .icon {
  font-size: var(--font14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.inner_news_details .news_box .main_box .sidebar_box .next_box .one .word {
  font-size: var(--font18);
  line-height: 1.55555556;
  opacity: 0.6;
  margin-top: 25px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inner_news_details .news_box .main_box .sidebar_box .next_box .one .word p {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inner_news_details .news_box .main_box .sidebar_box .next_box .one:last-child {
  border: 0;
}
.inner_news_details .news_box .main_box .sidebar_box .next_box .one:hover .word {
  opacity: 1;
}
.inner_news_details .news_box .main_box .sidebar_box .next_box .one:hover .word p {
  color: var(--active-color);
}
@media (max-width:990px) {
  .inner_news_details .news_box {
    padding: 30px 20px;
  }
  .inner_news_details .news_box .news_head::after {
    display: none;
  }
  .inner_news_details .news_box .main_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .inner_news_details .news_box .main_box .sidebar_box {
    width: 100%;
  }
  .inner_news_details .news_box .main_box .sidebar_box .thk_box {
    display: none;
  }
  .inner_news_details .news_box .main_box .sidebar_box .next_box .one .word {
    margin-top: 15px;
  }
}
/* --------------------------- */
/* --------------------------- */
/* ------- 产品列表 ------- */
.ins_productCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  background: #f4f5f7;
  padding: clamp(50px, 5.2vw, 100px) 0 40px 0;
}
.ins_productCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon1 .center_box .inner_line {
  margin-top: clamp(25px, 2.56vw, 50px);
}
.ins_productCon1 .center_box .select_box {
  width: 100%;
  height: auto;
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_productCon1 .center_box .select_box .top_box {
  width: 100%;
  height: auto;
}
.ins_productCon1 .center_box .select_box .top_box .layui-form {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  height: 48px;
}
.ins_productCon1 .center_box .select_box .top_box .layui-form .layui-form-select {
  max-width: 240px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.ins_productCon1 .center_box .select_box .top_box .layui-form .layui-select-title,
.ins_productCon1 .center_box .select_box .top_box .layui-form .layui-form-select .layui-input {
  height: 100%;
}
.ins_productCon1 .center_box .select_box .top_box .layui-form input {
  height: 100%;
  border-radius: var(--border-radius8);
  border: 2px solid #e8e9ea;
  overflow: hidden;
  padding: 0 20px;
  font-size: var(--font14);
}
.ins_productCon1 .center_box .select_box .top_box .layui-form button {
  max-width: 140px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  background: var(--active-color);
  color: #FFF;
  border-radius: var(--border-radius8);
  overflow: hidden;
  cursor: pointer;
}
.ins_productCon1 .center_box .select_box .top_box .layui-form button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_productCon1 .center_box .select_box .top_box .layui-form button .icon svg path {
  fill: #FFF;
}
.ins_productCon1 .center_box .select_box .top_box .layui-form button span {
  color: #FFF;
}
.ins_productCon1 .center_box .select_box .top_box .layui-form .layui-form-select .layui-edge {
  border: 0px;
  width: 10px;
  height: 10px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_productCon1 .center_box .select_box .top_box .layui-form .layui-form-select .layui-edge::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background: #000;
  transform: rotate(45deg) translateX(-50%);
}
.ins_productCon1 .center_box .select_box .top_box .layui-form .layui-form-select .layui-edge::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg) translateX(50%);
}
.ins_productCon1 .center_box .select_box .top_box .layui-form .layui-form-select dl {
  top: 100%;
}
.ins_productCon1 .center_box .select_box .but_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  padding: clamp(30px, 3.125vw, 60px) 0;
  border-bottom: 1px solid #e5e5e5;
}
.ins_productCon1 .center_box .select_box .but_box .left_box {
  max-width: 240px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  padding-top: 0.2em;
  font-size: var(--font18);
  font-weight: 500;
}
.ins_productCon1 .center_box .select_box .but_box .right_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 20px;
}
.ins_productCon1 .center_box .select_box .but_box .right_box .one {
  width: auto;
  height: 36px;
  border-radius: var(--border-radius8);
  padding: 0 12px;
  background: #e8e9ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font14);
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_productCon1 .center_box .select_box .but_box .right_box .one:hover,
.ins_productCon1 .center_box .select_box .but_box .right_box .one.active {
  background: var(--active-color);
  color: #FFF;
}
.ins_productCon1 .center_box .result {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(50px, 5.2vw, 100px);
}
.ins_productCon1 .center_box .result .one {
  padding: 0 20px;
  border-left: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  font-size: var(--font18);
  font-weight: 600;
}
.ins_productCon1 .center_box .result .one span {
  color: var(--active-color);
  font-size: var(--font18);
  font-weight: 500;
}
.ins_productCon1 .center_box .result .one:first-child {
  padding-left: 0;
  border: 0;
}
.ins_productCon1 .center_box .result .one:last-child {
  padding-right: 0;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_productCon1 .center_box .result .one:last-child img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_productCon1 .center_box .result .one:last-child:hover {
  color: var(--active-color);
}
.ins_productCon1 .center_box .result .one:last-child:hover img {
  filter: unset;
}
.ins_productCon1.ins_productyyCon1 {
  padding: 0;
}
.ins_productCon1.ins_productyyCon1 .center_box .select_box {
  margin-top: 0;
}
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box {
  border: 0;
}
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one {
  min-width: 140px;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 80px;
  gap: 10px;
  padding: 5px 10px;
}
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one .icon,
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one .word {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one .icon {
  color: #242424;
  opacity: 0.4;
  font-size: var(--font14);
}
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one:hover .icon,
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one.active .icon {
  filter: brightness(0) invert(1);
  color: #FFF;
  opacity: 1;
}
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one:hover .word,
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one.active .word {
  color: #FFF;
}
.ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one {
  gap: 14px;
}
.ins_productCon1.ins_productyyCon1 .center_box .result {
  margin-top: 60px;
}
@media (max-width:990px) {
  .ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one .icon {
    display: none;
  }
  .ins_productCon1.ins_productyyCon1 .center_box .select_box .but_box .right_box .one {
    min-height: 40px;
    min-width: unset !important;
  }
}
@media (max-width:990px) {
  .ins_productCon1 .center_box .select_box {
    margin-top: 0;
  }
  .ins_productCon1 .center_box .select_box .top_box {
    display: none;
  }
  .ins_productCon1 .center_box .select_box .but_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_productCon1 .center_box .select_box .but_box .right_box {
    gap: 10px;
  }
  .ins_productCon1 .center_box .select_box .but_box .right_box .one {
    height: 28px;
  }
  .ins_productCon1 .center_box .result {
    margin-top: 20px !important;
  }
  .ins_productCon1 .center_box .select_box .but_box {
    padding: 20px 0;
  }
  .ins_productCon1 .center_box .select_box .but_box {
    gap: 10px;
  }
}
/* 产品文字 */
.ins_productCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_productCon2 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  padding: clamp(50px, 5.2vw, 100px) 0;
  border-bottom: 1px solid #e5e5e5;
}
.ins_productCon2 .center_box .left_box {
  width: 29.76%;
  flex-shrink: 0;
  font-size: var(--font30);
  line-height: 1.33333;
  font-weight: 500;
}
.ins_productCon2 .center_box .left_box.active {
  width: 100%;
}
.ins_productCon2 .center_box .right_box {
  width: 57.14%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.ins_productCon2 .center_box .right_box .one {
  font-size: var(--font14);
  line-height: 1.857;
  font-weight: 200;
}
.ins_productCon2 .center_box .right_box .one .title {
  font-weight: 600;
}
@media (max-width:990px) {
  .ins_productCon2 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_productCon2 .center_box .left_box,
  .ins_productCon2 .center_box .right_box {
    width: 100%;
  }
}
/* 产品列表 */
.ins_productCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(30px, 3.125vw, 60px) 0 clamp(105px, 10.9375vw, 210px) 0;
  overflow: hidden;
}
.ins_productCon3 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: clamp(40px, 4.166vw, 80px);
}
.ins_productCon3 .center_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: clamp(30px, 3.125vw, 60px);
}
.ins_productCon3 .center_box .item .images {
  width: 42.857%;
}
.ins_productCon3 .center_box .item .word_box {
  width: 53.5714%;
}
.ins_productCon3 .center_box .item .word_box .title {
  font-size: var(--font24);
  font-weight: 500;
}
.ins_productCon3 .center_box .item .word_box .subtitle {
  margin-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  border-bottom: 1px solid #e5e5e5;
  font-size: var(--font14);
  font-weight: 200;
  line-height: 1.714;
}
.ins_productCon3 .center_box .item .word_box .list {
  width: 100%;
  height: auto;
  padding: clamp(15px, 1.5625vw, 30px) 0 clamp(25px, 2.56vw, 50px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.ins_productCon3 .center_box .item .word_box .list .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_productCon3 .center_box .item .word_box .list .one .icon {
  max-width: 95px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  font-weight: 400;
  font-size: var(--font_14);
}
.ins_productCon3 .center_box .item .word_box .list .one .word {
  font-size: var(--font_14);
  font-weight: 200;
}
.ins_productCon3 .center_box .item .word_box .list .one .word * {
  font-size: var(--font_14);
}
.ins_productCon3 .center_box .item .word_box .more {
  width: 100%;
  height: auto;
}
.ins_productCon3 .center_box .item .word_box .more a {
  min-width: clamp(calc(80 / 16 * 1rem), calc((80 / 16 * 1rem) + ((120 - 80) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  width: fit-content;
  height: clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((40 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  background: var(--active-color);
  font-size: var(--font14);
  color: #FFF;
  line-height: 1;
  padding: 0 10px;
  font-weight: 200;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border: 2px solid var(--active-color);
}
.ins_productCon3 .center_box .item .word_box .more a i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(-15%);
}
.ins_productCon3 .center_box .item .word_box .more a i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_productCon3 .center_box .item .word_box .more a i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_productCon3 .center_box .item .word_box .more a:hover {
  background: #FFF;
  border: 2px solid var(--active-color);
  color: var(--active-color);
}
.ins_productCon3 .center_box .item .word_box .more a:hover i::after {
  background: var(--active-color);
}
.ins_productCon3 .center_box .item .word_box .more a:hover i::before {
  background: var(--active-color);
}
.ins_productCon3 .paging_box {
  margin-top: var(--spacing-80);
}
@media (max-width:990px) {
  .ins_productCon3 .center_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .ins_productCon3 .center_box .item .images {
    width: 100%;
  }
  .ins_productCon3 .center_box .item .word_box {
    width: 100%;
  }
  .ins_productCon3 .center_box .item .word_box .more a {
    height: 35px;
  }
  .ins_productCon3 .center_box .item .word_box .list {
    gap: 10px;
  }
}
.ins_productCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(30px, 3.125vw, 60px) 0 0 0;
}
.ins_productCon4 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 10px;
}
.ins_productCon4 .center_box .one {
  width: auto;
  height: 40px;
  border-radius: var(--border-radius8);
  padding: 0 clamp(10px, 1.04166666666667vw, 20px);
  background: #f4f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font_14);
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_productCon4 .center_box .one:hover,
.ins_productCon4 .center_box .one.active {
  background: var(--active-color);
  color: #FFF;
}
.ins_productCon4.active {
  background: #FFF;
  position: fixed;
  top: var(--header-height);
  z-index: 10;
  padding: 20px 0;
}
/* ------- 产品详情 */
.ins_productdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #f4f5f7;
}
.ins_productdCon1 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 10px;
}
.ins_productdCon1 .center_box .word_box {
  width: 29.1666666%;
  flex-shrink: 0;
  padding: 20px 0;
}
.ins_productdCon1 .center_box .word_box .title {
  font-size: var(--font30);
  font-weight: 500;
}
.ins_productdCon1 .center_box .word_box .subtitle {
  margin-top: 30px;
  font-size: var(--font14);
  line-height: 1.714;
}
.ins_productdCon1 .center_box .image {
  width: 63.69%;
  position: relative;
}
.ins_productdCon1 .center_box .image .img {
  width: 64.5vw;
}
.ins_productdCon1 .center_box .image .img img {
  width: auto;
  height: auto;
}
@media (max-width:990px) {
  .ins_productdCon1 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_productdCon1 .center_box .word_box {
    width: 100%;
  }
  .ins_productdCon1 .center_box .image {
    width: 100%;
  }
  .ins_productdCon1 .center_box .image .img {
    width: 100%;
  }
}
/* 产品细节图 */
.ins_productdCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(65px, 6.77vw, 130px) 0 clamp(80px, 8.3vw, 160px) 0;
  background: var(--active-color);
}
.ins_productdCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_productdCon2 .center_box .word_title {
  font-size: var(--font30);
  color: #FFF;
  line-height: 1;
}
.ins_productdCon2 .center_box .item_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.083vw, 40px);
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_productdCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_productdCon2 .center_box .item_box .item .pb {
  padding-bottom: 61.54%;
  background: #3060ce;
}
.ins_productdCon2 .center_box .item_box .item .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_productdCon2 {
    padding: 50px 0;
  }
  .ins_productdCon2 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
/* 产品特点 */
.ins_productdCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(55px, 5.279vw, 110px) 0 clamp(105px, 10.9375vw, 210px) 0;
  overflow: hidden;
}
.ins_productdCon3 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_productdCon3 .center_box .left_box {
  width: 57.142%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: clamp(70px, 7.29vw, 140px);
}
.ins_productdCon3 .center_box .left_box .item {
  width: 100%;
  height: auto;
}
.ins_productdCon3 .center_box .left_box .item .inner_line {
  margin-top: clamp(25px, 2.56vw, 50px);
}
.ins_productdCon3 .center_box .left_box .item .content {
  width: 100%;
  height: auto;
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_productdCon3 .center_box .left_box .item .content .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.ins_productdCon3 .center_box .left_box .item .content .list .one {
  font-size: var(--font14);
  line-height: 1.5;
  padding-left: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_productdCon3 .center_box .left_box .item .content .list .one .icon {
  min-width: 120px;
  font-weight: 600;
  font-size: var(--font14);
  line-height: 1.5;
}
.ins_productdCon3 .center_box .left_box .item .content .list .one .word {
  font-size: var(--font14);
  line-height: 1.5;
}
.ins_productdCon3 .center_box .left_box .item .content .list .one::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_productdCon3 .center_box .left_box .item.last {
  width: 100%;
  height: auto;
}
.ins_productdCon3 .center_box .left_box .item.last .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: clamp(20px, 2.083vw, 40px);
}
.ins_productdCon3 .center_box .left_box .item.last .content .swiper_img {
  width: 40.625%;
  flex-shrink: 0;
}
.ins_productdCon3 .center_box .left_box .item.last .content .swiper_img ul li .pb {
  padding-bottom: 61.54%;
  display: block;
}
.ins_productdCon3 .center_box .left_box .item.last .content .swiper_img ul li .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_productdCon3 .center_box .left_box .item.last .content .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_productdCon3 .center_box .left_box .item.last .content .swiper_box .swiper_word {
  width: 100%;
  height: auto;
}
.ins_productdCon3 .center_box .left_box .item.last .content .swiper_box .swiper_word ul li .centerInfo {
  width: 100%;
  height: auto;
  display: block;
}
.ins_productdCon3 .center_box .left_box .item.last .content .swiper_box .swiper_word ul li .centerInfo .title {
  font-size: var(--font20);
  line-height: 1.5;
}
.ins_productdCon3 .center_box .left_box .item.last .content .swiper_box .swiper_word ul li .centerInfo .subtitle {
  font-size: var(--font_14);
  line-height: 1.714;
  padding: clamp(15px, 1.5625vw, 30px) 0 clamp(20px, 2.083vw, 40px) 0;
}
@media (max-width:990px) {
  .ins_productdCon3 .center_box .left_box .item.last .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_productdCon3 .center_box .left_box .item.last .content .swiper_img {
    width: 100%;
  }
  .ins_productdCon3 .center_box .left_box .item.last .content .swiper_box {
    width: 100%;
  }
}
.ins_productdCon3 .center_box .right_box {
  width: 23.214%;
  height: auto;
  padding-top: clamp(45px, 4.6875vw, 90px);
}
.ins_productdCon3 .center_box .right_box .images {
  width: 100%;
  height: auto;
}
.ins_productdCon3 .center_box .right_box .images img {
  width: 100%;
  height: auto;
}
.ins_productdCon3 .center_box .right_box .title {
  font-size: var(--font24);
  line-height: 1.416;
  padding: 40px 0 30px 0;
  font-weight: 200;
}
.ins_productdCon3 .center_box .right_box .subtitle {
  font-size: var(--font14);
  line-height: 1.714;
  font-weight: 200;
}
.ins_productdCon3 .center_box .right_box .more {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
.ins_productdCon3 .center_box .right_box .more a {
  color: #242424;
  min-width: clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((120 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  width: fit-content;
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((40 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 10px;
  font-size: var(--font14);
  line-height: 1;
  border: 2px solid #e8e9ea;
}
.ins_productdCon3 .center_box .right_box .more a i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(-15%);
}
.ins_productdCon3 .center_box .right_box .more a i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_productdCon3 .center_box .right_box .more a i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(-45deg) translateY(-50%);
}
@media (max-width:990px) {
  .ins_productdCon3 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_productdCon3 .center_box .left_box {
    width: 100%;
  }
  .ins_productdCon3 .center_box .right_box {
    display: none;
  }
  .ins_productdCon3 .center_box .left_box .item .content .list .one .icon {
    min-width: 70px;
  }
  .ins_productdCon3 .center_box .left_box .item .content .list .one::after {
    width: 4px;
    height: 4px;
  }
}
.ins_technologyCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(55px, 5.279vw, 110px) 0 clamp(125px, 13.0208vw, 250px) 0;
  background: #f4f5f7;
  overflow: hidden;
}
.ins_technologyCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_technologyCon1 .center_box .ins_title .title {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(to right, #000000, #000000) no-repeat;
  background: linear-gradient(to right, #000000, #000000) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
  max-width: 1120px;
}
.ins_technologyCon1 .center_box .list_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: clamp(35px, 3.6vw, 70px);
}
.ins_technologyCon1 .center_box .list_box .one {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  flex-shrink: 0;
}
.ins_technologyCon1 .center_box .list_box .one img {
  filter: brightness(0) invert(0);
}
.ins_technologyCon1 .center_box .list_box .one:first-child {
  padding-left: 0;
  border: 0;
}
.ins_technologyCon1 .center_box .list_box .one:last-child {
  padding-right: 0;
}
.ins_technologyCon1 .center_box .list_box .one:hover {
  color: var(--active-color);
}
.ins_technologyCon1 .center_box .list_box .one:hover img {
  filter: unset;
}
.ins_technologyCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.083vw, 40px);
  margin-top: clamp(40px, 4.166vw, 80px);
}
.ins_technologyCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFF;
  cursor: pointer;
  display: block;
}
.ins_technologyCon1 .center_box .item_box .item .top_box {
  width: 100%;
  height: auto;
  padding: clamp(20px, 2.083vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: clamp(20px, 2.083vw, 40px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_technologyCon1 .center_box .item_box .item .top_box .left_box {
  width: 100%;
}
.ins_technologyCon1 .center_box .item_box .item .top_box .left_box .icon {
  width: clamp(calc(42 / 16 * 1rem), calc((42 / 16 * 1rem) + ((42 - 42) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(42 / 16 * 1rem));
}
.ins_technologyCon1 .center_box .item_box .item .top_box .left_box .title {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: var(--font24);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: relative;
}
.ins_technologyCon1 .center_box .item_box .item .top_box .left_box .title span:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.ins_technologyCon1 .center_box .item_box .item .top_box .right_box {
  width: auto;
  height: auto;
  flex-shrink: 0;
}
.ins_technologyCon1 .center_box .item_box .item .top_box .right_box .more_f {
  width: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((40 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((40 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #3460c7;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_technologyCon1 .center_box .item_box .item .top_box .right_box .more_f i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(-15%);
}
.ins_technologyCon1 .center_box .item_box .item .top_box .right_box .more_f i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_technologyCon1 .center_box .item_box .item .top_box .right_box .more_f i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_technologyCon1 .center_box .item_box .item .bot_box {
  width: 100%;
  height: auto;
  padding: clamp(30px, 3.125vw, 60px) clamp(20px, 2.083vw, 40px) clamp(20px, 2.083vw, 40px) clamp(20px, 2.083vw, 40px);
}
.ins_technologyCon1 .center_box .item_box .item .bot_box .word_box {
  font-size: var(--font14);
  line-height: 1.714;
  max-width: 640px;
}
.ins_technologyCon1 .center_box .item_box .item .bot_box .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(35px, 3.6vw, 70px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.083vw, 40px);
}
.ins_technologyCon1 .center_box .item_box .item .bot_box .list .one {
  width: 100%;
  height: auto;
}
.ins_technologyCon1 .center_box .item_box .item .bot_box .list .one .icon {
  font-size: var(--font14);
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.ins_technologyCon1 .center_box .item_box .item .bot_box .list .one .word {
  font-size: var(--font14);
  margin-top: 15px;
}
.ins_technologyCon1 .center_box .item_box .item:hover .top_box {
  background: var(--active-color);
}
.ins_technologyCon1 .center_box .item_box .item:hover .top_box .left_box .title {
  color: #FFF;
}
.ins_technologyCon1 .center_box .item_box .item:hover .top_box .right_box .more_f {
  opacity: 1;
}
.ins_technologyCon1 .center_box .item_box .item:hover .top_box .left_box .title span:last-child {
  opacity: 1;
  color: #FFF;
}
.ins_technologyCon1 .center_box .item_box .item:hover .top_box .left_box .title span {
  opacity: 0;
}
.ins_technologyCon1 .center_box .item_box .item:nth-child(2n) {
  transform: translateY(280px);
}
@media (max-width:990px) {
  .ins_technologyCon1 .center_box .ins_title .title {
    font-size: 17px;
    color: #242424 !important;
  }
  .ins_technologyCon1 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_technologyCon1 .center_box .item_box .item:nth-child(2n) {
    transform: translateY(0);
  }
  .ins_technologyCon1 .center_box .item_box .item .top_box {
    background: var(--active-color);
  }
  .ins_technologyCon1 .center_box .item_box .item .top_box .left_box .title {
    color: #FFF;
  }
  .ins_technologyCon1 .center_box .item_box .item .top_box .left_box .title span {
    color: #FFF;
  }
  .ins_technologyCon1 .center_box .item_box .item .top_box .right_box .more_f {
    opacity: 1;
  }
}
/* --------------------------- */
/* --------------------------- */
/* 研发实力 */
.ins_techSlCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(85px, 8.854vw, 170px) 0;
  overflow: hidden;
}
.ins_techSlCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_techSlCon1 .center_box .cont_line {
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_techSlCon1 .center_box .left_box_line {
  width: 29.166%;
}
.ins_techSlCon1 .center_box .left_box_line .ins_title .subtitle {
  font-size: var(--font18);
  margin-top: 0;
  opacity: 0.8;
}
.ins_techSlCon1 .center_box .righ_box_line {
  width: 57.142%;
}
.ins_techSlCon1 .center_box .righ_box_line .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(30px, 3.125vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: clamp(35px, 3.6vw, 70px);
}
.ins_techSlCon1 .center_box .righ_box_line .item_box .item {
  width: 100%;
  height: auto;
}
.ins_techSlCon1 .center_box .righ_box_line .item_box .item .icon {
  width: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  height: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.ins_techSlCon1 .center_box .righ_box_line .item_box .item .word_box {
  width: 100%;
  height: auto;
}
.ins_techSlCon1 .center_box .righ_box_line .item_box .item .word_box .title {
  padding: 25px 0;
  font-size: var(--font24);
  line-height: 1.5;
  font-weight: 500;
}
.ins_techSlCon1 .center_box .righ_box_line .item_box .item .word_box .subtitle {
  font-size: var(--font14);
  line-height: 1.714;
  font-weight: 200;
}
@media (max-width:990px) {
  .ins_techSlCon1 .center_box .righ_box_line .item_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
  }
  .ins_techSlCon1 .center_box .righ_box_line .item_box .item .icon {
    flex-shrink: 0;
    width: 30px;
  }
  .ins_techSlCon1 .center_box .righ_box_line .item_box .item .word_box .title {
    padding-top: 0;
    padding-bottom: 10px !important;
    line-height: 1;
  }
}
@keyframes scale_1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ins_techSlCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_techSlCon2 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: clamp(55px, 5.279vw, 110px) 0 clamp(85px, 8.854vw, 170px) 0;
}
.ins_techSlCon2 .center_box .ins_title {
  width: 29.166%;
  position: relative;
  z-index: 2;
}
.ins_techSlCon2 .center_box .ins_title .title {
  color: #FFF;
}
.ins_techSlCon2 .center_box .right_box {
  width: 57.142%;
  position: relative;
  z-index: 2;
}
.ins_techSlCon2 .center_box .right_box .title {
  font-size: var(--font24);
  color: #FFF;
  line-height: 1.25;
}
.ins_techSlCon2 .center_box .right_box .subtitle {
  margin-top: 25px;
  font-size: var(--font14);
  color: #FFF;
  line-height: 1.714;
  width: 100%;
  height: auto;
}
.ins_techSlCon2 .center_box .right_box .item_box {
  width: 100%;
  min-height: 240px;
  position: relative;
  margin-top: 30px;
  opacity: 0;
}
.ins_techSlCon2 .center_box .right_box .item_box .item {
  color: #FFF;
  font-size: 44px;
  font-weight: 100;
  position: absolute;
  animation: scale_1 5s linear infinite;
}
.ins_techSlCon2 .center_box .right_box .item_box .item:nth-child(1) {
  animation: scale_1 6s linear infinite;
}
.ins_techSlCon2 .center_box .right_box .item_box .item:nth-child(2) {
  animation: scale_1 7s linear infinite;
}
.ins_techSlCon2 .center_box .right_box .item_box .item:nth-child(3) {
  animation: scale_1 8s linear infinite;
}
.ins_techSlCon2 .center_box .right_box .item_box .item:nth-child(4) {
  animation: scale_1 9s linear infinite;
}
.ins_techSlCon2 .center_box .right_box .item_box .item:nth-child(5) {
  animation: scale_1 10s linear infinite;
}
.ins_techSlCon2 .center_box .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ins_techSlCon2 .center_box .images_bg .img {
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.ins_techSlCon2 .center_box .images_bg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_techSlCon2 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 60vh;
  }
  .ins_techSlCon2 .center_box .ins_title,
  .ins_techSlCon2 .center_box .right_box {
    width: 100%;
  }
  .ins_techSlCon2 .center_box .right_box {
    margin-top: 20px;
  }
  .ins_techSlCon2 .center_box .right_box .subtitle {
    margin-top: 15px;
  }
  .ins_techSlCon2 .center_box .right_box .item_box {
    display: none;
  }
}
.ins_techSlCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F4F5F7;
  padding: clamp(50px, 5.2vw, 100px) 0 clamp(65px, 6.77vw, 130px) 0;
  overflow: hidden;
}
.ins_techSlCon3 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_techSlCon3 .center_box .left_box {
  width: 29.76%;
}
.ins_techSlCon3 .center_box .left_box .ins_title {
  max-width: 250px;
}
.ins_techSlCon3 .center_box .left_box .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: clamp(20px, 2.083vw, 40px);
  margin-top: clamp(30px, 3.125vw, 60px);
}
.ins_techSlCon3 .center_box .left_box .list .one .number {
  font-size: var(--font36);
  line-height: 1;
  color: var(--active-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.ins_techSlCon3 .center_box .left_box .list .one .number span {
  font-size: var(--font28);
  color: var(--active-color);
}
.ins_techSlCon3 .center_box .left_box .list .one .word {
  font-size: var(--font14);
  margin-top: 10px;
}
.ins_techSlCon3 .center_box .right_box {
  width: 57.142%;
  height: auto;
  padding-top: clamp(55px, 5.279vw, 110px);
}
.ins_techSlCon3 .center_box .right_box .pager_btu {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 10px;
}
.ins_techSlCon3 .center_box .right_box .pager_btu .swiper_btu {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #ededef;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_techSlCon3 .center_box .right_box .pager_btu .swiper_btu i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(-15%) translateX(50%);
}
.ins_techSlCon3 .center_box .right_box .pager_btu .swiper_btu i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_techSlCon3 .center_box .right_box .pager_btu .swiper_btu i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_techSlCon3 .center_box .right_box .pager_btu .swiper_btu.pver i {
  transform: rotate(180deg) translateY(-15%) translateX(50%);
}
.ins_techSlCon3 .center_box .right_box .pager_btu .swiper_btu:hover {
  background: var(--active-color);
}
.ins_techSlCon3 .center_box .right_box .pager_btu .swiper_btu:hover i::after {
  background: #FFF;
}
.ins_techSlCon3 .center_box .right_box .pager_btu .swiper_btu:hover i::before {
  background: #FFF;
}
.ins_techSlCon3 .center_box .right_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.ins_techSlCon3 .center_box .right_box .swiper_box ul li .pb {
  background: #f1f1f1;
  padding-bottom: 61.54%;
}
.ins_techSlCon3 .center_box .right_box .swiper_box ul li .pb::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #ebecee;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_techSlCon3 .center_box .right_box .swiper_box ul li .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
  z-index: 2;
}
.ins_techSlCon3 .center_box .right_box .swiper_box ul li .word {
  font-size: var(--font14);
  margin-top: 25px;
  text-align: center;
}
.ins_techSlCon3 .cricle_bg_box {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width:990px) {
  .ins_techSlCon3 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_techSlCon3 .center_box .ins_title .subtitle {
    margin-top: 20px;
  }
  .ins_techSlCon3 .center_box .left_box {
    width: 100%;
  }
  .ins_techSlCon3 .center_box .right_box {
    width: 100%;
    padding-top: 0px;
  }
  .ins_techSlCon3 .center_box .right_box .pager_btu {
    display: none;
  }
  .ins_techSlCon3 .center_box .left_box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
  }
  .ins_techSlCon3 .center_box .right_box .swiper_box {
    margin-top: 20px;
  }
}
/* 服务理念 */
.ins_techfwCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(100px, 10.4vw, 200px) 0;
  overflow: hidden;
}
.ins_techfwCon1 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_techfwCon1 .center_box .left_box {
  width: 29.76%;
}
.ins_techfwCon1 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(35px, 3.6vw, 70px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(30px, 3.125vw, 60px);
}
.ins_techfwCon1 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_techfwCon1 .center_box .left_box .item_box .item .number {
  font-size: var(--font36);
  color: var(--active-color);
  line-height: 1;
}
.ins_techfwCon1 .center_box .left_box .item_box .item .word {
  font-size: var(--font14);
  margin-top: 15px;
}
.ins_techfwCon1 .center_box .right_box {
  width: 57.14%;
}
.ins_techfwCon1 .center_box .right_box .inner_line {
  margin-top: clamp(25px, 2.56vw, 50px);
}
.ins_techfwCon1 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(30px, 3.125vw, 60px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(30px, 3.125vw, 60px);
}
.ins_techfwCon1 .center_box .right_box .item_box .word {
  width: 100%;
  height: auto;
}
.ins_techfwCon1 .center_box .right_box .item_box .word .title {
  font-size: var(--font24);
  font-weight: 500;
  line-height: 1;
  margin: clamp(10px, 1.04166666666667vw, 20px) 0 clamp(15px, 1.5625vw, 30px) 0;
}
.ins_techfwCon1 .center_box .right_box .item_box .word .subtitle {
  font-size: var(--font14);
  line-height: 1.714;
  font-weight: 300;
  font-weight: 200;
}
@media (max-width:990px) {
  .ins_techfwCon1 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_techfwCon1 .center_box .left_box {
    width: 100%;
  }
  .ins_techfwCon1 .center_box .right_box {
    width: 100%;
    margin-top: 50px;
  }
  .ins_techfwCon1 .center_box .left_box .item_box {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_techfwCon1 .center_box .left_box .item_box .item {
    background: #e5e5e530;
    padding: 20px;
  }
  .ins_techfwCon1 .center_box .left_box .item_box .item .word {
    margin-top: 10px;
  }
  .ins_techfwCon1 .center_box .left_box .item_box .item .number {
    font-size: 20px;
  }
  .ins_techfwCon1 .center_box .right_box .item_box {
    gap: 40px;
    margin-top: 50px;
  }
  .ins_techfwCon1 .center_box .right_box .item_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
  }
  .ins_techfwCon1 .center_box .right_box .item_box .item .icon {
    flex-shrink: 0;
    width: 30px;
  }
  .ins_techfwCon1 .center_box .right_box .item_box .item .word .title {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}
.ins_techfwCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_techfwCon2 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_techfwCon2 .center_box .left_box {
  width: 29.76%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: clamp(70px, 7.29vw, 140px);
  padding-bottom: clamp(70px, 7.29vw, 140px);
}
.ins_techfwCon2 .center_box .left_box .ins_title {
  --font_color: #FFF;
  max-width: 100%;
}
.ins_techfwCon2 .center_box .left_box .content {
  margin-top: clamp(70px, 7.29vw, 140px);
}
.ins_techfwCon2 .center_box .left_box .content .title {
  font-size: var(--font18);
  color: #FFF;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
}
.ins_techfwCon2 .center_box .left_box .content .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0.1;
}
.ins_techfwCon2 .center_box .left_box .content .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 10px 30px;
  max-width: 460px;
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_techfwCon2 .center_box .left_box .content .item_box .item {
  color: #FFF;
  line-height: 1;
  font-size: var(--font14);
  font-weight: 200;
}
.ins_techfwCon2 .center_box .right_box {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_techfwCon2 .center_box .right_box .images {
  width: 100vw;
  height: 100%;
  transform: translateX(-50vw);
}
.ins_techfwCon2 .center_box .right_box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_techfwCon2 {
    background: url(../images/tech_w6.jpg) no-repeat center bottom / 100%;
    background-color: #010302;
  }
  .ins_techfwCon2 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .ins_techfwCon2 .center_box .left_box {
    width: 100%;
    height: auto;
    min-height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ins_techfwCon2 .center_box .left_box .content .item_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .ins_techfwCon2 .center_box .right_box {
    width: 100%;
    height: auto;
    display: none;
  }
}
.ins_contactCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(100px, 10.4vw, 200px) 0;
}
.ins_contactCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon1 .center_box .left_box_line {
  width: 29.76%;
  height: 100%;
  /* position: sticky; top: calc(var(--header-height) + 20px); */
}
.ins_contactCon1 .center_box .left_box_line .ins_titBox {
  max-width: 460px;
}
.ins_contactCon1 .center_box .righ_box_line {
  width: 57.14%;
  padding-top: clamp(25px, 2.56vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: clamp(40px, 4.166vw, 80px);
}
.ins_contactCon1 .center_box .righ_box_line .inner_line {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.ins_contactCon1 .center_box .righ_box_line .item_box {
  width: 100%;
  height: auto;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .ins_title .title {
  font-size: var(--font26);
}
.ins_contactCon1 .center_box .righ_box_line .item_box .ins_title .line_box {
  margin-top: 25px;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .title {
  font-size: var(--font18);
  color: var(--active-color);
  font-weight: 400;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box .list {
  width: 80.886%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 20px;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box .list .one {
  font-size: var(--font14);
  line-height: 1.5;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box .left {
  width: clamp(calc(80 / 16 * 1rem), calc((80 / 16 * 1rem) + ((80 - 80) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
  height: 100px;
  border: 1px solid #ebedf2;
  display: block;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box .left .icon {
  width: clamp(calc(80 / 16 * 1rem), calc((80 / 16 * 1rem) + ((80 - 80) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box .left .word {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  border-top: 1px solid #ebedf2;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .images {
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.083vw, 40px);
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item {
  width: 100%;
  height: auto;
  border: 1px solid #ebedf2;
  padding: 30px 0;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .top {
  width: 100%;
  height: auto;
  padding: 0 30px;
  position: relative;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .top::after {
  content: '';
  position: absolute;
  top: 0;
  transform: translateY(-2px);
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .top .name {
  font-size: var(--font20);
  line-height: 1;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .top .address {
  font-size: var(--font20);
  line-height: 1.8;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .bot {
  margin-top: 42px;
  padding: 0 30px;
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .bot .icon img {
  filter: brightness(0) invert(0.8);
}
.ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .bot .word {
  font-size: var(--font14);
  margin-top: 7px;
}
@media (max-width:990px) {
  .ins_contactCon1 .center_box .left_box_line {
    position: relative !important;
    top: unset !important;
  }
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width:480px) {
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box .list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box .list .one {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .list_box .left {
    display: none !important;
  }
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item {
    padding: 20px 0;
  }
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .top {
    padding: 0 20px;
  }
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .bot {
    margin-top: 0px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
  }
  .ins_contactCon1 .center_box .righ_box_line .item_box .content .item_list .item .bot .icon {
    width: 10px;
    position: relative;
    top: 0.1em;
    flex-shrink: 0;
  }
}
/* --------------------------- */
/* --------------------------- */
/* ------- 全球布局 -------- */
.ins_aboutqCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(80px, 8.3vw, 160px) 0;
  overflow: hidden;
}
.ins_aboutqCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutqCon1 .center_box .cont_line_tow {
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_aboutqCon1 .center_box .left_box_line {
  width: 29.76%;
  height: 100%;
  margin-top: 0px;
}
.ins_aboutqCon1 .center_box .righ_box_line {
  width: 57.14%;
}
.ins_aboutqCon1 .center_box .righ_box_line .in_details {
  width: 100%;
  height: auto;
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(25px, 2.56vw, 50px);
  font-size: var(--font14);
  line-height: 1.857;
  font-weight: 200;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #000;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box ul li .centerInfo .pb {
  padding-bottom: 48%;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box ul li .centerInfo .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box ul li .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box ul li .centerInfo .word {
  position: absolute;
  z-index: 6;
  bottom: 40px;
  left: 40px;
  font-size: var(--font24);
  color: #FFF;
  line-height: 1;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box ul li.swiper-slide-active .centerInfo .pb .ab img {
  animation: grow2 1s ease;
}
@media (max-width:990px) {
  .ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box ul li.swiper-slide-active .centerInfo .pb .ab img {
    animation: unset !important;
  }
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item {
  flex: 1;
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((48 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0;
  padding: 0 clamp(20px, 2.083vw, 40px);
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0.4;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item .word,
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item .icon {
  position: relative;
  z-index: 2;
  display: block;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item .word {
  font-size: var(--font14);
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  flex-shrink: 0;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item .line_zw {
  width: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item .icon {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transform: translateY(-15%);
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  flex-shrink: 0;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item .icon::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item .icon::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item.active::after {
  background: var(--active-color);
  opacity: 1;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item.active .icon {
  opacity: 1;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item.active .line_zw {
  width: 100%;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item:hover .icon {
  opacity: 1;
}
.ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list .item:hover .line_zw {
  width: 100%;
}
@media (max-width:990px) {
  .ins_aboutqCon1 .center_box .righ_box_line .swiper_info .item_list {
    display: none;
  }
  .ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box ul li .centerInfo .word {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0px;
    padding: 20px;
    font-size: 14px;
  }
  .ins_aboutqCon1 .center_box .righ_box_line .swiper_info .swiper_box ul li .centerInfo .pb {
    padding-bottom: 75%;
  }
  .ins_aboutqCon1 .center_box .cont_line_tow {
    margin-top: 10px;
  }
}
.ins_aboutqCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #f4f5f7;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(85px, 8.854vw, 170px) 0;
}
.ins_aboutqCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutqCon2 .center_box .ins_titBox .subtitle {
  margin-top: 0;
}
.ins_aboutqCon2 .center_box .cont_line {
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_aboutqCon2 .center_box .left_box_line {
  width: 29.76%;
  height: 100%;
}
.ins_aboutqCon2 .center_box .righ_box_line {
  width: 57.14%;
}
.ins_aboutqCon2 .center_box .righ_box_line .in_details {
  width: 100%;
  height: auto;
  color: #024424;
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  font-size: var(--font14);
  line-height: 1.857;
  font-weight: 200;
}
.ins_aboutqCon2 .center_box .righ_box_line .in_details p {
  color: #024424;
}
.ins_aboutqCon2 .center_box .righ_box_line .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 4.166vw, 80px) clamp(20px, 2.083vw, 40px);
}
.ins_aboutqCon2 .center_box .righ_box_line .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutqCon2 .center_box .righ_box_line .item_box .item .title {
  font-size: var(--font18);
  line-height: 1;
  font-weight: 500;
}
.ins_aboutqCon2 .center_box .righ_box_line .item_box .item .pb {
  padding-bottom: 56.5258%;
  margin: 15px 0;
}
.ins_aboutqCon2 .center_box .righ_box_line .item_box .item .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutqCon2 .center_box .righ_box_line .item_box .item .subtitle {
  font-size: var(--font14);
  font-weight: 200;
}
@media (max-width:990px) {
  .ins_aboutqCon2 .center_box .righ_box_line .in_details {
    padding: 30px 0;
  }
  .ins_aboutqCon2 .center_box .righ_box_line .item_box .item .pb {
    margin: 10px 0;
  }
  .ins_aboutqCon2 .center_box .righ_box_line .item_box {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_aboutqCon2 .center_box .cont_line {
    margin-top: 10px;
  }
}
/* --------------------------- */
/* --------------------------- */
/* ------- 社会责任 -------- */
.ins_aboutsCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(75px, 7.8125vw, 150px) 0;
  overflow: hidden;
}
.ins_aboutsCon1 .center_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutsCon1 .center_box .ins_titBox .subtitle {
  margin-top: 0;
  max-width: 280px;
}
.ins_aboutsCon1 .center_box .cont_line {
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_aboutsCon1 .center_box .left_box_line {
  width: 29.76%;
  height: 100%;
}
.ins_aboutsCon1 .center_box .righ_box_line {
  width: 57.14%;
}
.ins_aboutsCon1 .center_box .righ_box_line .ri_title {
  font-size: var(--font18);
  line-height: 1.444;
  font-weight: 500;
  padding-top: 35px;
  padding-bottom: clamp(15px, 1.5625vw, 30px);
}
.ins_aboutsCon1 .center_box .righ_box_line .ri_subti {
  font-size: var(--font14);
  line-height: 1.857;
  font-weight: 200;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(25px, 2.56vw, 50px);
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_img {
  width: 37.5%;
  background: #000;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_img ul li {
  height: auto;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_img ul li .image {
  width: 100%;
  height: 100%;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_img ul li .image img {
  width: 100%;
  height: auto;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box {
  width: 62.5%;
  background: #f4f5f7;
  padding: 40px;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0.08;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number::before {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00000000 10%, #f4f5f7 100%);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  pointer-events: none;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number ul {
  width: 100%;
  height: auto;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number ul li {
  width: auto;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number ul li .centerInfo {
  font-size: var(--font14);
  color: #989898;
  font-family: "SourceHanSansCN";
  font-weight: 300;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number ul li .centerInfo::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #d64118;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number ul li.swiper-slide-active .centerInfo,
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number ul li.active .centerInfo {
  color: #d64118;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number ul li.swiper-slide-active .centerInfo::after,
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_number ul li.active .centerInfo::after {
  opacity: 1;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_word {
  width: 100%;
  height: auto;
  margin-top: clamp(30px, 3.125vw, 60px);
  overflow: hidden;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_word ul li .centerInfo .time {
  font-size: clamp(calc(38 / 16 * 1rem), calc((38 / 16 * 1rem) + ((72 - 38) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(72 / 16 * 1rem));
  color: #cdd2dd;
  line-height: 1;
  font-family: "DIN";
  opacity: 0.5;
}
.ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box .swiper_word ul li .centerInfo .word {
  font-size: var(--font18);
  font-weight: 400;
  line-height: 1.555;
  margin-top: 20px;
}
@media (max-width:990px) {
  .ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_img {
    display: none;
  }
  .ins_aboutsCon1 .center_box .righ_box_line .swiper_info .swiper_box {
    width: 100%;
    padding: 20px;
    padding-bottom: 50px;
  }
  .ins_aboutsCon1 .center_box .righ_box_line .swiper_info .center_box .cont_line {
    margin-top: 10px;
  }
}
.ins_aboutsCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(80px, 8.3vw, 160px);
  background: #f4f5f7;
  overflow: hidden;
}
.ins_aboutsCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutsCon2 .center_box .left_box_line {
  width: 29.76%;
  height: 100%;
  padding-top: clamp(40px, 4.166vw, 80px);
}
.ins_aboutsCon2 .center_box .righ_box_line {
  width: 57.14%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutsCon2 .center_box .righ_box_line .swiper_box {
  width: 56.25vw;
  position: relative;
  z-index: 1;
  background: #000;
  max-width: 1920px;
}
.ins_aboutsCon2 .center_box .righ_box_line .swiper_box ul li .pb {
  padding-bottom: 44%;
}
.ins_aboutsCon2 .center_box .righ_box_line .swiper_box ul li .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutsCon2 .center_box .righ_box_line .swiper_box ul li .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutsCon2 .center_box .righ_box_line .swiper_box ul li.swiper-slide-active .pb .ab img {
  animation: grow2 1s ease;
}
@media (max-width:990px) {
  .ins_aboutsCon2 .center_box .righ_box_line .swiper_box ul li.swiper-slide-active .pb .ab img {
    animation: unset !important;
  }
}
.ins_aboutsCon2 .center_box .righ_box_line .content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .title {
  padding-left: clamp(20px, 2.083vw, 40px);
  font-size: var(--font30);
  font-weight: 200;
  color: #FFF;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .title p {
  color: #FFF;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item {
  flex: 1;
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((48 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0;
  padding: 0 clamp(20px, 2.083vw, 40px);
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0.4;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item .word,
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item .icon {
  position: relative;
  z-index: 2;
  display: block;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item .word {
  font-size: var(--font14);
  font-weight: 300;
  color: #FFF;
  line-height: 1;
  flex-shrink: 0;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item .line_zw {
  width: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item .icon {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transform: translateY(-15%);
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  flex-shrink: 0;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item .icon::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item .icon::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item.active::after {
  background: #dd330e;
  opacity: 1;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item.active .icon {
  opacity: 1;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item.active .line_zw {
  width: 100%;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item:hover .icon {
  opacity: 1;
}
.ins_aboutsCon2 .center_box .righ_box_line .content .item_box .item:hover .line_zw {
  width: 100%;
}
@media (max-width:990px) {
  .ins_aboutsCon2 .center_box .righ_box_line .swiper_box {
    width: 100% !important;
    background: #f4f5f7;
  }
  .ins_aboutsCon2 .center_box .righ_box_line .swiper_box ul li .pb {
    padding-bottom: 70%;
  }
  .ins_aboutsCon2 .center_box .righ_box_line .content {
    display: none;
  }
}
/* --------------------------- */
/* --------------------------- */
/* ------- 投资者关系 -------- */
.ins_newinvestCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(70px, 7.29vw, 140px) 0;
  overflow: hidden;
}
.ins_newinvestCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newinvestCon1 .center_box .righ_box_line .inner_line {
  margin-top: 0;
}
.ins_newinvestCon1 .center_box .righ_box_line .item_box {
  width: 100%;
  height: auto;
}
.ins_newinvestCon1 .center_box .righ_box_line .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  padding: 35px 0;
  border-bottom: 1px solid #ebedf2;
}
.ins_newinvestCon1 .center_box .righ_box_line .item_box .item .time {
  width: 100px;
  flex-shrink: 0;
  font-size: var(--font14);
  color: #bbcce2;
}
.ins_newinvestCon1 .center_box .righ_box_line .item_box .item .title {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  line-height: 1.5555;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_newinvestCon1 .center_box .righ_box_line .item_box .item .title p {
  display: block;
  max-width: 550px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_newinvestCon1 .center_box .righ_box_line .item_box .item .icon {
  width: 50px;
  flex-shrink: 0;
}
.ins_newinvestCon1 .center_box .righ_box_line .item_box .item:hover .title {
  color: #f11111;
}
.ins_newinvestCon1 .center_box .righ_box_line .item_box .item:hover .title p {
  color: #f11111;
}
@media (max-width:990px) {
  .ins_newinvestCon1 .center_box .righ_box_line .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
    padding-right: 70px;
    position: relative;
  }
  .ins_newinvestCon1 .center_box .righ_box_line .item_box .item .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
}
.ins_newinvestCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(75px, 7.8125vw, 150px);
  overflow: hidden;
}
.ins_newinvestCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newinvestCon2 .center_box .righ_box_line .inner_line {
  margin-top: 0;
}
.ins_newinvestCon2 .center_box .righ_box_line .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(25px, 2.56vw, 50px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.083vw, 40px);
}
.ins_newinvestCon2 .center_box .righ_box_line .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: clamp(10px, 1.04166666666667vw, 20px);
  background: #f4f5f7;
  padding: clamp(25px, 2.56vw, 50px) clamp(20px, 2.083vw, 40px);
  border-top: 1px solid #ebedf2;
}
.ins_newinvestCon2 .center_box .righ_box_line .item_box .item .title {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  line-height: 1.5555;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_newinvestCon2 .center_box .righ_box_line .item_box .item .icon {
  width: 24px;
  flex-shrink: 0;
}
.ins_newinvestCon2 .center_box .righ_box_line .item_box .item:hover .title {
  color: #f11111;
}
.ins_newinvestCon2 .center_box .righ_box_line .item_box .item:hover .title p {
  color: #f11111;
}
@media (max-width:990px) {
  .ins_newinvestCon2 .center_box .righ_box_line .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.ins_newinvestCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #f4f5f7;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(40px, 4.166vw, 80px) 0;
  overflow: hidden;
}
.ins_newinvestCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box {
  width: 100%;
  height: auto;
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ededed;
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item .top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: clamp(20px, 2.083vw, 40px) 0;
  cursor: pointer;
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item .top .word {
  font-size: var(--font18);
  font-weight: 600;
  line-height: 1.5555;
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item .top .icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  background: #e9ebef;
  border-radius: 50%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item .top .icon::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item .top .icon::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(90deg);
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item .but {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  line-height: 1.714;
  font-weight: 500;
  padding-bottom: clamp(35px, 3.6vw, 70px);
  display: none;
  padding-right: clamp(30px, 3.125vw, 60px);
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item .but p {
  opacity: 0.8;
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item.active .top .icon {
  background: var(--active-color);
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item.active .top .icon::before {
  transform: rotate(0deg);
  background: #FFF;
}
.ins_newinvestCon3 .center_box .righ_box_line .item_box .item.active .top .icon::after {
  background: #FFF;
}
.ins_newinvestCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(65px, 6.77vw, 130px) 0 clamp(70px, 7.29vw, 140px) 0;
}
.ins_newinvestCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_newinvestCon4 .center_box .left_box_line .ins_title .title {
  color: #FFF;
}
.ins_newinvestCon4 .center_box .righ_box_line {
  padding-top: 15px;
}
.ins_newinvestCon4 .center_box .righ_box_line .title {
  font-size: var(--font24);
  font-weight: 500;
  color: #FFF;
}
.ins_newinvestCon4 .center_box .righ_box_line .inner_line {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.ins_newinvestCon4 .center_box .righ_box_line .details {
  margin-top: clamp(20px, 2.083vw, 40px);
  font-size: var(--font18);
  color: #FFF;
  opacity: 0.8;
  line-height: 1.666;
  font-weight: 200;
}
.ins_newinvestCon4 .center_box .righ_box_line .item_list {
  margin-top: clamp(25px, 2.56vw, 50px);
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_newinvestCon4 .center_box .righ_box_line .item_list .left {
  padding-right: 40px;
  position: relative;
}
.ins_newinvestCon4 .center_box .righ_box_line .item_list .left::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
  opacity: 0.2;
}
.ins_newinvestCon4 .center_box .righ_box_line .item_list .left .tit {
  font-size: var(--font30);
  font-weight: 100;
  color: #FFF;
  line-height: 1;
}
.ins_newinvestCon4 .center_box .righ_box_line .item_list .left .sub {
  font-size: var(--font14);
  color: #FFF;
  font-weight: 500;
  margin-top: 10px;
}
.ins_newinvestCon4 .center_box .righ_box_line .item_list .right {
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.ins_newinvestCon4 .center_box .righ_box_line .item_list .right .one {
  font-size: var(--font14);
  color: #FFF;
  font-weight: 500;
}
@media (max-width:990px) {
  .ins_newinvestCon4 .center_box .righ_box_line .item_list {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_newinvestCon4 .center_box .righ_box_line .item_list .right {
    padding-left: 0;
    margin-top: 20px;
  }
}
/* --------------------------- */
/* --------------------------- */
/* ------- 职业生涯 -------- */
.ins_joinCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(95px, 9.8958vw, 190px) 0;
  overflow: hidden;
}
.ins_joinCon1 .center_box .left_box_line .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(25px, 2.56vw, 50px);
}
.ins_joinCon1 .center_box .left_box_line .item_box .item {
  font-size: var(--font18);
  color: #bebebe;
  line-height: 2.6666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_joinCon1 .center_box .left_box_line .item_box .item::after {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 1em;
  background: var(--active-color);
  transform: translateY(-2px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
}
.ins_joinCon1 .center_box .left_box_line .item_box .item.active {
  padding-left: 20px;
  color: #242424;
  font-weight: 500;
}
.ins_joinCon1 .center_box .left_box_line .item_box .item.active::after {
  opacity: 1;
}
.ins_joinCon1 .center_box .left_box_line .item_box .item:hover {
  color: #242424;
}
.ins_joinCon1 .center_box .righ_box_line {
  padding-top: clamp(30px, 3.125vw, 60px);
}
.ins_joinCon1 .center_box .righ_box_line .content {
  width: 100%;
  height: auto;
  display: none;
}
.ins_joinCon1 .center_box .righ_box_line .content .li_title {
  font-size: var(--font24);
  font-weight: 500;
}
.ins_joinCon1 .center_box .righ_box_line .content .inner_line {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box {
  margin-top: clamp(40px, 4.166vw, 80px);
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item::before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  z-index: 1;
  top: calc(clamp(calc(60 / 16 * 1rem), calc((60 / 16 * 1rem) + ((128 - 60) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(128 / 16 * 1rem)) / 2);
  left: 0;
  background: #e1e2e7;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item .icon {
  width: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((128 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(128 / 16 * 1rem));
  height: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((128 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(128 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #FFF;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item .icon::after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e3e8;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 50%;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item .icon i {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item .icon i::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 50%;
  border-radius: 0 100px 0 0 ;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item .icon i::before {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50%;
  height: 50%;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item .icon img {
  width: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((45 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(45 / 16 * 1rem));
  height: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((45 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(45 / 16 * 1rem));
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item .number {
  margin-top: 20px;
  font-size: var(--font18);
  color: var(--active-color);
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item .name {
  margin-top: 8px;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item:nth-child(2) .icon i::after {
  border-top: 1px solid var(--active-color);
  border-right: 1px solid var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item:nth-child(3) .icon i::after {
  height: 100%;
  border-top: 1px solid var(--active-color);
  border-right: 1px solid var(--active-color);
  border-bottom: 1px solid var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 0 100px 100px 0 ;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item:nth-child(4) .icon i::after {
  height: 100%;
  border-top: 1px solid var(--active-color);
  border-right: 1px solid var(--active-color);
  border-bottom: 1px solid var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 0 100px 100px 0 ;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item:nth-child(4) .icon i::before {
  border-radius: 0 0 0 100px;
  border-bottom: 1px solid var(--active-color);
  border-left: 1px solid var(--active-color);
}
.ins_joinCon1 .center_box .righ_box_line .content .item_box .item:nth-child(5) .icon i::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid var(--active-color);
  border-radius: 100px;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_info {
  margin-top: clamp(45px, 4.6875vw, 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_info .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_info .item .icon {
  width: auto;
  flex-shrink: 0;
  font-size: var(--font14);
  font-weight: 600;
  line-height: 1.7142;
}
.ins_joinCon1 .center_box .righ_box_line .content .item_info .item .word {
  font-size: var(--font14);
  line-height: 1.7142;
}
.ins_joinCon1 .center_box .righ_box_line .content.active {
  display: block !important;
}
@media (max-width:990px) {
  .ins_joinCon1 .center_box .left_box_line .item_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 0 15px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .ins_joinCon1 .center_box .left_box_line .item_box .item {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_joinCon1 .center_box .left_box_line .item_box .item::after {
    width: 50px;
    height: 2px;
    left: unset !important;
    bottom: 0;
    display: none;
  }
  .ins_joinCon1 .center_box .left_box_line .item_box .item.active {
    color: var(--active-color);
  }
  .ins_joinCon1 .center_box .left_box_line .item_box .item.active * {
    color: var(--active-color);
  }
  .ins_joinCon1 .center_box .righ_box_line {
    margin-top: 0;
  }
  .ins_joinCon1 .center_box .righ_box_line .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 0;
  }
  .ins_joinCon1 .center_box .righ_box_line .item_box .item .number {
    display: none;
    margin-top: 5px;
  }
  .ins_joinCon1 .center_box .righ_box_line .item_info {
    gap: 10px;
  }
  .ins_joinCon1 .center_box .righ_box_line .item_info .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.ins_joinCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(50px, 5.2vw, 100px) 0 clamp(75px, 7.8125vw, 150px) 0;
  background: #f4f5f7;
  overflow: hidden;
}
.ins_joinCon2 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.ins_joinCon2 .center_box .righ_box_line {
  padding-top: clamp(30px, 3.125vw, 60px);
}
.ins_joinCon2 .center_box .righ_box_line .li_title {
  font-size: var(--font24);
  font-weight: 500;
}
.ins_joinCon2 .center_box .righ_box_line .inner_line {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.ins_joinCon2 .center_box .righ_box_line .li_subtitle {
  font-size: var(--font14);
  color: #242424;
  line-height: 1.857;
  padding: clamp(20px, 2.083vw, 40px) 0 clamp(25px, 2.56vw, 50px) 0;
}
.ins_joinCon2 .center_box .righ_box_line .item_box {
  width: 100%;
  height: auto;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: clamp(10px, 1.04166666666667vw, 20px) 0;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e1e2e7;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item * {
  font-size: var(--font18);
  font-weight: 500;
  color: #242424;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item .left {
  width: 35.416%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item .right {
  width: 64.584%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item .right .le {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item .right .ri {
  width: 72px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item .right .ri a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #ebedf2;
  font-size: var(--font14);
  font-weight: 400;
  color: #242424;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item:hover * {
  color: var(--active-color);
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item:hover .right .ri a {
  background: var(--active-color);
  color: #FFF;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item:hover::after {
  background: var(--active-color);
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item:first-child {
  padding: 10px 0;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item:first-child * {
  font-size: var(--font14);
  font-weight: 400;
  color: #242424;
}
.ins_joinCon2 .center_box .righ_box_line .item_box .item:first-child::after {
  background: #e1e2e7 !important;
}
@media (max-width:990px) {
  .ins_joinCon2 .center_box .righ_box_line {
    padding: 0;
  }
}
.ins_joinzxCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(75px, 7.8125vw, 150px) 0;
  overflow: hidden;
}
.ins_joinzxCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinzxCon1 .center_box .cont_line {
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_joinzxCon1 .center_box .left_box_line .ins_titBox .subtitle {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_joinzxCon1 .center_box .righ_box_line .title {
  font-size: var(--font14);
  line-height: 1.857;
}
.ins_joinzxCon1 .center_box .righ_box_line .subtitle {
  font-size: var(--font18);
  line-height: 1.44444444;
  font-weight: 500;
}
@media (max-width:990px) {
  .ins_joinzxCon1 .center_box .cont_line {
    margin-top: 10px;
  }
}
.ins_joinzxCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #f4f5f7;
  padding-bottom: clamp(60px, 6.25vw, 120px);
  overflow: hidden;
}
.ins_joinzxCon2 .image_bg {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.ins_joinzxCon2 .w1680 {
  position: relative;
  z-index: 2;
}
.ins_joinzxCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinzxCon2 .center_box .cont_line .righ_box_line .ri_title {
  font-size: var(--font24);
  line-height: 1.5;
  font-weight: 500;
}
.ins_joinzxCon2 .center_box .cont_line .righ_box_line .inner_line {
  margin: 30px 0 40px 0;
}
.ins_joinzxCon2 .center_box .cont_line .righ_box_line .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px clamp(60px, 6.25vw, 120px);
}
.ins_joinzxCon2 .center_box .cont_line .righ_box_line .item_box .item {
  font-size: var(--font14);
  line-height: 1.857;
  font-weight: 300;
}
.ins_joinzxCon2 .center_box .item_list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((310 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(310 / 16 * 1rem));
  gap: 40px;
}
.ins_joinzxCon2 .center_box .item_list .item {
  background: #FFF;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: clamp(20px, 2.083vw, 40px) clamp(15px, 1.5625vw, 30px);
}
.ins_joinzxCon2 .center_box .item_list .item .title {
  font-size: var(--font24);
  font-weight: 500;
}
.ins_joinzxCon2 .center_box .item_list .item .subtitle {
  font-size: var(--font14);
  font-weight: 500;
  opacity: 0.45;
}
.ins_joinzxCon2 .center_box .item_list .item .details {
  margin-top: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((150 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(150 / 16 * 1rem));
  font-size: var(--font14);
  font-weight: 200;
  line-height: 1.714;
}
@media (max-width:990px) {
  .ins_joinzxCon2 .center_box .cont_line .righ_box_line .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_joinzxCon2 .center_box .item_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_joinzxCon2 .center_box .item_list .item .details {
    margin-top: 10px;
  }
}
.ins_joinzxCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(calc(60 / 16 * 1rem), calc((60 / 16 * 1rem) + ((330 - 60) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(330 / 16 * 1rem));
  background: #f4f5f7;
  overflow: hidden;
}
.ins_joinzxCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinzxCon3 .center_box .ins_t {
  font-size: var(--font30);
  color: var(--active-color);
  text-align: center;
  font-weight: 500;
}
.ins_joinzxCon3 .center_box .ins_s {
  font-size: var(--font18);
  font-weight: 200;
  text-align: center;
  margin-top: clamp(10px, 1.04166666666667vw, 20px);
}
.ins_joinzxCon3 .center_box .item_info {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: auto;
  margin-top: clamp(25px, 2.56vw, 50px);
}
.ins_joinzxCon3 .center_box .item_info .title_box {
  font-size: var(--font36);
  width: 520px;
  max-width: 100%;
  min-height: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((160 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(160 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #e5eff8;
  border-radius: 1000px;
  margin: auto;
  position: relative;
  padding: 5px;
}
.ins_joinzxCon3 .center_box .item_info .title_box::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: calc(100% - clamp(calc(5 / 16 * 1rem), calc((5 / 16 * 1rem) + ((50 - 5) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(50 / 16 * 1rem)));
  height: calc(100% - clamp(calc(5 / 16 * 1rem), calc((5 / 16 * 1rem) + ((50 - 5) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(50 / 16 * 1rem)));
  background: var(--active-color);
  border: clamp(calc(2 / 16 * 1rem), calc((2 / 16 * 1rem) + ((4 - 2) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(4 / 16 * 1rem)) solid #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 1000px;
}
.ins_joinzxCon3 .center_box .item_info .title_box span {
  font-size: var(--font36);
  position: relative;
  z-index: 1;
  color: #FFF;
  font-weight: 100;
}
.ins_joinzxCon3 .center_box .item_info .image_bg {
  width: 100%;
  height: auto;
}
.ins_joinzxCon3 .center_box .item_info .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -50px;
}
.ins_joinzxCon3 .center_box .item_info .item_box .item {
  max-width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_joinzxCon3 .center_box .item_info .item_box .item .icon {
  width: clamp(calc(70 / 16 * 1rem), calc((70 / 16 * 1rem) + ((144 - 70) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(144 / 16 * 1rem));
  height: clamp(calc(70 / 16 * 1rem), calc((70 / 16 * 1rem) + ((144 - 70) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(144 / 16 * 1rem));
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_joinzxCon3 .center_box .item_info .item_box .item .icon img {
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((65 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(65 / 16 * 1rem));
}
.ins_joinzxCon3 .center_box .item_info .item_box .item .word {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_joinzxCon3 .center_box .item_info .item_box .item .word .title {
  font-size: var(--font24);
  font-weight: 500;
  line-height: 1;
  padding: 40px 0 20px 0;
  text-align: center;
}
.ins_joinzxCon3 .center_box .item_info .item_box .item .word .subti {
  font-size: var(--font14);
  line-height: 1.714;
  text-align: center;
}
.ins_joinzxCon3 .center_box .item_info .swiper_box {
  width: 100%;
  height: auto;
  margin-top: clamp(80px, 8.3vw, 160px);
}
.ins_joinzxCon3 .center_box .item_info .swiper_box ul {
  transition-timing-function: linear !important;
}
.ins_joinzxCon3 .center_box .item_info .swiper_box ul li {
  height: auto;
}
.ins_joinzxCon3 .center_box .item_info .swiper_box ul li .pb {
  width: 100%;
  height: 100%;
}
.ins_joinzxCon3 .center_box .item_info .swiper_box ul li .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_joinzxCon3 .center_box .item_info .swiper_box ul li:nth-child(2n) .pb {
  transform: translateY(50%);
}
.ins_joinzxCon3 .center_box .item_info .idxPageHide {
  display: none;
}
@media (max-width:990px) {
  .ins_joinzxCon3 .center_box .ins_t {
    text-align: left;
  }
  .ins_joinzxCon3 .center_box .ins_s {
    text-align: left;
  }
  .ins_joinzxCon3 .center_box .item_info .title_box {
    width: 100%;
    height: auto;
    min-height: auto;
    background: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ins_joinzxCon3 .center_box .item_info .title_box::after {
    display: none;
  }
  .ins_joinzxCon3 .center_box .item_info .title_box span {
    font-size: 18px !important;
    color: #242424;
    font-weight: 500;
  }
  .ins_joinzxCon3 .center_box .item_info .item_box {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .ins_joinzxCon3 .center_box .item_info .item_box .item {
    max-width: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background: #FFF;
    padding: 10px;
  }
  .ins_joinzxCon3 .center_box .item_info .item_box .item .icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: none;
  }
  .ins_joinzxCon3 .center_box .item_info .item_box .item .icon img {
    width: 25px;
  }
  .ins_joinzxCon3 .center_box .item_info .item_box .item .word {
    margin-top: 0;
    text-align: left;
    margin-top: 10px;
  }
  .ins_joinzxCon3 .center_box .item_info .item_box .item .word .title {
    padding: 0px;
  }
  .ins_joinzxCon3 .center_box .item_info .item_box .item .word .subti {
    margin-top: 10px;
  }
  .ins_joinzxCon3 .center_box .item_info .image_bg {
    display: none;
  }
  .ins_joinzxCon3 .center_box .item_info .swiper_box {
    margin-top: 30px;
  }
  .ins_joinzxCon3 .center_box .item_info .swiper_box ul li:nth-child(2n) .pb {
    transform: translateY(0%);
  }
}
.ins_joinzxCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(90px, 9.375vw, 180px) 0 clamp(65px, 6.77vw, 130px) 0;
  overflow: hidden;
}
.ins_joinzxCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinzxCon4 .center_box .ins_ts {
  width: fit-content;
  height: auto;
  position: relative;
}
.ins_joinzxCon4 .center_box .ins_ts .happy {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 90%;
  width: clamp(calc(160 / 16 * 1rem), calc((160 / 16 * 1rem) + ((240 - 160) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(240 / 16 * 1rem));
  height: 48px;
  background: var(--active-color);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 5px;
  font-size: var(--font30);
  color: #FFF;
}
.ins_joinzxCon4 .center_box .ins_ts .happy * {
  color: #FFF;
  font-weight: 800;
}
.ins_joinzxCon4 .center_box .ins_ts .happy::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 20px;
  border-color: transparent transparent transparent var(--active-color);
  position: absolute;
  transform: rotate(100deg) translateX(20%);
  top: 100%;
  left: 10px;
}
.ins_joinzxCon4 .center_box .ins_ts .title {
  font-size: var(--font30);
  color: var(--active-color);
}
.ins_joinzxCon4 .center_box .cont_line {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.ins_joinzxCon4 .center_box .cont_line .ins_tb {
  width: 100%;
  height: auto;
}
.ins_joinzxCon4 .center_box .cont_line .ins_tb .title {
  font-size: var(--font18);
  line-height: 1.444;
  font-weight: 200;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content {
  border: 1px solid #e5e5e5;
  border-top: 0;
  margin-top: -6px;
  padding: clamp(40px, 4.166vw, 80px) 0 clamp(65px, 6.77vw, 130px) 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .left {
  width: 37.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .left .titBox {
  text-align: center;
  font-size: var(--font18);
  font-weight: 600;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .left .titBox .tit1 {
  font-size: var(--font18);
  font-weight: 600;
  color: var(--active-color);
  line-height: 1.3;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .left .titBox .tit1:first-child {
  opacity: 0.6;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .left .img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .right {
  width: 62.5%;
  padding-right: 60px;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .right ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .right ul li {
  font-size: var(--font14);
  line-height: 1.285714;
  padding-left: 25px;
  position: relative;
}
.ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .right ul li::after {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width:990px) {
  .ins_joinzxCon4 .center_box .cont_line .righ_box_line .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .left {
    width: 100%;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .left .titBox {
    width: 50%;
  }
  .ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .left .img {
    margin-top: 0;
    width: 50%;
  }
  .ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .right {
    width: 100%;
    margin-top: 40px;
    padding: 0px 20px;
  }
  .ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .right ul {
    gap: 10px;
  }
  .ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .right ul li {
    line-height: 1.87;
  }
  .ins_joinzxCon4 .center_box .cont_line .righ_box_line .content .right ul li::after {
    width: 5px;
    border: 50%;
    height: 5px;
  }
}
.ins_joinzxCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_joinzxCon5 .center {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 80px;
}
.ins_joinzxCon5 .center .w1680 {
  width: 100%;
  height: auto;
}
.ins_joinzxCon5 .center .center_box {
  width: 100%;
  height: auto;
}
.ins_joinzxCon5 .center .center_box .title {
  font-size: var(--font14);
  color: var(--active-color);
  font-weight: 500;
}
.ins_joinzxCon5 .center .center_box .subtitle {
  font-size: var(--font30);
  font-weight: 500;
  padding: clamp(15px, 1.5625vw, 30px) 0;
}
.ins_joinzxCon5 .center .center_box .more a {
  width: 40px;
  height: 40px;
  background: var(--active-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.ins_joinzxCon5 .center .center_box .more a::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 6px;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_joinzxCon5 .center .center_box .more a::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 6px;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_joinzxCon5 .image_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_joinzxCon5 .image_bg img {
  width: 100%;
  height: auto;
  min-height: 280px;
  object-fit: cover;
}
.ins_joinzxCon5 .video_info {
  width: 100%;
  height: auto;
  font-size: 0;
  text-align: center;
}
.ins_joinzxCon5 .video_info video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
@media (max-width:990px) {
  .ins_joinzxCon5 .center .center_box .subtitle {
    color: #FFF;
  }
  .ins_joinzxCon5 .video_info {
    display: none !important;
  }
}
/* --------------------------- */
/* --------------------------- */
/* ------- 关于我们 -------- */
.ins_aboutzCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: clamp(60px, 6.25vw, 120px) 0 clamp(70px, 7.29vw, 140px) 0;
  overflow: hidden;
}
.ins_aboutzCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutzCon1 .center_box .cont_line_tow .left_box_line {
  margin-top: 0;
}
.ins_aboutzCon1 .center_box .cont_line_tow {
  margin-top: 40px;
}
.ins_aboutzCon1 .center_box .cont_line_tow .left_box_line .video_btu {
  width: 100%;
  height: auto;
  margin-top: clamp(40px, 4.166vw, 80px);
}
.ins_aboutzCon1 .center_box .cont_line_tow .left_box_line .video_btu .one {
  min-width: clamp(calc(120 / 16 * 1rem), calc((120 / 16 * 1rem) + ((180 - 120) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(180 / 16 * 1rem));
  width: fit-content;
  height: clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((48 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  padding: 4px 20px;
  padding-right: 50px;
  background: #ecf2f8;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-size: var(--font14);
  color: var(--active-color);
}
.ins_aboutzCon1 .center_box .cont_line_tow .left_box_line .video_btu .one i {
  position: absolute;
  right: 4px;
  width: calc(clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((48 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem)) - 8px);
  height: calc(clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((48 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem)) - 8px);
  border-radius: 100px;
  background: var(--active-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutzCon1 .center_box .cont_line_tow .left_box_line .video_btu .one i::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #FFF;
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .details {
  font-size: var(--font14);
  font-weight: 200;
  line-height: 1.857;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .details .active {
  font-weight: 500;
  color: var(--active-color);
  text-indent: 0 !important;
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .details p {
  text-indent: 2em;
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .item_box {
  margin-top: clamp(30px, 3.125vw, 60px);
  margin-bottom: clamp(35px, 3.6vw, 70px);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: clamp(25px, 2.56vw, 50px) 20px;
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .item_box .item .icon {
  font-size: var(--font16);
  color: var(--active-color);
  font-weight: 600;
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .item_box .item .word {
  font-size: var(--font36);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .item_box .item .word span {
  font-size: var(--font14);
  font-weight: 600;
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .de_box {
  font-size: var(--font14);
  font-weight: 200;
  line-height: 1.857;
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .de_box .active {
  font-weight: 500;
  color: var(--active-color);
  margin-top: 20px;
  padding-bottom: 10px;
  text-indent: 0 !important;
}
.ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .de_box p {
  text-indent: 2em;
}
@media (max-width:990px) {
  .ins_aboutzCon1 .center_box .cont_line_tow {
    margin-top: 10px;
  }
  .ins_aboutzCon1 .center_box .cont_line_tow .righ_box_line .de_box {
    max-height: 50vh;
    overflow: auto;
  }
  .ins_aboutzCon1 .center_box .cont_line_tow .left_box_line .video_btu {
    margin-top: 20px;
  }
}
.ins_aboutzCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: clamp(60px, 6.25vw, 120px);
  overflow: hidden;
  background: url(../images/about_bg.jpg) no-repeat bottom left / cover;
}
.ins_aboutzCon2 .center_box .left_box_line {
  width: 38%;
  height: auto;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ins_aboutzCon2 .center_box .left_box_line .image_bg {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.ins_aboutzCon2 .center_box .left_box_line .ins_title {
  position: relative;
  z-index: 5;
}
.ins_aboutzCon2 .center_box .left_box_line .but_box {
  position: absolute;
  top: 50%;
  left: 0;
  display: none !important;
  font-size: 14px;
}
.ins_aboutzCon2 .center_box .left_box_line .but_box .name {
  background: #F5F5F5;
}
.ins_aboutzCon2 .center_box .left_box_line .but_box img {
  width: 50px;
  mix-blend-mode: darken;
}
.ins_aboutzCon2 .center_box .righ_box_line {
  padding-bottom: 60px;
  position: relative;
}
.ins_aboutzCon2 .center_box .righ_box_line .image {
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% - 20px));
}
.ins_aboutzCon2 .center_box .righ_box_line .title {
  font-size: var(--font24);
  line-height: 1.416;
}
.ins_aboutzCon2 .center_box .righ_box_line .inner_line {
  margin: 30px 0;
}
.ins_aboutzCon2 .center_box .righ_box_line .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutzCon2 .center_box .righ_box_line .swiper_box ul li .details {
  font-size: var(--font14);
  color: #434550;
  line-height: 1.875;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  opacity: 0.6;
}
.ins_aboutzCon2 .center_box .righ_box_line .swiper_box ul li .details .item,
.ins_aboutzCon2 .center_box .righ_box_line .swiper_box ul li .details .item p {
  font-size: var(--font14);
  color: #434550;
  line-height: 1.875;
  font-weight: 200;
}
.ins_aboutzCon2 .center_box .righ_box_line .swiper_box ul li .details .item p {
  text-indent: 2em;
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: clamp(35px, 3.6vw, 70px);
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .name {
  font-size: var(--font18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f5f5f5;
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .name img {
  mix-blend-mode: multiply;
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .btu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .swiper_btu {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #ededef;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .swiper_btu i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(-15%) translateX(50%);
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .swiper_btu i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .swiper_btu i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .swiper_btu.prev i {
  transform: rotate(180deg) translateY(-15%) translateX(50%);
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .swiper_btu:hover {
  background: var(--active-color);
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .swiper_btu:hover i::after {
  background: #FFF;
}
.ins_aboutzCon2 .center_box .righ_box_line .but_box .swiper_btu:hover i::before {
  background: #FFF;
}
@media (max-width:990px) {
  .ins_aboutzCon2 {
    background: #F5F5F5 !important;
  }
  .ins_aboutzCon2 .center_box .righ_box_line .but_box .swiper_btu {
    display: none;
  }
  .ins_aboutzCon2 .center_box .righ_box_line .swiper_box ul li .details {
    max-height: 50vh;
    overflow: auto;
  }
  .ins_aboutzCon2 .center_box .righ_box_line .swiper_box ul li .details .item p {
    padding-bottom: 20px;
    font-size: 12px !important;
  }
  .ins_aboutzCon2 .center_box .righ_box_line .swiper_box ul li .details .item p:last-child {
    padding-bottom: 0;
  }
  .ins_aboutzCon2 .center_box .righ_box_line .but_box {
    margin-top: 20px;
    display: none;
  }
  .ins_aboutzCon2 .center_box .righ_box_line .swiper_box ul li .details .item,
  .ins_aboutzCon2 .center_box .righ_box_line .swiper_box ul li .details .item * {
    width: 100%;
    height: auto;
    max-height: 9999px;
  }
}
.ins_aboutzCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  overflow: hidden;
  background: url(../images/about_bg2.jpg) no-repeat bottom center / cover;
  background-attachment: fixed;
}
.ins_aboutzCon3 .center_box {
  width: 100%;
  height: auto;
  position: relative;
}
.ins_aboutzCon3 .center_box .ins_title {
  position: absolute;
  left: 0;
  top: 20px;
}
.ins_aboutzCon3 .center_box .ins_title .title {
  color: #FFF;
}
.ins_aboutzCon3 .center_box .title_ri {
  width: 100%;
  height: auto;
}
.ins_aboutzCon3 .center_box .title_ri .one {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutzCon3 .center_box .title_ri .one span {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font18);
  color: #FFF;
}
.ins_aboutzCon3 .center_box .title_ri .one img {
  width: auto;
  height: auto;
  animation: upDwon 5s infinite linear;
}
.ins_aboutzCon3 .center_box .title_ri .tow {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font18);
  color: #FFF;
  margin-top: 12px;
}
.ins_aboutzCon3 .center_box .title_ri .tow p {
  color: #FFF;
  line-height: 1.6666;
}
.ins_aboutzCon3 .center_box .subtit_ri {
  width: 100%;
  height: auto;
  margin-top: 90px;
}
.ins_aboutzCon3 .center_box .subtit_ri * {
  color: #FFF;
  font-size: var(--font18);
  text-align: center;
}
.ins_aboutzCon3 .center_box .subtit_ri .title {
  position: relative;
  --cri_w: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutzCon3 .center_box .subtit_ri .title::after {
  content: '';
  position: absolute;
  width: var(--cri_w);
  height: var(--cri_w);
  border-radius: 50%;
  border: 2px dotted #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0.8;
  animation: run 80s linear infinite;
}
.ins_aboutzCon3 .center_box .subtit_ri .subtitle {
  margin-top: 10px;
}
.ins_aboutzCon3 .center_box .item_box {
  width: fit-content;
  height: auto;
  margin: auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: clamp(20px, 2.083vw, 40px);
  padding: 0 clamp(20px, 2.083vw, 40px);
  position: relative;
}
.ins_aboutzCon3 .center_box .item_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(clamp(calc(240 / 16 * 1rem), calc((240 / 16 * 1rem) + ((240 - 240) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(240 / 16 * 1rem)) + clamp(40px, 4.166vw, 80px));
  transform: translateY(calc(clamp(20px, 2.083vw, 40px) * -1));
  border: 1px dashed #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 1000px;
  opacity: 0.4;
}
.ins_aboutzCon3 .center_box .item_box .item {
  width: auto;
  height: auto;
  position: relative;
  z-index: 2;
  --color_bg: #233aa9;
  --text_color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutzCon3 .center_box .item_box .item .icon {
  width: clamp(calc(240 / 16 * 1rem), calc((240 / 16 * 1rem) + ((240 - 240) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(240 / 16 * 1rem));
  height: clamp(calc(240 / 16 * 1rem), calc((240 / 16 * 1rem) + ((240 - 240) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(240 / 16 * 1rem));
  background: var(--color_bg);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font18);
  color: var(--text_color);
}
.ins_aboutzCon3 .center_box .item_box .item:nth-child(2) {
  --color_bg: #87b7e3;
  --text_color: #FFF;
}
.ins_aboutzCon3 .center_box .item_box .item:nth-child(2) .line i::before {
  background-image: radial-gradient(#ffffff18, #87b7e3);
}
.ins_aboutzCon3 .center_box .item_box .item:nth-child(2) .line i::after {
  background: #87b7e3;
}
.ins_aboutzCon3 .center_box .item_box .item:nth-child(3) {
  --color_bg: #f5f5f5;
  --text_color: #233aa9;
}
.ins_aboutzCon3 .center_box .item_box .item .line {
  width: 0;
  height: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutzCon3 .center_box .item_box .item .line::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(clamp(calc(240 / 16 * 1rem), calc((240 / 16 * 1rem) + ((240 - 240) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(240 / 16 * 1rem)) / 2);
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutzCon3 .center_box .item_box .item .line i {
  position: absolute;
  z-index: 3;
  top: calc(clamp(calc(240 / 16 * 1rem), calc((240 / 16 * 1rem) + ((240 - 240) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(240 / 16 * 1rem)) / 4);
  transform: translateY(-1px) translateX(-0.2px);
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutzCon3 .center_box .item_box .item .line i::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background: #233aa9;
}
.ins_aboutzCon3 .center_box .item_box .item .line i::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 50%;
  background-image: radial-gradient(#ffffff18, #233aa9);
  animation: big_small 4s ease infinite;
}
.ins_aboutzCon3 .center_box .item_box .item .word {
  font-size: var(--font16);
  color: #FFF;
  max-width: 175px;
  margin-top: clamp(40px, 4.166vw, 80px);
}
.ins_aboutzCon3 .center_box .item_box .item .word * {
  font-size: var(--font16);
  color: #FFF;
}
@media (max-width:990px) {
  .ins_aboutzCon3 .center_box .item_box {
    display: none !important;
  }
}
.ins_aboutzCon3 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
  display: none;
}
.ins_aboutzCon3 .center_box .swiper_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  opacity: 0.4;
}
.ins_aboutzCon3 .center_box .swiper_box ul li {
  padding: 20px 10px;
  height: auto;
}
.ins_aboutzCon3 .center_box .swiper_box ul li .item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  --color_bg: #233aa9;
  --text_color: #FFF;
  background: var(--color_bg);
  padding: 30px 0;
  border-radius: 10px;
  padding: 40px 20px;
}
.ins_aboutzCon3 .center_box .swiper_box ul li .item .icon {
  font-size: 18px;
  color: var(--text_color);
}
.ins_aboutzCon3 .center_box .swiper_box ul li .item .word {
  font-size: 15px;
  color: var(--text_color);
  max-width: 100%;
  margin-top: 50px;
}
@media (max-width:990px) {
  .ins_aboutzCon3 .center_box {
    display: block !important;
  }
}
@media (max-width:990px) {
  .ins_aboutzCon3 {
    background-size: 100% !important;
    background-color: #000 !important;
  }
  .ins_aboutzCon3 .center_box {
    position: relative;
  }
  .ins_aboutzCon3 .center_box .ins_title {
    position: relative;
    top: unset !important;
    text-align: center;
  }
  .ins_aboutzCon3 .center_box .title_ri {
    margin-top: 30px;
    position: relative;
    display: none;
  }
  .ins_aboutzCon3 .center_box .title_ri .one {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ins_aboutzCon3 .center_box .title_ri .one img {
    display: none;
  }
  .ins_aboutzCon3 .center_box .title_ri .one span {
    position: relative;
    font-size: 18px;
  }
  .ins_aboutzCon3 .center_box .title_ri .tow {
    text-align: left;
  }
  .ins_aboutzCon3 .center_box .subtit_ri {
    margin-top: 10px;
    position: relative;
    display: none;
  }
  .ins_aboutzCon3 .center_box .subtit_ri * {
    text-align: left;
  }
  .ins_aboutzCon3 .center_box .subtit_ri .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 18px;
  }
  .ins_aboutzCon3 .center_box .subtit_ri .title::after {
    display: none !important;
  }
  .ins_aboutzCon3 .center_box .item_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 10px;
    gap: 10px;
  }
  .ins_aboutzCon3 .center_box .item_box::after {
    display: none;
  }
  .ins_aboutzCon3 .center_box .item_box .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 10px 20px;
    z-index: 1;
    position: relative;
  }
  .ins_aboutzCon3 .center_box .item_box .item::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 30px;
    border-radius: 50px;
    background: #FFF;
    opacity: 0.8;
  }
  .ins_aboutzCon3 .center_box .item_box .item .icon {
    width: 100% !important;
    height: auto;
    border-radius: 0;
    background: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 18px;
  }
  .ins_aboutzCon3 .center_box .item_box .item .line {
    display: none;
  }
  .ins_aboutzCon3 .center_box .item_box .item .word {
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }
  .ins_aboutzCon3 .center_box .swiper_box {
    display: block;
  }
}
.ins_aboutzCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: clamp(65px, 6.77vw, 130px);
  background: url(../images/about_bg3.png) no-repeat top center;
}
.ins_aboutzCon4 .w1680 {
  position: relative;
  z-index: 1;
}
.ins_aboutzCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutzCon4 .center_box .left_box_line .title {
  font-size: var(--font30);
  font-weight: 500;
}
.ins_aboutzCon4 .center_box .left_box_line .image {
  margin-top: clamp(20px, 2.083vw, 40px);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_aboutzCon4 .center_box .left_box_line .image .icon {
  width: auto;
  height: auto;
}
.ins_aboutzCon4 .center_box .left_box_line .image .word {
  width: 100%;
  height: auto;
  position: absolute;
  left: 38%;
  top: 20%;
}
.ins_aboutzCon4 .center_box .left_box_line .image .word * {
  font-size: var(--font30);
  color: var(--active-color);
  font-weight: 400;
  line-height: 1.3;
}
.ins_aboutzCon4 .center_box .left_box_line .image .word p:last-child {
  transform: translateX(2em);
}
.ins_aboutzCon4 .center_box .left_box_line .details {
  font-size: var(--font18);
  line-height: 1.6666;
  opacity: 0.8;
  max-width: 500px;
}
.ins_aboutzCon4 .center_box .righ_box_line {
  padding-bottom: 20px;
  position: relative;
}
.ins_aboutzCon4 .center_box .righ_box_line .top {
  width: 100%;
  height: auto;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box {
  max-width: 100%;
  margin: auto;
  margin-top: clamp(20px, 2.083vw, 40px);
  overflow: hidden;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li .item {
  width: auto;
  height: auto;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: clamp(15px, 1.5625vw, 30px);
}
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li .item .word_box .icon {
  font-size: var(--font24);
  color: #bfbfbf;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li .item .word_box .word {
  font-size: var(--font24);
  color: #bfbfbf;
  font-weight: 200;
  line-height: 1;
  margin-top: 15px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li .item .line {
  font-size: var(--font24);
  position: relative;
  top: 0.7em;
  width: clamp(30px, 3.125vw, 60px);
  height: 1px;
  background: #bfbfbf;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li:hover .item .icon,
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li:hover .item .word {
  color: #242424;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li.active .item .icon,
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li.active .item .word {
  color: #242424;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box ul li.active .item .line {
  background: #000000;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: clamp(15px, 1.5625vw, 30px);
  margin-top: clamp(20px, 2.083vw, 40px);
  display: none;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item {
  width: auto;
  height: auto;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: clamp(15px, 1.5625vw, 30px);
}
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item .word_box .icon {
  font-size: var(--font24);
  color: #bfbfbf;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item .word_box .word {
  font-size: var(--font24);
  color: #bfbfbf;
  font-weight: 200;
  line-height: 1;
  margin-top: 15px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item .line {
  font-size: var(--font24);
  position: relative;
  top: 0.7em;
  width: clamp(30px, 3.125vw, 60px);
  height: 1px;
  background: #bfbfbf;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item:hover .icon,
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item:hover .word {
  color: #242424;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item.active .icon,
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item.active .word {
  color: #242424;
}
.ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item.active .line {
  background: #000000;
}
.ins_aboutzCon4 .center_box .righ_box_line .content {
  width: 100%;
  height: auto;
}
.ins_aboutzCon4 .center_box .righ_box_line .content .swiper_word {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list {
  width: 100%;
  height: auto;
  margin-top: clamp(35px, 3.6vw, 70px);
  position: relative;
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, #00000000 10%, #ffffffe7 100%);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: clamp(35px, 3.6vw, 70px) 0;
  border-bottom: 1px solid #e5e5e5;
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item .left {
  width: 22.29%;
  flex-shrink: 0;
  font-size: var(--font24);
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item .right {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item .right .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item .right .one .icon {
  width: 50px;
  flex-shrink: 0;
  font-size: var(--font18);
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item .right .one .word {
  width: 100%;
  height: auto;
  font-size: var(--font18);
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item .right .one .word * {
  font-size: var(--font18);
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item:last-child {
  padding-bottom: 0;
  border: 0;
}
.ins_aboutzCon4 .center_box .righ_box_line .content .iten_list.active {
  display: block;
}
.ins_aboutzCon4 .image_bot {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  --translateY: 50%;
}
.ins_aboutzCon4 .image_bot img {
  transform: translateY(var(--translateY));
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (max-width:990px) {
  .ins_aboutzCon4 .center_box .righ_box_line .top .swiper_box {
    margin-top: 40px;
  }
  .ins_aboutzCon4 .center_box .left_box_line {
    position: relative;
  }
  .ins_aboutzCon4 .center_box .left_box_line .image {
    display: none;
  }
  .ins_aboutzCon4 .center_box .left_box_line .details {
    margin-top: 10px;
  }
  .ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item .word_box .icon {
    font-size: var(--font8);
  }
  .ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item .word_box .word {
    font-size: var(--font14);
  }
  .ins_aboutzCon4 .center_box .righ_box_line .top .item_box .item .line {
    width: 5px;
    height: 5px;
    position: relative;
    z-index: 1;
    top: 0.2em;
    border-radius: 50%;
  }
  .ins_aboutzCon4 .center_box .righ_box_line .content .iten_list {
    position: relative;
  }
  .ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
    position: relative;
  }
  .ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item .left {
    color: var(--active-color);
  }
  .ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item .right {
    gap: 10px;
  }
  .ins_aboutzCon4 .center_box .righ_box_line .content .iten_list .item .right .one .icon {
    width: 30px;
  }
  .ins_aboutzCon4 .center_box .righ_box_line::after {
    height: 200px;
  }
  .ins_aboutzCon4 .image_bot {
    --translateY: 0 !important;
  }
}
.ins_aboutzCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f5f5;
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(40px, 4.166vw, 80px);
}
.ins_aboutzCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutzCon5 .center_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutzCon5 .center_box .top_box .left {
  font-size: var(--font30);
  line-height: 1;
  font-weight: 500;
}
.ins_aboutzCon5 .center_box .top_box .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.ins_aboutzCon5 .center_box .top_box .right .swiper_btu {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #ededef;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ins_aboutzCon5 .center_box .top_box .right .swiper_btu i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transform: translateY(-15%) translateX(50%);
}
.ins_aboutzCon5 .center_box .top_box .right .swiper_btu i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_aboutzCon5 .center_box .top_box .right .swiper_btu i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--active-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_aboutzCon5 .center_box .top_box .right .swiper_btu.prev i {
  transform: rotate(180deg) translateY(-15%) translateX(50%);
}
.ins_aboutzCon5 .center_box .top_box .right .swiper_btu:hover {
  background: var(--active-color);
}
.ins_aboutzCon5 .center_box .top_box .right .swiper_btu:hover i::after {
  background: #FFF;
}
.ins_aboutzCon5 .center_box .top_box .right .swiper_btu:hover i::before {
  background: #FFF;
}
.ins_aboutzCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: clamp(30px, 3.125vw, 60px);
}
.ins_aboutzCon5 .center_box .swiper_box ul li .centerInfo .img {
  background: #f1f1f1;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutzCon5 .center_box .swiper_box ul li .centerInfo .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0.018;
}
.ins_aboutzCon5 .center_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 61.54%;
}
.ins_aboutzCon5 .center_box .swiper_box ul li .centerInfo .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
}
.ins_aboutzCon5 .center_box .swiper_box ul li .centerInfo .word {
  font-size: var(--font18);
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
}
@media (max-width:990px) {
  .ins_aboutzCon5 .center_box .top_box .right .swiper_btu {
    display: none !important;
  }
}
.ins_aboutzCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f5f5;
  padding-top: clamp(40px, 4.166vw, 80px);
  padding-bottom: clamp(65px, 6.77vw, 130px);
}
.ins_aboutzCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutzCon6 .center_box .title_box {
  font-size: var(--font30);
  line-height: 1;
  font-weight: 500;
  padding-bottom: 20px;
}
.ins_aboutzCon6 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: clamp(20px, 2.083vw, 40px);
}
.ins_aboutzCon6 .center_box .swiper_box ul {
  transition-timing-function: linear !important;
}
.ins_aboutzCon6 .center_box .swiper_box ul li .pb {
  background: #FFF;
  padding-bottom: 45%;
}
.ins_aboutzCon6 .center_box .swiper_box ul li .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width:990px) {
  .ins_aboutzCon6 .center_box .swiper_box {
    margin-top: 10px;
  }
  .ins_aboutzCon6 .center_box .swiper_box ul li .pb .ab img {
    min-width: 60px;
    object-fit: cover;
  }
}
/* --------------------------- */
/* --------------------------- */
