@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;
}
a:hover {
  color: var(--active_color);
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  appearance: none;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.dh {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 动画延迟 */
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes line5 {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
    transform: translateX(100%);
  }
}
@keyframes grow3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes lines {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes line2 {
  0% {
    transform: translateY(-100%);
    top: 0;
  }
  100% {
    top: 100%;
    transform: translateY(100%);
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 1610;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1610;
  }
}
@keyframes grow5 {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes grow4 {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* 旋转 */
/* 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.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.locate_box {
  width: 100%;
  height: 0;
  transform: translateY(calc((var(--header-height) + 1rem) * -1));
}
:root {
  /* COLOR */
  --active_color: #c21b32;
  --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);
  --CardsBorderColor: #c21b32, #ffffff00;
  --CardsBorderColor2: #c21b31c4, #ffffff00;
}
/* 公共字体 */
.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: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Thin.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Black.ttf");
  font-weight: 700;
}
/* --------------------------------------------------------------- 全站内容区 */
.w1720,
.container,
.wrap {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1720,
  .container,
  .wrap {
    max-width: 89.58333333%;
  }
}
.w1820 {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1820 {
    max-width: 94.79166667%;
  }
}
main {
  width: 100%;
  height: auto;
  --header-height: 1rem;
  font-family: "HarmonyOS_Sans";
  color: #000000;
}
@media (max-width:990px) {
  main {
    --header-height: 50px;
  }
}
/* --------------------------------------------------------------- 导航占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* --------------------------------------------------------------- 锚点 */
.locate_item {
  width: 100%;
  height: 0;
  transform: translateY(-1.5rem);
}
/* --------------------------------------------------------------- 全站左右结构 */
.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;
  }
}
* {
  scrollbar-color: #4e4e4e #ffffff00;
}
*::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #4e4e4e;
}
*::-webkit-scrollbar-thumb {
  background-color: #4e4e4e;
  border-radius: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #4e4e4e;
}
/* --------------------------------------------------------------- 颜色渐变 */
.bg_gra {
  background: linear-gradient(to right, #ffbebe, #bfffbf);
}
.te_gra {
  background-image: linear-gradient(180deg, #e3e3e375, #ffffff00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* --------------------------------------------------------------- 手机端轮播图分页器 */
.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);
  }
  .idxPageHide.bgFFF span {
    background: #FFFFFF;
  }
}
/* --------------------------------------------------------------- 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.22rem;
}
.idxPageShow span {
  width: 6px;
  height: 6px;
  background: #999999;
  opacity: 1;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color);
}
/* --------------------------------------------------------------- 圖片放大 */
.imgScale img {
  transform: scale(1.5);
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.imgScale.active img {
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* --------------------------------------------------------------- 轮播图依次出现 */
.wowFg {
  overflow: hidden;
}
.wowFg span {
  opacity: 0;
  display: inline-block;
}
.wowUp {
  opacity: 0;
}
.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;
}
.wowFg.toUp span {
  animation: fadeInRight 0.5s forwards;
}
/* --------------------------------------------------------------- 轮播图一排出现 */
.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;
}
@media (max-width:990px) {
  .hx p {
    display: contents;
  }
}
.fw300 {
  font-weight: 300;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.tc {
  text-align: center;
}
.img_w100 {
  width: 100%;
  height: auto;
}
.img_w100 img {
  width: 100%;
  height: auto;
}
/* --------------------------------------------------------------- 视频播放图标 */
.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.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "iconfont";
  font-size: var(--font50);
  color: #FFFFFF;
  cursor: pointer;
}
.toUp_Box {
  z-index: 10 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toUp_Box.posFix {
  position: fixed;
  top: 0;
}
.toUp_Box.posFix .center_box .item_box .item {
  padding: 0.28rem 0;
}
.toUp_Box.small {
  top: var(--header-height);
}
/* --------------------------------------------------------------- 点击同意条款 
<div class="checkbox_c"><div class="icon"><i></i></div><input type="checkbox"><span>我理解并同意按照隐私保护条款使用和传递我的个人信息。</span></div>
*/
.checkbox_c {
  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;
  cursor: pointer;
}
.checkbox_c span {
  color: #333333;
  font-size: var(--font16);
}
.checkbox_c a {
  display: contents;
  color: var(--active_color);
}
.checkbox_c .icon {
  width: 0.15rem;
  height: 0.15rem;
  border: 1px solid #979797;
  flex-shrink: 0;
  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;
  font-style: normal;
}
.checkbox_c .icon i {
  width: 0.08rem;
  height: 0.08rem;
  background: var(--active_color);
  opacity: 0;
  display: block;
  transform: translateY(0.5px) translateX(-0.5px);
}
.checkbox_c input {
  display: none;
}
.checkbox_c.active .icon i {
  opacity: 1;
}
.table_box {
  width: 100%;
  margin-top: 0.4rem;
  font-size: var(--font16);
  position: relative;
  z-index: 1;
}
.table_box .name {
  font-size: 12px;
  color: #999999;
  padding-bottom: 0.2rem;
}
.table_box .info {
  width: 100%;
  height: auto;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  max-height: 8.3rem;
  overflow: auto;
}
.table_box table {
  width: 100%;
  height: auto;
  table-layout: fixed;
  min-width: 1200px;
}
.table_box table tr {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  color: #666666;
}
.table_box table tr td {
  height: 0.55rem;
  border-left: 1px solid #e5e5e5;
  padding: 0.15rem 0;
}
.table_box table tr td span {
  color: #ff0000;
}
.table_box table tr td i {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: var(--font18);
}
.table_box table tr td i:hover {
  color: var(--active_color);
}
.table_box table tr td img {
  transform: translateY(-2.5px);
}
.table_box table tr td:first-child {
  width: 20%;
  border: 0;
}
.table_box table thead {
  background: #f2f2f2;
  color: #333;
  font-weight: 500;
  position: sticky;
  top: 0px;
  z-index: 3;
}
.table_box table thead tr td {
  color: #333;
}
.table_box table thead::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
}
.table_box .one {
  width: fit-content;
  height: auto;
  margin-top: 0.17rem;
  display: -webkit-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.03rem;
  cursor: pointer;
}
.table_box .one span {
  color: #ff0000;
}
.idx_more {
  width: fit-content;
  height: auto;
  --color: #FFF;
  --bgColor: linear-gradient(90deg, #ffffff00, #ffffff, #ffffff00);
}
.idx_more .more {
  width: fit-content;
  height: auto;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color);
  position: relative;
  z-index: 1;
}
.idx_more .more::after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--color);
  border-radius: 0.08rem;
  opacity: 0.15;
}
.idx_more .more span {
  width: auto;
  height: 0.66rem;
  padding: 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font18);
}
.idx_more .more span i {
  color: var(--active_color);
  font-style: unset;
  display: contents;
}
.idx_more .more .icBo {
  width: 0.66rem;
  height: 0.66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.idx_more .more .icBo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--color);
  opacity: 0.15;
}
.idx_more .more .icBo i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font20);
}
.idx_more .more .icBo .be {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
}
.idx_more .more i.bor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.idx_more .more i.bor::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 40%;
  height: 1px;
  background: var(--bgColor);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.6;
}
.idx_more .more i.bor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 40%;
  height: 1px;
  background: var(--bgColor);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.6;
}
.idx_more .more:hover i.bor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.idx_more .more:hover i.bor::after {
  right: 55%;
}
.idx_more .more:hover i.bor::before {
  left: 55%;
}
.idx_more .more:hover .icBo .be {
  transform: translateY(0%) translateX(0%);
  opacity: 1;
}
.idx_more .more:hover .icBo .af {
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.idx_more.redBg {
  --color: #333333;
  --bgColor: linear-gradient(90deg, #c21b3100, #c21b32, #c21b3100);
}
.idx_title {
  width: 100%;
  height: auto;
}
.idx_title .t1 {
  font-weight: 500;
}
.idx_title .t2 {
  margin-top: 0.2rem;
  color: #666666;
}
.pagerBox {
  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: 0.3rem;
}
.pagerBox .idxPageShow {
  width: fit-content;
}
.swiperPager {
  width: 0.54rem;
  height: 0.54rem;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 0.08rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiperPager i {
  font-size: var(--font26);
  color: #666666;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiperPager:hover {
  border-color: #c21b315b;
}
.swiperPager:hover i {
  color: var(--active_color);
}
.swiBox {
  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;
  gap: 0.08rem;
}
@media (max-width:990px) {
  .swiBox {
    display: none;
  }
}
.idx_more2 {
  width: 100%;
  height: auto;
  --color: #FFF;
}
.idx_more2 .more {
  width: fit-content;
  color: var(--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;
  gap: 0.2rem;
}
.idx_more2 .more i {
  font-size: var(--font20);
}
.idx_more2 .more .icBo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.idx_more2 .more .icBo i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font20);
}
.idx_more2 .more .icBo .be {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%) translateX(-100%);
  opacity: 0;
}
.idx_more2 .more:hover .icBo .be {
  transform: translateY(0%) translateX(0%);
  opacity: 1;
}
.idx_more2 .more:hover .icBo .af {
  transform: translateY(-100%) translateX(100%);
  opacity: 0;
}
.idx_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.5rem;
}
.idx_top .idx_title {
  width: fit-content;
}
.idx_top .idx_more {
  flex-shrink: 0;
  width: fit-content;
}
@media (max-width:990px) {
  .idx_top {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .idx_top .idx_more {
    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;
    display: none;
  }
}
.idx_more3 {
  width: fit-content;
  height: auto;
  --color: #FFF;
  --bgColor: linear-gradient(90deg, #ffffff00, #ffffff, #ffffff00);
}
.idx_more3 .more {
  width: fit-content;
  height: auto;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_more3 .more::after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--color);
  border-radius: 0.08rem;
  opacity: 0.15;
}
.idx_more3 .more .woBo {
  width: fit-content;
  height: auto;
  position: relative;
  z-index: 1;
  display: none;
}
.idx_more3 .more .woBo::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--color);
  opacity: 0.15;
}
.idx_more3 .more .woBo span {
  width: auto;
  height: 0.66rem;
  padding: 0 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  opacity: 0;
  transform: translateX(-30%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_more3 .more .woBo span i {
  color: var(--active_color);
  font-style: unset;
  display: contents;
}
.idx_more3 .more .icBo {
  width: 0.66rem;
  height: 0.66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.idx_more3 .more .icBo i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font20);
}
.idx_more3 .more i.bor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
}
.idx_more3 .more i.bor::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 40%;
  height: 1px;
  background: var(--bgColor);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.6;
}
.idx_more3 .more i.bor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 40%;
  height: 1px;
  background: var(--bgColor);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.6;
}
.idx_more3 .more:hover i.bor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.idx_more3 .more:hover i.bor::after {
  right: 55%;
}
.idx_more3 .more:hover i.bor::before {
  left: 55%;
}
.idx_more3.redBg {
  --color: #333333;
  --bgColor: linear-gradient(90deg, #c21b3100, #c21b32, #c21b3100);
}
.lineAni {
  position: relative;
  z-index: 1;
  --color: #FFF;
  --bgColor: linear-gradient(90deg, #c21b3100, #c21b32, #c21b3100);
  overflow: hidden;
  --time: 4s;
}
.lineAni::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}
.lineAni::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 30%;
  height: 1px;
  background: var(--bgColor);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  right: 100%;
  animation: line5 var(--time) linear infinite;
}
.ins_title {
  width: 100%;
  height: auto;
}
.ins_title .icon {
  width: fit-content;
  height: auto;
  line-height: 1;
  padding: 0.2rem 0.16rem;
  border-top: 1px solid #00000018;
  border-bottom: 1px solid #00000018;
  border-radius: 0.1rem;
  font-weight: 200;
  font-size: var(--font20);
}
.ins_title .t1 {
  margin-top: 0.2rem;
  font-weight: 600;
  line-height: calc(50/40);
}
.ins_title .t1 span {
  color: var(--active_color);
}
.ins_title .t2 {
  font-size: var(--font16);
  color: #666666;
  line-height: calc(24/16);
  margin-top: 0.5rem;
}
.ins_title2 {
  width: 100%;
  height: auto;
}
.ins_title2 .t1 {
  font-weight: 500;
}
.ins_title2 .t1.coFFF {
  color: var(--color_fff);
}
.ins_title2 .t2 {
  color: #666666;
}
.ins_title2 .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: 0.2rem;
}
.ins_title2 .list .one {
  color: #666666;
  line-height: 1.5;
  padding-left: 0.15rem;
  position: relative;
  z-index: 1;
}
.ins_title2 .list .one::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--active_color);
  left: 0;
  top: 0.6em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idxPagerCircle {
  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;
  position: relative;
  z-index: 5;
  gap: 0.2rem;
}
.idxPagerCircle span {
  width: 6px;
  height: 6px;
  background: #FFF;
  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;
}
.idxPagerCircle span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  border-radius: 50%;
}
.idxPagerCircle span.swiper-pagination-bullet-active::after {
  opacity: 0.1;
  width: 0.24rem;
  height: 0.24rem;
}
.idxPagerCircle.redBg span {
  background: #999999;
  opacity: 1;
}
.idxPagerCircle.redBg span::after {
  background: var(--active_color);
}
.idxPagerCircle.redBg span.swiper-pagination-bullet-active {
  background: var(--active_color);
}
.idxPagerDrip {
  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;
  margin-top: 0.2rem;
  gap: 0.1rem;
}
.idxPagerDrip span {
  width: 6px;
  height: 6px;
  background: #adadad;
  opacity: 1;
  border-radius: 100px;
}
.idxPagerDrip .swiper-pagination-bullet-active {
  background: var(--active_color);
}
.ins_more {
  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;
  margin-top: 0.9rem;
}
.ins_more .more {
  width: fit-content;
  height: 0.66rem;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.24rem;
  background: var(--active_color);
  color: var(--color_fff);
  gap: 0.92rem;
  font-size: var(--font18);
  border-radius: 0.08rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_more .more i {
  font-size: var(--font18);
}
.ins_more .more:hover {
  opacity: 0.8;
}
.btnSwiper {
  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;
  border-radius: 50%;
  background: #000000;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnSwiper i {
  color: #FFF;
  font-size: var(--font30);
  font-weight: 200;
}
.btnSwiper:hover {
  background: var(--active_color);
}
.swiperBtn {
  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: 0.2rem;
}
.swiperBtn .btn {
  width: 0.54rem;
  height: 0.54rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
  border-radius: 0.08rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.swiperBtn .btn i {
  font-size: var(--font28);
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiperBtn .btn.prev i {
  transform: rotate(180deg);
}
.swiperBtn .btn:hover {
  background: var(--active_color);
  background-color: var(--active_color);
}
.swiperBtn .btn:hover i {
  color: var(--color_fff);
}
@media (max-width:990px) {
  .swiperBtn {
    display: none;
  }
}
.bg_radial {
  position: relative;
  z-index: 1;
  --bgimg: url(../images/bg8.jpg);
}
.bg_radial::after {
  content: '';
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-image: var(--bgimg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 2px;
  left: 2px;
  border-radius: 0.08rem;
  z-index: -1;
}
.bg_radial::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(10rem circle at var(--mouse-x) var(--mouse-y), var(--CardsBorderColor2), transparent 50%);
  bottom: 0;
  left: 0;
  border-radius: 0.08rem;
  z-index: -2;
}
.idx_banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
.idx_banner .swiper_box {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  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;
}
.idx_banner .swiper_box ul li .centerInfo .word_box {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .icon {
  width: fit-content;
  height: auto;
  line-height: 1;
  padding: 0.2rem 0.16rem;
  border-top: 1px solid #ffffff99;
  border-bottom: 1px solid #ffffff99;
  border-radius: 0.1rem;
  font-weight: 200;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .t1 {
  margin-top: 0.4rem;
  font-weight: 500;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .t2 {
  margin-top: 0.2rem;
  font-weight: 300;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.idx_banner .swiper_box ul li .img_w100 {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .img_w100 .layer {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .img_w100 .layer img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.idx_banner .swiper_box ul li.swiper-slide-active .wowUpS {
  animation: fadeInUp 0.7s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.idx_banner .idxBox {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0.3rem;
  z-index: 10;
}
.idx_banner .idxBox .idxPageNum {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 0 0.1rem;
}
.idx_banner .idxBox .idxPageNum::after {
  content: '';
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
  width: 100%;
  height: 0.8rem;
  border-bottom: 1px solid #ffffff;
  border-radius: 0.12rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  z-index: 1;
}
.idx_banner .idxBox .idxPageNum .item {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  position: relative;
  z-index: 1;
}
.idx_banner .idxBox .idxPageNum .item::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0.1rem;
  width: 1px;
  height: 0.15rem;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
}
.idx_banner .idxBox .idxPageNum .item span {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 0.2rem;
  overflow: hidden;
  color: #ffffffa8;
}
.idx_banner .idxBox .idxPageNum .item span::after {
  content: '';
  position: absolute;
  right: 0;
  transform: translateX(-200%);
  top: 0px;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #ffffff00, #ffffff);
  z-index: 10;
  opacity: 0.6;
}
.idx_banner .idxBox .idxPageNum .item.active span {
  color: #FFF;
}
.idx_banner .idxBox .idxPageNum .item.active span::after {
  transform: translateX(0%);
  transition: all 5s linear;
}
.idx_banner .idxBox .idxPageNum .item.isactive span::after {
  transform: translateX(150%);
  transition: all 3s linear;
}
.idx_banner .idxBox .idxPageNum .item:first-child::before {
  display: none;
}
@media (max-width:990px) {
  .idx_banner .swiper_box ul li .centerInfo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 1.5rem;
  }
}
.idx_product {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  padding-bottom: 0.5rem;
  background: url(../images/bg1.jpg) no-repeat bottom center;
  background-size: cover;
}
.idx_product .center_box {
  width: 100%;
  height: auto;
}
.idx_product .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.5rem;
}
.idx_product .center_box .content .left_box {
  width: 24%;
  height: auto;
}
.idx_product .center_box .content .left_box .swiper_word {
  width: 100%;
  height: auto;
}
.idx_product .center_box .content .left_box .swiper_word .centerInfo {
  width: 100%;
  height: auto;
}
.idx_product .center_box .content .left_box .swiper_word .centerInfo .t1 {
  line-height: 1;
  font-weight: 200;
}
.idx_product .center_box .content .left_box .swiper_word .centerInfo .t2 {
  margin-top: 0.1rem;
  font-weight: 500;
}
.idx_product .center_box .content .left_box .swiper_word .centerInfo .t3 {
  margin-top: 0.4rem;
  color: #666666;
}
.idx_product .center_box .content .left_box .swiper_word .centerInfo .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.idx_product .center_box .content .left_box .swiper_word .centerInfo .img {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.idx_product .center_box .content .left_box .swiper_word .centerInfo .img .pb {
  padding-bottom: 80%;
}
.idx_product .center_box .content .left_box .swiper_word .swiper-slide-active .wowUpS {
  animation: fadeInUp 0.7s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.idx_product .center_box .content .left_box .idx_more .more span {
  font-size: var(--font16);
}
.idx_product .center_box .content .contBox {
  width: 28%;
  transform: translateX(-15%);
  position: relative;
  z-index: 1;
}
.idx_product .center_box .content .contBox .swiper_img {
  width: 100%;
  height: auto;
}
.idx_product .center_box .content .contBox .swiper_img ul li {
  height: auto;
  opacity: 1 !important;
}
.idx_product .center_box .content .contBox .swiper_img ul li .centerInfo {
  width: 100%;
  height: auto;
  transform: translateX(120%) scale(0.4);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.idx_product .center_box .content .contBox .swiper_img ul li .centerInfo .pb {
  padding-bottom: 100%;
}
.idx_product .center_box .content .contBox .swiper_img ul li.swiper-slide-next .centerInfo {
  transform: translateX(60%) scale(0.5);
  opacity: 0.5;
}
.idx_product .center_box .content .contBox .swiper_img ul li.swiper-slide-active .centerInfo {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.idx_product .center_box .content .contBox .swiper_img ul li.swiper-slide-prev .centerInfo {
  transform: translateX(-60%) scale(0.6);
  opacity: 0.5;
}
.idx_product .center_box .content .contBox .swiper_img ul li.swiper-slide-next + .swiper-slide .centerInfo {
  transform: translateX(100%) scale(0.4);
  opacity: 0.3;
}
.idx_product .center_box .content .contBox .pagerBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.idx_product .center_box .content .right_box {
  width: 16%;
  position: relative;
  z-index: 2;
}
.idx_product .center_box .content .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.2rem;
  --bgColor: linear-gradient(90deg, #c21b3100, #c21b32, #c21b3100);
}
.idx_product .center_box .content .right_box .item_box .item {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  text-align: center;
  color: #666666;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_product .center_box .content .right_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.idx_product .center_box .content .right_box .item_box .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.idx_product .center_box .content .right_box .item_box .item i.bor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.idx_product .center_box .content .right_box .item_box .item i.bor::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 40%;
  height: 1px;
  background: var(--bgColor);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.idx_product .center_box .content .right_box .item_box .item i.bor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  width: 40%;
  height: 1px;
  background: var(--bgColor);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.idx_product .center_box .content .right_box .item_box .item.active {
  padding: 0.2rem 0;
  font-size: var(--font24);
  color: var(--active_color);
}
.idx_product .center_box .content .right_box .item_box .item.active::after {
  opacity: 0.15;
}
.idx_product .center_box .content .right_box .item_box .item.active::before {
  opacity: 0.15;
}
.idx_product .center_box .content .right_box .item_box .item.active i.bor::after {
  opacity: 0.6;
}
.idx_product .center_box .content .right_box .item_box .item.active i.bor::before {
  opacity: 0.6;
}
.idx_product .center_box .content .right_box .item_box .item:hover i.bor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.idx_product .center_box .content .right_box .item_box .item:hover i.bor::after {
  right: 55%;
}
.idx_product .center_box .content .right_box .item_box .item:hover i.bor::before {
  left: 55%;
}
.idx_product .center_box .content .right_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 1.35rem;
}
@media (max-width:990px) {
  .idx_product .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .idx_product .center_box .content .left_box {
    width: 100%;
    height: auto;
  }
  .idx_product .center_box .content .contBox {
    width: 100%;
    height: auto;
    transform: translateX(0);
  }
  .idx_product .center_box .content .contBox .swiper_img {
    display: none;
  }
  .idx_product .center_box .content .contBox .pagerBox {
    position: relative;
    z-index: 1;
  }
  .idx_product .center_box .content .right_box {
    display: none;
  }
}
.idx_business {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-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;
}
.idx_business .contBox {
  width: 95%;
  height: auto;
  top: 0.73rem;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  z-index: 2;
  transform: translateY(100%);
}
.idx_business .contBox .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #FFF;
  gap: 0.5rem;
}
.idx_business .contBox .center_box .idx_title {
  width: 50%;
}
.idx_business .contBox .center_box .idx_more {
  flex-shrink: 0;
}
.idx_business .swiper_box {
  width: 100%;
  height: auto;
  clip-path: polygon(1rem 1rem, calc(100% - 1rem) 1rem, calc(100% - 1rem) 100%, 1rem 100%);
  background: #000000;
}
.idx_business .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_business .swiper_box ul li .centerInfo {
  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;
}
.idx_business .swiper_box ul li .centerInfo .center_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 2.8rem;
  z-index: 2;
  color: #FFF;
}
.idx_business .swiper_box ul li .centerInfo .center_box .word_box {
  width: 31%;
  transform: translateX(10%);
  opacity: 0;
}
.idx_business .swiper_box ul li .centerInfo .center_box .word_box .t1 {
  font-weight: 500;
}
.idx_business .swiper_box ul li .centerInfo .center_box .word_box .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.18rem;
  line-height: calc(28/18);
  opacity: 0.7;
}
.idx_business .swiper_box ul li .centerInfo .center_box .word_box .idx_more2 {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
}
.idx_business .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_business .swiper_box ul li .centerInfo .img img {
  width: 100%;
  height: 100vh;
  transform: scale(1.3);
  object-fit: cover;
}
.idx_business .swiper_box ul li.swiper-slide-active {
  z-index: 3;
}
.idx_business .swiper_box ul li.swiper-slide-active .center_box .word_box {
  transform: translateX(0%);
  opacity: 1;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.idx_business .swiper_box ul li.swiper-slide-active .img {
  animation: lines 0.5s linear;
}
.idx_business .swiper_box ul li.swiper-slide-prev {
  opacity: 1 !important;
}
.idx_business.active .contBox {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 1.7s ease;
  -o-transition: all 1.7s ease;
  transition: all 1.7s ease;
  transform: translateY(0%);
}
.idx_business.active .swiper_box {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  transition: all 1.6s ease;
}
.idx_business.active .swiper_box ul li .centerInfo .img img {
  transform: scale(1);
  -webkit-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  transition: all 1.6s ease;
}
.idx_business .idxPageHide {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: auto;
  bottom: 0.2rem;
}
.idx_business .idxPageHide span {
  background: #FFF;
}
.idx_business .content {
  width: 100%;
  height: auto;
  margin-top: 0.36rem;
  position: absolute;
  z-index: 3;
  bottom: 0.6rem;
}
.idx_business .content .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.idx_business .content .item_box .item {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  padding: 0.25rem 0;
  border-radius: 0.2rem;
  border-bottom: 1px solid #ffffff66;
  text-align: center;
  cursor: pointer;
  color: #999999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_business .content .item_box .item.active {
  color: #ffffff;
  border-color: #FFF;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.158), rgba(255, 255, 255, 0));
}
.idx_business .content .item_box .item:hover {
  color: #ffffff;
}
@media (max-width:990px) {
  .idx_business .content {
    display: none;
  }
  .idx_business .swiper_box ul li .centerInfo .center_box {
    bottom: 1rem;
  }
  .idx_business .swiper_box ul li .centerInfo .center_box .word_box {
    width: 100%;
  }
  .idx_business .swiper_box ul li .centerInfo .img img {
    height: calc(100vh - var(--header-height));
  }
}
.idx_about {
  width: 100%;
  height: 200vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_about .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.idx_about .maskBox .content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  color: #FFF;
  padding-top: 1.6rem;
  padding-bottom: 1rem;
}
.idx_about .maskBox .content .center_box {
  width: 100%;
  height: 100%;
}
.idx_about .maskBox .content .center_box .left_box {
  width: 39%;
  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_about .maskBox .content .center_box .left_box .idx_title .t2 {
  color: #FFF;
  opacity: 0.6;
  line-height: calc(26/18);
  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;
}
.idx_about .maskBox .content .center_box .right_box {
  width: 29.3%;
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.idx_about .maskBox .content .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  overflow: hidden;
}
.idx_about .maskBox .content .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}
.idx_about .maskBox .content .center_box .right_box .item_box .item .icon {
  font-size: var(--font60);
  line-height: 1;
  font-weight: 600;
}
.idx_about .maskBox .content .center_box .right_box .item_box .item .icon i {
  font-style: normal;
}
.idx_about .maskBox .content .center_box .right_box .item_box .item .word {
  font-size: var(--font18);
  margin-top: 0.1rem;
  font-weight: 500;
}
.idx_about .maskBox .content .center_box .right_box .item_box .item:nth-child(2n)::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  bottom: -1px;
  opacity: 0.3;
}
.idx_about .maskBox .img_bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_about .maskBox .img_bg::after {
  content: '';
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.idx_about .maskBox .img_bg::before {
  content: '';
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00000062 10%, #00000000 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_about .maskBox .img_bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.idx_about .maskBox .img_bg .img img {
  width: 100%;
  height: 101vh;
  object-fit: cover;
}
.idx_about .maskBox .img_bg .img.active {
  opacity: 1;
}
@media (max-width:990px) {
  .idx_about {
    width: 100%;
    height: auto;
  }
  .idx_about .maskBox {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
  }
}
.idx_new {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.05rem 0;
}
.idx_new .center_box {
  width: 100%;
  height: auto;
}
.idx_new .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
}
.idx_new .center_box .item {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.idx_new .center_box .item .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.idx_new .center_box .item .img .pb {
  padding-bottom: 58%;
}
.idx_new .center_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .item .time {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  color: #666666;
  font-size: var(--font16);
}
.idx_new .center_box .item .t1 {
  margin-top: 0.25rem;
  height: calc(2em * 1.3);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .item .t2 {
  margin-top: 0.15rem;
  color: #666666;
  height: calc(2em * 1.3);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .item .idx_more2 {
  margin-top: 0.7rem;
  --color: #666666;
}
.idx_new .center_box .item:hover .img .pb .ab img {
  transform: scale(1.05);
}
.idx_new .center_box .item:hover .t1 {
  color: var(--active_color);
}
.idx_serive {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-attachment: fixed;
  background-image: url(../images/z4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.idx_serive .content1 {
  width: 100%;
  height: auto;
  position: absolute;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
}
.idx_serive .content2 {
  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;
}
.idx_serive .content2 .item_box {
  width: 76.45%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.idx_serive .content2 .item_box .item {
  width: 100%;
  height: auto;
  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;
  text-align: center;
  padding: 0 0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding-top: 1.1rem;
  padding-bottom: 0.6rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_serive .content2 .item_box .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.15;
}
.idx_serive .content2 .item_box .item::before {
  content: '';
  position: absolute;
  background: linear-gradient(0deg, #ffffff00, #ffffff 50%, #ffffff00);
  width: 1px;
  height: 36%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  animation: line2 var(--time) linear infinite;
}
.idx_serive .content2 .item_box .item .img {
  width: 0.66rem;
  height: 0.66rem;
  display: -webkit-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_serive .content2 .item_box .item .t1 {
  margin-top: 0.4rem;
}
.idx_serive .content2 .item_box .item .t2 {
  margin-top: 0.1rem;
  opacity: 0.6;
}
.idx_serive .content2 .item_box .item .more {
  margin-top: 0.56rem;
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_serive .content2 .item_box .item .more i {
  font-size: var(--font26);
}
.idx_serive .content2 .item_box .item:hover {
  background: #ffffff0c;
}
.idx_serive .content2 .item_box .item:hover .img {
  animation: rotate1 5s linear infinite;
}
.idx_serive .content2 .item_box .item:hover .more {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width:990px) {
  .idx_serive {
    padding: 1rem 0;
  }
  .idx_serive .content1 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    top: unset;
    transform: translateY(0);
  }
  .idx_serive .content2 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .idx_serive .content2 .item_box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .idx_serive .content2 .item_box .item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ffffff25;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .idx_serive .content2 .item_box .item .more {
    transform: translateY(0);
    opacity: 1;
  }
}
.ins_bannerCon1 {
  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_bannerCon1 .content {
  width: 100%;
  height: auto;
  position: absolute;
}
.ins_bannerCon1 .content .center_box .t1 {
  font-weight: 500;
}
.ins_bannerCon1 .content .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
@media (max-width:990px) {
  .ins_bannerCon1 .img_w100 img.wap {
    min-height: 500px;
    object-fit: cover;
  }
}
.ins_bannerCon1.coFFF .content .center_box .t1 {
  color: var(--color_fff);
}
.ins_bannerCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
}
.ins_bannerCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_bannerCon2 .center_box .navBox {
  width: fit-content;
  height: 0.7rem;
  min-height: 60px;
  display: -webkit-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;
  max-width: 50%;
}
.ins_bannerCon2 .center_box .navBox::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #FFF;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_bannerCon2 .center_box .navBox::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #000;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.1;
}
.ins_bannerCon2 .center_box .navBox i {
  font-size: var(--font14);
  transform: rotate(-90deg);
  color: #b2b2b2;
}
.ins_bannerCon2 .center_box .navBox a {
  font-size: var(--font16);
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_bannerCon2 .center_box .navBox a:hover {
  color: var(--active_color);
  text-decoration: underline;
}
.ins_bannerCon2 .center_box .item_box {
  width: fit-content;
  height: auto;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.6rem;
}
.ins_bannerCon2 .center_box .item_box .item {
  width: 100%;
  height: 0.7rem;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: var(--color_666);
  cursor: pointer;
}
.ins_bannerCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_bannerCon2 .center_box .item_box .item.active {
  color: var(--active_color);
}
.ins_bannerCon2 .center_box .item_box .item.active::after {
  width: 100%;
}
@media (max-width:990px) {
  .ins_bannerCon2 {
    display: none !important;
  }
}
/* --------------------------------------------------- 产品和产品详情 */
.ins_productCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_productCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon1 .center_box .left_box {
  width: 17%;
  height: calc(100vh - var(--header-height));
  border-right: 1px solid #e5e5e5;
  padding-bottom: 0.5rem;
  position: sticky;
  top: var(--header-height);
}
.ins_productCon1 .center_box .left_box .title {
  width: 100%;
  height: auto;
  line-height: 1;
  padding: 0.25rem 0;
  color: #FFF;
  position: relative;
  z-index: 1;
  text-align: center;
}
.ins_productCon1 .center_box .left_box .title::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: var(--active_color);
  z-index: -1;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon1 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
}
.ins_productCon1 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  position: relative;
  z-index: 1;
}
.ins_productCon1 .center_box .left_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon1 .center_box .left_box .item_box .item::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_productCon1 .center_box .left_box .item_box .item .top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #666666;
  font-size: var(--font18);
  padding-right: 0.4rem;
  cursor: pointer;
}
.ins_productCon1 .center_box .left_box .item_box .item .top i {
  width: 8px;
  height: 8px;
  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_productCon1 .center_box .left_box .item_box .item .top i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon1 .center_box .left_box .item_box .item .top i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.ins_productCon1 .center_box .left_box .item_box .item .top:hover {
  color: var(--active_color);
}
.ins_productCon1 .center_box .left_box .item_box .item .top:hover i {
  transform: rotate(90deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot {
  width: 100%;
  height: auto;
  display: none;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.15rem;
  overflow: hidden;
  padding-top: 0.1rem;
  margin-top: 0.08rem;
  position: relative;
  z-index: 1;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #dedede;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  transform: translateY(-0.65em);
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one {
  width: fit-content;
  height: auto;
  padding-left: 0.18rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #666666;
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one .t1 {
  width: 100%;
  height: auto;
  color: #666666;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one .listTow {
  width: 100%;
  height: auto;
  padding-left: 0.2rem;
  font-size: var(--font16);
  line-height: 1.8;
  margin-top: 0.1rem;
  display: none;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one .listTow .tow {
  opacity: 0.5;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one .listTow .tow:hover,
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one .listTow .tow.active {
  opacity: 1;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background: #dedede;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 0.5em;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one:hover::before {
  width: calc(100% - 0.18rem);
  left: 0.18rem;
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one.active {
  color: var(--active_color);
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one.active::after {
  background: var(--active_color);
}
.ins_productCon1 .center_box .left_box .item_box .item .bot .list .one.active::before {
  opacity: 0;
}
.ins_productCon1 .center_box .left_box .item_box .item.active::before {
  opacity: 1;
}
.ins_productCon1 .center_box .left_box .item_box .item.active .top {
  color: #000 !important;
}
.ins_productCon1 .center_box .left_box .item_box .item.active .top i::before {
  transform: rotate(0);
}
.ins_productCon1 .center_box .right_box {
  width: 80%;
  height: auto;
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}
.ins_productCon1 .center_box .right_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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_productCon1 .center_box .right_box .top_box .t1 {
  width: fit-content;
  height: auto;
}
.ins_productCon1 .center_box .right_box .top_box .input_box {
  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.3rem;
}
.ins_productCon1 .center_box .right_box .top_box .input_box .word {
  font-size: var(--font16);
  color: #333333;
  display: -webkit-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.03rem;
}
.ins_productCon1 .center_box .right_box .top_box .input_box .word span {
  font-size: var(--font24);
  color: var(--active_color);
}
.ins_productCon1 .center_box .right_box .top_box .input_box .input {
  width: 6rem;
  height: auto;
  border-radius: 0.08rem;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  color: #000;
}
.ins_productCon1 .center_box .right_box .top_box .input_box .input input {
  width: 100%;
  height: 0.66rem;
  min-height: 40px;
  border: 0;
  background: none;
  padding-left: 0.2rem;
  --color: #cacaca;
}
.ins_productCon1 .center_box .right_box .top_box .input_box .input input::-webkit-input-placeholder,
.ins_productCon1 .center_box .right_box .top_box .input_box .input input textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_productCon1 .center_box .right_box .top_box .input_box .input input:-moz-placeholder,
.ins_productCon1 .center_box .right_box .top_box .input_box .input input textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_productCon1 .center_box .right_box .top_box .input_box .input input::-moz-placeholder,
.ins_productCon1 .center_box .right_box .top_box .input_box .input input textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_productCon1 .center_box .right_box .top_box .input_box .input input:-ms-input-placeholder,
.ins_productCon1 .center_box .right_box .top_box .input_box .input input textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_productCon1 .center_box .right_box .top_box .input_box .input button {
  width: 0.66rem;
  height: 0.66rem;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;
  border: 0;
  background: none;
}
.ins_productCon1 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.67rem 0.25rem;
  margin-top: 0.24rem;
}
.ins_productCon1 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_productCon1 .center_box .right_box .item_box .item .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_productCon1 .center_box .right_box .item_box .item .img .pb {
  padding-bottom: 89%;
}
.ins_productCon1 .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;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
.ins_productCon1 .center_box .right_box .item_box .item .img .pb .ab iframe {
  width: 150%;
  height: 63%;
  display: -webkit-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;
  mix-blend-mode: multiply;
  transform: scale(1.3);
}
.ins_productCon1 .center_box .right_box .item_box .item .img .icon {
  position: absolute;
  z-index: 8;
  top: 0.2rem;
  right: 0.2rem;
}
.ins_productCon1 .center_box .right_box .item_box .item .img .info {
  position: absolute;
  z-index: 10;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: var(--active_color);
  opacity: 0;
}
.ins_productCon1 .center_box .right_box .item_box .item .img:hover .info {
  opacity: 1;
}
.ins_productCon1 .center_box .right_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.ins_productCon1 .center_box .right_box .item_box .item .word .t1 {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_productCon1 .center_box .right_box .item_box .item .word .list {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.16rem;
}
.ins_productCon1 .center_box .right_box .item_box .item .word .list .one {
  padding: 0 0.2rem;
  color: #666666;
  border-right: 1px dashed #999999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_productCon1 .center_box .right_box .item_box .item .word .list .one:last-child {
  border: 0;
}
.ins_productCon1 .center_box .right_box .item_box .item .word .list .one:hover {
  color: var(--active_color);
  text-decoration: underline;
}
@media (max-width:990px) {
  .ins_productCon1 .center_box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ins_productCon1 .center_box .left_box {
    width: 100%;
    height: auto;
    top: unset;
    position: relative;
    z-index: 1;
    display: none;
  }
  .ins_productCon1 .center_box .left_box .item_box .item .top {
    padding: 0 0.4rem;
  }
  .ins_productCon1 .center_box .left_box .item_box .item .bot {
    padding: 0 0.4rem;
  }
  .ins_productCon1 .center_box .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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .ins_productCon1 .center_box .right_box .top_box .input_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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .ins_productCon1 .center_box .right_box .top_box .input_box .input {
    width: 100%;
    height: auto;
  }
  .ins_productCon1 .center_box .right_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_productCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.5rem;
  background-image: url(../images/insbanner1.jpg);
  background-size: cover;
}
.ins_productCon2 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_productCon2 .center_box .left_box {
  width: 33.72%;
  height: auto;
  padding-bottom: 0.7rem;
  padding-top: 1rem;
}
.ins_productCon2 .center_box .left_box .icon {
  width: fit-content;
  height: auto;
  line-height: 1;
  padding: 0.2rem 0.16rem;
  border-top: 1px solid #00000018;
  border-bottom: 1px solid #00000018;
  border-radius: 0.1rem;
  font-weight: 200;
  font-size: var(--font20);
}
.ins_productCon2 .center_box .left_box .t1 {
  margin-top: 0.2rem;
  font-weight: 500;
}
.ins_productCon2 .center_box .left_box .t1 span {
  color: var(--active_color);
}
.ins_productCon2 .center_box .right_box {
  width: 56%;
  height: auto;
  padding-bottom: 0.1rem;
}
.ins_productCon2 .center_box .navBox {
  width: 100%;
  height: 0.7rem;
  min-height: 60px;
  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;
  gap: 0.15rem;
}
.ins_productCon2 .center_box .navBox::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #FFF;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon2 .center_box .navBox::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #000;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.1;
}
.ins_productCon2 .center_box .navBox i {
  font-size: var(--font14);
  transform: rotate(-90deg);
  color: #b2b2b2;
}
.ins_productCon2 .center_box .navBox a {
  font-size: var(--font16);
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon2 .center_box .navBox a:hover {
  color: var(--active_color);
  text-decoration: underline;
}
@media (max-width:990px) {
  .ins_productCon2 .center_box .navBox {
    display: none;
  }
}
.ins_productCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
}
.ins_productCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.ins_productCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  transform: var(--tY);
  --mouse-x: 50px;
  --mouse-y: 50px;
  cursor: pointer;
  color: #000;
}
.ins_productCon3 .center_box .item_box .item .left_box {
  width: 38%;
  height: 100%;
  padding-top: 2rem;
  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-bottom: 0.8rem;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0.5rem;
  bottom: 0;
}
.ins_productCon3 .center_box .item_box .item .left_box .word {
  width: 100%;
  height: auto;
}
.ins_productCon3 .center_box .item_box .item .left_box .word .t1 {
  font-weight: 200;
  text-transform: uppercase;
}
.ins_productCon3 .center_box .item_box .item .left_box .word .t2 {
  font-weight: 500;
}
.ins_productCon3 .center_box .item_box .item .left_box .word .t3 {
  color: #666666;
  margin-top: 0.3rem;
}
.ins_productCon3 .center_box .item_box .item .left_box .idx_more .more span {
  font-size: var(--font16);
  padding: 0;
  display: none;
}
.ins_productCon3 .center_box .item_box .item .left_box .idx_more .more span.active {
  padding: 0 0.25rem;
  width: 0;
}
.ins_productCon3 .center_box .item_box .item .right_box {
  width: 70%;
  height: auto;
  position: relative;
  z-index: 3;
}
.ins_productCon3 .center_box .item_box .item .right_box .img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon3 .center_box .item_box .item .right_box .img .pb {
  padding-bottom: 140.2%;
}
.ins_productCon3 .center_box .item_box .item .right_box .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 0.5rem;
}
.ins_productCon3 .center_box .item_box .item .bgB {
  width: 100%;
  height: 5.9rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ins_productCon3 .center_box .item_box .item .bgB::after {
  content: '';
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 2px;
  left: 2px;
  border-radius: 0.08rem;
}
.ins_productCon3 .center_box .item_box .item .bgB::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5.9rem;
  background: radial-gradient(20rem circle at var(--mouse-x) var(--mouse-y), var(--CardsBorderColor), transparent 50%);
  bottom: 0;
  left: 0;
  border-radius: 0.08rem;
  opacity: 0;
}
.ins_productCon3 .center_box .item_box .item:hover .bgB::before {
  opacity: 1;
}
.ins_productCon3 .center_box .item_box .item:hover .right_box .img {
  transform: translateY(-1%);
}
@media (max-width:990px) {
  .ins_productCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_productCon3 .center_box .item_box .item {
    transform: translateY(0) !important;
    background: #f5f5f5;
    padding-top: 0.5rem;
    padding-bottom: 3rem;
  }
  .ins_productCon3 .center_box .item_box .item .left_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 0;
    left: 0;
  }
  .ins_productCon3 .center_box .item_box .item .left_box .idx_more3 {
    margin-top: 0.3rem;
  }
  .ins_productCon3 .center_box .item_box .item .right_box {
    width: 80% !important;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0.2rem;
  }
  .ins_productCon3 .center_box .item_box .item .right_box .img .pb {
    padding-bottom: 80%;
  }
  .ins_productCon3 .center_box .item_box .item .bgB {
    width: 100%;
    height: 100%;
  }
  .ins_productCon3 .center_box .item_box .item .bgB::before {
    width: 100%;
    height: 100%;
  }
}
.ins_productCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_productCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon4 .center_box .left_box {
  width: 56.3%;
  position: relative;
  z-index: 1;
  padding-top: 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;
  padding-bottom: 0.3rem;
}
.ins_productCon4 .center_box .left_box .swiper_info {
  width: 78%;
  height: auto;
  position: relative;
  z-index: 2;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box ul li {
  width: 0;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo {
  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_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo .pb {
  padding-bottom: 95%;
  overflow: hidden;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .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;
  background: #f4f4f4;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo .pb .ab iframe {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  transform: scale(1.5);
  transform-origin: center -10%;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo .pb .ab .icon {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo .pb .ab mg,
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo .pb .ab video {
  max-width: 90%;
  max-height: 100%;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo .pb .ab .info {
  position: absolute;
  z-index: 10;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: var(--active_color);
  opacity: 0;
  font-size: var(--font20);
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo .vIc {
  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;
  background: #0000001e;
  backdrop-filter: blur(10px);
  z-index: 6;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo .vIc img {
  width: 0.2rem;
  transform: translateX(1px);
}
.ins_productCon4 .center_box .left_box .swiper_info .swiper_box .centerInfo:hover .pb .ab .info {
  opacity: 1 !important;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 15px;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiperPager {
  width: 40px;
  height: 80px;
  border: 0;
  background: #FFF;
  flex-shrink: 0;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiperPager.swiper-button-disabled {
  opacity: 0.5;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item ul li {
  width: 0;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item .centerInfo::after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(0.8rem - 2px);
  background: #ffffff;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.08rem;
  border: 1px solid #ffffff00;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item .centerInfo::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.8rem;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.08rem;
  background: linear-gradient(0deg, #c21b312f, #ffffff00, #ffffff00);
  z-index: 2;
  opacity: 0;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item .centerInfo .pb {
  padding-bottom: 118%;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item .centerInfo .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 0.15rem;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item .centerInfo .pb .ab img,
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item .centerInfo .pb .ab video {
  max-width: 90%;
  max-height: 100%;
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item ul li.active .centerInfo::after {
  border: 1px solid var(--active_color);
}
.ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB .swiper_item ul li.active .centerInfo::before {
  opacity: 1;
}
.ins_productCon4 .center_box .left_box::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #f4f4f4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  right: 0;
  z-index: -1;
}
.ins_productCon4 .center_box .right_box {
  width: 43.7%;
  position: relative;
  z-index: 1;
  padding-top: 1.8rem;
  border-left: 2px solid #FFF;
  padding-left: 0.7rem;
}
.ins_productCon4 .center_box .right_box .icon {
  width: fit-content;
  height: auto;
  line-height: 1;
  padding: 0.15rem 0.2rem;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0.1rem;
  font-weight: 300;
  font-size: var(--font20);
  color: #666666;
}
.ins_productCon4 .center_box .right_box .t1 {
  margin-top: 0.2rem;
  font-weight: 600;
}
.ins_productCon4 .center_box .right_box .t1 span {
  color: var(--active_color);
}
.ins_productCon4 .center_box .right_box .t2 {
  margin-top: 0.2rem;
  font-weight: 500;
  color: #666666;
  padding-bottom: 0.35rem;
}
.ins_productCon4 .center_box .right_box .t3 {
  margin-top: 0.6rem;
  color: #666666;
  max-height: calc(5em * 1.3);
  line-height: 1.3;
  overflow: auto;
}
.ins_productCon4 .center_box .right_box .item_box {
  width: 74%;
  height: auto;
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.ins_productCon4 .center_box .right_box .item_box .item {
  width: 100%;
  height: 0.9rem;
  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;
  border: 1px solid #e0e0e0;
  border-radius: 0.08rem;
  gap: 0.15rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon4 .center_box .right_box .item_box .item img {
  width: 0.35rem;
  height: 0.35rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon4 .center_box .right_box .item_box .item span {
  font-size: var(--font18);
}
.ins_productCon4 .center_box .right_box .item_box .item:hover {
  border: 1px solid var(--active_color);
}
.ins_productCon4 .center_box .right_box .item_box .item.active {
  background: var(--active_color);
  border: 1px solid var(--active_color);
  color: #FFF;
}
.ins_productCon4 .center_box .right_box .item_box .item.active img {
  filter: brightness(0) invert(1);
}
.ins_productCon4 .center_box .right_box::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width:990px) {
  .ins_productCon4 .center_box {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ins_productCon4 .center_box .left_box {
    padding-top: 0;
  }
  .ins_productCon4 .center_box .left_box::after {
    opacity: 0;
  }
  .ins_productCon4 .center_box .left_box .swiper_info {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #FFFFFF;
  }
  .ins_productCon4 .center_box .left_box .swiper_info .swiper_box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ins_productCon4 .center_box .left_box .swiper_info .swiperPagerB {
    display: none !important;
  }
  .ins_productCon4 .center_box .right_box {
    padding-left: 0;
  }
  .ins_productCon4 .center_box .right_box::after {
    opacity: 0;
  }
}
.ins_productCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #FFFFFF;
}
.ins_productCon5::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon5 .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_productCon5 .item_box .item {
  width: 100%;
  height: 0.7rem;
  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;
  font-size: var(--font18);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_productCon5 .item_box .item::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: var(--active_color);
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon5 .item_box .item:hover {
  color: var(--active_color);
}
.ins_productCon5 .item_box .item.active {
  color: var(--active_color);
}
.ins_productCon5 .item_box .item.active::after {
  width: 100%;
}
@media (max-width:990px) {
  .ins_productCon5 {
    display: none;
  }
}
.ins_productCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.95rem;
}
.ins_productCon6 .center_box {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0.75rem;
}
.ins_productCon6 .center_box .left_box {
  width: 23.4%;
  height: auto;
}
.ins_productCon6 .center_box .left_box .t1 {
  font-weight: 500;
}
.ins_productCon6 .center_box .right_box {
  width: 67.3%;
}
.ins_productCon6 .center_box .right_box .list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.2rem;
  font-size: var(--font16);
  color: #666666;
  line-height: calc(24/16);
}
.ins_productCon6 .center_box .right_box .list p {
  width: 100%;
  height: auto;
  padding-left: 0.15rem;
  position: relative;
  z-index: 1;
}
.ins_productCon6 .center_box .right_box .list p::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0.65em;
  left: 0;
}
.ins_productCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.8rem;
}
.ins_productCon7 .center_box {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0.8rem;
}
.ins_productCon7 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.ins_productCon7 .center_box .swiper_box ul li {
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_productCon7 .center_box .swiper_box ul li::before {
  content: '';
  position: absolute;
  background: linear-gradient(0deg, #ce6c7a00, #ce6c7a 50%, #ce6c7a00);
  width: 1px;
  height: 36%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  animation: line2 var(--time) linear infinite;
  z-index: 2;
}
.ins_productCon7 .center_box .swiper_box ul li::after {
  content: '';
  position: absolute;
  background: linear-gradient(0deg, #ce6c7a00, #ce6c7a 50%, #ce6c7a00);
  width: 1px;
  height: 36%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  animation: line2 var(--time2) linear infinite;
  z-index: 2;
}
.ins_productCon7 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_productCon7 .center_box .swiper_box .centerInfo::after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  border-radius: 0.08rem;
}
.ins_productCon7 .center_box .swiper_box .centerInfo .t1 {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
}
.ins_productCon7 .center_box .swiper_box .centerInfo .t2 {
  color: #666666;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.15rem;
  min-height: 2.8rem;
  line-height: 1.5;
}
.ins_productCon7 .center_box .swiper_box .centerInfo .number {
  position: absolute;
  font-size: 1.5rem;
  bottom: 0;
  right: 0.3rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(12%);
  color: #FFF;
  text-shadow: -1px -1px 0 #efefef, 1px -1px 0 #efefef, -1px 1px 0 #efefef, 1px 1px 0 #efefef;
}
.ins_productCon7 .center_box .swiper_box .centerInfo .number::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #ffffff 10%, #ffffff00 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}
.ins_productCon8 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_productCon8 .center_box {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.ins_productCon8 .center_box .idx_title {
  width: fit-content;
  position: relative;
  z-index: 1;
  z-index: 2;
}
.ins_productCon8 .center_box .contentInfo {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.ins_productCon8 .center_box .contentInfo .content {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_productCon8 .center_box .contentInfo .content::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #ffffff 10%, #ffffff00 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.ins_productCon8 .center_box .contentInfo .content .item_box {
  width: 100%;
  height: 6.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.15rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0.35rem 0.3rem;
  overflow: auto;
  padding-bottom: 1rem;
}
.ins_productCon8 .center_box .contentInfo .content .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.14rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e0e0e0;
}
.ins_productCon8 .center_box .contentInfo .content .item_box .item .icon {
  flex-shrink: 0;
}
.ins_productCon8 .center_box .contentInfo .content .item_box .item .word {
  font-size: var(--font16);
  color: #666666;
  line-height: calc(24/16);
}
.ins_productCon8 .center_box .contentInfo .content .item_box .item:last-child {
  border: 0;
}
@media (max-width:990px) {
  .ins_productCon8 .center_box .contentInfo {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_productCon9 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_productCon9 .center_box {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.ins_productCon9 .center_box .idx_top {
  width: 100%;
  height: auto;
}
.ins_productCon9 .center_box .idx_top .btnBox {
  width: fit-content;
  height: 0.54rem;
  min-height: 40px;
  padding: 0 0.3rem;
  background: var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #ffffff;
  gap: 0.1rem;
  border-radius: 0.08rem;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon9 .center_box .idx_top .btnBox i {
  font-size: var(--font20);
  font-weight: 500;
}
.ins_productCon9 .center_box .idx_top .btnBox:hover {
  opacity: 0.8;
}
.ins_productCon9 .center_box .table_box {
  width: 100%;
  margin-top: 0.4rem;
  font-size: var(--font16);
}
.ins_productCon9 .center_box .table_box::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #ffffff 10%, #ffffff00 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width:990px) {
  .ins_productCon9 .center_box .idx_top {
    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-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
}
.ins_productCon10 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.8rem;
}
.ins_productCon10 .center_box {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0.8rem;
}
.ins_productCon10 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.ins_productCon10 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_productCon10 .center_box .swiper_box .centerInfo .img {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_productCon10 .center_box .swiper_box .centerInfo .img .pb {
  padding-bottom: 63%;
}
.ins_productCon10 .center_box .swiper_box .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_productCon10 .center_box .swiper_box .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  text-align: center;
  font-size: var(--font18);
  color: #333333;
}
.ins_productCon10 .center_box .swiper_box .centerInfo .list {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.16rem;
}
.ins_productCon10 .center_box .swiper_box .centerInfo .list .one {
  padding: 0 0.2rem;
  color: #666666;
  border-right: 1px dashed #999999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_productCon10 .center_box .swiper_box .centerInfo .list .one:last-child {
  border: 0;
}
.ins_productCon10 .center_box .swiper_box .centerInfo .list .one:hover {
  color: var(--active_color);
  text-decoration: underline;
}
.ins_productCon11 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.8rem;
}
.ins_productCon11 .center_box {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0.8rem;
}
.ins_productCon12 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
}
.ins_productCon12 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon12 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.ins_productCon12 .center_box .swiper_box ul li {
  height: auto;
}
.ins_productCon12 .center_box .swiper_box .item {
  width: 100%;
  height: 100%;
}
.ins_productCon12 .center_box .swiper_box .item .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_productCon12 .center_box .swiper_box .item .img .pb {
  padding-bottom: 101%;
}
.ins_productCon12 .center_box .swiper_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;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
.ins_productCon12 .center_box .swiper_box .item .img .pb .ab iframe {
  width: 150%;
  height: 63%;
  display: -webkit-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;
  mix-blend-mode: multiply;
  transform: scale(1.3);
}
.ins_productCon12 .center_box .swiper_box .item .img .pb .ab img {
  max-width: 80%;
  max-height: 80%;
}
.ins_productCon12 .center_box .swiper_box .item .img .info {
  position: absolute;
  z-index: 10;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: var(--active_color);
  opacity: 0;
  font-size: var(--font16);
}
.ins_productCon12 .center_box .swiper_box .item .img .icon {
  position: absolute;
  z-index: 8;
  top: 0.2rem;
  right: 0.2rem;
}
.ins_productCon12 .center_box .swiper_box .item .img:hover .info {
  opacity: 1 !important;
}
.ins_productCon12 .center_box .swiper_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.ins_productCon12 .center_box .swiper_box .item .word .t1 {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_productCon12 .center_box .swiper_box .item .word .list {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.16rem;
}
.ins_productCon12 .center_box .swiper_box .item .word .list .one {
  padding: 0 0.2rem;
  color: #666666;
  border-right: 1px dashed #999999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_productCon12 .center_box .swiper_box .item .word .list .one:last-child {
  border: 0;
}
.ins_productCon12 .center_box .swiper_box .item .word .list .one:hover {
  color: var(--active_color);
  text-decoration: underline;
}
/* --------------------------------------------------- 解决方案 */
.ins_solutionCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f8f8f8;
  padding: 0.5rem 0;
}
.ins_solutionCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon1 .center_box .content {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solutionCon1 .center_box .content .left_box {
  width: 45%;
  height: auto;
}
.ins_solutionCon1 .center_box .content .right_box {
  width: 51%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solutionCon1 .center_box .content .right_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_solutionCon1 .center_box .content .right_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_solutionCon1 .center_box .content .right_box .swiper_box .centerInfo .pb {
  padding-bottom: 64%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_solutionCon1 .center_box .content .right_box .swiper_box .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solutionCon1 .center_box .content .right_box .idxPagerCircle {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
}
.ins_solutionCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solutionCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon2 .center_box .left_box {
  width: 21%;
  height: calc(100vh - var(--header-height));
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding-bottom: 0.5rem;
  position: sticky;
  top: var(--header-height);
  padding-top: 0.8rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solutionCon2 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  --bgColor: linear-gradient(90deg, #c21b3100, #c21b32, #c21b3100);
  position: relative;
  z-index: 1;
}
.ins_solutionCon2 .center_box .left_box .item_box .item {
  width: 100%;
  height: 0.8rem;
  padding: 0.2rem 0;
  position: relative;
  z-index: 4;
  display: -webkit-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(--font18);
  color: #666666;
}
.ins_solutionCon2 .center_box .left_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}
.ins_solutionCon2 .center_box .left_box .item_box .item i.bor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  z-index: 3;
}
.ins_solutionCon2 .center_box .left_box .item_box .item i.bor::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 40%;
  height: 1px;
  background: var(--bgColor);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.6;
}
.ins_solutionCon2 .center_box .left_box .item_box .item i.bor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 40%;
  height: 1px;
  background: var(--bgColor);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.6;
}
.ins_solutionCon2 .center_box .left_box .item_box .item:first-child::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: 3;
}
.ins_solutionCon2 .center_box .left_box .item_box .item:hover i.bor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.ins_solutionCon2 .center_box .left_box .item_box .item:hover i.bor::after {
  right: 55%;
}
.ins_solutionCon2 .center_box .left_box .item_box .item:hover i.bor::before {
  left: 55%;
}
.ins_solutionCon2 .center_box .left_box .item_box .item.active {
  background: #fafafa;
  color: var(--active_color);
}
.ins_solutionCon2 .center_box .left_box .item_box .item.active i.bor {
  opacity: 1;
}
.ins_solutionCon2 .center_box .right_box {
  width: 74.8%;
  height: auto;
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
  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.75rem;
}
.ins_solutionCon2 .center_box .right_box .swiperPager {
  width: 0.42rem;
  height: 0.42rem;
}
.ins_solutionCon2 .center_box .right_box .swiperPager i {
  font-size: var(--font22);
}
.ins_solutionCon2 .center_box .right_box .idx_title {
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
}
.ins_solutionCon2 .center_box .right_box .idx_top {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.ins_solutionCon2 .center_box .right_box .idx_top .one {
  color: #333333;
}
.ins_solutionCon2 .center_box .right_box .content1 {
  width: 100%;
  height: auto;
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed #cccccc;
}
.ins_solutionCon2 .center_box .right_box .content1 .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.ins_solutionCon2 .center_box .right_box .content1 .swiper_box ul li {
  height: auto;
}
.ins_solutionCon2 .center_box .right_box .content1 .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 0.28rem;
  border-radius: 0.08rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .swiper_box ul li .centerInfo .number {
  width: 100%;
  height: auto;
  color: #999999;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: var(--font18);
  font-weight: 600;
}
.ins_solutionCon2 .center_box .right_box .content1 .swiper_box ul li .centerInfo .wrod {
  width: 100%;
  height: auto;
  min-height: 1.3rem;
  margin-top: 0.25rem;
  font-size: var(--font16);
  color: #666666;
  line-height: calc(24/16);
  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;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.1rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box .item {
  width: 100%;
  height: auto;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box .item .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box .item .img .pb {
  padding-bottom: 63%;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box .item .word {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font16);
  color: #666666;
  margin-top: 0.12rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .table_box {
  width: 100%;
  margin-top: 0.4rem;
  font-size: var(--font16);
}
.ins_solutionCon2 .center_box .right_box .content1 .table_box table tr td span {
  color: var(--active_color);
  line-height: calc(22/16);
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box1 {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.28rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box1 .item {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 0.3rem;
  border-radius: 0.08rem;
  padding-bottom: 0.45rem;
  padding-right: 0.55rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box1 .item .t1 {
  color: #333333;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box1 .item .t2 {
  margin-top: 0.25rem;
  line-height: 1.5;
  color: #666666;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box2 {
  width: 100%;
  height: auto;
  margin-top: 0.17rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box2 .item {
  line-height: 2.1;
  font-size: var(--font16);
  color: #666666;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box2 .item::after {
  content: '';
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  background: var(--active_color);
  top: 0.9em;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box3 {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  margin-top: 0.28rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box3 .item {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 0.3rem;
  border-radius: 0.08rem;
  padding-bottom: 0.45rem;
  padding-right: 0.55rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box3 .item .t1 {
  color: #333333;
}
.ins_solutionCon2 .center_box .right_box .content1 .item_box3 .item .t2 {
  margin-top: 0.25rem;
  line-height: 1.5;
  color: #666666;
}
.ins_solutionCon2 .center_box .right_box .content1:last-child {
  padding-bottom: 0;
  border: 0;
}
.ins_solutionCon2 .center_box .right_box .content1 .conC {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f8f8f8;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 .left {
  width: 44%;
}
.ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 .right {
  width: 56%;
  padding: 0.55rem 0.44rem;
}
.ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 .right .word {
  width: 100%;
  height: auto;
}
.ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 .right .word .t1 {
  color: #333333;
}
.ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 .right .word .t2 {
  color: #666666;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 .right .word .t2 span:first-child {
  flex-shrink: 0;
}
.ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 .icon {
  width: 1.29rem;
  position: absolute;
  z-index: 5;
  right: 0.72rem;
  bottom: 0;
}
.ins_solutionCon2 .center_box .right_box .content1 .conD {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  background: #f8f8f8;
}
.ins_solutionCon2 .center_box .right_box .content1 .conD .imgS {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_solutionCon2 .center_box .right_box .content1 .conD .imgS img {
  width: 100%;
  height: auto;
}
.ins_solutionCon2 .center_box .right_box .content1 .conD .cont1 {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  padding-top: 0;
}
@media (max-width:990px) {
  .ins_solutionCon2 .center_box .left_box {
    position: relative;
    z-index: 1;
    top: unset;
    width: 100%;
    height: auto;
    display: none;
  }
  .ins_solutionCon2 .center_box .right_box .content1 .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .ins_solutionCon2 .center_box .right_box .content1 .item_box1,
  .ins_solutionCon2 .center_box .right_box .content1 .item_box3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 .left,
  .ins_solutionCon2 .center_box .right_box .content1 .conC .coInfo1 .right {
    width: 100%;
    height: auto;
  }
}
.ins_solutionCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  border-bottom: 1px solid #f5f5f5;
}
.ins_solutionCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon3 .center_box .item_box {
  width: fit-content;
  height: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.6rem;
}
.ins_solutionCon3 .center_box .item_box .item {
  width: fit-content;
  height: 0.7rem;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: var(--color_666);
  cursor: pointer;
}
.ins_solutionCon3 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solutionCon3 .center_box .item_box .item.active {
  color: var(--active_color);
}
.ins_solutionCon3 .center_box .item_box .item.active::after {
  width: 100%;
}
@media (max-width:990px) {
  .ins_solutionCon3 {
    padding: 0.6rem 0;
  }
  .ins_solutionCon3 .center_box .item_box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .ins_solutionCon3 .center_box .item_box .item {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0.25rem 0.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;
    text-align: center;
    background: #f5f5f5;
  }
  .ins_solutionCon3 .center_box .item_box .item::after {
    opacity: 0;
  }
  .ins_solutionCon3 .center_box .item_box .item.active {
    background: var(--active_color);
    color: #FFFFFF;
  }
}
.ins_solutionCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}
.ins_solutionCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon4 .center_box .top_box {
  width: 100%;
  height: auto;
  color: #333333;
}
.ins_solutionCon4 .center_box .top_box span {
  font-size: var(--font24);
  font-weight: 500;
  color: var(--active_color);
}
.ins_solutionCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem 0.2rem;
  margin-top: 0.2rem;
}
.ins_solutionCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ins_solutionCon4 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_solutionCon4 .center_box .item_box .item .img .pb {
  padding-bottom: 64%;
}
.ins_solutionCon4 .center_box .item_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solutionCon4 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
}
.ins_solutionCon4 .center_box .item_box .item .word .t1 {
  color: #333;
}
.ins_solutionCon4 .center_box .item_box .item .word .t2 {
  color: #666;
  margin-top: 0.1rem;
}
.ins_solutionCon4 .center_box .item_box .item:hover .img img {
  transform: scale(1.1);
}
@media (max-width:990px) {
  .ins_solutionCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
/* --------------------------------------------------- 方案 */
.ins_caseCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.8rem;
  background: url(../images/bg3.jpg) no-repeat;
  background-size: cover;
}
.ins_caseCon1 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 0.8rem;
}
.ins_caseCon1 .center_box .content {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .content .left_box {
  width: fit-content;
}
.ins_caseCon1 .center_box .content .right_box {
  width: fit-content;
  height: auto;
  max-width: 50%;
}
.ins_caseCon1 .center_box .content .right_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1.4rem;
}
.ins_caseCon1 .center_box .content .right_box .item_box .item {
  width: fit-content;
}
.ins_caseCon1 .center_box .content .right_box .item_box .item .icon {
  width: 100%;
  height: auto;
  font-size: var(--font60);
  font-weight: 600;
  color: var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.05rem;
}
.ins_caseCon1 .center_box .content .right_box .item_box .item .icon i {
  font-size: var(--font24);
  font-style: unset;
}
.ins_caseCon1 .center_box .content .right_box .item_box .item .word {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #333333;
  font-size: var(--font18);
}
.ins_caseCon1 .center_box .navBox {
  width: 100%;
  height: 0.7rem;
  min-height: 60px;
  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;
  gap: 0.15rem;
}
.ins_caseCon1 .center_box .navBox i {
  font-size: var(--font14);
  transform: rotate(-90deg);
  color: #b2b2b2;
}
.ins_caseCon1 .center_box .navBox a {
  font-size: var(--font16);
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon1 .center_box .navBox a:hover {
  color: var(--active_color);
  text-decoration: underline;
}
@media (max-width:990px) {
  .ins_caseCon1 .center_box .content .right_box {
    max-width: 100%;
  }
  .ins_caseCon1 .center_box .navBox {
    display: none;
  }
}
.ins_caseCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.ins_caseCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.ins_caseCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.08rem;
  overflow: hidden;
  cursor: pointer;
}
.ins_caseCon2 .center_box .item_box .item.grid2s {
  grid-column: span 2;
  grid-row: span 2;
}
.ins_caseCon2 .center_box .item_box .item.grid2s .word {
  font-size: var(--font32);
  padding: 0.4rem;
}
.ins_caseCon2 .center_box .item_box .item.grid2 {
  grid-column: span 2;
}
.ins_caseCon2 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_caseCon2 .center_box .item_box .item .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon2 .center_box .item_box .item .icon {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 3;
  padding: 0.09rem 0.14rem;
  background: #ffffff44;
  backdrop-filter: blur(10px);
  color: #FFFFFF;
  border-radius: 3px;
  font-size: var(--font16);
}
.ins_caseCon2 .center_box .item_box .item .word {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 0.3rem;
  font-size: var(--font24);
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
}
.ins_caseCon2 .center_box .item_box .item:hover .img img {
  transform: scale(1.06);
}
@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 {
    width: 100%;
    height: auto;
  }
  .ins_caseCon2 .center_box .item_box .item .img img {
    height: 4rem;
    object-fit: cover;
  }
  .ins_caseCon2 .center_box .item_box .item.grid2s {
    grid-column: unset !important;
    grid-row: unset !important;
  }
  .ins_caseCon2 .center_box .item_box .item.grid2s .word {
    font-size: var(--font24);
    padding: 0.3rem;
  }
  .ins_caseCon2 .center_box .item_box .item.grid2 {
    grid-column: unset !important;
  }
}
.ins_caseCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  --width: calc(100% - 2px);
  --padding: 0.25rem 0.28rem;
}
.ins_caseCon3 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: var(--padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ins_caseCon3 .center_box::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: var(--width);
  height: calc(100% - 2px);
  top: 0;
  background: #fbfbfb;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border: 1px solid #e0e0e0;
  border-radius: 0.08rem;
}
.ins_caseCon3 .center_box .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.15rem;
}
.ins_caseCon3 .center_box .list_box .list {
  width: 100%;
  height: auto;
  padding-bottom: 0.15rem;
  border-bottom: 1px dashed #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.15rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_caseCon3 .center_box .list_box .list .icon {
  width: fit-content;
  flex-shrink: 0;
  color: #333333;
  font-weight: 500;
  font-size: var(--font16);
}
.ins_caseCon3 .center_box .list_box .list .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.1rem 1px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_caseCon3 .center_box .list_box .list .word .one {
  width: fit-content;
  height: 0.32rem;
  background: none;
  border: none;
  font-size: var(--font16);
  text-transform: capitalize;
  color: #666666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0 0.28rem;
  border-radius: 100px;
  line-height: 1;
  min-height: 30px;
  position: relative;
  z-index: 1;
}
.ins_caseCon3 .center_box .list_box .list .word .one i {
  width: 14px;
  height: 14px;
  font-size: 12px;
  -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;
  display: none;
  position: absolute;
  right: 15px;
}
.ins_caseCon3 .center_box .list_box .list .word .one:hover {
  color: var(--active_color);
}
.ins_caseCon3 .center_box .list_box .list .word .one.active {
  color: var(--active_color);
  background: #f7e8ea;
  padding-right: 40px;
}
.ins_caseCon3 .center_box .list_box .list .word .one.active i {
  display: flex;
}
.ins_caseCon3 .center_box .list_box .list:last-child {
  padding-bottom: 0;
  border: 0;
}
@media (max-width:990px) {
  .ins_caseCon3 .center_box .list_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;
  }
  .ins_caseCon3 .center_box .list_box .list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0.6rem 0;
  }
  .ins_caseCon3 .center_box .list_box .list .icon {
    font-size: var(--font20);
  }
  .ins_caseCon3 .center_box .list_box .list .word {
    width: 100%;
    height: auto;
    gap: 0.2rem;
    margin-top: 0.4rem;
  }
  .ins_caseCon3 .center_box .list_box .list .word .one {
    background: #e5e5e55e;
    padding: 0 0.3rem;
  }
}
.ins_caseCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 1.2rem;
}
.ins_caseCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon4 .center_box .top_box {
  width: 100%;
  height: auto;
  color: #333333;
}
.ins_caseCon4 .center_box .top_box span {
  font-size: var(--font24);
  font-weight: 500;
  color: var(--active_color);
}
.ins_caseCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem 0.2rem;
  margin-top: 0.2rem;
}
.ins_caseCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ins_caseCon4 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_caseCon4 .center_box .item_box .item .img .pb {
  padding-bottom: 58%;
}
.ins_caseCon4 .center_box .item_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon4 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
  text-align: center;
  font-size: var(--font18);
  color: #333;
}
.ins_caseCon4 .center_box .item_box .item:hover .img img {
  transform: scale(1.1);
}
@media (max-width:990px) {
  .ins_caseCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_caseCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.5rem 0;
  background: #f8f8f8;
}
.ins_caseCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon5 .center_box .swiper_info {
  width: 100%;
  height: auto;
  margin-top: 2.4rem;
}
.ins_caseCon5 .center_box .swiper_info .swiper_item {
  width: 100%;
  height: auto;
}
.ins_caseCon5 .center_box .swiper_info .swiper_item ul li {
  width: 100%;
  height: auto;
}
.ins_caseCon5 .center_box .swiper_info .swiper_item .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.5rem;
  min-height: 120px;
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.08rem;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon5 .center_box .swiper_info .swiper_item .centerInfo .img_bg {
  width: 42%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ins_caseCon5 .center_box .swiper_info .swiper_item .centerInfo .img_bg .pb {
  padding-bottom: 134%;
}
.ins_caseCon5 .center_box .swiper_info .swiper_item .centerInfo .img_bg .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 0.1rem;
}
.ins_caseCon5 .center_box .swiper_info .swiper_item .centerInfo .img_bg .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_caseCon5 .center_box .swiper_info .swiper_item .centerInfo .word {
  width: 56%;
  padding-right: 0.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--color_333);
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon5 .center_box .swiper_info .swiper_item .centerInfo:hover {
  border-color: var(--active_color);
  box-shadow: 0px 0px 40px 0px rgba(114, 11, 25, 0.1);
}
.ins_caseCon5 .center_box .swiper_info .swiper_item .centerInfo:hover .word {
  color: var(--active_color);
}
.ins_caseCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_caseCon5 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_caseCon5 .center_box .swiper_box .centerInfo .pb {
  padding-bottom: 80%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_caseCon5 .center_box .swiper_box .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_caseCon5 .center_box .idxPagerCircle {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
}
.ins_caseCon5 .center_box .content {
  width: 100%;
  height: auto;
}
.ins_caseCon5 .center_box .content .left_box {
  width: 45%;
  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;
  overflow: hidden;
}
.ins_caseCon5 .center_box .content .right_box {
  width: 51%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (max-width:990px) {
  .ins_caseCon5 .center_box .content {
    display: none !important;
  }
}
.ins_caseCon5 .center_box .wapInfo {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width:990px) {
  .ins_caseCon5 .center_box .wapInfo {
    display: block !important;
  }
  .ins_caseCon5 .center_box .wapInfo .swiper_fo {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_caseCon5 .center_box .wapInfo .swiper_box {
    margin-top: 0.5rem;
  }
}
.ins_caseCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
}
.ins_caseCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon6 .center_box .left_box {
  width: 77.32%;
  height: auto;
  padding-right: 0.8rem;
  border-right: 1px solid #f2f2f2;
  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.95rem;
}
.ins_caseCon6 .center_box .left_box .content {
  width: 100%;
  height: auto;
}
.ins_caseCon6 .center_box .left_box .content .title {
  font-weight: 500;
  line-height: 1;
}
.ins_caseCon6 .center_box .left_box .content .contBox {
  width: 100%;
  height: auto;
  color: #666666;
  line-height: 1.5;
  margin-top: 0.28rem;
}
.ins_caseCon6 .center_box .left_box .content .contBox p {
  min-height: 0.5em;
}
.ins_caseCon6 .center_box .left_box .content .item_box1 {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  margin-top: 0.5rem;
}
.ins_caseCon6 .center_box .left_box .content .item_box1 .item {
  width: 100%;
  height: auto;
}
.ins_caseCon6 .center_box .left_box .content .item_box1 .item .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_caseCon6 .center_box .left_box .content .item_box1 .item .img .pb {
  padding-bottom: 57%;
}
.ins_caseCon6 .center_box .left_box .content .item_box1 .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_caseCon6 .center_box .left_box .content .item_box1 .item .word {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.22rem;
  font-size: var(--font20);
}
.ins_caseCon6 .center_box .left_box .content .item_box2 {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  margin-top: 0.35rem;
}
.ins_caseCon6 .center_box .left_box .content .item_box2 .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_caseCon6 .center_box .left_box .content .item_box2 .img .pb {
  padding-bottom: 57%;
}
.ins_caseCon6 .center_box .left_box .content .item_box2 .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_caseCon6 .center_box .left_box .content .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.35rem;
}
.ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .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: #f2f2f2;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .word_box {
  width: 50%;
  height: auto;
  padding: 0.55rem 0.3rem;
}
.ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .word_box .t2 {
  margin-top: 0.3rem;
  line-height: 1.5;
  color: #666666;
  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;
}
.ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .imgs_box {
  width: 50%;
  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_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .imgs_box .imgs {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .imgs_box .imgs .pb {
  padding-bottom: 68%;
}
.ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .imgs_box .imgs .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .imgs_box .icon {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  z-index: 2;
  background: #ffffff23;
  border-radius: 50%;
  backdrop-filter: blur(20px);
  cursor: pointer;
  display: -webkit-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_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .imgs_box .icon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1rem 0 0.1rem 0.18rem;
  border-color: transparent transparent transparent #ffffff;
  transform: translateX(2px);
}
.ins_caseCon6 .center_box .left_box .content .swiper_info .idxPagerCircle {
  width: fit-content;
  height: auto;
  position: absolute;
  left: 0.4rem;
  z-index: 10;
  bottom: 0.4rem;
}
.ins_caseCon6 .center_box .right_box {
  width: 22.68%;
  height: 100%;
  max-height: 90vh;
  overflow: auto;
  position: sticky;
  top: calc(var(--header-height) + 0.2rem);
  padding-left: 0.8rem;
}
.ins_caseCon6 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  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.45rem;
}
.ins_caseCon6 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_caseCon6 .center_box .right_box .item_box .item .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_caseCon6 .center_box .right_box .item_box .item .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon6 .center_box .right_box .item_box .item .word {
  text-align: center;
  margin-top: 0.12rem;
  font-size: var(--font18);
  color: #333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon6 .center_box .right_box .item_box .item:hover .img img {
  transform: scale(1.05);
}
.ins_caseCon6 .center_box .right_box .item_box .item:hover .word {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_caseCon6 .center_box .left_box {
    padding-right: 0;
    border: 0;
  }
  .ins_caseCon6 .center_box .left_box .content .item_box2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .word_box {
    width: 100%;
    height: auto;
  }
  .ins_caseCon6 .center_box .left_box .content .swiper_info .swiper_box .centerInfo .imgs_box {
    width: 100%;
    height: auto;
  }
  .ins_caseCon6 .center_box .left_box .content .swiper_info .idxPagerCircle {
    position: relative;
    z-index: 1;
    margin-top: 0.6rem;
    bottom: unset;
  }
  .ins_caseCon6 .center_box .right_box {
    display: none;
  }
}
.iconBg {
  width: fit-content;
  height: 0.36rem;
  display: -webkit-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: #f8e6d4;
  padding: 0 0.18rem;
  border-radius: 100px;
  color: #ff840c;
}
.iconBg.bg44 {
  color: #44a350;
  background: #e3f1e5;
}
.iconBg.bg99 {
  color: #999999;
  background: #f3f3f3;
}
.ins_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  background: #f7f7f7;
}
.ins_newCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box {
  width: 54%;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .img .pb {
  padding-bottom: 58%;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box {
  width: 42%;
  padding: 0.4rem 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-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .time {
  font-size: var(--font16);
  color: var(--color_666);
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .t1 {
  margin-top: 0.3rem;
  line-height: calc(40/32);
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .t2 {
  margin-top: 0.25rem;
  color: var(--color_666);
  line-height: 1.5;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .list {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  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;
  line-height: 1.55;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .list .one {
  color: #666666;
  font-size: var(--font16);
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .iconbox {
  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.22rem;
  margin-top: 0.65rem;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .iconbox i {
  width: 6px;
  height: 6px;
  background: #999999;
  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;
  position: relative;
  z-index: 1;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .iconbox i::after {
  content: '';
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.1;
  transform: scale(0);
  border-radius: 50%;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .iconbox i.active {
  background: var(--active_color);
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .word .iconbox i.active::after {
  transform: scale(1);
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .idx_more {
  margin-top: 1.2rem;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .idx_more .more .icBo i {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_newCon1 .center_box .swiper_box .centerInfo .right_box {
    padding: 0;
  }
  .ins_newCon1 .center_box .swiper_box .centerInfo .right_box .idx_more {
    margin-top: 0.3rem;
  }
}
.ins_newCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 0.6rem;
  padding-bottom: 1.45rem;
}
.ins_newCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon2 .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;
  border: 1px solid #e0e0e0;
  border-radius: 0.08rem;
}
.ins_newCon2 .center_box .top_box input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  padding-left: 0.2rem;
  font-size: var(--font16);
  color: #333;
}
.ins_newCon2 .center_box .top_box .left {
  width: 33.2%;
  height: 0.66rem;
  min-height: 40px;
  padding-right: 0.2rem;
  border-right: 1px solid #e0e0e0;
}
.ins_newCon2 .center_box .top_box .left .layui-unselect {
  width: 100%;
  height: 100%;
}
.ins_newCon2 .center_box .top_box .left .layui-select-title {
  width: 100%;
  height: 100%;
}
.ins_newCon2 .center_box .top_box .left .layui-form-select dl {
  top: 100%;
}
.ins_newCon2 .center_box .top_box .left .layui-input:focus,
.ins_newCon2 .center_box .top_box .left .layui-textarea:focus {
  box-shadow: unset !important;
}
.ins_newCon2 .center_box .top_box .right {
  width: 66.8%;
  height: 0.66rem;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_newCon2 .center_box .top_box .right .input {
  width: 100%;
  height: 100%;
}
.ins_newCon2 .center_box .top_box .right .input input {
  --color: #cacaca;
}
.ins_newCon2 .center_box .top_box .right .input input::-webkit-input-placeholder,
.ins_newCon2 .center_box .top_box .right .input input textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_newCon2 .center_box .top_box .right .input input:-moz-placeholder,
.ins_newCon2 .center_box .top_box .right .input input textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_newCon2 .center_box .top_box .right .input input::-moz-placeholder,
.ins_newCon2 .center_box .top_box .right .input input textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_newCon2 .center_box .top_box .right .input input:-ms-input-placeholder,
.ins_newCon2 .center_box .top_box .right .input input textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_newCon2 .center_box .top_box .right button {
  flex-shrink: 0;
  width: 0.66rem;
  height: 0.66rem;
  min-width: 40px;
  min-height: 40px;
  background: none;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}
.ins_newCon2 .center_box .top_box .right button i {
  font-size: var(--font20);
  color: #666666;
}
.ins_newCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 0.35rem;
  margin-top: 0.35rem;
}
.ins_newCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .item_box .item .img_box {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newCon2 .center_box .item_box .item .img_box .pb {
  padding-bottom: 58%;
}
.ins_newCon2 .center_box .item_box .item .img_box .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  /* height: calc(2em * (32/24));   height: calc(2em *  1.5);  */
}
.ins_newCon2 .center_box .item_box .item .word .time {
  color: #666666;
}
.ins_newCon2 .center_box .item_box .item .word .t1 {
  margin-top: 0.2rem;
  line-height: calc(32/24);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .item_box .item .word .t2 {
  margin-top: 0.1rem;
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_newCon2 .center_box .item_box .item .word .list {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  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;
  line-height: 1.55;
}
.ins_newCon2 .center_box .item_box .item .word .list .one {
  color: #666666;
  font-size: var(--font16);
}
.ins_newCon2 .center_box .item_box .item:hover .img_box .pb .ab img {
  transform: scale(1.05);
}
@media (max-width:990px) {
  .ins_newCon2 .center_box .top_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 0;
    gap: 0.2rem;
  }
  .ins_newCon2 .center_box .top_box input {
    border: 1px solid #e0e0e0;
    min-height: 40px;
    width: 100%;
  }
  .ins_newCon2 .center_box .top_box .left {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
  }
  .ins_newCon2 .center_box .top_box .right {
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
  }
  .ins_newCon2 .center_box .top_box .right input {
    width: 100%;
    height: auto;
    border: 0;
  }
  .ins_newCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_newCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 1.2rem;
}
.ins_newCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon3 .center_box .left_box {
  width: 77.32%;
  height: auto;
  padding-right: 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.95rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
}
.ins_newCon3 .center_box .left_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .left_box::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 1px;
  height: 100vh;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .left_box .content {
  width: 100%;
  height: auto;
}
.ins_newCon3 .center_box .left_box .content .timeBox {
  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.3rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #0000001A;
}
.ins_newCon3 .center_box .left_box .content .timeBox .time {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.45rem;
  font-size: var(--font16);
}
.ins_newCon3 .center_box .left_box .content .timeBox .list {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.18rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newCon3 .center_box .left_box .content .timeBox .list span {
  color: #666666;
  font-size: var(--font16);
}
.ins_newCon3 .center_box .left_box .content .timeBox .list .one {
  width: 0.46rem;
  height: 0.46rem;
  min-width: 35px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #0000001A;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ins_newCon3 .center_box .left_box .content .timeBox .list .one i {
  font-size: var(--font20);
  color: #666666;
}
.ins_newCon3 .center_box .left_box .content .timeBox .list .one .img {
  width: 1.2rem;
  position: absolute;
  top: calc(100% + 0.1rem);
  opacity: 0;
  visibility: hidden;
  border: 1px solid #0000001A;
}
.ins_newCon3 .center_box .left_box .content .timeBox .list .one:hover .img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .left_box .content .title {
  font-weight: 500;
  line-height: 1;
}
.ins_newCon3 .center_box .left_box .content .contBox {
  width: 100%;
  height: auto;
  color: #666666;
  line-height: 1.5;
  margin-top: 0.45rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #0000001A;
}
.ins_newCon3 .center_box .left_box .content .contBox p {
  min-height: 0.5em;
}
.ins_newCon3 .center_box .left_box .content .next_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.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newCon3 .center_box .left_box .content .next_box .left {
  width: fit-content;
  max-width: 70%;
  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;
}
.ins_newCon3 .center_box .left_box .content .next_box .left .btn {
  color: #666666;
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .left_box .content .next_box .left .btn:hover {
  color: var(--active_color);
  text-decoration: underline;
}
.ins_newCon3 .center_box .left_box .content .next_box .right {
  width: fit-content;
  flex-shrink: 0;
}
.ins_newCon3 .center_box .left_box .content .next_box .right .idx_more .more i {
  color: var(--active_color);
  font-size: var(--font30);
}
.ins_newCon3 .center_box .right_box {
  width: 22.68%;
  height: 100%;
  padding-left: 0.8rem;
}
.ins_newCon3 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  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.45rem;
}
.ins_newCon3 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_newCon3 .center_box .right_box .item_box .item .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newCon3 .center_box .right_box .item_box .item .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .right_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.12rem;
  font-size: var(--font18);
  color: #333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .right_box .item_box .item .word .t2 {
  color: #666666;
  margin-top: 0.1rem;
}
.ins_newCon3 .center_box .right_box .item_box .item:hover .img img {
  transform: scale(1.05);
}
.ins_newCon3 .center_box .right_box .item_box .item:hover .word {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_newCon3 .center_box .left_box {
    padding: 0;
    border: 0;
    padding-bottom: 1rem;
  }
  .ins_newCon3 .center_box .left_box::after,
  .ins_newCon3 .center_box .left_box::before {
    opacity: 0;
  }
  .ins_newCon3 .center_box .left_box .content .title {
    line-height: 1.3;
  }
  .ins_newCon3 .center_box .left_box .content .timeBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
  }
  .ins_newCon3 .center_box .left_box .content .next_box {
    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;
    gap: 0.4rem;
  }
  .ins_newCon3 .center_box .left_box .content .next_box .left {
    max-width: 100%;
  }
  .ins_newCon3 .center_box .right_box {
    display: none;
  }
}
.ins_serviceCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.9rem;
}
.ins_serviceCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .center_box .ins_title2 {
  width: 55%;
  position: relative;
  z-index: 2;
}
.ins_serviceCon1 .center_box .content {
  width: 100%;
  height: auto;
  padding-top: 2.07rem;
  padding-bottom: 2.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;
  position: relative;
  z-index: 1;
}
.ins_serviceCon1 .center_box .content .swiper_box {
  width: 25%;
  height: auto;
  overflow: hidden;
  z-index: 6;
}
.ins_serviceCon1 .center_box .content .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .center_box .content .swiper_box .centerInfo .conBox {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.ins_serviceCon1 .center_box .content .swiper_box .centerInfo .conBox .img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ins_serviceCon1 .center_box .content .swiper_box .centerInfo .conBox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_serviceCon1 .center_box .content .swiper_box .centerInfo .conBox .word_box2 {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 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_serviceCon1 .center_box .content .swiper_box .centerInfo .conBox .word_box2 .icon {
  width: 100%;
  height: auto;
  font-size: var(--font40);
  font-weight: 700;
  color: var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.15rem;
}
.ins_serviceCon1 .center_box .content .swiper_box .centerInfo .conBox .word_box2 .word {
  margin-top: 0.25rem;
}
.ins_serviceCon1 .center_box .content .swiper_box .centerInfo .word_box {
  font-size: var(--font18);
  text-align: center;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 {
  width: 30%;
  height: auto;
  position: absolute;
  border-radius: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box {
  width: 100%;
  height: 100%;
  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;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item {
  width: 0;
  height: 0;
  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;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item .icon {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 3px solid var(--active_color);
  position: absolute;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item .word_box {
  width: max-content;
  position: absolute;
  height: 0.54rem;
  padding: 0 0.48rem;
  background-image: url(../images/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 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;
  gap: 0.1rem;
  border-radius: 100px;
  font-size: var(--font18);
  overflow: hidden;
  cursor: pointer;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item .word_box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--active_color);
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item .word_box img,
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item .word_box span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item.top .word_box {
  bottom: 0.35rem;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item.bottom .word_box {
  top: 0.05rem;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item.left .word_box {
  right: 0.35rem;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item.right .word_box {
  left: 0.35rem;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item.active .word_box img {
  filter: brightness(0) invert(1);
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item.active .word_box span {
  color: #FFFFFF;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .item_box .item.active .word_box::after {
  opacity: 1;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .lineBox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 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_serviceCon1 .center_box .content .ainmateCon1 .lineBox::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 128%;
  height: 128%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  border: 1px dashed #dadada;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .lineBox::before {
  content: '';
  position: absolute;
  width: 242%;
  height: 242%;
  background: #fcfcfc;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .svgBox {
  width: 101%;
  height: 101%;
  position: absolute;
  z-index: 1;
  transform: rotate(-90deg);
}
.ins_serviceCon1 .center_box .content .ainmateCon1 .svgBox img {
  width: 100%;
  height: auto;
  transition: all 5s linear;
}
@media (max-width:990px) {
  .ins_serviceCon1 .center_box .ins_title2 {
    width: 100%;
    height: auto;
  }
  .ins_serviceCon1 .center_box .content {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-top: 0.4rem;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_serviceCon1 .center_box .content .swiper_box {
    width: 100%;
    height: auto;
  }
  .ins_serviceCon1 .center_box .content .swiper_box .centerInfo .conBox {
    border-radius: 0.08rem;
    position: relative;
    z-index: 1;
  }
  .ins_serviceCon1 .center_box .content .swiper_box .centerInfo .word_box {
    width: fit-content;
    padding: 0.2rem;
    background: #ffffff3b;
    backdrop-filter: blur(10px);
    margin-top: 0.4rem;
    font-size: var(--font20);
    display: -webkit-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.3rem;
    position: absolute;
    z-index: 5;
    left: 0.4rem;
    bottom: 0.4rem;
    color: #FFFFFF;
    border-radius: 0.1rem;
    font-size: var(--font30);
  }
  .ins_serviceCon1 .center_box .content .swiper_box .centerInfo .word_box img {
    filter: brightness(0) invert(1);
  }
  .ins_serviceCon1 .center_box .content .ainmateCon1 {
    display: none;
  }
}
.ins_serviceCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  background-image: url(../images/bg7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ins_serviceCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon2 .center_box .box_info {
  width: 100%;
  height: auto;
  gap: 0.1rem;
  margin-top: 0.28rem;
}
.ins_serviceCon2 .center_box .box_info .left_box {
  width: 50%;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.1rem;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item {
  width: 100%;
  height: auto;
  background: #ffffff08;
  border-radius: 0.08rem;
  border: 1px solid #ffffff28;
  padding: 0 0.4rem;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .top {
  width: 100%;
  height: 1.3rem;
  min-height: 80px;
  display: -webkit-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;
  cursor: pointer;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .top span {
  font-size: var(--font28);
  opacity: 0.6;
  font-weight: 500;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .top i {
  width: 0.26rem;
  height: 0.26rem;
  border: 1px solid #ffffff1A;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .bot {
  width: 100%;
  height: auto;
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
  display: none;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .bot .t1 {
  font-size: var(--font16);
  color: #FFF;
  opacity: 0.6;
  line-height: 1.5;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .bot .list {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.1rem;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .bot .list .one {
  width: fit-content;
  padding: 0 0.35rem;
  height: 0.6rem;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFFFFF1A;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 300;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .bot .img {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .bot .img img {
  width: 100%;
  height: auto;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .bot::after,
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .bot::before {
  top: 0;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item .bot::after {
  opacity: 0.1;
}
.ins_serviceCon2 .center_box .box_info .left_box .item_box .item.active {
  border-color: var(--active_color);
  background: #c11a310d;
}
.ins_serviceCon2 .center_box .box_info .right_box {
  width: 50%;
  height: auto;
}
.ins_serviceCon2 .center_box .box_info .right_box .swiper_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon2 .center_box .box_info .right_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_serviceCon2 .center_box .box_info .right_box .swiper_box .centerInfo .pb {
  padding-bottom: 80.5%;
}
.ins_serviceCon2 .center_box .box_info .right_box .swiper_box .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_serviceCon2 .center_box .right_box {
    display: none;
  }
}
.ins_serviceCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
}
.ins_serviceCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: 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;
  margin-top: 0.4rem;
}
.ins_serviceCon3 .center_box .content .swiper_info {
  width: 78.3%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box {
  width: 74.6%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box ul li {
  height: auto;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo {
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transform: scale(0.81);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .word_box {
  width: 45%;
  background: #FFFFFF;
  padding: 0.45rem 0.3rem;
  position: relative;
  z-index: 2;
  border-radius: 0.08rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .word_box .word {
  width: 100%;
  height: auto;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e2e2e3;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .word_box .word .t1 {
  font-weight: 500;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .word_box .word .t2 {
  margin-top: 0.25rem;
  line-height: 1.5;
  color: #666666;
  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;
  max-height: 1.88rem;
  overflow: auto;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .word_box .number {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #999999;
  margin-top: 0.3rem;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .word_box .number span {
  font-size: var(--font24);
  color: var(--active_color);
  font-weight: 500;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .swiper-slide-active .centerInfo {
  transform: scale(1);
  opacity: 1;
}
.ins_serviceCon3 .center_box .content .swiper_info .swiper_box .swiper-slide-active .centerInfo .word_box {
  opacity: 1;
}
.ins_serviceCon3 .center_box .content .swiper_info .btnSwiper {
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.ins_serviceCon3 .center_box .content .idxPagerCircle {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
@media (max-width:990px) {
  .ins_serviceCon3 .center_box .content .swiper_info {
    width: 100%;
    height: auto;
  }
  .ins_serviceCon3 .center_box .content .swiper_info .btnSwiper {
    display: none;
  }
  .ins_serviceCon3 .center_box .content .swiper_info .swiper_box {
    width: 100%;
    height: auto;
  }
  .ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo {
    padding: 0;
  }
  .ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .word_box {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .ins_serviceCon3 .center_box .content .swiper_info .swiper_box .centerInfo .img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 0.6rem;
  }
}
.ins_serviceCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f9f9f9;
  padding-bottom: 1rem;
}
.ins_serviceCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon4 .center_box .map_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon4 .center_box .map_box .ins_title2 {
  position: absolute;
  z-index: 2;
  width: 21%;
  height: auto;
  top: 1rem;
}
.ins_serviceCon4 .center_box .map_box .ins_title2 .t2 {
  color: #666666;
  line-height: 1.5;
  margin-top: 0.25rem;
}
.ins_serviceCon4 .center_box .map_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .img_w100 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .img_w100 img {
  width: 100%;
  height: auto;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .img_w100 .af {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .img_w100 .be {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 2 !important;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 10;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox .icon {
  position: absolute;
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox .icon span {
  position: absolute;
  width: 0.9rem;
  min-width: 60px;
  font-size: var(--font16);
  padding: 0 0.2rem;
  height: 0.3rem;
  min-height: 28px;
  background: #000000;
  border-radius: 100px;
  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;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox .icon span::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.1rem);
  height: 0.42rem;
  background: #000000;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox .icon i {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox .icon i::after {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  border-radius: 50%;
  animation: grow4 linear 5s infinite;
  z-index: -1;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox .icon i::before {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.15;
  border-radius: 50%;
  animation: grow5 linear 6s infinite;
  z-index: -1;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox .icon .img {
  position: absolute;
  width: 0.78rem;
  top: 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;
}
.ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox .icon:hover .word {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ins_serviceCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-top: 0.35rem;
}
.ins_serviceCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
  padding: 0.3rem;
  border: 1px solid #0000001A;
}
.ins_serviceCon4 .center_box .item_box .item .name {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #0000001A;
}
.ins_serviceCon4 .center_box .item_box .item .name i {
  width: 8px;
  height: 8px;
  border: 2px solid var(--active_color);
  border-radius: 50%;
}
.ins_serviceCon4 .center_box .item_box .item .list {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  line-height: 1.75;
  color: #666666;
}
.ins_serviceCon4 .center_box .item_box .item .list .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_serviceCon4 .center_box .item_box .item .list .one span {
  width: fit-content;
}
.ins_serviceCon4 .center_box .item_box .item .list .one span:first-child {
  flex-shrink: 0;
}
@media (max-width:990px) {
  .ins_serviceCon4 {
    padding: 1rem 0;
  }
  .ins_serviceCon4 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_serviceCon4 .center_box .map_box .ins_title2 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: unset;
  }
  .ins_serviceCon4 .center_box .map_box .content {
    width: 100%;
    height: auto;
  }
  .ins_serviceCon4 .center_box .map_box .content .imgs_box .iconBox .icon {
    transform: scale(0.5);
  }
  .ins_serviceCon4 .center_box .item_box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_serviceCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
  padding-bottom: 1.2rem;
}
.ins_serviceCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon5 .center_box .left_box {
  width: 34%;
  height: auto;
  max-height: 80vh;
  position: sticky;
  top: 1.8rem;
}
.ins_serviceCon5 .center_box .left_box .ins_title2 {
  width: 100%;
  height: auto;
}
.ins_serviceCon5 .center_box .left_box .ins_title2 .t2 {
  color: #666666;
  line-height: 1.5;
  margin-top: 0.25rem;
}
.ins_serviceCon5 .center_box .left_box .ins_title2 .idx_more {
  margin-top: 0.4rem;
}
.ins_serviceCon5 .center_box .left_box .ins_title2 .idx_more .more i {
  color: var(--active_color);
}
.ins_serviceCon5 .center_box .right_box {
  width: 58.4%;
  height: auto;
}
.ins_serviceCon5 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon5 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon5 .center_box .right_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: #eaeaea;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceCon5 .center_box .right_box .item_box .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  z-index: 2;
  background: var(--active_color);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0;
  cursor: pointer;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .top .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .top .word i {
  width: 0.32rem;
  height: 0.32rem;
  min-width: 28px;
  min-height: 28px;
  display: -webkit-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.05rem;
  font-style: unset;
  background: #bfbfbf;
  font-size: var(--font18);
  color: #FFFFFF;
  line-height: 1;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .top .word span {
  font-size: var(--font18);
}
.ins_serviceCon5 .center_box .right_box .item_box .item .top .icon {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .top .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .top .icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.ins_serviceCon5 .center_box .right_box .item_box .item .bot {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  display: none;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .bot .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.18rem;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .bot .content .icon {
  width: 0.32rem;
  height: 0.32rem;
  min-width: 28px;
  min-height: 28px;
  flex-shrink: 0;
  font-size: var(--font18);
  font-weight: 500;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .bot .content .word_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 0.66rem;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .bot .content .word_box .word {
  width: 100%;
  height: auto;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .bot .content .word_box .word .btn {
  width: fit-content;
  height: 0.32rem;
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0.18rem;
  background: #000;
  color: #FFFFFF;
  border-radius: 100px;
}
.ins_serviceCon5 .center_box .right_box .item_box .item .bot .content .word_box .word .list {
  width: 100%;
  height: auto;
  line-height: 1.75;
  color: #666666;
  margin-top: 0.14rem;
}
.ins_serviceCon5 .center_box .right_box .item_box .item:first-child {
  padding-top: 0;
}
.ins_serviceCon5 .center_box .right_box .item_box .item.active::before,
.ins_serviceCon5 .center_box .right_box .item_box .item:hover::before {
  width: 100%;
}
.ins_serviceCon5 .center_box .right_box .item_box .item.active .icon::after {
  background: var(--active_color);
}
.ins_serviceCon5 .center_box .right_box .item_box .item.active .icon::before {
  background: var(--active_color);
  transform: rotate(0);
}
.ins_serviceCon5 .center_box .right_box .item_box .item.active .top .word i {
  background: var(--active_color);
}
@media (max-width:990px) {
  .ins_serviceCon5 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_serviceCon5 .center_box .left_box {
    position: relative;
    z-index: 1;
    top: unset;
  }
  .ins_serviceCon5 .center_box .right_box {
    width: 100%;
    height: auto;
  }
  .ins_serviceCon5 .center_box .right_box .item_box .item .bot .content .word_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_downloadCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  padding-bottom: 1.2rem;
}
.ins_downloadCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_downloadCon1 .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;
  border: 1px solid #e0e0e0;
  border-radius: 0.08rem;
}
.ins_downloadCon1 .center_box .top_box input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  padding-left: 0.2rem;
  font-size: var(--font16);
  color: #333;
}
.ins_downloadCon1 .center_box .top_box .left {
  width: 27.6%;
  height: 0.66rem;
  min-height: 40px;
  padding-right: 0.2rem;
  border-right: 1px solid #e0e0e0;
}
.ins_downloadCon1 .center_box .top_box .left .layui-unselect {
  width: 100%;
  height: 100%;
}
.ins_downloadCon1 .center_box .top_box .left .layui-select-title {
  width: 100%;
  height: 100%;
}
.ins_downloadCon1 .center_box .top_box .left .layui-form-select dl {
  top: 100%;
}
.ins_downloadCon1 .center_box .top_box .left .layui-input:focus,
.ins_downloadCon1 .center_box .top_box .left .layui-textarea:focus {
  box-shadow: unset !important;
}
.ins_downloadCon1 .center_box .top_box .right {
  width: 44.8%;
  height: 0.66rem;
  min-height: 40px;
  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_downloadCon1 .center_box .top_box .right .input {
  width: 100%;
  height: 100%;
}
.ins_downloadCon1 .center_box .top_box .right .input input {
  --color: #cacaca;
}
.ins_downloadCon1 .center_box .top_box .right .input input::-webkit-input-placeholder,
.ins_downloadCon1 .center_box .top_box .right .input input textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_downloadCon1 .center_box .top_box .right .input input:-moz-placeholder,
.ins_downloadCon1 .center_box .top_box .right .input input textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_downloadCon1 .center_box .top_box .right .input input::-moz-placeholder,
.ins_downloadCon1 .center_box .top_box .right .input input textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_downloadCon1 .center_box .top_box .right .input input:-ms-input-placeholder,
.ins_downloadCon1 .center_box .top_box .right .input input textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_downloadCon1 .center_box .top_box .right button {
  flex-shrink: 0;
  width: 0.66rem;
  height: 0.66rem;
  min-width: 40px;
  min-height: 40px;
  background: none;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}
.ins_downloadCon1 .center_box .top_box .right button i {
  font-size: var(--font20);
  color: #666666;
}
.ins_downloadCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-top: 0.32rem;
}
.ins_downloadCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.3rem;
  padding-top: 0.32rem;
  --bg: url(../images/bg9.jpg);
}
.ins_downloadCon1 .center_box .item_box .item .word {
  width: 72%;
  height: auto;
  position: relative;
  z-index: 2;
  font-size: var(--font20);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_downloadCon1 .center_box .item_box .item .icon {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
  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_downloadCon1 .center_box .item_box .item .icon span {
  font-size: var(--font16);
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_downloadCon1 .center_box .item_box .item .icon span i {
  font-size: var(--font20);
  font-weight: 500;
}
.ins_downloadCon1 .center_box .item_box .item:hover .word {
  color: var(--active_color);
}
.ins_downloadCon1 .center_box .item_box .item:hover .icon span:last-child {
  color: var(--active_color);
}
.ins_downloadCon1 .center_box .list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem 0.2rem;
  margin-top: 0.3rem;
}
.ins_downloadCon1 .center_box .list .one {
  width: 100%;
  height: auto;
}
.ins_downloadCon1 .center_box .list .one .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
  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_downloadCon1 .center_box .list .one .img .vIc {
  width: 0.64rem;
  height: 0.64rem;
  display: -webkit-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: #ffffff3f;
  backdrop-filter: blur(10px);
  z-index: 6;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
}
.ins_downloadCon1 .center_box .list .one .img .vIc img {
  width: 0.14rem;
  transform: translateX(1px);
}
.ins_downloadCon1 .center_box .list .one .img .pb {
  padding-bottom: 65%;
}
.ins_downloadCon1 .center_box .list .one .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_downloadCon1 .center_box .list .one .word {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  color: #333333;
}
.ins_downloadCon1 .center_box .list .one:hover .img .pb .ab img {
  transform: scale(1.05);
}
@media (max-width:990px) {
  .ins_downloadCon1 .center_box .top_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 0;
    gap: 0.2rem;
  }
  .ins_downloadCon1 .center_box .top_box input {
    border: 1px solid #e0e0e0;
    min-height: 40px;
    width: 100%;
  }
  .ins_downloadCon1 .center_box .top_box .left {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
  }
  .ins_downloadCon1 .center_box .top_box .right {
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
  }
  .ins_downloadCon1 .center_box .top_box .right input {
    width: 100%;
    height: auto;
    border: 0;
  }
  .ins_downloadCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_downloadCon1 .center_box .item_box .item .icon {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.8rem;
  }
  .ins_downloadCon1 .center_box .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_joinCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
}
.ins_joinCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon1 .center_box .left_box {
  width: 39%;
}
.ins_joinCon1 .center_box .left_box .ins_title2 {
  width: 100%;
  height: auto;
}
.ins_joinCon1 .center_box .left_box .ins_title2 .t2 {
  margin-top: 0.3rem;
  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;
  line-height: 1.5;
}
.ins_joinCon1 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.95rem;
  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.55rem;
}
.ins_joinCon1 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  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_joinCon1 .center_box .left_box .item_box .item .word {
  font-size: var(--font50);
  font-weight: 500;
  color: var(--active_color);
  line-height: 1.1;
}
.ins_joinCon1 .center_box .left_box .item_box .item .icon {
  font-size: var(--font18);
  color: #333333;
}
.ins_joinCon1 .center_box .left_box .item_box .item::before {
  opacity: 0.8;
}
.ins_joinCon1 .center_box .right_box {
  width: 50%;
  height: auto;
}
.ins_joinCon1 .center_box .right_box .swiper_box {
  width: 100%;
  height: auto;
}
.ins_joinCon1 .center_box .right_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_joinCon1 .center_box .right_box .swiper_box .centerInfo img {
  width: 100%;
  height: auto;
}
.ins_joinCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  padding-bottom: 1.4rem;
  background-image: url(../images/bg10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ins_joinCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon2 .center_box .ins_title2 {
  width: 100%;
  height: auto;
}
.ins_joinCon2 .center_box .ins_title2 .t2 {
  margin-top: 0.3rem;
  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;
  line-height: 1.5;
}
.ins_joinCon2 .center_box .content {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.08rem;
  position: relative;
  z-index: 1;
}
.ins_joinCon2 .center_box .content .bgImg {
  width: 1.82rem;
  position: absolute;
  top: 0;
  transform: translateY(-0.3rem);
}
.ins_joinCon2 .center_box .content .bgImg.left {
  left: 0.7rem;
}
.ins_joinCon2 .center_box .content .bgImg.right {
  right: 0.5rem;
}
.ins_joinCon2 .center_box .content .contBox {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_joinCon2 .center_box .content .contBox .title {
  font-size: var(--font30);
  color: var(--active_color);
  font-weight: 500;
}
.ins_joinCon2 .center_box .content .contBox .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.18rem;
  padding-top: 0.2rem;
  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;
}
.ins_joinCon2 .center_box .content .contBox .item_box .img_bg {
  position: absolute;
  top: 0;
  width: 1.73rem;
  z-index: 1;
}
.ins_joinCon2 .center_box .content .contBox .item_box .item {
  width: 1.68rem;
  height: 0.6rem;
  min-height: 35px;
  min-width: 140px;
  position: relative;
  z-index: 2;
  transform: var(--translateX);
  display: -webkit-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(--bg);
  border-radius: 0.08rem;
  font-size: var(--font18);
}
.ins_joinCon2 .center_box .content .contBox1 {
  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;
}
.ins_joinCon2 .center_box .content .contBox1 .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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_joinCon2 .center_box .content .contBox2 {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_joinCon2 .center_box .content .contBox2 .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_joinCon2 .center_box .content .contBox2 .item_box .img_bg {
  width: 0.09rem !important;
  min-width: unset !important;
}
.ins_joinCon2 .center_box .content .contBox3 {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ins_joinCon2 .center_box .content .contBox3 .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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ins_joinCon2 .center_box .img {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width:990px) {
  .ins_joinCon2 .center_box .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
  }
  .ins_joinCon2 .center_box .content .contBox {
    width: 100%;
    height: auto;
    align-items: center !important;
    overflow: hidden;
  }
  .ins_joinCon2 .center_box .content .contBox .item_box {
    align-items: center !important;
  }
  .ins_joinCon2 .center_box .content .contBox .item_box .item {
    transform: translateX(0) !important;
    font-size: 13px;
  }
  .ins_joinCon2 .center_box .content .contBox .item_box .img_bg {
    display: none;
  }
}
.ins_joinCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
}
.ins_joinCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon3 .center_box .ins_title2 {
  width: 100%;
  height: auto;
}
.ins_joinCon3 .center_box .ins_title2 .t2 {
  margin-top: 0.25rem;
  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;
  line-height: 1.5;
}
.ins_joinCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.15rem;
  margin-top: 0.3rem;
}
.ins_joinCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_joinCon3 .center_box .item_box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_joinCon3 .center_box .item_box .item.grid2 {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width:990px) {
  .ins_joinCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.ins_joinCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  background: #f7f7f7;
}
.ins_joinCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon4 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.ins_joinCon4 .center_box .content .left_box {
  width: 25%;
}
.ins_joinCon4 .center_box .content .left_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.1rem;
}
.ins_joinCon4 .center_box .content .left_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 0.24rem;
  cursor: pointer;
  border: 1px solid #00000000;
  border-radius: 0.08rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_joinCon4 .center_box .content .left_box .item_box .item .icon {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  font-size: var(--font20);
}
.ins_joinCon4 .center_box .content .left_box .item_box .item .icon span {
  color: #000000;
  font-weight: 500;
}
.ins_joinCon4 .center_box .content .left_box .item_box .item .icon span:last-child {
  font-size: var(--font18);
  color: #FF0000 !important;
  font-weight: 400;
}
.ins_joinCon4 .center_box .content .left_box .item_box .item .list {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.1rem;
}
.ins_joinCon4 .center_box .content .left_box .item_box .item .list .one {
  width: fit-content;
  padding: 0.06rem 0.09rem;
  border-top: 1px solid #0000001A;
  border-bottom: 1px solid #0000001A;
  border-radius: 0.08rem;
  font-size: var(--font16);
  color: #666666;
}
.ins_joinCon4 .center_box .content .left_box .item_box .item.active {
  border-color: var(--active_color);
  box-shadow: 0rem 0rem 0rem 0rem rgba(45, 7, 12, 0.1);
  background: #FFFCFC;
}
.ins_joinCon4 .center_box .content .left_box .item_box .item.active .icon span {
  color: var(--active_color);
}
.ins_joinCon4 .center_box .content .left_box .item_box .item:hover {
  border-color: var(--active_color);
}
.ins_joinCon4 .center_box .content .right_box {
  width: 74%;
  height: auto;
}
.ins_joinCon4 .center_box .content .right_box .contentBox {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 0.6rem;
  border-radius: 0.08rem;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 {
  width: 100%;
  height: auto;
  display: none;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .wordBox {
  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.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #0000001A;
  padding-bottom: 0.3rem;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .wordBox .word {
  width: fit-content;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .wordBox .word .t1 {
  font-weight: 500;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .wordBox .word .list {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.6rem;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .wordBox .word .list .one {
  font-size: var(--font18);
  color: #666666;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .wordBox .icon {
  font-size: var(--font28);
  color: #FF0000;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .centerBox {
  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.45rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed #0000001A;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .centerBox .cenbox {
  width: 100%;
  height: auto;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .centerBox .cenbox .title {
  font-weight: 500;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .centerBox .cenbox .list {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .centerBox .cenbox .list p {
  width: 100%;
  height: auto;
  color: #666666;
  line-height: 1.5;
  font-size: var(--font16);
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .botBox {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .botBox .icon {
  font-size: var(--font18);
  width: fit-content;
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .botBox .icon a {
  display: contents;
  color: var(--active_color);
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1 .botBox .idx_more .more i {
  color: var(--active_color);
}
.ins_joinCon4 .center_box .content .right_box .contentBox .content1.active {
  display: block !important;
}
@media (max-width:990px) {
  .ins_joinCon4 .center_box .content .right_box .contentBox .content1 .wordBox {
    -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;
  }
  .ins_joinCon4 .center_box .content .right_box .contentBox .content1 .wordBox .word .list {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 0.2rem 0.3rem;
  }
  .ins_joinCon4 .center_box .content .right_box .contentBox .content1 .botBox {
    -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.5rem;
  }
}
.ins_contactCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1rem;
}
.ins_contactCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-top: 0.35rem;
}
.ins_contactCon1 .center_box .item_box .item {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FAFAFA;
  border-radius: 0.08rem;
  padding: 0.68rem;
  padding-bottom: 0.8rem;
}
.ins_contactCon1 .center_box .item_box .item .icon {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 1px solid #0000001A;
}
.ins_contactCon1 .center_box .item_box .item .t1 {
  font-weight: 500;
  margin-top: 0.5rem;
}
.ins_contactCon1 .center_box .item_box .item .btn {
  width: fit-content;
  height: 0.36rem;
  margin-top: 0.2rem;
  padding: 0 0.19rem;
  min-height: 28px;
  display: -webkit-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: 100px;
  background: var(--active_color);
  color: var(--color_fff);
  font-size: var(--font18);
}
.ins_contactCon1 .center_box .item_box .bg_radial::after {
  background: #FAFAFA !important;
}
@media (max-width:990px) {
  .ins_contactCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_contactCon1 .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 1.31rem 0;
  margin-top: 0.4rem;
}
.ins_contactCon1 .content .contBox {
  width: 50.3%;
  height: auto;
  position: relative;
  z-index: 2;
  padding: 0.6rem 0;
  padding-bottom: 0.95rem;
  background: #FFFFFF;
}
.ins_contactCon1 .content .contBox .insName {
  width: 100%;
  height: auto;
  padding-left: 0.6rem;
  padding-right: 1rem;
}
.ins_contactCon1 .content .contBox .insName .name {
  font-weight: 500;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #0000001A;
}
.ins_contactCon1 .content .contBox .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}
.ins_contactCon1 .content .contBox .item_box .item {
  width: 100%;
  height: auto;
  padding-left: 0.6rem;
  padding-right: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ins_contactCon1 .content .contBox .item_box .item::after {
  content: '';
  position: absolute;
  width: 4px;
  height: calc(100% - 0.55rem);
  background: var(--active_color);
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_contactCon1 .content .contBox .item_box .item .word {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #0000001A;
  padding-bottom: 0.55rem;
}
.ins_contactCon1 .content .contBox .item_box .item .word .list {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.15rem;
}
.ins_contactCon1 .content .contBox .item_box .item .word .list .one {
  width: 100%;
  height: auto;
  color: #666666;
  font-size: var(--font18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
}
.ins_contactCon1 .content .contBox .item_box .item .word .list .one img {
  flex-shrink: 0;
}
.ins_contactCon1 .content .contBox .item_box .item:last-child::after {
  height: 100% !important;
}
.ins_contactCon1 .content .contBox .item_box .item:last-child .word {
  padding-bottom: 0;
  border: 0;
}
.ins_contactCon1 .content .contBox .item_box .item.active::after {
  opacity: 1;
}
.ins_contactCon1 .content .swiper_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ins_contactCon1 .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_contactCon1 .content .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
}
.ins_contactCon1 .content .swiper_box ul li .centerInfo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_contactCon1 .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .ins_contactCon1 .content .contBox {
    width: 100%;
    height: auto;
  }
  .ins_contactCon1 .content .contBox .item_box .item {
    padding: 0;
  }
  .ins_contactCon1 .content .contBox .item_box .item::after {
    display: none;
  }
  .ins_contactCon1 .content .contBox .item_box .item .word .list .one {
    align-items: first baseline;
  }
  .ins_contactCon1 .content .contBox .item_box .item .word .list .one img {
    transform: translateY(0.3em);
  }
  .ins_contactCon1 .content .contBox .item_box .item .img {
    margin-top: 0.4rem;
  }
  .ins_contactCon1 .content .swiper_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: none;
  }
}
.ins_contactCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  background: #F9F9F9;
}
.ins_contactCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon2 .center_box .left_box {
  width: 24%;
}
.ins_contactCon2 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.2rem;
}
.ins_contactCon2 .center_box .left_box .item_box .item {
  width: 100%;
  height: 1.2rem;
  min-height: 50px;
  padding: 0.3rem;
  font-size: var(--font24);
  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;
  border-radius: 0.08rem;
  border: 1px solid #0000001A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contactCon2 .center_box .left_box .item_box .item span {
  font-weight: 500;
}
.ins_contactCon2 .center_box .left_box .item_box .item i {
  font-size: var(--font30);
}
.ins_contactCon2 .center_box .left_box .item_box .item.active {
  border-color: var(--active_color);
  color: var(--active_color);
}
.ins_contactCon2 .center_box .right_box {
  width: 71.5%;
}
.ins_contactCon2 .center_box .right_box .swiper_box {
  width: 100%;
  height: auto;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .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;
  z-index: 1;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item .icon {
  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;
  cursor: pointer;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item .icon i {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: 2px solid var(--active_color);
  position: absolute;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item .icon span {
  width: max-content;
  position: absolute;
  left: 0.05rem;
  font-size: 12px;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item .words {
  width: 3.64rem;
  height: auto;
  position: absolute;
  background: #c21b32;
  padding: 0.2rem 0.16rem;
  border-radius: 0.08rem;
  bottom: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item .words .t1 {
  color: #FFFFFF;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item .words .list {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  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;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item .words .list .one {
  font-size: var(--font16);
  opacity: 0.6;
  color: #FFFFFF;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item .words.active {
  opacity: 1;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item.bot span {
  bottom: 0.05rem;
  left: unset;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item:hover {
  z-index: 5;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item:hover .words {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .word {
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 45%;
  z-index: 3;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .word .t1 {
  font-weight: 600;
  color: var(--active_color);
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .word .t2 {
  margin-top: 0.05rem;
  color: #333333;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 10;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox .icon {
  position: absolute;
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox .icon span {
  position: absolute;
  width: 0.9rem;
  min-width: 60px;
  font-size: var(--font16);
  padding: 0 0.2rem;
  height: 0.3rem;
  min-height: 28px;
  background: #000000;
  border-radius: 100px;
  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;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox .icon span::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.1rem);
  height: 0.42rem;
  background: #000000;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox .icon i {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox .icon i::after {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  border-radius: 50%;
  animation: grow4 linear 5s infinite;
  z-index: -1;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox .icon i::before {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.15;
  border-radius: 50%;
  animation: grow5 linear 6s infinite;
  z-index: -1;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox .icon .img {
  position: absolute;
  width: 0.78rem;
  top: 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;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox .icon:hover .word {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .img .pb {
  padding-bottom: 58%;
}
.ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .img .pb .ab img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_contactCon2 .center_box .right_box {
    padding-bottom: 1.2rem;
  }
  .ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .item_box .item {
    transform: scale(0.7);
  }
  .ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .word {
    width: 100%;
    height: auto;
    bottom: 0;
    transform: translateY(105%);
  }
  .ins_contactCon2 .center_box .right_box .swiper_box .centerInfo .iconBox .icon {
    transform: scale(0.7);
  }
}
.ins_contactCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
}
.ins_contactCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon3 .center_box .left_box {
  width: 28.5%;
}
.ins_contactCon3 .center_box .left_box .ins_title2 .t2 {
  margin-top: 0.2rem;
  line-height: 1.5;
}
.ins_contactCon3 .center_box .right_box {
  width: 62.5%;
}
.ins_contactCon3 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 0.3rem;
}
.ins_contactCon3 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #0000001A;
  border-radius: 0.08rem;
  display: -webkit-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.2rem;
  padding-left: 0.1rem;
}
.ins_contactCon3 .center_box .right_box .item_box .item .icon {
  width: fit-content;
  flex-shrink: 0;
  font-size: var(--font16);
  color: #333333;
}
.ins_contactCon3 .center_box .right_box .item_box .item .icon span {
  color: var(--active_color);
}
.ins_contactCon3 .center_box .right_box .item_box .item .input {
  width: 100%;
  height: auto;
  color: #333333;
  font-size: var(--font16);
}
.ins_contactCon3 .center_box .right_box .item_box .item .input input {
  width: 100%;
  height: 0.51rem;
  min-height: 40px;
  border: 0;
  background: none;
}
.ins_contactCon3 .center_box .right_box .item_box .item .input textarea {
  width: 100%;
  height: 2.2rem;
  border: 0;
  background: none;
  padding: 0.17rem;
}
.ins_contactCon3 .center_box .right_box .item_box .item .input .layui-input:focus,
.ins_contactCon3 .center_box .right_box .item_box .item .input .layui-textarea:focus {
  box-shadow: none !important;
}
.ins_contactCon3 .center_box .right_box .item_box .item .input .layui-form-select dl {
  top: 100% !important;
}
.ins_contactCon3 .center_box .right_box .item_box .item .input .layui-form-select .layui-edge {
  border-top-color: var(--active_color);
}
.ins_contactCon3 .center_box .right_box .item_box .grid2 {
  grid-column: span 2;
  border: 1px solid #0000001A;
  padding: 0;
}
.ins_contactCon3 .center_box .right_box .btnBox {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_contactCon3 .center_box .right_box .btnBox .checkbox_c {
  width: fit-content;
  max-width: 70%;
}
.ins_contactCon3 .center_box .right_box .btnBox .btn {
  width: fit-content;
  height: 0.66rem;
  min-height: 40px;
  padding-left: 0.4rem;
  gap: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0.08rem;
  background: var(--active_color);
  border: 0;
  color: var(--color_fff);
  font-size: var(--font18);
  cursor: pointer;
}
.ins_contactCon3 .center_box .right_box .btnBox .btn i {
  width: 0.66rem;
  height: 0.66rem;
  min-width: 40px;
  min-height: 40px;
  font-size: var(--font28);
  display: -webkit-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-left: 1px solid #FFFFFF1A;
}
@media (max-width:990px) {
  .ins_contactCon3 .center_box .right_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_contactCon3 .center_box .right_box .item_box .grid2 {
    grid-column: unset;
  }
  .ins_contactCon3 .center_box .right_box .btnBox {
    -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_contactCon3 .center_box .right_box .btnBox .checkbox_c {
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .ins_contactCon3 .center_box .right_box .btnBox .checkbox_c .icon {
    min-width: 10px;
    min-height: 10px;
    transform: translateY(0.4em);
  }
}
.ins_aboutCon1 {
  width: 100%;
  height: 200vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
}
.ins_aboutCon1 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #0000;
  --maskSize: 23.6%;
}
.ins_aboutCon1 .maskBox .content1 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-image: url(../images/bg13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ins_aboutCon1 .maskBox .content1 .maskImg {
  width: 100%;
  height: 100%;
  background-image: url(../images/z102.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  mask-image: url(../images/svg/s1.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: var(--maskSize);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ins_aboutCon1 .maskBox .content2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: url(../images/z101.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon1 .maskBox .content2 .word_box {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox {
  width: 81.8%;
  height: auto;
  margin: 0 auto;
  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;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .words {
  width: 68%;
  height: auto;
  text-align: center;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .words .t1 {
  font-weight: 500;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .words .t2 {
  margin-top: 0.43rem;
  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;
  line-height: 1.5;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box .item {
  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-left: 0.4rem;
  position: relative;
  z-index: 1;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box .item .icon {
  font-size: var(--font60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  font-weight: 500;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box .item .icon i {
  font-style: unset;
  color: var(--active_color);
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 1.3rem;
  font-size: var(--font20);
  font-weight: 500;
}
.ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon1 .maskBox .content2.active .word_box {
  opacity: 1;
}
.ins_aboutCon1 .maskBox .content2.active .wowtY {
  transform: translateY(0px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.ins_aboutCon1 .maskBox .content2 .numberBox {
  width: 6.93rem;
  position: absolute;
  bottom: 0;
  transform: translateX(100%);
  right: 0;
}
@media (max-width:990px) {
  .ins_aboutCon1 .maskBox .content2 .word_box .textBox {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon1 .maskBox .content2 .word_box .textBox .words {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem 0;
  }
  .ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box .item {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon1 .maskBox .content2 .word_box .textBox .item_box .item .word {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
}
.ins_aboutCon1.active .maskBox {
  --maskSize: 200%;
}
.ins_aboutCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #f6f6f6;
}
.ins_aboutCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  overflow: hidden;
}
.ins_aboutCon2 .center_box .swiper_box ul li {
  width: 0;
  height: auto;
}
.ins_aboutCon2 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  padding: 0.51rem 0.57rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.ins_aboutCon2 .center_box .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 70%;
}
.ins_aboutCon2 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  color: #333333;
}
.ins_aboutCon2 .center_box .swiper_box ul li .centerInfo:hover {
  transform: translateY(-15px);
  box-shadow: 0 14px 29px 1px #dedede;
}
.ins_aboutCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
}
.ins_aboutCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .maskBox {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.ins_aboutCon3 .center_box .maskBox .item_box {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0.7rem;
}
.ins_aboutCon3 .center_box .maskBox .item_box .item {
  width: 100%;
  height: 5.78rem;
  border-top: 1px solid #000;
  background: var(--color_fff);
  overflow: hidden;
}
.ins_aboutCon3 .center_box .maskBox .item_box .item .left_box {
  width: 30%;
  height: 5.78rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0;
  overflow: hidden;
}
.ins_aboutCon3 .center_box .maskBox .item_box .item .left_box .t1 {
  position: absolute;
  top: 0.6rem;
  left: 0;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.08rem;
}
.ins_aboutCon3 .center_box .maskBox .item_box .item .left_box .t1 i {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: var(--active_color);
  display: block;
}
.ins_aboutCon3 .center_box .maskBox .item_box .item .left_box .t2 {
  line-height: 1.6;
}
.ins_aboutCon3 .center_box .maskBox .item_box .item .right_box {
  width: 64%;
  height: 100%;
  padding: 0.3rem 0;
  overflow: hidden;
}
.ins_aboutCon3 .center_box .maskBox .item_box .item .right_box .img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_aboutCon3 .center_box .maskBox .item_box .item .right_box .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_aboutCon3 .center_box .maskBox .item_box .item {
    width: 100%;
    height: auto;
    gap: 0.1rem;
  }
  .ins_aboutCon3 .center_box .maskBox .item_box .item .left_box {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
    padding-top: 1rem;
  }
  .ins_aboutCon3 .center_box .maskBox .item_box .item .left_box .t1 {
    position: relative;
    z-index: 1;
    top: unset;
  }
  .ins_aboutCon3 .center_box .maskBox .item_box .item .left_box .t2 {
    margin-top: 0.4rem;
  }
}
.ins_aboutCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0.2rem;
}
.ins_aboutCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  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.08rem;
}
.ins_aboutCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  gap: 0.08rem;
}
.ins_aboutCon4 .center_box .item_box .item .left_box {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon4 .center_box .item_box .item .left_box .swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ins_aboutCon4 .center_box .item_box .item .left_box .swiper_box ul li {
  width: 0;
  height: 100%;
}
.ins_aboutCon4 .center_box .item_box .item .left_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_aboutCon4 .center_box .item_box .item .left_box .swiper_box ul li .centerInfo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutCon4 .center_box .item_box .item .left_box .idxPagerCircle {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0.5rem;
  z-index: 5;
}
.ins_aboutCon4 .center_box .item_box .item .right_box {
  width: 50%;
  background: #f9f9f9;
  border-radius: 0.08rem;
  padding: 0.5rem;
  padding-top: 2.05rem;
  position: relative;
  z-index: 1;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 1.1rem;
  right: 1.6rem;
  border: 1px solid #0000001A;
  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;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap::after {
  content: '';
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #000000;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: translateX(-50%);
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #000000;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: translateX(-50%);
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap.active::after {
  left: 0.36rem;
  transform: translateX(0);
  opacity: 0.5;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap.active::before {
  left: 0.16rem;
  transform: translateX(0);
  opacity: 0.3;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap2 {
  width: 1.06rem;
  height: 1.06rem;
  position: absolute;
  top: 1.1rem;
  right: 1.6rem;
  border: 1px solid #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: 0.08rem;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.06rem;
  height: 1.06rem;
  border: 1px solid #000000;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: translateX(-50%);
  border-radius: 0.08rem;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.06rem;
  height: 1.06rem;
  border: 1px solid #000000;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: translateX(-50%);
  border-radius: 0.08rem;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap2.active::after {
  left: 0.36rem;
  bottom: 0.36rem;
  transform: translateX(0);
  opacity: 0.5;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .cirGsap2.active::before {
  left: 0.16rem;
  bottom: 0.16rem;
  transform: translateX(0);
  opacity: 0.3;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .word_box .t1 {
  color: var(--active_color);
}
.ins_aboutCon4 .center_box .item_box .item .right_box .word_box .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  padding-bottom: 0.45rem;
  line-height: 1;
  font-weight: 300;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .word_box .t3 {
  margin-top: 0.45rem;
  line-height: 1.5;
  color: #666666;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  border-top: 1px solid #0000001A;
  border-bottom: 1px solid #0000001A;
  border-radius: 0.1rem;
  text-align: center;
  padding-bottom: 0.3rem;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .item_box .item .icon {
  font-size: var(--font32);
  display: -webkit-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.06rem;
  color: var(--active_color);
  font-weight: 500;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .item_box .item .icon i {
  font-size: var(--font18);
  font-style: unset;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .item_box .item .word {
  color: #333333;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .list_box {
  width: 66.5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.85rem;
  gap: 0.3rem;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .list_box .list {
  width: 100%;
  height: auto;
  border-top: 1px solid #0000001A;
  border-bottom: 1px solid #0000001A;
  border-radius: 0.1rem;
  text-align: center;
}
.ins_aboutCon4 .center_box .item_box .item .right_box .list_box .list .pb {
  padding-bottom: 49%;
}
.ins_aboutCon4 .center_box .item_box .item:nth-child(2n) {
  -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_aboutCon4 .center_box .item_box .item {
    flex-direction: column-reverse !important;
  }
  .ins_aboutCon4 .center_box .item_box .item .right_box {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon4 .center_box .item_box .item .right_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ins_aboutCon4 .center_box .item_box .item .right_box .list_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: auto;
  }
}
.ins_aboutCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  background: #0E1019;
  padding-bottom: 1.4rem;
}
.ins_aboutCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon5 .center_box .ins_title2 {
  color: var(--color_fff);
}
.ins_aboutCon5 .center_box .swiper_box {
  width: 69.4%;
  height: auto;
  margin: 0 auto;
  margin-top: 1.4rem;
}
.ins_aboutCon5 .center_box .swiper_box ul li {
  width: 0;
  height: auto;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  padding: 0 0.6rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo::before {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, #40414900 -10%, #404149 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .img_bg {
  width: 100%;
  height: 0.16rem;
  background-image: url(../images/i40.png);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box .left_box {
  width: 48.8%;
  color: #FFF;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box .left_box .number {
  font-size: var(--font60);
  color: var(--active_color);
  font-weight: 500;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box .left_box .list {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.2rem;
  max-height: 1.8rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box .left_box .list .one {
  font-size: var(--font16);
  padding-left: 0.16rem;
  position: relative;
  z-index: 1;
  color: #ffffff99;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box .left_box .list .one::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  background: #FFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box .right_box {
  width: 48%;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box .right_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box .right_box .img .pb {
  padding-bottom: 75%;
}
.ins_aboutCon5 .center_box .swiper_box ul li .centerInfo .word_box .right_box .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutCon5 .numberBox {
  width: fit-content;
  position: absolute;
  font-size: 1.7rem;
  bottom: 0;
  line-height: 1;
  transform: translateY(12%) translateX(-100%);
  font-weight: 600;
  color: #0E1019;
  text-shadow: -1px -1px 0 #FFFFFF1A, 1px -1px 0 #FFFFFF1A, -1px 1px 0 #FFFFFF1A, 1px 1px 0 #FFFFFF1A;
}
.ins_aboutCon5 .iconBtn {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--active_color);
  top: 50%;
  z-index: 20;
  display: -webkit-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;
  cursor: pointer;
}
.ins_aboutCon5 .iconBtn.next {
  right: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  transform: translateY(-50%) translateX(20%);
}
.ins_aboutCon5 .iconBtn.prev {
  left: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transform: translateY(-50%) translateX(-20%);
}
@media (max-width:990px) {
  .ins_aboutCon5 .center_box .swiper_box {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon5 .numberBox {
    font-size: 1.2rem;
  }
}
.ins_aboutCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 0.34rem;
  background-image: url(../images/bg11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.ins_aboutCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon6 .center_box .ins_title2 {
  width: 48%;
  height: auto;
  margin: 0 auto;
}
.ins_aboutCon6 .center_box .ins_title2 .t2 {
  margin-top: 0.25rem;
  line-height: 1.5;
}
.ins_aboutCon6 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.6rem;
}
.ins_aboutCon6 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.28rem 0;
  font-size: var(--font18);
  color: #333333;
  font-weight: 600;
  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;
}
.ins_aboutCon6 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #0000001A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon6 .center_box .item_box .item::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon6 .center_box .item_box .item .word {
  width: 60%;
  height: auto;
}
.ins_aboutCon6 .center_box .item_box .item .img {
  width: 30%;
  height: auto;
  max-height: unset;
  position: absolute;
  right: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon6 .center_box .item_box .item .img .pb {
  padding-bottom: 68%;
}
.ins_aboutCon6 .center_box .item_box .item:hover {
  color: var(--active_color);
}
.ins_aboutCon6 .center_box .item_box .item:hover::before {
  width: 100%;
}
.ins_aboutCon6 .center_box .item_box .item:hover .img {
  opacity: 1;
  visibility: visible;
}
.ins_aboutCon6 .center_box .item_box .item:last-child .img {
  bottom: 0;
}
.ins_aboutCon6 .center_box .item_box .item:nth-last-child(2) .img {
  bottom: 0;
}
@media (max-width:990px) {
  .ins_aboutCon6 .center_box .ins_title2 {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon6 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_aboutCon6 .center_box .hover_box {
    width: 50%;
  }
}
.searchResult {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
}
.searchResult .center_box {
  width: 100%;
  height: auto;
}
.searchResult .center_box .inputBox {
  width: 42%;
  height: 0.66rem;
  min-height: 40px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  border-radius: 0.08rem;
  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;
}
.searchResult .center_box .inputBox input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  padding-left: 0.2rem;
  color: #333;
  font-size: var(--font16);
}
.searchResult .center_box .inputBox button {
  flex-shrink: 0;
  width: 0.66rem;
  height: 0.66rem;
  min-width: 40px;
  min-height: 40px;
  background: none;
  border: 0;
  cursor: pointer;
}
.searchResult .center_box .inputBox button i {
  font-size: var(--font22);
}
.searchResult .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  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;
}
.searchResult .center_box .content .name {
  width: 100%;
  height: auto;
  font-size: var(--font20);
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #0000001A;
  color: #333333;
}
.searchResult .center_box .content .left_box {
  width: 18%;
  min-height: 60vh;
  height: 100%;
  position: sticky;
  top: calc(var(--header-height) + 0.3rem);
}
.searchResult .center_box .content .left_box .list {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  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;
}
.searchResult .center_box .content .left_box .list .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;
  color: #666666;
  cursor: pointer;
}
.searchResult .center_box .content .left_box .list .one i {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.03rem;
  border: 1px solid #cccccc;
  font-size: 12px;
  display: -webkit-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;
}
.searchResult .center_box .content .left_box .list .one.active i {
  border-color: var(--active_color);
  background: var(--active_color);
}
.searchResult .center_box .content .right_box {
  width: 78%;
}
.searchResult .center_box .content .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.2rem;
  margin-top: 0.3rem;
}
.searchResult .center_box .content .right_box .item_box .item {
  width: 100%;
  min-height: 3rem;
  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: #f5f5f5;
}
.searchResult .center_box .content .right_box .item_box .item .img {
  width: 21.5%;
  flex-shrink: 0;
}
.searchResult .center_box .content .right_box .item_box .item .img .pb {
  padding-bottom: 105%;
}
.searchResult .center_box .content .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;
}
.searchResult .center_box .content .right_box .item_box .item .img .pb .ab img {
  max-width: 80%;
  max-height: 80%;
}
.searchResult .center_box .content .right_box .item_box .item .word_box {
  width: 100%;
  padding: 0.5rem 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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.6rem;
}
.searchResult .center_box .content .right_box .item_box .item .word_box .word {
  width: 100%;
  height: auto;
}
.searchResult .center_box .content .right_box .item_box .item .word_box .word .t2 {
  color: #666666;
  margin-top: 0.1rem;
}
.searchResult .center_box .content .right_box .item_box .item .word_box .icon {
  font-size: var(--font16);
  color: #999999;
}
.searchResult .center_box .content .right_box .ins_more {
  margin-top: 0.6rem;
}
@media (max-width:990px) {
  .searchResult .center_box {
    padding: 0 10px;
  }
  .searchResult .center_box .inputBox {
    width: 100%;
  }
  .searchResult .center_box .content {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
  }
  .searchResult .center_box .content .left_box {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    z-index: 1;
    top: unset;
  }
  .searchResult .center_box .content .right_box {
    width: 100%;
    height: auto;
  }
  .searchResult .center_box .content .right_box .item_box {
    width: 100%;
    height: auto;
  }
  .searchResult .center_box .content .right_box .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .searchResult .center_box .content .right_box .item_box .item .img {
    width: 100%;
    height: auto;
  }
  .searchResult .center_box .content .right_box .item_box .item .img .pb {
    padding-bottom: 50%;
  }
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagerBtn {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--active_color);
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  opacity: 0;
}
.pagerBtn .pager {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  gap: 0.3rem;
}
.pagerBtn .pager i {
  font-size: var(--font16);
  color: #FFFFFF;
}
.pagerBtnBox {
  position: fixed;
  top: 50%;
  left: 0;
  background: var(--active_color);
  color: var(--color_fff);
  z-index: 10;
  padding: 0.04rem 0.12rem;
  border-radius: 10px;
}
.hoverBox {
  width: 100vw;
  left: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}
