@charset "utf-8";
/* https://www.huahanlink.com/ */
/* 技术：小王 QQ：491813163  微信：18223904336 */
/* 公共响应变量 */
/* 初始化*/
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width:1280px) {
  html {
    font-size: calc(100vw / 19.3);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/15);
  }
}
@media (max-width:480px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: "HONOR Sans CN", "Microsoft YaHei", "Microsoft YaHei UI", "SimSun", "SimHei", "Arial";
  font-size: 16px;
  color: #000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
  display: block;
  cursor: pointer;
}
img {
  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: #103feb;
  --active_color2: #5bc15e;
  --color_fff: #ffffff;
  --color_text: #282828;
  --color_f6f: #f6f6f6;
  --color_f4f: #f4f4f4;
  --color_eee: #eeeeee;
  --color_ddd: #dddddd;
  --color_bbb: #bbbbbb;
  --color_999: #999999;
  --color_666: #666666;
  --color_444: #444444;
  --color_333: #333333;
  --color_222: #222222;
  --color_000: #000000;
  /* --- font40以下 */
  --font12: clamp(12px, 0.12rem, 12px);
  --font14: clamp(12px, 0.14rem, 14px);
  --font16: clamp(13px, 0.16rem, 16px);
  --font17: clamp(13px, 0.17rem, 17px);
  --font18: clamp(14px, 0.18rem, 18px);
  --font20: clamp(15px, 0.2rem, 20px);
  --font22: clamp(16px, 0.22rem, 22px);
  --font24: clamp(17px, 0.24rem, 24px);
  --font26: clamp(18px, 0.26rem, 26px);
  --font28: clamp(18px, 0.28rem, 28px);
  --font30: clamp(20px, 0.3rem, 30px);
  --font32: clamp(20px, 0.32rem, 32px);
  --font34: clamp(22px, 0.34rem, 34px);
  --font36: clamp(22px, 0.36rem, 36px);
  --font38: clamp(24px, 0.38rem, 38px);
  /* --- font40 */
  --font40: clamp(23px, 0.4rem, 40px);
  --font42: clamp(24px, 0.42rem, 42px);
  --font44: clamp(24px, 0.44rem, 44px);
  --font46: clamp(25px, 0.46rem, 46px);
  --font48: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50: clamp(28px, 0.5rem, 50px);
  --font52: clamp(28px, 0.52rem, 52px);
  --font54: clamp(28px, 0.54rem, 54px);
  --font56: clamp(28px, 0.56rem, 56px);
  --font58: clamp(29px, 0.58rem, 58px);
  /* --- font60 */
  --font60: clamp(30px, 0.6rem, 60px);
  --font64: clamp(31px, 0.66rem, 64px);
  --font66: clamp(31px, 0.66rem, 66px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 0.7rem, 70px);
  --font72: clamp(32px, 0.72rem, 72px);
  --font80: clamp(32px, 0.8rem, 80px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font160: 1.6rem;
  --font15: clamp(12px, 0.15rem, 15px);
}
/* 公共字体 */
.font12 {
  font-size: var(--font12);
}
.font14 {
  font-size: var(--font14);
}
.font16 {
  font-size: var(--font16);
}
.font18 {
  font-size: var(--font18);
}
.font20 {
  font-size: var(--font20);
}
.font22 {
  font-size: var(--font22);
}
.font24 {
  font-size: var(--font24);
}
.font26 {
  font-size: var(--font26);
}
.font28 {
  font-size: var(--font28);
}
.font30 {
  font-size: var(--font30);
}
.font32 {
  font-size: var(--font32);
}
.font34 {
  font-size: var(--font34);
}
.font36 {
  font-size: var(--font36);
}
.font38 {
  font-size: var(--font38);
}
.font40 {
  font-size: var(--font40);
}
.font42 {
  font-size: var(--font42);
}
.font44 {
  font-size: var(--font44);
}
.font46 {
  font-size: var(--font46);
}
.font48 {
  font-size: var(--font48);
}
.font50 {
  font-size: var(--font50);
}
.font52 {
  font-size: var(--font52);
}
.font54 {
  font-size: var(--font54);
}
.font56 {
  font-size: var(--font56);
}
.font58 {
  font-size: var(--font58);
}
.font60 {
  font-size: var(--font60);
}
.font66 {
  font-size: var(--font66);
}
.font70 {
  font-size: var(--font70);
}
.font72 {
  font-size: var(--font72);
}
.font80 {
  font-size: var(--font80);
}
.font64 {
  font-size: var(--font64);
}
.font100 {
  font-size: var(--font100);
}
.font120 {
  font-size: var(--font120);
}
.font160 {
  font-size: var(--font160);
}
.font15 {
  font-size: var(--font15);
}
/* 间距 */
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t13 {
  margin-top: 0.13rem;
}
.mar_t15 {
  margin-top: 0.15rem;
}
.mar_t17 {
  margin-top: 0.17rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t23 {
  margin-top: 0.23rem;
}
.mar_t25 {
  margin-top: 0.25rem;
}
.mar_t27 {
  margin-top: 0.27rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t33 {
  margin-top: 0.33rem;
}
.mar_t35 {
  margin-top: 0.35rem;
}
.mar_t37 {
  margin-top: 0.37rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t43 {
  margin-top: 0.43rem;
}
.mar_t45 {
  margin-top: 0.45rem;
}
.mar_t47 {
  margin-top: 0.47rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.mar_t53 {
  margin-top: 0.53rem;
}
.mar_t55 {
  margin-top: 0.55rem;
}
.mar_t57 {
  margin-top: 0.57rem;
}
.mar_t60 {
  margin-top: 0.6rem;
}
.mar_t63 {
  margin-top: 0.63rem;
}
.mar_t65 {
  margin-top: 0.65rem;
}
.mar_t67 {
  margin-top: 0.67rem;
}
.mar_t70 {
  margin-top: 0.7rem;
}
.mar_t73 {
  margin-top: 0.73rem;
}
.mar_t75 {
  margin-top: 0.75rem;
}
.mar_t77 {
  margin-top: 0.77rem;
}
.mar_t80 {
  margin-top: 0.8rem;
}
.mar_t83 {
  margin-top: 0.83rem;
}
.mar_t85 {
  margin-top: 0.85rem;
}
.mar_t87 {
  margin-top: 0.87rem;
}
.mar_t90 {
  margin-top: 0.9rem;
}
.mar_t93 {
  margin-top: 0.93rem;
}
.mar_t95 {
  margin-top: 0.95rem;
}
.mar_t97 {
  margin-top: 0.97rem;
}
.mar_t100 {
  margin-top: 1rem;
}
.mar_t105 {
  margin-top: 1.05rem;
}
/* 文字颜色 */
.Coac {
  color: var(--active_color);
}
.Co99 {
  color: var(--color_999);
}
.Co66 {
  color: var(--color_666);
}
.Co33 {
  color: var(--color_333);
}
.Co22 {
  color: var(--color_222);
}
.Co00 {
  color: var(--color_000);
}
/* -------------------------------------------------------------------  字体 */
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Thin.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "HarmonyOS_Sans";
  src: url("../fonts/HarmonyOS_Sans_SC_Black.ttf");
  font-weight: 700;
}
/* --------------------------------------------------------------- 全站内容区 */
.container {
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
}
.w1620,
.wrap {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1620,
  .wrap {
    max-width: 84.375%;
  }
}
@media (max-width:990px) {
  .w1620,
  .wrap {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 0 20px;
  }
}
main {
  width: 100%;
  height: auto;
  --header-height: 1.2rem;
  font-family: "HarmonyOS_Sans";
  color: #222222;
}
main.active {
  --header-height: 0.8rem;
}
@media (max-width:990px) {
  main {
    --header-height: 50px;
  }
}
/* --------------------------------------------------------------- 导航占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* --------------------------------------------------------------- 锚点 */
.locate_item {
  width: 100%;
  height: 0;
}
/* --------------------------------------------------------------- 全站左右结构 */
.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;
  grid-gap: 0.15rem;
}
.idxPageShow span {
  width: 0.1rem;
  height: 0.1rem;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color);
}
/* --------------------------------------------------------------- wow */
.wowUp_z {
  overflow: hidden;
}
.wowUp_z .wowSon {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
}
.wowUp_z.fadeInUp .wowSon {
  opacity: 1;
  transform: translateY(0px);
}
.wow_Up {
  opacity: 0;
}
/* --------------------------------------------------------------- 轮播图依次出现 */
.wowUpSB {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/*  适用于轮播图中的依次间隔时间 
 *  data-atime="100"
 *  &.swiper-slide-active { .wowUpS { animation: fadeInUp 0.7s forwards; .dh(.1); } }
 *  .wowUpS { opacity: 0; } 
*/
.wowUpS {
  opacity: 0;
}
.reveal {
  overflow: hidden;
}
.reveal span {
  opacity: 0;
  display: inline-block;
}
.swiperActive .reveal span {
  animation: fadeInUp 0.5s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: inline-block;
}
/* --------------------------------------------------------------- 轮播图一排出现 */
.reveal {
  overflow: hidden;
}
.reveal span {
  opacity: 0;
  display: inline-block;
}
.swiperActive .reveal2 {
  animation: fadeInUp 0.5s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: inline-block;
}
/* --------------------------------------------------------------- 代替class */
.tup {
  text-transform: uppercase;
}
.tc {
  text-align: center;
}
@media (max-width:990px) {
  .hx p {
    display: contents;
  }
}
.fw300 {
  font-weight: 300;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.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;
  gap: 0.05rem;
  padding: 0 0.3rem;
  border-radius: 100px;
  background: var(--active_color);
  color: #FFFFFF;
  font-size: var(--font14);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.idx_more .more::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 100px;
}
.idx_more .more i {
  font-size: var(--font20);
}
.idx_more .more:hover {
  color: var(--active_color);
}
.idx_more .more:hover::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.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;
}
.ins_title {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_title .t1 {
  font-weight: 600;
}
.ins_title .t2 {
  margin-top: 0.2rem;
  line-height: 1.5;
  color: #666666;
}
.layPager {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.idx_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_banner .swiper_box {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_banner .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_banner .swiper_box ul li .centerInfo .word_box {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .word {
  width: 100%;
  height: auto;
  max-width: 50%;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .word .t1 {
  font-weight: 600;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-weight: 300;
  line-height: 1.5;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .word .idx_more {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.idx_banner .swiper_box ul li .centerInfo .word_box .word .idx_more .more {
  background: #FFF;
  color: var(--active_color);
}
.idx_banner .swiper_box ul li .centerInfo .word_box .word .idx_more .more::after {
  background: var(--active_color);
}
.idx_banner .swiper_box ul li .centerInfo .word_box .word .idx_more .more:hover {
  color: #FFFFFF;
}
.idx_banner .swiper_box ul li .img_w100 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.idx_banner .swiper_box ul li .img_w100::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-90deg, #00000000 10%, #0000008a 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .swiper_box ul li .img_w100 img,
.idx_banner .swiper_box ul li .img_w100 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner .swiper_box ul li.swiper-slide-active .wowUpS {
  animation: fadeInUp 0.7s forwards;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.idx_banner .swiper_box ul li.swiper-slide-active .img_w100 img,
.idx_banner .swiper_box ul li.swiper-slide-active .img_w100 video {
  animation: grow2 1s linear;
}
@media (max-width:990px) {
  .idx_banner {
    height: auto;
  }
  .idx_banner .swiper_box ul li .centerInfo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .idx_banner .swiper_box ul li .centerInfo .word_box .word {
    max-width: unset;
    padding-top: 80px;
  }
  .idx_banner .swiper_box ul li .img_w100 {
    height: 80vh;
  }
  .idx_banner .swiper_box ul li .img_w100::after {
    background: linear-gradient(0deg, #00000000 10%, #00000065 100%);
  }
}
.idx_banner .pagerSwiper {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
}
.idx_banner .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-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.idx_banner .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);
}
.idx_banner .pagerSwiper .btnSwi:hover {
  background: var(--active_color2);
  border-color: var(--active_color2);
}
.idx_banner .pagerSwiper .btnSwi:hover i {
  color: #FFFFFF !important;
}
.idx_title {
  width: 100%;
  height: auto;
}
.idx_title .t1 {
  font-weight: 600;
}
.idx_title .t2 {
  color: var(--active_color);
  font-weight: 500;
}
.idx_app {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.idx_app .center_box {
  width: 100%;
  height: auto;
}
.idx_app .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;
}
.idx_app .center_box .top_box .idx_title {
  width: fit-content;
}
.idx_app .center_box .top_box .idx_more {
  width: fit-content;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_app .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.2rem;
}
.idx_app .center_box .item_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e593;
  border-radius: 0.16rem;
  overflow: hidden;
  cursor: pointer;
}
.idx_app .center_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.idx_app .center_box .item_box .item .img .pb {
  padding-bottom: 61%;
}
.idx_app .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;
}
.idx_app .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  padding: 0.2rem;
}
.idx_app .center_box .item_box .item .word .t1 {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_app .center_box .item_box .item .word .t2 {
  width: 100%;
  height: calc(2em * 1.56);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.56;
  margin-top: 0.15rem;
  color: #666666;
  font-weight: 300;
}
.idx_app .center_box .item_box .item .word .more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  color: #666;
  font-weight: 300;
}
.idx_app .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.03);
}
.idx_app .center_box .item_box .item:hover .word .t1 {
  color: var(--active_color);
}
.idx_app .center_box .item_box .item:hover .word .more {
  color: var(--active_color);
}
@media (max-width:990px) {
  .idx_app .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.idx_product {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.idx_product .center_box {
  width: 100%;
  height: auto;
}
.idx_product .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;
}
.idx_product .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.idx_product .center_box .swiper_box ul li {
  width: 24%;
}
.idx_product .center_box .swiper_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e593;
  border-radius: 0.16rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.idx_product .center_box .swiper_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000 10%, #00000000 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.idx_product .center_box .swiper_box .item .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 7;
}
.idx_product .center_box .swiper_box .item .img .pb {
  padding-bottom: 100%;
}
.idx_product .center_box .swiper_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_product .center_box .swiper_box .item .word {
  width: 100%;
  height: auto;
  padding: 0.4rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(0.6rem);
}
.idx_product .center_box .swiper_box .item .word .t1 {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.idx_product .center_box .swiper_box .item .word .t2 {
  width: 100%;
  height: calc(2em * 1.56);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.56;
  margin-top: 0.15rem;
  color: #FFFFFF;
  font-weight: 300;
  transform: translateY(0.2rem);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_product .center_box .swiper_box .item:hover .img .pb .ab img {
  transform: scale(1.03);
}
.idx_product .center_box .swiper_box .item:hover .word {
  transform: translateY(0px);
}
.idx_product .center_box .swiper_box .item:hover .word .t2 {
  transform: translateY(0);
  opacity: 0.8;
}
.idx_product .center_box .idxPageShow {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
}
.idx_advantages {
  width: 100%;
  height: 280vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000000;
}
.idx_advantages .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.2rem 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: 3;
}
.idx_advantages .w1620 {
  position: relative;
  z-index: 3;
}
.idx_advantages .center_box {
  width: 100%;
  height: auto;
}
.idx_advantages .center_box .idx_title {
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.idx_advantages .center_box .idx_title .t2 {
  color: #FFFFFF;
}
.idx_advantages .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.idx_advantages .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .left_box {
  width: 50%;
  height: auto;
  padding-bottom: 1.8rem;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .left_box .word {
  width: 100%;
  height: auto;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .left_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  line-height: 1.5;
  opacity: 0.8;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .left_box .word .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .left_box .word .idx_more .more {
  background: #FFF;
  color: var(--active_color);
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .left_box .word .idx_more .more::after {
  background: var(--active_color);
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .left_box .word .idx_more .more:hover {
  color: #FFFFFF;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .right_box {
  width: 20%;
  height: auto;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .right_box .list_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.5rem;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .right_box .list_box .item {
  width: 100%;
  height: auto;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .right_box .list_box .item .icon {
  font-size: var(--font60);
  font-weight: 600;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .right_box .list_box .item .icon i {
  font-style: normal;
  font-size: var(--font20);
  font-weight: normal;
}
.idx_advantages .center_box .swiper_box ul li .centerInfo .right_box .list_box .item .word {
  font-size: var(--font20);
  opacity: 0.8;
}
.idx_advantages .center_box .item_box {
  width: fit-content;
  height: auto;
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.12rem;
}
.idx_advantages .center_box .item_box::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.idx_advantages .center_box .item_box .item {
  font-size: var(--font20);
  padding-left: 0.15rem;
  opacity: 0.5;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.idx_advantages .center_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
}
.idx_advantages .center_box .item_box .item.active {
  color: #FFFFFF;
  opacity: 1;
}
.idx_advantages .center_box .item_box .item.active::after {
  opacity: 1;
}
.idx_advantages .swiper_img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.idx_advantages .swiper_img ul li {
  width: 100%;
  height: auto;
}
.idx_advantages .swiper_img ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 2;
}
.idx_advantages .swiper_img ul li img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width:990px) {
  .idx_advantages {
    width: 100%;
    height: auto;
  }
  .idx_advantages .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .idx_advantages .maskBox .center_box {
    width: 100%;
    height: auto;
  }
  .idx_advantages .maskBox .center_box .swiper_box ul li .centerInfo .left_box {
    padding-bottom: 0.5rem;
  }
  .idx_advantages .maskBox .center_box .swiper_box ul li .centerInfo .right_box .list_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .idx_advantages .maskBox .center_box .item_box {
    position: relative;
    z-index: 1;
    margin-top: 0.6rem;
    display: none;
  }
  .idx_advantages .maskBox .center_box .idxPageHide {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .idx_advantages .maskBox .center_box .idxPageHide span {
    background: #FFFFFF;
  }
}
.idx_about {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 1.2rem 0;
  overflow: hidden;
  background: #f8f9fb;
}
.idx_about .center_box {
  width: 100%;
  height: auto;
}
.idx_about .center_box .content {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_about .center_box .content .left_box {
  width: 54.166%;
  position: relative;
  z-index: 1;
}
.idx_about .center_box .content .left_box .images {
  width: 85.7142%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}
.idx_about .center_box .content .left_box .images img {
  width: 100%;
  height: auto;
}
.idx_about .center_box .content .left_box .images_tow {
  width: 28.5714%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  border-radius: 0.2rem;
  overflow: hidden;
}
.idx_about .center_box .content .right_box {
  width: 40.952%;
  height: auto;
}
.idx_about .center_box .content .right_box .idx_titleB {
  width: 100%;
  height: auto;
}
.idx_about .center_box .content .right_box .idx_titleB .t1 {
  font-weight: 600;
}
.idx_about .center_box .content .right_box .idx_titleB .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  line-height: 1.8;
}
.idx_about .center_box .content .right_box .idx_titleB .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.idx_about .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-top: 0.9rem;
}
.idx_about .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 0.22rem;
  position: relative;
  z-index: 1;
}
.idx_about .center_box .item_box .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #edf0f1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_about .center_box .item_box .item::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 2px;
  height: 0.8em;
  background: #004ea2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font50);
  line-height: 1;
  animation: top_bot 2s infinite  linear;
}
.idx_about .center_box .item_box .item .number {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_about .center_box .item_box .item .number .beat {
  font-size: var(--font50);
  line-height: 0.8;
}
.idx_about .center_box .item_box .item .number .icon {
  font-size: var(--font16);
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.idx_about .center_box .item_box .item .number .icon span {
  font-size: var(--font16);
  transform: translateY(-11%) translateX(5px);
}
.idx_about .center_box .item_box .item .number .icon i {
  width: 0;
  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;
  margin-left: 10px;
}
.idx_about .center_box .item_box .item .number .icon i::after {
  content: "";
  width: 2px;
  height: 10px;
  background: var(--active_color);
  display: block;
  position: absolute;
}
.idx_about .center_box .item_box .item .number .icon i::before {
  content: "";
  width: 2px;
  height: 10px;
  background: var(--active_color);
  display: block;
  position: absolute;
  transform: rotate(90deg);
}
.idx_about .center_box .item_box .item .word {
  font-size: var(--font16);
  margin-top: 0.1rem;
}
@media (max-width:990px) {
  .idx_about .center_box .content .left_info .images_tow {
    transform: translateY(50%);
  }
  .idx_about .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.5rem;
  }
  .idx_about .center_box .content .left_box .images_tow {
    display: none;
  }
  .idx_about .center_box .content .left_box .images {
    width: 100%;
  }
}
.idx_cooperate {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.idx_cooperate .center_box {
  width: 100%;
  height: auto;
}
.idx_cooperate .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;
}
.idx_cooperate .center_box .top_box .idx_title {
  width: fit-content;
  height: auto;
}
.idx_cooperate .center_box .top_box .idx_title .t1 {
  font-weight: 600;
}
.idx_cooperate .center_box .top_box .item_box {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.13rem;
}
.idx_cooperate .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;
}
.idx_cooperate .center_box .top_box .item_box .item:hover {
  color: var(--active_color2);
}
.idx_cooperate .center_box .top_box .item_box .item.active {
  background: var(--active_color2);
  color: #FFFFFF;
}
.idx_cooperate .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.4rem;
}
.idx_cooperate .center_box .swiper_box ul li {
  width: 20%;
  height: auto;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  background: #f8f9fb;
  padding: 0 0.4rem;
  padding-top: 0;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 52%;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .img .pb .ab img {
  width: 100%;
  height: auto;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  text-align: center;
  display: none;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .word .t2 {
  margin-top: 0.1rem;
  font-weight: 300;
}
.idx_cooperate .center_box .pagerSwiper {
  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.5rem;
}
@media (max-width:990px) {
  .idx_cooperate .center_box .top_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.idx_indexCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 0.75rem;
  padding-bottom: 1.3rem;
  overflow: hidden;
  background: #f3f3f3;
}
.idx_indexCon7 .center_box {
  width: 100%;
  height: auto;
}
.idx_indexCon7 .center_box .ins_title .font42 {
  text-align: center;
}
.idx_indexCon7 .center_box .it_info {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.idx_indexCon7 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.2rem 0.75rem;
}
.idx_indexCon7 .center_box .item_box .item {
  width: fit-content;
  height: auto;
  padding-bottom: 0.15rem;
  position: relative;
  z-index: 1;
  font-size: var(--font20);
  color: #646A73;
  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;
  cursor: pointer;
}
.idx_indexCon7 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 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;
}
.idx_indexCon7 .center_box .item_box .item:hover {
  color: var(--active_color2);
}
.idx_indexCon7 .center_box .item_box .item.active {
  color: var(--active_color2);
}
.idx_indexCon7 .center_box .item_box .item.active::after {
  width: 100%;
}
.idx_indexCon7 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.idx_indexCon7 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.1rem;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .left_box {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .left_box .images {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .left_box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .left_box .float_box {
  position: absolute;
  z-index: 2;
  top: 0.3rem;
  left: 0.3rem;
  width: fit-content;
  height: auto;
  min-width: 112px;
  height: 39px;
  background: #FFFFFFB3;
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  color: var(--active_color);
  font-size: var(--font16);
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .left_box .title {
  width: 100%;
  height: auto;
  font-size: var(--font24);
  color: #FFFFFF;
  position: absolute;
  z-index: 2;
  bottom: 0.4rem;
  left: 0px;
  padding: 0 0.4rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .left_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, #000000 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .left_box:hover .images img {
  transform: scale(1.05);
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .left_box:hover .title {
  color: var(--active_color);
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box {
  width: 50%;
  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.1rem;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list {
  width: 50%;
  display: block;
  background: #FFFFFF;
  border-radius: 0.2rem;
  overflow: hidden;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list .images .pb {
  z-index: 1;
  padding-bottom: 85%;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list .images .float_box {
  position: absolute;
  z-index: 2;
  top: 0.2rem;
  left: 0.2rem;
  width: fit-content;
  height: auto;
  min-width: 112px;
  height: 39px;
  background: #FFFFFFB3;
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  color: var(--active_color);
  font-size: var(--font16);
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list .word_box {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  padding: 0 0.24rem;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list .word_box .time {
  font-size: var(--font16);
  color: var(--active_color);
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list .word_box .t1 {
  margin-top: 0.2rem;
  font-size: var(--font18);
  line-height: calc(26 / 18);
  font-weight: 500;
  height: calc(2em * calc(26 / 18));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1F2329;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list .word_box .t2 {
  margin-top: 0.24rem;
  font-size: var(--font14);
  line-height: calc(24 / 15);
  color: #646A73;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list:hover .images img {
  transform: scale(1.07);
}
.idx_indexCon7 .center_box .swiper_box .centerInfo .right_box .list:hover .word_box .t1 {
  color: var(--active_color);
}
@media (max-width:990px) {
  .idx_indexCon7 .center_box {
    width: 100%;
    height: auto;
  }
  .idx_indexCon7 .center_box .ins_title .font42 {
    white-space: break-spaces;
  }
  .idx_indexCon7 .it_info {
    max-height: 36px;
    overflow: hidden;
  }
  .idx_indexCon7 .item_box {
    overflow: auto;
    padding-bottom: 10px;
    justify-content: start !important;
  }
  .idx_indexCon7 .item_box .item {
    white-space: nowrap;
    font-size: 16px !important;
  }
  .idx_indexCon7 .float_box {
    min-width: 90px !important;
    height: 33px !important;
  }
  .idx_indexCon7 .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .idx_indexCon7 .swiper_box ul li .centerInfo .left_box,
  .idx_indexCon7 .swiper_box ul li .centerInfo .right_box {
    width: 100% !important;
  }
  .idx_indexCon7 .swiper_box ul li .centerInfo .right_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .idx_indexCon7 .swiper_box ul li .centerInfo .right_box .list {
    width: 100% !important;
    background: #3468f60f;
    border-radius: 10px;
  }
  .idx_indexCon7 .swiper_box ul li .centerInfo .right_box .list .images {
    display: none;
  }
  .idx_indexCon7 .swiper_box ul li .centerInfo .right_box .list .word_box {
    padding: 20px !important;
    margin-top: 0 !important;
  }
  .idx_indexCon7 .swiper_box ul li .centerInfo .right_box .list .word_box .t2 {
    display: none;
  }
  .idx_indexCon7 .center_box .ins_title .t1 {
    text-align: left;
  }
}
.ins_solveCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
  background-image: url(../images/zz42.jpg);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: cover;
}
.ins_solveCon2 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.ins_solveCon2 .center_box .ins_title {
  width: fit-content;
}
.ins_solveCon2 .center_box .ins_title .t2 {
  font-weight: 300;
  color: #555555;
  margin-top: 0.1rem;
}
.ins_solveCon2 .center_box .idx_more {
  width: fit-content;
  margin-top: 0.3rem;
}
@media (max-width:990px) {
  .ins_solveCon2 {
    background-position: 84% !important;
  }
}
.ins_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;
}
.ins_banner .img_bg {
  width: 100%;
  height: auto;
}
.ins_banner .img_bg img {
  width: 100%;
  height: auto;
}
.ins_banner .img_bg img.wap {
  min-height: 500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_banner .center_box {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 5;
}
.ins_banner .center_box .word .t2 {
  margin-top: 0.2rem;
}
.ins_banner .center_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_banner .center_box .idx_more .more {
  background: #FFF;
  color: var(--active_color);
}
.ins_banner .center_box .idx_more .more::after {
  background: var(--active_color);
}
.ins_banner .center_box .idx_more .more:hover {
  color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_banner .center_box {
    width: 100%;
    height: auto;
    bottom: 0.8rem;
  }
}
.ins_banner2 {
  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;
  padding: 1rem 0;
  padding-top: 1.5rem;
}
.ins_banner2 .img_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.ins_banner2 .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_banner2 .img_bg img.wap {
  min-height: 500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_banner2 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
.ins_banner2 .center_box .word .t2 {
  margin-top: 0.2rem;
}
.ins_banner2 .center_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_banner2 .center_box .idx_more .more {
  background: #FFF;
  color: var(--active_color);
}
.ins_banner2 .center_box .idx_more .more::after {
  background: var(--active_color);
}
.ins_banner2 .center_box .idx_more .more:hover {
  color: #FFFFFF;
}
.ins_banner2 .center_box .box_info {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_banner2 .center_box .box_info .left_box {
  width: 40%;
}
.ins_banner2 .center_box .box_info .right_box {
  width: 50%;
}
.ins_processCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_processCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_processCon1 .center_box .box_info {
  width: 100%;
  height: auto;
}
.ins_processCon1 .center_box .box_info .left_box {
  width: 20%;
  height: 100%;
  position: sticky;
  top: calc(var(--header-height) + 0.5rem);
}
.ins_processCon1 .center_box .box_info .left_box .item_box {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 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;
  border-radius: 0.16rem;
}
.ins_processCon1 .center_box .box_info .left_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font18);
  line-height: 1.5;
  border-bottom: 1px solid #EEE;
  padding-bottom: 0.15rem;
  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_processCon1 .center_box .box_info .left_box .item_box .item i {
  font-size: var(--font24);
  position: absolute;
  left: 0;
  opacity: 0;
  transform: translateX(-10px);
  color: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon1 .center_box .box_info .left_box .item_box .item.active {
  padding-left: 0.5rem;
  color: var(--active_color);
  border-color: var(--active_color);
}
.ins_processCon1 .center_box .box_info .left_box .item_box .item.active i {
  opacity: 1;
  transform: translateX(0);
}
.ins_processCon1 .center_box .box_info .right_box {
  width: 70%;
  height: auto;
}
.ins_processCon1 .center_box .box_info .right_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.16rem;
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item .word {
  width: 50%;
  padding: 0.5rem;
  color: #222222;
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item .word .t1 {
  font-weight: 600;
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  line-height: 1.6;
  color: #666666;
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item .word .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item .imges {
  width: 50%;
  height: 100%;
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item .imges .pb {
  padding-bottom: 61%;
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item .imges .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_processCon1 .center_box .box_info .right_box .item_box .item .imges .pb .ab img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item:hover .t1 {
  color: var(--active_color);
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item:hover .idx_more .more {
  color: var(--active_color);
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item:hover .idx_more .more::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.ins_processCon1 .center_box .box_info .right_box .item_box .item:hover .imges img {
  transform: scale(1.03);
}
@media (max-width:990px) {
  .ins_processCon1 .center_box .box_info .left_box {
    display: none;
  }
  .ins_processCon1 .center_box .box_info .right_box .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 1px solid #EEE;
    overflow: hidden;
  }
  .ins_processCon1 .center_box .box_info .right_box .item_box .item .word {
    width: 100%;
    height: auto;
  }
  .ins_processCon1 .center_box .box_info .right_box .item_box .item .imges {
    width: 100%;
    height: auto;
  }
}
.ins_processCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_processCon2 .center_box {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_processCon2 .center_box .left_box {
  width: 50%;
  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_processCon2 .center_box .left_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_processCon2 .center_box .left_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_processCon2 .center_box .left_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}
.ins_processCon2 .center_box .left_box .swiper_box ul li .centerInfo .pb {
  padding-bottom: 61%;
}
.ins_processCon2 .center_box .left_box .swiper_box ul li .centerInfo .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_processCon2 .center_box .left_box .swiper_box ul li .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_processCon2 .center_box .left_box .idxPageShow {
  position: absolute;
  bottom: 0.2rem;
  z-index: 5;
  gap: 0.1rem;
}
.ins_processCon2 .center_box .right_box {
  width: 45%;
  height: auto;
}
.ins_processCon2 .center_box .right_box .word {
  width: 100%;
  padding: 0.5rem;
  color: #222222;
  padding: 0.5rem 0;
}
.ins_processCon2 .center_box .right_box .word .t1 {
  font-weight: 600;
}
.ins_processCon2 .center_box .right_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  line-height: 1.6;
  color: #666666;
}
.ins_processCon2 .center_box .right_box .word .t3 {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  color: #333333;
}
.ins_processCon2 .center_box .right_box .word .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_processCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_processCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_processCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.6rem;
  gap: 0.4rem;
}
.ins_processCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #00000017;
  padding: 0.4rem;
  border-radius: 0.16rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon3 .center_box .item_box .item .numBox {
  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_processCon3 .center_box .item_box .item .numBox .number {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  background-image: linear-gradient(180deg, #e3e3e3d7, #ffffff00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ins_processCon3 .center_box .item_box .item .numBox .icon {
  width: 0.5rem;
}
.ins_processCon3 .center_box .item_box .item .word {
  font-size: var(--font28);
  margin-top: 0.3rem;
}
.ins_processCon3 .center_box .item_box .item:hover {
  transform: translateY(-10px);
}
@media (max-width:990px) {
  .ins_processCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_processCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_processCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_processCon4 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.ins_processCon4 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_processCon4 .center_box .swiper_box ul li .item {
  width: 100%;
  height: auto;
  padding: 0.4rem;
  border-radius: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  background: #f8f9fb;
}
.ins_processCon4 .center_box .swiper_box ul li .item .word_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4rem;
}
.ins_processCon4 .center_box .swiper_box ul li .item .word_box .word {
  width: fit-content;
}
.ins_processCon4 .center_box .swiper_box ul li .item .word_box .word .t1 {
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon4 .center_box .swiper_box ul li .item .word_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon4 .center_box .swiper_box ul li .item .word_box .icon {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  transform: translateX(-20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_processCon4 .center_box .swiper_box ul li .item .word_box .icon i {
  color: var(--active_color);
  font-size: var(--font20);
}
.ins_processCon4 .center_box .swiper_box ul li .item .word_box .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--active_color);
  opacity: 0.1;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon4 .center_box .swiper_box ul li .item .imgs_box {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_processCon4 .center_box .swiper_box ul li .item .imgs_box .pb .ab img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon4 .center_box .swiper_box ul li .item:hover .word_box .t1 {
  color: var(--active_color);
}
.ins_processCon4 .center_box .swiper_box ul li .item:hover .word_box .t2 {
  color: var(--active_color);
}
.ins_processCon4 .center_box .swiper_box ul li .item:hover .word_box .icon {
  transform: translateX(0);
  opacity: 1;
}
.ins_processCon4 .center_box .swiper_box ul li .item:hover .imgs_box .pb .ab img {
  transform: scale(1.03);
}
.ins_processCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.6rem;
  gap: 0.4rem;
  display: none;
}
.ins_processCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.4rem;
  border-radius: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  background: #f8f9fb;
}
.ins_processCon4 .center_box .item_box .item .word_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4rem;
}
.ins_processCon4 .center_box .item_box .item .word_box .word {
  width: fit-content;
}
.ins_processCon4 .center_box .item_box .item .word_box .word .t1 {
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon4 .center_box .item_box .item .word_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon4 .center_box .item_box .item .word_box .icon {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  transform: translateX(-20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_processCon4 .center_box .item_box .item .word_box .icon i {
  color: var(--active_color);
  font-size: var(--font20);
}
.ins_processCon4 .center_box .item_box .item .word_box .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--active_color);
  opacity: 0.1;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon4 .center_box .item_box .item .imgs_box {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_processCon4 .center_box .item_box .item .imgs_box .pb .ab img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_processCon4 .center_box .item_box .item:hover .word_box .t1 {
  color: var(--active_color);
}
.ins_processCon4 .center_box .item_box .item:hover .word_box .t2 {
  color: var(--active_color);
}
.ins_processCon4 .center_box .item_box .item:hover .word_box .icon {
  transform: translateX(0);
  opacity: 1;
}
.ins_processCon4 .center_box .item_box .item:hover .imgs_box .pb .ab img {
  transform: scale(1.03);
}
@media (max-width:990px) {
  .ins_processCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_processCon4 .center_box .item_box .item .imgs_box .pb {
    padding-bottom: 60%;
  }
  .ins_processCon4 .center_box .item_box .item .imgs_box .pb .ab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.ins_processCon4.bgFFF {
  background: #f8f9fb;
}
.ins_processCon4.bgFFF .item {
  background: #FFFFFF !important;
}
.ins_appCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_appCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_appCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.2rem;
}
.ins_appCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e593;
  border-radius: 0.16rem;
  overflow: hidden;
  cursor: pointer;
}
.ins_appCon1 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_appCon1 .center_box .item_box .item .img .pb {
  padding-bottom: 61%;
}
.ins_appCon1 .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_appCon1 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  padding: 0.2rem;
}
.ins_appCon1 .center_box .item_box .item .word .t1 {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_appCon1 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: calc(2em * 1.56);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.56;
  margin-top: 0.15rem;
  color: #666666;
  font-weight: 300;
}
.ins_appCon1 .center_box .item_box .item .word .more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  color: #666;
  font-weight: 300;
}
.ins_appCon1 .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.03);
}
.ins_appCon1 .center_box .item_box .item:hover .word .t1 {
  color: var(--active_color);
}
.ins_appCon1 .center_box .item_box .item:hover .word .more {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_appCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_appCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
}
.ins_appCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_appCon2 .center_box .left_box {
  width: 20%;
}
.ins_appCon2 .center_box .right_box {
  width: 70%;
  line-height: 1.8;
  font-weight: 300;
}
.ins_appCon2 .center_box .right_box p {
  min-height: 0.5em;
}
.ins_appCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_appCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_appCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.ins_appCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_appCon3 .center_box .item_box .item .icon {
  width: 0.8rem;
  flex-shrink: 0;
}
.ins_appCon3 .center_box .item_box .item .word {
  font-size: var(--font20);
  width: 100%;
}
.ins_appCon3 .center_box .item_box .item:hover {
  margin-top: -10px;
}
@media (max-width:990px) {
  .ins_appCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_appCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_appCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_appCon4 .center_box .img {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.ins_appCon4 .center_box .img img {
  width: 100%;
  height: auto;
}
.ins_caseCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_caseCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .left_box {
  width: 40%;
  height: auto;
}
.ins_caseCon1 .center_box .left_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.3rem;
}
.ins_caseCon1 .center_box .left_box .list_box .one {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .left_box .list_box .one .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
}
.ins_caseCon1 .center_box .left_box .list_box .one .t2 p {
  padding-left: 0.15rem;
  position: relative;
  z-index: 1;
}
.ins_caseCon1 .center_box .left_box .list_box .one .t2 p::after {
  content: '';
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  background: var(--active_color2);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0.5em;
  left: 0;
}
.ins_caseCon1 .center_box .right_box {
  width: 50%;
  height: auto;
}
.ins_caseCon1 .center_box .right_box .img {
  width: 100%;
  height: auto;
}
.ins_caseCon1 .center_box .right_box .img img {
  width: 100%;
  height: auto;
}
.ins_caseCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_caseCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.ins_caseCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e593;
  border-radius: 0.16rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ins_caseCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000 10%, #00000000 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.ins_caseCon2 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 7;
}
.ins_caseCon2 .center_box .item_box .item .img .pb {
  padding-bottom: 100%;
}
.ins_caseCon2 .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_caseCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  padding: 0.4rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(0.6rem);
}
.ins_caseCon2 .center_box .item_box .item .word .t1 {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_caseCon2 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: calc(2em * 1.56);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.56;
  margin-top: 0.15rem;
  color: #FFFFFF;
  font-weight: 300;
  transform: translateY(0.2rem);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon2 .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.03);
}
.ins_caseCon2 .center_box .item_box .item:hover .word {
  transform: translateY(0px);
}
.ins_caseCon2 .center_box .item_box .item:hover .word .t2 {
  transform: translateY(0);
  opacity: 0.8;
}
@media (max-width:990px) {
  .ins_caseCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_caseCon2 .center_box .item_box .item .img .pb {
    padding-bottom: 60%;
  }
}
.ins_caseCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
  overflow: hidden;
}
.ins_caseCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-top: 0.8rem;
}
.ins_caseCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.3rem;
  background: #FFFFFF;
  padding: 0.1rem;
  border-radius: 0.08rem;
  background: #f8f9fb;
}
.ins_caseCon3 .center_box .item_box .item .icon {
  width: 1rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_caseCon3 .center_box .item_box .item .word {
  font-size: var(--font20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_caseCon3 .center_box .item_box .item:hover .word {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_caseCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_caseCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_caseCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_caseCon4 .center_box .left_box {
  width: 45%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_caseCon4 .center_box .left_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: var(--font18);
}
.ins_caseCon4 .center_box .left_box .list_box p {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.8;
  font-weight: 300;
}
.ins_caseCon4 .center_box .left_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.ins_caseCon4 .center_box .right_box {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon4 .center_box .right_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_caseCon4 .center_box .right_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_caseCon4 .center_box .right_box .swiper_box ul li .img {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_caseCon4 .center_box .right_box .swiper_box ul li .img img {
  width: 100%;
  height: auto;
}
.ins_caseCon4 .center_box .right_box .idxPageShow {
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  height: auto;
  z-index: 5;
}
.ins_caseCon4 .center_box .right_box .idxPageShow span {
  background: #FFFFFF;
}
.ins_caseCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_caseCon5 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon5 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .left_box {
  width: 45%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .left_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: var(--font18);
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .left_box .list_box p {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.8;
  font-weight: 300;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .left_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .right_box {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .right_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .right_box .img .pb {
  padding-bottom: 60%;
}
.ins_caseCon5 .center_box .swiper_box ul li .centerInfo .right_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_caseCon5 .center_box .pagerSwiper {
  width: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width:990px) {
  .ins_caseCon5 .center_box .pagerSwiper {
    display: none;
  }
}
.ins_newdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
}
.ins_newdCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box {
  width: 75%;
}
.ins_newdCon1 .center_box .box_info .left_box .Word_box {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}
.ins_newdCon1 .center_box .box_info .left_box .title {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.ins_newdCon1 .center_box .box_info .left_box .list {
  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.2rem;
}
.ins_newdCon1 .center_box .box_info .left_box .list .one {
  border: 0;
  padding: 0.05rem 0.15rem;
  font-size: var(--font14);
  border-radius: 50px;
  background: #103feb1f;
  color: #666666;
}
.ins_newdCon1 .center_box .box_info .left_box .list span {
  color: #666666;
  font-size: var(--font14);
}
.ins_newdCon1 .center_box .box_info .left_box .contentB {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 1;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.85;
  border-bottom: 1px solid #eee;
}
.ins_newdCon1 .center_box .box_info .left_box .contentB p {
  min-height: 0.5em;
}
.ins_newdCon1 .center_box .box_info .left_box .contentB img {
  width: 100% !important;
  height: auto !important;
}
.ins_newdCon1 .center_box .box_info .left_box .pager {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  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_newdCon1 .center_box .box_info .left_box .pager .one {
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #666666;
}
.ins_newdCon1 .center_box .box_info .left_box .pager .one:hover {
  color: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .right_box {
  width: 20%;
  position: sticky;
  top: calc(var(--header-height) + 0.5rem);
  height: 100%;
}
.ins_newdCon1 .center_box .box_info .right_box .titBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 1;
}
.ins_newdCon1 .center_box .box_info .right_box .titBox::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  -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 {
  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.3rem;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  -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 .list {
  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.2rem;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item .list .one {
  border: 0;
  padding: 0.05rem 0.15rem;
  font-size: var(--font14);
  border-radius: 50px;
  background: #103feb1f;
  color: #666666;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item .list span {
  color: #666666;
  font-size: var(--font14);
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item .title {
  color: #333333;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .box_info .right_box .item_box .item:hover .title {
  color: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.24rem;
  margin-top: 0.2rem;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon .one {
  width: 0.4rem;
  height: 0.4rem;
  width: 30px;
  height: 30px;
  background: #f3f5f9;
  border: 1px solid #eaecf1;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon .one i {
  font-size: var(--font18);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #c2c4c7;
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon .one .img_bg {
  position: absolute;
  bottom: calc(100% + 20px);
  width: 1.2rem;
  height: 1.2rem;
  background: #000000bb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.2rem;
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon .one .img_bg img {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon .one .img_bg::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #000000bb transparent transparent transparent;
  position: absolute;
  top: 100%;
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon .one:hover i {
  color: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .right_box .list_icon .one:hover .img_bg {
  opacity: 1;
  visibility: visible;
}
.ins_serTit {
  width: 100%;
  height: auto;
}
.ins_serTit .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font48);
}
.ins_serTit .title img {
  max-width: 0.48rem;
  max-height: 0.48rem;
}
.ins_serTit .title span {
  font-weight: 600;
}
.ins_serTit .t1 {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.ins_serTit .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.05rem;
}
.ins_serTit .t2 p {
  padding-left: 0.15rem;
  position: relative;
  z-index: 1;
}
.ins_serTit .t2 p::after {
  content: '';
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  background: var(--active_color2);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0.6em;
  left: 0;
}
.ins_serviceCon0 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.3rem;
  background: #103feb09;
}
.ins_serviceCon0 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.5rem;
}
.ins_serviceCon0 .center_box .item {
  font-size: var(--font20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #666666;
  position: relative;
  z-index: 1;
}
.ins_serviceCon0 .center_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  bottom: -3px;
  opacity: 0;
}
.ins_serviceCon0 .center_box .item.active {
  color: var(--active_color);
}
.ins_serviceCon0 .center_box .item.active::after {
  opacity: 1;
}
@media (max-width:990px) {
  .ins_serviceCon0 {
    display: none;
  }
}
.ins_serviceCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_serviceCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .center_box .left_box {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon1 .center_box .left_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_serviceCon1 .center_box .left_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .center_box .left_box .swiper_box ul li .img {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_serviceCon1 .center_box .left_box .swiper_box ul li .img img {
  width: 100%;
  height: auto;
}
.ins_serviceCon1 .center_box .left_box .idxPageShow {
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  height: auto;
  z-index: 5;
}
.ins_serviceCon1 .center_box .left_box .idxPageShow span {
  background: #FFFFFF;
}
.ins_serviceCon1 .center_box .right_box {
  width: 40%;
  height: auto;
}
.ins_serviceCon1 .center_box .right_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.15rem;
  font-size: var(--font18);
}
.ins_serviceCon1 .center_box .right_box .list_box p {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.8;
  font-weight: 300;
}
.ins_serviceCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_serviceCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-top: 0.8rem;
}
.ins_serviceCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.3rem;
  background: #FFFFFF;
  padding: 0.1rem;
  border-radius: 0.08rem;
}
.ins_serviceCon2 .center_box .item_box .item .icon {
  width: 1rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_serviceCon2 .center_box .item_box .item .word {
  font-size: var(--font20);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_serviceCon2 .center_box .item_box .item:hover .word {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_serviceCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_serviceCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_serviceCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-top: 0.8rem;
}
.ins_serviceCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #f8f9fb;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_serviceCon3 .center_box .item_box .item .word {
  width: 100%;
  height: 0.8rem;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font20);
  background: var(--bgColor);
  color: #FFFFFF;
  overflow: hidden;
}
.ins_serviceCon3 .center_box .item_box .item .icon {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ins_serviceCon3 .center_box .item_box .item .icon img {
  width: 100%;
  height: auto;
}
.ins_serviceCon3 .center_box .item_box .item .icon img img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_serviceCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_serviceConb {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_serviceConb .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceConb .center_box .ins_serTitb {
  width: 100%;
  height: auto;
}
.ins_serviceConb .center_box .ins_serTitb .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font48);
}
.ins_serviceConb .center_box .ins_serTitb .title img {
  max-width: 0.48rem;
  max-height: 0.48rem;
}
.ins_serviceConb .center_box .ins_serTitb .title span {
  font-weight: 600;
}
.ins_serviceConb .center_box .ins_serTitb .t1 {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.ins_serviceConb .center_box .ins_serTitb .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.05rem;
}
.ins_serviceConb .center_box .ins_serTitb .t2 p {
  position: relative;
  z-index: 1;
}
.ins_serviceCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_serviceCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon4 .center_box .img_w100 {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
  margin-top: 0.6rem;
  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;
}
.ins_serviceCon4 .center_box .img_w100 img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon4 .center_box .img_w100 i {
  position: absolute;
  z-index: 10;
  font-size: var(--font36);
  color: #FFFFFF;
  transform: rotate(-90deg);
  padding: 0.2rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.ins_serviceCon4 .center_box .img_w100 i::before {
  transform: translateY(0.03rem);
  display: block;
}
.ins_serviceCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_serviceCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_serviceCon5 .center_box .ins_serT {
  width: 100%;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.ins_serviceCon5 .center_box .ins_serT .title {
  width: 100%;
  height: auto;
  font-size: var(--font48);
  font-weight: 600;
}
.ins_serviceCon5 .center_box .ins_serT .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.05rem;
  color: #666666;
}
.ins_serviceCon5 .center_box .img_w100 {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
  margin-top: 0.6rem;
  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;
}
.ins_serviceCon5 .center_box .img_w100 img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serviceCon5 .center_box .img_w100 .one {
  position: absolute;
  z-index: 10;
  font-size: var(--font24);
  color: #FFFFFF;
  font-weight: 300;
  padding: 0.2rem 0.5rem;
  border-radius: 100px;
  background: #103feb83;
}
@media (max-width:990px) {
  .ins_serviceCon5 .center_box .ins_serT {
    max-width: unset;
    text-align: left;
  }
}
.ins_productCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_productCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon1 .center_box .item_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.ins_productCon1 .center_box .item_box .grid3 {
  grid-column: span  2;
  grid-row: span 2;
}
.ins_productCon1 .center_box .item_box .item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_productCon1 .center_box .item_box .item .icon {
  width: 100%;
  height: 100%;
}
.ins_productCon1 .center_box .item_box .item .icon img {
  width: 100%;
  height: 100%;
}
.ins_productCon1 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 0;
  padding: 0.4rem;
  color: #FFFFFF;
  font-size: var(--font20);
  line-height: 1.5;
}
.ins_productCon1 .center_box .item_box .swiper_box {
  width: 100%;
  height: 100%;
}
.ins_productCon1 .center_box .item_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_productCon1 .center_box .item_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
}
@media (max-width:990px) {
  .ins_productCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_productCon1 .center_box .item_box .grid3 {
    grid-column: unset;
    grid-row: unset;
  }
}
.ins_productCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_productCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.ins_productCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e593;
  border-radius: 0.16rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ins_productCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000 10%, #00000000 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.ins_productCon2 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 7;
}
.ins_productCon2 .center_box .item_box .item .img .pb {
  padding-bottom: 100%;
}
.ins_productCon2 .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_productCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  padding: 0.4rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(0.6rem);
}
.ins_productCon2 .center_box .item_box .item .word .t1 {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_productCon2 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: calc(2em * 1.56);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.56;
  margin-top: 0.15rem;
  color: #FFFFFF;
  font-weight: 300;
  transform: translateY(0.2rem);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon2 .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.03);
}
.ins_productCon2 .center_box .item_box .item:hover .word {
  transform: translateY(0px);
}
.ins_productCon2 .center_box .item_box .item:hover .word .t2 {
  transform: translateY(0);
  opacity: 0.8;
}
@media (max-width:990px) {
  .ins_productCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_productCon2 .center_box .item_box .item .img .pb {
    padding-bottom: 60%;
  }
  .ins_productCon2 .center_box .item_box .item .word {
    transform: translateY(0);
  }
  .ins_productCon2 .center_box .item_box .item .word .t2 {
    transform: translateY(0);
    opacity: 0.8;
  }
}
.ins_productdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
  background-image: url(../images/zz23.jpg);
  background-size: cover;
}
.ins_productdCon1 .center_box {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_productdCon1 .center_box .left_box {
  width: 40%;
}
.ins_productdCon1 .center_box .left_box .word {
  width: 100%;
  height: auto;
}
.ins_productdCon1 .center_box .left_box .word .t2 {
  width: 100%;
  height: auto;
  line-height: 1.2;
  font-weight: 600;
}
.ins_productdCon1 .center_box .left_box .word .t3 {
  margin-top: 0.3rem;
}
.ins_productdCon1 .center_box .left_box .idx_more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_productdCon1 .center_box .right_box {
  width: 50%;
  height: auto;
}
.ins_productCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_productCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon3 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.ins_productCon3 .center_box .swiper_box ul li {
  width: auto;
  height: auto;
}
.ins_productCon3 .center_box .swiper_box ul li .item {
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
  gap: 0.5rem;
}
.ins_productCon3 .center_box .swiper_box ul li .item .icon {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_productCon3 .center_box .swiper_box ul li .item .icon img {
  width: 0.6rem;
}
.ins_productCon3 .center_box .swiper_box ul li .item .word {
  font-size: var(--font20);
  width: 100%;
  margin-top: 0.5rem;
}
.ins_productCon3 .center_box .swiper_box ul li .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  color: #666666;
  font-weight: 300;
}
.ins_productCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
.ins_productCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
  gap: 0.5rem;
}
.ins_productCon3 .center_box .item_box .item .icon {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_productCon3 .center_box .item_box .item .icon img {
  width: 0.6rem;
}
.ins_productCon3 .center_box .item_box .item .word {
  font-size: var(--font20);
  width: 100%;
  margin-top: 0.5rem;
}
.ins_productCon3 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  color: #666666;
  font-weight: 300;
}
@media (max-width:990px) {
  .ins_productCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_productCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_productCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_productCon4 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  overflow: hidden;
}
.ins_productCon4 .center_box .swiper_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e593;
  border-radius: 0.16rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ins_productCon4 .center_box .swiper_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000 10%, #00000000 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.ins_productCon4 .center_box .swiper_box .item .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 7;
}
.ins_productCon4 .center_box .swiper_box .item .img .pb {
  padding-bottom: 130%;
}
.ins_productCon4 .center_box .swiper_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_productCon4 .center_box .swiper_box .item .word {
  width: 100%;
  height: auto;
  padding: 0.4rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon4 .center_box .swiper_box .item .word .t1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_productCon4 .center_box .swiper_box .item .word .t2 {
  width: 100%;
  height: calc(2em * 1.56);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.56;
  margin-top: 0.15rem;
  color: #FFFFFF;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_productCon4 .center_box .swiper_box .item:hover .img .pb .ab img {
  transform: scale(1.05);
}
.ins_aboutCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_aboutCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .center_box .ins_serTit {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ins_aboutCon1 .center_box .ins_serTit .title {
  width: 30%;
}
.ins_aboutCon1 .center_box .ins_serTit .word {
  width: 60%;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.15rem;
}
.ins_aboutCon1 .center_box .ins_serTit .word .t1 {
  margin-top: 0;
}
.ins_aboutCon1 .center_box .ins_serTit .word .t2 {
  margin-top: 0.3rem;
  line-height: 1.8;
}
.ins_aboutCon1 .center_box .ins_serTit .word .t2 p {
  padding-left: 0;
}
.ins_aboutCon1 .center_box .ins_serTit .word .t2 p::after {
  opacity: 0;
}
.ins_aboutCon1 .center_box .img_w100 {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
  margin-top: 0.6rem;
  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;
}
.ins_aboutCon1 .center_box .img_w100 img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon1 .center_box .img_w100 i {
  position: absolute;
  z-index: 10;
  font-size: var(--font36);
  color: #FFFFFF;
  transform: rotate(-90deg);
  padding: 0.2rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.ins_aboutCon1 .center_box .img_w100 i::before {
  transform: translateY(0.03rem);
  display: block;
}
.ins_aboutCon1 .center_box .list_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-top: 0.9rem;
}
.ins_aboutCon1 .center_box .list_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 0.22rem;
  position: relative;
  z-index: 1;
}
.ins_aboutCon1 .center_box .list_box .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #edf0f1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon1 .center_box .list_box .item::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 2px;
  height: 0.8em;
  background: #004ea2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font50);
  line-height: 1;
  animation: top_bot 2s infinite  linear;
}
.ins_aboutCon1 .center_box .list_box .item .number {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_aboutCon1 .center_box .list_box .item .number .beat {
  font-size: var(--font50);
  line-height: 0.8;
}
.ins_aboutCon1 .center_box .list_box .item .number .icon {
  font-size: var(--font16);
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_aboutCon1 .center_box .list_box .item .number .icon span {
  font-size: var(--font16);
  transform: translateY(-11%) translateX(5px);
}
.ins_aboutCon1 .center_box .list_box .item .number .icon i {
  width: 0;
  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;
  margin-left: 10px;
}
.ins_aboutCon1 .center_box .list_box .item .number .icon i::after {
  content: "";
  width: 2px;
  height: 10px;
  background: var(--active_color);
  display: block;
  position: absolute;
}
.ins_aboutCon1 .center_box .list_box .item .number .icon i::before {
  content: "";
  width: 2px;
  height: 10px;
  background: var(--active_color);
  display: block;
  position: absolute;
  transform: rotate(90deg);
}
.ins_aboutCon1 .center_box .list_box .item .word {
  font-size: var(--font16);
  margin-top: 0.1rem;
}
.ins_aboutCon15 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 1.2rem;
}
.ins_aboutCon15 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon15 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  margin-top: 0.5rem;
}
.ins_aboutCon15 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  background: #103feb09;
  padding: 0.4rem;
  border-radius: 0.16rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon15 .center_box .item_box .item .icon {
  width: 1rem;
}
.ins_aboutCon15 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.ins_aboutCon15 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  line-height: 1.85;
}
.ins_aboutCon15 .center_box .item_box .item:hover {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_aboutCon15 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_aboutCon15 .center_box .item_box .item {
    width: 100%;
    height: auto;
    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;
    gap: 0.3rem;
    padding: 0.4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_aboutCon15 .center_box .item_box .item .icon {
    flex-shrink: 0;
    width: 0.8rem;
  }
  .ins_aboutCon15 .center_box .item_box .item .word {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 0;
  }
  .ins_aboutCon15 .center_box .item_box .item .word .t2 {
    font-size: 12px;
  }
}
.swiPager {
  width: 0.56rem;
  height: 0.56rem;
  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;
  border: 1px solid #FFFFFF33;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiPager i {
  font-size: var(--font22);
}
.swiPager:hover {
  background: var(--active_color2);
}
.ins_aboutCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.4rem;
  background: #2b2b2b;
  background-image: url(../images/zz47.jpg);
  background-position: bottom center;
  background-size: cover;
}
.ins_aboutCon6 * {
  color: #FFFFFF;
}
.ins_aboutCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon6 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutCon6 .center_box .ins_title .pager {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
}
.ins_aboutCon6 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
  position: relative;
  z-index: 1;
  padding-bottom: 2.81rem;
}
.ins_aboutCon6 .center_box .swiper_box .parallax-bg {
  position: absolute;
  left: -10%;
  top: 0;
  width: 180%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left bottom;
}
.ins_aboutCon6 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo .icon {
  font-size: var(--font32);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo .line {
  width: 100%;
  height: 0px;
  margin-top: 0.4rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo .line::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #4b4b4b;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo .line i {
  width: 0.39rem;
  height: 0.1rem;
  background: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  left: 0.3rem;
  z-index: 2;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo .line i::after {
  content: '';
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  z-index: 3;
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo .line i::before {
  content: '';
  position: absolute;
  width: 0.21rem;
  height: 0.21rem;
  background: var(--active_color2);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
}
.ins_aboutCon6 .center_box .swiper_box ul li .centerInfo .word {
  width: 80%;
  font-size: var(--font16);
  color: #FFF;
  font-weight: 300;
  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.2rem;
}
.ins_aboutCon6 .center_box .swiper_box ul li:hover .centerInfo .icon {
  color: var(--active_color2);
}
.ins_aboutCon6 .center_box .swiper_box ul li:hover .centerInfo .line i::after {
  background: var(--active_color2);
}
.ins_aboutCon6 .center_box .swiper_box ul li:hover .centerInfo .line i::before {
  transform: scale(1);
  opacity: 0.2;
}
.ins_aboutCon6 .center_box .swiper_box ul li.swiper-slide-active .centerInfo .icon {
  color: var(--active_color2);
}
.ins_aboutCon6 .center_box .swiper_box ul li.swiper-slide-active .centerInfo .line i::after {
  background: var(--active_color2);
}
.ins_aboutCon6 .center_box .swiper_box ul li.swiper-slide-active .centerInfo .line i::before {
  transform: scale(1);
  opacity: 0.2;
}
.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 {
  width: fit-content;
  height: auto;
}
.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;
  overflow: hidden;
}
.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 .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .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 .one .img .pb {
  padding-bottom: 130%;
}
.ins_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .one .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_aboutCon7 .center_box .swiper_info .swiper_box ul li .centerInfo .swiper_img .one .word {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font18);
  margin-top: 0.15rem;
}
.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;
}
.ins_aboutCon7 .center_box .swiper_info .idxPageShow {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
@media (max-width:990px) {
  .ins_aboutCon7 .center_box .top_box {
    gap: 0.2rem;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .ins_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_aboutCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_aboutCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutCon2 .center_box .ins_title .pager {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
}
.ins_aboutCon2 .center_box .ins_title .pager .swiPager {
  background: #103feb7c;
  border-radius: 50%;
  color: #FFFFFF;
}
.ins_aboutCon2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.ins_aboutCon2 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .swiper_box .centerInfo .pb {
  padding-bottom: 55%;
}
.ins_aboutCon2 .center_box .swiper_box .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes grow3 {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes grow4 {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.ins_contactCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_contactCon7 .ins_title {
  text-align: center;
}
.ins_contactCon7 .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.3rem;
}
.ins_contactCon7 .content .imgs_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_contactCon7 .content .imgs_box .img_w100 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_contactCon7 .content .imgs_box .img_w100 img {
  width: 100%;
  height: auto;
}
.ins_contactCon7 .content .imgs_box .img_w100 .be {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.ins_contactCon7 .content .imgs_box .iconBox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 10;
}
.ins_contactCon7 .content .imgs_box .iconBox .word {
  position: absolute;
  bottom: 0.3rem;
  width: max-content;
  background: #FFFFFF;
  padding: 0.2rem;
  border-radius: 0.08rem;
  box-shadow: 0 0 10px 1px #00306634;
  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;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 6rem;
}
.ins_contactCon7 .content .imgs_box .iconBox .word::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.14rem 0.15rem 0 0.15rem;
  border-color: #ffffff transparent transparent transparent;
  top: 100%;
  position: absolute;
}
.ins_contactCon7 .content .imgs_box .iconBox .word .title {
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e5eaef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.11rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  color: var(--font_color);
}
.ins_contactCon7 .content .imgs_box .iconBox .word .subtitle {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  line-height: 1.75;
  font-size: var(--font16);
}
.ins_contactCon7 .content .imgs_box .iconBox .icon1 {
  width: 1px;
  height: 1px;
  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;
  cursor: pointer;
}
.ins_contactCon7 .content .imgs_box .iconBox .icon1 i {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--bgColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
.ins_contactCon7 .content .imgs_box .iconBox .icon1 i::after {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  background: var(--bgColor);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  border-radius: 50%;
  animation: grow4 linear var(--time) infinite;
  z-index: -1;
}
.ins_contactCon7 .content .imgs_box .iconBox .icon1 i::before {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: var(--bgColor);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.15;
  border-radius: 50%;
  animation: grow3 linear var(--time) infinite;
  z-index: -1;
}
.ins_contactCon7 .content .imgs_box .iconBox .icon1 span {
  position: absolute;
  width: max-content;
  right: 0.2rem;
  color: var(--active_color);
  font-size: var(--font18);
}
.ins_contactCon7 .content .imgs_box .iconBox .icon1.img span {
  right: unset;
  top: 0.2rem;
}
.ins_contactCon7 .content .imgs_box .iconBox .icon1:hover {
  z-index: 10;
}
.ins_contactCon7 .content .imgs_box .iconBox .icon1:hover .word {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width:990px) {
  .ins_contactCon7 .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;
  }
  .ins_contactCon7 .content .imgs_box {
    width: 100%;
  }
  .ins_contactCon7 .content .imgs_box .iconBox .icon span {
    transform: scale(0.8);
  }
  .ins_contactCon7 .content .imgs_box .iconBox .word {
    max-width: 170px;
  }
}
.ins_aboutCon9 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_aboutCon9 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon9 .center_box .ins_title {
  text-align: center;
}
.ins_aboutCon9 .center_box .swiper_info {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.16rem;
}
.ins_aboutCon9 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutCon9 .center_box .swiper_box ul {
  transition-timing-function: linear !important;
}
.ins_aboutCon9 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutCon9 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  border: 1px solid #FFF;
  border-radius: 0.08rem;
  background: rgba(180, 180, 180, 0.103);
  cursor: pointer;
}
.ins_aboutCon9 .center_box .swiper_box ul li .centerInfo .pb {
  padding-bottom: 52%;
}
.ins_aboutCon9 .center_box .swiper_box ul li .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0) invert(0);
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon9 .center_box .swiper_box ul li .centerInfo:hover .pb .ab img {
  opacity: 1;
  filter: unset;
}
.label_tag {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 0.2rem;
  position: relative;
  z-index: 2;
}
.label_tag .tag {
  width: fit-content;
  padding: 0.12rem 0.25rem;
  font-size: var(--font16);
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  background: #3468f62d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  .label_tag .tag {
    padding: 6px 12px;
  }
  .label_tag .tag i {
    transform: translateY(0) !important;
    font-size: 12px !important;
  }
}
.label_tag .tag:hover {
  background: var(--active_color);
  color: #FFFFFF;
}
.idx_morebg {
  width: 100%;
  height: auto;
}
.idx_morebg a,
.idx_morebg .more {
  width: fit-content;
  height: 44px;
  border: 1px solid var(--active_color);
  padding: 10px 15px;
  width: 1.28rem;
  min-width: 100px;
  font-size: var(--font16);
  border-radius: 100px;
  color: var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.idx_morebg a::after,
.idx_morebg .more::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  transform: translateX(-100%);
}
.idx_morebg a span,
.idx_morebg .more span {
  position: relative;
  z-index: 2;
}
.idx_morebg a:hover,
.idx_morebg .more:hover {
  color: #FFFFFF;
}
.idx_morebg a:hover::after,
.idx_morebg .more:hover::after {
  transform: translateX(0%);
}
.ins_resourceCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
}
.ins_resourceCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_resourceCon2 .center_box .left_box {
  width: 65.97%;
}
.ins_resourceCon2 .center_box .left_box .input_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;
  background: #103feb10;
  padding: 0.07rem;
  border-radius: 100px;
  overflow: hidden;
}
.ins_resourceCon2 .center_box .left_box .input_box .icon {
  flex-shrink: 0;
  width: 60px;
  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_resourceCon2 .center_box .left_box .input_box .input {
  width: 100%;
  height: auto;
}
.ins_resourceCon2 .center_box .left_box .input_box .input input {
  width: 100%;
  height: 100%;
  min-height: 40px;
  font-size: var(--font18);
  border: 0;
  background: none;
}
.ins_resourceCon2 .center_box .left_box .input_box .btn_box {
  flex-shrink: 0;
  width: 1.3rem;
  min-width: 100px;
  min-height: 40px;
  height: 0.55rem;
  border: 1px solid var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font20);
  color: #FFFFFF;
  background: var(--active_color);
  border-radius: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.ins_resourceCon2 .center_box .left_box .input_box .btn_box span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_resourceCon2 .center_box .left_box .input_box .btn_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(-100%);
  border-radius: 100px;
}
.ins_resourceCon2 .center_box .left_box .input_box .btn_box:hover span {
  color: var(--active_color);
}
.ins_resourceCon2 .center_box .left_box .input_box .btn_box:hover::after {
  transform: translateX(0);
}
.ins_resourceCon2 .center_box .left_box .tag_list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0.2rem;
  color: #646a73;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-left: 0.3rem;
}
.ins_resourceCon2 .center_box .left_box .tag_list span {
  flex-shrink: 0;
  font-size: var(--font16);
}
.ins_resourceCon2 .center_box .left_box .tag_list .tag_a {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_resourceCon2 .center_box .left_box .tag_list .tag_a a {
  margin: 0 0.14rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #646a73;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font16);
}
.ins_resourceCon2 .center_box .left_box .tag_list .tag_a a::after {
  content: '';
  position: absolute;
  right: -0.14rem;
  width: 1px;
  height: 70%;
  background: #000;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_resourceCon2 .center_box .left_box .tag_list .tag_a a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_resourceCon2 .center_box .left_box .tag_list .tag_a a:hover {
  color: var(--active_color);
}
.ins_resourceCon2 .center_box .left_box .tag_list .tag_a a:hover::before {
  opacity: 1;
}
.ins_resourceCon2 .center_box .left_box .tag_list .tag_a a:last-child::after {
  opacity: 0;
}
@media (max-width:990px) {
  .ins_resourceCon2 .center_box .left_box .tag_list {
    display: none;
  }
}
.ins_resourceCon2 .center_box .left_box .select_b {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
}
.ins_resourceCon2 .center_box .left_box .select_b .sele_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.2rem 0.4rem;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.ins_resourceCon2 .center_box .left_box .select_b .sele_box .one {
  font-size: var(--font20);
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_resourceCon2 .center_box .left_box .select_b .sele_box .one::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: var(--active_color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_resourceCon2 .center_box .left_box .select_b .sele_box .one.active {
  color: var(--active_color);
  font-weight: 600;
}
.ins_resourceCon2 .center_box .left_box .select_b .sele_box .one.active::after {
  opacity: 1;
}
.ins_resourceCon2 .center_box .left_box .select_b .sele_box .one:hover {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_resourceCon2 .center_box .left_box .select_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0.2rem;
  }
  .ins_resourceCon2 .center_box .left_box .select_b .sele_box {
    max-width: 80%;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.2rem;
  }
  .ins_resourceCon2 .center_box .left_box .select_b .sele_box .one {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins_resourceCon2 .center_box .left_box .select_b .icon i {
    font-size: var(--font12);
  }
}
.ins_resourceCon2 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.06rem;
  margin-top: 0.35rem;
}
.ins_resourceCon2 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.15em 0.1rem;
  padding-bottom: 0.25rem;
  border-radius: 0.2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_resourceCon2 .center_box .left_box .item_box .item .images {
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_resourceCon2 .center_box .left_box .item_box .item .images .pb {
  padding-bottom: 54.5%;
}
.ins_resourceCon2 .center_box .left_box .item_box .item .images .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_resourceCon2 .center_box .left_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.ins_resourceCon2 .center_box .left_box .item_box .item .word .t1 {
  font-weight: 500;
  line-height: 1.5555;
  color: #000000;
  height: calc(2em * 1.555);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_resourceCon2 .center_box .left_box .item_box .item .word .t2 {
  margin-top: 0.2rem;
  color: var(--active_color);
  font-weight: 500;
}
.ins_resourceCon2 .center_box .left_box .item_box .item:hover {
  background: #ffffffb3;
}
.ins_resourceCon2 .center_box .left_box .item_box .item:hover .images .pb .ab img {
  transform: scale(1.06);
}
@media (max-width:990px) {
  .ins_resourceCon2 .center_box .left_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_resourceCon2 .center_box .left_box .item_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;
  gap: 0.35rem;
  margin-top: 0.5rem;
}
.ins_resourceCon2 .center_box .left_box .item_info .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 0.35rem;
  position: relative;
  z-index: 1;
}
.ins_resourceCon2 .center_box .left_box .item_info .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.05;
}
.ins_resourceCon2 .center_box .left_box .item_info .item .images {
  width: 36.401%;
  flex-shrink: 0;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_resourceCon2 .center_box .left_box .item_info .item .images .pb {
  padding-bottom: 56.4%;
}
.ins_resourceCon2 .center_box .left_box .item_info .item .images .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_resourceCon2 .center_box .left_box .item_info .item .word_box {
  width: 100%;
  height: auto;
}
.ins_resourceCon2 .center_box .left_box .item_info .item .word_box .t1 {
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.ins_resourceCon2 .center_box .left_box .item_info .item .word_box .t2 {
  margin-top: 0.15rem;
  color: #646a73;
  line-height: 1.625;
}
.ins_resourceCon2 .center_box .left_box .item_info .item .word_box .t3 {
  margin-top: 0.2rem;
  color: #646a73;
}
.ins_resourceCon2 .center_box .left_box .item_info .item:hover .images .pb .ab img {
  transform: scale(1.03);
}
.ins_resourceCon2 .center_box .left_box .item_info .item:hover .word_box .t1 {
  color: var(--active_color);
}
.ins_resourceCon2 .center_box .left_box .item_info .item:hover::after {
  opacity: 1;
  background: var(--active_color);
}
.ins_resourceCon2 .center_box .right_box {
  width: 30.55%;
}
.ins_resourceCon2 .center_box .right_box .label_box {
  width: 100%;
  height: auto;
}
.ins_resourceCon2 .center_box .right_box .label_box .t1 {
  font-weight: 600;
}
.ins_resourceCon2 .center_box .right_box .item_info {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  max-width: 380px;
}
.ins_resourceCon2 .center_box .right_box .item_info .title {
  font-size: var(--font24);
  font-weight: 600;
}
.ins_resourceCon2 .center_box .right_box .item_info .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.25rem;
}
.ins_resourceCon2 .center_box .right_box .item_info .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2rem;
  line-height: 1.444;
  color: #1f2329;
}
.ins_resourceCon2 .center_box .right_box .item_info .item_box .item a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: var(--font18);
}
.ins_resourceCon2 .center_box .right_box .item_info .item_box .item::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: -25px;
  width: 7px;
  height: 7px;
  background: #aeb9c9;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
.ins_resourceCon2 .center_box .right_box .item_info .item_box .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  width: 100%;
  height: 1px;
  opacity: 0.05;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_resourceCon2 .center_box .right_box .item_info .item_box .item:hover a {
  color: var(--active_color);
}
.ins_resourceCon2 .center_box .right_box .item_info .item_box .item:hover::after {
  background: var(--active_color);
}
.ins_resourceCon2 .center_box .right_box .list_one {
  width: 100%;
  height: auto;
  background: #2f58af11;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: 0.55rem;
  max-width: 380px;
}
.ins_resourceCon2 .center_box .right_box .list_one .word_box {
  width: 100%;
  height: auto;
  background: url(../images/y16.jpg) no-repeat top right / cover;
  padding: 0.35rem 0.3rem;
}
.ins_resourceCon2 .center_box .right_box .list_one .word_box .t1 {
  font-weight: 600;
}
.ins_resourceCon2 .center_box .right_box .list_one .word_box .t2 {
  margin-top: 0.1rem;
}
.ins_resourceCon2 .center_box .right_box .list_one .icon_box {
  width: 100%;
  height: auto;
  padding: 0.2rem;
  padding-bottom: 0.5rem;
}
.ins_resourceCon2 .center_box .right_box .list_one .icon_box .idx_morebg .more {
  width: 100%;
  min-height: 40px;
  height: 0.55rem;
  border-radius: 0.1rem;
}
.ins_resourceCon2 .center_box .right_box .list_one .icon_box .idx_morebg .more::after {
  border-radius: 2px;
}
.ins_resourceCon2 .center_box .right_box .list_one .icon_box .get_box {
  font-size: var(--font18);
  margin-top: 0.3rem;
  text-align: center;
  color: var(--active_color);
  cursor: pointer;
  display: block;
}
.ins_newDataCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
}
.ins_newDataCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newDataCon1 .center_box .left_box {
  width: 68.68%;
  height: auto;
}
.ins_newDataCon1 .center_box .left_box .time {
  margin-top: 0.2rem;
  color: #000000;
  font-size: var(--font16);
}
.ins_newDataCon1 .center_box .left_box .label_tag {
  margin-top: 0.3rem;
}
.ins_newDataCon1 .center_box .left_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.ins_newDataCon1 .center_box .left_box .content p {
  font-size: var(--font16);
  line-height: 1.625;
  min-height: 0.5em;
  font-weight: 500;
}
.ins_newDataCon1 .center_box .left_box .content p img {
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_newDataCon1 .center_box .left_box .content h1 {
  font-size: var(--font24);
}
.ins_newDataCon1 .center_box .left_box .content li {
  list-style: unset;
}
.ins_newDataCon1 .center_box .left_box .content ul {
  padding-left: 0.2rem;
}
.ins_newDataCon1 .center_box .left_box .next_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.ins_newDataCon1 .center_box .left_box .next_box a {
  width: fit-content;
  max-width: 45%;
  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;
  padding: 0.16rem 0.2rem;
  min-width: 124px;
  border: 1px solid #0000001a;
  color: #000000;
  font-size: var(--font18);
  line-height: 1;
  border-radius: 4px;
  gap: 0.15rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newDataCon1 .center_box .left_box .next_box a .icon {
  flex-shrink: 0;
}
.ins_newDataCon1 .center_box .left_box .next_box a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins_newDataCon1 .center_box .left_box .next_box a:hover {
  border: 1px solid var(--active_color);
  color: var(--active_color);
}
.ins_newDataCon1 .center_box .right_box {
  width: 26.38%;
}
.ins_newDataCon1 .center_box .right_box .list_one {
  width: 100%;
  height: auto;
  background: #0077ff0e;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_newDataCon1 .center_box .right_box .list_one .word_box {
  width: 100%;
  height: auto;
  background: url(../images/y16.jpg) no-repeat top right / cover;
  padding: 0.35rem 0.3rem;
}
.ins_newDataCon1 .center_box .right_box .list_one .word_box .t1 {
  font-weight: 600;
  margin-top: 0.15rem;
}
.ins_newDataCon1 .center_box .right_box .list_one .icon_box {
  width: 100%;
  height: auto;
  padding: 0.2rem;
  padding-bottom: 0.5rem;
}
.ins_newDataCon1 .center_box .right_box .list_one .icon_box .idx_morebg .more {
  width: 100%;
  min-height: 40px;
  height: 0.55rem;
  border-radius: 0.1rem;
}
.ins_newDataCon1 .center_box .right_box .list_one .icon_box .idx_morebg .more::after {
  border-radius: 2px;
}
.ins_newDataCon1 .center_box .right_box .list_one .icon_box .get_box {
  font-size: var(--font18);
  margin-top: 0.3rem;
  text-align: center;
  color: var(--active_color);
  cursor: pointer;
  display: block;
}
.ins_newDataCon1 .center_box .right_box .label_box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_newDataCon1 .center_box .right_box .item_info {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.ins_newDataCon1 .center_box .right_box .item_info .title {
  font-size: var(--font24);
  padding-left: 0.2rem;
  font-weight: 600;
}
.ins_newDataCon1 .center_box .right_box .item_info .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 25px;
}
.ins_newDataCon1 .center_box .right_box .item_info .item_box .item {
  padding-left: 0.2rem;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.2rem;
  line-height: 1.444;
  color: #1f2329;
  overflow: hidden;
}
.ins_newDataCon1 .center_box .right_box .item_info .item_box .item a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: var(--font18);
}
.ins_newDataCon1 .center_box .right_box .item_info .item_box .item::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #aeb9c9;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newDataCon1 .center_box .right_box .item_info .item_box .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  width: 100%;
  height: 1px;
  opacity: 0.05;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newDataCon1 .center_box .right_box .item_info .item_box .item:hover a {
  color: var(--active_color);
}
.ins_newDataCon1 .center_box .right_box .item_info .item_box .item:hover::after {
  background: var(--active_color);
}
@media (max-width:990px) {
  .ins_newDataCon1 .center_box .hh_right {
    display: none;
  }
}
.ins_downloadCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #f8f9fb;
}
.ins_downloadCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_downloadCon2 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_downloadCon2 .center_box .ins_title .icon_box {
  width: fit-content;
  max-width: 60%;
  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_downloadCon2 .center_box .ins_title .icon_box .item_box {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.13rem;
  flex-wrap: wrap;
}
.ins_downloadCon2 .center_box .ins_title .icon_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_downloadCon2 .center_box .ins_title .icon_box .item_box .item:hover {
  color: var(--active_color);
}
.ins_downloadCon2 .center_box .ins_title .icon_box .item_box .item.active {
  background: var(--active_color);
  color: #FFFFFF;
}
.ins_downloadCon2 .center_box .ins_title .icon_box .input_box {
  width: 100%;
  width: 3.6rem;
  height: 0.55rem;
  min-height: 40px;
  min-width: 250px;
  border: 1px solid #e6e7e9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.ins_downloadCon2 .center_box .ins_title .icon_box .input_box input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  padding: 0 0.2rem;
}
.ins_downloadCon2 .center_box .ins_title .icon_box .input_box button {
  width: 0.55rem;
  height: 0.55rem;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;
  border: 0;
  background: none;
  font-size: var(--font20);
  color: #999999;
}
@media (max-width:990px) {
  .ins_downloadCon2 .center_box .ins_title {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
  .ins_downloadCon2 .center_box .ins_title .icon_box {
    width: 100%;
    height: auto;
    max-width: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_downloadCon2 .center_box .ins_title .icon_box .input_box {
    width: 100%;
  }
}
.ins_downloadCon2 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.ins_downloadCon2 .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.ins_downloadCon2 .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e4e4e4;
  border-radius: 0.16rem;
  padding: 0.2rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.3rem;
}
.ins_downloadCon2 .center_box .content .item_box .item .icon {
  width: 0.4rem;
  flex-shrink: 0;
}
.ins_downloadCon2 .center_box .content .item_box .item .word {
  width: 100%;
  height: auto;
}
.ins_downloadCon2 .center_box .content .item_box .item .word .more {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ins_downloadCon2 .center_box .content .item_box .item .word .more .one {
  border: 1px solid var(--active_color);
  color: var(--active_color);
  padding: 0.09rem 0.3rem;
  width: fit-content;
  border-radius: 0.06rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_downloadCon2 .center_box .content .item_box .item .word .more .one:hover {
  background: var(--active_color);
  color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_downloadCon2 .center_box .content .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_downloadCon2 .center_box .content .layPager {
  margin-top: 1rem;
}
.ins_contactCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_contactCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-top: 0.6rem;
}
.ins_contactCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e7e7e7;
  padding: 0.4rem 0.5rem;
  border-radius: 0.16rem;
}
.ins_contactCon1 .center_box .item_box .item .icon {
  text-align: center;
  display: none;
}
.ins_contactCon1 .center_box .item_box .item .icon i {
  font-size: var(--font60);
  color: var(--active_color);
}
.ins_contactCon1 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.4rem;
}
.ins_contactCon1 .center_box .item_box .item .word i {
  font-size: var(--font26);
  color: var(--active_color);
}
.ins_contactCon1 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  line-height: 1.58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
}
@media (max-width:990px) {
  .ins_contactCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_contactCon1 .center_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.9rem;
}
.ins_contactCon1 .center_box .content .img {
  width: 100%;
  height: auto;
}
.ins_contactCon1 .center_box .content .img img {
  width: 100%;
  height: auto;
}
.ins_privacyCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_privacyCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_privacyCon1 .center_box .top_box {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dfdfdf;
}
.ins_privacyCon1 .center_box .top_box .t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.2rem;
  color: #999999;
}
.ins_privacyCon1 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.8;
  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_privacyCon1 .center_box .content h1 {
  font-size: var(--font20);
  margin-top: 0.25rem;
}
.ins_privacyCon1 .center_box .content h2 {
  font-size: var(--font18);
  font-weight: 500;
}
.ins_privacyCon1 .center_box .content table tr td {
  border: 1px solid #dfdfdf;
  padding: 0.05rem 0.1rem;
}
.idx_system {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
  overflow: hidden;
  padding-top: 0;
}
.idx_system .center_box {
  width: 100%;
  height: auto;
}
.idx_system .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;
}
.idx_system .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.6rem;
}
.idx_system .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.idx_system .center_box .swiper_box .centerInfo .img {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.idx_system .center_box .swiper_box .centerInfo .img .pb {
  padding-bottom: 70%;
}
.idx_system .center_box .swiper_box .centerInfo .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_system .center_box .swiper_box .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.idx_system .center_box .swiper_box .centerInfo .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  color: #666666;
}
.idx_system .center_box .idxPageShow {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.idx_app2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.idx_app2 .center_box {
  width: 100%;
  height: auto;
}
.idx_app2 .center_box .ins_title .font42 {
  text-align: center;
}
.idx_app2 .center_box .it_info {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.idx_app2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.2rem 0.5rem;
}
.idx_app2 .center_box .item_box .item {
  width: fit-content;
  height: auto;
  padding-bottom: 0.15rem;
  position: relative;
  z-index: 1;
  font-size: var(--font20);
  color: #646A73;
  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;
  cursor: pointer;
}
.idx_app2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 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;
}
.idx_app2 .center_box .item_box .item:hover {
  color: var(--active_color2);
}
.idx_app2 .center_box .item_box .item.active {
  color: var(--active_color2);
}
.idx_app2 .center_box .item_box .item.active::after {
  width: 100%;
}
.idx_app2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.idx_app2 .center_box .swiper_box .swiper_info {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo {
  width: 100%;
  height: auto;
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .img {
  width: 100%;
  height: auto;
  border-radius: 0.16rem;
  overflow: hidden;
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .img .pb {
  padding-bottom: 70%;
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .img .pb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  padding: 0 0.1rem;
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .word .icon {
  width: fit-content;
  height: auto;
  padding: 0.05rem 0.15rem;
  background: var(--active_color2);
  color: #FFFFFF;
  border-radius: 0.16rem;
  font-size: var(--font14);
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .word .t1 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .word .dwom {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  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_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo .word .dwom i {
  font-size: var(--font20);
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo:hover .img .pb .ab img {
  transform: scale(1.03);
}
.idx_app2 .center_box .swiper_box .swiper_info .swiper_word .centerInfo:hover .word .t1 {
  color: var(--active_color);
}
