@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;
}
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: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width:1280px) {
  html {
    font-size: calc(100vw / 19.3);
  }
}
@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,
video {
  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.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s 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.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(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%;
}
.head_nbsp {
  width: 100%;
  height: var(--header-height);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
:root {
  /* COLOR */
  --active_color: #1D2088;
  --active_color2: #E60012;
  --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;
  --color_222: #222222;
  --color_000: #000000;
  /* --- 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(30px, 0.6rem, 60px);
  --font64: clamp(31px, 0.66rem, 64px);
  --font66: clamp(31px, 0.66rem, 66px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 0.7rem, 70px);
  --font72: clamp(32px, 0.72rem, 72px);
  --font80: clamp(32px, 0.8rem, 80px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font160: 1.6rem;
  --font15: clamp(12px, 0.15rem, 15px);
}
/* 公共字体 */
.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);
}
.font66 {
  font-size: var(--font66);
}
.font70 {
  font-size: var(--font70);
}
.font72 {
  font-size: var(--font72);
}
.font80 {
  font-size: var(--font80);
}
.font64 {
  font-size: var(--font64);
}
.font100 {
  font-size: var(--font100);
}
.font120 {
  font-size: var(--font120);
}
.font160 {
  font-size: var(--font160);
}
.font15 {
  font-size: var(--font15);
}
/* 间距 */
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t13 {
  margin-top: 0.13rem;
}
.mar_t15 {
  margin-top: 0.15rem;
}
.mar_t17 {
  margin-top: 0.17rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t23 {
  margin-top: 0.23rem;
}
.mar_t25 {
  margin-top: 0.25rem;
}
.mar_t27 {
  margin-top: 0.27rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t33 {
  margin-top: 0.33rem;
}
.mar_t35 {
  margin-top: 0.35rem;
}
.mar_t37 {
  margin-top: 0.37rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t43 {
  margin-top: 0.43rem;
}
.mar_t45 {
  margin-top: 0.45rem;
}
.mar_t47 {
  margin-top: 0.47rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.mar_t53 {
  margin-top: 0.53rem;
}
.mar_t55 {
  margin-top: 0.55rem;
}
.mar_t57 {
  margin-top: 0.57rem;
}
.mar_t60 {
  margin-top: 0.6rem;
}
.mar_t63 {
  margin-top: 0.63rem;
}
.mar_t65 {
  margin-top: 0.65rem;
}
.mar_t67 {
  margin-top: 0.67rem;
}
.mar_t70 {
  margin-top: 0.7rem;
}
.mar_t73 {
  margin-top: 0.73rem;
}
.mar_t75 {
  margin-top: 0.75rem;
}
.mar_t77 {
  margin-top: 0.77rem;
}
.mar_t80 {
  margin-top: 0.8rem;
}
.mar_t83 {
  margin-top: 0.83rem;
}
.mar_t85 {
  margin-top: 0.85rem;
}
.mar_t87 {
  margin-top: 0.87rem;
}
.mar_t90 {
  margin-top: 0.9rem;
}
.mar_t93 {
  margin-top: 0.93rem;
}
.mar_t95 {
  margin-top: 0.95rem;
}
.mar_t97 {
  margin-top: 0.97rem;
}
.mar_t100 {
  margin-top: 1rem;
}
.mar_t105 {
  margin-top: 1.05rem;
}
/* 文字颜色 */
.Coac {
  color: var(--active_color);
}
.Co99 {
  color: var(--color_999);
}
.Co66 {
  color: var(--color_666);
}
.Co33 {
  color: var(--color_333);
}
.Co22 {
  color: var(--color_222);
}
.Co00 {
  color: var(--color_000);
}
/* -------------------------------------------------------------------  字体 */
/*@font-face {*/
/*  font-family: "MiSans";*/
/*  src: url("../fonts/MiSans-200-ExtraLight.ttf");*/
/*  font-weight: 200;*/
/*}*/
/*@font-face {*/
/*  font-family: "MiSans";*/
/*  src: url("../fonts/MiSans-250-Light.ttf");*/
/*  font-weight: 250;*/
/*}*/
/*@font-face {*/
/*  font-family: "MiSans";*/
/*  src: url("../fonts/MiSans-300-Normal.ttf");*/
/*  font-weight: 300;*/
/*}*/
/*@font-face {*/
/*  font-family: "MiSans";*/
/*  src: url("../fonts/MiSans-330-Regular.ttf");*/
/*  font-weight: 330;*/
/*}*/
/*@font-face {*/
/*  font-family: "MiSans";*/
/*  src: url("../fonts/MiSans-380-Medium.ttf");*/
/*  font-weight: 380;*/
/*}*/
/*@font-face {*/
/*  font-family: "MiSans";*/
/*  src: url("../fonts/MiSans-450-Demibold.ttf");*/
/*  font-weight: 450;*/
/*}*/
/*@font-face {*/
/*  font-family: "MiSans";*/
/*  src: url("../fonts/MiSans-520-Semibold.ttf");*/
/*  font-weight: 520;*/
/*}*/
/* --------------------------------------------------------------- 全站内容区 */
.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1860 {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1860 {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width:990px) {
  .w1860 {
    max-width: 100%;
    padding: 0 20px;
  }
}
main {
  width: 100%;
  height: auto;
  --header-height: 0.87rem;
  font-family: "MiSans";
  --scaleNum: scale(1.3);
}
@media (max-width:990px) {
  main {
    --header-height: 50px;
  }
}
/* --------------------------------------------------------------- 导航占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tc {
  text-align: center;
}
/* --------------------------------------------------------------- 锚点 */
.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: 20px;
  }
  .idxPageHide span {
    width: 5px;
    height: 5px;
  }
  .idxPageHide .swiper-pagination-bullet-active {
    background: var(--active_color);
  }
}
/* --------------------------------------------------------------- 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: 0.07rem;
}
.idxPageShow span {
  width: 0.14rem;
  height: 0.1rem;
  border-radius: 0;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color2);
}
@media (max-width:990px) {
  .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;
    gap: 5px !important;
    margin-top: 20px;
  }
  .idxPageShow span {
    width: 5px;
    height: 5px;
    border-radius: 100px;
  }
  .idxPageShow .swiper-pagination-bullet-active {
    background: var(--active_color);
  }
}
/* --------------------------------------------------------------- wow */
.wowUp_z {
  overflow: hidden;
}
.wowUp_z .wowSon {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
}
.wowUp_z.fadeInUp .wowSon {
  opacity: 1;
  transform: translateY(0px);
}
/* --------------------------------------------------------------- 轮播图依次出现 */
.wowUpSB {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wowUpS {
  opacity: 0;
}
.reveal {
  overflow: hidden;
}
.reveal span {
  opacity: 0;
  display: inline-block;
}
.swiperActive .reveal span {
  animation: fadeInUp 0.5s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: inline-block;
}
/* --------------------------------------------------------------- 轮播图一排出现 */
.reveal {
  overflow: hidden;
}
.reveal span {
  opacity: 0;
  display: inline-block;
}
.swiperActive .reveal2 {
  animation: fadeInUp 0.5s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: inline-block;
}
/* --------------------------------------------------------------- 代替class */
.tup {
  text-transform: uppercase;
}
.tus {
  text-transform: capitalize;
}
.tec {
  text-align: center;
}
@media (max-width:990px) {
  .hx p {
    display: contents;
  }
}
.vIcon {
  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;
}
.vIcon::after {
  content: '\e61d';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "iconfont";
  font-size: var(--font50);
  color: #FFFFFF;
  cursor: pointer;
}
.wowUp {
  opacity: 0;
}
/* ------------------------------------------------------ 公共属性 */
.idx_more1 {
  width: auto;
  height: auto;
  --color: #CCC;
}
.idx_more1 .more {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.2rem;
  color: var(--color);
}
.idx_more1 .more span {
  font-size: var(--font24);
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_more1 .more img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_more1 .more:hover {
  --color: #000;
}
.idx_more1 .more:hover img {
  filter: brightness(0) invert(0);
}
.idx_more2 {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
}
.idx_more2 .more {
  width: fit-content;
  height: 0.68rem;
  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;
  gap: 0.32rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_more2 .more span {
  color: #FFF;
  font-size: var(--font16);
  font-weight: 400;
}
.idx_more2 .more i {
  font-size: var(--font12);
  color: #FFF;
}
.idx_more2 .more img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_more2 .more:hover {
  background: var(--active_color) !important;
  border: 1px solid var(--active_color) !important;
}
.idx_more2 .more:hover span {
  color: #FFF !important;
}
.idx_title {
  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_title .t1 {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.24rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_title .t1 i {
  width: 0.16rem;
  height: 0.12rem;
  background: var(--active_color2);
  display: block;
  position: relative;
  top: 0.5em;
}
.idx_title .t1 span {
  color: #000;
  font-weight: 380;
}
.ins_title {
  width: 100%;
  height: auto;
}
.ins_title .t1 {
  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.24rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_title .t1 i {
  width: 0.16rem;
  height: 0.12rem;
  background: var(--active_color2);
  display: block;
}
.ins_title .t1 span {
  color: #000;
  font-weight: 380;
}
.ins_title .t2 {
  width: 100%;
  height: auto;
  font-weight: 520;
  line-height: normal;
  margin-top: 0.32rem;
}
.idxPageProg {
  width: 100%;
  height: 3px;
  margin-top: 0.8rem;
  background: #FFFFFF33;
  position: relative;
  z-index: 1;
}
.idxPageProg span {
  background: var(--active_color2) !important;
}
.pager_layui {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
/* 闪烁的点 */
@keyframes drop {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.ins_more5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  --boder: 1px solid #FFFFFF;
  --bg: #FFF;
}
.ins_more5 .more {
  width: fit-content;
  padding: 0 0.32rem;
  height: 0.68rem;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.33rem;
  border: var(--boder);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.ins_more5 .more::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--active_color);
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_more5 .more .word {
  font-size: var(--font16);
  font-weight: 320;
}
.ins_more5 .more .icon {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 2px;
}
.ins_more5 .more .icon i {
  width: 4px;
  height: 3px;
  background: var(--bg);
  display: block;
  animation: drop 3s linear infinite;
}
.ins_more5 .more .icon i:nth-child(1) {
  animation-delay: 2s;
}
.ins_more5 .more .icon i:nth-child(2) {
  animation-delay: 1s;
}
.ins_more5 .more:hover {
  --boder: 1px solid var(--active_color);
  color: #FFF !important;
  --bg: #FFF !important;
}
.ins_more5 .more:hover::after {
  width: 100%;
  left: 0;
}
.ins_more5 .more:hover .word {
  color: #FFF !important;
}
.scaleImg {
  overflow: hidden;
}
.scaleImg img {
  transform: scale(1.3);
}
.scaleImg.active img {
  transform: scale(1);
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
@keyframes fontColor {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.textFFF span {
  opacity: 0.3;
  display: inline-block;
}
.textFFF.active span {
  animation: fontColor 0.3s forwards;
}
/* ------------------------------------------------------ 首页 */
.idxSwiBox {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 6;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  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: 0 0.3rem;
  --bg1: #ffffff7a;
  --bg2: #FFFFFF;
  --bg3: #1d2088;
  --bg4: #1d2088;
}
.idxSwiBox .ic {
  width: 0.6rem;
  height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.idxSwiBox .ic i {
  color: var(--bg3);
  font-size: var(--font20);
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idxSwiBox .ic:hover {
  background: var(--bg2);
}
.idxSwiBox .ic:hover i {
  color: var(--bg4);
}
.window_box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  background: #0A0A1E;
  --long: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.window_box .anBlock {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: url('../images/zz85.jpg');
  overflow: hidden;
}
.window_box .content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.window_box .content .t1 {
  color: #FFF;
  text-align: center;
  font-weight: 400;
  color: #333;
}
.window_box .content .number {
  color: var(--active_color2);
  margin-top: 0.56rem;
  font-weight: 600;
}
.window_box .content .word_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.32rem;
}
.window_box .content .word_box .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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.window_box .content .word_box .icon .img_bg {
  width: 17.5%;
  height: auto;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.window_box .content .word_box .icon .img_bg img {
  width: 100%;
  height: auto;
}
.window_box .content .word_box .icon .img_bg .be {
  position: absolute;
  top: 0;
  left: 0;
}
.window_box .content .word_box .icon .lineB {
  width: 37%;
  height: 1px;
  background: var(--color);
  position: relative;
  z-index: 1;
}
.window_box .content .word_box .icon .lineB::after {
  content: '';
  position: absolute;
  width: 0.09rem;
  height: 0.07rem;
  background: var(--color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-50%);
  top: 0;
  right: 0;
}
.window_box .content .word_box .icon .lineB.b2::after {
  left: 0;
  right: unset;
}
.window_box .content .word_box .icon1 {
  --color: #3d3d5a;
}
.window_box .content .word_box .icon2 {
  --color: #4247F4;
  position: absolute;
  top: 0;
  z-index: 5;
  -webkit-clip-path: var(--long);
  clip-path: var(--long);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.window_box.active {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transform: translateY(-10%);
}
.idx_banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
.idx_banner .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_banner .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_banner .swiper_box ul li .centerInfo .word_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.52rem;
  padding-bottom: 0.32rem;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .w1860 {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .woBox {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .woBox .t1 {
  color: #FFF;
  font-size: var(--font64);
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -1.28px;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .ins_more5 {
  margin-top: 0.32rem;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .ins_more5 .more {
  color: #FFF;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .words {
  color: #FFF;
  width: 15%;
  line-height: 1.2;
  font-weight: 305;
}
.idx_banner .swiper_box ul li .centerInfo .img_w100 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
}
.idx_banner .swiper_box ul li .centerInfo .img_w100 img {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li.swiper-slide-active .wowUpS {
  animation: fadeInRight 0.7s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.idx_banner .swiper_box ul li.swiper-slide-active .img_w100 img {
  animation: grow2 1.2s forwards;
}
.idx_banner .pager_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0.32rem;
  left: 0;
  z-index: 10;
}
.idx_banner .pager_box .w1860 {
  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_banner .pager_box .w1860 .word {
  color: #FFF;
  width: 15%;
  line-height: 1.2;
  font-weight: 305;
}
.idx_banner .pager_box .w1860 .swiper_info {
  width: 29.2%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_banner .pager_box .w1860 .swiper_info .swiper_item {
  width: 100%;
  height: auto;
}
.idx_banner .pager_box .w1860 .swiper_info .swiper_item ul li {
  width: 100%;
  height: auto;
}
.idx_banner .pager_box .w1860 .swiper_info .swiper_item ul li .centerInfo {
  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;
  background: #FFF;
}
.idx_banner .pager_box .w1860 .swiper_info .swiper_item ul li .centerInfo .img {
  width: 45.7%;
}
.idx_banner .pager_box .w1860 .swiper_info .swiper_item ul li .centerInfo .img .pb {
  padding-bottom: 56.2%;
}
.idx_banner .pager_box .w1860 .swiper_info .swiper_item ul li .centerInfo .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner .pager_box .w1860 .swiper_info .swiper_item ul li .centerInfo .t1 {
  width: 54.3%;
  padding: 0.22rem;
  color: #1D2088;
  font-size: var(--font16);
  font-weight: 330;
  letter-spacing: -0.32px;
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox {
  position: absolute;
  right: 0;
  width: 54.3%;
  padding: 0 0.22rem;
  bottom: 0.22rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.24rem;
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox .pager {
  width: fit-content;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox .pager .swiT {
  width: fit-content;
  height: auto;
  cursor: pointer;
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox .pager .swiT i {
  font-size: var(--font12);
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox .pager .swiT:hover i {
  color: var(--active_color2);
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox .idxline {
  width: 100%;
  height: 1px;
  background: #000000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox .idxline .line {
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.4;
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox .idxline .line.active {
  width: 100%;
  transition: all var(--time) linear;
  z-index: 2;
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox .idxNumber {
  width: fit-content;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  bottom: unset;
  left: unset;
  font-size: var(--font14);
  color: #CCC;
  font-weight: 400;
  letter-spacing: -0.28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.05rem;
}
.idx_banner .pager_box .w1860 .swiper_info .pagerBox .idxNumber .swiper-pagination-current {
  color: var(--active_color);
}
@media (max-width:990px) {
  .idx_banner .pager_box {
    display: none;
  }
  .idx_banner .swiper_box ul li .centerInfo .word_box .woBox .t1 {
    font-size: var(--font48);
  }
  .idx_banner .swiper_box ul li .centerInfo .word_box .words {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
}
.idx_solutions {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}
.idx_solutions .center_box {
  width: 100%;
  height: auto;
}
.idx_solutions .center_box .box_info {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.idx_solutions .center_box .box_info .left_box {
  width: 54%;
  height: 6.75rem;
  position: relative;
  z-index: 1;
  background: #000;
}
.idx_solutions .center_box .box_info .left_box .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_solutions .center_box .box_info .left_box .item_box .item {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_solutions .center_box .box_info .left_box .item_box .item .wowtY {
  transform: translateX(50px);
  opacity: 0;
}
.idx_solutions .center_box .box_info .left_box .item_box .item .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_solutions .center_box .box_info .left_box .item_box .item .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00000085 10%, #00000000 100%);
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_solutions .center_box .box_info .left_box .item_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_solutions .center_box .box_info .left_box .item_box .item .word_box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  padding: 0.32rem;
  color: #FFF;
}
.idx_solutions .center_box .box_info .left_box .item_box .item .word_box .title {
  font-weight: 520;
}
.idx_solutions .center_box .box_info .left_box .item_box .item .word_box .words {
  width: 100%;
  height: auto;
}
.idx_solutions .center_box .box_info .left_box .item_box .item .word_box .words .t1 {
  font-weight: 330;
}
.idx_solutions .center_box .box_info .left_box .item_box .item .word_box .words .ins_more5 {
  margin-top: 0.32rem;
}
.idx_solutions .center_box .box_info .left_box .item_box .item.active {
  opacity: 1;
  z-index: 2;
}
.idx_solutions .center_box .box_info .left_box .item_box .item.active .wowtY {
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_solutions .center_box .box_info .left_box .item_box .item:hover .img img {
  transform: var(--scaleNum);
}
.idx_solutions .center_box .box_info .left_box .item_box.active {
  opacity: 1;
  z-index: 2;
}
.idx_solutions .center_box .box_info .left_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .swiper_img {
  width: 100%;
  height: auto;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo {
  width: 100%;
  height: auto;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .img .pb {
  padding-bottom: 67.5%;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .word_box {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  padding: 0.32rem;
  color: #FFF;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .word_box .title {
  font-weight: 520;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .word_box .words {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .word_box .words .t1 {
  font-weight: 330;
}
.idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .word_box .words .ins_more5 {
  margin-top: 0.32rem;
}
.idx_solutions .center_box .box_info .right_box {
  width: 41.2%;
  height: auto;
}
.idx_solutions .center_box .box_info .right_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.98rem;
}
.idx_solutions .center_box .box_info .right_box .item_box .item {
  width: 100%;
  height: auto;
}
.idx_solutions .center_box .box_info .right_box .item_box .item .top {
  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.4rem;
  border-bottom: 2px dotted #00000033;
  padding-bottom: 0.35rem;
}
.idx_solutions .center_box .box_info .right_box .item_box .item .top span {
  font-size: var(--font40);
  color: #999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 380;
}
.idx_solutions .center_box .box_info .right_box .item_box .item .top img {
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0.7rem;
  flex-shrink: 0;
}
.idx_solutions .center_box .box_info .right_box .item_box .item .bot {
  width: 100%;
  height: auto;
  color: #999;
  line-height: 2;
  font-size: var(--font24);
  margin-top: 0.32rem;
  font-weight: 330;
}
.idx_solutions .center_box .box_info .right_box .item_box .item .bot .one {
  cursor: pointer;
  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-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_solutions .center_box .box_info .right_box .item_box .item .bot .one i {
  width: 0.16rem;
  height: 0.12rem;
  background: var(--active_color2);
  display: block;
  position: absolute;
  left: 0;
  transform: translateX(-0.4rem);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.idx_solutions .center_box .box_info .right_box .item_box .item .bot .one.active,
.idx_solutions .center_box .box_info .right_box .item_box .item .bot .one:hover {
  padding-left: 0.32rem;
}
.idx_solutions .center_box .box_info .right_box .item_box .item .bot .one.active i,
.idx_solutions .center_box .box_info .right_box .item_box .item .bot .one:hover i {
  transform: translateX(0);
  opacity: 1;
}
.idx_solutions .center_box .box_info .right_box .item_box .item.active .top span {
  color: var(--active_color);
}
.idx_solutions .center_box .box_info .right_box .item_box .item.active .top img {
  filter: unset;
}
.idx_solutions .center_box .box_info .right_box .item_box .item.active .bot {
  color: #000;
}
.idx_solutions .center_box .box_info .right_box .item_box .item:hover .top span {
  color: var(--active_color);
}
.idx_solutions .center_box .box_info .right_box .item_box .item:hover .top img {
  filter: unset;
}
@media (max-width:990px) {
  .idx_solutions .center_box .box_info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .idx_solutions .center_box .box_info .left_box {
    height: auto;
    background: unset;
  }
  .idx_solutions .center_box .box_info .left_box .item_box {
    display: none !important;
  }
  .idx_solutions .center_box .box_info .left_box .swiper_box {
    display: block !important;
  }
  .idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .img .pb {
    padding-bottom: 69%;
  }
  .idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .img .pb .ab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .word_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    color: #000;
  }
  .idx_solutions .center_box .box_info .left_box .swiper_box ul li .swiper_info .centerInfo .word_box .ins_more5 {
    --boder: 1px solid #8f8f8f;
    --bg: #000000;
  }
  .idx_solutions .center_box .box_info .right_box {
    width: 100%;
    height: auto;
  }
  .idx_solutions .center_box .box_info .right_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .idx_solutions .center_box .box_info .right_box .item_box .item {
    width: 100%;
    height: auto;
  }
  .idx_solutions .center_box .box_info .right_box .item_box .item .bot {
    display: none;
  }
  .idx_solutions .center_box .box_info .right_box .item_box .item .top span {
    font-size: var(--font20);
  }
  .idx_solutions .idx_more1 {
    display: none !important;
  }
}
.idx_products {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.4rem;
  background: #F5F5F5;
}
.idx_products .center_box {
  width: 100%;
  height: auto;
}
.idx_products .center_box .contentBox {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #DDDDDD;
  margin-top: 0.6rem;
  background: #F5F5F5;
  padding-bottom: 2rem;
}
.idx_products .center_box .contentBox .content {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-right: 0.7rem;
  padding-bottom: 0.8rem;
  padding-top: 0.3rem;
}
.idx_products .center_box .contentBox .content .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
.idx_products .center_box .contentBox .content .title i {
  width: 0.1rem;
  height: 0.08rem;
  background: var(--active_color2);
  display: block;
}
.idx_products .center_box .contentBox .content .title span {
  font-weight: 520;
  color: var(--active_color);
}
.idx_products .center_box .contentBox .content .swiper_info {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.46rem;
  margin-top: 0.55rem;
}
.idx_products .center_box .contentBox .content .swiper_info .swBtn {
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  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: #1d21882c;
  flex-shrink: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_products .center_box .contentBox .content .swiper_info .swBtn i {
  font-size: var(--font28);
  color: #FFF;
}
.idx_products .center_box .contentBox .content .swiper_info .swBtn:hover {
  background: var(--active_color);
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  --scaleNum: scale(1.2);
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo .pb {
  padding-bottom: 58%;
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo .pb .ab img,
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo .pb .ab video {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo .pb .ab .be {
  opacity: 1;
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo:hover img,
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo:hover video {
  transform: var(--scaleNum);
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo:hover .pb .ab .af {
  opacity: 1;
}
.idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo:hover .pb .ab .be {
  opacity: 0;
}
.idx_products .center_box .contentBox .content .idxPageShow {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.idx_products .center_box .contentBox .content .swiper_word {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.56rem;
  padding-bottom: 0.32rem;
}
.idx_products .center_box .contentBox .content .swiper_word ul li {
  width: 100%;
  height: auto;
}
.idx_products .center_box .contentBox .content .swiper_word ul li .word_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;
}
.idx_products .center_box .contentBox .content .swiper_word ul li .word_box .word {
  font-size: var(--font28);
  font-weight: 330;
}
.idx_products .center_box .contentBox .content .swiper_word ul li .word_box .moreB {
  color: #999;
  font-size: var(--font20);
  font-weight: 330;
  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.17rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_products .center_box .contentBox .content .swiper_word ul li .word_box .moreB img {
  width: 0.2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_products .center_box .contentBox .content .swiper_word ul li .word_box .moreB:hover {
  color: #000;
}
.idx_products .center_box .contentBox .content .swiper_word ul li .word_box .moreB:hover img {
  filter: brightness(0) invert(0);
}
.idx_products .center_box .contentBox .content .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 0.32rem;
  border-top: 2px dotted #DDD;
}
.idx_products .center_box .contentBox .content .item_box .item {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #999;
  line-height: 1.4;
  font-weight: 330;
  font-size: var(--font20);
  overflow: hidden;
}
.idx_products .center_box .contentBox .content .item_box .item i {
  width: 0.1rem;
  height: 0.08rem;
  background: var(--active_color2);
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateX(-0.4rem);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.idx_products .center_box .contentBox .content .item_box .item.active,
.idx_products .center_box .contentBox .content .item_box .item:hover {
  padding-left: 0.18rem;
}
.idx_products .center_box .contentBox .content .item_box .item.active i,
.idx_products .center_box .contentBox .content .item_box .item:hover i {
  transform: translateX(0);
  opacity: 1;
}
.idx_products .center_box .contentBox .content:nth-child(2n) {
  padding-right: 0;
  padding-left: 0.7rem;
  border-left: 1px solid #DDD;
}
.idx_products .center_box .contCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  overflow: hidden;
}
.idx_products .center_box .contCon2::after {
  content: '';
  position: absolute;
  top: 0.32rem;
  right: 0;
  width: 100%;
  height: 1px;
  background: #DDD;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_products .center_box .contCon2 .swiper_item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 0.32rem;
}
.idx_products .center_box .contCon2 .swiper_item .item {
  width: 100%;
  height: auto;
  padding: 0.32rem;
  padding-left: 0;
  border-right: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_products .center_box .contCon2 .swiper_item .item .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
.idx_products .center_box .contCon2 .swiper_item .item .title i {
  width: 0.1rem;
  height: 0.08rem;
  background: var(--active_color2);
  display: block;
}
.idx_products .center_box .contCon2 .swiper_item .item .title span {
  font-weight: 520;
  color: var(--active_color);
}
.idx_products .center_box .contCon2 .swiper_item .item .img {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  --scaleNum: scale(1.2);
}
.idx_products .center_box .contCon2 .swiper_item .item .img .pb {
  padding-bottom: 82.3%;
}
.idx_products .center_box .contCon2 .swiper_item .item .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;
}
.idx_products .center_box .contCon2 .swiper_item .item .img .pb .ab img,
.idx_products .center_box .contCon2 .swiper_item .item .img .pb .ab video {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_products .center_box .contCon2 .swiper_item .item .img .pb .ab .be {
  opacity: 1;
}
.idx_products .center_box .contCon2 .swiper_item .item .img:hover img,
.idx_products .center_box .contCon2 .swiper_item .item .img:hover video {
  transform: var(--scaleNum);
}
.idx_products .center_box .contCon2 .swiper_item .item .img:hover .pb .ab .af {
  opacity: 1;
}
.idx_products .center_box .contCon2 .swiper_item .item .img:hover .pb .ab .be {
  opacity: 0;
}
.idx_products .center_box .contCon2 .swiper_item .item .word_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 0.9rem;
}
.idx_products .center_box .contCon2 .swiper_item .item .word_box .word {
  font-size: var(--font28);
  font-weight: 330;
}
.idx_products .center_box .contCon2 .swiper_item .item .word_box .moreB {
  color: #999;
  font-size: var(--font20);
  font-weight: 330;
  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.17rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_products .center_box .contCon2 .swiper_item .item .word_box .moreB img {
  width: 0.2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_products .center_box .contCon2 .swiper_item .item .word_box .moreB:hover {
  color: #000;
}
.idx_products .center_box .contCon2 .swiper_item .item .word_box .moreB:hover img {
  filter: brightness(0) invert(0);
}
.idx_products .center_box .contCon2 .swiper_item .item:nth-child(2n) {
  padding: 0.32rem;
}
.idx_products .center_box .contCon2 .swiper_item .item:nth-child(3n) {
  padding: 0.32rem;
  padding-right: 0;
  border: 0;
}
@media (max-width:990px) {
  .idx_products .center_box .contentBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 0;
  }
  .idx_products .center_box .contentBox .content {
    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;
    padding-right: 0;
    border-bottom: 1px solid #d3d3d3;
  }
  .idx_products .center_box .contentBox .content .title {
    order: 1;
  }
  .idx_products .center_box .contentBox .content .swiper_info {
    order: 3;
  }
  .idx_products .center_box .contentBox .content .swiper_info .swBtn {
    display: none;
  }
  .idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo .pb .ab .af {
    opacity: 0 !important;
  }
  .idx_products .center_box .contentBox .content .swiper_info .swiper_box ul li .centerInfo .pb .ab .be {
    opacity: 1 !important;
  }
  .idx_products .center_box .contentBox .content .idxPageShow {
    order: 5;
  }
  .idx_products .center_box .contentBox .content .item_box {
    order: 2;
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    border: 0;
  }
  .idx_products .center_box .contentBox .content .swiper_word {
    order: 4;
    margin-top: 0.1rem;
  }
  .idx_products .center_box .contentBox .content .swiper_word ul li .word_box .word {
    opacity: 0;
    display: none;
  }
  .idx_products .center_box .contentBox .content .swiper_word ul li .word_box .moreB {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .idx_products .center_box .contentBox .content:nth-child(2n) {
    border-left: 0;
    padding-left: 0;
  }
  .idx_products .center_box .contCon2 {
    padding-top: 0;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
  }
  .idx_products .center_box .contCon2::after {
    opacity: 0;
  }
  .idx_products .center_box .contCon2 .item {
    border: 0;
    padding: 0.32rem 0 !important;
  }
  .idx_products .idx_more1 {
    display: none !important;
  }
}
.idx_cases {
  width: 100%;
  height: 300vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_cases .maskBox {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  --wNum: 0%;
  --imgWh: 1.8rem;
  --tY: "translateY(-100%)";
}
.idx_cases .maskBox .center_box {
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
}
.idx_cases .maskBox .center_box .idx_title {
  position: relative;
  z-index: 3;
}
.idx_cases .maskBox .center_box .idx_title .t1 span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_cases .maskBox .content1 {
  width: 100%;
  height: 100vh;
  position: absolute;
  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;
  top: 0;
  left: 0;
  background: #FFFFFF;
}
.idx_cases .maskBox .content1 .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  transform: var(--tY);
}
.idx_cases .maskBox .content1 .word .one {
  width: fit-content;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.idx_cases .maskBox .content1 .word .one .be {
  width: 100%;
  height: auto;
  color: #DDDDDD;
  position: relative;
  z-index: 1;
}
.idx_cases .maskBox .content1 .word .one .af {
  width: 100%;
  height: auto;
  color: var(--active_color);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(var(--wNum) 0, 0 0, 0 100%, var(--wNum) 100%);
  clip-path: polygon(var(--wNum) 0, 0 0, 0 100%, var(--wNum) 100%);
}
.idx_cases .maskBox .content1 .word .one .be,
.idx_cases .maskBox .content1 .word .one .af {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.1rem;
}
.idx_cases .maskBox .content1 .word .one .be img,
.idx_cases .maskBox .content1 .word .one .af img {
  width: var(--imgWh);
  max-width: unset;
  max-height: unset;
  display: block;
  flex-shrink: 0;
}
.idx_cases .maskBox .content1 .word .one .be p,
.idx_cases .maskBox .content1 .word .one .af p {
  flex-shrink: 0;
}
.idx_cases .maskBox .content2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
}
.idx_cases .maskBox .content2 .swiper_box {
  width: 100%;
  height: auto;
}
.idx_cases .maskBox .content2 .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info {
  width: 100%;
  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_cases .maskBox .content2 .swiper_box ul li .swiper_info .swiper_img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .swiper_img .centerInfo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .swiper_img .centerInfo .word_box {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 0.35rem;
  color: #FFF;
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .swiper_img .centerInfo .img {
  width: 100%;
  height: 100%;
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .swiper_img .centerInfo .img img {
  max-width: unset;
  max-height: unset;
  width: 110vw;
  transform: translateX(-8vw) translateY(-6%);
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .swiper_img .centerInfo .ins_more5 {
  margin-top: 0.32rem;
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .btnBox {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .btnBox.prev {
  left: 0.32rem;
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .btnBox.next {
  right: 0.32rem;
}
.idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .btnBox:hover {
  filter: unset;
}
.idx_cases .maskBox .content2 .list_box {
  width: fit-content;
  height: auto;
  position: absolute;
  z-index: 2;
  border: 1px solid #FFF;
  bottom: 0.32rem;
  right: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_cases .maskBox .content2 .list_box .item {
  width: fit-content;
  padding: 0.23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.16rem;
  max-width: 160px;
  cursor: pointer;
}
.idx_cases .maskBox .content2 .list_box .item .icon {
  width: 0.56rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.idx_cases .maskBox .content2 .list_box .item .word {
  font-size: 12px;
  color: #CCCCCC;
}
.idx_cases .maskBox .content2 .list_box .item.active {
  background: #FFF;
}
.idx_cases .maskBox .content2 .list_box .item.active .icon {
  filter: unset;
}
.idx_cases .maskBox .content2 .list_box .item.active .word {
  color: var(--active_color2);
}
.idx_cases .maskBox .contCon3 {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.idx_cases .maskBox .contCon3 .img {
  width: 0;
  height: 0;
  position: absolute;
  transform: var(--tY);
}
.idx_cases .maskBox .contCon3 .img img {
  max-width: unset;
  max-height: unset;
}
.idx_cases .maskBox .contCon3 .icon {
  width: 76%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 0;
}
.idx_cases .maskBox.active .center_box .idx_title .t1 span {
  color: #FFFFFF;
}
.idx_cases .maskBox.active .center_box .idx_more1 .more:hover {
  --color: #ffffff;
}
.idx_cases .maskBox.active .center_box .idx_more1 .more:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width:990px) {
  .idx_cases {
    width: 100%;
    height: auto;
  }
  .idx_cases .maskBox {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }
  .idx_cases .maskBox .content1,
  .idx_cases .maskBox .content2,
  .idx_cases .maskBox .contCon3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .idx_cases .maskBox .contCon3,
  .idx_cases .maskBox .content1 {
    display: none !important;
  }
  .idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .swiper_img .centerInfo {
    width: 100%;
    height: auto;
  }
  .idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .swiper_img .centerInfo .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transform: translateX(0) translateY(0) !important;
  }
  .idx_cases .maskBox .content2 .swiper_box ul li .swiper_info .idxPageHide {
    position: absolute;
    bottom: 0;
    transform: translateY(30px);
  }
  .idx_cases .maskBox .content2 {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    background: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .idx_cases .maskBox .content2 .list_box {
    width: 90%;
    height: auto;
    position: relative;
    z-index: 1;
    right: unset;
    bottom: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.2rem;
    border: 1px solid #e5e5e5;
    background: #F5F5F5;
  }
  .idx_cases .maskBox .content2 .list_box .item {
    width: 100% !important;
    height: auto;
    max-width: unset;
  }
  .idx_cases .maskBox .content2 .list_box .item .icon {
    filter: unset;
  }
  .idx_cases .maskBox .content2 .list_box .item .word {
    color: #666666;
  }
  .idx_cases .maskBox .content2 .swiper_box ul li .centerInfo .img img {
    min-height: 400px;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    transform: translateX(0) translateY(0);
  }
}
.idx_news {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.64rem;
}
.idx_news .center_box {
  width: 100%;
  height: auto;
}
.idx_news .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.32rem;
  border-top: 1px solid #DDDDDD;
  margin-top: 0.64rem;
}
.idx_news .center_box .item_box .line {
  width: 1px;
  height: auto;
  background: #DDD;
}
.idx_news .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding-top: 0.32rem;
  padding-bottom: 0.65rem;
}
.idx_news .center_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.idx_news .center_box .item_box .item .img .pb {
  padding-bottom: 66%;
}
.idx_news .center_box .item_box .item .img .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_news .center_box .item_box .item .word_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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0.32rem;
}
.idx_news .center_box .item_box .item .word_box .words {
  width: 70%;
}
.idx_news .center_box .item_box .item .word_box .words .t1 {
  font-weight: 520;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_news .center_box .item_box .item .word_box .words .t2 {
  font-weight: 250;
  color: #999;
  margin-top: 0.16rem;
}
.idx_news .center_box .item_box .item .word_box .words .ins_more5 {
  margin-top: 0.9rem;
  --boder: 1px solid #CCCCCC99;
  --bg: #000000;
}
.idx_news .center_box .item_box .item .word_box .time {
  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;
  gap: 0.12rem;
  font-size: var(--font16);
  font-weight: 250;
}
.idx_news .center_box .item_box .item:hover .img img {
  transform: scale(1.3);
}
.idx_news .center_box .item_box .item:hover .word_box .words .t1 {
  color: var(--active_color);
}
.idx_news .center_box .item_box .item:nth-child(3n) {
  padding-right: 0;
}
@media (max-width:990px) {
  .idx_news .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .idx_news .center_box .item_box .line {
    display: none;
  }
  .idx_news .center_box .item_box .item {
    padding-top: 0;
  }
  .idx_news .center_box .item_box .item .word_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .idx_news .center_box .item_box .item .word_box .words {
    width: 100%;
    height: auto;
  }
  .idx_news .center_box .item_box .item .word_box .words .ins_more5 {
    margin-top: 0.4rem;
  }
  .idx_news .center_box .item_box .item .word_box .time {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    display: none;
  }
}
@media (max-width:990px) {
  .idx_news {
    padding-top: 1.28rem;
  }
}
.idx_help {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
.idx_help .center_box {
  width: 100%;
  height: auto;
  padding: 0.32rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.idx_help .center_box .word {
  width: fit-content;
  color: #FFF;
}
.idx_help .center_box .word .t1 {
  line-height: 1.06;
  letter-spacing: -1.28px;
  font-weight: 520;
}
.idx_help .center_box .word .t1 .icon {
  width: fit-content;
  position: relative;
  z-index: 1;
}
.idx_help .center_box .word .t1 .icon::after {
  content: '';
  position: absolute;
  width: 0.52rem;
  height: 0.4rem;
  background: url(../images/icon6.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(100%) translateY(-10%);
}
.idx_help .center_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 1.48rem;
  font-weight: 300;
}
.idx_help .center_box .word .contact {
  width: 100%;
  height: auto;
  margin-top: 0.61rem;
  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.04rem;
}
.idx_help .center_box .word .contact .one {
  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.1rem;
  font-size: var(--font16);
  line-height: 2;
  font-weight: 300;
}
.idx_help .center_box .word .contact .one .ic {
  display: contents;
  color: #999999;
}
.idx_help .center_box .word .contact .one .on {
  color: #FFFFFF;
}
.idx_help .center_box .ins_more5 {
  width: fit-content;
  height: auto;
  --boder: 1px solid #FFFFFF99;
}
.idx_help.padd68 .center_box {
  padding: 0.68rem 0;
}
@media (max-width:990px) {
  .idx_help {
    padding: 1.2rem 0;
  }
  .idx_help .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.44rem;
  }
  .idx_help .center_box .word .t2 {
    margin-top: 0.4rem;
  }
}
/* ------------------------------------------------------ 关于888官网 */
.idx_aboutCon1 {
  width: 100%;
  height: 380vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F5F5F5;
}
.idx_aboutCon1 .maskBox {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  --wNum: 0%;
  --imgWh: 1.8rem;
  --tY: "translateY(-100%)";
}
.idx_aboutCon1 .maskBox .content1 {
  width: 100%;
  height: 100vh;
  position: absolute;
  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;
  top: 0;
  left: 0;
  background: #F5F5F5;
}
.idx_aboutCon1 .maskBox .content1 .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  transform: var(--tY);
  position: relative;
  z-index: 4;
}
.idx_aboutCon1 .maskBox .content1 .word .one {
  width: fit-content;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.idx_aboutCon1 .maskBox .content1 .word .one .be {
  width: 100%;
  height: auto;
  color: #DDDDDD;
  position: relative;
  z-index: 1;
}
.idx_aboutCon1 .maskBox .content1 .word .one .af {
  width: 100%;
  height: auto;
  color: var(--active_color);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(var(--wNum) 0, 0 0, 0 100%, var(--wNum) 100%);
  clip-path: polygon(var(--wNum) 0, 0 0, 0 100%, var(--wNum) 100%);
}
.idx_aboutCon1 .maskBox .content1 .word .one .be,
.idx_aboutCon1 .maskBox .content1 .word .one .af {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.1rem;
}
.idx_aboutCon1 .maskBox .content1 .word .one .be img,
.idx_aboutCon1 .maskBox .content1 .word .one .af img {
  width: var(--imgWh);
  max-width: unset;
  max-height: unset;
  display: block;
  flex-shrink: 0;
}
.idx_aboutCon1 .maskBox .content1 .word .one .be p,
.idx_aboutCon1 .maskBox .content1 .word .one .af p {
  flex-shrink: 0;
}
.idx_aboutCon1 .maskBox .content2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
}
.idx_aboutCon1 .maskBox .content2 .img_bg {
  width: 100%;
  height: 100%;
}
.idx_aboutCon1 .maskBox .content2 .img_bg img {
  max-width: unset;
  max-height: unset;
  width: 110vw;
  transform: translateX(-2.5vw) translateY(-6%);
}
.idx_aboutCon1 .maskBox .content2 .contC2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #FFFFFF;
  padding-top: calc(var(--header-height) + 0.5rem);
  opacity: 0;
  transform: translateY(10%);
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .ins_title {
  position: relative;
  z-index: 3;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .ins_title .t1 span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #FFFFFF;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box {
  width: 100%;
  height: auto;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list {
  width: 41%;
  font-size: var(--font16);
  font-weight: 300;
  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.16rem;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list p {
  opacity: 0.8;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #FFFFFF4D;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item {
  width: 100%;
  height: auto;
  padding: 0.46rem 0.64rem;
  position: relative;
  z-index: 1;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #FFFFFF4D;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 0;
  top: 0;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item::before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 5px;
  height: 5px;
  background: #E60012;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item .icon {
  width: 100%;
  height: auto;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item .icon span {
  font-size: var(--font56);
  letter-spacing: -2.24px;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item .icon i {
  font-size: var(--font28);
  font-style: normal;
  color: #E60012;
  display: inline-block;
  padding-left: 0.05rem;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item .word {
  font-size: var(--font18);
  font-weight: 300;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item:last-child::after {
  opacity: 0;
}
.idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item:last-child::before {
  opacity: 0;
}
.idx_aboutCon1 .maskBox .contCon3 {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.idx_aboutCon1 .maskBox .contCon3 .img {
  width: 0;
  height: 0;
  position: absolute;
}
.idx_aboutCon1 .maskBox .contCon3 .img img {
  max-width: unset;
  max-height: unset;
}
.idx_aboutCon1 .maskBox.active .center_box .ins_title .t1 span {
  color: #FFFFFF;
}
@media (max-width:990px) {
  .idx_aboutCon1 {
    width: 100%;
    height: auto;
    padding-top: var(--header-height);
  }
  .idx_aboutCon1 .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .idx_aboutCon1 .maskBox .content1,
  .idx_aboutCon1 .maskBox .content2,
  .idx_aboutCon1 .maskBox .contCon3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .idx_aboutCon1 .maskBox .content1 {
    display: none;
  }
  .idx_aboutCon1 .maskBox .content2 .img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .idx_aboutCon1 .maskBox .content2 .img_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    z-index: 1;
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list {
    width: 100%;
    height: auto;
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box::after {
    opacity: 0;
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item {
    width: 100%;
    height: auto;
    padding: 0.4rem;
    border-bottom: 1px solid #FFFFFF4D;
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item:last-child::after {
    opacity: 1;
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item:last-child::before {
    opacity: 1;
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item:nth-child(2n)::after {
    opacity: 0;
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item:nth-child(2n)::before {
    opacity: 0;
  }
  .idx_aboutCon1 .maskBox .content2 .contC2 .center_box .word_box .list_box .item:first-child::before {
    opacity: 0;
  }
}
.idx_aboutCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F5F5F5;
  padding: 1.28rem 0;
}
.idx_aboutCon2 .center_box {
  width: 100%;
  height: auto;
}
.idx_aboutCon2 .center_box .left_box {
  width: 34%;
  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;
  gap: 0.5rem;
}
.idx_aboutCon2 .center_box .left_box .word_box {
  width: 100%;
  height: auto;
}
.idx_aboutCon2 .center_box .left_box .word_box .list {
  width: 100%;
  font-size: var(--font16);
  font-weight: 300;
  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.16rem;
}
.idx_aboutCon2 .center_box .left_box .word_box .list p {
  opacity: 0.8;
}
.idx_aboutCon2 .center_box .left_box .word_box .list_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.3rem;
}
.idx_aboutCon2 .center_box .left_box .word_box .list_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_aboutCon2 .center_box .left_box .word_box .list_box .item .icon {
  width: 100%;
  height: auto;
}
.idx_aboutCon2 .center_box .left_box .word_box .list_box .item .icon span {
  font-size: var(--font56);
  letter-spacing: -2.24px;
  color: var(--active_color);
}
.idx_aboutCon2 .center_box .left_box .word_box .list_box .item .icon i {
  font-size: var(--font28);
  font-style: normal;
  color: #E60012;
  display: inline-block;
  padding-left: 0.05rem;
}
.idx_aboutCon2 .center_box .left_box .word_box .list_box .item .word {
  font-size: var(--font18);
  font-weight: 300;
}
.idx_aboutCon2 .center_box .right_box {
  width: 54%;
  height: auto;
  position: relative;
  z-index: 1;
  --hw: 100%;
}
.idx_aboutCon2 .center_box .right_box::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 33.333%;
  top: 0;
  height: var(--hw);
  width: 1px;
  background: #000;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_aboutCon2 .center_box .right_box::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 66.666%;
  bottom: 0;
  height: var(--hw);
  width: 1px;
  background: #000;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_aboutCon2 .center_box .right_box .img_box {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_aboutCon2 .center_box .right_box .img_box::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 33.333%;
  right: 0;
  width: var(--hw);
  height: 1px;
  background: #000;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_aboutCon2 .center_box .right_box .img_box::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 66.666%;
  left: 0;
  width: var(--hw);
  height: 1px;
  background: #000;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_aboutCon2 .center_box .right_box .img_box img {
  width: 100%;
  height: auto;
}
.idx_aboutCon2.active .center_box .right_box {
  --hw: 0%;
}
.idx_aboutCon2.active .center_box .right_box .img_box {
  border-color: #F5F5F5;
}
.idx_aboutCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
}
.idx_aboutCon3 .center_box {
  width: 100%;
  height: auto;
}
.idx_aboutCon3 .center_box .swiper_box {
  width: 100%;
  height: auto;
  padding-top: 0.64rem;
}
.idx_aboutCon3 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.idx_aboutCon3 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: url(../images/zz16.jpg) no-repeat;
  background-position: bottom right;
  background-size: cover;
  padding: 0.32rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_aboutCon3 .center_box .swiper_box ul li .centerInfo .word_box {
  width: 56.8%;
  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;
}
.idx_aboutCon3 .center_box .swiper_box ul li .centerInfo .word_box .t1 {
  color: #1D2088;
}
.idx_aboutCon3 .center_box .swiper_box ul li .centerInfo .word_box .t2 {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  font-weight: 300;
}
.idx_aboutCon3 .center_box .swiper_box ul li .centerInfo .icon {
  width: 31%;
}
.idx_aboutCon3 .center_box .swiper_box ul li .centerInfo:hover {
  transform: translateY(-20px);
}
.idx_aboutCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F5F5F5;
  padding: 1.28rem 0;
  background: url(../images/bg2.jpg) no-repeat;
  background-position: top right;
  background-size: cover;
}
.idx_aboutCon4 .center_box {
  width: 100%;
  height: auto;
}
.idx_aboutCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.64rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #DDD;
}
.idx_aboutCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  border-right: 1px solid #DDD;
  cursor: pointer;
  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;
  color: #999999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_aboutCon4 .center_box .item_box .item i {
  color: #CCCCCC;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: var(--font16);
}
.idx_aboutCon4 .center_box .item_box .item:hover {
  color: var(--active_color);
}
.idx_aboutCon4 .center_box .item_box .item:hover i {
  color: var(--active_color2);
}
.idx_aboutCon4 .center_box .item_box .item.active {
  background: var(--active_color);
  color: #FFFFFF;
}
.idx_aboutCon4 .center_box .item_box .item.active i {
  color: var(--active_color2);
  transform: rotate(90deg);
}
.idx_aboutCon4 .center_box .item_box .item:last-child {
  border: 0;
}
.idx_aboutCon4 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.idx_aboutCon4 .center_box .swiper_box ul li.swiper-slide-active .swiper_info {
  opacity: 1;
  pointer-events: initial;
}
.idx_aboutCon4 .center_box .swiper_box .swiper_info {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_aboutCon4 .center_box .swiper_box .swiper_info .swiper_word {
  width: 100%;
  height: auto;
}
.idx_aboutCon4 .center_box .swiper_box .swiper_info .swiper_word .centerInfo {
  width: 100%;
  height: auto;
}
.idx_aboutCon4 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .number {
  width: 100%;
  height: auto;
  color: var(--active_color);
  font-weight: 450;
}
.idx_aboutCon4 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .t1 {
  width: 100%;
  height: calc(5em * 1.3);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 0.24rem;
  opacity: 0.8;
  font-size: var(--font16);
  font-weight: 330;
}
.idx_aboutCon4 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .img {
  width: 87%;
  height: auto;
  margin-top: 0.48rem;
}
.idx_aboutCon4 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .img .pb {
  padding-bottom: 54%;
}
.idx_aboutCon4 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .img .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .idx_aboutCon4 .center_box {
    width: 100%;
    height: auto;
  }
  .idx_aboutCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .idx_aboutCon4 .center_box .item_box .item {
    font-size: var(--font14);
  }
  .idx_aboutCon4 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .img {
    width: 100%;
    height: auto;
  }
}
.idx_aboutCon4_1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F5F5F5;
  padding: 1.28rem 0;
  background: url(../images/bg2.jpg) no-repeat;
  background-position: top right;
  background-size: cover;
}
.idx_aboutCon4_1 .center_box {
  width: 100%;
  height: auto;
}
.idx_aboutCon4_1 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.64rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.idx_aboutCon4_1 .center_box .item_box .item {
  width: 100%;
  height: auto;
}
.idx_aboutCon4_1 .center_box .item_box .item .icon {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  border-right: 1px solid #DDD;
  cursor: pointer;
  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;
  color: var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #DDD;
}
.idx_aboutCon4_1 .center_box .item_box .item .icon i {
  color: #CCCCCC;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: var(--font16);
  opacity: 0;
}
.idx_aboutCon4_1 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-right: 0.6rem;
}
.idx_aboutCon4_1 .center_box .item_box .item .word .number {
  width: 100%;
  height: auto;
  color: var(--active_color);
  font-weight: 450;
}
.idx_aboutCon4_1 .center_box .item_box .item .word .t1 {
  width: 100%;
  height: calc(5em * 1.3);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 0.24rem;
  opacity: 0.8;
  font-size: var(--font16);
  font-weight: 330;
}
.idx_aboutCon4_1 .center_box .item_box .item .word .img {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
}
.idx_aboutCon4_1 .center_box .item_box .item .word .img .pb {
  padding-bottom: 54%;
}
.idx_aboutCon4_1 .center_box .item_box .item .word .img .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_aboutCon4_1 .center_box .item_box .item:hover .icon {
  background: var(--active_color);
  color: #FFFFFF;
}
.idx_aboutCon4_1 .center_box .item_box .item:hover .word .img .pb .ab img {
  transform: scale(1.1);
}
@media (max-width:990px) {
  .idx_aboutCon4_1 .center_box {
    width: 100%;
    height: auto;
  }
  .idx_aboutCon4_1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .idx_aboutCon4_1 .center_box .item_box .item {
    font-size: var(--font14);
  }
  .idx_aboutCon4_1 .center_box .item_box .item .word {
    padding-right: 0;
  }
}
.idx_aboutCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 0.32rem;
  background: url(../images/bg3.jpg) no-repeat;
  background-position: top right;
  background-size: cover;
}
.idx_aboutCon5 .center_box {
  width: 100%;
  height: auto;
}
.idx_aboutCon5 .center_box .left_box {
  width: 28.2%;
  height: auto;
  padding: 0.65rem 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_aboutCon5 .center_box .left_box .ins_title .t1 span {
  color: #FFFFFF;
}
.idx_aboutCon5 .center_box .left_box .word {
  width: 81%;
  font-size: var(--font16);
  opacity: 0.8;
  font-weight: 330;
}
.idx_aboutCon5 .center_box .right_box {
  width: 69%;
  height: auto;
  padding-top: 0.8rem;
}
.idx_aboutCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
  background: #F5F5F5;
  background: url(../images/bg2.jpg) no-repeat;
  background-position: top right;
  background-size: cover;
}
.idx_aboutCon6 .center_box {
  width: 100%;
  height: auto;
}
.idx_aboutCon6 .center_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  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: 1.13rem;
}
.idx_aboutCon6 .center_box .list_box .item {
  width: fit-content;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_aboutCon6 .center_box .list_box .item .icon {
  width: 100%;
  height: auto;
}
.idx_aboutCon6 .center_box .list_box .item .icon span {
  font-size: var(--font56);
  letter-spacing: -2.24px;
  color: var(--active_color);
}
.idx_aboutCon6 .center_box .list_box .item .icon i {
  font-size: var(--font28);
  font-style: normal;
  color: #E60012;
  display: inline-block;
  padding-left: 0.05rem;
}
.idx_aboutCon6 .center_box .list_box .item .word {
  font-size: var(--font18);
  font-weight: 300;
}
.idx_aboutCon6 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.idx_aboutCon6 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 0.62rem 0.45rem;
  padding-bottom: 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-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo .img_bg .pb {
  padding-bottom: 96%;
  background: url(../images/icon12.png) no-repeat;
  background-position: center center;
  overflow: unset;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo .img_bg .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;
  overflow: unset;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo .img_bg .pb .ab img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo .img_bg .pb .ab .one {
  position: absolute;
  transform: scaleX(-1) translateY(101%) rotate(180deg);
  direction: rtl;
  overflow: hidden;
  opacity: 1;
  background: #FFFFFF;
  z-index: 1;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo .img_bg .pb .ab .one .be {
  opacity: 0.2;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo .img_bg .pb .ab .one::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 75%, #FFFFFF00 100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo .word {
  width: 78%;
  height: auto;
  margin-top: 0.97rem;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #000000CC;
  font-weight: 330;
}
.idx_aboutCon6 .center_box .swiper_box ul li .centerInfo:hover .img_bg .pb .ab img {
  transform: scale(1.2);
}
.idx_aboutCon6 .center_box .idxSwiBox {
  --bg1: #1d21882c;
  --bg2: #1d2088;
  --bg3: #1d2088;
  --bg4: #FFFF;
  top: 62%;
}
.idx_aboutCon6 .center_box .idxPageShow {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
@media (max-width:990px) {
  .idx_aboutCon6 .center_box {
    width: 100%;
    height: auto;
  }
  .idx_aboutCon6 .center_box .list_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .idx_aboutCon6 .center_box .list_box .item {
    width: 100%;
    height: auto;
  }
}
.idx_aboutCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  padding-bottom: 0.5rem;
}
.idx_aboutCon7 .center_box {
  width: 100%;
  height: auto;
}
.idx_aboutCon7 .center_box .swiper_info {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  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.16rem;
}
.idx_aboutCon7 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #EEE;
}
.idx_aboutCon7 .center_box .swiper_box ul {
  transition-timing-function: linear !important;
}
.idx_aboutCon7 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_aboutCon7 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 2.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-radius: 0.08rem;
  cursor: pointer;
}
.idx_aboutCon7 .center_box .swiper_box ul li .centerInfo .pb {
  padding-bottom: 52%;
}
.idx_aboutCon7 .center_box .swiper_box ul li .centerInfo .pb .ab img {
  filter: brightness(0) invert(0);
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: auto;
}
.idx_aboutCon7 .center_box .swiper_box ul li .centerInfo:hover .pb .ab img {
  opacity: 1;
  filter: unset;
}
@media (max-width:990px) {
  .idx_aboutCon7 .center_box .swiper_box ul li .centerInfo {
    width: 100%;
    height: auto;
  }
}
/* ------------------------------------------------------ 联系888官网 */
.ins_contactCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.64rem 0;
}
.ins_contactCon1 .center_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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #999999;
  font-weight: 305;
  font-size: var(--font16);
  gap: 0.1rem;
}
.ins_contactCon1 .center_box .one {
  color: #999999;
}
.ins_contactCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_contactCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon2 .center_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_contactCon2 .center_box .top_box .ins_title2 {
  width: 25%;
}
.ins_contactCon2 .center_box .top_box .word {
  width: 62.5%;
  height: auto;
  font-weight: 250;
}
.ins_contactCon2 .center_box .top_box .word p {
  max-width: 56%;
}
@media (max-width:990px) {
  .ins_contactCon2 .center_box .top_box .word p {
    max-width: 100%;
  }
}
.ins_contactCon2 .center_box .img_bg {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.ins_contactCon2 .center_box .img_bg img {
  width: 100%;
  height: auto;
}
.ins_contactCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
}
.ins_contactCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon3 .center_box .left_box {
  width: 30%;
  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_contactCon3 .center_box .right_box {
  width: 62.5%;
}
.ins_contactCon3 .center_box .list_box {
  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.05rem;
}
.ins_contactCon3 .center_box .list_box .one {
  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;
  line-height: 2;
}
.ins_contactCon3 .center_box .list_box .one .icon {
  width: 18px;
  height: 18px;
  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_contactCon3 .center_box .list_box .one .word {
  font-size: var(--font16);
  font-weight: 330;
}
.ins_contactCon3 .center_box .list_box .one .word span {
  color: #999;
}
.ins_contactCon3 .center_box .list_box .one .word .be {
  color: #000000;
  opacity: 0.8;
}
.ins_contactCon3 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.64rem;
  overflow: hidden;
}
.ins_contactCon3 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_contactCon3 .center_box .swiper_box ul li .centerInfo {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_contactCon3 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
}
.ins_contactCon3 .center_box .swiper_box ul li .centerInfo .word .t1 {
  color: #999;
  font-weight: 520;
  font-size: var(--font16);
}
.ins_contactCon3 .center_box .swiper_box ul li .centerInfo .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
  font-weight: 330;
  opacity: 0.8;
}
.ins_contactCon3 .center_box .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.ins_contactCon3 .center_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 53%;
}
.ins_contactCon3 .center_box .icon_box {
  width: 100%;
  height: auto;
}
.ins_contactCon3 .center_box .icon_box .title {
  color: #999;
  font-weight: 520;
  font-size: var(--font16);
}
.ins_contactCon3 .center_box .icon_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0.24rem;
  gap: 0.16rem;
}
.ins_contactCon3 .center_box .icon_box .item_box .item {
  width: 40px;
  height: 40px;
  background-color: #0000001A;
  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%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_contactCon3 .center_box .icon_box .item_box .item i {
  font-size: var(--font20);
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_contactCon3 .center_box .icon_box .item_box .item:hover {
  background: var(--active_color);
}
.ins_contactCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: url(../images/bg4.jpg) no-repeat;
  background-size: cover;
}
.ins_contactCon4 .center_box {
  width: 100%;
  height: auto;
  padding: 0.32rem 0;
}
.ins_contactCon4 .center_box .left_box {
  width: 37%;
}
.ins_contactCon4 .center_box .left_box .word {
  width: fit-content;
  color: #FFF;
}
.ins_contactCon4 .center_box .left_box .word .t1 {
  line-height: 1.06;
  letter-spacing: -1.28px;
  font-weight: 520;
}
.ins_contactCon4 .center_box .left_box .word .t1 .icon {
  width: fit-content;
  position: relative;
  z-index: 1;
}
.ins_contactCon4 .center_box .left_box .word .t1 .icon::after {
  content: '';
  position: absolute;
  width: 0.52rem;
  height: 0.4rem;
  background: url(../images/icon6.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(200%) translateY(-50%);
}
.ins_contactCon4 .center_box .left_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  font-weight: 250;
}
.ins_contactCon4 .center_box .right_box {
  width: 49.2%;
  height: auto;
}
.ins_contactCon4 .center_box .right_box .layui-form {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.26rem;
}
.ins_contactCon4 .center_box .right_box .layui-form .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  --color: #FFFFFF80;
}
.ins_contactCon4 .center_box .right_box .layui-form .item input,
.ins_contactCon4 .center_box .right_box .layui-form .item textarea {
  width: 100%;
  background: none;
  border: 0;
  min-height: 57px;
  padding-left: 23px;
  font-size: var(--font16);
  color: var(--color);
  background: #D9D9D91A;
  color: #ffffff;
  box-shadow: unset !important;
  font-weight: 250;
}
.ins_contactCon4 .center_box .right_box .layui-form .item input:hover,
.ins_contactCon4 .center_box .right_box .layui-form .item textarea:hover {
  border: unset !important;
}
.ins_contactCon4 .center_box .right_box .layui-form .item input:focus,
.ins_contactCon4 .center_box .right_box .layui-form .item textarea:focus {
  border: unset !important;
}
.ins_contactCon4 .center_box .right_box .layui-form .item input::-webkit-input-placeholder,
.ins_contactCon4 .center_box .right_box .layui-form .item textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_contactCon4 .center_box .right_box .layui-form .item input:-moz-placeholder,
.ins_contactCon4 .center_box .right_box .layui-form .item textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_contactCon4 .center_box .right_box .layui-form .item input::-moz-placeholder,
.ins_contactCon4 .center_box .right_box .layui-form .item textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_contactCon4 .center_box .right_box .layui-form .item input:-ms-input-placeholder,
.ins_contactCon4 .center_box .right_box .layui-form .item textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_contactCon4 .center_box .right_box .layui-form .item textarea {
  min-height: 110px;
  padding-top: 20px;
}
.ins_contactCon4 .center_box .right_box .layui-form .btn_box {
  width: 100%;
  height: 0.57rem;
  min-height: 45px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: var(--active_color2);
  margin-top: 0.1rem;
  color: #FFFFFF;
}
.ins_contactCon4 .center_box .right_box .layui-form .grid3 {
  grid-column: span 2;
}
.ins_contactCon4 .center_box .right_box .layui-form .layui-form-radio {
  line-height: 1;
}
.ins_contactCon4 .center_box .right_box .layui-form .layraBox {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.ins_contactCon4 .center_box .right_box .layui-form .layraBox .layui-form-checkbox[lay-skin=primary] > div {
  color: #ffffff;
  font-size: var(--font15);
  font-weight: 300;
}
.ins_contactCon4 .center_box .right_box .layui-form .layraBox .layui-form-checked[lay-skin=primary] > i {
  background: unset !important;
  border: 1px solid #FFFFFF !important;
}
.ins_contactCon4 .center_box .right_box .layui-form .layraBox .layui-form-checked .layui-icon-ok:before {
  background: #FFFFFF;
}
.ins_contactCon4 .center_box .right_box .layui-form .layraBox .layui-form-checkbox[lay-skin=primary] > i {
  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: 15px !important;
  height: 15px !important;
  background: unset !important;
  border: 1px solid #FFFFFF !important;
}
.ins_contactCon4 .center_box .right_box .layui-form .layraBox .layui-icon-ok:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
}
.ins_contactCon4 .center_box .right_box .layui-form .layraBox a {
  color: var(--active_color);
}
.ins_contactCon4 .center_box .right_box .layui-form .layraBox span,
.ins_contactCon4 .center_box .right_box .layui-form .layraBox a {
  display: inline !important;
}
@media (max-width:990px) {
  .ins_contactCon4 .center_box .right_box .layui-form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_contactCon4 .center_box .right_box .layui-form .grid3 {
    grid-column: unset;
  }
}
@media (max-width:1024px) {
  .idx_news .center_box .item_box .item .word_box .time {
    display: none;
  }
  .idx_news .center_box .item_box .item .word_box .word {
    width: 100%;
    height: auto;
  }
}
/* ------------------------------------------------------ 产品列表 */
.ins_productCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_productCon1 .content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  padding-top: 0.6rem;
}
.ins_productCon1 .content .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon1 .content .center_box .nav_box {
  width: 100%;
  height: auto;
}
.ins_productCon1 .content .center_box .nav_box .left_box {
  width: fit-content;
  height: auto;
}
.ins_productCon1 .content .center_box .nav_box .left_box .idx_title .t1 span {
  color: #FFFFFF;
}
.ins_productCon1 .content .center_box .nav_box .right_box {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #999999;
  font-weight: 305;
  font-size: var(--font16);
  gap: 0.1rem;
  flex-shrink: 0;
}
.ins_productCon1 .content .center_box .nav_box .right_box .one {
  color: #999999;
}
.ins_productCon1 .content .center_box .nav_box .right_box .one.active {
  color: var(--active_color);
  text-decoration: underline;
}
.ins_productCon1 .content .center_box .contCon1 {
  width: 100%;
  height: auto;
  color: #FFFFFF;
  margin-top: 1.9rem;
}
.ins_productCon1 .content .center_box .contCon1 .t1 {
  font-weight: 450;
}
.ins_productCon1 .content .center_box .contCon1 .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.08rem;
}
.ins_productCon1 .content .center_box .contCon1 .idx_more2 {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.ins_productCon1 .img_bg {
  width: 100%;
  height: auto;
}
.ins_productCon1 .img_bg img {
  width: 100%;
  height: auto;
  animation: scale2 0.8s linear;
}
.ins_productCon1 .img_bg img.wap {
  min-height: 500px;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_productCon1 .content .center_box .nav_box .right_box {
    display: none !important;
  }
}
.ins_productBox {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
}
.ins_productBox.active {
  z-index: 1;
}
.ins_productCon2 {
  width: 100%;
  height: auto;
  position: sticky;
  top: -2px;
  z-index: 3;
  overflow: hidden;
  padding: 0.34rem 0;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon2 .center_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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: var(--font20);
}
.ins_productCon2 .center_box .one {
  color: #999999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  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_productCon2 .center_box .one::after {
  content: '';
  position: absolute;
  width: 0.1rem;
  height: 0.08rem;
  background: var(--active_color2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  transform: translateX(0rem);
  opacity: 0;
}
.ins_productCon2 .center_box .one:hover {
  color: var(--active_color);
}
.ins_productCon2 .center_box .one.active {
  color: var(--active_color);
  text-decoration: underline;
}
.ins_productCon2 .center_box .one.active::after {
  transform: translateX(-0.26rem);
  opacity: 1;
}
.ins_productCon2.active {
  top: var(--header-height);
  z-index: 2;
  box-shadow: 0 0 10px 1px #eee;
}
@media (max-width:990px) {
  .ins_productCon2 {
    display: none;
  }
}
.ins_productCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #F5F5F5;
  padding-bottom: 1.28rem;
}
.ins_productCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon3 .center_box .content {
  width: 100%;
  height: auto;
  padding-top: 1.28rem;
}
.ins_productCon3 .center_box .content .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
  margin-top: 0.62rem;
}
.ins_productCon3 .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.32rem;
  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;
  background: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_productCon3 .center_box .content .item_box .item .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
.ins_productCon3 .center_box .content .item_box .item .title i {
  width: 0.1rem;
  height: 0.08rem;
  background: var(--active_color2);
  display: block;
}
.ins_productCon3 .center_box .content .item_box .item .title span {
  font-weight: 520;
  color: var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .img {
  width: 100%;
  height: 4.44rem;
  margin-top: 0.45rem;
  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_productCon3 .center_box .content .item_box .item .img img {
  max-width: 85%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .word_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;
  gap: 0.5rem;
  margin-top: 0.12rem;
}
.ins_productCon3 .center_box .content .item_box .item .word_box .word {
  width: fit-content;
  height: auto;
}
.ins_productCon3 .center_box .content .item_box .item .word_box .word .t1 {
  font-weight: 330;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .word_box .word .t2 {
  margin-top: 0.12rem;
  color: #999999;
  font-weight: 250;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .word_box .moreB {
  color: #999;
  font-size: var(--font20);
  font-weight: 330;
  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.17rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .word_box .moreB img {
  width: 0.2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .word_box .moreB:hover span {
  text-decoration: underline;
}
.ins_productCon3 .center_box .content .item_box .item .img_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .img_bg img,
.ins_productCon3 .center_box .content .item_box .item .img_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_productCon3 .center_box .content .item_box .item.grid2 {
  grid-column: span 2;
}
.ins_productCon3 .center_box .content .item_box .item.hover_:hover .title span {
  color: #FFFFFF;
}
.ins_productCon3 .center_box .content .item_box .item.hover_:hover .img img {
  opacity: 0;
}
.ins_productCon3 .center_box .content .item_box .item.hover_:hover .word_box .word .t1,
.ins_productCon3 .center_box .content .item_box .item.hover_:hover .word_box .word .t2 {
  color: #FFFFFF;
}
.ins_productCon3 .center_box .content .item_box .item.hover_:hover .moreB {
  color: #FFFFFF;
}
.ins_productCon3 .center_box .content .item_box .item.hover_:hover .img_bg {
  opacity: 1;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info {
  width: 100%;
  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;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .btnBox {
  width: 0.5rem;
  height: 0.5rem;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 3;
  opacity: 0.5;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .btnBox img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .btnBox:hover {
  opacity: 1;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .btnBox.next {
  right: 0;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .btnBox.prev {
  left: 0;
}
@media (max-width:990px) {
  .ins_productCon3 .center_box .content .item_box .item .swiper_info {
    padding-bottom: 0.8rem;
  }
  .ins_productCon3 .center_box .content .item_box .item .swiper_info .btnBox {
    display: none;
  }
  .ins_productCon3 .center_box .content .item_box .item .swiper_info .idxPageHide {
    position: absolute;
    bottom: 0.2rem;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 3;
  }
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .swiper_box ul li .centerInfo .img {
  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_productCon3 .center_box .content .item_box .item .swiper_info .swiper_box ul li .centerInfo .img .be {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .swiper_box ul li .centerInfo .img .af {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .swiper_box ul li .centerInfo:hover .img .be {
  opacity: 1;
}
.ins_productCon3 .center_box .content .item_box .item .swiper_info .swiper_box ul li .centerInfo:hover .img .af {
  opacity: 0;
}
@media (max-width:990px) {
  .ins_productCon3 .center_box .content .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_productCon3 .center_box .content .item_box .item {
    width: 100%;
    height: auto;
  }
  .ins_productCon3 .center_box .content .item_box .item.grid2 {
    grid-column: unset !important;
  }
}
@media (max-width:990px) {
  .ins_productCon3 {
    margin-top: -100vh;
  }
}
.ins_productMenu {
  width: 100%;
  height: 100vh;
  position: sticky;
  z-index: 10;
  top: 0;
  display: none;
  -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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  pointer-events: none;
}
.ins_productMenu .list {
  width: 100%;
  height: auto;
  max-height: 70vh;
  overflow: auto;
  background: #ffffff;
  pointer-events: initial;
  display: none;
}
.ins_productMenu .list .one {
  padding: 0.4rem;
  background: #f3f3f3c4;
  border-bottom: 1px solid #d3d3d363;
}
.ins_productMenu .buttonB {
  width: 60%;
  height: 40px;
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--active_color);
  color: #FFFF;
  pointer-events: initial;
  font-size: var(--font16);
}
.ins_productMenu .buttonB.close {
  display: none;
}
@media (max-width:990px) {
  .ins_productMenu {
    display: flex !important;
  }
}
/* ------------------------------------------------------ 公司实力 */
.ins_aboutslCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_aboutslCon1 .content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  padding: 0.64rem 0;
}
.ins_aboutslCon1 .content .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_aboutslCon1 .content .center_box .nav_box {
  width: 100%;
  height: auto;
}
.ins_aboutslCon1 .content .center_box .nav_box .left_box {
  width: fit-content;
  height: auto;
}
.ins_aboutslCon1 .content .center_box .nav_box .left_box .idx_title .t1 span {
  color: #FFFFFF;
}
.ins_aboutslCon1 .content .center_box .nav_box .right_box {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #999999;
  font-weight: 305;
  font-size: var(--font16);
  gap: 0.1rem;
  flex-shrink: 0;
}
.ins_aboutslCon1 .content .center_box .nav_box .right_box .one {
  color: #999999;
}
.ins_aboutslCon1 .content .center_box .nav_box .right_box .one.active {
  color: #FFFFFF;
  text-decoration: underline;
}
.ins_aboutslCon1 .content .center_box .contCon1 {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  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-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 0.32rem;
}
.ins_aboutslCon1 .content .center_box .contCon1 .word {
  font-weight: 520;
}
.ins_aboutslCon1 .content .center_box .contCon1 .videoBox {
  width: fit-content;
  height: auto;
  cursor: pointer;
}
.ins_aboutslCon1 .content .center_box .contCon1 .videoBox .img {
  width: 0.96rem;
  height: 0.96rem;
}
.ins_aboutslCon1 .content .center_box .contCon1 .videoBox .t1 {
  margin-top: 0.2rem;
  font-weight: 250;
}
.ins_aboutslCon1 .content .center_box .contCon1 .iconBox {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  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_aboutslCon1 .content .center_box .contCon1 .iconBox .t1 {
  width: 48%;
  font-weight: 330;
}
.ins_aboutslCon1 .content .center_box .contCon1 .iconBox .list {
  width: fit-content;
  max-width: 30%;
  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.16rem;
}
.ins_aboutslCon1 .content .center_box .contCon1 .iconBox .list .one {
  width: 100%;
  height: auto;
  color: #999999;
  font-weight: 320;
  position: relative;
  z-index: 1;
  padding-left: 0.22rem;
}
.ins_aboutslCon1 .content .center_box .contCon1 .iconBox .list .one::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.08rem;
  height: 0.06rem;
  background: #CCCCCC;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_aboutslCon1 .img_bg {
  width: 100%;
  height: auto;
}
.ins_aboutslCon1 .img_bg img {
  width: 100%;
  height: auto;
  animation: scale2 0.8s linear;
}
@media (max-width:990px) {
  .ins_aboutslCon1 .content .center_box .nav_box .right_box {
    display: none;
  }
  .ins_aboutslCon1 .img_bg img {
    min-height: 500px;
    object-fit: cover;
  }
}
.ins_aboutslCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
}
.ins_aboutslCon2 .center_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutslCon2 .center_box .box_info {
  width: 100%;
  height: auto;
}
.ins_aboutslCon2 .center_box .box_info .left_box {
  width: 35%;
  font-weight: 600;
}
.ins_aboutslCon2 .center_box .box_info .right_box {
  width: 45%;
  font-weight: 300;
}
.ins_aboutslCon2 .center_box .list_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.64rem;
  position: relative;
  z-index: 1;
}
.ins_aboutslCon2 .center_box .list_box::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #DDD;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.ins_aboutslCon2 .center_box .list_box .item {
  width: 100%;
  height: auto;
  padding: 0.46rem 0.64rem;
  position: relative;
  z-index: 1;
}
.ins_aboutslCon2 .center_box .list_box .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #DDD;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 0;
  top: 0;
}
.ins_aboutslCon2 .center_box .list_box .item::before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 5px;
  height: 5px;
  background: #E60012;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.ins_aboutslCon2 .center_box .list_box .item .icon {
  width: 100%;
  height: auto;
}
.ins_aboutslCon2 .center_box .list_box .item .icon span {
  font-size: var(--font56);
  letter-spacing: -2.24px;
  color: var(--active_color);
}
.ins_aboutslCon2 .center_box .list_box .item .icon i {
  font-size: var(--font28);
  font-style: normal;
  color: #E60012;
  display: inline-block;
  padding-left: 0.05rem;
}
.ins_aboutslCon2 .center_box .list_box .item .word {
  font-size: var(--font18);
  font-weight: 300;
  margin-top: 0.16rem;
}
.ins_aboutslCon2 .center_box .list_box .item:last-child::after {
  opacity: 0;
}
.ins_aboutslCon2 .center_box .list_box .item:last-child::before {
  opacity: 0;
}
.ins_aboutslCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  margin-top: 0.8rem;
}
.ins_aboutslCon2 .center_box .item_box .item {
  width: 10%;
  height: 6.84rem;
  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.16rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.ins_aboutslCon2 .center_box .item_box .item .img {
  width: 100%;
  height: 100%;
}
.ins_aboutslCon2 .center_box .item_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutslCon2 .center_box .item_box .item1 {
  width: 41.4%;
}
.ins_aboutslCon2 .center_box .item_box .item2 {
  width: 33%;
}
.ins_aboutslCon2 .center_box .item_box .item3 {
  width: 24.6%;
}
@media (max-width:990px) {
  .ins_aboutslCon2 .center_box .list_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ins_aboutslCon2 .center_box .list_box::after,
  .ins_aboutslCon2 .center_box .list_box::before {
    opacity: 0 !important;
  }
  .ins_aboutslCon2 .center_box .list_box .item {
    padding: 0.4rem 0.2rem;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
  }
  .ins_aboutslCon2 .center_box .list_box .item::after,
  .ins_aboutslCon2 .center_box .list_box .item::before {
    opacity: 0 !important;
  }
  .ins_aboutslCon2 .center_box .list_box .item:nth-child(2n) {
    border-right: 0;
  }
  .ins_aboutslCon2 .center_box .list_box .item:nth-last-child(2) {
    border-bottom: 0;
  }
  .ins_aboutslCon2 .center_box .list_box .item:last-child {
    border-bottom: 0;
  }
  .ins_aboutslCon2 .center_box .item_box {
    margin-top: 0.4rem;
  }
  .ins_aboutslCon2 .center_box .item_box .item {
    height: 4.5rem;
  }
}
.ins_aboutslCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
  background: url(../images/zz37.jpg) no-repeat top right;
  background-size: 100% auto;
  background-color: #EEEFF7;
}
.ins_aboutslCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutslCon3 .center_box .left_box {
  width: 28.5%;
}
.ins_aboutslCon3 .center_box .left_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: 1rem;
}
.ins_aboutslCon3 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_aboutslCon3 .center_box .left_box .item_box .item .t1 {
  font-weight: 520;
}
.ins_aboutslCon3 .center_box .left_box .item_box .item .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  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.16rem;
  font-size: var(--font16);
  color: #999999;
  font-weight: 450;
}
.ins_aboutslCon3 .center_box .left_box .item_box .item .t2 span {
  color: var(--active_color);
}
.ins_aboutslCon3 .center_box .left_box .item_box .item:last-child {
  border-top: 1px solid #DDDDDD;
  padding-top: 1rem;
}
.ins_aboutslCon3 .center_box .right_box {
  width: 29.6%;
}
@media (max-width:990px) {
  .ins_aboutslCon3 .center_box .left_box .item_box {
    gap: 0.5rem;
  }
  .ins_aboutslCon3 .center_box .left_box .item_box .item:last-child {
    padding-top: 0.5rem;
  }
  .ins_aboutslCon3 .center_box .right_box {
    width: 75% !important;
    margin: 0 auto;
  }
}
.ins_aboutslCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
  background: url(../images/zz42.jpg) no-repeat top right;
  background-size: 100% auto;
}
.ins_aboutslCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutslCon4 .center_box .box_info {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.ins_aboutslCon4 .center_box .box_info .left_box {
  width: 50%;
}
.ins_aboutslCon4 .center_box .box_info .left_box .swiper_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutslCon4 .center_box .box_info .left_box .swiper_img ul li {
  width: 100%;
  height: auto;
}
.ins_aboutslCon4 .center_box .box_info .left_box .swiper_img ul li .img {
  width: 100%;
  height: 100%;
}
.ins_aboutslCon4 .center_box .box_info .left_box .swiper_img ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutslCon4 .center_box .box_info .right_box {
  width: 45.26%;
  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_aboutslCon4 .center_box .box_info .right_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 0.85rem;
}
.ins_aboutslCon4 .center_box .box_info .right_box .swiper_info .swiper_word {
  width: 100%;
  height: auto;
}
.ins_aboutslCon4 .center_box .box_info .right_box .swiper_info .swiper_word .centerInfo {
  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_aboutslCon4 .center_box .box_info .right_box .swiper_info .swiper_word .centerInfo .word {
  width: 100%;
  height: auto;
}
.ins_aboutslCon4 .center_box .box_info .right_box .swiper_info .swiper_word .centerInfo .word .t1 {
  font-weight: 520;
}
.ins_aboutslCon4 .center_box .box_info .right_box .swiper_info .swiper_word .centerInfo .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.26rem;
  font-weight: 330;
  color: #000000cc;
}
.ins_aboutslCon4 .center_box .box_info .right_box .swiper_info .swiper_word .centerInfo .number {
  font-size: var(--font64);
  font-weight: 600;
  color: #0000001A;
}
.ins_aboutslCon4 .center_box .box_info .right_box .swiper_info .swiper_word .swiper-slide-active .wowUpS {
  animation: fadeInUp 1.2s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.ins_aboutslCon4 .center_box .box_info .right_box .swiper_info .idxPageShow {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  width: fit-content;
  gap: 0.16rem;
}
.ins_aboutslCon4 .center_box .box_info .right_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #0000001A;
  border-bottom: 1px solid #0000001A;
}
.ins_aboutslCon4 .center_box .box_info .right_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.24rem;
  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;
  border-right: 1px solid #0000001A;
  cursor: pointer;
}
.ins_aboutslCon4 .center_box .box_info .right_box .item_box .item .t1 {
  font-weight: 520;
  color: #999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_aboutslCon4 .center_box .box_info .right_box .item_box .item .one {
  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;
  font-size: 12px;
  color: rgba(153, 153, 153, 0.3);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_aboutslCon4 .center_box .box_info .right_box .item_box .item:last-child {
  border-right: 0;
}
.ins_aboutslCon4 .center_box .box_info .right_box .item_box .item:hover .t1 {
  color: var(--active_color);
}
.ins_aboutslCon4 .center_box .box_info .right_box .item_box .item.active .t1 {
  color: var(--active_color);
}
.ins_aboutslCon4 .center_box .box_info .right_box .item_box .item.active .one {
  color: var(--active_color2);
}
@media (max-width:990px) {
  .ins_aboutslCon4 .center_box .box_info .right_box .item_box {
    display: none;
  }
}
/* ------------------------------------------------------ 渠道合作 */
.ins_cooperationCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
  background: url(../images/zz44.jpg) no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
}
.ins_cooperationCon1 .center_box {
  width: 100%;
  height: auto;
  padding: 0.32rem 0;
}
.ins_cooperationCon1 .center_box .left_box {
  width: 31%;
}
.ins_cooperationCon1 .center_box .left_box .word {
  width: fit-content;
  color: #000000;
}
.ins_cooperationCon1 .center_box .left_box .word .t1 {
  line-height: 1.06;
  letter-spacing: -1.28px;
  font-weight: 520;
}
.ins_cooperationCon1 .center_box .left_box .word .t1 .icon {
  width: fit-content;
  position: relative;
  z-index: 1;
}
.ins_cooperationCon1 .center_box .left_box .word .t1 .icon::after {
  content: '';
  position: absolute;
  width: 0.52rem;
  height: 0.4rem;
  background: url(../images/icon6.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(200%) translateY(-50%);
}
.ins_cooperationCon1 .center_box .left_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  font-weight: 250;
}
.ins_cooperationCon1 .center_box .right_box {
  width: 62%;
  height: auto;
}
.ins_cooperationCon1 .center_box .right_box .layui-form {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  --color: #CCC;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .item input,
.ins_cooperationCon1 .center_box .right_box .layui-form .item textarea {
  width: 100%;
  background: none;
  border: 0;
  min-height: 50px;
  padding-left: 23px;
  font-size: var(--font16);
  color: var(--color);
  background: #FFFFFF;
  color: #000000;
  box-shadow: unset !important;
  font-weight: 250;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .item input:hover,
.ins_cooperationCon1 .center_box .right_box .layui-form .item textarea:hover {
  border: unset !important;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .item input:focus,
.ins_cooperationCon1 .center_box .right_box .layui-form .item textarea:focus {
  border: unset !important;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .item input::-webkit-input-placeholder,
.ins_cooperationCon1 .center_box .right_box .layui-form .item textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .item input:-moz-placeholder,
.ins_cooperationCon1 .center_box .right_box .layui-form .item textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .item input::-moz-placeholder,
.ins_cooperationCon1 .center_box .right_box .layui-form .item textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .item input:-ms-input-placeholder,
.ins_cooperationCon1 .center_box .right_box .layui-form .item textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .item textarea {
  min-height: 110px;
  padding-top: 20px;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .btn_box {
  width: 100%;
  height: 0.57rem;
  min-height: 45px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: var(--active_color2);
  margin-top: 0.1rem;
  color: #FFFFFF;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .grid3 {
  grid-column: span 3;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .layui-form-radio {
  line-height: 1;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .layraBox {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .layraBox .layui-form-checkbox[lay-skin=primary] > div {
  color: #00000080;
  font-size: var(--font15);
  font-weight: 400;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .layraBox .layui-form-checked[lay-skin=primary] > i {
  background: unset !important;
  border: 1px solid #1D2088 !important;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .layraBox .layui-form-checked .layui-icon-ok:before {
  background: var(--active_color2);
}
.ins_cooperationCon1 .center_box .right_box .layui-form .layraBox .layui-form-checkbox[lay-skin=primary] > i {
  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: 15px !important;
  height: 15px !important;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .layraBox .layui-icon-ok:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
}
.ins_cooperationCon1 .center_box .right_box .layui-form .layraBox a {
  color: var(--active_color);
}
.ins_cooperationCon1 .center_box .right_box .layui-form .layraBox span,
.ins_cooperationCon1 .center_box .right_box .layui-form .layraBox a {
  display: inline !important;
}
@media (max-width:990px) {
  .ins_cooperationCon1 .center_box .right_box .layui-form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_cooperationCon1 .center_box .right_box .layui-form .grid3 {
    grid-column: unset;
  }
}
.ins_cooperationCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
}
.ins_cooperationCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_cooperationCon2 .center_box .idx_title {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_cooperationCon2 .center_box .idx_title .t2 {
  margin-top: 0.32rem;
  font-weight: 600;
}
.ins_cooperationCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.96rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.16rem;
}
.ins_cooperationCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.3rem;
  background: url(../images/zz45.jpg) no-repeat center right;
  background-size: cover;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.ins_cooperationCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: url(../images/zz46.jpg) no-repeat center right;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}
.ins_cooperationCon2 .center_box .item_box .item .iconBox {
  width: 100%;
  height: auto;
}
.ins_cooperationCon2 .center_box .item_box .item .iconBox .icon {
  position: relative;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  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_cooperationCon2 .center_box .item_box .item .iconBox .icon .af {
  position: absolute;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_cooperationCon2 .center_box .item_box .item .iconBox .icon .be {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_cooperationCon2 .center_box .item_box .item .iconBox .t1 {
  width: 100%;
  height: calc(2em * 1.3);
  line-height: 1.3;
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1D2088;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 520;
}
.ins_cooperationCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 1.6rem;
  font-weight: 330;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_cooperationCon2 .center_box .item_box .item:hover::after {
  height: 100%;
}
.ins_cooperationCon2 .center_box .item_box .item:hover .iconBox .icon .be {
  opacity: 0;
}
.ins_cooperationCon2 .center_box .item_box .item:hover .iconBox .icon .af {
  opacity: 1;
}
.ins_cooperationCon2 .center_box .item_box .item:hover .iconBox .t1 {
  color: #FFFFFF;
}
.ins_cooperationCon2 .center_box .item_box .item:hover .word {
  color: #FFFFFF;
}
.ins_cooperationCon2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.96rem;
  display: none;
}
.ins_cooperationCon2 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item {
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  background: url(../images/zz45.jpg) no-repeat center right;
  background-size: cover;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: url(../images/zz46.jpg) no-repeat center right;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item .iconBox {
  width: 100%;
  height: auto;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item .iconBox .icon {
  position: relative;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  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_cooperationCon2 .center_box .swiper_box ul li .item .iconBox .icon .af {
  position: absolute;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item .iconBox .icon .be {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item .iconBox .t1 {
  width: 100%;
  height: calc(2em * 1.3);
  line-height: 1.3;
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1D2088;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 520;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item .word {
  width: 100%;
  height: auto;
  margin-top: 1.6rem;
  font-weight: 330;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item:hover::after {
  height: 100%;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item:hover .iconBox .icon .be {
  opacity: 0;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item:hover .iconBox .icon .af {
  opacity: 1;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item:hover .iconBox .t1 {
  color: #FFFFFF;
}
.ins_cooperationCon2 .center_box .swiper_box ul li .item:hover .word {
  color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_cooperationCon2 .center_box .item_box {
    display: none !important;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_cooperationCon2 .center_box .swiper_box {
    display: block !important;
  }
}
.ins_cooperationCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
  background: url(../images/zz47.jpg) no-repeat top right;
  background-size: cover;
}
.ins_cooperationCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_cooperationCon3 .center_box .ins_title .t1 {
  font-weight: 520;
}
.ins_cooperationCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  gap: 0.64rem 1.5rem;
}
.ins_cooperationCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 0.8rem;
}
.ins_cooperationCon3 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100vw;
  height: 1px;
  background: #d3d3d3;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_cooperationCon3 .center_box .item_box .item .t1 {
  width: 100%;
  height: auto;
  font-weight: 600;
  color: var(--active_color);
}
.ins_cooperationCon3 .center_box .item_box .item .t2 {
  width: 100%;
  height: auto;
  font-weight: 320;
  margin-top: 0.24rem;
}
.ins_cooperationCon3 .center_box .item_box .item .t2 p {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
}
.ins_cooperationCon3 .center_box .item_box .item .t2 p::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  top: 0.7em;
}
@media (max-width:990px) {
  .ins_cooperationCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .ins_cooperationCon3 .center_box .item_box .item {
    padding-bottom: 0.6rem;
  }
}
.ins_cooperationCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
  padding-bottom: 4rem;
  background: url(../images/zz48.jpg) no-repeat bottom center;
  background-size: 100% auto;
  background-color: #000;
}
.ins_cooperationCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_cooperationCon4 .center_box .ins_title .t1 {
  font-weight: 520;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.25;
  gap: 0;
}
.ins_cooperationCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  gap: 0.64rem 0.16rem;
}
.ins_cooperationCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFFE5;
  padding: 0.4rem 0.32rem;
  padding-bottom: 0.32rem;
}
.ins_cooperationCon4 .center_box .item_box .item .top_box {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}
.ins_cooperationCon4 .center_box .item_box .item .top_box .left_box {
  width: 61%;
  font-weight: 520;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  color: var(--active_color);
  height: calc(3em * 1.3);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ins_cooperationCon4 .center_box .item_box .item .top_box .right_box {
  width: fit-content;
  color: #E60012;
  font-weight: 400;
  font-size: var(--font24);
}
.ins_cooperationCon4 .center_box .item_box .item .bottom_box {
  width: 55.8%;
  height: auto;
  padding-right: 0;
  margin-top: 1.49rem;
  font-weight: 305;
}
.ins_cooperationCon4 .center_box .item_box .item .img_bg {
  width: 38%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width:990px) {
  .ins_cooperationCon4 {
    background-position: bottom center !important;
  }
  .ins_cooperationCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_cooperationCon4 .center_box .item_box .item {
    width: 100%;
    height: auto;
  }
  .ins_cooperationCon4 .center_box .item_box .item .top_box .left_box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
  .ins_cooperationCon4 .center_box .item_box .item .bottom_box {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
}
/* ------------------------------------------------------ 解决方案列表 */
.ins_solveCon1 {
  width: 100%;
  height: 150vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solveCon1 .content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  padding-top: calc(0.6rem + var(--header-height));
}
.ins_solveCon1 .content .center_box {
  width: 100%;
  height: auto;
}
.ins_solveCon1 .content .center_box .nav_box {
  width: 100%;
  height: auto;
}
.ins_solveCon1 .content .center_box .nav_box .left_box {
  width: fit-content;
  height: auto;
}
.ins_solveCon1 .content .center_box .nav_box .left_box .idx_title .t1 span {
  color: #FFFFFF;
}
.ins_solveCon1 .content .center_box .nav_box .right_box {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #999999;
  font-weight: 305;
  font-size: var(--font16);
  gap: 0.1rem;
  flex-shrink: 0;
}
.ins_solveCon1 .content .center_box .nav_box .right_box .one {
  color: #999999;
}
.ins_solveCon1 .content .center_box .nav_box .right_box .one.active {
  color: #FFF;
  text-decoration: underline;
}
.ins_solveCon1 .content .center_box .contCon1 {
  width: 100%;
  height: auto;
  color: #FFFFFF;
  margin-top: 1.9rem;
}
.ins_solveCon1 .content .center_box .contCon1 .t1 {
  font-weight: 450;
}
.ins_solveCon1 .content .center_box .contCon1 .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.08rem;
}
.ins_solveCon1 .content .center_box .contCon1 .idx_more2 {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.ins_solveCon1 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.ins_solveCon1 .maskBox .content1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.ins_solveCon1 .maskBox .content1 .img_bg {
  width: 100%;
  height: 100vh;
}
.ins_solveCon1 .maskBox .content1 .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solveCon1 .maskBox .content1 .img_bg .pc {
  position: absolute;
  top: 0;
  left: 0;
}
.ins_solveCon1 .maskBox .content2 {
  width: 100%;
  height: auto;
  padding: 1.7rem 0;
  --ty: 0;
  --imgWh: 1.56rem;
  position: absolute;
  top: 1rem;
  z-index: 3;
}
.ins_solveCon1 .maskBox .content2 .center_box {
  width: 100%;
  height: auto;
}
.ins_solveCon1 .maskBox .content2 .center_box .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  transform: var(--tY);
  position: relative;
  z-index: 4;
}
.ins_solveCon1 .maskBox .content2 .center_box .word .one {
  width: fit-content;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ins_solveCon1 .maskBox .content2 .center_box .word .one .be {
  width: 100%;
  height: auto;
  color: #000000;
  position: relative;
  z-index: 1;
}
.ins_solveCon1 .maskBox .content2 .center_box .word .one .be,
.ins_solveCon1 .maskBox .content2 .center_box .word .one .af {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.1rem;
}
.ins_solveCon1 .maskBox .content2 .center_box .word .one .be img,
.ins_solveCon1 .maskBox .content2 .center_box .word .one .af img {
  width: var(--imgWh);
  max-width: unset;
  max-height: unset;
  display: block;
  flex-shrink: 0;
  opacity: 0;
}
.ins_solveCon1 .maskBox .content2 .center_box .word .one .be p,
.ins_solveCon1 .maskBox .content2 .center_box .word .one .af p {
  flex-shrink: 0;
}
@media (max-width:990px) {
  .ins_solveCon1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_solveCon1 .content .center_box .nav_box .right_box {
    display: none;
  }
  .ins_solveCon1 .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_solveCon1 .maskBox .content1 {
    width: 100%;
    height: auto;
  }
  .ins_solveCon1 .maskBox .content1 .img_bg {
    width: 100%;
    height: auto;
  }
  .ins_solveCon1 .maskBox .content1 .img_bg img {
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: cover;
  }
  .ins_solveCon1 .maskBox .content2 {
    position: relative;
    z-index: 1;
    padding: 1rem 0;
    top: unset;
  }
  .ins_solveCon1 .maskBox .content2 .center_box .word .one .be img {
    display: none;
  }
  .ins_solveCon1 .maskBox .content2 .center_box .word {
    width: 100%;
    height: auto;
  }
  .ins_solveCon1 .maskBox .content2 .center_box .word .one {
    display: contents;
  }
  .ins_solveCon1 .maskBox .content2 .center_box .word .one .be {
    display: contents;
  }
  .ins_solveCon1 .maskBox .content2 .center_box .word .one .be p {
    display: contents;
  }
}
.ins_solveCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: none;
}
.ins_solveCon3 .maskBox {
  width: 100%;
  height: auto;
}
.ins_solveCon3 .maskBox .content1 {
  width: 100%;
  height: auto;
}
.ins_solveCon3 .maskBox .content1 .content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  padding-top: calc(0.6rem + var(--header-height));
}
.ins_solveCon3 .maskBox .content1 .content .center_box {
  width: 100%;
  height: auto;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .nav_box {
  width: 100%;
  height: auto;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .nav_box .left_box {
  width: fit-content;
  height: auto;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .nav_box .left_box .idx_title .t1 span {
  color: #FFFFFF;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .nav_box .right_box {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #999999;
  font-weight: 305;
  font-size: var(--font16);
  gap: 0.1rem;
  flex-shrink: 0;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .nav_box .right_box .one {
  color: #999999;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .nav_box .right_box .one.active {
  color: #FFF;
  text-decoration: underline;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .contCon1 {
  width: 100%;
  height: auto;
  color: #FFFFFF;
  margin-top: 1.9rem;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .contCon1 .t1 {
  font-weight: 450;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .contCon1 .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.08rem;
}
.ins_solveCon3 .maskBox .content1 .content .center_box .contCon1 .idx_more2 {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.ins_solveCon3 .maskBox .content1 .img_bg {
  width: 100%;
  height: auto;
}
.ins_solveCon3 .maskBox .content1 .img_bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ins_solveCon3 .content2 {
  width: 100%;
  height: auto;
  padding: 1.7rem 0;
  --ty: 0;
  --imgWh: 1.56rem;
}
.ins_solveCon3 .content2 .center_box {
  width: 100%;
  height: auto;
}
.ins_solveCon3 .content2 .center_box .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  transform: var(--tY);
  position: relative;
  z-index: 4;
}
.ins_solveCon3 .content2 .center_box .word .one {
  width: fit-content;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ins_solveCon3 .content2 .center_box .word .one .be {
  width: 100%;
  height: auto;
  color: #DDDDDD;
  position: relative;
  z-index: 1;
}
.ins_solveCon3 .content2 .center_box .word .one .af {
  width: 100%;
  height: auto;
  color: #000;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(var(--wNum) 0, 0 0, 0 100%, var(--wNum) 100%);
  clip-path: polygon(var(--wNum) 0, 0 0, 0 100%, var(--wNum) 100%);
}
.ins_solveCon3 .content2 .center_box .word .one .be,
.ins_solveCon3 .content2 .center_box .word .one .af {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.1rem;
}
.ins_solveCon3 .content2 .center_box .word .one .be img,
.ins_solveCon3 .content2 .center_box .word .one .af img {
  width: var(--imgWh);
  max-width: unset;
  max-height: unset;
  display: block;
  flex-shrink: 0;
}
.ins_solveCon3 .content2 .center_box .word .one .be p,
.ins_solveCon3 .content2 .center_box .word .one .af p {
  flex-shrink: 0;
}
.ins_solveCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: url(../images/zz49.jpg) no-repeat bottom left;
  background-size: cover;
  background-color: #f5f5f5;
}
.ins_solveCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_solveCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.64rem 0.16rem;
}
.ins_solveCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_solveCon2 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_solveCon2 .center_box .item_box .item .img .pb {
  padding-bottom: 62.5%;
}
.ins_solveCon2 .center_box .item_box .item .img .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_solveCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.24rem;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_solveCon2 .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.05);
}
.ins_solveCon2 .center_box .item_box .item:hover .word {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_solveCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_solveCon2 .center_box .idx_more2 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.8rem;
}
.ins_solveCon2 .center_box .idx_more2 .more {
  border: 1px solid #CCCCCC99;
}
.ins_solveCon2 .center_box .idx_more2 .more span {
  color: #000000;
}
.ins_solvedCon1 {
  width: 100%;
  height: 200vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solvedCon1 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: calc(0.1rem + var(--header-height));
}
.ins_solvedCon1 .maskBox .contCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box .nav_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box .nav_box .left_box {
  width: fit-content;
  height: auto;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box .nav_box .left_box .idx_title .t1 span {
  color: #000000;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box .nav_box .right_box {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #999999;
  font-weight: 305;
  font-size: var(--font16);
  gap: 0.1rem;
  flex-shrink: 0;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box .nav_box .right_box .one {
  color: #999999;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box .nav_box .right_box .one.active {
  color: var(--active_color);
  text-decoration: underline;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box .content {
  width: 48.44%;
  margin-top: 1.2rem;
  text-align: center;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box .content .t1 {
  font-weight: 520;
}
.ins_solvedCon1 .maskBox .contCon1 .center_box .content .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-weight: 330;
}
.ins_solvedCon1 .maskBox .contCon2 {
  width: 56%;
  height: auto;
  margin-top: 0.9rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media (max-width:990px) {
  .ins_solvedCon1 {
    width: 100%;
    height: auto;
  }
  .ins_solvedCon1 .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_solvedCon1 .maskBox .contCon1 .center_box .content {
    width: 100%;
    height: auto;
  }
  .ins_solvedCon1 .maskBox .contCon2 {
    width: 100%;
    height: auto;
  }
  .ins_solvedCon1 .maskBox .contCon1 .center_box .nav_box .right_box {
    display: none;
  }
}
.ins_solvedCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solvedCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon2 .center_box .item_box .item .iconBox .t1 {
  width: 100%;
  height: calc(3em * 1.3);
  line-height: 1.3;
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #1D2088;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 520;
}
.ins_solvedCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.64rem 0;
  padding-bottom: 0.91rem;
  background: linear-gradient(90deg, #1D2088 0%, #090A32 100%);
}
.ins_solvedCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon3 .center_box .idx_title .t1 span {
  color: #FFFFFF;
}
.ins_solvedCon3 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.ins_solvedCon3 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solvedCon3 .center_box .swiper_box ul li::after {
  content: '';
  position: absolute;
  width: 0.07rem;
  height: 0.05rem;
  background: var(--active_color2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 0;
  bottom: 1.16rem;
  transform: translateX(50%);
}
.ins_solvedCon3 .center_box .swiper_box ul li::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zz51.png) no-repeat bottom left;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.3rem 0.64rem 0.64rem;
  position: relative;
  z-index: 1;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo::after {
  content: '';
  position: absolute;
  bottom: 1.16rem;
  left: 100%;
  width: 94px;
  height: calc(100% - 1.16rem - 1.16rem);
  background: #FFFFFF4D;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  clip-path: polygon(calc(100% - 1px) 0, 100% 0, 1px 100%, 0% 100%);
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo::before {
  content: '';
  position: absolute;
  width: 0.07rem;
  height: 0.05rem;
  background: var(--active_color2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  top: 1.16rem;
  transform: translateX(-50%);
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo .number {
  font-size: var(--font16);
  color: #FFFFFF;
  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;
  font-weight: 400;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 2.6rem;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo .word .icon {
  width: 1.11rem;
  height: 1.11rem;
  border-radius: 50%;
  background: #FFFFFF;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo .word .t1 {
  width: 100%;
  height: auto;
  margin-top: 0.36rem;
  color: #FFFFFF;
  font-weight: 500;
}
.ins_solvedCon3 .center_box .swiper_box ul li:last-child::after {
  opacity: 0;
}
.ins_solvedCon3 .center_box .swiper_box ul li:last-child .centerInfo::after {
  opacity: 0;
}
.ins_solvedCon3 .center_box .swiper_box ul li:first-child .centerInfo::before {
  opacity: 0;
}
.ins_solvedCon3 .center_box .idxPagerWord {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font16);
  font-weight: 300;
  color: #FFFFFFB2;
  margin-top: 0.24rem;
}
@media (max-width:1440px) {
  .ins_solvedCon3 .center_box .swiper_box ul li .centerInfo::after {
    width: 30px;
  }
}
@media (max-width:990px) {
  .ins_solvedCon3 .center_box .swiper_box ul li .centerInfo::after {
    width: 18px;
  }
}
.ins_solvedCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
  background: #F5F5F5;
}
.ins_solvedCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon4 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.ins_solvedCon4 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  padding: 0.32rem;
  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;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .title i {
  width: 0.1rem;
  height: 0.08rem;
  background: var(--active_color2);
  display: block;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .title span {
  font-weight: 520;
  color: var(--active_color);
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: 4.44rem;
  margin-top: 0.45rem;
  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_solvedCon4 .center_box .swiper_box ul li .centerInfo .img img {
  max-width: 85%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .word_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;
  gap: 0.5rem;
  margin-top: 0.12rem;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .word_box .word {
  width: fit-content;
  height: auto;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .word_box .word .t1 {
  font-weight: 330;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .word_box .word .t2 {
  margin-top: 0.12rem;
  color: #999999;
  font-weight: 250;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .word_box .moreB {
  color: #999;
  font-size: var(--font20);
  font-weight: 330;
  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.17rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .word_box .moreB img {
  width: 0.2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .word_box .moreB:hover {
  color: #000;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo .word_box .moreB:hover img {
  filter: brightness(0) invert(0);
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo.grid2 {
  grid-column: span 2;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo:hover {
  box-shadow: 0 0 50px 1px #a7a7a760;
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo:hover .img img {
  transform: scale(1.2);
}
.ins_solvedCon4 .center_box .swiper_box ul li .centerInfo:hover .word_box .word .t1 {
  color: var(--active_color);
}
.ins_solvedCon4 .center_box .idxPageShow {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  gap: 0.16rem;
}
.ins_solvedCon4 .center_box .idxPageShow span {
  background: #DDDDDD;
  opacity: 1;
}
.ins_solvedCon4 .center_box .idxPageShow span.swiper-pagination-bullet-active {
  background: var(--active_color2) !important;
}
.ins_solvedCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
}
.ins_solvedCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.ins_solvedCon5 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_solvedCon5 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_solvedCon5 .center_box .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_solvedCon5 .center_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 66%;
}
.ins_solvedCon5 .center_box .swiper_box ul li .centerInfo .img .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solvedCon5 .center_box .swiper_box ul li .centerInfo .word_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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0.32rem;
}
.ins_solvedCon5 .center_box .swiper_box ul li .centerInfo .word_box .word {
  width: 100%;
}
.ins_solvedCon5 .center_box .swiper_box ul li .centerInfo .word_box .word .t1 {
  font-weight: 520;
  color: #333;
}
.ins_solvedCon5 .center_box .swiper_box ul li .centerInfo .word_box .word .ins_more5 {
  --boder: 1px solid #CCCCCC99;
  --bg: #000;
  margin-top: 0.48rem;
}
@keyframes scale1 {
  0% {
    transform: scale(0);
    opacity: 0.15;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.ins_serviceCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F5F5F5;
}
.ins_serviceCon1 .center_box {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_serviceCon1 {
    display: none !important;
  }
}
.ins_serviceCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.28rem;
}
.ins_serviceCon2 .center_box {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #DDD;
  padding-bottom: 0.8rem;
}
.ins_serviceCon2 .center_box .left_box {
  width: 30%;
  height: auto;
  font-weight: 520;
}
.ins_serviceCon2 .center_box .right_box {
  width: 61.93%;
  height: auto;
  font-weight: 250;
}
.ins_serviceCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.64rem;
}
.ins_serviceCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content1 {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content1 .left_box {
  width: 24%;
  padding-top: 1.28rem;
  padding-bottom: 0.6rem;
}
.ins_serviceCon3 .center_box .content1 .left_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem 0.4rem;
  margin-top: 0.64rem;
}
.ins_serviceCon3 .center_box .content1 .left_box .item_box .item {
  width: 100%;
  height: auto;
  color: #999;
  font-size: var(--font16);
  font-weight: 330;
  position: relative;
  z-index: 1;
  padding-left: 0.2rem;
}
.ins_serviceCon3 .center_box .content1 .left_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.06rem;
  background: #CCC;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  top: 0.5em;
}
.ins_serviceCon3 .center_box .content1 .right_box {
  width: 61.93%;
  height: auto;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .img {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .img img {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box .item {
  width: 0;
  height: 0;
  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_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box .item::after {
  content: '';
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  background: var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box .item i {
  position: absolute;
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box .item i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #016DEF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  animation: scale1 var(--time) linear infinite;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box .item i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #016DEF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  animation: scale1 var(--time2) linear infinite;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box .item span {
  position: absolute;
  width: max-content;
  font-size: var(--font16);
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box .item.right span {
  left: 0.18rem;
}
.ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box .item.left span {
  right: 0.18rem;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .img_box {
  width: 18%;
  position: absolute;
  z-index: 2;
  top: 24%;
  left: 28.38%;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .img {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .img img {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item {
  width: 0;
  height: 0;
  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;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s linear;
  transform-origin: center;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item::after {
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item i {
  position: absolute;
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item span {
  position: absolute;
  width: max-content;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item.right span {
  left: 0.15rem;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item.left span {
  right: 0.15rem;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item.top span {
  bottom: 0.15rem;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item.bottom span {
  top: 0.15rem;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item.active {
  opacity: 1;
  transition-delay: var(--time);
  transform: scale(1);
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item.black span {
  color: var(--active_color);
  font-weight: 500;
}
.ins_serviceCon3 .center_box .content1 .right_box .ChinaMap .item_box .item.linb::after {
  background: var(--active_color);
}
.ins_serviceCon3 .center_box .content2 {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content2 .left_box {
  width: 23%;
  padding-top: 2.9rem;
  padding-bottom: 0.9rem;
}
.ins_serviceCon3 .center_box .content2 .left_box .t1 {
  font-weight: 520;
}
.ins_serviceCon3 .center_box .content2 .left_box .word_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.ins_serviceCon3 .center_box .content2 .left_box .word_box .one {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content2 .left_box .word_box .one span {
  font-size: var(--font56);
  display: inline-block;
  color: var(--active_color);
  font-weight: 450;
}
.ins_serviceCon3 .center_box .content2 .left_box .word_box .one i {
  display: contents;
  font-style: normal;
  color: var(--active_color2);
  font-size: var(--font28);
}
.ins_serviceCon3 .center_box .content2 .left_box .word_box .t2 {
  font-weight: 250;
}
.ins_serviceCon3 .center_box .content2 .right_box {
  width: 61.93%;
  opacity: 0;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .img {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .img img {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .item_box .item {
  width: 0;
  height: 0;
  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_serviceCon3 .center_box .content2 .right_box .mapBox .item_box .item::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .item_box .item i {
  position: absolute;
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .item_box .item span {
  position: absolute;
  width: max-content;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  transform: scale(0.6);
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .item_box .item.right span {
  left: -0.08rem;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .item_box .item.left span {
  right: -0.08rem;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .item_box .item.top span {
  bottom: -0.08rem;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .item_box .item.bottom span {
  top: -0.08rem;
}
.ins_serviceCon3 .center_box .content2 .right_box .mapBox .item_box .item.active {
  opacity: 1;
  transition-delay: var(--time);
  transform: scale(1);
}
@media (max-width:990px) {
  .ins_serviceCon3 .center_box .content2 .left_box {
    padding-top: 1rem;
  }
  .ins_serviceCon3 .center_box .content2 .right_box {
    opacity: 1;
  }
  .ins_serviceCon3 .center_box .content1 .left_box {
    padding-top: 0.2rem;
  }
  .ins_serviceCon3 .center_box .content1 .right_box .worldMap .mapBox .item_box .item.right span {
    font-size: var(--font14);
  }
}
.ins_serviceCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.28rem;
  padding-bottom: 0.3rem;
  background: url(../images/bg2.jpg) no-repeat top right;
  background-size: 100% auto;
  background-color: #f5f5f5;
}
.ins_serviceCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon4 .center_box .idx_tit {
  width: 49%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.ins_serviceCon4 .center_box .idx_tit .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
  font-weight: 330;
}
.ins_serviceCon4 .center_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 2.07rem;
  padding-bottom: 2rem;
}
.ins_serviceCon4 .center_box .content .img {
  width: 100%;
  height: auto;
}
.ins_serviceCon4 .center_box .content .img img {
  width: 100%;
  height: auto;
}
.ins_serviceCon4 .center_box .content .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_serviceCon4 .center_box .content .item_box .item {
  width: 0;
  height: 0;
  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_serviceCon4 .center_box .content .item_box .item .icon_box {
  width: max-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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 0.5rem;
}
.ins_serviceCon4 .center_box .content .item_box .item .icon_box .word {
  width: 100%;
  height: auto;
  margin-top: 0.14rem;
  color: #1D2088;
  font-weight: 330;
}
.ins_serviceCon4 .center_box .content .item_box .item .line {
  width: auto;
  height: auto;
  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_serviceCon4 .center_box .content .item_box .item .line::after {
  content: '';
  position: absolute;
  bottom: 0.07rem;
  width: 1px;
  height: 0.32rem;
  background: #0000001A;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_serviceCon4 .center_box .content .item_box .item .line i {
  width: 0.09rem;
  height: 0.07rem;
  background: var(--active_color2);
  display: block;
}
.ins_serviceCon4 .center_box .content .item_box .item .number {
  position: absolute;
  top: 0.16rem;
  font-size: var(--font16);
  font-weight: 500;
  color: #cccccc;
}
.ins_serviceCon4 .center_box .content .item_box .item.center .icon_box {
  bottom: -0.1rem;
  left: 0.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ins_serviceCon4 .center_box .content .item_box .item.center .line::after {
  bottom: unset;
  left: 0.09rem;
  width: 0.32rem;
  height: 1px;
}
.ins_serviceCon4 .center_box .content .item_box .item.bottom .icon_box {
  top: 0.5rem;
  bottom: unset;
}
.ins_serviceCon4 .center_box .content .item_box .item.bottom .line::after {
  top: 0.07rem;
}
.ins_serviceCon4 .center_box .content .item_box .item.bottom .number {
  top: unset;
  bottom: 0.16rem;
}
@media (max-width:990px) {
  .ins_serviceCon4 .center_box .idx_tit {
    width: 100%;
    text-align: left;
  }
  .ins_serviceCon4 .center_box .content {
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
  }
  .ins_serviceCon4 .center_box .content .img {
    display: none;
  }
  .ins_serviceCon4 .center_box .content .item_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .ins_serviceCon4 .center_box .content .item_box .item {
    width: 100% !important;
    height: auto !important;
    position: relative;
    z-index: 1;
    top: auto !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #1d218849;
    gap: 0.3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0.4rem;
  }
  .ins_serviceCon4 .center_box .content .item_box .item .icon_box {
    top: auto !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
  }
  .ins_serviceCon4 .center_box .content .item_box .item .icon_box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_serviceCon4 .center_box .content .item_box .item .line {
    display: none;
  }
  .ins_serviceCon4 .center_box .content .item_box .item .number {
    width: 20px;
    height: auto;
    top: 0.2rem !important;
    right: 0.2rem !important;
  }
}
.ins {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins .t1 {
  width: 100%;
  height: auto;
}
.ins_caseCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
}
.ins_caseCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.16rem;
  margin-top: 0.64rem;
}
.ins_caseCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon1 .center_box .item_box .item .img_bg {
  width: 100%;
  height: 100%;
}
.ins_caseCon1 .center_box .item_box .item .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_caseCon1 .center_box .item_box .item .word_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.32rem;
  color: #FFFFFF;
  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_caseCon1 .center_box .item_box .item .word_box .icon {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .item_box .item .word_box .icon .t1 {
  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.16rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_caseCon1 .center_box .item_box .item .word_box .icon .t1 i {
  width: 0.1rem;
  height: 0.08rem;
  background: var(--active_color2);
  display: block;
}
.ins_caseCon1 .center_box .item_box .item .word_box .icon .t1 span {
  font-weight: 380;
}
.ins_caseCon1 .center_box .item_box .item .word_box .word {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .item_box .item .word_box .word .address {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.08rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_caseCon1 .center_box .item_box .item .word_box .word .address .ic {
  width: 0.4rem;
  flex-shrink: 0;
}
.ins_caseCon1 .center_box .item_box .item .word_box .word .address .on {
  font-size: var(--font14);
  font-weight: 330;
}
.ins_caseCon1 .center_box .item_box .item .word_box .word .t1 {
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
  font-weight: 520;
  text-transform: capitalize;
}
.ins_caseCon1 .center_box .item_box .item.grid4 {
  grid-column: span 2;
  grid-row: span 2;
}
.ins_caseCon1 .center_box .item_box .item.grid2 {
  grid-column: span 2;
}
@media (max-width:990px) {
  .ins_caseCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_caseCon1 .center_box .item_box .item {
    width: 100%;
    height: 4rem;
  }
  .ins_caseCon1 .center_box .item_box .item.grid4 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .ins_caseCon1 .center_box .item_box .item.grid2 {
    grid-column: span 1;
  }
}
.ins_caseCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 1.28rem;
}
.ins_caseCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #EEEEEE;
}
.ins_caseCon2 .center_box .item_box .item {
  width: 100%;
  height: 0.88rem;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.32rem;
  cursor: pointer;
}
.ins_caseCon2 .center_box .item_box .item .icon {
  width: 0.59rem;
  height: 0.59rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_caseCon2 .center_box .item_box .item .icon img {
  width: 100%;
  height: auto;
}
.ins_caseCon2 .center_box .item_box .item .word {
  font-size: var(--font24);
  color: #999999;
  font-weight: 520;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_caseCon2 .center_box .item_box .item:hover .word {
  color: var(--active_color2);
}
.ins_caseCon2 .center_box .item_box .item.active {
  background: #1D2088;
}
.ins_caseCon2 .center_box .item_box .item.active .icon {
  filter: brightness(0) invert(1);
}
.ins_caseCon2 .center_box .item_box .item.active .word {
  color: var(--active_color2);
}
.ins_caseCon2 .center_box .contentCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #FFFFFF;
  padding: 0.64rem;
}
.ins_caseCon2 .center_box .contentCon1 .list_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.48rem;
}
.ins_caseCon2 .center_box .contentCon1 .list_box .list {
  width: 100%;
  height: auto;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_caseCon2 .center_box .contentCon1 .list_box .list .icon {
  width: 2.3rem;
  min-width: 150px;
  flex-shrink: 0;
  color: #1D2088;
  font-weight: 520;
}
.ins_caseCon2 .center_box .contentCon1 .list_box .list .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.15rem 0.35rem;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_caseCon2 .center_box .contentCon1 .list_box .list .word .one {
  background: none;
  border: none;
  font-size: var(--font16);
  font-weight: 380;
  text-transform: capitalize;
  color: #CCC;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_caseCon2 .center_box .contentCon1 .list_box .list .word .one.on {
  color: #000;
}
.ins_caseCon2 .center_box .contentCon1 .list_box .list .word .one.on:hover,
.ins_caseCon2 .center_box .contentCon1 .list_box .list .word .one.on.active {
  color: var(--active_color2);
  text-decoration: underline;
}
.ins_caseCon2 .center_box .contentCon1 .list_box .list:last-child {
  padding-bottom: 0;
  border: 0;
}
@media (max-width:990px) {
  .ins_caseCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_caseCon2 .center_box .item_box .item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 0.4rem;
  }
  .ins_caseCon2 .center_box .contentCon1 {
    padding: 0.4rem;
  }
  .ins_caseCon2 .center_box .contentCon1 .list_box .list {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.3rem;
  }
}
.ins_downloadlCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_downloadlCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_downloadlCon1 .center_box .idx_title {
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_downloadlCon1 .center_box .idx_title .t2 {
  color: #FFFFFF;
  margin-top: 0.24rem;
  font-weight: 320;
}
.ins_downloadlCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_downloadlCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_downloadlCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #FFFFFF;
}
.ins_downloadlCon2 .center_box .item_box .item {
  width: 100%;
  height: 0.88rem;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.32rem;
  cursor: pointer;
  padding: 0 0.4rem;
}
.ins_downloadlCon2 .center_box .item_box .item .icon {
  width: 0.59rem;
  height: 0.59rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon2 .center_box .item_box .item .icon img {
  width: 100%;
  height: auto;
}
.ins_downloadlCon2 .center_box .item_box .item .word {
  font-size: var(--font24);
  color: #999999;
  font-weight: 520;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon2 .center_box .item_box .item:hover .word {
  color: var(--active_color2);
}
.ins_downloadlCon2 .center_box .item_box .item.active {
  background: #1D2088;
}
.ins_downloadlCon2 .center_box .item_box .item.active .icon {
  filter: brightness(0) invert(1);
}
.ins_downloadlCon2 .center_box .item_box .item.active .word {
  color: var(--active_color2);
}
@media (max-width:990px) {
  .ins_downloadlCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_downloadlCon2 .center_box .item_box .item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.ins_downloadlCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.25rem 0;
  background: #f5f5f5;
}
.ins_downloadlCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_downloadlCon3 .center_box .left_box {
  width: 20.9%;
  height: 100%;
}
.ins_downloadlCon3 .center_box .left_box .title {
  width: 100%;
  height: auto;
}
.ins_downloadlCon3 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  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.2rem;
  font-size: var(--font24);
}
.ins_downloadlCon3 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
  color: #999;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon3 .center_box .left_box .item_box .item::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.13rem;
  height: 0.08rem;
  background: #E60012;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.ins_downloadlCon3 .center_box .left_box .item_box .item.active {
  padding-left: 0.25rem;
  color: var(--active_color);
}
.ins_downloadlCon3 .center_box .left_box .item_box .item.active::after {
  opacity: 1;
}
.ins_downloadlCon3 .center_box .left_box .btnBox {
  width: fit-content;
  height: 0.68rem;
  min-height: 50px;
  padding: 0 0.32rem;
  margin-top: 0.43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.2rem;
  border: 1px solid var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon3 .center_box .left_box .btnBox span {
  font-size: var(--font16);
  font-weight: 600;
  color: var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon3 .center_box .left_box .btnBox img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon3 .center_box .left_box .btnBox:hover {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.ins_downloadlCon3 .center_box .left_box .btnBox:hover span {
  color: #FFFFFF;
}
.ins_downloadlCon3 .center_box .left_box .btnBox:hover img {
  filter: brightness(0) invert(1);
}
.ins_downloadlCon3 .center_box .right_box {
  width: 74.6%;
  height: auto;
}
.ins_downloadlCon3 .center_box .right_box .content {
  width: 100%;
  height: auto;
  display: none;
}
.ins_downloadlCon3 .center_box .right_box .content.active {
  display: block;
}
.ins_downloadlCon3 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 0.32rem;
  padding-top: 0.48rem;
  cursor: pointer;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .img .pb {
  padding-bottom: 112%;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .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_downloadlCon3 .center_box .right_box .item_box .item .img .pb .ab img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .word {
  width: 100%;
  height: auto;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .word .t1 {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .word .icon {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  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);
  font-weight: 350;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .word .icon .moreB {
  color: #999;
  font-size: var(--font20);
  font-weight: 330;
  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.17rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .word .icon .moreB img {
  width: 0.2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .word .icon .moreB:hover {
  color: #000;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .word .icon .moreB:hover img {
  filter: brightness(0) invert(0);
}
.ins_downloadlCon3 .center_box .right_box .item_box .item .word .icon .one {
  width: fit-content;
  color: var(--active_color);
  text-decoration: underline;
}
.ins_downloadlCon3 .center_box .right_box .item_box .item:hover .img .pb .ab img {
  transform: scale(0.98);
}
.ins_downloadlCon3 .center_box .right_box .item_box .item:hover .word .t1 {
  color: var(--active_color2);
}
.ins_downloadlCon3 .center_box .right_box .contentCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (max-width:990px) {
  .ins_downloadlCon3 .center_box .right_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_downloadlCon3 .center_box .right_box .item_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 0.3rem;
  }
  .ins_downloadlCon3 .center_box .right_box .item_box .item .img {
    width: 20%;
    flex-shrink: 0;
  }
  .ins_downloadlCon3 .center_box .right_box .item_box .item .word .t1 {
    font-size: var(--font22);
  }
  .ins_downloadlCon3 .center_box .right_box .item_box .item .word .icon {
    margin-top: 0.5rem;
  }
}
.ins_downloadlCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.25rem 0;
  background: #f5f5f5;
}
.ins_downloadlCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_downloadlCon4 .center_box .left_box {
  width: 20.9%;
  height: 100%;
}
.ins_downloadlCon4 .center_box .left_box .title {
  width: 100%;
  height: auto;
}
.ins_downloadlCon4 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  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.2rem;
  font-size: var(--font24);
}
.ins_downloadlCon4 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
  color: #999;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .left_box .item_box .item::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.13rem;
  height: 0.08rem;
  background: #E60012;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.ins_downloadlCon4 .center_box .left_box .item_box .item.active {
  padding-left: 0.25rem;
  color: var(--active_color);
}
.ins_downloadlCon4 .center_box .left_box .item_box .item.active::after {
  opacity: 1;
}
.ins_downloadlCon4 .center_box .left_box .btnBox {
  width: fit-content;
  height: 0.68rem;
  min-height: 50px;
  padding: 0 0.32rem;
  margin-top: 0.43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.2rem;
  border: 1px solid var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .left_box .btnBox span {
  font-size: var(--font16);
  font-weight: 600;
  color: var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .left_box .btnBox img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .left_box .btnBox:hover {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.ins_downloadlCon4 .center_box .left_box .btnBox:hover span {
  color: #FFFFFF;
}
.ins_downloadlCon4 .center_box .left_box .btnBox:hover img {
  filter: brightness(0) invert(1);
}
.ins_downloadlCon4 .center_box .right_box {
  width: 74.6%;
  height: auto;
}
.ins_downloadlCon4 .center_box .right_box .content {
  width: 100%;
  height: auto;
  display: none;
}
.ins_downloadlCon4 .center_box .right_box .content.active {
  display: block;
}
.ins_downloadlCon4 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 0.32rem;
  padding-top: 0.48rem;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .img .pb {
  padding-bottom: 112%;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .word {
  width: 100%;
  height: auto;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .word .t1 {
  width: 100%;
  height: auto;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .word .icon {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  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);
  font-weight: 350;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .word .icon .moreB {
  color: #999;
  font-size: var(--font20);
  font-weight: 330;
  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.17rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .word .icon .moreB img {
  width: 0.2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .word .icon .moreB:hover {
  color: #000;
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .word .icon .moreB:hover img {
  filter: brightness(0) invert(0);
}
.ins_downloadlCon4 .center_box .right_box .item_box .item .word .icon .one {
  width: fit-content;
  color: var(--active_color);
  text-decoration: underline;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_downloadlCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.25rem 0;
  background: #f5f5f5;
}
.ins_downloadlCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_downloadlCon4 .center_box .left_box {
  width: 30%;
  height: 100%;
}
.ins_downloadlCon4 .center_box .left_box .title {
  width: 100%;
  height: auto;
}
.ins_downloadlCon4 .center_box .left_box .btnBox {
  width: fit-content;
  height: 0.68rem;
  min-height: 50px;
  padding: 0 0.32rem;
  margin-top: 0.43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.2rem;
  border: 1px solid var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .left_box .btnBox span {
  font-size: var(--font16);
  font-weight: 600;
  color: var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .left_box .btnBox img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .left_box .btnBox:hover {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.ins_downloadlCon4 .center_box .left_box .btnBox:hover span {
  color: #FFFFFF;
}
.ins_downloadlCon4 .center_box .left_box .btnBox:hover img {
  filter: brightness(0) invert(1);
}
.ins_downloadlCon4 .center_box .right_box {
  width: 62%;
  height: auto;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 .word {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  font-weight: 320;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 .word p {
  min-height: 0.5em;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 .img_bg {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  position: relative;
  z-index: 1;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 .img_bg::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #f5f5f5 20%, #f5f5f500);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 .img_bg .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 .img_bg .img img {
  width: 100%;
  height: auto;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 .img_bg .icon_box {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  bottom: 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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 .img_bg .icon_box .icon {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_downloadlCon4 .center_box .right_box .contentCon1 .img_bg .icon_box .t1 {
  width: fit-content;
  margin-top: 0.2rem;
  color: #999;
  font-weight: 320;
}
.ins_joinCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f5f5f5;
}
.ins_joinCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon2 .center_box .ins {
  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;
}
.ins_joinCon2 .center_box .ins .t1 {
  width: fit-content;
}
.ins_joinCon2 .center_box .ins .list {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.46rem;
}
.ins_joinCon2 .center_box .ins .list .one {
  font-size: var(--font20);
  color: #999;
  font-weight: 305;
  position: relative;
  z-index: 1;
  padding-left: 0.22rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.ins_joinCon2 .center_box .ins .list .one::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.08rem;
  height: 0.06rem;
  background: var(--active_color2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.ins_joinCon2 .center_box .ins .list .one:hover {
  color: var(--active_color);
}
.ins_joinCon2 .center_box .ins .list .one.active {
  color: var(--active_color);
  text-decoration: underline;
}
.ins_joinCon2 .center_box .ins .list .one.active::after {
  opacity: 1;
}
.ins_joinCon2 .center_box .box_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.64rem;
}
.ins_joinCon2 .center_box .box_info .left_box {
  width: 28.49%;
  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.16rem;
}
.ins_joinCon2 .center_box .box_info .left_box .item {
  width: 100%;
  height: auto;
  padding: 0.32rem;
  background: url(../images/Group\ 262.png);
  cursor: pointer;
  border: 1px solid #f5f5f5;
}
.ins_joinCon2 .center_box .box_info .left_box .item .t1 {
  width: 100%;
  height: auto;
  color: #999;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_joinCon2 .center_box .box_info .left_box .item .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.62rem;
  color: #999;
}
.ins_joinCon2 .center_box .box_info .left_box .item .t2 span {
  color: #000;
}
.ins_joinCon2 .center_box .box_info .left_box .item:hover .t1 {
  color: var(--active_color);
}
.ins_joinCon2 .center_box .box_info .left_box .item.active {
  border: 1px solid var(--active_color);
}
.ins_joinCon2 .center_box .box_info .left_box .item.active .t1 {
  color: var(--active_color);
}
.ins_joinCon2 .center_box .box_info .right_box {
  width: 70%;
  height: auto;
  background: #FFFFFF;
}
.ins_joinCon2 .center_box .box_info .right_box .content {
  width: 100%;
  height: auto;
  display: none;
  padding: 0.64rem;
  padding-bottom: 1.92rem;
}
.ins_joinCon2 .center_box .box_info .right_box .content .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;
  gap: 0.4rem;
}
.ins_joinCon2 .center_box .box_info .right_box .content .top .t1 {
  width: fit-content;
  color: var(--active_color);
  font-weight: 500;
}
.ins_joinCon2 .center_box .box_info .right_box .content .top .icon {
  width: fit-content;
  flex-shrink: 0;
  font-size: var(--font20);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.05rem;
}
.ins_joinCon2 .center_box .box_info .right_box .content .top .icon i {
  font-size: var(--font26);
  color: #CCCCCC;
}
.ins_joinCon2 .center_box .box_info .right_box .content .top .icon span {
  font-weight: 320;
  color: var(--active_color);
}
.ins_joinCon2 .center_box .box_info .right_box .content .bot {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #DDDDDD;
}
.ins_joinCon2 .center_box .box_info .right_box .content .bot .icon {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.23rem;
  font-size: var(--font16);
  color: #999;
  font-weight: 320;
}
.ins_joinCon2 .center_box .box_info .right_box .content .bot .icon span {
  color: #000;
}
.ins_joinCon2 .center_box .box_info .right_box .content .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.64rem;
  margin-top: 0.64rem;
}
.ins_joinCon2 .center_box .box_info .right_box .content .item_box .item {
  width: 100%;
  height: auto;
}
.ins_joinCon2 .center_box .box_info .right_box .content .item_box .item .t1 {
  width: 100%;
  height: auto;
}
.ins_joinCon2 .center_box .box_info .right_box .content .item_box .item .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
  color: #666;
  font-weight: 320;
  line-height: 1.5;
}
.ins_joinCon2 .center_box .box_info .right_box .content.active {
  display: block;
}
@media (max-width:990px) {
  .ins_joinCon2 .center_box .box_info .right_box .content .top {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_joinCon2 .center_box .box_info .right_box .content .bot .icon {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 0.1rem;
  }
  .ins_joinCon2 .center_box .box_info .left_box .item .t1 p {
    display: contents;
  }
  .ins_joinCon2 .center_box .box_info .left_box .item .t2 {
    margin-top: 0.3rem;
  }
}
.ins_caseCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 1.28rem;
}
.ins_caseCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.32rem 0.16rem;
}
.ins_caseCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  cursor: pointer;
}
.ins_caseCon3 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_caseCon3 .center_box .item_box .item .img .pb {
  padding-bottom: 66%;
}
.ins_caseCon3 .center_box .item_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_caseCon3 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  padding: 0.32rem;
}
.ins_caseCon3 .center_box .item_box .item .word .t1 {
  width: 100%;
  height: auto;
  color: #000000;
  font-weight: 520;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_caseCon3 .center_box .item_box .item .word .list {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.16rem 0.6rem;
}
.ins_caseCon3 .center_box .item_box .item .word .list .one {
  width: fit-content;
  color: #999999;
  font-weight: 400;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
}
.ins_caseCon3 .center_box .item_box .item .word .list .one::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.08rem;
  height: 0.06rem;
  background: #CCCCCC;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_caseCon3 .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.03);
}
.ins_caseCon3 .center_box .item_box .item:hover .word .t1 {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_caseCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_caseCon3 .center_box .item_box .item .word .t1 p {
    display: contents;
  }
  .ins_caseCon3 .center_box .item_box .item .word .list {
    margin-top: 0.5rem;
  }
}
.ins_casedCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
}
.ins_casedCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_casedCon1 .center_box .box_info {
  width: 100%;
  height: auto;
}
.ins_casedCon1 .center_box .box_info .left_box {
  width: 62.9%;
  height: auto;
}
.ins_casedCon1 .center_box .box_info .left_box .title {
  font-weight: 520;
}
.ins_casedCon1 .center_box .box_info .left_box .content {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  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.16rem;
  font-weight: 330;
  margin-top: 0.32rem;
}
.ins_casedCon1 .center_box .box_info .left_box .content img {
  width: auto !important;
  height: auto !important;
}
.ins_casedCon1 .center_box .box_info .right_box {
  width: 32.68%;
  height: 100%;
  background: #F5F5F5;
  padding: 0.32rem;
  padding-bottom: 0.64rem;
}
.ins_casedCon1 .center_box .box_info .right_box .title {
  font-weight: 520;
}
.ins_casedCon1 .center_box .box_info .right_box .list {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
  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_casedCon1 .center_box .box_info .right_box .list .one {
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
  font-size: var(--font24);
  font-weight: 305;
  color: #999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.ins_casedCon1 .center_box .box_info .right_box .list .one::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #0000001A;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_casedCon1 .center_box .box_info .right_box .list .one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--active_color2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_casedCon1 .center_box .box_info .right_box .list .one:hover {
  color: var(--active_color);
  font-weight: 520;
}
.ins_casedCon1 .center_box .box_info .right_box .list .one:hover::before {
  width: 100%;
}
.ins_casedCon1 .center_box .box_info .right_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  padding-left: 0.36rem;
  position: relative;
  z-index: 1;
  font-size: var(--font32);
}
.ins_casedCon1 .center_box .box_info .right_box .list_box::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.16rem;
  height: 0.12rem;
  background: var(--active_color2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_casedCon1 .center_box .box_info .right_box .list_box .t1 {
  width: 100%;
  height: auto;
  font-weight: 250;
  color: var(--active_color);
}
.ins_casedCon1 .center_box .box_info .right_box .list_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
}
.ins_casedCon1 .center_box .box_info .right_box .list_box .item_box .item {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 38px;
  min-height: 38px;
  background: #1D20881A;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_casedCon1 .center_box .box_info .right_box .list_box .item_box .item i {
  font-size: var(--font20);
}
.ins_casedCon1 .center_box .box_info .right_box .list_box .item_box .item:hover {
  background: var(--active_color);
}
.ins_title5 {
  width: 100%;
  height: auto;
}
.ins_title5 .t1 {
  font-weight: 500;
}
.ins_title5 .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.08rem;
  font-weight: 320;
}
.ins_title6 {
  width: fit-content;
  height: auto;
}
.ins_title6 .t1 {
  width: 100%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_title6 .t1 .one {
  width: fit-content;
  height: auto;
  position: relative;
  z-index: 1;
  --long: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.ins_title6 .t1 .one .af {
  color: #666666;
  position: relative;
  z-index: 1;
}
.ins_title6 .t1 .one .be {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-clip-path: var(--long);
  clip-path: var(--long);
}
.ins_title6 .t1.pc {
  display: flex;
}
.ins_title6 .t1.wap {
  display: none;
}
@media (max-width:990px) {
  .ins_title6 .t1.pc {
    display: none;
  }
  .ins_title6 .t1.wap {
    display: flex;
  }
}
.ins_producdtCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_producdtCon1 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  padding: 0.34rem 0;
}
.ins_producdtCon1 .center_box .content {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_producdtCon1 .center_box .nav_box {
  width: 100%;
  height: auto;
}
.ins_producdtCon1 .center_box .nav_box .left_box {
  width: fit-content;
  height: auto;
}
.ins_producdtCon1 .center_box .nav_box .left_box .ins_more5 {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  --border: #FFFFFF99;
}
.ins_producdtCon1 .center_box .nav_box .right_box {
  width: fit-content;
  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;
  color: #999999;
  font-weight: 350;
  font-size: var(--font16);
  gap: 0.1rem;
  flex-shrink: 0;
  padding-top: 0.3rem;
}
.ins_producdtCon1 .center_box .nav_box .right_box .one {
  color: #999999;
}
.ins_producdtCon1 .center_box .nav_box .right_box .one.active {
  color: #FFFFFF;
  text-decoration: underline;
}
.ins_producdtCon1 .center_box .wordbox {
  width: fit-content;
  font-weight: 300;
}
.ins_producdtCon1 .img_bg {
  width: 100%;
  height: auto;
}
.ins_producdtCon1 .img_bg img,
.ins_producdtCon1 .img_bg video {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_producdtCon1 .img_bg {
    width: 100%;
    height: auto;
  }
  .ins_producdtCon1 .img_bg img,
  .ins_producdtCon1 .img_bg video {
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: cover;
  }
  .ins_producdtCon1 .center_box .nav_box .right_box {
    display: none;
  }
}
.ins_producdtCon2 {
  width: 100%;
  height: 250vh;
  position: relative;
  z-index: 1;
  background: #000000;
}
.ins_producdtCon2 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/zz66.jpg) no-repeat center center;
  background-size: cover;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: var(--header-height);
}
.ins_producdtCon2 .maskBox .icon_box {
  width: 100%;
  height: 2.8rem;
  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;
  margin-top: 1rem;
}
.ins_producdtCon2 .maskBox .icon_box .imgBox {
  width: 26%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_producdtCon2 .maskBox .icon_box .imgBox img {
  width: 100%;
  height: auto;
}
.ins_producdtCon2 .maskBox .icon_box .imgBox .op {
  position: absolute;
}
.ins_producdtCon2 .maskBox .icon_box .imgBox .y1 {
  opacity: 0;
  z-index: 3;
}
.ins_producdtCon2 .maskBox .icon_box .imgBox .y2 {
  opacity: 0;
  z-index: 2;
}
.ins_producdtCon2 .maskBox .icon_box .imgBox .y3 {
  opacity: 0;
  z-index: 1;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox {
  width: 45.7%;
  height: auto;
  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_producdtCon2 .maskBox .icon_box .iconbox .imgbg {
  width: 100%;
  height: auto;
  position: absolute;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .imgbg img {
  width: 100%;
  height: auto;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item {
  width: 4.13rem;
  height: 4.13rem;
  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_producdtCon2 .maskBox .icon_box .iconbox .item .drop {
  width: 100%;
  height: 100%;
  position: absolute;
  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_producdtCon2 .maskBox .icon_box .iconbox .item .drop .img {
  width: 100%;
  height: auto;
  position: absolute;
  animation: run 90s linear infinite;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .drop .img img {
  width: 100%;
  height: auto;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .drop .img:last-child {
  animation: run1 90s linear infinite;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .drop .bg1 {
  width: 6.8rem;
  height: 6.8rem;
  position: absolute;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .drop .bg1 img {
  width: 100%;
  height: auto;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .wordbox {
  width: 3.1rem;
  height: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  box-shadow: inset 0 0 0.6rem 0.2rem #CFD0FF;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .wordbox .svg_box {
  width: 2.59rem;
  height: 2.59rem;
  position: absolute;
  z-index: 2;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .wordbox .svg_box img {
  width: 100%;
  height: auto;
  animation: run1 90s linear infinite;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .wordbox .tbox1 {
  width: 80%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .wordbox .tbox1 .f1 {
  color: var(--active_color);
  margin-top: 0.04rem;
  font-weight: 350;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .wordbox .tbox2 {
  width: 80%;
  text-align: center;
  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;
  gap: 0.12rem;
  margin-top: 0.2rem;
  position: relative;
  z-index: 3;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .item .wordbox .tbox2 .f1 {
  color: #23B266;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .shadow {
  position: absolute;
  width: 100%;
  height: auto;
  top: 40%;
  opacity: 0.8;
}
.ins_producdtCon2 .maskBox .icon_box .iconbox .shadow img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_producdtCon2 {
    width: 100%;
    height: auto;
  }
  .ins_producdtCon2 .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 1.28rem 0;
  }
  .ins_producdtCon2 .maskBox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zz67.png);
    background-size: 50% auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
  }
  .ins_producdtCon2 .maskBox .ins_title6 {
    position: relative;
    z-index: 2;
  }
  .ins_producdtCon2 .maskBox .icon_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
  }
  .ins_producdtCon2 .maskBox .icon_box .imgBox {
    width: 100%;
    height: auto;
    display: none;
  }
  .ins_producdtCon2 .maskBox .icon_box .iconbox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
}
.ins_producdtCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.68rem;
  background: #000000;
}
.ins_producdtCon3 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_producdtCon3 .center_box .box_info {
  width: 72%;
  height: auto;
}
.ins_producdtCon3 .center_box .box_info .left_box {
  width: 33%;
  height: auto;
  color: #FFF;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ins_producdtCon3 .center_box .box_info .left_box .t1 {
  width: 100%;
  height: auto;
}
.ins_producdtCon3 .center_box .box_info .left_box .t1 p {
  width: 100%;
  height: auto;
}
.ins_producdtCon3 .center_box .box_info .left_box .icon {
  width: 100%;
  height: auto;
  margin-top: 0.96rem;
}
.ins_producdtCon3 .center_box .box_info .left_box .icon .t2 {
  width: 100%;
  height: auto;
  font-weight: 520;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.1rem;
}
.ins_producdtCon3 .center_box .box_info .left_box .icon .t2 .t21 {
  color: var(--active_color2);
  display: contents;
}
.ins_producdtCon3 .center_box .box_info .left_box .icon .t3 {
  font-weight: 300;
}
.ins_producdtCon3 .center_box .box_info .right_box {
  width: 64%;
  height: auto;
}
.ins_producdtCon3 .center_box .box_info .right_box .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_producdtCon3 .center_box .box_info .right_box .img_bg .img {
  width: 100%;
  height: auto;
}
.ins_producdtCon3 .center_box .box_info .right_box .img_bg .img img {
  width: 100%;
  height: auto;
}
.ins_producdtCon3 .center_box .box_info .right_box .videoBox {
  width: 79%;
  left: 8.2%;
  height: auto;
  position: absolute;
  top: 0.8%;
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 94%);
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 94%);
}
.ins_producdtCon3 .center_box .box_info .right_box .videoBox .pb {
  padding-bottom: 78.6%;
}
.ins_producdtCon3 .center_box .box_info .right_box .videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_producdtCon3 {
    padding-top: 1.2rem;
  }
  .ins_producdtCon3 .center_box .box_info {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
}
.ins_producdtCon4 {
  width: 100%;
  height: 200vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000000;
}
.ins_producdtCon4 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_producdtCon4 .maskBox .content1 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  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_producdtCon4 .maskBox .content1 .ins_title6 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #FFF;
}
.ins_producdtCon4 .maskBox .content1 .ins_title6 .t2 {
  width: fit-content;
  height: auto;
  margin-top: 0.96rem;
  color: #FFF;
}
.ins_producdtCon4 .maskBox .content1 .ins_title6 .t2 .one .t11 {
  color: var(--active_color2);
}
.ins_producdtCon4 .maskBox .content1 .ins_title6 .t1 .one .be {
  color: #FFF;
}
.ins_producdtCon4 .maskBox .contBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_producdtCon4 .maskBox .content2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_producdtCon4 .maskBox .content2 .left_box,
.ins_producdtCon4 .maskBox .content2 .right_box {
  width: 50%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_producdtCon4 .maskBox .content2 .left_box .t2,
.ins_producdtCon4 .maskBox .content2 .right_box .t2 {
  font-weight: 300;
}
.ins_producdtCon4 .maskBox .content2 .left_box .t1 .t11,
.ins_producdtCon4 .maskBox .content2 .right_box .t1 .t11 {
  color: var(--active_color2);
}
.ins_producdtCon4 .maskBox .content3 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #00000071;
  border-right: 1px solid #ffffff00;
}
.ins_producdtCon4 .maskBox .content4 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  --long: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.ins_producdtCon4 .maskBox .content4 .img_bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ins_producdtCon4 .maskBox .content4 .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_producdtCon4 .maskBox .content4 .after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-clip-path: var(--long);
  clip-path: var(--long);
}
.ins_producdtCon4 .maskBox .content4 .after img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_producdtCon4 {
    width: 100%;
    height: auto;
    padding-top: 1.28rem;
  }
  .ins_producdtCon4 .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_producdtCon4 .maskBox .content1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_producdtCon4 .maskBox .content1 .ins_title6 .t2 {
    margin-top: 0.6rem;
  }
  .ins_producdtCon4 .maskBox .contBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_producdtCon4 .maskBox .content2 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .ins_producdtCon4 .maskBox .content2 .left_box .t1,
  .ins_producdtCon4 .maskBox .content2 .right_box .t1 {
    font-size: var(--font40) !important;
  }
  .ins_producdtCon4 .maskBox .content3 {
    width: 50% !important;
    border-right: 1px solid #ffffff63;
  }
  .ins_producdtCon4 .maskBox .content4 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    --long: polygon(0 0, 50% 0, 50% 100%, 0% 100%) !important;
  }
  .ins_producdtCon4 .maskBox .content4 .img_bg {
    width: 100%;
    height: auto;
  }
  .ins_producdtCon4 .maskBox .content4 .img_bg img {
    width: 100%;
    height: auto;
  }
  .ins_producdtCon4 .maskBox .content4 .after {
    background: #000;
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%) !important;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%) !important;
  }
}
.ins_producdtCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000000;
  padding-top: 1.8rem;
}
.ins_producdtCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_producdtCon5 .center_box .word {
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFF;
}
.ins_producdtCon5 .center_box .img_bg {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.ins_producdtCon5 .center_box .img_bg img {
  width: 100%;
  height: auto;
}
.ins_producdtCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000000;
  color: #FFF;
}
.ins_producdtCon6 .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_producdtCon6 .img_bg img {
  width: 100%;
  height: auto;
}
.ins_producdtCon6 .word {
  width: 20%;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 2.08rem;
  left: 1.72rem;
}
.ins_producdtCon6 .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
  font-weight: 300;
  color: #999999;
}
.ins_producdtCon6 .listBox {
  width: fit-content;
  height: auto;
  position: absolute;
  z-index: 3;
  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_producdtCon6 .listBox .line {
  transform: var(--rotate);
  transform-origin: center;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 0.42rem;
}
.ins_producdtCon6 .listBox .t1 {
  font-weight: 300;
}
.ins_producdtCon6 .listBox.rotate1.active {
  --rotate: rotate(0deg) translateX(0%) translateY(0%) !important;
}
.ins_producdtCon6 .listBox.rotate2.active {
  --rotate: rotate(-90deg) translateX(-100%) translateY(45%) !important;
}
@media (max-width:990px) {
  .ins_producdtCon6 {
    padding: 1.2rem 0;
  }
  .ins_producdtCon6 .word {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    color: #FFF;
    top: unset;
    left: unset;
    padding: 0 20px;
  }
  .ins_producdtCon6 .img_bg {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .ins_producdtCon6 .listBox {
    transform: scale(0.5);
    transform-origin: center center;
  }
}
.ins_producdtCon7 {
  width: 100%;
  height: 200vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000000;
}
.ins_producdtCon7 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_producdtCon7 .maskBox .content1 {
  width: 100%;
  height: 100%;
  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_producdtCon7 .maskBox .content1::after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00000000 10%, #0c0000e3 100%);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_producdtCon7 .maskBox .content1 .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_producdtCon7 .maskBox .content1 .img_bg img {
  width: 100%;
  height: auto;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter {
  position: absolute;
  bottom: 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_producdtCon7 .maskBox .content1 .img_bg.befter .number {
  width: 100%;
  height: auto;
  position: absolute;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font24);
  font-weight: 300;
  gap: 0.26rem;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .number span {
  flex-shrink: 0;
  display: block;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transform: translateY(-40px);
  top: 0;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n1 i {
  width: 100%;
  height: 1px;
  display: block;
  background: #FFFFFF66;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n1 .b1 {
  position: relative;
  z-index: 1;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n1 .b1::after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 1px;
  background: #ffffffb7;
  left: 0;
  transform: rotate(40deg);
  transform-origin: left;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n1 .b1::before {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 1px;
  background: #ffffffb7;
  left: 0;
  transform: rotate(-40deg);
  transform-origin: left;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n1 .b2 {
  position: relative;
  z-index: 1;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n1 .b2::after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 1px;
  background: #ffffffb7;
  right: 0;
  transform: rotate(40deg);
  transform-origin: right;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n1 .b2::before {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 1px;
  background: #ffffffb7;
  right: 0;
  transform: rotate(-40deg);
  transform-origin: right;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n2 {
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  right: 0;
  transform: translateX(60px);
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n2 i {
  width: 1px;
  height: 100%;
  display: block;
  background: #FFFFFF66;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n2 .b1 {
  position: relative;
  z-index: 1;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n2 .b1::after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 1px;
  background: #ffffffb7;
  left: 0;
  transform: rotate(135deg);
  transform-origin: left;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n2 .b1::before {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 1px;
  background: #ffffffb7;
  left: 0;
  transform: rotate(40deg);
  transform-origin: left;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n2 .b2 {
  position: relative;
  z-index: 1;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n2 .b2::after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 1px;
  background: #ffffffb7;
  right: 0;
  bottom: 0;
  transform: rotate(40deg);
  transform-origin: right;
}
.ins_producdtCon7 .maskBox .content1 .img_bg.befter .n2 .b2::before {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 1px;
  background: #ffffffb7;
  right: 0;
  bottom: 0;
  transform: rotate(135deg);
  transform-origin: right;
}
.ins_producdtCon7 .maskBox .content1 .img_bg .wordBox {
  position: absolute;
  top: 0.32rem;
  left: 0.32rem;
  color: #FFF;
}
.ins_producdtCon7 .maskBox .content1 .ins_title6 {
  width: 35%;
  height: auto;
  position: absolute;
  z-index: 3;
  left: 62.5%;
  color: #FFFFFF;
}
.ins_producdtCon7 .maskBox .content1 .ins_title6 .t1 {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width:990px) {
  .ins_producdtCon7 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
  }
  .ins_producdtCon7 .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_producdtCon7 .maskBox .content1 {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }
  .ins_producdtCon7 .maskBox .content1::after {
    opacity: 0;
  }
  .ins_producdtCon7 .maskBox .content1 .ins_title6 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    left: unset;
    padding: 0 20px;
  }
  .ins_producdtCon7 .maskBox .content1 .img_bg {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .ins_producdtCon7 .maskBox .content1 .img_bg.befter {
    position: relative;
    z-index: 1;
    width: 70%;
    margin-top: 1rem;
  }
}
.ins_producdtCon8 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000000;
  padding: 1.15rem 0;
}
.ins_producdtCon8 .center_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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_producdtCon8 .center_box .box_info {
  width: 72.29%;
  height: auto;
  color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_producdtCon8 .center_box .box_info .left_box {
  width: 44%;
  height: auto;
}
.ins_producdtCon8 .center_box .box_info .left_box .list {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
  border-top: 1px solid #FFFFFF33;
  border-bottom: 1px solid #FFFFFF33;
}
.ins_producdtCon8 .center_box .box_info .left_box .list .one {
  width: 100%;
  height: auto;
  padding-top: 0.46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.32rem;
  font-size: var(--font16);
  padding-bottom: 0.32rem;
  border-bottom: 1px dashed #FFFFFF33;
}
.ins_producdtCon8 .center_box .box_info .left_box .list .one .icon {
  width: 1.9rem;
  color: #999;
  font-weight: 330;
  flex-shrink: 0;
}
.ins_producdtCon8 .center_box .box_info .left_box .list .one .word {
  width: fit-content;
  color: #fff;
  font-weight: 330;
}
.ins_producdtCon8 .center_box .box_info .right_box {
  width: 45.6%;
}
@media (max-width:990px) {
  .ins_producdtCon8 .center_box {
    padding: 0 20px;
  }
  .ins_producdtCon8 .center_box .box_info {
    width: 100%;
    height: auto;
  }
}
.ins_producdtCon9 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
}
.ins_producdtCon9 .center_box {
  width: 100%;
  height: auto;
}
.ins_producdtCon9 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.ins_producdtCon9 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_producdtCon9 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_producdtCon9 .center_box .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_producdtCon9 .center_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 66%;
}
.ins_producdtCon9 .center_box .swiper_box ul li .centerInfo .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_producdtCon9 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.ins_productauCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.96rem 0;
  background: url(../images/zz47.jpg) no-repeat top right;
  background-size: 100% auto;
  background-color: #f5f5f5;
}
.ins_productauCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_productauCon1 .center_box .ins_t {
  width: 100%;
  height: auto;
}
.ins_productauCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 1.28rem;
  gap: 0.58rem;
}
.ins_productauCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  color: #999999;
  padding-bottom: 0.32rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 0.2rem;
}
.ins_productauCon1 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #00000033;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productauCon1 .center_box .item_box .item::before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: var(--active_color2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productauCon1 .center_box .item_box .item:hover,
.ins_productauCon1 .center_box .item_box .item.active {
  color: var(--active_color);
}
.ins_productauCon1 .center_box .item_box .item:hover::before,
.ins_productauCon1 .center_box .item_box .item.active::before {
  width: 100%;
  left: 0;
}
.ins_productauCon1 .center_box .item_box .item.active {
  color: var(--active_color);
}
.ins_productauCon1 .center_box .item_box .item.active::before {
  width: 100%;
  left: 0;
}
@media (max-width:990px) {
  .ins_productauCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
}
.ins_productauCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 2.13rem;
}
.ins_productauCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_productauCon2 .center_box .swiper_info {
  width: 100%;
  height: auto;
  position: sticky;
  z-index: 1;
}
.ins_productauCon2 .center_box .swiper_info::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #EEEEF5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
}
.ins_productauCon2 .center_box .swiper_info .swiper_box {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_productauCon2 .center_box .swiper_info .swiper_box ul li {
  width: auto;
  height: 100%;
}
.ins_productauCon2 .center_box .swiper_info .swiper_box ul li .one {
  width: auto;
  height: 100%;
  padding: 0.48rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  font-size: var(--font16);
  color: #999;
  padding-left: 0rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productauCon2 .center_box .swiper_info .swiper_box ul li .one::after {
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.06rem;
  background: #E60012;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  opacity: 0;
}
.ins_productauCon2 .center_box .swiper_info .swiper_box ul li.active .one {
  padding-left: 0.2rem;
}
.ins_productauCon2 .center_box .swiper_info .swiper_box ul li.active .one::after {
  opacity: 1;
}
.ins_productauCon2 .center_box .swiper_info .pager_box {
  width: 2.65rem;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0.13rem;
  background: linear-gradient(-90deg, #EEEEF5 20%, #EEEEF500 100%);
}
.ins_productauCon2 .center_box .swiper_info .pager_box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EEEEF5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
  left: 100%;
}
.ins_productauCon2 .center_box .swiper_info .pager_box .btnBox {
  width: fit-content;
  cursor: pointer;
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productauCon2 .center_box .swiper_info .pager_box .btnBox:hover {
  filter: unset;
}
.ins_productauCon2 .center_box .swiper_info .pager_box .line {
  width: 1px;
  height: 20px;
  background: #0000001A;
}
.ins_productauCon2 .center_box .content_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 1.28rem;
  margin-top: 1.28rem;
}
.ins_productauCon2 .center_box .content_box .content_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 {
  width: 100%;
  height: auto;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box {
  width: 57.84%;
  height: auto;
  background: #F5F5F5;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li {
  width: 100%;
  height: auto;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo {
  width: 100%;
  height: auto;
  background: #F5F5F5;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo .img .pb {
  padding-bottom: 62%;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo .img .pb .ab img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo .word {
  width: 100%;
  height: auto;
  padding: 0.4rem;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo .word .t1 {
  font-weight: 500;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo .word .t2 {
  font-weight: 400;
  margin-top: 0.5rem;
  color: #333333;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo .word .t3 {
  font-weight: 300;
  margin-top: 0.1rem;
  color: #999999;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .left_box .swiper_img ul li .centerInfo:hover .img img {
  transform: scale(1.03);
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box {
  width: 37.74%;
  height: auto;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .title {
  width: 100%;
  height: auto;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
  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;
  border-top: 1px solid #DDDDDDDD;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .top {
  width: 100%;
  height: auto;
  padding-bottom: 0.24rem;
  border-bottom: 1px dashed #DDDDDDDD;
  color: #999;
  font-weight: 600;
  cursor: pointer;
  padding-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.2rem;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .top i {
  font-size: 12px;
  font-style: unset;
  background: #ff0000;
  font-weight: 300;
  color: #FFF;
  padding: 1px 5px;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .top img {
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  flex-shrink: 0;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .bot {
  width: 100%;
  height: auto;
  display: none;
  padding-top: 0.24rem;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .bot .t1 {
  color: #000;
  font-weight: 450;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .bot .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.12rem;
  font-weight: 300;
  color: #000;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .bot .img {
  width: 100%;
  height: auto;
  display: none;
  margin-top: 0.4rem;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .bot .img .pb {
  padding-bottom: 62%;
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item.active .top {
  color: var(--active_color);
}
.ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item.active .top img {
  filter: unset;
  transform: rotate(-90deg);
}
.ins_productauCon2 .center_box .content_box .content_info .content2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  overflow: hidden;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .ins_ti {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .ins_ti .t1 {
  font-weight: 500;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .swiper_word {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .swiper_word ul li {
  width: auto;
  height: auto;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .swiper_word ul li .centerInfo {
  width: 100%;
  height: auto;
  background: #F5F5F5;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .swiper_word ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .swiper_word ul li .centerInfo .img .pb {
  padding-bottom: 73%;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .swiper_word ul li .centerInfo .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .swiper_word ul li .centerInfo .word {
  width: 100%;
  height: auto;
  padding: 0.4rem;
  padding-top: 0;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .swiper_word ul li .centerInfo .word .t1 {
  font-weight: 500;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .swiper_word ul li .centerInfo .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.12rem;
  font-weight: 300;
}
.ins_productauCon2 .center_box .content_box .content_info .content2 .idxPageShow {
  margin-top: 0.64rem;
  gap: 0.16rem;
}
.ins_productauCon2 .center_box .content_box .content_info:nth-child(2n) .content1 {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width:990px) {
  .ins_productauCon2 .center_box .swiper_info {
    display: none;
  }
  .ins_productauCon2 .center_box .content_box .content_info .content1 {
    flex-direction: column-reverse !important;
  }
  .ins_productauCon2 .center_box .content_box .content_info .content1 .left_box {
    display: none !important;
  }
  .ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box {
    gap: 0.6rem;
  }
  .ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .bot .img {
    display: block !important;
  }
  .ins_productauCon2 .center_box .content_box .content_info .content1 .right_box .item_box .item .top i {
    transform: scale(0.5);
  }
}
.ins_productauCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
.ins_productauCon3 .center_box {
  width: 100%;
  height: auto;
  padding: 0.32rem 0;
}
.ins_productauCon3 .center_box .word {
  width: fit-content;
  color: #FFF;
}
.ins_productauCon3 .center_box .word .t1 {
  line-height: 1.06;
  letter-spacing: -1.28px;
  font-weight: 520;
}
.ins_productauCon3 .center_box .word .t1 .icon {
  width: fit-content;
  position: relative;
  z-index: 1;
}
.ins_productauCon3 .center_box .word .t1 .icon::after {
  content: '';
  position: absolute;
  width: 0.52rem;
  height: 0.4rem;
  background: url(../images/icon6.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(100%) translateY(-10%);
}
.ins_productauCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 1.28rem;
  color: #FFF;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
.ins_productauCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_productauCon3 .center_box .item_box .item .title {
  width: 100%;
  height: auto;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #FFFFFF33;
}
.ins_productauCon3 .center_box .item_box .item .list {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
}
.ins_productauCon3 .center_box .item_box .item .list .one {
  width: 100%;
  height: auto;
  font-weight: 300;
  line-height: 2;
}
.ins_productauCon3 .center_box .item_box .item .list .one span {
  color: #999;
  display: inline-block;
  padding-left: 2px;
}
.ins_productauCon3 .center_box .item_box .item .list .one p {
  display: inline-block;
  padding-left: 2px;
}
.ins_productauCon3.padd68 .center_box {
  padding: 0.68rem 0;
}
@media (max-width:990px) {
  .ins_productauCon3 {
    padding: 1.2rem 0;
  }
  .ins_productauCon3 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.44rem;
  }
  .ins_productauCon3 .center_box .word .t2 {
    margin-top: 0.4rem;
  }
  .ins_productauCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.ins_producdtCon10 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.28rem 0;
  background: #000000;
}
.ins_producdtCon10 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_producdtCon10 .center_box .box_info {
  width: 72%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_producdtCon10 .center_box .box_info .left_box {
  width: 40%;
  height: auto;
  color: #FFF;
}
.ins_producdtCon10 .center_box .box_info .left_box .t1 {
  width: 100%;
  height: auto;
}
.ins_producdtCon10 .center_box .box_info .left_box .t1 p {
  width: 100%;
  height: auto;
}
.ins_producdtCon10 .center_box .box_info .left_box .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-weight: 300;
  opacity: 0.5;
}
.ins_producdtCon10 .center_box .box_info .right_box {
  width: 50%;
  height: auto;
}
.ins_producdtCon10 .center_box .box_info .right_box .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_producdtCon10 .center_box .box_info .right_box .img_bg .img {
  width: 100%;
  height: auto;
}
.ins_producdtCon10 .center_box .box_info .right_box .img_bg .img img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_producdtCon10 {
    padding-top: 1.2rem;
  }
  .ins_producdtCon10 .center_box .box_info {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
}
.ins_producdtCon11 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
.ins_producdtCon11 .center_box {
  width: 100%;
  height: auto;
  position: absolute;
  top: 1.28rem;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.ins_producdtCon11 .center_box .t2 {
  margin-top: 0.6rem;
  font-weight: 300;
  opacity: 0.5;
}
.ins_producdtCon11 .img_bg {
  width: 100%;
  height: auto;
}
.ins_producdtCon11 .img_bg img {
  width: 100%;
  height: auto;
  min-height: 500px;
  object-fit: cover;
}
.menu_all {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  background: #FFFFFFE5;
  backdrop-filter: blur(80px);
  opacity: 0;
  visibility: hidden;
}
.menu_all .content {
  width: 100%;
  height: 100vh;
  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;
}
.menu_all .content .left_box {
  width: 50%;
  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;
}
.menu_all .content .left_box .word_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 2;
  padding: 0.6rem 0;
}
.menu_all .content .left_box .word_box .word {
  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;
  padding-right: 0.6rem;
  font-weight: 200;
  color: #FFF;
}
.menu_all .content .left_box .img_bg {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.menu_all .content .left_box .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu_all .content .right_box {
  width: 41.5%;
  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;
  padding: 0.4rem 0;
}
.menu_all .content .right_box .top_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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.menu_all .content .right_box .top_box .closeBox {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.12rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 200;
  cursor: pointer;
}
.menu_all .content .right_box .top_box .input_box {
  width: 100%;
  height: 0.56rem;
  min-height: 40px;
  margin-top: 0.48rem;
  border: 1px solid rgba(0, 0, 0, 0.8);
  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;
}
.menu_all .content .right_box .top_box .input_box input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  padding-left: 0.24rem;
  --color: #ccc;
}
.menu_all .content .right_box .top_box .input_box input::-webkit-input-placeholder,
.menu_all .content .right_box .top_box .input_box input textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.menu_all .content .right_box .top_box .input_box input:-moz-placeholder,
.menu_all .content .right_box .top_box .input_box input textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.menu_all .content .right_box .top_box .input_box input::-moz-placeholder,
.menu_all .content .right_box .top_box .input_box input textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.menu_all .content .right_box .top_box .input_box input:-ms-input-placeholder,
.menu_all .content .right_box .top_box .input_box input textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.menu_all .content .right_box .top_box .input_box button {
  width: 0.56rem;
  height: 0.56rem;
  min-width: 40px;
  min-height: 40px;
  border: 0;
  background: none;
  cursor: pointer;
}
.menu_all .content .right_box .top_box .input_box button i {
  font-size: var(--font20);
}
.menu_all .content .right_box .top_box .t1 {
  width: 100%;
  height: auto;
  margin-top: 0.13rem;
  font-size: var(--font32);
  font-weight: 200;
}
.menu_all .content .right_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
.menu_all .content .right_box .item_box .grid4 {
  grid-column: span 4;
}
.menu_all .content .right_box .item_box .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.menu_all .content .right_box .item_box .item {
  width: 100%;
  height: auto;
}
.menu_all .content .right_box .item_box .item .title {
  font-size: var(--font20);
  color: #0000004D;
}
.menu_all .content .right_box .item_box .item .list {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  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.1rem;
}
.menu_all .content .right_box .item_box .item .list .one {
  font-size: var(--font16);
  font-weight: 300;
}
.menu_all .content .right_box .bottom {
  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;
}
.menu_all .content .right_box .bottom .list {
  width: fit-content;
  height: auto;
  margin-top: 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;
  gap: 0.16rem;
}
.menu_all .content .right_box .bottom .list .icBox {
  width: fit-content;
  height: auto;
}
.menu_all .content .right_box .bottom .list .icBox .ic {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
  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;
  color: #14142A;
  background: #0000001A;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu_all .content .right_box .bottom .list .icBox .ic i {
  font-size: var(--font20);
  color: #FFFFFF;
}
.menu_all .content .right_box .bottom .list .icBox .ic:hover {
  background: var(--active_color);
}
.menu_all .content .right_box .bottom .lgBox {
  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;
  font-size: var(--font16);
  gap: 0.1rem;
  color: #CCC;
}
.menu_all .content .right_box .bottom .lgBox .one {
  color: #CCC;
}
.menu_all .content .right_box .bottom .lgBox .one.active {
  color: var(--active_color);
}
.menu_all .content .menuWow {
  transform: translateY(10px);
  opacity: 0;
}
.menu_all.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu_all.active .menuWow {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s ease-in;
}
.ins_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_newCon1 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_newCon1 .center_box .ins_title {
  position: absolute;
  width: 53.65%;
  top: 0;
}
.ins_newCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: 100%;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box {
  width: 38%;
  height: auto;
  padding-top: 0.75rem;
  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;
  gap: 0.6rem;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .t1 {
  width: 100%;
  height: auto;
  font-weight: 500;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .t2 {
  margin-top: 0.72rem;
  font-weight: 330;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .time {
  margin-top: 0.3rem;
  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;
  font-size: var(--font16);
  font-weight: 250;
  color: #999;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .time img {
  width: 0.26rem;
  height: 0.26rem;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .ins_more5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  --boder: 1px solid #1D2088;
  --bg: #1D2088;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .ins_more5 .more {
  color: #1D2088;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box {
  width: 53.65%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .img {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .img .pb {
  padding-bottom: 67.5%;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newCon1 .center_box .idxSwiBox {
  width: 53.65%;
}
.ins_newCon1 .center_box .idxPageShow {
  width: 53.65%;
  height: auto;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0.32rem;
  gap: 0.16rem;
}
.ins_newCon1 .center_box .idxPageShow span {
  background: #FFF;
  opacity: 1;
}
.ins_newCon1 .center_box .idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color2);
}
.ins_newCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #F5F5F5;
}
.ins_newCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .ins_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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_newCon2 .center_box .ins_top .ins_title {
  width: fit-content;
}
.ins_newCon2 .center_box .ins_top .list {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.46rem;
}
.ins_newCon2 .center_box .ins_top .list .one {
  font-size: var(--font20);
  color: #999;
  font-weight: 305;
  position: relative;
  z-index: 1;
  padding-left: 0.22rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.ins_newCon2 .center_box .ins_top .list .one::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.08rem;
  height: 0.06rem;
  background: var(--active_color2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.ins_newCon2 .center_box .ins_top .list .one:hover {
  color: var(--active_color);
}
.ins_newCon2 .center_box .ins_top .list .one.active {
  color: var(--active_color);
  text-decoration: underline;
}
.ins_newCon2 .center_box .ins_top .list .one.active::after {
  opacity: 1;
}
.ins_newCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.72rem 0.16rem;
  margin-top: 0.64rem;
}
.ins_newCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding-top: 0.32rem;
}
.ins_newCon2 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .item_box .item .img .pb {
  padding-bottom: 66%;
}
.ins_newCon2 .center_box .item_box .item .img .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_newCon2 .center_box .item_box .item .word_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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0.32rem;
}
.ins_newCon2 .center_box .item_box .item .word_box .words {
  width: 70%;
}
.ins_newCon2 .center_box .item_box .item .word_box .words .t1 {
  font-weight: 520;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_newCon2 .center_box .item_box .item .word_box .words .t2 {
  font-weight: 250;
  color: #999;
  margin-top: 0.16rem;
}
.ins_newCon2 .center_box .item_box .item .word_box .words .ins_more5 {
  margin-top: 0.64rem;
  --boder: 1px solid #CCCCCC99;
  --bg: #000000;
}
.ins_newCon2 .center_box .item_box .item .word_box .time {
  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;
  gap: 0.12rem;
  font-size: var(--font16);
  font-weight: 250;
  color: #999;
}
.ins_newCon2 .center_box .item_box .item .word_box .time img {
  width: 0.26rem;
  height: 0.26rem;
}
.ins_newCon2 .center_box .item_box .item:nth-child(3n) {
  padding-right: 0;
}
.ins_newCon2 .center_box .item_box .item:hover .img img {
  transform: scale(1.2);
}
.ins_newCon2 .center_box .item_box .item:hover .word_box .words .t1 {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_newCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .ins_newCon2 .center_box .item_box .line {
    display: none;
  }
  .ins_newCon2 .center_box .item_box .item {
    padding-top: 0;
  }
  .ins_newCon2 .center_box .item_box .item .word_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_newCon2 .center_box .item_box .item .word_box .words {
    width: 100%;
    height: auto;
  }
  .ins_newCon2 .center_box .item_box .item .word_box .words .ins_more5 {
    margin-top: 0.4rem;
  }
  .ins_newCon2 .center_box .item_box .item .word_box .time {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    display: none;
  }
}
.ins_newCon2 .center_box .pager_layui {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
@media (max-width:990px) {
  .ins_newCon2 .center_box .ins_top {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.newContent {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #666;
  font-weight: 330;
  line-height: 1.5;
  margin-top: 0.6rem;
}
.newContent img {
  width: unset !important;
  height: unset !important;
}
.newContent p {
  min-height: 0.5em;
}
.ins_newdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}
.ins_newdCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box {
  width: 71.4%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box .nav_box {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #999999;
  font-weight: 305;
  font-size: var(--font16);
  gap: 0.1rem;
  flex-shrink: 0;
}
.ins_newdCon1 .center_box .box_info .left_box .nav_box .one {
  color: #999999;
}
.ins_newdCon1 .center_box .box_info .left_box .nav_box .one.active {
  color: #000000;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new {
  width: 100%;
  height: auto;
  margin-top: 0.53rem;
  padding-bottom: 0.53rem;
  border-bottom: 1px solid #0000001A;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .t1 {
  font-weight: 500;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .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.4rem;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .time {
  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;
  gap: 0.12rem;
  font-size: var(--font16);
  font-weight: 250;
  color: #999;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list {
  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.16rem;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list .icBox {
  width: fit-content;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list .icBox .ic {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
  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;
  color: #FFFFFF;
  background: #1D20881A;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list .icBox .ic i {
  font-size: var(--font20);
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list .icBox .ic:hover {
  background: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .left_box .newContent {
  padding-bottom: 0.72rem;
  border-bottom: 1px solid #00000033;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 0.48rem;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox .next {
  width: 40%;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox .next .t1 {
  color: #666666;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox .next.rigth {
  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_newdCon1 .center_box .box_info .left_box .pagerBox .next:hover .t1 {
  color: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox button {
  width: fit-content;
  height: 0.48rem;
  min-height: 40px;
  margin-top: 0.4rem;
  padding: 0 0.32rem;
  border-radius: 0.06rem;
  border: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.12rem;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox button i {
  font-size: 12px;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox button:hover {
  border-color: var(--active_color);
  color: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox .center {
  width: fit-content;
}
.ins_newdCon1 .center_box .box_info .right_box {
  width: 23.6%;
  height: 100%;
  background: #F5F5F5;
  padding: 0.4rem 0.32rem;
  border-radius: 0.08rem;
}
.ins_newdCon1 .center_box .box_info .right_box .list {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  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_newdCon1 .center_box .box_info .right_box .list .one {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #00000033;
}
.ins_newdCon1 .center_box .box_info .right_box .list .one .img {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .right_box .list .one .img img {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .right_box .list .one .word {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-weight: 300;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins_newdCon1 .center_box .box_info .right_box .list .one:hover {
  color: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .right_box .list .one:last-child {
  border: 0;
  padding-bottom: 0;
}
@media (max-width:990px) {
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox .next {
    width: 100%;
    height: auto;
  }
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox .next.rigth {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox .next button {
    margin-top: 0.1rem;
  }
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox .center {
    display: none;
  }
}
.ins_solveCon1A {
  width: 100%;
  height: 150vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solveCon1A .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  --tY: translateY(0);
  --imgW: 110vw;
  --imgH: 110vh;
  --transform: translateX(-10vw) translateY(-20vh);
  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: 2rem;
}
.ins_solveCon1A .maskBox .center_box {
  width: 100%;
  height: auto;
}
.ins_solveCon1A .maskBox .center_box .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  transform: var(--tY);
  position: relative;
  z-index: 4;
}
.ins_solveCon1A .maskBox .center_box .word .one {
  width: fit-content;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ins_solveCon1A .maskBox .center_box .word .one .be {
  width: 100%;
  height: auto;
  color: #000000;
  position: relative;
  z-index: 1;
}
.ins_solveCon1A .maskBox .center_box .word .one .be {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.1rem;
}
.ins_solveCon1A .maskBox .center_box .word .one .be p {
  flex-shrink: 0;
}
.ins_solveCon1A .maskBox .center_box .word .one .icon {
  width: 1.56rem;
  height: 0.8rem;
  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_solveCon1A .maskBox .center_box .word .one .icon .bA {
  width: 100%;
  height: auto;
}
.ins_solveCon1A .maskBox .center_box .word .one .icon .aB {
  position: absolute;
  width: var(--imgW);
  height: var(--imgH);
  transform: var(--transform);
  max-width: unset;
  max-height: unset;
  display: block;
  flex-shrink: 0;
}
.ins_solveCon1A .maskBox .center_box .word .one:first-child {
  z-index: 2;
}
@media (max-width: 3860px) {
  .ins_solveCon1A .maskBox {
    --transform: translateX(-8vw) translateY(-25vh);
  }
}
@media (max-width: 2560px) {
  .ins_solveCon1A .maskBox {
    --transform: translateX(-10vw) translateY(-20vh);
  }
}
.ins_solveCon1A .wapCont {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: none;
}
.ins_solveCon1A .wapCont .img {
  width: 100%;
  height: 500px;
}
.ins_solveCon1A .wapCont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solveCon1A .wapCont .wordB {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: var(--font48);
  padding: 1rem 20px;
  color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_solveCon1A {
    width: 100%;
    height: auto;
  }
  .ins_solveCon1A .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: none !important;
  }
  .ins_solveCon1A .maskBox .center_box .word {
    display: none !important;
  }
  .ins_solveCon1A .wapCont {
    display: block !important;
  }
}
.menu_all .content .right_box .item_box .item .list .one {
  position: relative;
  z-index: 1;
}
.menu_all .content .right_box .item_box .item .list .one::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--active_color2);
  top: 0.5em;
  left: 0;
  transform: translateX(calc(-100% + 0.05rem));
}
