@charset "utf-8";
/* https://www.huahanlink.com/ */
/* 技术：小王 QQ：491813163  微信：18223904336 */
/* 公共响应变量 */
/* 初始化*/
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1900px) {
  html {
    font-size: calc(100vw / 22);
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width:1280px) {
  html {
    font-size: calc(100vw / 20);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 15);
  }
}
@media (max-width:480px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
body {
  min-height: 100%;
  font-family: "HONOR Sans CN", "Microsoft YaHei", "Microsoft YaHei UI", "SimSun", "SimHei", "Arial";
  font-size: 16px;
  color: #000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
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;
  display: block;
  cursor: pointer;
}
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;
}
/* 动画 */
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.dh {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 动画延迟 */
/* 比例 */
.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.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 旋转 */
/* input框点击搜索时背景没有颜色 */
input:-webkit-autofill {
  background: transparent;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: unset;
}
/* 不显示滚动条 */
.scrollbar_0 * {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.scrollbar_0 *::-webkit-scrollbar {
  display: none;
}
.center_box {
  position: relative;
  z-index: 5;
}
/* 媒体查询 缩写 */
/* 布局 */
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:990px) {
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mar_b {
  margin-bottom: 0 !important;
}
.mar_t {
  margin-top: 0 !important;
}
.pad_b {
  padding-bottom: 0 !important;
}
.pad_t {
  padding-top: 0 !important;
}
.h100 {
  height: 100%;
}
:root {
  /* COLOR */
  --active_color: #22B7B1;
  --color_fff: #ffffff;
  --color_text: #282828;
  --color_f6f: #f6f6f6;
  --color_f4f: #f4f4f4;
  --color_eee: #eeeeee;
  --color_ddd: #dddddd;
  --color_bbb: #bbbbbb;
  --color_999: #999999;
  --color_666: #666666;
  --color_444: #444444;
  --color_333: #333333;
  /* 字体大小 */
  /* --- font40以下 */
  --font12: clamp(12px, 0.12rem, 12px);
  --font14: clamp(12px, 0.14rem, 14px);
  --font16: clamp(13px, 0.16rem, 16px);
  --font17: clamp(13px, 0.17rem, 17px);
  --font18: clamp(14px, 0.18rem, 18px);
  --font20: clamp(15px, 0.2rem, 20px);
  --font22: clamp(16px, 0.22rem, 22px);
  --font24: clamp(17px, 0.24rem, 24px);
  --font26: clamp(18px, 0.26rem, 26px);
  --font28: clamp(18px, 0.28rem, 28px);
  --font30: clamp(20px, 0.3rem, 30px);
  --font32: clamp(20px, 0.32rem, 32px);
  --font34: clamp(22px, 0.34rem, 34px);
  --font36: clamp(22px, 0.36rem, 36px);
  --font38: clamp(24px, 0.38rem, 38px);
  /* --- font40 */
  --font40: clamp(23px, 0.4rem, 40px);
  --font42: clamp(24px, 0.42rem, 42px);
  --font44: clamp(24px, 0.44rem, 44px);
  --font46: clamp(25px, 0.46rem, 46px);
  --font48: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50: clamp(28px, 0.5rem, 50px);
  --font52: clamp(28px, 0.52rem, 52px);
  --font54: clamp(28px, 0.54rem, 54px);
  --font56: clamp(28px, 0.56rem, 56px);
  --font58: clamp(29px, 0.58rem, 58px);
  /* --- font60 */
  --font60: clamp(28px, 0.6rem, 60px);
  --font64: clamp(28px, 0.66rem, 64px);
  --font66: clamp(30px, 0.66rem, 66px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 0.7rem, 70px);
  --font72: clamp(32px, 0.72rem, 72px);
  --font80: clamp(32px, 0.8rem, 80px);
  --font96: 0.96rem;
  --font100: 1rem;
  --font120: 1.2rem;
  --font128: 1.28rem;
  --font160: 1.6rem;
}
/* 公共字体 */
.font12 {
  font-size: var(--font12);
}
.font14 {
  font-size: var(--font14);
}
.font16 {
  font-size: var(--font16);
}
.font18 {
  font-size: var(--font18);
}
.font20 {
  font-size: var(--font20);
}
.font22 {
  font-size: var(--font22);
}
.font24 {
  font-size: var(--font24);
}
.font26 {
  font-size: var(--font26);
}
.font28 {
  font-size: var(--font28);
}
.font30 {
  font-size: var(--font30);
}
.font32 {
  font-size: var(--font32);
}
.font34 {
  font-size: var(--font34);
}
.font36 {
  font-size: var(--font36);
}
.font38 {
  font-size: var(--font38);
}
.font40 {
  font-size: var(--font40);
}
.font42 {
  font-size: var(--font42);
}
.font44 {
  font-size: var(--font44);
}
.font46 {
  font-size: var(--font46);
}
.font48 {
  font-size: var(--font48);
}
.font50 {
  font-size: var(--font50);
}
.font52 {
  font-size: var(--font52);
}
.font54 {
  font-size: var(--font54);
}
.font56 {
  font-size: var(--font56);
}
.font58 {
  font-size: var(--font58);
}
.font60 {
  font-size: var(--font60);
}
.font64 {
  font-size: var(--font64);
}
.font66 {
  font-size: var(--font66);
}
.font72 {
  font-size: var(--font72);
}
.font70 {
  font-size: var(--font70);
}
.font80 {
  font-size: var(--font80);
}
.font100 {
  font-size: var(--font100);
}
.font120 {
  font-size: var(--font120);
}
.font128 {
  font-size: var(--font128);
}
.font160 {
  font-size: var(--font160);
}
.font96 {
  font-size: var(--font96);
}
.bg_ac {
  background: var(--active_color);
}
@media (max-width:990px) {
  .font128 {
    font-size: var(--font100);
  }
  .font64 {
    font-size: var(--font56);
  }
}
/* -------------------------------------------------------------------  字体 */
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSans-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSans-Normal.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSans-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSans-Semibold.ttf");
  font-weight: 500;
}
/* */
.container {
  width: 100%;
  max-width: 100%;
  padding: 0 3.541%;
  margin: 0 auto;
}
@media (max-width:990px) {
  .container {
    padding: 0 20px;
  }
}
main {
  width: 100%;
  height: auto;
  --header-height: 100px;
  font-family: "MiSans";
  color: #FFFFFF;
}
main.bg_0D0F16 {
  background: #0D0F16;
}
@media (max-width:990px) {
  main {
    --header-height: 50px;
  }
}
.idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.idx_more .more {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_more .more > span {
  font-size: var(--font20);
  font-weight: 200;
  letter-spacing: 1.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_more .more > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.idx_more .more > span::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(-100%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.idx_more .more img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0.56rem;
}
.idx_more .more:hover img {
  transform: rotate(40deg);
}
.idx_more .more:hover span::after {
  transform: translateX(100%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.idx_more .more:hover span::before {
  transform: translateX(0%);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.idx_title {
  width: 100%;
  height: auto;
}
.idx_title .t1 {
  line-height: 1.125;
  font-weight: 300;
  letter-spacing: 2px;
}
.idx_title .t2 {
  margin-top: 0.64rem;
  letter-spacing: 2.5px;
}
.idx_title .t3 {
  color: #999999;
  margin-top: 0.15rem;
  font-weight: 300;
  letter-spacing: 2.45px;
  line-height: 1.5;
}
.idx_title .t3 p {
  color: #999999;
}
@-webkit-keyframes reveal3 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    background-color: transparent;
    transform: translateY(0px);
  }
}
@keyframes reveal3 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
    background-color: transparent;
  }
}
.reveal3 {
  -webkit-animation-name: reveal3;
  animation-name: reveal3;
}
.reveal {
  overflow: hidden;
}
.reveal span {
  opacity: 0;
  display: inline-block;
}
.c_til {
  overflow: hidden;
}
.c_til span {
  display: inline-block;
  opacity: 0;
}
.c_til.active span {
  animation: reveal3 0.5s forwards;
}
/* --------------------------------------------------------------- 锚点 */
.locate_item {
  width: 100%;
  height: 0;
}
.box_info {
  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;
}
@media (max-width:990px) {
  .box_info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .box_info .left_box,
  .box_info .right_box {
    width: 100% !important;
    height: auto;
  }
}
/* --------------------------------------------------------------- 手机端轮播图分页器 */
.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: 5px;
    margin-top: 30px;
  }
  .idxPageHide span {
    width: 5px;
    height: 5px;
    opacity: 0.5;
    background: #FFF;
  }
  .idxPageHide .swiper-pagination-bullet-active {
    background: var(--active_color);
    opacity: 1;
  }
}
/* --------------------------------------------------------------- PC和手机端 轮播图分页器 */
.idxPageShow {
  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;
  grid-gap: var(--num_15);
}
.idxPageShow span {
  width: 9px;
  height: 9px;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color);
}
/* ---------------------------------------------------------------  */
/* ---------------------------------------------------------------  */
.idx_bannera {
  width: 100%;
  height: 200vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: #0D0F16;
}
.idx_bannera .contentMask {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.idx_bannera .contentMask .maskBbox {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  --number: 5%;
  pointer-events: none;
  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_bannera .contentMask .maskBbox::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_bannera .contentMask .maskBbox .svgBox {
  position: absolute;
  background: none;
  width: 23.6%;
  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;
  --scale: 1;
  transform: scale(var(--scale)) translateY(-0.1%);
}
.idx_bannera .contentMask .maskBbox .svgBox img {
  animation: run 15s linear;
}
.idx_bannera .contentMask .maskBbox .round {
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(var(--number) at 50% 50%);
  clip-path: circle(var(--number) at 50% 50%);
}
.idx_bannera .contentMask .maskBbox .round img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_bannera .contentMask .swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.idx_bannera .contentMask .swiper_box ul li {
  width: 100%;
  height: 100%;
}
.idx_bannera .contentMask .swiper_box ul li .images_w100 {
  width: 100%;
  height: 100%;
}
.idx_bannera .contentMask .swiper_box ul li .images_w100 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner {
  width: 100%;
  height: 300vh;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: #0D0F16;
}
.idx_banner .contentMask {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.idx_banner .contentMask .swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.idx_banner .contentMask .swiper_box ul li {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_banner .contentMask .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 3rem;
  z-index: 10;
}
.idx_banner .contentMask .swiper_box ul li .centerInfo .word_box {
  width: 100%;
  height: auto;
  padding-left: 25.2%;
  position: relative;
  z-index: 1;
}
.idx_banner .contentMask .swiper_box ul li .centerInfo .word_box .t1 {
  font-size: var(--font18);
  color: #FFFFFF;
  font-weight: 200;
}
.idx_banner .contentMask .swiper_box ul li .centerInfo .word_box .t2 {
  font-size: 0.96rem;
  color: #FFFFFF;
  line-height: 1.16;
  margin-top: 0.24rem;
}
.idx_banner .contentMask .swiper_box ul li.swiper-slide-active .centerInfo .word_box .reveal span {
  animation: reveal3 0.5s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: inline-block;
}
.idx_banner .contentMask .swiper_box ul li .images_w100 {
  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;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.idx_banner .contentMask .swiper_box ul li .images_w100::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #0D0F16 10%, #00000000);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .contentMask .swiper_box ul li .images_w100 img {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
}
.idx_banner .contentMask .content_box {
  width: 100%;
  height: auto;
  z-index: 10;
  position: absolute;
  bottom: 60px;
}
.idx_banner .contentMask .content_box .more_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;
}
.idx_banner .contentMask .content_box .more_box .swiperBox {
  width: fit-content;
  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_banner .contentMask .content_box .more_box .swiperBox .activeIcon {
  width: 0.36rem;
  min-width: 28px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .contentMask .content_box .more_box .swiper_item {
  width: fit-content;
  height: 30px;
}
.idx_banner .contentMask .content_box .more_box .swiper_item ul li {
  width: 100%;
  height: auto;
}
.idx_banner .contentMask .content_box .more_box .swiper_item ul li .centerInfo {
  color: #FFFFFF;
  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;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .contentMask .content_box .more_box .swiper_item ul li .centerInfo .word {
  letter-spacing: 1px;
  font-size: var(--font14);
  position: relative;
  z-index: 1;
}
.idx_banner .contentMask .content_box .more_box .swiper_item ul li .centerInfo .word::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: translateY(2px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .contentMask .content_box .more_box .swiper_item ul li.swiper-slide-prev .centerInfo {
  opacity: 0.4;
}
.idx_banner .contentMask .content_box .more_box .swiper_item ul li.swiper-slide-next .centerInfo {
  opacity: 0.4;
}
.idx_banner .contentMask .content_box .more_box .swiper_item ul li.swiper-slide-active {
  z-index: 20;
}
.idx_banner .contentMask .content_box .more_box .swiper_item ul li.swiper-slide-active .centerInfo {
  opacity: 1;
}
.idx_banner .contentMask .content_box .more_box .swiper_item ul li.swiper-slide-active .centerInfo .word::after {
  opacity: 0.6;
}
.idx_banner .contentMask .content_box .bannerMore {
  width: fit-content;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_banner .contentMask .content_box .bannerMore .more {
  width: 2.8rem;
  height: 2.8rem;
  background: #00000099;
  border-radius: 50%;
  z-index: 1;
}
.idx_banner .contentMask .content_box .bannerMore .round {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 110%;
  animation: run 20s linear infinite;
}
.idx_banner .contentMask .content_box .bannerMore .word_box {
  width: fit-content;
  max-width: 50%;
  position: absolute;
  z-index: 3;
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.idx_banner .contentMask .content_box .bannerMore .word_box .word {
  color: #FFFFFF;
}
.idx_banner .contentMask .content_box .bannerMore .word_box .word p {
  color: #FFFFFF;
  font-size: var(--font18);
  line-height: 1.3;
  font-weight: 200;
}
.idx_banner .contentMask .content_box .bannerMore .word_box .icon {
  margin-top: 0.3rem;
}
.idx_banner .contentMask .maskBbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  --number: 5%;
  pointer-events: none;
  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_banner .contentMask .maskBbox::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .contentMask .maskBbox .svgBox {
  position: absolute;
  background: none;
  width: 23.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;
  --scale: 1;
  transform: scale(var(--scale)) translateY(0%) translateX(0.1%);
}
.idx_banner .contentMask .maskBbox .svgBox img {
  animation: run 15s linear;
}
.idx_banner .contentMask .maskBbox .round {
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(var(--number) at 50% 50%);
  clip-path: circle(var(--number) at 50% 50%);
  overflow: hidden;
}
.idx_banner .contentMask .maskBbox .round::after {
  content: '';
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #0D0F16 10%, #00000000);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .contentMask .maskBbox .round .img {
  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;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_banner .contentMask .maskBbox .round .img img {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
}
.idx_banner .contentMask .maskBbox .round .img.active {
  opacity: 1;
}
@media (max-width:990px) {
  .idx_banner {
    height: 90vh;
  }
  .idx_banner .contentMask {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .idx_banner .contentMask .swiper_box ul li .centerInfo {
    z-index: 10;
  }
  .idx_banner .contentMask .swiper_box ul li .centerInfo .word_box {
    padding-left: 0;
    text-align: center;
  }
  .idx_banner .contentMask .swiper_box ul li .images_w100 {
    transform: scale(1) !important;
  }
  .idx_banner .contentMask .maskBbox {
    display: none !important;
  }
}
.idx_product {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 0.8rem;
  background: #0D0F16;
}
.idx_product::after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, #0D0F16 3%, #00000000);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_product::before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #0D0F16 3%, #00000000);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_product .container {
  position: relative;
  z-index: 6;
}
.idx_product .center_box {
  width: 100%;
  height: auto;
  min-height: 100vh;
}
.idx_product .center_box * {
  color: #FFFFFF;
}
.idx_product .center_box .word_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  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;
  padding-top: 2.5rem;
  padding-right: 12.38%;
}
.idx_product .center_box .word_box .idx_title {
  max-width: 28%;
}
.idx_product .center_box .word_box .idx_title .t3,
.idx_product .center_box .word_box .idx_title .t3 * {
  color: #999999;
}
.idx_product .center_box .videoBox {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
  padding-left: 25.2%;
  position: relative;
  z-index: 1;
}
.idx_product .center_box .videoBox .video {
  max-width: 20%;
  cursor: pointer;
  height: auto;
}
.idx_product .center_box .videoBox .video .icon {
  width: 0.96rem;
  height: 0.96rem;
  background: #FFFFFF;
  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;
  min-width: 60px;
  min-height: 60px;
}
.idx_product .center_box .videoBox .video .icon i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 29px;
  border-color: transparent transparent transparent #000000;
  transform: translateX(15%);
  display: block;
}
.idx_product .center_box .videoBox .video .t1 {
  color: #999999;
  font-weight: 300;
  line-height: calc(28 / 24);
  margin-top: 0.24rem;
}
.idx_product .bg_box {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: -1;
  top: 0;
}
.idx_product .bg_box .balla {
  width: 63.385%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0D0F16;
  transform: translateY(-10%);
}
.idx_product .bg_box .balla .img {
  width: 100%;
  height: auto;
}
.idx_product .bg_box .balla .img img {
  width: 100%;
  height: auto;
}
.idx_product .bg_box .balla .one {
  position: absolute;
  top: -0.4%;
  left: 0.4%;
  mix-blend-mode: overlay;
  z-index: 4;
  opacity: 0.9;
}
.idx_product .bg_box .balla .tow {
  position: relative;
  z-index: 2;
}
.idx_product .bg_box .balla .thr {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.idx_product .bg_box .ballb {
  width: 50.2%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(40%) translateY(10%);
}
.idx_product .bg_box .ballb .pb .ab img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .idx_product .container {
    height: auto;
  }
  .idx_product .center_box {
    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: 1rem;
    padding: 1rem 0;
    height: auto;
    min-height: unset;
  }
  .idx_product .center_box .word_box {
    padding-right: 0;
  }
  .idx_product .center_box .word_box .idx_title {
    max-width: 100%;
  }
  .idx_product .center_box .videoBox {
    padding-left: 0;
    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;
  }
  .idx_product .center_box .videoBox .video {
    max-width: 50%;
    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: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .idx_product .bg_box .balla {
    width: 100%;
  }
  .idx_product .bg_box .ballb {
    width: 100%;
    top: 30%;
  }
}
.idx_solve {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1.6rem;
  --tx: 25.2%;
  overflow: hidden;
  background: #0D0F16;
}
.idx_solve * {
  color: #FFFFFF;
}
.idx_solve::before {
  content: '';
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solve::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, #0D0F16 3%, #00000000);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solve .container {
  position: relative;
  z-index: 2;
}
.idx_solve .container::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #0D0F16 10%, #00000000);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solve .center_box {
  width: 100%;
  height: auto;
}
.idx_solve .center_box .titleBox {
  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;
}
.idx_solve .center_box .titleBox .word_box {
  width: 25.2%;
  padding-top: 0.1rem;
}
.idx_solve .center_box .titleBox .word_box .t1 {
  color: #999999;
}
.idx_solve .center_box .titleBox .word_box .t1 p {
  color: #999999;
  line-height: 1.375;
}
.idx_solve .center_box .titleBox .idx_title {
  width: 74.8%;
}
.idx_solve .center_box .solveContent {
  width: 100%;
  height: 180vh;
  position: relative;
  z-index: 1;
  padding-bottom: 0.86rem;
}
.idx_solve .center_box .solveContent .maskBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0.8rem;
}
.idx_solve .center_box .solveContent .maskBox .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
  transform: translateX(var(--tx));
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item {
  width: 100%;
  height: auto;
  background: #15181d9a;
  backdrop-filter: blur(15px);
  padding: 0.6rem;
  padding-top: 0.4rem;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
  z-index: 1;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .number {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 2;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .number .icon {
  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;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .number .icon span {
  font-size: var(--font18);
  color: #999999;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .number .num {
  width: 100%;
  height: auto;
  margin-top: 1.6rem;
  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;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .number .num img {
  width: 0.63rem;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .number .num .nBox {
  width: auto;
  height: auto;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: -4px;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .word {
  width: 100%;
  height: auto;
  padding-top: 0.6rem;
  font-size: var(--font24);
  color: #999999;
  position: relative;
  z-index: 2;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .word::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  opacity: 0.12;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .word * {
  color: #999999;
}
.idx_solve .center_box .solveContent .maskBox .item_box .item .imgBg {
  width: 57.8%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.idx_solve .center_box .solveContent .maskBox .idx_more {
  margin-top: 0.64rem;
  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;
  max-width: 67%;
}
.idx_solve .images_w100 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.idx_solve .images_w100 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width:990px) {
  .idx_solve {
    padding-bottom: 0.4rem;
  }
  .idx_solve .center_box .titleBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .idx_solve .center_box .titleBox .word_box,
  .idx_solve .center_box .titleBox .idx_title {
    width: 100%;
    height: auto;
  }
  .idx_solve .center_box .titleBox .word_box {
    width: 100%;
    height: auto;
  }
  .idx_solve .center_box .titleBox .word_box .t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 0.2rem;
  }
  .idx_solve .center_box .titleBox .idx_title {
    margin-top: 0.8rem;
  }
  .idx_solve .center_box .solveContent {
    width: 100%;
    height: auto;
  }
  .idx_solve .center_box .solveContent .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .idx_solve .center_box .solveContent .maskBox .item_box {
    width: 100%;
    height: auto;
    transform: translateX(0);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .idx_solve .center_box .solveContent .maskBox .item_box .item .number .num {
    margin-top: 0.4rem;
  }
  .idx_solve .center_box .solveContent .maskBox .item_box .item .number .num span {
    font-size: 0.8rem;
  }
  .idx_solve .images_w100 {
    width: 100%;
    height: 100%;
  }
  .idx_solve .images_w100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.idx_proImg {
  width: 100%;
  height: 300vh;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: #0D0F16;
  --rotate: 0deg;
}
.idx_proImg .maskBox {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 2rem 0;
}
.idx_proImg .maskBox .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.idx_proImg .maskBox .center_box {
  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;
}
.idx_proImg .maskBox .center_box * {
  color: #FFFFFF;
}
.idx_proImg .maskBox .center_box .word_box {
  width: 25.2%;
}
.idx_proImg .maskBox .center_box .word_box .idx_title {
  width: 100%;
  height: auto;
}
.idx_proImg .maskBox .center_box .word_box .idx_title .t1 {
  letter-spacing: 7px;
}
.idx_proImg .maskBox .center_box .word_box .idx_title .t2 {
  margin-top: 0.24rem;
  font-weight: 200;
  letter-spacing: 1px;
}
.idx_proImg .maskBox .center_box .word_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.idx_proImg .maskBox .center_box .word_box .idx_more .more {
  font-weight: 200;
}
.idx_proImg .maskBox .center_box .swiper_box {
  width: 50.55%;
  position: relative;
  z-index: 3;
}
.idx_proImg .maskBox .center_box .swiper_box ul {
  transition-timing-function: linear !important;
}
.idx_proImg .maskBox .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition-timing-function: linear !important;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo {
  height: 100%;
  position: relative;
  z-index: 1;
  transform: translateY(0);
  width: 100%;
  margin: auto;
  cursor: pointer;
  pointer-events: initial;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: var(--bgImg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 63.2%;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo .images .pb .ab {
  transform-origin: bottom center;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo .word {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: auto;
  opacity: 0;
  font-weight: 300;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  letter-spacing: 2px;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo .click {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo .click .lbox {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo .click .rbox {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo.activel {
  transform: rotateX(3deg) rotateY(9deg) translateX(10px);
}
.idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo.activer {
  transform: rotateX(-3deg) rotateY(-9deg) translateX(-10px);
}
.idx_proImg .maskBox .center_box .swiper_box ul li.swiper-slide-prev {
  opacity: 1 !important;
  position: relative;
  z-index: 2;
}
.idx_proImg .maskBox .center_box .swiper_box ul li.swiper-slide-prev .centerInfo {
  transform: translateY(calc((100% + 40px) * -1));
  width: 83.7%;
  margin: 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-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.idx_proImg .maskBox .center_box .swiper_box ul li.swiper-slide-next {
  opacity: 1 !important;
  position: relative;
  z-index: 2;
}
.idx_proImg .maskBox .center_box .swiper_box ul li.swiper-slide-next .centerInfo {
  transform: translateY(calc((100% + 40px) * 1));
  width: 83.7%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.idx_proImg .maskBox .center_box .swiper_box ul li.swiper-slide-active {
  z-index: 20;
}
.idx_proImg .maskBox .center_box .swiper_box ul li.swiper-slide-active .centerInfo {
  z-index: 20;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.idx_proImg .maskBox .center_box .swiper_box ul li.swiper-slide-active .centerInfo .word {
  opacity: 1;
}
.idx_proImg .maskBox .center_box .images_box {
  width: 24.25%;
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img {
  width: 87%;
  height: auto;
  position: relative;
  z-index: 2;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li {
  width: 100%;
  height: auto;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li .centerInfo {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li .centerInfo .pb {
  padding-bottom: 150%;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img 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;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li .centerInfo .pb .ab img {
  width: 100%;
  height: auto;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li.swiper-slide-prev {
  opacity: 1 !important;
  position: relative;
  z-index: 1;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li.swiper-slide-prev .centerInfo {
  transform: translateY(calc(100% * -1)) translateX(100%) scale(0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li.swiper-slide-next {
  opacity: 1 !important;
  position: relative;
  z-index: 1;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li.swiper-slide-next .centerInfo {
  transform: translateY(calc(100% * 1)) translateX(100%) scale(0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li.swiper-slide-active {
  z-index: 20;
}
.idx_proImg .maskBox .center_box .images_box .swiper_img ul li.swiper-slide-active .centerInfo {
  z-index: 20;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.idx_proImg .maskBox .center_box .images_box .lineBox {
  position: absolute;
  z-index: 1;
  width: 190.638%;
  left: 54%;
  height: auto;
}
.idx_proImg .maskBox .center_box .images_box .lineBox .pb {
  transform: rotate(var(--rotate));
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_proImg .maskBox .center_box .images_box .lineBox .pb .ab img {
  width: 100%;
  height: auto;
}
.idx_proImg .maskBox .center_box .images_box .lineBox .imgBg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 39%;
  height: auto;
  transform: translateY(-48%);
  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_proImg .maskBox .center_box .images_box .lineBox .imgBg img {
  width: 100%;
  height: auto;
}
.idx_proImg .maskBox .bgImg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50.3%;
}
.idx_proImg .maskBox .bgImg img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .idx_proImg {
    height: auto;
  }
  .idx_proImg .container {
    height: 100%;
  }
  .idx_proImg .maskBox {
    padding: calc(var(--header-height) + 20px) 0;
    padding-bottom: 0.5rem;
    position: relative;
    z-index: 1;
    height: auto;
  }
  .idx_proImg .maskBox .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .idx_proImg .maskBox .center_box .word_box,
  .idx_proImg .maskBox .center_box .swiper_box,
  .idx_proImg .maskBox .center_box .images_box {
    width: 100%;
    overflow: hidden;
  }
  .idx_proImg .maskBox .center_box .images_box .swiper_img {
    width: 100%;
    height: auto;
  }
  .idx_proImg .maskBox .center_box .images_box .swiper_img ul li .centerInfo {
    transform: translateY(0) translateX(0) scale(1) !important;
  }
  .idx_proImg .maskBox .center_box .images_box .swiper_img ul li .centerInfo .pb {
    padding-bottom: 50%;
  }
  .idx_proImg .maskBox .center_box .images_box .swiper_img ul li .centerInfo .pb .ab img {
    width: auto;
    height: auto;
  }
  .idx_proImg .maskBox .center_box .swiper_box {
    margin-top: 1rem;
  }
  .idx_proImg .maskBox .center_box .word_box .idx_more {
    margin-top: 0.4rem;
  }
  .idx_proImg .maskBox .center_box .images_box .lineBox .pb {
    opacity: 0;
  }
  .idx_proImg .maskBox .center_box .swiper_box ul li .centerInfo {
    width: 100% !important;
  }
}
.idx_case {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #0D0F16;
  --translateX: 20%;
}
.idx_case * {
  color: #FFFFFF;
}
.idx_case .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding-top: 1.8rem;
}
.idx_case .center_box .idx_title {
  width: 100%;
  height: auto;
}
.idx_case .center_box .idx_title .t1 {
  letter-spacing: 7px;
}
.idx_case .center_box .idx_title .t2 {
  margin-top: 0.24rem;
  font-weight: 200;
}
.idx_case .center_box .idx_title .idx_more {
  margin-top: 0.8rem;
}
.idx_case .images_w100 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_case .images_w100 .img_bg {
  width: 100%;
  height: auto;
}
.idx_case .images_w100 .img_bg img {
  width: 100%;
  height: auto;
}
.idx_case .images_w100 .img_pr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(var(--translateX));
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (max-width:990px) {
  .idx_case .center_box {
    position: relative;
    z-index: 1;
  }
  .idx_case .center_box .idx_title .idx_more {
    margin-top: 0.4rem;
  }
  .idx_case .images_w100 {
    margin-top: 0.8rem;
  }
}
/* ---------------------------------------------------------------  */
/* ---------------------------------------------------------------  */
/* ---------------------------------------------------------------  */
/* 内页 */
/* ---------------------------------------------------------------  */
.ins_navBox {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_navBox .center_box {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
}
.ins_navBox .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.ins_navBox .center_box .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.ins_navBox .center_box .item_box .item {
  width: 100%;
  height: 0.95rem;
  min-height: 60px;
  background: #000000;
  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;
  color: #FFFFFF;
  font-weight: 300;
  gap: 0.17rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: var(--font24);
}
.ins_navBox .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_navBox .center_box .item_box .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #FFF;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.ins_navBox .center_box .item_box .item img {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_navBox .center_box .item_box .item.active img {
  opacity: 1;
}
.ins_navBox .center_box .item_box .item.active::before {
  width: 100%;
}
.ins_navBox .center_box .item_box .item:hover img {
  opacity: 1;
}
.ins_navBox .center_box .item_box .item:last-child::after {
  display: none;
}
.wowUp {
  opacity: 0;
}
/* 内页 banner */
.ins_banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ins_banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  height: 54%;
  opacity: 0.8;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.ins_banner .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  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;
  padding-bottom: 1.55rem;
}
.ins_banner .center_box .word_box {
  width: 100%;
  height: auto;
}
.ins_banner .center_box .word_box .t1 {
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.2;
}
.ins_banner .center_box .word_box .t2 {
  color: #FFFFFF;
  font-weight: 200;
  margin-top: 0.3rem;
  letter-spacing: 0.02rem;
}
.ins_banner .center_box.centerBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0;
}
.ins_banner .images_w100 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_banner .images_w100 img {
  width: 100%;
  height: auto;
}
.ins_banner .images_w100 .wap {
  min-height: 500px;
  object-fit: cover;
}
.ins_banner[noneBg]::after {
  display: none;
}
@media (max-width:990px) {
  .ins_banner .center_box .word_box .t1 {
    font-size: var(--font80);
  }
  .ins_banner[noneBg]::after {
    display: block !important;
  }
}
/* --------------------------------------------------------------- 关于我们 - 关于我们  */
.ins_aboutCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 1.6rem;
}
.ins_aboutCon1 .title_box {
  width: 40.15625%;
  color: #FFFFFF;
  margin: auto;
  position: relative;
  z-index: 2;
}
.ins_aboutCon1 .title_box .t1 {
  font-weight: 200;
  color: var(--color_999);
  width: 38%;
  line-height: 1.33;
}
.ins_aboutCon1 .title_box .t2 {
  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;
  letter-spacing: 0.05rem;
  line-height: calc(85 / 64);
}
.ins_aboutCon1 .content {
  width: 100%;
  height: 250vh;
  margin-top: 0.4rem;
  position: relative;
  z-index: 3;
}
.ins_aboutCon1 .content .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 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_aboutCon1 .content .maskBox .images {
  width: 40.15625%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.ins_aboutCon1 .content .maskBox .images img {
  width: 100%;
  height: 105%;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
}
.ins_aboutCon1 .content .word_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #FFFFFF;
  padding-top: 1.55rem;
}
.ins_aboutCon1 .content .word_box .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .content .word_box .center_box .conBox {
  width: 100%;
  height: auto;
  max-width: 37.3%;
}
.ins_aboutCon1 .content .word_box .center_box .conBox .word {
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-weight: 200;
  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: 0.15rem;
}
.ins_aboutCon1 .content .word_box .center_box .conBox .item_box {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem 0.04rem;
  max-width: 81.1%;
}
.ins_aboutCon1 .content .word_box .center_box .conBox .item_box .item {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .content .word_box .center_box .conBox .item_box .item .number {
  width: 100%;
  height: auto;
  font-size: var(--font40);
  line-height: calc(80/40);
}
.ins_aboutCon1 .content .word_box .center_box .conBox .item_box .item .number span {
  font-size: var(--font80);
  line-height: calc(80/80);
  font-weight: 500;
}
.ins_aboutCon1 .content .word_box .center_box .conBox .item_box .item .word {
  font-size: var(--font24);
  line-height: 1;
}
.ins_aboutCon1 .maskBoxImg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width:990px) {
  .ins_aboutCon1 .title_box {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .ins_aboutCon1 .title_box .t1 {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon1 .content {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon1 .content .maskBox {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    z-index: 1;
  }
  .ins_aboutCon1 .content .maskBox .images {
    width: 100%;
    height: 100%;
  }
  .ins_aboutCon1 .content .maskBox .images img {
    width: 100%;
    height: 100%;
  }
  .ins_aboutCon1 .content .word_box {
    position: relative;
    z-index: 1;
  }
  .ins_aboutCon1 .content .word_box .center_box .conBox {
    max-width: 100%;
  }
  .ins_aboutCon1 .content .word_box .center_box .conBox .item_box {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.ins_aboutCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 1.6rem;
}
.ins_aboutCon2 .cont1 {
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.ins_aboutCon2 .cont1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .cont1 .center_box .idx_title {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .cont1 .center_box .idx_title .left_box {
  width: 19%;
}
.ins_aboutCon2 .cont1 .center_box .idx_title .right_box {
  width: 62.634%;
  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: 0.8rem;
}
.ins_aboutCon2 .cont1 .center_box .idx_title .right_box .item {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 1;
}
.ins_aboutCon2 .cont1 .center_box .idx_title .right_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon2 .cont1 .center_box .idx_title .right_box .item .wordBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.175rem;
  letter-spacing: 0.0192rem;
  font-weight: 200;
  color: #999999;
}
.ins_aboutCon2 .cont1 .center_box .idx_title .right_box .item .subtitle {
  width: 100%;
  height: auto;
  font-weight: 200;
  letter-spacing: 0.0256rem;
  margin-top: 0.36rem;
}
.ins_aboutCon2 .cont1 .center_box .idx_title .right_box .item:last-child {
  padding-bottom: 0;
}
.ins_aboutCon2 .cont1 .center_box .idx_title .right_box .item:last-child::after {
  display: none;
}
.ins_aboutCon2 .cont2 {
  width: 100%;
  height: auto;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin-top: 1.6rem;
  padding-top: 1.73rem;
  padding-bottom: 1.27rem;
}
.ins_aboutCon2 .cont2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .cont2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  max-width: 22%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 0.6rem;
}
.ins_aboutCon2 .cont2 .center_box .swiper_box::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 20px 11px;
  border-color: transparent transparent #22B7B1 transparent;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
}
.ins_aboutCon2 .cont2 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .cont2 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  padding: 0 0.48rem;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_aboutCon2 .cont2 .center_box .swiper_box ul li .centerInfo .t1 {
  letter-spacing: 0.055rem;
}
.ins_aboutCon2 .cont2 .center_box .swiper_box ul li .centerInfo .t2 {
  margin-top: 0.15rem;
  font-weight: 200;
  height: calc(3em * 1.3);
  line-height: 1.3;
  overflow: auto;
  letter-spacing: 0.02rem;
}
.ins_aboutCon2 .cont2 .center_box .swiper_box ul li.swiper-slide-active .centerInfo {
  opacity: 1;
}
@media (max-width:990px) {
  .ins_aboutCon2 .cont2 .center_box .swiper_box {
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .ins_aboutCon2 .cont2 .center_box .swiper_box ul li .centerInfo {
    padding-left: 0;
  }
}
.ins_aboutCon2 .cont2 .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ins_aboutCon2 .cont2 .images_bg img {
  width: 100%;
  height: 100%;
}
@media (max-width:990px) {
  .ins_aboutCon2 .cont2 {
    padding-top: 0;
  }
}
@keyframes grow3 {
  0% {
    transform: scale(0) skewY(-26deg) skewX(52deg);
    opacity: 0.3;
  }
  100% {
    transform: scale(3) skewY(-26deg) skewX(52deg);
    opacity: 0;
  }
}
@keyframes line1 {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.ins_aboutCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 1.4rem;
  padding-bottom: 1.75rem;
}
.ins_aboutCon3 .center_box {
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.ins_aboutCon3 .center_box .left_box {
  width: 21%;
  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-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutCon3 .center_box .left_box .t2 {
  width: 76%;
  font-weight: 200;
}
.ins_aboutCon3 .center_box .right_box {
  width: 76.11%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon3 .center_box .right_box .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_aboutCon3 .center_box .right_box .item_box .item {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  z-index: 2;
  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_aboutCon3 .center_box .right_box .item_box .item::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: center center;
  animation: grow3 5s linear infinite;
}
.ins_aboutCon3 .center_box .right_box .item_box .item::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: center center;
  animation: grow3 8s linear infinite;
}
.ins_aboutCon3 .center_box .right_box .item_box .item .icon {
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon3 .center_box .right_box .item_box .item .icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  transform: skewY(-26deg) skewX(52deg);
}
.ins_aboutCon3 .center_box .right_box .svgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ins_aboutCon3 .center_box .right_box .svgBox svg {
  width: 100%;
}
.ins_aboutCon3 .center_box .right_box .svgBox svg path {
  animation: line1 30s linear infinite;
}
.ins_aboutCon3 .center_box .right_box .aircraftBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ins_aboutCon3 .center_box .right_box .aircraftBox .item {
  width: 0;
  height: 0;
  background: darkred;
  position: relative;
}
.ins_aboutCon3 .center_box .right_box .aircraftBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.22rem;
  height: 0.11rem;
  background: url(../images/feiji.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(80%);
}
.ins_aboutCon3 .center_box .right_box .word {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: var(--font16);
  width: fit-content;
  color: #687070;
}
@media (max-width:990px) {
  .ins_aboutCon3 {
    padding-bottom: 0;
  }
  .ins_aboutCon3 .center_box .right_box {
    margin-top: 1rem;
  }
}
/* --------------------------------------------------------------- 关于我们 - 加入我们  */
.ins_aboutJoinUsCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 1.6rem;
}
.ins_aboutJoinUsCon1 .cont1 {
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.ins_aboutJoinUsCon1 .cont1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon1 .cont1 .center_box .idx_title {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon1 .cont1 .center_box .idx_title .left_box {
  width: 19%;
}
.ins_aboutJoinUsCon1 .cont1 .center_box .idx_title .right_box {
  width: 62.634%;
  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: 0.8rem;
}
.ins_aboutJoinUsCon1 .cont1 .center_box .idx_title .right_box .item {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 1;
}
.ins_aboutJoinUsCon1 .cont1 .center_box .idx_title .right_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutJoinUsCon1 .cont1 .center_box .idx_title .right_box .item .wordBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.175rem;
  letter-spacing: 0.0192rem;
  font-weight: 200;
  color: #999999;
}
.ins_aboutJoinUsCon1 .cont1 .center_box .idx_title .right_box .item .subtitle {
  width: 100%;
  height: auto;
  font-weight: 200;
  letter-spacing: 0.0256rem;
  margin-top: 0.36rem;
}
.ins_aboutJoinUsCon1 .cont1 .center_box .idx_title .right_box .item:last-child {
  padding-bottom: 0;
}
.ins_aboutJoinUsCon1 .cont1 .center_box .idx_title .right_box .item:last-child::after {
  display: none;
}
.ins_aboutJoinUsCon1 .cont2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 6;
  overflow: hidden;
  margin-top: 1.6rem;
}
.ins_aboutJoinUsCon1 .cont2 .images_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutJoinUsCon1 .cont2 .images_box img {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon1 .cont2 .content1 {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon1 .cont2 .content1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon1 .cont2 .content1 .center_box .images_item {
  width: 100%;
  height: auto;
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.65rem;
  overflow: hidden;
}
.ins_aboutJoinUsCon1 .cont2 .content1 .center_box .images_item .item {
  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;
  gap: 0.65rem;
  position: relative;
  z-index: 1;
}
.ins_aboutJoinUsCon1 .cont2 .content1 .center_box .images_item .item .images {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon1 .cont2 .content1 .center_box .images_item .item .images .pb {
  padding-bottom: 116.3%;
}
.ins_aboutJoinUsCon1 .cont2 .content1 .center_box .images_item .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutJoinUsCon1 .cont2 .content1 .center_box .images_item .tY70 {
  transform: translateY(70%);
}
.ins_aboutJoinUsCon1 .cont2 .content1 .center_box .images_item .mTop150 {
  margin-top: 1.5rem;
}
.ins_aboutJoinUsCon1 .cont2 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_aboutJoinUsCon1 .cont2 .maskBox .textBox {
  width: 100%;
  height: auto;
  padding: 1.6rem 0.64rem;
  color: #FFFFFF;
}
.ins_aboutJoinUsCon1 .cont2 .maskBox .textBox .t1 {
  line-height: 0.875;
  color: #FFFFFF;
}
.ins_aboutJoinUsCon1 .cont2 .maskBox .textBox .t2 {
  margin-top: 0.4rem;
  font-weight: 200;
  color: #FFFFFF;
}
.ins_aboutJoinUsCon1 .swiper_box {
  width: 100%;
  height: auto;
  display: none;
  padding: 0 20px;
  margin-top: 0.8rem;
}
.ins_aboutJoinUsCon1 .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon1 .swiper_box ul li .images {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon1 .swiper_box ul li .images .pb {
  padding-bottom: 116.3%;
}
.ins_aboutJoinUsCon1 .swiper_box ul li .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_aboutJoinUsCon1 .cont2 .images_box {
    display: none;
  }
  .ins_aboutJoinUsCon1 .cont2 .content1 {
    display: none;
  }
  .ins_aboutJoinUsCon1 .cont2 .maskBox {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }
  .ins_aboutJoinUsCon1 .cont2 .maskBox .textBox {
    padding: 0;
    margin-top: 1rem;
  }
  .ins_aboutJoinUsCon1 .swiper_box {
    display: block !important;
  }
}
.ins_aboutJoinUsCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 0.96rem;
  color: #FFFFFF;
  padding-bottom: 1.6rem;
}
.ins_aboutJoinUsCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon3 .center_box .ins_title {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon3 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
}
.ins_aboutJoinUsCon3 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #131C25;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .images {
  width: 50.7%;
  height: auto;
}
.ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .word_box {
  width: 49.3%;
  height: auto;
  padding: 0.32rem 0.4rem 0.32rem 0.56rem;
  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_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .word_box .word {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .word_box .word .time {
  font-weight: 200;
  color: #999999;
  letter-spacing: 0.02rem;
  font-size: var(--font16);
}
.ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .word_box .word .t1 {
  margin-top: 0.24rem;
  font-weight: 200;
  letter-spacing: 0.03rem;
}
.ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .word_box .idx_more {
  margin-top: 0.3rem;
}
.ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .word_box .idx_more .more {
  color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .images,
  .ins_aboutJoinUsCon3 .center_box .swiper_box ul li .centerInfo .word_box {
    width: 100%;
    height: auto;
  }
}
.ins_aboutJoinUsCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutJoinUsCon4 .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;
}
.ins_aboutJoinUsCon4 .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutJoinUsCon4 .item_box .item .images {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon4 .item_box .item .images img {
  width: 100%;
  height: auto;
}
.ins_aboutJoinUsCon4 .item_box .item .word {
  padding: 0.96rem 0.64rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ins_aboutJoinUsCon4 .item_box .item .word .ins_title .t1 {
  color: #FFFFFF;
}
.ins_aboutJoinUsCon4 .item_box .item .word .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.ins_aboutJoinUsCon4 .item_box .item .word .idx_more .more {
  color: #ffffff;
}
@media (max-width:990px) {
  .ins_aboutJoinUsCon4 .item_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutJoinUsCon4 .item_box .item .word {
    padding: 0.8rem 20px;
  }
}
/* --------------------------------------------------------------- 关于我们 - 研发制造  */
.ins_aboutMadeCon1 {
  width: 100%;
  height: 280vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ins_aboutMadeCon1 .word_box {
  width: 100%;
  height: auto;
  position: absolute;
  top: 1.6rem;
  z-index: 10;
}
.ins_aboutMadeCon1 .word_box .center_box {
  width: 100%;
  height: auto;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutMadeCon1 .word_box .center_box .ins_title {
  text-align: center;
  width: 38%;
}
.ins_aboutMadeCon1 .word_box .center_box .ins_title .t2 {
  font-weight: 200;
  margin-top: 0.32rem;
}
.ins_aboutMadeCon1 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_aboutMadeCon1 .maskBox .imagesBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.24rem;
  -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;
  max-width: 81.45833333%;
  margin: 0 auto;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .imgBox {
  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;
  gap: 0.24rem;
  max-height: 100vh;
  overflow: hidden;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .imgBox .img {
  width: 100%;
  height: auto;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .imgBox .img .pb {
  padding-bottom: 125.5%;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .imgBox .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;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .imgBox .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .wt25 {
  width: 27.49%;
  flex-shrink: 0;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .wt25 .w50 {
  width: 47.7%;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .wt25 .w50 .pb {
  padding-bottom: 124.5%;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .wt25:first-child {
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .tY110 {
  transform: translateY(-1.1rem);
}
.ins_aboutMadeCon1 .maskBox .imagesBox .wt50 {
  width: 42%;
  flex-shrink: 0;
}
.ins_aboutMadeCon1 .maskBox .imagesBox .wt50 .img .pb .ab img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  max-width: unset;
  max-height: unset;
  top: 0;
}
@media (max-width:990px) {
  .ins_aboutMadeCon1 {
    width: 100%;
    height: auto;
    padding-top: 1.6rem;
  }
  .ins_aboutMadeCon1 .word_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: 0;
  }
  .ins_aboutMadeCon1 .word_box .center_box .ins_title {
    width: 100%;
  }
  .ins_aboutMadeCon1 .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: unset;
    margin-top: 1rem;
  }
  .ins_aboutMadeCon1 .maskBox .imagesBox {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .ins_aboutMadeCon1 .maskBox .imagesBox .tY110 {
    transform: translateY(0rem);
  }
}
.ins_aboutMadeCon1_2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ins_aboutMadeCon1_2 .circular {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 3;
  left: 0;
  pointer-events: none;
  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_aboutMadeCon1_2 .circular .img {
  width: 40.6%;
  height: 100vh;
  animation: run 80s linear infinite;
  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_aboutMadeCon1_2 .circular .img img {
  width: 100%;
  height: auto;
}
@keyframes grow4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes grow5 {
  0% {
    transform: rotate(0) translateY(0);
  }
  50% {
    transform: rotate(0) translateY(-4%);
  }
  100% {
    transform: rotate(0) translateY(0);
  }
}
.ins_aboutMadeCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  padding-top: 1.6rem;
}
.ins_aboutMadeCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutMadeCon2 .center_box .content {
  width: 100%;
  height: 100vh;
  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: 1;
}
.ins_aboutMadeCon2 .center_box .content .images_box {
  width: 60%;
  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: 1;
}
.ins_aboutMadeCon2 .center_box .content .images_box .wordBox {
  position: absolute;
  top: 53%;
  left: 47.5%;
  width: 2px;
  height: 2px;
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_aboutMadeCon2 .center_box .content .images_box .wordBox .img {
  position: absolute;
  width: 3.96rem;
  bottom: 0;
  transform: translateY(20%) translateX(-11%);
}
.ins_aboutMadeCon2 .center_box .content .images_box .wordBox .img img {
  animation: grow4 4s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  width: 100%;
  height: auto;
}
.ins_aboutMadeCon2 .center_box .content .images_box .images {
  width: 100%;
  height: auto;
  max-height: 80vh;
  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_aboutMadeCon2 .center_box .content .images_box .images img {
  width: 100%;
  height: auto;
}
.ins_aboutMadeCon2 .center_box .content .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_aboutMadeCon2 .center_box .content .item_box .item {
  width: 3px;
  height: 3px;
  position: absolute;
  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_aboutMadeCon2 .center_box .content .item_box .item .word {
  width: max-content;
  max-width: 2.6rem;
  height: auto;
  position: absolute;
  z-index: 5;
}
.ins_aboutMadeCon2 .center_box .content .item_box .item .imasge {
  width: var(--width);
  height: auto;
  position: absolute;
  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;
}
.ins_aboutMadeCon2 .center_box .content .item_box .item .imasge img {
  width: 100%;
  height: auto;
}
.ins_aboutMadeCon2 .center_box .content .item_box .item.item1 .imasge {
  animation: grow5 5.2s linear infinite;
}
.ins_aboutMadeCon2 .center_box .content .item_box .item.item2 .imasge {
  animation: grow5 4.8s linear infinite;
}
.ins_aboutMadeCon2 .center_box .content .item_box .item.item2 .imasge img {
  transform: translateX(-20%);
}
.ins_aboutMadeCon2 .center_box .content .item_box .item.item3 .imasge {
  animation: grow5 5.5s linear infinite;
}
.ins_aboutMadeCon2 .center_box .content .item_box .item.item3 .imasge img {
  transform: translateX(-10%);
}
@media (max-width:990px) {
  .ins_aboutMadeCon2 .center_box .content {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutMadeCon2 .center_box .content .images_box {
    width: 100%;
    height: auto;
    margin-top: 1.6rem;
  }
  .ins_aboutMadeCon2 .center_box .content .item_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
    margin-top: 0.8rem;
  }
  .ins_aboutMadeCon2 .center_box .content .item_box .item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    border: 1px dashed #858585b2;
    padding: 0.4rem;
    border-radius: 0.16rem;
  }
  .ins_aboutMadeCon2 .center_box .content .item_box .item .word,
  .ins_aboutMadeCon2 .center_box .content .item_box .item .imasge {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_aboutMadeCon2 .center_box .content .item_box .item .imasge {
    display: none;
  }
  .ins_aboutMadeCon2 .center_box .content .item_box .item .word {
    width: 100%;
    max-width: unset;
  }
}
.ins_aboutMadeCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #FFFFFF;
  padding: 1.6rem 0;
}
.ins_aboutMadeCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutMadeCon3 .center_box .ins_title .t2 {
  margin-top: 0.24rem;
  opacity: 0.6;
}
.ins_aboutMadeCon3 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 0.4rem 0.46rem;
  border-radius: 0.08rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.12;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 144%;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo .images .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_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo .word {
  font-size: var(--font24);
  color: #999999;
  margin-top: 0.33rem;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo .images_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo .images_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo:hover {
  box-shadow: 0 5px 40px 1px var(--active_color);
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo:hover .word {
  color: #FFF;
}
.ins_aboutMadeCon3 .center_box .swiper_box ul li .centerInfo:hover .images_bg {
  opacity: 1;
}
/* --------------------------------------------------------------- 关于我们 - 研发创新  */
.ins_aboutInnoCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ins_aboutInnoCon1 .center_box {
  width: 100%;
  height: auto;
  padding: 1.6rem 0;
  position: relative;
  z-index: 1;
}
.ins_aboutInnoCon1 .center_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutInnoCon1 .center_box .left_box {
  width: 44%;
}
.ins_aboutInnoCon1 .center_box .left_box .icon {
  width: 1.37rem;
  margin-top: 0.85rem;
}
.ins_aboutInnoCon1 .center_box .right_box {
  width: 35%;
}
.ins_aboutInnoCon1 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 1rem;
}
.ins_aboutInnoCon1 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_aboutInnoCon1 .center_box .right_box .item_box .item .word {
  line-height: 1.3;
}
.ins_aboutInnoCon1 .center_box .right_box .item_box .item .icon {
  font-weight: 200;
  color: #CCCCCC;
}
.ins_aboutInnoCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 1.6rem 0;
}
.ins_aboutInnoCon2 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutInnoCon2 .center_box .left_box {
  width: 36%;
}
.ins_aboutInnoCon2 .center_box .left_box .t2 {
  font-weight: 200;
  margin-top: 0.48rem;
}
.ins_aboutInnoCon2 .center_box .right_box {
  width: 43.4%;
}
.ins_aboutInnoCon2 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 1rem;
}
.ins_aboutInnoCon2 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_aboutInnoCon2 .center_box .right_box .item_box .item .word {
  line-height: 1.3;
}
.ins_aboutInnoCon2 .center_box .right_box .item_box .item .icon {
  font-weight: 200;
  color: #CCCCCC;
}
.ins_aboutInnoCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ins_aboutInnoCon3 .swiper_box {
  width: 100%;
  height: auto;
}
.ins_aboutInnoCon3 .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutInnoCon3 .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_aboutInnoCon3 .swiper_box ul li .centerInfo .images_bg {
  width: 100%;
  height: auto;
}
.ins_aboutInnoCon3 .swiper_box ul li .centerInfo .images_bg img {
  width: 100%;
  height: auto;
}
.ins_aboutInnoCon3 .swiper_box ul li .centerInfo .word_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_aboutInnoCon3 .swiper_box ul li .centerInfo .word_box .center_box {
  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;
  text-align: center;
}
.ins_aboutInnoCon3 .swiper_box ul li .centerInfo .word_box .center_box .wordBox {
  width: 27%;
}
.ins_aboutInnoCon3 .swiper_box ul li .centerInfo .word_box .center_box .wordBox .t2 {
  margin-top: 0.25rem;
  font-weight: 200;
}
.ins_aboutInnoCon3 .swiper_box ul li .centerInfo .word_box .center_box .icon {
  position: absolute;
  width: 40.598%;
  animation: run 80s linear infinite;
}
.ins_aboutInnoCon3 .pagerBtn {
  z-index: 7;
}
.ins_aboutInnoCon3 .btnBox {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  cursor: pointer;
}
.ins_aboutInnoCon3 .btnBox.next {
  left: unset;
  right: 0;
}
.ins_aboutInnoCon3 .list_box {
  width: 100%;
  height: auto;
  bottom: 0.96rem;
  position: absolute;
  z-index: 8;
}
.ins_aboutInnoCon3 .list_box .item_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: 0.15rem;
}
.ins_aboutInnoCon3 .list_box .item_box .item {
  width: fit-content;
  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: 0.15rem;
  font-size: var(--font14);
  cursor: pointer;
}
.ins_aboutInnoCon3 .list_box .item_box .item span {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 0.02rem;
}
.ins_aboutInnoCon3 .list_box .item_box .item span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_aboutInnoCon3 .list_box .item_box .item img {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutInnoCon3 .list_box .item_box .item.active img {
  opacity: 1;
}
.ins_aboutInnoCon3 .list_box .item_box .item.active span::after {
  opacity: 0.6;
}
.ins_aboutInnoCon3 .idxpager {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0.96rem;
  z-index: 5;
}
.ins_aboutInnoCon3 .idxpager .idxNumber {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 10;
  font-size: var(--font14);
  font-weight: 200;
}
.ins_aboutInnoCon3 .idxpager .idxNumber .swiper-pagination-current {
  font-size: var(--font48);
  font-weight: 500;
  line-height: 1;
}
@media (max-width:990px) {
  .ins_aboutInnoCon3 .swiper_box ul li .centerInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.6rem;
  }
  .ins_aboutInnoCon3 .swiper_box ul li .centerInfo .word_box {
    position: relative;
  }
  .ins_aboutInnoCon3 .swiper_box ul li .centerInfo .word_box .center_box .wordBox {
    width: 100%;
  }
  .ins_aboutInnoCon3 .idxpager,
  .ins_aboutInnoCon3 .list_box {
    bottom: 0.4rem !important;
  }
}
/* ---------------------------------------------------------------  联系我们  */
@keyframes grow7 {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.ins_contantCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1.4rem;
  padding-bottom: 1.6rem;
  background: #0D0F16;
}
.ins_contantCon1 .center_box {
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.ins_contantCon1 .center_box .left_box {
  width: 21%;
  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-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_contantCon1 .center_box .left_box .word_box {
  width: 100%;
  font-weight: 200;
  padding-bottom: 0.8rem;
}
.ins_contantCon1 .center_box .left_box .word_box .t2 {
  letter-spacing: 0.03rem;
}
.ins_contantCon1 .center_box .left_box .word_box .t3 {
  color: #CCCCCC;
  margin-top: 0.08rem;
}
.ins_contantCon1 .center_box .left_box .word_box .share {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.36rem;
  margin-top: 0.43rem;
}
.ins_contantCon1 .center_box .left_box .word_box .share .item {
  width: fit-content;
  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_contantCon1 .center_box .left_box .word_box .share .item .icon {
  color: #666666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon1 .center_box .left_box .word_box .share .item .icon i {
  font-size: var(--font26);
}
.ins_contantCon1 .center_box .left_box .word_box .share .item .images {
  width: 1.2rem;
  height: 1.2rem;
  background: #FFFFFF;
  position: absolute;
  top: calc(100% + 20px);
  opacity: 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;
  border-radius: 0.08rem;
  padding: 0.2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon1 .center_box .left_box .word_box .share .item .images::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 100%;
}
.ins_contantCon1 .center_box .left_box .word_box .share .item:hover .images {
  opacity: 1;
}
.ins_contantCon1 .center_box .left_box .word_box .share .item:hover .icon {
  color: var(--active_color);
}
.ins_contantCon1 .center_box .right_box {
  width: 76.11%;
  height: auto;
  padding-right: 0.3rem;
  position: relative;
  z-index: 1;
}
.ins_contantCon1 .center_box .right_box .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_contantCon1 .center_box .right_box .item_box .item {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
  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_contantCon1 .center_box .right_box .item_box .item::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: center center;
  animation: grow3 5s linear infinite;
}
.ins_contantCon1 .center_box .right_box .item_box .item::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: center center;
  animation: grow3 8s linear infinite;
}
.ins_contantCon1 .center_box .right_box .item_box .item .icon {
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
}
.ins_contantCon1 .center_box .right_box .item_box .item .icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  transform: skewY(-26deg) skewX(52deg);
}
.ins_contantCon1 .center_box .right_box .item_box .item .icon i {
  position: absolute;
  top: 100%;
  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;
  background: red;
}
.ins_contantCon1 .center_box .right_box .item_box .item .icon i::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px dashed #FFF;
  border-radius: 50%;
  animation: grow7 4s linear infinite;
}
.ins_contantCon1 .center_box .right_box .item_box .item .icon i::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px dashed #FFF;
  border-radius: 50%;
  animation: grow7 8s linear infinite;
}
.ins_contantCon1 .center_box .right_box .item_box .item .icon .af::after {
  animation: grow7 12s linear infinite;
}
.ins_contantCon1 .center_box .right_box .item_box .item .icon .af::before {
  animation: grow7 16s linear infinite;
}
.ins_contantCon1 .center_box .right_box .word {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: var(--font16);
  width: fit-content;
  color: #687070;
}
@media (max-width:990px) {
  .ins_contantCon1 .center_box .right_box {
    margin-top: 0.6rem;
  }
}
.ins_contantCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-bottom: 0.6rem;
  background: #0D0F16;
}
.ins_contantCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_contantCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}
.ins_contantCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: #192026;
  border-radius: 0.08rem;
  overflow: hidden;
  padding: 0.4rem 0.64rem;
  padding-bottom: 0.6rem;
  position: relative;
  z-index: 1;
}
.ins_contantCon2 .center_box .item_box .item .name {
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}
.ins_contantCon2 .center_box .item_box .item .name::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon2 .center_box .item_box .item .list {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  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: 0.4rem;
}
.ins_contantCon2 .center_box .item_box .item .list .one {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}
.ins_contantCon2 .center_box .item_box .item .list .one::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon2 .center_box .item_box .item .list .one:last-child {
  padding-bottom: 0;
}
.ins_contantCon2 .center_box .item_box .item .list .one:last-child::after {
  opacity: 0;
}
.ins_contantCon2 .center_box .item_box .item .list .one .word {
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
}
.ins_contantCon2 .center_box .item_box .item .list .one .word .t1 {
  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;
  font-size: var(--font16);
  color: #CCCCCC;
  line-height: 1.5;
  font-weight: 200;
}
.ins_contantCon2 .center_box .item_box .item .list .one .icon {
  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: 0.15rem;
}
.ins_contantCon2 .center_box .item_box .item .list .one .icon img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100px;
  overflow: hidden;
}
.ins_contantCon2 .center_box .item_box .item .list .one .icon span {
  font-size: var(--font24);
  font-weight: 200;
  letter-spacing: 0.03rem;
}
.ins_contantCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(348deg, #22b7b112 10%, #00000000 30%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  .ins_contantCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
/* --------------------------------------------------------------- 服务支持  */
.ins_serveCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
}
.ins_serveCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_serveCon1 .center_box .word_box {
  width: 25%;
  height: auto;
}
.ins_serveCon1 .center_box .word_box .t2 {
  margin-top: 0.3rem;
  font-weight: 200;
  opacity: 0.6;
}
.ins_serveCon1 .center_box .word_box .t3 {
  margin-top: 0.96rem;
  font-weight: 200;
  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_serveCon1 .center_box .word_box .t3 span {
  color: #666666;
}
.ins_serveCon1 .center_box .item_box {
  width: 62.067%;
}
.ins_serveCon1 .center_box .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;
  padding-top: 0.24rem;
  padding-bottom: 0.56rem;
  position: relative;
  z-index: 1;
}
.ins_serveCon1 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serveCon1 .center_box .item_box .item .word {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.8rem;
  font-size: var(--font18);
  color: #666666;
  font-weight: 200;
}
.ins_serveCon1 .center_box .item_box .item .word .font24 {
  color: #FFFFFF;
  letter-spacing: 0.03rem;
}
.ins_serveCon1 .center_box .item_box .item .icon {
  width: 49.5%;
  color: #999999;
  font-weight: 200;
}
@media (max-width:990px) {
  .ins_serveCon1 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_serveCon1 .center_box .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.6rem 0;
  }
  .ins_serveCon1 .center_box .item_box .item .word,
  .ins_serveCon1 .center_box .item_box .item .icon {
    width: 100%;
    height: auto;
  }
}
.ins_serveCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.ins_serveCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_serveCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
  margin-top: 0.64rem;
}
.ins_serveCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #192026;
  border-radius: 0.08rem;
  overflow: hidden;
  padding: 0.56rem 0.66rem;
  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;
}
.ins_serveCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(348deg, #22b7b112 10%, #00000000 30%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serveCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
}
.ins_serveCon2 .center_box .item_box .item .word .img {
  width: 0.41rem;
}
.ins_serveCon2 .center_box .item_box .item .word .img .pb {
  padding-bottom: 125%;
}
.ins_serveCon2 .center_box .item_box .item .word .t1 {
  margin-top: 0.32rem;
}
.ins_serveCon2 .center_box .item_box .item .word .t2 {
  margin-top: 0.12rem;
  color: #666666;
}
.ins_serveCon2 .center_box .item_box .item .icon {
  flex-shrink: 0;
  width: 0.56rem;
  height: 0.56rem;
  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%;
  border: 1px solid #ffffff24;
  font-weight: 200;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serveCon2 .center_box .item_box .item .icon i {
  font-size: var(--font22);
  font-weight: 200;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serveCon2 .center_box .item_box .item .icon:hover {
  border-color: #ffffff86;
}
.ins_serveCon2 .center_box .item_box .item .icon:hover i {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_serveCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
/* --------------------------------------------------------------- 产品中心  */
.ins_productCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 0.5rem;
  padding-top: 1.3rem;
  color: #FFF;
}
.ins_productCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
  margin-top: 0.8rem;
}
.ins_productCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #FFFFFF;
}
.ins_productCon1 .center_box .item_box .item .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.ins_productCon1 .center_box .item_box .item .images_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_productCon1 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.ins_productCon1 .center_box .item_box .item .images .pb {
  padding-bottom: 68%;
}
.ins_productCon1 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.48rem 0.64rem;
  z-index: 3;
}
.ins_productCon1 .center_box .item_box .item .word .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
}
.ins_productCon1 .center_box .item_box .item .word .idx_more .more {
  color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_productCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_productGyCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
}
.ins_productGyCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_productGyCon1 .center_box .ins_title {
  width: 21%;
}
.ins_productGyCon1 .center_box .content {
  width: 62.06%;
}
.ins_productGyCon1 .center_box .content .item_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 0.64rem;
  font-size: var(--font24);
  color: #999999;
}
.ins_productGyCon1 .center_box .content .item_box .grid2 {
  grid-column: span 2;
}
.ins_productGyCon1 .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  color: #FFFFFF;
}
.ins_productGyCon1 .center_box .content .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-form-select .layui-input {
  padding: 0;
  background: none;
  border: 0;
  padding: 0.2rem 0;
  height: auto;
  color: #FFFFFF;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-form-selected dl {
  top: 100%;
  padding: 0.35rem 0.5rem;
  background: #15181D;
  border: 0;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-form-selected dl::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(320deg, #22b7b24f 0%, #00000000 50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-form-select dl dd:hover {
  background: none;
  color: #FFFFFF;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-form-select dl dd {
  font-size: var(--font18);
  color: #999999;
  position: relative;
  z-index: 1;
  padding-left: 0.25rem !important;
  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;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-form-select dl dd::after {
  content: '';
  position: absolute;
  left: 0;
  width: 3.5px;
  height: 3.5px;
  background: #FFF;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-this {
  color: #FFFFFF !important;
  font-weight: 300;
  background: none !important;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-this::after {
  opacity: 1 !important;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-input:focus,
.ins_productGyCon1 .center_box .content .item_box .item .layui-textarea:focus {
  box-shadow: unset;
  border: 0;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-form-select .layui-edge {
  border: 0;
  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-style: unset;
  right: 0;
}
.ins_productGyCon1 .center_box .content .item_box .item .layui-form-select .layui-edge::after {
  content: "\e685";
  font-family: "iconfont";
  font-weight: 200;
  font-size: 14px;
}
.ins_productGyCon1 .center_box .content .item_box .item .button {
  width: fit-content;
  height: auto;
  color: #999999;
  font-size: var(--font16);
  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: 0.1rem;
  margin-top: 0.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productGyCon1 .center_box .content .item_box .item .button:hover {
  gap: 0.15rem;
}
.ins_productGyCon1 .center_box .content .item_box .item:last-child::after {
  display: none;
}
.ins_productGyCon1.pb80 {
  padding-bottom: 0.8rem;
}
.ins_productGyCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.ins_productGyCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_productGyCon2 .center_box .tableBox {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.08rem;
  overflow: auto;
  background: #192026;
}
.ins_productGyCon2 .center_box .tableBox .ul_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  min-width: 800px;
}
.ins_productGyCon2 .center_box .tableBox .ul_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.ins_productGyCon2 .center_box .tableBox .ul_box::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--active_color);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.ins_productGyCon2 .center_box .tableBox .ul_box .li_box {
  width: 13%;
  min-height: 1.13rem;
  padding: 0.3rem 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;
  padding: 0.3rem;
  font-size: var(--font16);
  color: #999999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productGyCon2 .center_box .tableBox .ul_box .li_box:first-child {
  padding: 0.3rem 0.64rem;
  width: 28%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_productGyCon2 .center_box .tableBox .ul_box .li_box:last-child {
  width: 20%;
  padding: 0.3rem 0.64rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ins_productGyCon2 .center_box .tableBox .ul_box .li_box .img {
  width: 1.2rem;
  background: var(--active_color);
  border-radius: 0.08rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productGyCon2 .center_box .tableBox .ul_box .li_box .img .pb {
  padding-bottom: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.ins_productGyCon2 .center_box .tableBox .ul_box:first-child .li_box {
  height: 0.96rem;
  min-height: 60px;
  color: #000000;
  font-weight: 500;
  font-size: var(--font24);
}
.ins_productGyCon2 .center_box .tableBox .ul_box:hover {
  color: var(--active_color);
}
.ins_productGyCon2 .center_box .tableBox .ul_box:hover .li_box .img .pb {
  padding-bottom: 100%;
}
.ins_productGyCon2 .center_box .tableBox .ul_box:hover::before {
  opacity: 0.1;
}
.ins_productSxCon1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #0D0F16;
}
.ins_productSxCon1 .center_box {
  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;
  position: relative;
  z-index: 1;
}
.ins_productSxCon1 .center_box .word_box {
  width: 37.552%;
  position: absolute;
  right: 0;
  padding-right: 1.77rem;
}
.ins_productSxCon1 .center_box .word_box .t2 {
  font-weight: 200;
  margin-top: 0.36rem;
  color: #999999;
}
.ins_productSxCon1 .center_box .word_box .t2 span {
  color: #FFF;
}
.ins_productSxCon1 .center_box .images_box {
  width: 50.625%;
  height: 100vh;
  position: absolute;
  left: 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_productSxCon1 .center_box .images_box .img {
  position: absolute;
}
.ins_productSxCon1 .center_box .images_box .images1 {
  width: 31.22%;
  top: 0.4rem;
  right: 0.63rem;
  animation: grow4 4s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}
.ins_productSxCon1 .center_box .images_box .images1 .pb {
  padding-bottom: 84%;
}
.ins_productSxCon1 .center_box .images_box .images2 {
  width: 45.3%;
  left: 20%;
  animation: grow4 4s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}
.ins_productSxCon1 .center_box .images_box .images2 .pb {
  padding-bottom: 97%;
}
.ins_productSxCon1 .center_box .images_box .images3 {
  width: 37.3%;
  right: 0;
  bottom: 0.4rem;
  animation: grow4 4s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}
.ins_productSxCon1 .center_box .images_box .images3 .pb {
  padding-bottom: 125%;
}
@media (max-width:990px) {
  .ins_productSxCon1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
  }
  .ins_productSxCon1 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .ins_productSxCon1 .center_box .word_box,
  .ins_productSxCon1 .center_box .images_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .ins_productSxCon1 .center_box .images_box {
    width: 100%;
    height: auto;
  }
  .ins_productSxCon1 .center_box .images_box .img {
    position: static;
    z-index: 1;
  }
  .ins_productSxCon1 .center_box .word_box {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
}
.ins_productSxCon2 {
  width: 100%;
  height: 300vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #0D0F16;
}
.ins_productSxCon2 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  --width: 58.067%;
  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_productSxCon2 .maskBox .content1 {
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: relative;
  z-index: 3;
}
.ins_productSxCon2 .maskBox .content1 .word_box {
  width: 100%;
  height: 100vh;
  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;
}
.ins_productSxCon2 .maskBox .content1 .word_box .ins_title {
  max-width: 30.7%;
  text-align: center;
}
.ins_productSxCon2 .maskBox .content1 .word_box .ins_title .t2 {
  margin-top: 0.32rem;
  color: #999999;
  font-weight: 200;
}
.ins_productSxCon2 .maskBox .content1 .word_box .ins_title .t2 span {
  color: #FFFFFF;
}
.ins_productSxCon2 .maskBox .images_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 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;
}
.ins_productSxCon2 .maskBox .images_box .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_productSxCon2 .maskBox .images_box .images .bg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.ins_productSxCon2 .maskBox .images_box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_productSxCon2 .maskBox .images_box .img {
  width: var(--width);
  position: absolute;
}
.ins_productSxCon2 .maskBox .images_box .img .pb {
  padding-bottom: 57.5%;
}
.ins_productSxCon2 .maskBox .content_box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 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;
  opacity: 0;
}
.ins_productSxCon2 .maskBox .content_box .center_box {
  width: 100%;
  height: auto;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box {
  max-width: 24.3%;
  width: 100%;
  height: auto;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item {
  padding: 0.4rem 0;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productSxCon2 .maskBox .content_box .center_box .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #666666;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item .top .be {
  font-size: var(--font24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.15rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 200;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item .top .be i {
  width: 16px;
  height: 16px;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item .top .be i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item .top .be i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item .bot {
  width: 100%;
  height: calc(4em * 1.34);
  line-height: 1.34;
  overflow: auto;
  display: none;
  margin-top: 0.16rem;
  font-weight: 200;
  color: #666666;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item .bot span {
  color: #FFFFFF;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item.active .top {
  color: #FFF;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item.active .top .be {
  color: #666666;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item.active .top .be i::before {
  transform: rotate(0);
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item:first-child {
  padding-top: 0;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item:last-child {
  padding-bottom: 0;
}
.ins_productSxCon2 .maskBox .content_box .center_box .item_box .item:last-child::after {
  opacity: 0;
}
@media (max-width:990px) {
  .ins_productSxCon2 {
    width: 100%;
    height: auto;
    padding-bottom: 1.8rem;
  }
  .ins_productSxCon2 .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .ins_productSxCon2 .maskBox .content_box,
  .ins_productSxCon2 .maskBox .content1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    opacity: 1;
  }
  .ins_productSxCon2 .maskBox .images_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .ins_productSxCon2 .maskBox .images_box .images {
    position: relative;
    z-index: 1;
  }
  .ins_productSxCon2 .maskBox .images_box .images::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.2;
  }
  .ins_productSxCon2 .maskBox .images_box .images img {
    height: 400px;
  }
  .ins_productSxCon2 .maskBox .content1 {
    width: 100%;
    height: 400px;
    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;
  }
  .ins_productSxCon2 .maskBox .content1 .word_box {
    width: 100%;
    height: auto;
  }
  .ins_productSxCon2 .maskBox .content1 .word_box .ins_title {
    max-width: 100%;
  }
  .ins_productSxCon2 .maskBox .content_box .center_box .item_box {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.ins_productDateCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.6rem;
  padding-bottom: 0.93rem;
}
.ins_productDateCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_productDateCon1 .center_box .top_box {
  width: 100%;
  height: auto;
}
.ins_productDateCon1 .center_box .top_box .word_box {
  width: 22%;
}
.ins_productDateCon1 .center_box .top_box .word_box .images {
  width: 1.34rem;
  margin-top: 0.64rem;
}
.ins_productDateCon1 .center_box .top_box .images_box {
  width: 56.23%;
}
.ins_productDateCon1 .center_box .top_box .images_box .t1 {
  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: 0.27rem;
  letter-spacing: 0.02rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
}
.ins_productDateCon1 .center_box .top_box .images_box .list {
  width: 55.5%;
  height: auto;
  margin-top: 0.57rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.05rem 0.2rem;
  font-size: 12px;
  letter-spacing: 0.02rem;
  font-weight: 200;
}
.ins_productDateCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.ins_productDateCon1 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_productDateCon1 .center_box .swiper_box ul li .centerInfo {
  background: #FFFFFF;
  padding: 0.24rem;
}
.ins_productDateCon1 .center_box .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
}
.ins_productDateCon1 .center_box .swiper_box ul li .centerInfo .images .pb .ab img {
  width: 100%;
  height: auto;
}
.ins_productDateCon1 .center_box .swiper_box ul li .centerInfo .pb147 .pb {
  padding-bottom: 147%;
}
.ins_productDateCon1 .center_box .swiper_box ul li .centerInfo .pb73 .pb {
  padding-bottom: 73%;
}
.ins_productDateCon1 .center_box .swiper_box ul li .centerInfo .pb69 .pb {
  padding-bottom: 69%;
}
.ins_productDateCon1 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
  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;
  font-size: 12px;
  color: #000000;
}
.ins_productDateCon1 .center_box .swiper_box ul li.wid_27 {
  width: 27%;
}
.ins_productDateCon1 .center_box .swiper_box ul li.wid_43 {
  width: 43%;
}
.ins_productDateCon1 .center_box .pager_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;
  gap: 0.16rem;
  margin-top: 0.62rem;
}
.ins_productDateCon1 .center_box .pager_box .line {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.1;
}
.ins_productDateCon1 .center_box .pager_box .btnBox {
  flex-shrink: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #ffffff6e;
  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.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productDateCon1 .center_box .pager_box .btnBox i {
  font-size: var(--font20);
}
.ins_productDateCon1 .center_box .pager_box .btnBox:hover {
  border-color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_productDateCon1 .center_box .top_box .word_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;
  }
  .ins_productDateCon1 .center_box .top_box .images_box {
    margin-top: 0;
  }
  .ins_productDateCon1 .center_box .top_box .images_box .list {
    width: 100%;
  }
  .ins_productDateCon1 .center_box .swiper_box ul .wid_27 {
    width: 70% !important;
  }
  .ins_productDateCon1 .center_box .swiper_box ul .wid_43 {
    width: 90% !important;
  }
  .ins_productDateCon1 .pager_box {
    display: none !important;
  }
}
.ins_productDateCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.6rem;
  padding-bottom: 0.93rem;
}
.ins_productDateCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_productDateCon2 .center_box .top_box {
  width: 100%;
  height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ins_productDateCon2 .center_box .top_box .word_box .images {
  width: 1.34rem;
  display: none;
}
.ins_productDateCon2 .center_box .top_box .images_box {
  width: 56.23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
.ins_productDateCon2 .center_box .top_box .images_box .images {
  width: 1.34rem;
  flex-shrink: 0;
}
.ins_productDateCon2 .center_box .top_box .images_box .list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.05rem 0.2rem;
  font-size: var(--font20);
  letter-spacing: 0.02rem;
  font-weight: 200;
  line-height: 1;
}
.ins_productDateCon2 .center_box .top_box .images_box .list p {
  width: 100%;
  height: auto;
}
.ins_productDateCon2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.ins_productDateCon2 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_productDateCon2 .center_box .swiper_box ul li .centerInfo {
  background: #FFFFFF;
  padding: 0.24rem;
}
.ins_productDateCon2 .center_box .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
}
.ins_productDateCon2 .center_box .swiper_box ul li .centerInfo .images .pb .ab img {
  width: 100%;
  height: auto;
}
.ins_productDateCon2 .center_box .swiper_box ul li .centerInfo .pb147 .pb {
  padding-bottom: 147%;
}
.ins_productDateCon2 .center_box .swiper_box ul li .centerInfo .pb73 .pb {
  padding-bottom: 73%;
}
.ins_productDateCon2 .center_box .swiper_box ul li .centerInfo .pb69 .pb {
  padding-bottom: 69%;
}
.ins_productDateCon2 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
  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;
  font-size: 12px;
  color: #000000;
}
.ins_productDateCon2 .center_box .swiper_box ul li .wordBox {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  font-weight: 200;
  color: #FFFFFF;
  opacity: 0.7;
}
.ins_productDateCon2 .center_box .swiper_box ul li.wid_27 {
  width: 27%;
}
.ins_productDateCon2 .center_box .swiper_box ul li.wid_43 {
  width: 43%;
}
.ins_productDateCon2 .center_box .pager_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;
  gap: 0.16rem;
  margin-top: 0.62rem;
}
.ins_productDateCon2 .center_box .pager_box .line {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.1;
}
.ins_productDateCon2 .center_box .pager_box .btnBox {
  flex-shrink: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #ffffff6e;
  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.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productDateCon2 .center_box .pager_box .btnBox i {
  font-size: var(--font20);
}
.ins_productDateCon2 .center_box .pager_box .btnBox:hover {
  border-color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_productDateCon2 .center_box .top_box .word_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;
  }
  .ins_productDateCon2 .center_box .top_box .word_box .images {
    display: flex !important;
  }
  .ins_productDateCon2 .center_box .top_box .images_box .images {
    display: none;
  }
  .ins_productDateCon2 .center_box .top_box .images_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0.4rem;
  }
  .ins_productDateCon2 .center_box .top_box .images_box .list {
    width: 100%;
    height: auto;
    font-size: var(--font14);
  }
  .ins_productDateCon2 .center_box .swiper_box ul .wid_27 {
    width: 70% !important;
  }
  .ins_productDateCon2 .center_box .swiper_box ul .wid_43 {
    width: 90% !important;
  }
  .ins_productDateCon2 .pager_box {
    display: none !important;
  }
}
@keyframes grow9 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0);
  }
}
.ins_productSxCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #0D0F16;
  background: url(../images/bg20.png) no-repeat top left;
  background-size: 100% auto;
}
.ins_productSxCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_productSxCon3 .center_box .ins_title {
  width: 30.15%;
  padding-top: 2.1rem;
}
.ins_productSxCon3 .center_box .ins_title .t2 {
  font-weight: 200;
  color: #999999;
  margin-top: 0.32rem;
}
.ins_productSxCon3 .center_box .ins_title .t2 span {
  color: #FFFFFF;
}
.ins_productSxCon3 .center_box .images_box {
  width: 51.6%;
}
.ins_productSxCon3 .center_box .images_box img {
  animation: grow9 4s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}
.ins_productSxCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_productSxCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_productSxCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.24rem;
}
.ins_productSxCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  color: #1C1C1C;
  background: url(../images/bg21.jpg) no-repeat top left;
  background-size: cover;
  padding: 0.32rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_productSxCon4 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
}
.ins_productSxCon4 .center_box .item_box .item .images .pb {
  padding-bottom: 46%;
}
.ins_productSxCon4 .center_box .item_box .item .title {
  font-size: var(--font28);
  margin-top: 0.4rem;
  padding-bottom: 0.16rem;
  position: relative;
  z-index: 1;
}
.ins_productSxCon4 .center_box .item_box .item .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productSxCon4 .center_box .item_box .item .list {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding-bottom: 0.16rem;
  position: relative;
  z-index: 1;
}
.ins_productSxCon4 .center_box .item_box .item .list::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productSxCon4 .center_box .item_box .item .list .one {
  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: 0.2rem;
}
.ins_productSxCon4 .center_box .item_box .item .list .one span {
  color: #666666;
}
.ins_productSxCon4 .center_box .item_box .item .list .one .be {
  color: #1C1C1C;
}
.ins_productSxCon4 .center_box .item_box .item .idx_more {
  margin-top: 0.32rem;
  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;
}
.ins_productSxCon4 .center_box .item_box .item .idx_more .more > span {
  font-size: var(--font16);
}
.ins_productSxCon4 .center_box .item_box .item .idx_more .more img {
  width: 0.48rem;
  height: 0.48rem;
}
@media (max-width:990px) {
  .ins_productSxCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
/* --------------------------------------------------------------- 新闻中心  */
.ins_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 1.28rem 0;
}
.ins_newCon1 .center_box {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newCon1 .center_box .images_box {
  width: 49.8%;
}
.ins_newCon1 .center_box .images_box .images {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .images_box .images img {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .word_box {
  width: 43.8%;
  padding: 1rem 0;
}
.ins_newCon1 .center_box .word_box .t1 {
  margin-top: 0.48rem;
}
.ins_newCon1 .center_box .word_box .t2 {
  margin-top: 0.24rem;
  color: #999999;
  font-weight: 200;
  letter-spacing: 0.02rem;
}
.ins_newCon1 .center_box .word_box .idx_more {
  margin-top: 1.04rem;
}
.ins_newCon1 .center_box .word_box .idx_more .more {
  color: #FFF;
}
@media (max-width:990px) {
  .ins_newCon1 .center_box .word_box {
    padding: 0;
  }
}
.ins_newCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #101113;
  padding-top: 1.28rem;
  padding-bottom: 1.9rem;
}
.ins_newCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.ins_newCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.ins_newCon2 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .item_box .item .images .pb {
  padding-bottom: 67.5%;
}
.ins_newCon2 .center_box .item_box .item .word_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-weight: 200;
}
.ins_newCon2 .center_box .item_box .item .word_box .time {
  color: #999999;
}
.ins_newCon2 .center_box .item_box .item .word_box .t1 {
  margin-top: 0.12rem;
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 1;
  font-weight: 200;
}
.ins_newCon2 .center_box .item_box .item .word_box .t1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .item_box .item .word_box .idx_more {
  margin-top: 0.4rem;
}
.ins_newCon2 .center_box .item_box .item .word_box .idx_more .more > span {
  font-size: var(--font16);
}
.ins_newCon2 .center_box .item_box .item .word_box .idx_more .more img {
  width: 0.48rem;
}
.ins_newCon2 .center_box .pager_box {
  width: 100%;
  height: auto;
  padding: 0 110px;
  margin-top: 1.6rem;
  padding-top: 0.6rem;
  position: relative;
  z-index: 1;
}
.ins_newCon2 .center_box .pager_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .pager_box * {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  color: #FFFFFF;
  font-size: var(--font16);
}
.ins_newCon2 .center_box .pager_box .layui-laypage {
  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: 0.02rem;
}
.ins_newCon2 .center_box .pager_box .layui-laypage a,
.ins_newCon2 .center_box .pager_box .layui-laypage span {
  width: 0.4rem;
  height: 0.4rem;
  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: 1px solid #ffffff00;
}
.ins_newCon2 .center_box .pager_box .layui-laypage-curr {
  border: 1px solid var(--active_color) !important;
}
.ins_newCon2 .center_box .pager_box .layui-laypage-next,
.ins_newCon2 .center_box .pager_box .layui-laypage-prev {
  position: absolute;
  right: 0;
  width: 1.08rem !important;
  height: 0.4rem !important;
  min-height: 37px;
  min-width: 90px;
  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: 1px solid #666666 !important;
}
.ins_newCon2 .center_box .pager_box .layui-laypage-next em,
.ins_newCon2 .center_box .pager_box .layui-laypage-prev em {
  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;
  width: auto;
  height: auto;
  gap: 0.15rem;
  color: #666666;
}
.ins_newCon2 .center_box .pager_box .layui-laypage-next em i,
.ins_newCon2 .center_box .pager_box .layui-laypage-prev em i {
  color: #666666;
}
.ins_newCon2 .center_box .pager_box .layui-laypage-prev {
  left: 0;
  right: unset;
}
@media (max-width:990px) {
  .ins_newCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_newDataCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 2.9rem;
}
.ins_newDataCon1 .images_bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_newDataCon1 .images_bg img {
  width: 100%;
  height: auto;
}
.ins_newDataCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newDataCon1 .center_box .top_box {
  width: 100%;
  height: auto;
  padding-bottom: 0.86rem;
  max-width: 46%;
}
.ins_newDataCon1 .center_box .top_box .icon {
  min-width: 1.32rem;
  height: 0.45rem;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  font-size: var(--font16);
  padding: 0 0.32rem;
  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: 200;
}
.ins_newDataCon1 .center_box .top_box .t1 {
  margin-top: 0.32rem;
  padding-bottom: 0.48rem;
  position: relative;
  z-index: 1;
}
.ins_newDataCon1 .center_box .top_box .t1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newDataCon1 .center_box .top_box .list {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.36rem;
}
.ins_newDataCon1 .center_box .top_box .list .one {
  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: 0.08rem;
  font-size: var(--font16);
  color: #666666;
  font-weight: 200;
}
.ins_newDataCon1 .center_box .top_box .list .one img {
  width: 0.4rem;
}
.ins_newDataCon1 .center_box .content_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #101113;
  padding-top: 0.96rem;
  padding-bottom: 1.28rem;
}
.ins_newDataCon1 .center_box .content_box .content {
  font-size: var(--font18);
  color: #999999;
  max-width: 67.66%;
  margin: 0 auto;
  padding-bottom: 1.04rem;
}
.ins_newDataCon1 .center_box .content_box .content p {
  min-height: 1em;
}
.ins_newDataCon1 .center_box .content_box .content img {
  width: 100%;
  height: auto;
}
.ins_newDataCon1 .center_box .content_box .pager_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 0.48rem;
}
.ins_newDataCon1 .center_box .content_box .pager_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newDataCon1 .center_box .content_box .pager_box .list {
  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_newDataCon1 .center_box .content_box .pager_box .list .one {
  max-width: 45%;
  font-size: var(--font16);
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newDataCon1 .center_box .content_box .pager_box .list .one:hover {
  color: #FFFF;
}
.ins_newDataCon1 .center_box .content_box .pager_box .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: 0.32rem;
}
.ins_newDataCon1 .center_box .content_box .pager_box .item_box .item {
  width: 1.08rem;
  height: 0.4rem;
  min-height: 37px;
  min-width: 90px;
  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: 1px solid #666666;
  gap: 0.15rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newDataCon1 .center_box .content_box .pager_box .item_box .item:hover {
  background: #FFFF;
  color: var(--active_color);
}
.ins_newDataCon1 .center_box .content_box .pager_box a {
  color: #666666;
}
@media (max-width:990px) {
  .ins_newDataCon1 .center_box .top_box {
    max-width: 100%;
  }
  .ins_newDataCon1 .center_box .content_box .content {
    max-width: 100%;
  }
}
