@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/8);
  }
}
body {
  min-height: 100%;
  font-family: "HONOR Sans CN", "Microsoft YaHei", "Microsoft YaHei UI", "SimSun", "SimHei", "Arial";
  font-size: 16px;
  color: #000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
  display: block;
  cursor: pointer;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  appearance: none;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.dh {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 动画延迟 */
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 旋转 */
/* input框点击搜索时背景没有颜色 */
input:-webkit-autofill {
  background: transparent;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: unset;
}
/* 不显示滚动条 */
.scrollbar_0 * {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.scrollbar_0 *::-webkit-scrollbar {
  display: none;
}
.center_box {
  position: relative;
  z-index: 5;
}
/* 媒体查询 缩写 */
/* 布局 */
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:990px) {
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mar_b {
  margin-bottom: 0 !important;
}
.mar_t {
  margin-top: 0 !important;
}
.pad_b {
  padding-bottom: 0 !important;
}
.pad_t {
  padding-top: 0 !important;
}
.h100 {
  height: 100%;
}
.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;
}
:root {
  /* COLOR */
  --active_color: #0000b9;
  --active_color2: #7abc2b;
  --color_text: #282828;
  --color_FFF: #FFFFFF;
  --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);
  --font15: clamp(12px, 0.15rem, 15px);
  --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);
  --font45: clamp(25px, 0.45rem, 45px);
  --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;
  --min-wh: 40px;
  --maskVH: 100vh;
}
/* 公共字体 */
.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);
}
.font45 {
  font-size: var(--font45);
}
.font46 {
  font-size: var(--font46);
}
.font48 {
  font-size: var(--font48);
  line-height: 1.375;
}
.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: "SourceHanSansCN";
  src: url("../fonts/SourceHanSansCN-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../fonts/SourceHanSansCN-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../fonts/SourceHanSansCN-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../fonts/SourceHanSansCN-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../fonts/SourceHanSansCN-Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../fonts/SourceHanSansCN-Heavy.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/RUBIK-REGULAR-WEBFONT.TTF");
  font-weight: normal;
}
/* --------------------------------------------------------------- 全站内容区 */
.container {
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1440 {
    max-width: 75%;
  }
}
@media (max-width:1720px) {
  .w1440 {
    max-width: 83.72093023%;
  }
}
@media (max-width:990px) {
  .w1440 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.w1710 {
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1710 {
    max-width: 89.0625%;
  }
}
@media (max-width:990px) {
  .w1710 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.w1740 {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1740 {
    max-width: 90.625%;
  }
}
@media (max-width:990px) {
  .w1740 {
    max-width: 100%;
    padding: 0 20px;
  }
}
main {
  width: 100%;
  height: auto;
  --header-height: 0.8rem;
  font-family: "Gilroy", "SourceHanSansCN";
  color: #222222;
}
@media (max-width:990px) {
  main {
    --header-height: 50px;
  }
}
.wowRight {
  opacity: 0;
}
/* --------------------------------------------------------------- 导航占位 */
.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;
}
.images_bg {
  width: 100%;
  height: auto;
}
.images_bg img,
.images_bg video {
  width: 100%;
  height: auto;
}
/* --------------------------------------------------------------- 锚点 */
.locate_item {
  width: 100%;
  height: 0;
}
/* --------------------------------------------------------------- 全站左右结构 */
.box_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width:990px) {
  .box_info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .box_info .left_box,
  .box_info .right_box {
    width: 100% !important;
    height: auto;
  }
}
.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);
  }
}
/* --------------------------------------------------------------- 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;
  gap: 0.12rem;
  margin-top: 0.5rem;
}
.idxPageShow span {
  width: 8px;
  height: 8px;
  background: none;
  border: 1px solid #DDDDDD;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.swiperBtn {
  width: 0.5rem;
  height: 0.5rem;
  min-width: var(--min-wh);
  min-height: var(--min-wh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  border: 1px solid #ffffff80;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiperBtn::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: var(--active_color2);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.swiperBtn i {
  color: var(--color_FFF);
  font-size: var(--font16);
}
.swiperBtn:hover {
  border-color: var(--active_color2);
}
.swiperBtn:hover::after {
  width: 100%;
  height: 100%;
}
.pager_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.09rem;
}
.pager_box .swiperBtn2 {
  width: 1rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #ccccf1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager_box .swiperBtn2 i {
  font-size: var(--font32);
  color: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager_box .swiperBtn2:hover {
  background: var(--active_color2);
  color: #FFFFFF;
  border-color: var(--active_color2);
}
.pager_box .swiperBtn2:hover i {
  color: var(--color_FFF);
}
.idx_title {
  width: 100%;
  height: auto;
}
.idx_title .t1 {
  font-weight: 600;
}
.idx_title .t2 {
  color: #666666;
  margin-top: 0.25rem;
}
.idx_more {
  width: 100%;
  height: auto;
}
.idx_more .more {
  width: fit-content;
  height: 0.42rem;
  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;
  padding: 0 0.36rem;
  border-radius: 100px;
  background: var(--color1);
  color: var(--color2);
  font-size: var(--font15);
}
.layPager {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.navBoxCon1 {
  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.14rem;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.navBoxCon1 .one {
  color: #666666;
  font-size: var(--font16);
}
.pagerSwiper {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.18rem;
}
.pagerSwiper .btnSwi {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 38px;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pagerSwiper .btnSwi i {
  color: #cfcfcf;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font22);
}
.pagerSwiper .btnSwi:hover {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.pagerSwiper .btnSwi:hover i {
  color: #FFFFFF !important;
}
.fw300 {
  font-weight: 300;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.mt20 {
  margin-top: 0.2rem;
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagerBtn {
  position: fixed;
  z-index: 10;
  top: 0%;
  left: 0%;
  width: 1.01rem;
  height: 1.01rem;
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagerBtn .icon {
  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;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--active_color2);
  border-radius: 50%;
}
.pagerBtn .img {
  animation: run2 18s linear infinite;
  width: 100%;
  height: auto;
}
.pagerBtn .img img {
  width: 100%;
  height: auto;
}
.wowUpS {
  opacity: 0;
}
/* --------------------------------------------------------------- 首页 */
.idx_banner {
  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;
}
.idx_banner .swiper_box {
  width: 100%;
  height: auto;
  background: #000000;
  overflow: hidden;
}
.idx_banner .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-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 {
  position: absolute;
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .icon {
  width: fit-content;
  height: 0.34rem;
  min-height: 25px;
  padding: 0.08rem 0.17rem;
  font-size: var(--font14);
  color: var(--color_FFF);
  background: var(--active_color2);
  border-radius: 100px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .word {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  color: var(--color_FFF);
  font-weight: 600;
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.idx_banner .swiper_box ul li .centerInfo .icon_box {
  position: absolute;
  right: 20%;
  top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_banner .swiper_box ul li .centerInfo .icon_box .icBox {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
}
.idx_banner .swiper_box ul li .centerInfo .icon_box .icBox img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .centerInfo .icon_box .icBox .icon {
  position: absolute;
  width: 1.45rem;
  height: 1.45rem;
}
.idx_banner .swiper_box ul li .centerInfo .icon_box .icBox .icon2 {
  animation: run 50s linear infinite;
  width: 2.52rem;
  height: 2.52rem;
}
.idx_banner .swiper_box ul li .centerInfo .icon_box .img_bg {
  width: 100%;
  height: 100%;
  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;
}
.idx_banner .swiper_box ul li .centerInfo .icon_box .img_bg .ic {
  position: absolute;
  width: 0;
  height: 0;
  transform: translateY(20px);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_banner .swiper_box ul li .centerInfo .icon_box .img_bg img {
  max-width: unset;
  max-height: unset;
  width: var(--width);
}
.idx_banner .swiper_box ul li.swiper-slide-active .centerInfo .icon_box .icBox {
  opacity: 1;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.idx_banner .swiper_box ul li.swiper-slide-active .centerInfo .icon_box .img_bg .ic {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.idx_banner .swiper_box ul li.swiper-slide-active .centerInfo .word_box .icon {
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.idx_banner .swiper_box ul li.swiper-slide-active .centerInfo .word_box .word {
  transform: translateY(0);
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
}
.idx_banner .swiper_box ul li .images_bg img.wap {
  min-height: 500px;
  object-fit: cover;
}
.idx_banner .swiperBtn {
  position: absolute;
  z-index: 5;
  right: 5.2%;
}
.idx_banner .swiperBtn.prev {
  left: 5.2%;
}
.idx_banner .downBox {
  width: 0.28rem;
  height: auto;
  bottom: 0.4rem;
  position: absolute;
  z-index: 6;
}
@media (max-width:990px) {
  .idx_banner .swiperBtn {
    display: none !important;
  }
}
.idx_case {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
}
.idx_case .box_info {
  width: 100%;
  height: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.idx_case .box_info .left_box {
  width: 32%;
  position: relative;
  z-index: 2;
}
.idx_case .box_info .left_box .pager_box {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.idx_case .box_info .left_box .idxNumber {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
  position: relative;
  z-index: 10;
  font-size: var(--font16);
  color: var(--color_999);
  font-weight: 600;
}
.idx_case .box_info .left_box .idxNumber .swiper-pagination-current {
  color: var(--color_000);
}
.idx_case .box_info .right_box {
  width: 59.448%;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.idx_case .box_info .right_box::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: calc(100% + 3px);
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_case .box_info .right_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_case .box_info .right_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_case .box_info .right_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.3rem;
  overflow: hidden;
  cursor: pointer;
}
.idx_case .box_info .right_box .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_case .box_info .right_box .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 137%;
}
.idx_case .box_info .right_box .swiper_box ul li .centerInfo .ima_bg {
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.idx_case .box_info .right_box .swiper_box ul li .centerInfo .ima_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: unset;
}
.idx_case .box_info .right_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 0.5rem 0.4rem;
  color: var(--color_FFF);
}
.idx_case .box_info .right_box .swiper_box ul li .centerInfo .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.idx_case .box_info .right_box .swiper_box ul li .centerInfo:hover .ima_bg {
  width: 100%;
  left: 0;
}
.idx_select {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.4rem;
  padding-bottom: 0.9rem;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.idx_select .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.2rem;
  margin-top: 0.65rem;
}
.idx_select .item_box .item {
  width: 14.51388889%;
  background: #FFFFFF;
  border-radius: 0.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  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;
}
.idx_select .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--active_color2);
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 1;
}
.idx_select .item_box .item .befor {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1.2rem;
  padding-bottom: 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1.6rem;
}
.idx_select .item_box .item .befor .word {
  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;
  text-align: center;
}
.idx_select .item_box .item .befor .word .img {
  width: 0.58rem;
}
.idx_select .item_box .item .befor .word .t1 {
  margin-top: 0.37rem;
}
.idx_select .item_box .item .befor .icon {
  width: 0.46rem;
  height: 0.46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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 #e1e1e1;
}
.idx_select .item_box .item .befor .icon i {
  font-size: 12px;
}
.idx_select .item_box .item .after {
  width: 100%;
  height: 100%;
  padding: 0 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  -webkit-box-align: center;
  -ms-flex-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;
  opacity: 0;
}
.idx_select .item_box .item .after .icon {
  width: 1.01rem;
  height: 1.01rem;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #ffffff33;
  border-radius: 50%;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  transform: translateY(20px);
}
.idx_select .item_box .item .after .icon img {
  filter: brightness(0) invert(1);
  width: 0.58rem;
}
.idx_select .item_box .item .after .t1 {
  margin-top: 0.4rem;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  transform: translateY(20px);
}
.idx_select .item_box .item .after .t2 {
  margin-top: 0.1rem;
  line-height: 2;
  color: #FFFFFF;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  transform: translateY(20px);
}
.idx_select .item_box .item .after .idx_more {
  margin-top: 0.5rem;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  transform: translateY(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_select .item_box .item.active {
  width: 52.01388889%;
}
.idx_select .item_box .item.active::after {
  opacity: 1;
}
.idx_select .item_box .item.active .after {
  opacity: 1;
}
.idx_select .item_box .item.active .after .icon {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0px);
}
.idx_select .item_box .item.active .after .t1 {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0px);
}
.idx_select .item_box .item.active .after .t2 {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0px);
}
.idx_select .item_box .item.active .after .idx_more {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
  transform: translateY(0px);
}
.idx_select .item_box .item.active .befor {
  opacity: 0;
}
@media (max-width:990px) {
  .idx_select .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .idx_select .item_box .item {
    width: 100% !important;
    padding: 0.5rem 0.2rem;
    padding-top: 0.4rem;
  }
  .idx_select .item_box .item::after {
    opacity: 1 !important;
    z-index: -1 !important;
  }
  .idx_select .item_box .item .befor {
    display: none !important;
  }
  .idx_select .item_box .item .after {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    padding: 0;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .idx_select .item_box .item .after .icon,
  .idx_select .item_box .item .after .t1,
  .idx_select .item_box .item .after .t2,
  .idx_select .item_box .item .after .idx_more {
    opacity: 1!important;
    transform: translateY(0) !important;
  }
  .idx_select .item_box .item .after .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .idx_select .item_box .item .after .icon img {
    width: 0.4rem;
  }
  .idx_select .item_box .item .after .t2 {
    line-height: 1.5;
  }
  .idx_select .item_box .item .idx_more {
    display: none !important;
  }
}
.idx_cooperate {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.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;
  gap: 0.1rem;
}
.idx_cooperate .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_cooperate .item .images_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_cooperate .item .images_bg img {
  width: 100%;
  height: auto;
}
.idx_cooperate .item .word {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  top: 0.93rem;
  padding: 0 8%;
}
.idx_cooperate .item .word .idx_more {
  margin-top: 0.5rem;
  width: 100%;
  height: auto;
}
.idx_cooperate .item .word .idx_title .t2 {
  margin-top: 0.15rem;
}
.idx_cooperate .item:first-child .word {
  padding-left: 25%;
}
@media (max-width:990px) {
  .idx_cooperate {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .idx_cooperate .item:first-child .word {
    padding-left: 8%;
  }
}
.idx_cooperate2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.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;
  padding: 2rem;
  background-attachment: fixed;
  background-image: url(../images/banner1.jpg);
  background-size: cover;
}
.idx_cooperate2 .item {
  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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.idx_cooperate2 .item .word {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: auto;
  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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.idx_cooperate2 .item .word .idx_more {
  margin-top: 0.5rem;
  width: 100%;
  height: auto;
}
.idx_cooperate2 .item .word .idx_title {
  width: 100%;
}
.idx_cooperate2 .item .word .idx_title .t2 {
  margin-top: 0.15rem;
}
@media (max-width:1920px) {
  .idx_cooperate2 .item .word {
    max-width: 75%;
  }
}
@media (max-width:1720px) {
  .idx_cooperate2 .item .word {
    max-width: 83.72093023%;
  }
}
@media (max-width:990px) {
  .idx_cooperate2 .item .word {
    max-width: 100%;
    padding: 0 20px;
  }
}
.idx_cooperate2 .item .images_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: none;
}
.idx_cooperate2 .item .images_bg img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .idx_cooperate2 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .idx_cooperate2 .item:first-child .word {
    padding-left: 8%;
  }
}
.idx_solve {
  width: 100%;
  max-width: 1920px;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 0.7rem;
  display: none;
}
.idx_solve .idx_title {
  text-align: center;
  position: absolute;
}
.idx_solve .maskBox {
  width: 100%;
  height: 250vh;
  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;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.idx_solve .maskBox .mask {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.idx_solve .maskBox .mask .content {
  width: 89.0625%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 0.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.idx_solve .maskBox .mask .content .item {
  width: 100%;
  height: auto;
}
.idx_solve .maskBox .mask .content .item .images {
  width: 100%;
  height: auto;
  border-radius: 0.15rem;
  overflow: hidden;
}
.idx_solve .maskBox .mask .content .item .images .pb {
  padding-bottom: 73%;
}
.idx_solve .maskBox .mask .content .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_solve .maskBox .mask .content .item .word {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.3rem;
}
.idx_solve .maskBox .mask .content .item .word .t1 {
  font-weight: 500;
}
.idx_solve .maskBox .mask .content .item .word .t2 {
  margin-top: 0.12rem;
  color: #999999;
}
.idx_solve .maskBox .mask .content .left {
  width: 23%;
  flex-shrink: 0;
}
.idx_solve .maskBox .mask .content .left .item .images .pb .ab .img {
  width: 100%;
  height: 100%;
}
.idx_solve .maskBox .mask .content .left .item .images .pb .ab .img img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.idx_solve .maskBox .mask .content .left .item .images .pb .ab .img img.active {
  opacity: 1;
}
.idx_solve .maskBox .mask .content .center {
  width: 23%;
  flex-shrink: 0;
}
.idx_solve .maskBox .mask .content .right {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.idx_solve .maskBox .mask .content .right .item {
  width: 50%;
}
.idx_solve .maskBox .mask .select_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 11;
  backdrop-filter: blur(10px);
}
.idx_solve .maskBox .mask .select_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solve .maskBox .mask .select_box .item {
  width: 100%;
  height: 1.11rem;
  -webkit-box-align: center;
  -ms-flex-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;
  font-size: var(--font24);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.17rem;
  cursor: pointer;
}
.idx_solve .maskBox .mask .select_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solve .maskBox .mask .select_box .item.active {
  background: var(--active_color2);
}
.idx_solve .maskBox .mask .word_box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  padding-top: 1.8rem;
}
.idx_solve .maskBox .mask .word_box .textBox {
  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_solve .maskBox .mask .word_box .textBox .item_box {
  width: 33.3333%;
  background: #FFFFFF;
  padding: 0.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
  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.3rem;
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item {
  width: 100%;
  height: auto;
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item .one {
  font-size: var(--font32);
  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;
  cursor: pointer;
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item .one span {
  color: #999999;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item .one .icon {
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #b3b3b3;
  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;
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item .one .icon::after {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 2px;
  background: #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item .one .icon::before {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 2px;
  background: #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item .tow {
  display: none;
  font-size: var(--font15);
  margin-top: 0.3rem;
  line-height: 1.5;
  color: #666666;
  padding-bottom: 0.18rem;
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item .tow .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item.active .one span {
  color: #000;
}
.idx_solve .maskBox .mask .word_box .textBox .item_box .item.active .one .icon::before {
  transform: rotate(0);
}
.idx_scheme {
  width: 100%;
  height: 700vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_scheme .maskBox {
  width: 100%;
  height: var(--maskVH);
  position: absolute;
  top: 0;
  left: 0;
}
.idx_scheme .maskBox .content1 {
  width: 100%;
  height: var(--maskVH);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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_scheme .maskBox .content1 .center_box {
  width: 100%;
  height: auto;
  padding: 0 4.453125%;
}
.idx_scheme .maskBox .content1 .idx_title {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_scheme .maskBox .content1 .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.5rem;
}
.idx_scheme .maskBox .content1 .item_box .item {
  width: calc(25% - 0.525rem);
  height: auto;
  transform: var(--tY);
  flex-shrink: 0;
}
.idx_scheme .maskBox .content1 .item_box .item .images {
  width: 100%;
  height: auto;
  border-radius: 0.15rem;
  overflow: hidden;
}
.idx_scheme .maskBox .content1 .item_box .item .images .pb {
  padding-bottom: 72.5%;
}
.idx_scheme .maskBox .content1 .item_box .item .images .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_scheme .maskBox .content1 .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  text-align: center;
}
.idx_scheme .maskBox .content1 .item_box .item .word .t1 {
  font-weight: 500;
}
.idx_scheme .maskBox .content1 .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  color: #999999;
}
.idx_scheme .maskBox .content1 .item_box .item.active {
  transform-origin: left bottom;
}
.idx_scheme .maskBox .content2 {
  width: 100%;
  height: var(--maskVH);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.idx_scheme .maskBox .content2 .swiper_info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-bottom: 1.1rem;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .w1440 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB {
  width: 33.3333%;
  background: #FFFFFF;
  padding: 0.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
  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.3rem;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item {
  width: 100%;
  height: auto;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item .top {
  font-size: var(--font32);
  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;
  cursor: pointer;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item .top span {
  color: #999999;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item .top .icon {
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #b3b3b3;
  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;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item .top .icon::after {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 2px;
  background: #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item .top .icon::before {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 2px;
  background: #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item .bot {
  display: none;
  font-size: var(--font15);
  margin-top: 0.3rem;
  line-height: 1.5;
  color: #666666;
  padding-bottom: 0.18rem;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item .bot .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item.active .top span {
  color: #000;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB .item.active .top .icon::before {
  transform: rotate(0);
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .img img {
  width: 100%;
  height: 112vh;
  max-height: unset;
  object-fit: cover;
}
.idx_scheme .maskBox .content2 .swiper_info .item_box {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 11;
  backdrop-filter: blur(10px);
  opacity: 0;
}
.idx_scheme .maskBox .content2 .swiper_info .item_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_scheme .maskBox .content2 .swiper_info .item_box .item {
  width: 100%;
  height: 1.11rem;
  -webkit-box-align: center;
  -ms-flex-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;
  font-size: var(--font24);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.17rem;
  cursor: pointer;
}
.idx_scheme .maskBox .content2 .swiper_info .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_scheme .maskBox .content2 .swiper_info .item_box .item.active {
  background: var(--active_color2);
}
@media (max-width:990px) {
  .idx_scheme {
    width: 100%;
    height: auto;
  }
  .idx_scheme .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .idx_scheme .maskBox .content1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .idx_scheme .maskBox .content1 .item_box {
    display: none;
  }
  .idx_scheme .maskBox .content1 .idx_title {
    text-align: left;
  }
  .idx_scheme .maskBox .content2 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 0.7rem;
  }
  .idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    margin-top: 0.8rem;
  }
  .idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .word_box .selectB {
    width: 100%;
    height: auto;
    border: 1px solid #0000001c;
  }
  .idx_scheme .maskBox .content2 .swiper_info .swiper_box ul li .centerInfo .img img {
    width: 100%;
    height: auto;
  }
}
.idx_solution {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
  overflow: hidden;
}
.idx_solution .center_box {
  width: 100%;
  height: auto;
}
.idx_solution .center_box .idx_title {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_solution .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.5rem;
}
.idx_solution .center_box .item_box .item {
  width: calc(25% - 0.525rem);
  height: auto;
}
.idx_solution .center_box .item_box .item .images {
  width: 100%;
  height: auto;
  border-radius: 0.15rem;
  overflow: hidden;
}
.idx_solution .center_box .item_box .item .images .pb {
  padding-bottom: 72.5%;
}
.idx_solution .center_box .item_box .item .images .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_solution .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  text-align: center;
}
.idx_solution .center_box .item_box .item .word .t1 {
  font-weight: 500;
}
.idx_solution .center_box .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  color: #999999;
}
.idx_solution .center_box .item_box .item.active {
  transform-origin: left bottom;
}
@media (max-width:990px) {
  .idx_solution .center_box .item_box {
    display: none;
    grid-template-columns: repeat(1, 1fr);
  }
  .idx_solution .center_box .item_box .item {
    width: 100%;
    height: auto;
  }
  .idx_solution .center_box .item_box .item .images .pb {
    padding-bottom: 41.5%;
  }
}
@media (max-width:990px) {
  .idx_solution {
    padding-bottom: 0.5rem;
  }
}
.idx_solution2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000000;
}
.idx_solution2 .swiper_box {
  width: 100%;
  height: auto;
}
.idx_solution2 .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_solution2 .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_solution2 .swiper_box ul li .centerInfo .swiper_img {
  width: 100%;
  height: auto;
}
.idx_solution2 .swiper_box ul li .centerInfo .swiper_img .img_bg {
  width: 100%;
  height: 100vh;
}
.idx_solution2 .swiper_box ul li .centerInfo .swiper_img .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB {
  width: 33.3333%;
  background: #FFFFFF;
  padding: 0.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
  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.3rem;
  position: absolute;
  z-index: 10;
  right: 12.5%;
  top: calc(var(--header-height) + 0.5rem);
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item {
  width: 100%;
  height: auto;
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item .top {
  font-size: var(--font32);
  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;
  cursor: pointer;
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item .top span {
  color: #999999;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item .top .icon {
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #b3b3b3;
  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;
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item .top .icon::after {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 2px;
  background: #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item .top .icon::before {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 2px;
  background: #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item .bot {
  display: none;
  font-size: var(--font15);
  margin-top: 0.3rem;
  line-height: 1.5;
  color: #666666;
  padding-bottom: 0.18rem;
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item .bot .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item.active .top span {
  color: #000;
}
.idx_solution2 .swiper_box ul li .centerInfo .selectB .item.active .top .icon::before {
  transform: rotate(0);
}
.idx_solution2 .item_box {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 11;
  backdrop-filter: blur(10px);
}
.idx_solution2 .item_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solution2 .item_box .item {
  width: 100%;
  height: 1.11rem;
  -webkit-box-align: center;
  -ms-flex-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;
  font-size: var(--font24);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.17rem;
  cursor: pointer;
}
.idx_solution2 .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_solution2 .item_box .item.active {
  background: var(--active_color2);
}
@media (max-width:990px) {
  .idx_solution2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: unset;
  }
  .idx_solution2 .item_box {
    position: relative;
    z-index: 1;
    bottom: unset;
    left: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #eee;
    border-bottom: 0;
    border-left: 0;
  }
  .idx_solution2 .item_box .item {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .idx_solution2 .item_box .item img {
    filter: brightness(0) invert(0.5);
  }
  .idx_solution2 .item_box .item span {
    color: #666666;
  }
  .idx_solution2 .item_box .item.active img {
    filter: unset;
  }
  .idx_solution2 .item_box .item.active span {
    color: #FFFFFF;
  }
  .idx_solution2 .swiper_box ul li .centerInfo .swiper_img .img_bg {
    width: 100%;
    height: 40vh;
  }
  .idx_solution2 .swiper_box ul li .centerInfo .selectB {
    position: relative;
    z-index: 1;
    width: 90%;
    height: auto;
    right: unset;
    top: unset;
    border: 1px solid #e5e5e5;
    margin: auto;
    margin-top: 0.5rem;
  }
}
/* --------------------------------------------------------------- 新闻 */
.ins_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f5f5;
  padding-bottom: 0.93rem;
}
.ins_newCon1 .img_bg {
  width: 100%;
  height: 6.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_newCon1 .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .word_box {
  width: 100%;
  height: auto;
  padding-top: 2.3rem;
  padding-bottom: 2.1rem;
}
.ins_newCon1 .center_box .word_box .t1 {
  width: 100%;
  height: auto;
  font-weight: 700;
}
.ins_newCon1 .center_box .word_box .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.ins_newCon1 .center_box .swiper_info {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 0.55rem;
}
.ins_newCon1 .center_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo .left_box {
  width: 49.7%;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo .left_box .img {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo .left_box .img .pb {
  padding-bottom: 69%;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo .right_box {
  width: 46.5%;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo .right_box .word {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo .right_box .word .t1 {
  width: 100%;
  height: auto;
  color: var(--active_color2);
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo .right_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-weight: 600;
  line-height: 1.333;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo .right_box .word .t3 {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  line-height: 1.875;
  color: #999999;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li .centerInfo .right_box .word .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.ins_newCon1 .center_box .swiper_info .swiper_box ul li.swiper-slide-active .centerInfo {
  opacity: 1;
}
.ins_newCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.2rem 0;
}
.ins_newCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .left_box {
  width: fit-content;
  height: auto;
}
.ins_newCon2 .center_box .left_box .item_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.27rem;
}
.ins_newCon2 .center_box .left_box .item_box .item {
  width: fit-content;
  padding: 0.13rem 0.22rem;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  line-height: 1;
  border-radius: 0.06rem;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .left_box .item_box .item img,
.ins_newCon2 .center_box .left_box .item_box .item span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .left_box .item_box .item.active {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.ins_newCon2 .center_box .left_box .item_box .item.active img {
  filter: brightness(0) invert(1);
}
.ins_newCon2 .center_box .left_box .item_box .item.active span {
  color: #FFFFFF;
}
.ins_newCon2 .center_box .left_box .item_box .item:hover {
  border-color: var(--active_color2);
}
.ins_newCon2 .center_box .right_box {
  width: fit-content;
  height: auto;
}
.ins_newCon2 .center_box .right_box .input_box {
  width: 2.66rem;
  height: 0.4rem;
  min-height: 35px;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 0.06rem;
  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_newCon2 .center_box .right_box .input_box input {
  width: 100%;
  height: auto;
  border: 0;
  background: none;
  padding-left: 0.18rem;
  font-size: var(--font16);
}
.ins_newCon2 .center_box .right_box .input_box button {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 35px;
  min-height: 35px;
  flex-shrink: 0;
  border: 0;
  background: none;
  font-size: var(--font14);
  cursor: pointer;
}
@media (max-width:990px) {
  .ins_newCon2 {
    padding: 0.5rem 0;
  }
  .ins_newCon2 .center_box .right_box .input_box {
    width: 100%;
    height: auto;
  }
}
.ins_newCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f5f5;
  padding-top: 0.8rem;
  padding-bottom: 0.93rem;
}
.ins_newCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem 0.48rem;
}
.ins_newCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ins_newCon3 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_newCon3 .center_box .item_box .item .img .pb {
  padding-bottom: 69%;
}
.ins_newCon3 .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_newCon3 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.ins_newCon3 .center_box .item_box .item .word .t1 {
  width: 100%;
  height: calc(2em * 1.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  font-weight: 500;
  max-width: 80%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon3 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: calc(2em * 1.875);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.25rem;
  line-height: 1.875;
  color: var(--color_333);
}
.ins_newCon3 .center_box .item_box .item .word .t3 {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  color: var(--active_color2);
}
.ins_newCon3 .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.05);
}
.ins_newCon3 .center_box .item_box .item:hover .word .t1 {
  color: var(--active_color2);
}
@media (max-width:990px) {
  .ins_newCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_newdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f5f5;
  padding-bottom: 0.65rem;
}
.ins_newdCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info {
  width: 100%;
  height: auto;
  background: #FFFFFF;
}
.ins_newdCon1 .center_box .box_info .contentCon1 {
  width: 70%;
  height: auto;
  background: #FFFFFF;
  padding: 0 0.66rem;
  padding-top: 0.75rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .word {
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .word::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 1px;
  background: #e8e8e8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .word .t1 {
  font-weight: 600;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .word .icon {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.25rem;
  gap: 0.2rem;
  color: #999999;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .word .icon .one {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.1rem;
  font-size: var(--font14);
}
.ins_newdCon1 .center_box .box_info .contentCon1 .content {
  width: 100%;
  height: auto;
  line-height: 1.875;
  font-size: var(--font16);
  padding-top: 0.5rem;
  color: #666666;
  padding-bottom: 0.7rem;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .content p {
  min-height: 0.5em;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .content .img {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .content img {
  width: 100% !important;
  height: auto !important;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .pagerNew {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 0.6rem;
  position: relative;
  z-index: 1;
  gap: 0.5rem;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .pagerNew::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 1px;
  background: #e8e8e8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .pagerNew .word_B {
  width: fit-content;
  font-size: var(--font16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.12rem;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .pagerNew .word_B .one {
  color: #666666;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .pagerNew .word_B .one:hover {
  text-decoration: underline;
  color: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .contentCon1 .pagerNew .idx_more {
  width: fit-content;
  flex-shrink: 0;
}
.ins_newdCon1 .center_box .box_info .contentCon1 .pagerNew .idx_more .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
}
@media (max-width:990px) {
  .ins_newdCon1 .center_box .box_info .contentCon1 {
    padding: 0.6rem 0.4rem;
  }
  .ins_newdCon1 .center_box .box_info .contentCon1 .pagerNew {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_newdCon1 .center_box .box_info .contentCon1 .pagerNew .idx_more {
    display: none;
  }
}
.ins_newdCon1 .center_box .box_info .right_box {
  width: 28%;
  height: auto;
  padding: 0.75rem 0.4rem;
  background: #FFFFFF;
  border-left: 1px solid #e8e8e8;
}
.ins_newdCon1 .center_box .box_info .right_box .title {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.15rem;
  display: -webkit-box;
  display: -ms-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;
}
.ins_newdCon1 .center_box .box_info .right_box .title .one {
  font-size: var(--font14);
  color: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .box_info .right_box .title .one:hover {
  color: var(--active_color2);
}
.ins_newdCon1 .center_box .box_info .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.2rem;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.2rem;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item .t3 {
  width: 100%;
  height: auto;
  line-height: 1.55;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item .t4 {
  width: 100%;
  height: auto;
  margin-top: 0.08rem;
  color: var(--color_999);
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item:hover .t3 {
  color: var(--active_color2);
}
.ins_newdCon1 .center_box .box_info .right_box .item_box.gap40 {
  gap: 0.4rem;
}
.ins_newdCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f5f5;
  padding-top: 0.65rem;
  padding-bottom: 1.3rem;
}
.ins_newdCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdCon2 .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newdCon2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.6rem;
}
.ins_newdCon2 .center_box .swiper_box ul li {
  width: 33.3%;
}
.ins_newdCon2 .center_box .swiper_box ul li .item {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ins_newdCon2 .center_box .swiper_box ul li .item .img {
  width: 100%;
  height: auto;
}
.ins_newdCon2 .center_box .swiper_box ul li .item .img .pb {
  padding-bottom: 69%;
}
.ins_newdCon2 .center_box .swiper_box ul li .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_newdCon2 .center_box .swiper_box ul li .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.ins_newdCon2 .center_box .swiper_box ul li .item .word .t1 {
  width: 100%;
  height: calc(2em * 1.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  font-weight: 500;
  max-width: 80%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon2 .center_box .swiper_box ul li .item .word .t2 {
  width: 100%;
  height: calc(2em * 1.875);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.25rem;
  line-height: 1.875;
  color: var(--color_333);
}
.ins_newdCon2 .center_box .swiper_box ul li .item .word .t3 {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  color: var(--active_color2);
}
.ins_newdCon2 .center_box .swiper_box ul li .item:hover .img .pb .ab img {
  transform: scale(1.05);
}
.ins_newdCon2 .center_box .swiper_box ul li .item:hover .word .t1 {
  color: var(--active_color2);
}
.ins_solveCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.96rem;
  padding-bottom: 1rem;
}
.ins_solveCon1 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.7rem;
}
.ins_solveCon1 .center_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solveCon1 .center_box .content .title {
  width: fit-content;
  position: relative;
  z-index: 1;
  line-height: 1.48;
}
.ins_solveCon1 .center_box .content .title::after {
  content: '';
  position: absolute;
  width: 0.21rem;
  height: 0.21rem;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-20%);
}
.ins_solveCon1 .center_box .content .word_box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  background: #f7f7f7;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_solveCon1 .center_box .content .word_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.ins_solveCon1 .center_box .content .word_box .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ececec;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solveCon1 .center_box .content .word_box .item_box .item {
  flex: 1;
  height: 0.88rem;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font24);
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.ins_solveCon1 .center_box .content .word_box .item_box .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ececec;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solveCon1 .center_box .content .word_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.05rem;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_solveCon1 .center_box .content .word_box .item_box .item:last-child::before {
  opacity: 0;
}
.ins_solveCon1 .center_box .content .word_box .item_box .item.active {
  color: var(--active_color2);
}
.ins_solveCon1 .center_box .content .word_box .item_box .item.active::after {
  opacity: 1;
}
.ins_solveCon1 .center_box .content .word_box .item_box .item:hover {
  color: var(--active_color2);
}
.ins_solveCon1 .center_box .content .word_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  padding: 0.51rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1rem;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo .tY50 {
  transform: translateY(50px);
  opacity: 0;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo .left_box {
  width: 31%;
  padding: 0.3rem 0;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo .left_box .icon {
  width: 0.66rem;
  height: 0.66rem;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo .left_box .t1 {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo .left_box .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  line-height: 2;
  color: #999999;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo .left_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo .right_box {
  width: 59.4%;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo .right_box .img {
  width: 100%;
  height: auto;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo .right_box .img .pb {
  padding-bottom: 64%;
}
.ins_solveCon1 .center_box .content .word_box .swiper_box ul li.swiper-slide-active .tY50 {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media (max-width:990px) {
  .ins_solveCon1 .center_box .content .word_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ins_solveCon1 .center_box .content .word_box .item_box .item {
    font-size: var(--font16);
  }
  .ins_solveCon1 .center_box .content .word_box .swiper_box ul li .centerInfo {
    padding-left: 0.51rem;
  }
}
.ins_solveCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_solveCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_solveCon2 .center_box .ins_title {
  text-align: center;
}
.ins_solveCon2 .center_box .ins_title .t2 {
  font-weight: 300;
  color: #555555;
  margin-top: 0.1rem;
}
.ins_solveCon2 .center_box .content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0.4rem;
  max-width: 72.5%;
}
.ins_solveCon2 .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.ins_solveCon2 .center_box .content .item_box .item {
  width: 100%;
  height: 0.63rem;
  min-height: 40px;
  background: #FFFFFF;
  border: 1px solid #e4e4e4;
  border-radius: 100px;
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font14);
  gap: 0.05rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_solveCon2 .center_box .content .item_box .item span {
  flex-shrink: 0;
  color: #999999;
}
.ins_solveCon2 .center_box .content .item_box .item img {
  flex-shrink: 0;
  max-width: 1.17rem;
  max-height: 0.63rem;
}
.ins_solveCon2 .center_box .content .item_box .item input,
.ins_solveCon2 .center_box .content .item_box .item select {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
}
.ins_solveCon2 .center_box .content .item_box .item button {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: var(--font16);
  cursor: pointer;
}
.ins_solveCon2 .center_box .content .item_box .item.button {
  background: var(--active_color2);
  border-color: var(--active_color2);
  cursor: pointer;
}
.ins_solveCon2 .center_box .content .item_box .item .layui-form-select {
  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;
  font-weight: 500;
}
.ins_solveCon2 .center_box .content .item_box .item .layui-select-title {
  width: 100%;
  height: 100%;
  box-shadow: unset !important;
}
.ins_solveCon2 .center_box .content .item_box .item .layui-input:focus,
.ins_solveCon2 .center_box .content .item_box .item .layui-textarea:focus {
  border: unset !important;
  box-shadow: unset !important;
}
.ins_solveCon2 .center_box .content .item_box .item .layui-form-select dl {
  top: 100%;
}
@media (max-width:990px) {
  .ins_solveCon2 .center_box .content {
    max-width: 100%;
  }
  .ins_solveCon2 .center_box .content .item {
    width: 100%;
    height: auto;
  }
}
.ins_solvedCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solvedCon1 .img_bg {
  width: 100%;
  height: auto;
}
.ins_solvedCon1 .img_bg img {
  width: 100%;
  height: auto;
}
.ins_solvedCon1 .img_bg img.wap {
  min-height: 500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solvedCon1 .center_box {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 5;
  top: 2.1rem;
  text-align: center;
  color: #FFFFFF;
}
.ins_solvedCon1 .center_box .word .t2 {
  margin-top: 0.2rem;
}
.ins_solvedCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #faf6f7;
}
.ins_solvedCon2 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solvedCon2 .center_box .ins_title {
  width: 35%;
  height: auto;
}
.ins_solvedCon2 .center_box .ins_title .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.ins_solvedCon2 .center_box .img {
  width: 50%;
  height: auto;
  margin-top: 0.5rem;
}
@media (max-width:990px) {
  .ins_solvedCon2 .center_box .ins_title {
    max-width: 100%;
  }
}
.ins_solvedCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}
.ins_solvedCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon3 .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solvedCon3 .center_box .top_box .pagerSwiper .btnSwi {
  width: 0.46rem;
  height: 0.46rem;
  border: 1px solid #cfcfcf;
}
.ins_solvedCon3 .center_box .top_box .pagerSwiper .btnSwi i {
  font-size: var(--font14);
  color: #000;
}
.ins_solvedCon3 .center_box .top_box .pagerSwiper .btnSwi:hover {
  border-color: var(--active_color2);
}
.ins_solvedCon3 .center_box .top_box .pagerSwiper .btnSwi:hover i {
  color: #FFFFFF;
}
.ins_solvedCon3 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.7rem;
  overflow: hidden;
}
.ins_solvedCon3 .center_box .swiper_box ul li {
  width: 32%;
  height: auto;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  padding: 0.55rem 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 0.15rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo .icon {
  width: 0.93rem;
  height: 0.93rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--active_color2);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo .icon img {
  filter: brightness(0) invert(1);
  width: 0.46rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo .word .t1 {
  font-weight: 600;
  color: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo .word .t2 {
  margin-top: 0.3rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo:hover::after {
  height: 100%;
  border-radius: 0;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo:hover .icon {
  background: #FFFFFF;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo:hover .icon img {
  filter: unset;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo:hover .word .t1 {
  color: #FFFFFF;
}
.ins_solvedCon3 .center_box .swiper_box ul li .centerInfo:hover .word .t2 {
  color: #FFFFFF;
}
@keyframes grow4 {
  0% {
    transform: rotate(0);
    width: 6.48rem;
    height: 6.48rem;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    width: 30rem;
    height: 30rem;
    opacity: 0.5;
  }
}
@keyframes grow5 {
  0% {
    transform: rotate(0);
    width: 1rem;
    height: 1rem;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    width: 20rem;
    height: 20rem;
    opacity: 0.5;
  }
}
@keyframes grow6 {
  0% {
    transform: scale(0);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.3);
    opacity: 0;
  }
}
.ins_solvedCon4 {
  width: 100%;
  height: 240vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solvedCon4 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg3.jpg) no-repeat;
  background-size: cover;
}
.ins_solvedCon4 .maskBox .content {
  width: 100%;
  height: calc(100vh - var(--header-height));
  position: absolute;
  bottom: 0;
  left: 0;
}
.ins_solvedCon4 .maskBox .content .center_box {
  width: 100%;
  height: 100%;
}
.ins_solvedCon4 .maskBox .content1 {
  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;
  pointer-events: none;
}
.ins_solvedCon4 .maskBox .content1 .center_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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-top: var(--header-height);
}
.ins_solvedCon4 .maskBox .content1 .img {
  width: 34%;
  position: relative;
  z-index: 2;
}
.ins_solvedCon4 .maskBox .content1 .img .pb {
  padding-bottom: 109%;
}
.ins_solvedCon4 .maskBox .content1 .svgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_solvedCon4 .maskBox .content1 .svgBox .bgBox {
  width: 6.48rem;
  height: 6.48rem;
  border-radius: 50%;
  background: var(--active_color2);
  position: relative;
  z-index: 2;
}
.ins_solvedCon4 .maskBox .content1 .svgBox .line {
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  animation: grow4 15s linear infinite;
  z-index: 1;
}
.ins_solvedCon4 .maskBox .content1 .svgBox .line::after {
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: #d3d3d3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.ins_solvedCon4 .maskBox .content1 .svgBox .line::before {
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: #d3d3d3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  top: 50%;
  transform: translateX(50%);
  border-radius: 50%;
}
.ins_solvedCon4 .maskBox .content1 .svgBox .line.line2 {
  animation: grow5 15s linear infinite;
}
.ins_solvedCon4 .maskBox .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 3;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.ins_solvedCon4 .maskBox .content2 .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_solvedCon4 .maskBox .content2 .center_box .title {
  position: absolute;
  font-weight: 600;
  top: 0.2rem;
  left: 0;
}
.ins_solvedCon4 .maskBox .content2 .center_box .contBox {
  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.8rem;
}
.ins_solvedCon4 .maskBox .content2 .center_box .item_box {
  width: fit-content;
  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.6rem;
}
.ins_solvedCon4 .maskBox .content2 .center_box .item_box .item {
  width: fit-content;
  height: auto;
  min-width: 2rem;
  background: var(--bg);
  line-height: 1;
  padding: 0.2rem 0.34rem;
  border-radius: 100px;
  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.1rem;
  transform: translateX(0);
  position: relative;
  z-index: 1;
  font-size: var(--font18);
  font-weight: 500;
}
.ins_solvedCon4 .maskBox .content2 .center_box .item_box .item img {
  filter: var(--fit);
}
.ins_solvedCon4 .maskBox .content2 .center_box .item_box:last-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_solvedCon4 .maskBox .content2.active {
  opacity: 0;
  z-index: 2;
  transform: translateY(-1rem);
}
.ins_solvedCon4 .maskBox .content3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: 2;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  transform: translateY(1rem);
}
.ins_solvedCon4 .maskBox .content3 .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_solvedCon4 .maskBox .content3 .center_box .title {
  position: absolute;
  font-weight: 600;
  top: 0.2rem;
  left: 0;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox {
  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_solvedCon4 .maskBox .content3 .center_box .contBox .item {
  width: 3.5rem;
  background: #FFFFFF;
  padding: 0.3rem;
  border-radius: 0.2rem;
  padding-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .img {
  width: 100%;
  height: auto;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .img .pb {
  padding-bottom: 80%;
  border-radius: 0.2rem;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  line-height: 1.38;
  font-weight: 500;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .word .t1 {
  font-weight: 600;
  color: var(--active_color2);
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .number {
  position: absolute;
  width: fit-content;
  height: auto;
  bottom: 0;
  right: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  background-image: linear-gradient(180deg, #e3e3e375, #ffffff00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: -1;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .line {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
  top: 0.52rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .line i {
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  background: var(--active_color2);
  border-radius: 50%;
  z-index: 5;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .line::after {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  z-index: 1;
  border-radius: 50%;
  animation: grow6 5s linear infinite;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .line::before {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  z-index: 1;
  border-radius: 50%;
  animation: grow6 3s linear infinite;
}
.ins_solvedCon4 .maskBox .content3 .center_box .contBox .item:nth-child(2n) .line {
  left: 0 !important;
}
.ins_solvedCon4 .maskBox .content3.active {
  opacity: 1;
  z-index: 3;
  transform: translateY(0);
}
@media (max-width:990px) {
  .ins_solvedCon4 {
    width: 100%;
    height: auto;
  }
  .ins_solvedCon4 .maskBox {
    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;
    padding-bottom: 0.5rem;
  }
  .ins_solvedCon4 .maskBox .content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_solvedCon4 .maskBox .content1 {
    order: 2;
  }
  .ins_solvedCon4 .maskBox .content1 .svgBox {
    display: none;
  }
  .ins_solvedCon4 .maskBox .content1 .center_box {
    padding-top: 0;
    padding: 0.8rem 0;
  }
  .ins_solvedCon4 .maskBox .content2 {
    order: 1;
  }
  .ins_solvedCon4 .maskBox .content3 {
    order: 3;
  }
  .ins_solvedCon4 .maskBox .content3 .center_box .contBox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .ins_solvedCon4 .maskBox .content2 .center_box {
    padding-top: 0.5rem;
  }
  .ins_solvedCon4 .maskBox .content2 .center_box .title {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_solvedCon4 .maskBox .content2 .center_box .contBox {
    width: 100%;
    height: auto;
    gap: 0.4rem;
  }
  .ins_solvedCon4 .maskBox .content2 .center_box .item_box {
    width: 100%;
    height: auto;
    gap: 0.5rem;
  }
  .ins_solvedCon4 .maskBox .content2 .center_box .item_box .item {
    width: 100%;
    height: auto;
    font-size: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background: #FFFFFF;
    color: #333333;
  }
  .ins_solvedCon4 .maskBox .content2 .center_box .item_box .item img {
    width: 15px;
    filter: brightness(0) invert(0);
  }
  .ins_solvedCon4 .maskBox .content3 {
    opacity: 1;
    transform: translateY(0);
  }
  .ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .word .t1 {
    font-size: var(--font24);
  }
  .ins_solvedCon4 .maskBox .content3 .center_box .contBox .item .word .t2 {
    font-size: var(--font20);
  }
}
.ins_solvedCon5n {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.ins_solvedCon5n .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon5n .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solvedCon5n .center_box .top_box .ins_title .t1 {
  color: #FFFFFF;
}
.ins_solvedCon5n .center_box .top_box .pagerSwiper .btnSwi {
  background: #7bbc2b;
  border: 1px solid #7bbc2b;
}
.ins_solvedCon5n .center_box .top_box .pagerSwiper .btnSwi i {
  color: #FFFFFF;
}
.ins_solvedCon5n .center_box .top_box .pagerSwiper .btnSwi:hover {
  background: #FFFFFF;
}
.ins_solvedCon5n .center_box .top_box .pagerSwiper .btnSwi:hover i {
  color: var(--active_color2) !important;
}
.ins_solvedCon5n .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.ins_solvedCon5n .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_solvedCon5n .center_box .swiper_box ul li .item {
  width: 100%;
  height: auto;
}
.ins_solvedCon5n .center_box .swiper_box ul li .item .img {
  width: 100%;
  height: auto;
  border-radius: 150px;
  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;
  overflow: hidden;
  border: 0.1rem solid #FFFFFF;
}
.ins_solvedCon5n .center_box .swiper_box ul li .item .img .pb {
  border-radius: 50%;
}
.ins_solvedCon5n .center_box .swiper_box ul li .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solvedCon5n .center_box .swiper_box ul li .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-size: var(--font20);
  text-align: center;
}
.ins_solvedCon5n .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem 0.65rem;
  margin-top: 0.8rem;
}
.ins_solvedCon5n .center_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_solvedCon5n .center_box .item_box .item .img {
  width: 100%;
  height: auto;
  border-radius: 150px;
  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;
  overflow: hidden;
  border: 0.1rem solid #FFFFFF;
}
.ins_solvedCon5n .center_box .item_box .item .img .pb {
  border-radius: 50%;
}
.ins_solvedCon5n .center_box .item_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solvedCon5n .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-size: var(--font20);
  text-align: center;
}
@media (max-width:990px) {
  .ins_solvedCon5n .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.ins_solvedCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_solvedCon6 .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_solvedCon6 .top_box .pagerSwiper {
  width: fit-content;
}
.ins_solvedCon6 .top_box .pagerSwiper .btnSwi {
  border-width: 1px;
}
.ins_solvedCon6 .top_box .pagerSwiper .btnSwi i {
  color: #000000;
  font-size: var(--font28);
}
.ins_solvedCon6 .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.8rem;
}
.ins_solvedCon6 .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_solvedCon6 .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_solvedCon6 .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_solvedCon6 .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 139%;
}
.ins_solvedCon6 .swiper_box ul li .centerInfo .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_solvedCon6 .swiper_box ul li .centerInfo .img .pb .ab img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon6 .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
  padding: 0 0.25rem;
  color: #000000;
}
.ins_solvedCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solvedCon7 .center_box {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 5;
  top: 1.2rem;
  left: 0;
}
.ins_solvedCon7 .center_box .ins_title .t1 {
  color: #FFFFFF;
}
.ins_solvedCon7 .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #000000;
}
.ins_solvedCon7 .swiper_info .btnSwi {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 38px;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff66;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  right: 0.9rem;
}
.ins_solvedCon7 .swiper_info .btnSwi i {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font22);
}
.ins_solvedCon7 .swiper_info .btnSwi:hover {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.ins_solvedCon7 .swiper_info .btnSwi:hover i {
  color: #FFFFFF !important;
}
.ins_solvedCon7 .swiper_info .btnSwi.prev {
  left: 0.9rem;
}
.ins_solvedCon7 .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solvedCon7 .swiper_info .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_solvedCon7 .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solvedCon7 .swiper_info .swiper_box ul li .centerInfo .word {
  position: absolute;
  bottom: 0.4rem;
  z-index: 5;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  text-align: center;
  font-size: var(--font24);
}
.ins_solvedCon7 .swiper_info .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: calc(100vh - var(--header-height));
  overflow: hidden;
}
.ins_solvedCon7 .swiper_info .swiper_box ul li .centerInfo .img img {
  width: 100%;
  height: 110vh;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_solvedCon7 .swiper_info .swiper_box ul li .centerInfo .img {
    height: auto;
  }
  .ins_solvedCon7 .swiper_info .swiper_box ul li .centerInfo .img img {
    width: 100%;
    height: auto;
    min-height: 500px;
  }
}
.ins_solvedCon8 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_solvedCon8 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon8 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.ins_solvedCon8 .center_box .content .title {
  width: 100%;
  height: auto;
}
.ins_solvedCon8 .center_box .content table {
  width: 100%;
  height: auto;
  border-color: #e7e7e7;
  text-align: center;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  min-width: 900px;
  margin-top: 0.4rem;
}
.ins_solvedCon8 .center_box .content table thead {
  background: #dcdcdc;
}
.ins_solvedCon8 .center_box .content table thead td {
  height: 60px;
  font-size: var(--font16);
  font-weight: 600;
}
.ins_solvedCon8 .center_box .content table tbody {
  width: 100%;
  height: auto;
}
.ins_solvedCon8 .center_box .content table tbody td {
  padding: 0.2rem;
  font-size: var(--font14);
  color: #666666;
  font-weight: 300;
}
.ins_solvedCon8 .center_box .content table td {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ins_solvedCon8 .center_box .content table td.active {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--active_color2);
  transform: scale(1.2);
  border-radius: 0.1rem;
}
.ins_solvedCon8 .center_box .content table td:hover {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--active_color2);
  transform: scale(1.2);
  border-radius: 0.1rem;
}
@media (max-width:990px) {
  .ins_solvedCon8 .center_box .content {
    overflow: auto;
  }
}
.ins_solvedCon9 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f8f8;
}
.ins_solvedCon9 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon9 .center_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_solvedCon9 .center_box .top_box .pagerSwiper {
  width: fit-content;
}
.ins_solvedCon9 .center_box .top_box .pagerSwiper .btnSwi {
  border-width: 1px;
}
.ins_solvedCon9 .center_box .top_box .pagerSwiper .btnSwi i {
  color: #bbbbbb;
  font-size: var(--font28);
}
.ins_solvedCon9 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.ins_solvedCon9 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_solvedCon9 .center_box .swiper_box ul li .item {
  width: 100%;
  height: auto;
  cursor: pointer;
  background: #FFFFFF;
}
.ins_solvedCon9 .center_box .swiper_box ul li .item .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solvedCon9 .center_box .swiper_box ul li .item .img .pb {
  padding-bottom: 69%;
}
.ins_solvedCon9 .center_box .swiper_box ul li .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_solvedCon9 .center_box .swiper_box ul li .item .word {
  width: 100%;
  height: auto;
  padding: 0.34rem;
  padding-top: 0.7rem;
  position: relative;
  z-index: 2;
}
.ins_solvedCon9 .center_box .swiper_box ul li .item .word .icon {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0.34rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 0.1rem solid #f8f8f8;
}
.ins_solvedCon9 .center_box .swiper_box ul li .item .word .t1 {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.6;
  font-weight: 500;
  max-width: 80%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon9 .center_box .swiper_box ul li .item .word .t2 {
  width: 100%;
  height: calc(3em * 1.625);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.1rem;
  line-height: 1.625;
  color: var(--color_666);
}
.ins_solvedCon9 .center_box .swiper_box ul li .item .word .t3 {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  color: #999999;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solvedCon9 .center_box .swiper_box ul li .item:hover .img .pb .ab img {
  transform: scale(1.05);
}
.ins_solvedCon9 .center_box .swiper_box ul li .item:hover .word .t1 {
  color: var(--active_color2);
}
.ins_solvedCon10 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}
.ins_solvedCon10 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon10 .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solvedCon10 .center_box .top_box .pagerSwiper .btnSwi {
  width: 0.46rem;
  height: 0.46rem;
  border: 1px solid #cfcfcf;
}
.ins_solvedCon10 .center_box .top_box .pagerSwiper .btnSwi i {
  font-size: var(--font14);
  color: #000;
}
.ins_solvedCon10 .center_box .top_box .pagerSwiper .btnSwi:hover {
  border-color: var(--active_color2);
}
.ins_solvedCon10 .center_box .top_box .pagerSwiper .btnSwi:hover i {
  color: #FFFFFF;
}
.ins_solvedCon10 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.7rem;
}
.ins_solvedCon10 .center_box .swiper_box ul li {
  width: 32%;
  height: auto;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  border: 2px solid #f2f2f2;
  padding: 0.6rem 0.3rem;
  padding-bottom: 0.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.05rem;
  background: var(--active_color);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo .icon {
  width: 0.43rem;
  height: 0.43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo .word .t1 {
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo .word .t2 {
  margin-top: 0.3rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.875;
  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.3rem;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo .word .t2 p {
  position: relative;
  z-index: 1;
  padding-left: 0.14rem;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo .word .t2 p::after {
  content: '';
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  background: #c1c1c1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0.7em;
  left: 0;
  border-radius: 50%;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo:hover::after {
  height: 100%;
  border-radius: 0;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo:hover::before {
  background: #bdde95;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo:hover .icon img {
  filter: brightness(0) invert(1);
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo:hover .word .t1 {
  color: #FFFFFF;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo:hover .word .t2 {
  color: #FFFFFF;
}
.ins_solvedCon10 .center_box .swiper_box ul li .centerInfo:hover .word .t2 p::after {
  background: #FFFFFF;
}
.ins_solvedCon11 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_solvedCon11 .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_solvedCon11 .top_box .pagerSwiper {
  width: fit-content;
}
.ins_solvedCon11 .top_box .pagerSwiper .btnSwi {
  border-width: 1px;
}
.ins_solvedCon11 .top_box .pagerSwiper .btnSwi i {
  color: #000000;
  font-size: var(--font28);
}
.ins_solvedCon11 .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.5rem;
}
.ins_solvedCon11 .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_solvedCon11 .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_solvedCon11 .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_solvedCon11 .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 68%;
}
.ins_solvedCon11 .swiper_box ul li .centerInfo .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_solvedCon11 .swiper_box ul li .centerInfo .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_solvedCon11 .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
  padding: 0 0.25rem;
  color: #000000;
  font-size: var(--font18);
}
@keyframes grow7 {
  100% {
    transform: rotate(360deg);
  }
}
.ins_caseCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.96rem 0;
}
.ins_caseCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_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.9rem;
}
.ins_caseCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_caseCon1 .center_box .item_box .item .left_box {
  width: 62%;
  height: auto;
}
.ins_caseCon1 .center_box .item_box .item .left_box .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_caseCon1 .center_box .item_box .item .left_box .img img {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .item_box .item .left_box .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 2;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  top: 0;
  left: 0;
}
.ins_caseCon1 .center_box .item_box .item .right_box {
  width: 32%;
  padding-bottom: 0.65rem;
}
.ins_caseCon1 .center_box .item_box .item .right_box .word {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .item_box .item .right_box .word .t1 {
  font-weight: 600;
}
.ins_caseCon1 .center_box .item_box .item .right_box .word .icon {
  width: fit-content;
  height: auto;
  margin-top: 0.3rem;
  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;
  gap: 0.1rem;
}
.ins_caseCon1 .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;
}
.ins_caseCon1 .center_box .item_box .item:nth-child(2n) .word {
  text-align: end;
  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_caseCon1 .center_box .item_box .item:nth-child(2n) .left_box .img::after {
  left: unset;
  right: 0;
}
.ins_caseCon1 .center_box .item_box .item.active .left_box .img::after {
  width: 0%;
}
@media (max-width:990px) {
  .ins_caseCon1 .center_box .item_box .item {
    flex-direction: column !important;
  }
}
.ins_caseCon1 .center_box .downBox {
  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;
  margin-top: 1.2rem;
}
.ins_caseCon1 .center_box .downBox .icon {
  animation: grow7 5s cubic-bezier(1, 0.36, 0.08, 0.4) infinite;
}
.ins_caseCon1 .center_box .downBox .word {
  margin-top: 0.25rem;
  color: #999999;
}
.ins_caseCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 1.8rem;
}
.ins_caseCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon2 .center_box .ins_title {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_caseCon2 .center_box .list_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 4px;
  margin-top: 0.34rem;
}
.ins_caseCon2 .center_box .list_box .item {
  width: fit-content;
  padding: 0.1rem 0.28rem;
  line-height: 1;
  background: #f2f2f2;
  color: #999999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon2 .center_box .list_box .item:hover {
  color: var(--active_color2);
}
.ins_caseCon2 .center_box .list_box .item.active {
  background: var(--active_color2);
  color: #FFFFFF;
}
.ins_caseCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  gap: 0.5rem 0.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.45rem;
}
.ins_caseCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ins_caseCon2 .center_box .item_box .item .img {
  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;
  border-radius: 0.15rem;
  overflow: hidden;
}
.ins_caseCon2 .center_box .item_box .item .img .pb {
  padding-bottom: 68%;
}
.ins_caseCon2 .center_box .item_box .item .img .pb .ab img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon2 .center_box .item_box .item .img .icon {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  z-index: 6;
}
.ins_caseCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.2rem;
}
.ins_caseCon2 .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.03);
}
.ins_caseCon2 .center_box .downBox {
  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;
  margin-top: 1.2rem;
}
.ins_caseCon2 .center_box .downBox .icon {
  animation: grow7 5s cubic-bezier(1, 0.36, 0.08, 0.4) infinite;
}
.ins_caseCon2 .center_box .downBox .word {
  margin-top: 0.25rem;
  color: #999999;
}
@media (max-width:990px) {
  .ins_caseCon2 .center_box .list_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .ins_caseCon2 .center_box .list_box .item {
    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;
  }
  .ins_caseCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ins_serviceCon1 {
  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;
}
.ins_serviceCon1 .center_box {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
}
.ins_serviceCon1 .center_box .word {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .center_box .word .t1 {
  color: #ffffff;
}
.ins_serviceCon1 .center_box .word .t2 {
  margin-top: 0.2rem;
  color: #ffffff;
}
.ins_serviceCon1 .center_box .word .co000 {
  color: #000;
}
.ins_serviceCon1 .item_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 2rem;
  background: #00000080;
}
.ins_serviceCon1 .item_box .item {
  width: fit-content;
  height: 0.66rem;
  min-height: 40px;
  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;
  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_serviceCon1 .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceCon1 .item_box .item.active {
  color: var(--active_color2);
}
.ins_serviceCon1 .item_box .item.active::after {
  width: 100%;
}
.ins_serviceCon1 .item_box .item:hover {
  color: var(--active_color2);
}
.ins_serviceCon1 .item_box.gap50 {
  gap: 1rem;
}
.ins_serviceCon1 .img_w100 {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .img_w100 img {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .img_w100 img.wap {
  min-height: 500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_serviceCon1 .item_box {
    display: none;
  }
}
@keyframes grow8 {
  100% {
    transform: rotate(-360deg);
  }
}
.ins_serviceCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: url(../images/bg6.jpg) no-repeat;
  background-attachment: fixed;
  background-position: top left;
}
.ins_serviceCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon2 .center_box .ins_title {
  text-align: center;
}
.ins_serviceCon2 .center_box .content {
  width: 100%;
  height: 9.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 1.2rem;
}
.ins_serviceCon2 .center_box .content .icon_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox {
  width: 5.62rem;
  height: 5.62rem;
  position: absolute;
  border: 1px solid #d6d6d677;
  border-radius: 50%;
  animation: grow8 50s linear infinite;
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox .on {
  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;
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox .on img {
  width: 0.2rem;
  max-width: unset;
  max-height: unset;
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox .on.top {
  top: 0;
  left: 50%;
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox .on.right {
  top: 50%;
  right: 0%;
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox .on.right img {
  transform: rotate(90deg);
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox .on.bottom {
  top: 100%;
  left: 50%;
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox .on.bottom img {
  transform: rotate(180deg);
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox .on.left {
  top: 50%;
  right: 100%;
}
.ins_serviceCon2 .center_box .content .icon_box .lineBox .on.left img {
  transform: rotate(-90deg);
}
.ins_serviceCon2 .center_box .content .icon_box .img_box {
  width: 4.67rem;
  height: 4.67rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_serviceCon2 .center_box .content .icon_box .img_box .img {
  width: 3.66rem;
  height: 3.66rem;
  animation: grow7 50s linear infinite;
}
.ins_serviceCon2 .center_box .content .icon_box .img_box .img img {
  width: 100%;
  height: auto;
}
.ins_serviceCon2 .center_box .content .icon_box .img_box .word {
  position: absolute;
  width: 2rem;
  height: 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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: var(--font36);
  font-weight: 600;
  line-height: 1.2;
}
.ins_serviceCon2 .center_box .content .icon_box .img_box .word .ic {
  color: var(--active_color2);
}
.ins_serviceCon2 .center_box .content .item_box {
  width: 9.3rem;
  height: 9.3rem;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #d6d6d677;
}
.ins_serviceCon2 .center_box .content .item_box .item {
  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;
  position: absolute;
}
.ins_serviceCon2 .center_box .content .item_box .item .word_box {
  width: max-content;
  max-width: 3.5rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-0.8rem) translateX(-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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_serviceCon2 .center_box .content .item_box .item .word_box .icon {
  width: 1.58rem;
  height: 1.58rem;
  min-width: 100px;
  min-height: 100px;
  background: #FFF;
  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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: var(--font26);
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid #d6d6d677;
}
.ins_serviceCon2 .center_box .content .item_box .item .word_box .icon p:first-child {
  position: relative;
  z-index: 1;
  line-height: 1.48;
}
.ins_serviceCon2 .center_box .content .item_box .item .word_box .icon p:first-child::after {
  content: '';
  position: absolute;
  width: 0.21rem;
  height: 0.21rem;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-20%);
}
.ins_serviceCon2 .center_box .content .item_box .item .word_box .icon p:last-child {
  position: relative;
  z-index: 1;
  line-height: 1.48;
}
.ins_serviceCon2 .center_box .content .item_box .item .word_box .icon p:last-child::after {
  content: '';
  position: absolute;
  width: 0.21rem;
  height: 0.21rem;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-20%);
  opacity: 0;
}
.ins_serviceCon2 .center_box .content .item_box .item .word_box .word {
  text-align: center;
  font-size: var(--font18);
  margin-top: 0.2rem;
}
.ins_serviceCon2 .center_box .content .item_box .item.right .word_box .icon p:first-child::after {
  left: unset;
  right: -0.1rem;
}
.ins_serviceCon2 .center_box .content .item_box .item.bottom .word_box .icon p:last-child::after {
  left: unset;
  right: -0.1rem;
  opacity: 1;
}
.ins_serviceCon2 .center_box .content .item_box .item.bottom .word_box .icon p:first-child::after {
  opacity: 0;
}
.ins_serviceCon2 .center_box .content .item_box .item.left.bottom .word_box .icon p:last-child::after {
  right: unset;
  left: 0;
}
@media (max-width:990px) {
  .ins_serviceCon2 .center_box .content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_serviceCon2 .center_box .content .item_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .ins_serviceCon2 .center_box .content .item_box .item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: unset !important;
    left: unset !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background: #FFF;
    border: 1px solid #d6d6d677;
    border-radius: 0.16rem;
    padding: 0.4rem;
  }
  .ins_serviceCon2 .center_box .content .item_box .item .word_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    max-width: unset !important;
    transform: unset !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_serviceCon2 .center_box .content .item_box .item .word_box .icon {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0;
    border: 0;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-width: unset;
    min-height: unset;
    position: relative;
    z-index: 1;
  }
  .ins_serviceCon2 .center_box .content .item_box .item .word_box .icon::after {
    content: '';
    position: absolute;
    width: 0.21rem;
    height: 0.21rem;
    background: var(--active_color2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-20%);
  }
  .ins_serviceCon2 .center_box .content .item_box .item .word_box .icon p {
    width: auto;
    height: auto;
  }
  .ins_serviceCon2 .center_box .content .item_box .item .word_box .icon p::after {
    opacity: 0 !important;
  }
  .ins_serviceCon2 .center_box .content .item_box .item .word_box .word {
    text-align: left;
    margin-top: 0;
  }
}
.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 .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.15rem;
}
.ins_serviceCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  padding: 0.2rem;
}
.ins_serviceCon3 .center_box .item_box .item .top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  gap: 0.2rem;
}
.ins_serviceCon3 .center_box .item_box .item .top .word {
  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.2rem;
  color: #666666;
  font-size: var(--font18);
}
.ins_serviceCon3 .center_box .item_box .item .top .word i {
  font-style: unset;
  width: 0.32rem;
  height: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--active_color2);
  border-radius: 50%;
  color: #FFFFFF;
  min-width: 25px;
  min-height: 25px;
}
.ins_serviceCon3 .center_box .item_box .item .top .icon {
  width: 20px;
  height: 20px;
}
.ins_serviceCon3 .center_box .item_box .item .top .icon i {
  color: #000;
  font-size: var(--font12);
}
.ins_serviceCon3 .center_box .item_box .item .bot {
  width: 100%;
  height: auto;
  margin-top: 0.26rem;
  display: none;
}
.ins_serviceCon3 .center_box .item_box .item .bot .icon_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.2rem;
}
.ins_serviceCon3 .center_box .item_box .item .bot .icon {
  font-style: unset;
  width: 0.32rem;
  height: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--active_color);
  border-radius: 50%;
  color: #FFFFFF;
  min-width: 25px;
  min-height: 25px;
}
.ins_serviceCon3 .center_box .item_box .item .bot .word {
  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.2rem;
  color: #666666;
  line-height: 1.8;
  font-size: var(--font16);
}
.ins_serviceCon3 .center_box .layPager {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.ins_serviceCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.ins_serviceCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.7rem;
}
.ins_serviceCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ins_serviceCon4 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_serviceCon4 .center_box .item_box .item .img .pb {
  padding-bottom: 111%;
}
.ins_serviceCon4 .center_box .item_box .item .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_serviceCon4 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.2rem;
}
.ins_serviceCon4 .center_box .item_box .item .word .t1 {
  color: #222222;
}
.ins_serviceCon4 .center_box .item_box .item .word .more {
  width: 100%;
  height: auto;
  margin-top: 0.06rem;
  color: #999999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceCon4 .center_box .item_box .item:hover .word .more {
  color: var(--active_color2);
}
@media (max-width:990px) {
  .ins_serviceCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ins_serviceCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  background-image: url(../images/zz55.jpg);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_serviceCon5 .center_box {
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.ins_serviceCon5 .center_box .left_box {
  max-width: 45%;
  width: fit-content;
  height: auto;
}
.ins_serviceCon5 .center_box .left_box .t1 {
  font-weight: 600;
}
.ins_serviceCon5 .center_box .left_box .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.ins_serviceCon5 .center_box .left_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_serviceCon5 .center_box .right_box {
  max-width: 45%;
  width: fit-content;
  height: auto;
  text-align: end;
}
.ins_serviceCon5 .center_box .right_box .t2 {
  font-weight: 500;
  margin-top: 0.15rem;
}
@media (max-width:990px) {
  .ins_serviceCon5 .center_box .left_box {
    max-width: unset;
  }
  .ins_serviceCon5 .center_box .right_box {
    max-width: unset;
    text-align: left;
  }
}
.ins_casedCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-image: url(../images/zz56.jpg);
  background-color: #f5f5f5;
  background-size: cover;
  background-attachment: fixed;
}
.ins_casedCon1 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_casedCon1 .center_box .left_box {
  width: 36.5%;
  height: auto;
}
.ins_casedCon1 .center_box .left_box .t1 {
  font-weight: 600;
  color: var(--active_color2);
  line-height: 1.2;
}
.ins_casedCon1 .center_box .left_box .t2 {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.2rem;
}
.ins_casedCon1 .center_box .left_box .cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.ins_casedCon1 .center_box .left_box .cont .t3 {
  color: var(--active_color2);
}
.ins_casedCon1 .center_box .left_box .cont .t4 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  line-height: 1.875;
  color: #666666;
}
.ins_casedCon1 .center_box .left_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.ins_casedCon1 .center_box .left_box .idx_more .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  padding: 0 0.2rem;
}
.ins_casedCon1 .center_box .right_box {
  width: 48%;
  height: auto;
}
.ins_casedCon1 .center_box .right_box .swiper_box {
  width: 100%;
  height: auto;
}
.ins_casedCon1 .center_box .right_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_casedCon1 .center_box .right_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_casedCon1 .center_box .right_box .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_casedCon1 .center_box .right_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 76%;
}
.ins_casedCon1 .center_box .right_box .swiper_box ul li .centerInfo .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_casedCon1 .center_box .right_box .idxPageShow {
  width: 48%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding-bottom: 0.2rem;
}
.ins_casedCon1 .center_box .right_box .idxPageShow .swiper-pagination-bullet-active {
  background: #FFFFFF;
  border: 1px solid #FFF;
}
.ins_casedCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_casedCon2 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_casedCon2 .center_box .right_box {
  width: 43%;
  height: auto;
  padding-top: 0.3rem;
  padding-bottom: 1.2rem;
}
.ins_casedCon2 .center_box .right_box .t1 {
  font-weight: 600;
  line-height: 1.333;
}
.ins_casedCon2 .center_box .right_box .t1 p {
  width: fit-content;
}
.ins_casedCon2 .center_box .right_box .t1 p:last-child {
  position: relative;
  z-index: 1;
}
.ins_casedCon2 .center_box .right_box .t1 p:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.1rem;
  transform: translateY(-0.15em);
  z-index: -1;
  background: var(--active_color2);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_casedCon2 .center_box .right_box .t2 {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.2rem;
}
.ins_casedCon2 .center_box .right_box .cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.ins_casedCon2 .center_box .right_box .cont .t3 {
  color: var(--active_color2);
}
.ins_casedCon2 .center_box .right_box .cont .t4 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  line-height: 1.875;
  color: #666666;
}
.ins_casedCon2 .center_box .right_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.ins_casedCon2 .center_box .right_box .idx_more .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  padding: 0 0.2rem;
}
.ins_casedCon2 .center_box .left_box {
  width: 49.2%;
  height: auto;
}
.ins_casedCon2 .center_box .left_box .swiper_box {
  width: 100%;
  height: auto;
}
.ins_casedCon2 .center_box .left_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_casedCon2 .center_box .left_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_casedCon2 .center_box .left_box .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_casedCon2 .center_box .left_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 73%;
}
.ins_casedCon2 .center_box .left_box .swiper_box ul li .centerInfo .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_casedCon2 .center_box .idxPage {
  width: 43%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding-bottom: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
.ins_casedCon2 .center_box .idxPage .swiperBtn {
  background: #dedede;
  border: 0;
}
.ins_casedCon2 .center_box .idxPage .swiperBtn i {
  font-size: var(--font14);
  color: #000000;
}
.ins_casedCon2 .center_box .idxPage .swiperBtn:hover i {
  color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_casedCon2 .center_box .idxPage {
    display: none;
  }
  .ins_casedCon2 .center_box .swiper_box ul li .centerInfo .right_box {
    padding-bottom: 0;
  }
}
.ins_casedCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 2.1rem;
  padding-bottom: 1.8rem;
  background-image: url(../images/zz59.jpg);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_casedCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_casedCon3 .center_box .t1 {
  font-weight: 600;
}
.ins_casedCon3 .center_box .t2 {
  font-weight: 500;
  font-style: italic;
  margin-top: 0.45rem;
}
.ins_casedCon3 .center_box .t2 span {
  display: contents;
  color: var(--active_color2);
}
.ins_casedCon3 .center_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.ins_aboutCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 0.5rem;
  background-image: url(../images/bg7.jpg);
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_aboutCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .center_box .ins_tBox {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.75rem;
}
.ins_aboutCon1 .center_box .ins_tBox .left_box {
  width: fit-content;
  max-width: 35%;
}
.ins_aboutCon1 .center_box .ins_tBox .left_box .t1 {
  line-height: 1.3;
  font-weight: 600;
}
.ins_aboutCon1 .center_box .ins_tBox .left_box .t1 span {
  display: contents;
  color: var(--active_color2);
}
.ins_aboutCon1 .center_box .ins_tBox .left_box .videoBox {
  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.1rem;
  margin-top: 0.45rem;
}
.ins_aboutCon1 .center_box .ins_tBox .left_box .videoBox span {
  color: #999999;
}
.ins_aboutCon1 .center_box .ins_tBox .right_box {
  width: 51%;
  line-height: 2.25;
  color: #666666;
}
.ins_aboutCon1 .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;
  margin-top: 0.9rem;
  position: relative;
  z-index: 1;
}
.ins_aboutCon1 .center_box .content .title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
.ins_aboutCon1 .center_box .content .graphic_box {
  width: 9.15rem;
  height: 9.15rem;
  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_aboutCon1 .center_box .content .graphic_box .icon_box {
  width: 5.8rem;
  height: 5.8rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon1 .center_box .content .graphic_box .icon_box .img {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 50%;
}
.ins_aboutCon1 .center_box .content .graphic_box .icon_box .img img {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .center_box .content .graphic_box .icon_box .list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.ins_aboutCon1 .center_box .content .graphic_box .icon_box .list .one {
  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;
  position: absolute;
}
.ins_aboutCon1 .center_box .content .graphic_box .icon_box .list .one span {
  position: absolute;
  width: max-content;
  color: #FFFFFF;
  font-size: var(--font32);
  transform: var(--deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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.2rem;
  cursor: pointer;
}
.ins_aboutCon1 .center_box .content .graphic_box .icon_box .word_box {
  width: 2.88rem;
  height: 2.88rem;
  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;
  text-align: center;
}
.ins_aboutCon1 .center_box .content .graphic_box .icon_box .word_box .icon {
  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;
  animation: run 100s linear infinite;
}
.ins_aboutCon1 .center_box .content .graphic_box .icon_box .word_box .word {
  width: 80%;
  height: 80%;
  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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  line-height: 1.33;
}
.ins_aboutCon1 .center_box .content .graphic_box .icon_box .word_box .word span {
  color: var(--active_color2);
}
.ins_aboutCon1 .center_box .content .graphic_box .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_aboutCon1 .center_box .content .graphic_box .item_box .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon1 .center_box .content .graphic_box .item_box .item.active {
  opacity: 1;
}
@media (max-width:990px) {
  .ins_aboutCon1 .center_box .ins_tBox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_aboutCon1 .center_box .ins_tBox .left_box {
    max-width: 100%;
  }
  .ins_aboutCon1 .center_box .ins_tBox .right_box {
    line-height: 1.8;
  }
  .ins_aboutCon1 .center_box .content {
    -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_aboutCon1 .center_box .content .title {
    position: relative;
    z-index: 1;
  }
  .ins_aboutCon1 .center_box .content .graphic_box {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon1 .center_box .content .graphic_box .icon_box .word_box {
    text-align: center;
  }
  .ins_aboutCon1 .center_box .content .graphic_box .item_box {
    display: none;
  }
}
.ins_aboutCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_aboutCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .ins_tBox {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.75rem;
}
.ins_aboutCon2 .center_box .ins_tBox .left_box {
  width: fit-content;
  max-width: 35%;
}
.ins_aboutCon2 .center_box .ins_tBox .left_box .t1 {
  line-height: 1.3;
  font-weight: 600;
}
.ins_aboutCon2 .center_box .ins_tBox .left_box .t1 span {
  display: contents;
  color: var(--active_color2);
}
.ins_aboutCon2 .center_box .ins_tBox .left_box .videoBox {
  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.1rem;
  margin-top: 0.45rem;
}
.ins_aboutCon2 .center_box .ins_tBox .left_box .videoBox span {
  color: #999999;
}
.ins_aboutCon2 .center_box .ins_tBox .right_box {
  width: 47%;
  line-height: 2.25;
  color: #666666;
}
.ins_aboutCon2 .center_box .img {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
@media (max-width:990px) {
  .ins_aboutCon2 .center_box .ins_tBox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_aboutCon2 .center_box .ins_tBox .left_box {
    max-width: 100%;
  }
  .ins_aboutCon2 .center_box .ins_tBox .right_box {
    line-height: 1.8;
  }
}
.ins_aboutCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  padding-bottom: 0.6rem;
  background-image: url(../images/bg8.jpg);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_aboutCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .ins_tBox {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutCon3 .center_box .ins_tBox .left_box {
  width: fit-content;
  max-width: 35%;
}
.ins_aboutCon3 .center_box .ins_tBox .left_box .t1 {
  line-height: 1.3;
  font-weight: 600;
}
.ins_aboutCon3 .center_box .ins_tBox .left_box .t1 span {
  display: contents;
  color: var(--active_color2);
}
.ins_aboutCon3 .center_box .ins_tBox .right_box {
  width: 47%;
  line-height: 2.25;
  color: #666666;
}
.ins_aboutCon3 .center_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 94%;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.ins_aboutCon3 .center_box .swiper_info .btnSwi {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 38px;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
}
.ins_aboutCon3 .center_box .swiper_info .btnSwi.next {
  left: calc(100% + 0.5rem);
}
.ins_aboutCon3 .center_box .swiper_info .btnSwi.prev {
  right: calc(100% + 0.5rem);
}
.ins_aboutCon3 .center_box .swiper_info .btnSwi i {
  color: #cfcfcf;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font22);
}
.ins_aboutCon3 .center_box .swiper_info .btnSwi:hover {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.ins_aboutCon3 .center_box .swiper_info .btnSwi:hover i {
  color: #FFFFFF !important;
}
.ins_aboutCon3 .center_box .idxPageShow {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_aboutCon3 .center_box .idxPageShow span {
  background: #dedede;
  border: 1px solid #dedede;
}
.ins_aboutCon3 .center_box .idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
@media (max-width:990px) {
  .ins_aboutCon3 .center_box .ins_tBox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_aboutCon3 .center_box .ins_tBox .left_box {
    max-width: 100%;
  }
  .ins_aboutCon3 .center_box .ins_tBox .right_box {
    line-height: 1.8;
  }
}
@keyframes grow9 {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.ins_aboutCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_aboutCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .ins_title {
  font-weight: 600;
}
.ins_aboutCon4 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.ins_aboutCon4 .center_box .content .left_box {
  width: 73.61%;
}
.ins_aboutCon4 .center_box .content .left_box .images {
  width: fit-content;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon4 .center_box .content .left_box .images .img {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .content .left_box .images .img img {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item {
  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;
  position: absolute;
  cursor: pointer;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item::after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 0.1rem;
  height: 0.1rem;
  background: #b1b1b1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item i {
  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;
  position: relative;
  z-index: 1;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item i::after {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background: #b1b1b1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.2;
  animation: grow9 var(--t1) linear infinite;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item i::before {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background: #b1b1b1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.2;
  animation: grow9 var(--t2) linear infinite;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item span {
  position: absolute;
  width: max-content;
  font-size: var(--font14);
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item.top span {
  bottom: 0.1rem;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item.bot span {
  top: 0.1rem;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item.rig span {
  left: 0.1rem;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item.lef span {
  right: 0.1rem;
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item.active::after {
  background: var(--active_color2);
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item.active span {
  color: var(--active_color2);
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item.active i::after {
  background: var(--active_color2);
}
.ins_aboutCon4 .center_box .content .left_box .images .item_box .item.active i::before {
  background: var(--active_color2);
}
.ins_aboutCon4 .center_box .content .right_box {
  width: 26.39%;
  padding-left: 0.8rem;
  border-left: 1px solid #efefef;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .img_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .img_box .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .img_box .img .pb {
  padding-bottom: 70%;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .img_box .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .img_box .woB {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.1rem 0.14rem;
  background: linear-gradient(90deg, #5050cf, #f0f0fb 80%);
  font-size: var(--font16);
  line-height: 1.23;
  color: #FFFFFF;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .list {
  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.6rem;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .list .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #efefef;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .list .one .ic {
  font-size: var(--font16);
  color: #666666;
  line-height: 2;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .list .one .on {
  color: #0000b9;
  font-family: "Rubik";
  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;
  gap: 0.1rem;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .list .one .on span {
  font-size: var(--font60);
  line-height: 1;
}
.ins_aboutCon4 .center_box .content .right_box .swiper_box ul li .centerInfo .list .one .on i {
  font-style: unset;
  line-height: 2.5;
  display: block;
  font-size: var(--font16);
}
@media (max-width:990px) {
  .ins_aboutCon4 .center_box .content .right_box {
    padding-left: 0;
    border: 0;
  }
}
.ins_aboutCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-image: url(../images/bg9.jpg);
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_aboutCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon5 .center_box .ins_title .t1 {
  font-weight: 600;
}
.ins_aboutCon5 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.7rem;
}
.ins_aboutCon5 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding-left: 0.27rem;
  position: relative;
  z-index: 1;
  font-size: var(--font36);
}
.ins_aboutCon5 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 0.7em;
  border-radius: 50%;
}
.ins_aboutCon5 .center_box .item_box .item .icon {
  font-weight: 600;
  color: var(--active_color2);
}
.ins_aboutCon5 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.ins_aboutCon5 .center_box .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.7rem;
  margin-top: 0.9rem;
}
.ins_aboutCon5 .center_box .list .one {
  width: fit-content;
}
.ins_aboutCon5 .center_box .list .one .icon {
  width: 0.56rem;
  height: 0.56rem;
}
.ins_aboutCon5 .center_box .list .one .word {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.ins_aboutCon5 .center_box .list .one .word .t1 {
  font-weight: 600;
}
.ins_aboutCon5 .center_box .list .one .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.ins_aboutCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-image: url(../images/bg10.jpg);
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_aboutCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon6 .center_box .ins_title .t1 {
  font-weight: 600;
}
.ins_aboutCon6 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.9rem;
  position: relative;
  z-index: 1;
}
.ins_aboutCon6 .center_box .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 1px;
  background: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.15;
}
.ins_aboutCon6 .center_box .item_box .item {
  font-size: var(--font16);
  color: #00000099;
  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;
  padding-bottom: 0.23rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon6 .center_box .item_box .item i {
  position: absolute;
  bottom: 0;
  width: 0.08rem;
  height: 0.08rem;
  background: #b1b1b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(50%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon6 .center_box .item_box .item i::after {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  opacity: 0.1;
}
.ins_aboutCon6 .center_box .item_box .item:hover {
  color: var(--active_color2);
}
.ins_aboutCon6 .center_box .item_box .item.active {
  color: var(--active_color2);
}
.ins_aboutCon6 .center_box .item_box .item.active i {
  background: var(--active_color2);
}
.ins_aboutCon6 .center_box .item_box .item.active i::after {
  background: var(--active_color2);
  opacity: 0.3;
}
.ins_aboutCon6 .center_box .swiper_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;
  gap: 0.5rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 1rem;
}
.ins_aboutCon6 .center_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_aboutCon6 .center_box .swiper_info .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_aboutCon6 .center_box .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_aboutCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .number {
  font-size: 2rem;
  line-height: 1;
  background-image: linear-gradient(180deg, #b6d88e, #ffffff00 75%, #ffffff00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-family: "Gilroy";
  font-weight: 600;
}
.ins_aboutCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word {
  font-size: var(--font16);
  line-height: 2.25;
  text-align: center;
  margin-top: -0.5rem;
}
.ins_aboutCon6 .center_box .swiper_info .btnSwi {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 38px;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  background: #FFFFFF;
  transform: translateY(-0.3rem);
}
.ins_aboutCon6 .center_box .swiper_info .btnSwi i {
  color: #808080;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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_aboutCon6 .center_box .swiper_info .btnSwi:hover {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.ins_aboutCon6 .center_box .swiper_info .btnSwi:hover i {
  color: #FFFFFF !important;
}
@media (max-width:990px) {
  .ins_aboutCon6 .center_box .item_box {
    width: 100%;
    height: auto;
    overflow: auto;
    gap: 0.3rem;
    padding-bottom: 0.3rem;
    display: none;
  }
  .ins_aboutCon6 .center_box .item_box .item {
    width: max-content;
    word-spacing: normal;
    font-size: var(--font18);
  }
  .ins_aboutCon6 .center_box .swiper_info {
    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;
    padding-bottom: 1.2rem;
  }
  .ins_aboutCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .number {
    font-size: 1.3rem;
    text-align: left;
  }
  .ins_aboutCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word {
    text-align: left;
    line-height: 1.8;
    margin-top: 0;
  }
  .ins_aboutCon6 .center_box .swiper_info .btnSwi {
    bottom: 0;
    transform: translateY(0);
    position: absolute;
  }
  .ins_aboutCon6 .center_box .swiper_info .btnSwi.next {
    transform: translateX(100%);
  }
  .ins_aboutCon6 .center_box .swiper_info .btnSwi.prev {
    transform: translateX(-100%);
  }
}
.ins_aboutCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_aboutCon7 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon7 .center_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutCon7 .center_box .top_box .ins_title .t1 {
  font-weight: 600;
}
.ins_aboutCon7 .center_box .top_box .item_box {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.13rem;
}
.ins_aboutCon7 .center_box .top_box .item_box .item {
  padding: 0 0.37rem;
  width: auto;
  height: 0.47rem;
  min-height: 35px;
  background: #f3f3f3;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_aboutCon7 .center_box .top_box .item_box .item:hover {
  color: var(--active_color2);
}
.ins_aboutCon7 .center_box .top_box .item_box .item.active {
  background: var(--active_color2);
  color: #FFFFFF;
}
.ins_aboutCon7 .center_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem 0.6rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .list .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .list .one .img {
  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_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .list .one .img img {
  width: 150%;
  max-width: unset;
  max-height: unset;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .list .one .word {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0.3rem;
  text-align: center;
  font-size: var(--font18);
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .swiper-slide-active .list {
  opacity: 1;
  pointer-events: initial;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li.swiper-slide-active .centerInfo {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width:990px) {
  .ins_aboutCon7 .center_box .top_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
  }
  .ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .swiper-slide-active .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ins_aboutCon8 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-image: url(../images/bg11.jpg);
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_aboutCon8 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon8 .center_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutCon8 .center_box .top_box .ins_title .t1 {
  font-weight: 600;
}
.ins_aboutCon8 .center_box .top_box .idx_more {
  width: fit-content;
}
.ins_aboutCon8 .center_box .top_box .idx_more .more {
  padding: 0 0.25rem;
  line-height: 1;
}
.ins_aboutCon8 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  margin-top: 0.55rem;
}
.ins_aboutCon8 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.ins_aboutCon8 .center_box .item_box .item .pb {
  padding-bottom: 59%;
}
@media (max-width:990px) {
  .ins_aboutCon8 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:990px) {
  .idx_case .box_info .left_box .pager_box {
    display: none;
  }
  .ins_aboutCon1 .center_box .ins_tBox .right_box {
    line-height: 1.8;
  }
}
.ins_contactCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.6rem;
  padding-bottom: 1.3rem;
  background-image: url(../images/bg12.jpg);
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_contactCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon1 .center_box .left_box {
  width: 42%;
}
.ins_contactCon1 .center_box .left_box .word_box {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
.ins_contactCon1 .center_box .left_box .word_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contactCon1 .center_box .left_box .word_box .t1 {
  font-weight: 600;
}
.ins_contactCon1 .center_box .left_box .word_box .t2 {
  font-weight: 600;
  margin-top: 0.1rem;
}
.ins_contactCon1 .center_box .left_box .word_box .t3 {
  color: #999999;
  margin-top: 0.25rem;
}
.ins_contactCon1 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.65rem;
  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.6rem;
}
.ins_contactCon1 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.25rem;
}
.ins_contactCon1 .center_box .left_box .item_box .item .icon {
  width: 0.62rem;
  height: 0.62rem;
  flex-shrink: 0;
}
.ins_contactCon1 .center_box .left_box .item_box .item .word {
  width: fit-content;
}
.ins_contactCon1 .center_box .left_box .item_box .item .word .title {
  color: #999999;
  font-size: var(--font16);
}
.ins_contactCon1 .center_box .left_box .item_box .item .word .one {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  line-height: 2;
  font-size: var(--font18);
}
.ins_contactCon1 .center_box .left_box .item_box .item .word .one span {
  font-size: var(--font26);
  padding-right: 0.2rem;
}
.ins_contactCon1 .center_box .left_box .item_box .item .word .one span:last-child {
  padding: 0;
}
.ins_contactCon1 .center_box .right_box {
  width: 52%;
  background: #FFFFFF;
  padding: 0.5rem;
  border-radius: 0.3rem;
  padding-bottom: 0.6rem;
}
.ins_contactCon1 .center_box .right_box .t1 {
  font-weight: 600;
}
.ins_contactCon1 .center_box .right_box .t2 {
  color: #999999;
  margin-top: 0.1rem;
}
.ins_contactCon1 .center_box .right_box .content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.ins_contactCon1 .center_box .right_box .content .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.2rem;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item {
  width: 100%;
  height: 0.54rem;
  min-height: 40px;
  background: #FFFFFF;
  border: 1px solid #e4e4e4;
  border-radius: 100px;
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font14);
  gap: 0.05rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item span {
  flex-shrink: 0;
  color: #999999;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item img {
  flex-shrink: 0;
  max-width: 1.17rem;
  max-height: 0.63rem;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item input,
.ins_contactCon1 .center_box .right_box .content .item_box .item select {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item button {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: var(--font16);
  cursor: pointer;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item.button {
  background: var(--active_color2);
  border-color: var(--active_color2);
  cursor: pointer;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item .layui-form-select {
  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;
  font-weight: 500;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item .layui-select-title {
  width: 100%;
  height: 100%;
  box-shadow: unset !important;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item .layui-input:focus,
.ins_contactCon1 .center_box .right_box .content .item_box .item .layui-textarea:focus {
  border: unset !important;
  box-shadow: unset !important;
}
.ins_contactCon1 .center_box .right_box .content .item_box .item .layui-form-select dl {
  top: 100%;
}
.ins_contactCon1 .center_box .right_box .content .layraBox {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.ins_contactCon1 .center_box .right_box .content .layraBox span,
.ins_contactCon1 .center_box .right_box .content .layraBox a {
  display: inline !important;
}
.ins_contactCon1 .center_box .right_box .content .layraBox span {
  color: #999999;
}
.ins_contactCon1 .center_box .right_box .content .layraBox a {
  color: #000;
  text-decoration: underline;
}
.ins_contactCon1 .center_box .right_box .content .layraBox .layui-form-radio:hover > *,
.ins_contactCon1 .center_box .right_box .content .layraBox .layui-form-radioed,
.ins_contactCon1 .center_box .right_box .content .layraBox .layui-form-radioed > i {
  color: var(--active_color);
}
.ins_contactCon1 .center_box .right_box .content .layraBox .layui-form-radio > * {
  display: contents;
}
@media (max-width:990px) {
  .ins_contactCon1 .center_box .right_box .content {
    max-width: 100%;
  }
  .ins_contactCon1 .center_box .right_box .content .item {
    width: 100%;
    height: auto;
  }
}
.top_jion {
  width: 100%;
  height: auto;
}
.top_jion .left_box {
  width: 30%;
}
.top_jion .left_box .title {
  width: fit-content;
  height: auto;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.top_jion .left_box .title span {
  color: var(--active_color2);
}
.top_jion .left_box .title .img {
  position: absolute;
  width: 1.55rem;
  top: 0;
  left: 0;
  transform: translateX(80%) translateY(-50%);
}
.top_jion .right_box {
  width: 38%;
}
.top_jion .right_box .t1 {
  line-height: 1.85;
}
.top_jion .right_box .t1 span {
  color: var(--active_color2);
}
.ins_joinCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.4rem;
  padding-bottom: 0.8rem;
}
.ins_joinCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon1 .center_box .content {
  width: 100%;
  height: 5.5rem;
  margin-top: 0.7rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background-image: url(../images/zz83.jpg);
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_joinCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_joinCon2 .center_box {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.8rem 0;
}
.ins_joinCon2 .center_box .top_jion .right_box {
  width: 44%;
}
.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 .top_jion .left_box {
  width: 100%;
}
.ins_joinCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.22rem;
  margin-top: 0.57rem;
}
.ins_joinCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0 0.8rem;
  padding-top: 1.1rem;
  padding-bottom: 1.4rem;
  position: relative;
  z-index: 1;
  border: 1px solid #ebebeb;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_joinCon3 .center_box .item_box .item .icon {
  width: 0.62rem;
  height: 0.62rem;
}
.ins_joinCon3 .center_box .item_box .item .icon img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_joinCon3 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.ins_joinCon3 .center_box .item_box .item .word .t1 {
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_joinCon3 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  color: #999999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_joinCon3 .center_box .item_box .item .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.ins_joinCon3 .center_box .item_box .item .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_joinCon3 .center_box .item_box .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.ins_joinCon3 .center_box .item_box .item:hover .word {
  color: #FFFFFF;
}
.ins_joinCon3 .center_box .item_box .item:hover .word .t2 {
  color: #FFFFFF;
}
.ins_joinCon3 .center_box .item_box .item:hover .img_bg {
  opacity: 1;
}
@media (max-width:990px) {
  .ins_joinCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_joinCon3 .center_box .item_box .item {
    padding: 0.6rem 0.4rem;
  }
}
.ins_joinCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.6rem;
  padding-bottom: 1.3rem;
  background-image: url(../images/zz85.jpg);
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_joinCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon4 .center_box .title {
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.25;
}
.ins_joinCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 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_joinCon4 .center_box .item_box .item {
  color: #FFFFFF;
  width: 25%;
}
.ins_joinCon4 .center_box .item_box .item .icon {
  width: 0.52rem;
  height: 0.52rem;
}
.ins_joinCon4 .center_box .item_box .item .t1 {
  font-weight: 600;
  margin-top: 0.3rem;
}
.ins_joinCon4 .center_box .item_box .item .t2 {
  margin-top: 0.25rem;
  line-height: 1.8;
}
@media (max-width:990px) {
  .ins_joinCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
    margin-top: 2rem;
  }
  .ins_joinCon4 .center_box .item_box .item {
    width: 100%;
    height: auto;
  }
  .ins_joinCon4 .center_box .item_box .item .icon {
    position: absolute;
    left: 0;
  }
  .ins_joinCon4 .center_box .item_box .item .t1 {
    padding-left: 1rem;
    margin-top: 0;
  }
}
.ins_joinCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
}
.ins_joinCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon5 .center_box .ins_title .t1 {
  font-weight: 600;
}
.ins_joinCon5 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 0.7rem;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.ins_joinCon5 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_joinCon5 .center_box .item_box .item.grid2 {
  grid-row: span 2;
}
.ins_joinCon5 .center_box .item_box .item 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_joinCon5 .center_box .item_box .item:hover img {
  transform: scale(1.04);
}
.ins_joinCon5 .center_box .item_box.active {
  gap: 0.25rem;
}
@media (max-width:990px) {
  .ins_joinCon5 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ins_joinCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
  background: #f7f8f6;
}
.ins_joinCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon6 .center_box .ins_title .t1 {
  font-weight: 600;
}
.ins_joinCon6 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.ins_joinCon6 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.15rem;
  overflow: hidden;
}
.ins_joinCon6 .center_box .item_box .item .left_box {
  width: 50%;
  padding: 0.8rem 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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.5rem;
}
.ins_joinCon6 .center_box .item_box .item .left_box .word {
  width: 100%;
  height: auto;
}
.ins_joinCon6 .center_box .item_box .item .left_box .word .t1 {
  color: var(--color1);
  font-weight: 600;
}
.ins_joinCon6 .center_box .item_box .item .left_box .word .t2 {
  margin-top: 0.2rem;
  color: #222222;
}
.ins_joinCon6 .center_box .item_box .item .right_box {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.ins_joinCon6 .center_box .item_box .item .right_box .img {
  width: 100%;
  height: 100%;
}
.ins_joinCon6 .center_box .item_box .item .right_box .img 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_joinCon6 .center_box .item_box .item:hover .right_box .img img {
  transform: scale(1.03);
}
@media (max-width:990px) {
  .ins_joinCon6 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_joinCon6 .center_box .item_box .item .left_box {
    padding: 0.5rem 0.4rem;
    padding-bottom: 0rem;
  }
  .ins_joinCon6 .center_box .item_box .item .right_box .img {
    height: 200px;
    overflow: hidden;
  }
}
.ins_solvedCon12 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}
.ins_solvedCon12 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon12 .center_box .ins_title .t2 {
  margin-top: 0.15rem;
}
.ins_solvedCon12 .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solvedCon12 .center_box .top_box .pagerSwiper .btnSwi {
  width: 0.46rem;
  height: 0.46rem;
  border: 1px solid #cfcfcf;
}
.ins_solvedCon12 .center_box .top_box .pagerSwiper .btnSwi i {
  font-size: var(--font14);
  color: #000;
}
.ins_solvedCon12 .center_box .top_box .pagerSwiper .btnSwi:hover {
  border-color: var(--active_color2);
}
.ins_solvedCon12 .center_box .top_box .pagerSwiper .btnSwi:hover i {
  color: #FFFFFF;
}
.ins_solvedCon12 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.7rem;
}
.ins_solvedCon12 .center_box .swiper_box ul li {
  width: 32%;
  height: auto;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  border: 2px solid #f2f2f2;
  padding: 0.4rem 0.3rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.05rem;
  background: var(--active_color);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo .word .t1 {
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo .word .t2 {
  margin-top: 0.3rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.05rem;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo .word .t2 p {
  position: relative;
  z-index: 1;
  padding-left: 0.14rem;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo .word .t2 p::after {
  content: '';
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  background: #c1c1c1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0.7em;
  left: 0;
  border-radius: 50%;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 46%;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo .img .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo:hover::after {
  height: 100%;
  border-radius: 0;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo:hover::before {
  background: #bdde95;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo:hover .icon img {
  filter: brightness(0) invert(1);
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo:hover .word .t1 {
  color: #FFFFFF;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo:hover .word .t2 {
  color: #FFFFFF;
}
.ins_solvedCon12 .center_box .swiper_box ul li .centerInfo:hover .word .t2 p::after {
  background: #FFFFFF;
}
.ins_solvedCon13 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}
.ins_solvedCon13 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon13 .center_box .ins_title .t2 {
  margin-top: 0.15rem;
}
.ins_solvedCon13 .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solvedCon13 .center_box .top_box .pagerSwiper .btnSwi {
  width: 0.46rem;
  height: 0.46rem;
  border: 1px solid #cfcfcf;
}
.ins_solvedCon13 .center_box .top_box .pagerSwiper .btnSwi i {
  font-size: var(--font14);
  color: #000;
}
.ins_solvedCon13 .center_box .top_box .pagerSwiper .btnSwi:hover {
  border-color: var(--active_color2);
}
.ins_solvedCon13 .center_box .top_box .pagerSwiper .btnSwi:hover i {
  color: #FFFFFF;
}
.ins_solvedCon13 .center_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_solvedCon13 .center_box .swiper_info .item_box {
  width: fit-content;
  height: auto;
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 0.5rem;
}
.ins_solvedCon13 .center_box .swiper_info .item_box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}
.ins_solvedCon13 .center_box .swiper_info .item_box .item {
  padding: 0.2rem 0.5rem;
  font-size: var(--font16);
  color: #FFFFFF;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon13 .center_box .swiper_info .item_box .item::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: var(--active_color2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
}
.ins_solvedCon13 .center_box .swiper_info .item_box .item.active {
  color: var(--active_color2);
}
.ins_solvedCon13 .center_box .swiper_info .item_box .item.active::after {
  width: 100%;
}
.ins_solvedCon13 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.7rem;
}
.ins_solvedCon13 .center_box .swiper_box ul li {
  width: 32%;
  height: auto;
  background: #EEEEEE;
}
.ins_solvedCon13 .center_box .swiper_box ul li .img_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon13 .center_box .swiper_box ul li .img_box::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #00000000 10%, #0000008a 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_solvedCon13 .center_box .swiper_box ul li .img_box img {
  width: 100%;
  height: auto;
}
.ins_solvedCon13 .center_box .swiper_box ul li.swiper-slide-active .img_box {
  opacity: 1;
}
.ins_solvedCon14 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #faf6f7;
}
.ins_solvedCon14 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon14 .center_box .ins_title {
  width: 100%;
  height: auto;
}
.ins_solvedCon14 .center_box .ins_title .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
@media (max-width:990px) {
  .ins_solvedCon14 .center_box .ins_title {
    max-width: 100%;
  }
}
.ins_solvedCon14 .img {
  width: 100%;
  height: calc(100vh - var(--header-height));
  margin-top: 0.5rem;
}
.ins_solvedCon14 .img img,
.ins_solvedCon14 .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solvedCon16 {
  width: 100%;
  height: auto;
}
.ins_solvedCon16 .center_box .swiper_box ul li .item .word {
  padding-top: 0.34rem;
}
.ins_aboutCon9 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_aboutCon9 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon9 .center_box .ins_tBox {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.75rem;
}
.ins_aboutCon9 .center_box .ins_tBox .left_box {
  width: fit-content;
  max-width: 35%;
}
.ins_aboutCon9 .center_box .ins_tBox .left_box .t1 {
  line-height: 1.3;
  font-weight: 600;
}
.ins_aboutCon9 .center_box .ins_tBox .left_box .t1 span {
  display: contents;
  color: var(--active_color2);
}
.ins_aboutCon9 .center_box .ins_tBox .left_box .videoBox {
  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.1rem;
  margin-top: 0.45rem;
}
.ins_aboutCon9 .center_box .ins_tBox .left_box .videoBox span {
  color: #999999;
}
.ins_aboutCon9 .center_box .ins_tBox .right_box {
  width: 47%;
  line-height: 2.25;
  color: #666666;
}
.ins_aboutCon9 .center_box .img0 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ins_aboutCon9 .center_box .img_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.56rem;
}
.ins_aboutCon9 .center_box .img_box .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  --delay1: 0s;
  --delay2: 0s;
  --delay3: 0s;
}
.ins_aboutCon9 .center_box .img_box .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;
  cursor: pointer;
  --opacity: 0;
  --tY: translateY(0.5rem);
}
.ins_aboutCon9 .center_box .img_box .item_box .item .svg_box {
  width: max-content;
  height: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .svg_b {
  position: relative;
  z-index: 1;
}
.ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .svg_b::after {
  content: '';
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: #FFF;
  border-radius: 50%;
  border: 1px solid var(--active_color2);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: var(--opacity);
}
.ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .svg_b::before {
  content: '';
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: #FFF;
  border-radius: 50%;
  border: 1px solid var(--active_color2);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: var(--opacity);
  transition-delay: var(--delay2);
}
.ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .svg_b svg .line {
  stroke-dasharray: var(--stroke);
  stroke-dashoffset: var(--stroke);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: var(--delay1);
}
.ins_aboutCon9 .center_box .img_box .item_box .item .icon {
  width: fit-content;
  height: auto;
  position: absolute;
  opacity: var(--opacity);
  transform: var(--tY);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: var(--delay3);
}
.ins_aboutCon9 .center_box .img_box .item_box .item .icon .svg_c {
  position: relative;
  z-index: 1;
  min-width: 100px;
  min-height: 100px;
}
.ins_aboutCon9 .center_box .img_box .item_box .item .icon .svg_c .line_box {
  position: relative;
  z-index: 2;
}
.ins_aboutCon9 .center_box .img_box .item_box .item .icon .svg_c .line_box .line {
  stroke-dasharray: 462;
  stroke-dashoffset: 462;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ins_aboutCon9 .center_box .img_box .item_box .item .icon .svg_c .bg_line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ins_aboutCon9 .center_box .img_box .item_box .item .icon .word {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.ins_aboutCon9 .center_box .img_box .item_box .item .icon .word .ic {
  width: 0.3rem;
  height: 0.3rem;
  min-width: 20px;
  min-height: 20px;
}
.ins_aboutCon9 .center_box .img_box .item_box .item .icon .word .t1 {
  margin-top: 0.1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon9 .center_box .img_box .item_box .item .icon:hover .svg_c .line_box .line {
  stroke-dashoffset: 0;
}
.ins_aboutCon9 .center_box .img_box .item_box .item.active {
  --opacity: 1;
  --tY: translateY(0);
  --delay1: 1s;
  --delay2: 2s;
  --delay3: 2.5s;
}
.ins_aboutCon9 .center_box .img_box .item_box .item.active .svg_box .svg_b svg .line {
  stroke-dashoffset: 0;
}
.ins_aboutCon9 .center_box .img_box .item_box .item1 .svg_box {
  right: 0;
  bottom: 0;
}
.ins_aboutCon9 .center_box .img_box .item_box .item1 .svg_box .svg_b::before {
  top: 0;
  right: 100%;
  transform: translateY(-40%) translateX(20%);
}
.ins_aboutCon9 .center_box .img_box .item_box .item1 .svg_box .svg_b::after {
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
.ins_aboutCon9 .center_box .img_box .item_box .item2 .svg_box {
  right: 0;
  top: 0;
}
.ins_aboutCon9 .center_box .img_box .item_box .item2 .svg_box .svg_b::before {
  bottom: 16%;
  left: 7%;
}
.ins_aboutCon9 .center_box .img_box .item_box .item2 .svg_box .svg_b::after {
  top: 0;
  right: 0;
  transform: translateY(-40%);
}
.ins_aboutCon9 .center_box .img_box .item_box .item3 .svg_box {
  left: 0;
  top: 0;
}
.ins_aboutCon9 .center_box .img_box .item_box .item3 .svg_box .svg_b::before {
  bottom: -0.5%;
  right: 11%;
}
.ins_aboutCon9 .center_box .img_box .item_box .item3 .svg_box .svg_b::after {
  top: 0;
  left: 0;
  transform: translateY(-40%);
}
.ins_aboutCon9 .center_box .img_box .item_box .item4 .svg_box {
  left: 0;
  top: 0;
}
.ins_aboutCon9 .center_box .img_box .item_box .item4 .svg_box .svg_b::before {
  bottom: 0;
  right: 0;
}
.ins_aboutCon9 .center_box .img_box .item_box .item4 .svg_box .svg_b::after {
  top: 0;
  left: 0;
  transform: translateY(-40%);
}
.ins_aboutCon9 .center_box .img_box .item_box .item5 .svg_box {
  left: 0;
  bottom: 0;
}
.ins_aboutCon9 .center_box .img_box .item_box .item5 .svg_box .svg_b::before {
  top: -4%;
  right: -4%;
}
.ins_aboutCon9 .center_box .img_box .item_box .item5 .svg_box .svg_b::after {
  bottom: -6%;
  left: -1%;
  transform: translateY(-40%);
}
@media (max-width:990px) {
  .ins_aboutCon9 .center_box .ins_tBox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_aboutCon9 .center_box .ins_tBox .left_box {
    max-width: 100%;
  }
  .ins_aboutCon9 .center_box .ins_tBox .right_box {
    line-height: 1.8;
  }
  .ins_aboutCon9 .center_box .img_box {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon9 .center_box .img_box .item_box {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .ins_aboutCon9 .center_box .img_box .item_box .item {
    width: 100%;
    height: auto;
    --opacity: 1;
    --tY: translateY(0);
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    position: relative;
    z-index: 1;
    border: 1px solid #7bbc2b31;
    padding: 0.2rem;
  }
  .ins_aboutCon9 .center_box .img_box .item_box .item .svg_box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }
  .ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .svg_b {
    display: none;
  }
  .ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .icon {
    position: relative;
    z-index: 1;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    width: 100%;
    height: auto;
  }
  .ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .icon .svg_c {
    display: none;
  }
  .ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .icon .word {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0.2rem;
  }
  .ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .icon .word .t1 {
    flex-shrink: 0;
    margin-top: 0;
  }
  .ins_aboutCon9 .center_box .img_box .item_box .item .svg_box .icon .word .t1 p {
    display: contents;
  }
}
.ins_solvedCon17 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.ins_solvedCon17 .center_box {
  width: 100%;
  height: auto;
}
.ins_solvedCon17 .center_box .ins_title .t1 {
  color: #FFFFFF;
}
.ins_solvedCon17 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem 0.65rem;
  margin-top: 0.8rem;
}
.ins_solvedCon17 .center_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_solvedCon17 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
  border-radius: 150px;
  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;
  overflow: hidden;
  border: 0.1rem solid #FFFFFF;
}
.ins_solvedCon17 .center_box .item_box .item .img .pb {
  border-radius: 50%;
}
.ins_solvedCon17 .center_box .item_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solvedCon17 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-size: var(--font20);
  text-align: center;
}
@media (max-width:990px) {
  .ins_solvedCon17 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.ins_aboutCon10 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
  background-image: url(../images/bg7.jpg);
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_aboutCon10 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon10 .center_box .ins_tBox {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.75rem;
}
.ins_aboutCon10 .center_box .ins_tBox .left_box {
  width: fit-content;
  max-width: 35%;
}
.ins_aboutCon10 .center_box .ins_tBox .left_box .t1 {
  line-height: 1.3;
  font-weight: 600;
}
.ins_aboutCon10 .center_box .ins_tBox .left_box .t1 span {
  display: contents;
  color: var(--active_color2);
}
.ins_aboutCon10 .center_box .ins_tBox .left_box .videoBox {
  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.1rem;
  margin-top: 0.45rem;
}
.ins_aboutCon10 .center_box .ins_tBox .left_box .videoBox span {
  color: #999999;
}
.ins_aboutCon10 .center_box .ins_tBox .right_box {
  width: 51%;
  line-height: 2.25;
  color: #666666;
}
.ins_aboutCon10 .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;
  position: relative;
  z-index: 1;
  margin-top: 0.9rem;
}
.ins_aboutCon10 .center_box .content .title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
.ins_aboutCon10 .center_box .content .graphic_box {
  width: 70%;
  height: auto;
  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;
  margin-top: 0.8rem;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box {
  width: 42.5%;
  height: auto;
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .img {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 50%;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .img img {
  width: 100%;
  height: auto;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .list .one {
  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;
  position: absolute;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .list .one span {
  position: absolute;
  width: max-content;
  color: #FFFFFF;
  font-size: var(--font28);
  font-weight: 500;
  transform: var(--deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .list .one:hover span {
  letter-spacing: 5px;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .word_box {
  width: 52.94%;
  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;
  text-align: center;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .word_box .icon {
  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;
  animation: run 100s linear infinite;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .word_box .word {
  width: 80%;
  height: 80%;
  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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  line-height: 1.33;
}
.ins_aboutCon10 .center_box .content .graphic_box .icon_box .word_box .word span {
  color: var(--active_color2);
}
.ins_aboutCon10 .center_box .content .graphic_box .item_box {
  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_aboutCon10 .center_box .content .graphic_box .item_box .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon10 .center_box .content .graphic_box .item_box .butB {
  position: absolute;
  width: 3.4rem;
  z-index: 5;
}
.ins_aboutCon10 .center_box .content .graphic_box .item_box .butB.topB {
  top: 0;
  transform: translateY(-50%);
}
.ins_aboutCon10 .center_box .content .graphic_box .item_box .butB.botB {
  bottom: 0;
  transform: translateY(50%);
}
.ins_aboutCon10 .center_box .content .graphic_box .item_box .img_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ins_aboutCon10 .center_box .content .graphic_box .item_box .img_bg img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon10 .center_box .content .graphic_box .item_box .img_bg img.active {
  opacity: 1;
}
.ins_aboutCon10 .center_box .content .imgWap {
  display: none;
}
@media (max-width:990px) {
  .ins_aboutCon10 .center_box .ins_tBox .left_box {
    max-width: unset!important;
  }
  .ins_aboutCon10 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutCon10 .center_box .content .title {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }
  .ins_aboutCon10 .center_box .content .graphic_box {
    width: 100%;
    height: auto;
    display: none;
  }
  .ins_aboutCon10 .center_box .content .imgWap {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: block !important;
  }
}
