<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: "ProductSans";
  font-size: var(--font16) !important;
  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;
}
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;
}
/* 首字母大写 */
.text_cap {
  /*text-transform: capitalize;*/
}
/* 动画 */
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.dh {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* 动画延迟 */
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes grow3 {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes grow33 {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* 旋转 */
/* 地图放大 */
@keyframes grow2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes grow3 {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes line1 {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* 左到右移动 */
@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 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;
}
/* 垂直居中 */
.f_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* 媒体查询 缩写 */
/* 布局 */
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:990px) {
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mar_b {
  margin-bottom: 0 !important;
}
.mar_t {
  margin-top: 0 !important;
}
.pad_b {
  padding-bottom: 0 !important;
}
.pad_t {
  padding-top: 0 !important;
}
.h100 {
  height: 100%;
}
.head_nbsp {
  width: 100%;
  height: var(--header-height);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
:root {
  /* COLOR */
  --active_color: #10589E;
  --color_fff: #ffffff;
  --color_text: #282828;
  --color_f5: #F5F5F5;
  --color_f6f: #f6f6f6;
  --color_f4f: #f4f4f4;
  --color_eee: #eeeeee;
  --color_ddd: #dddddd;
  --color_bbb: #bbbbbb;
  --color_999: #999999;
  --color_ccc: #cccccc;
  --color_666: #666666;
  --color_444: #444444;
  --color_333: #333333;
  --color_222: #222222;
  --color_000: #000000;
  --yellow: #F6AB00;
  /* --- 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);
  --font90: clamp(32px, 0.9rem, 90px);
  --font96: clamp(32px, 0.96rem, 96px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font130: 1.3rem;
  --font160: 1.6rem;
  --font220: 2.2rem;
  --font15: clamp(12px, 0.15rem, 15px);
}
@font-face {
  font-family: "ProductSans";
  src: url("../fonts/ProductSans-Thin.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "ProductSans";
  src: url("../fonts/ProductSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "ProductSans";
  src: url("../fonts/ProductSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "ProductSans";
  src: url("../fonts/ProductSans-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "ProductSans";
  src: url("../fonts/ProductSans-Bold.ttf");
  font-weight: 700;
}
/* 公共字体 */
.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);
}
.white {
  color: var(--color_fff);
}
.activec {
  color: #C4131A;
}
.activey {
  color: var(--yellow);
}
.black0 {
  color: var(--color_000);
}
.black2 {
  color: var(--color_222);
}
.black3 {
  color: var(--color_333);
}
.black6 {
  color: var(--color_444);
}
.black6 {
  color: var(--color_666);
}
.black9 {
  color: var(--color_999);
}
.bgblack {
  background-color: #010101;
}
.bg5 {
  background-color: #F5F5F5;
}
.activec {
  color: var(--active_color);
}
.activecbg {
  background-color: #A68045;
}
.bge {
  background-color: #EEE;
}
/* 文字字重 */
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.center {
  text-align: center;
}
/* 网格布局 */
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.grid6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.y1 {
  color: var(--yellow);
}
.lh-desc {
  line-height: calc(24/16);
}
.pt120 {
  padding-top: 1.2rem;
}
/* 设置整个滚动条的宽度 */
::-webkit-scrollbar {
  width: 4px;
  /* 可以根据需要调整 */
  height: 4px;
}
/* 滚动条的滑块部分 */
::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 5px;
}
/* -------------------------------------------------------------------  layui */
.layui-laypage-next em,
.layui-laypage-prev em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* --------------------------------------------------------------- 全站内容区 */
.container {
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
}
.w1792 {
  width: 93.33333333%;
  margin: 0 auto;
}
@media (max-width:3840px) {
    .w1792 {
      width: 93.33333333%;
      max-width: 2560px;
      margin: 0 auto;
    }
}
@media (max-width:990px) {
  .w1792 {
    width: 100%;
    padding: 0 20px;
  }
}
.w1760 {
  width: 91.66666667%;
  margin: 0 auto;
}
@media (max-width:990px) {
  .w1760 {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width:1920px) {
  .w1680 {
    max-width: 87.5%;
    margin: auto;
  }
}
@media (max-width:990px) {
  .w1680 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1640 {
    max-width: 85.416%;
  }
}
@media (max-width:990px) {
  .w1640 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.w1620 {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
@media (max-width: 1900px) {
  .w1620 {
    max-width: 85.26315789%;
  }
}
@media (max-width:990px) {
  .w1620 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.w1520 {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width:1800px) {
  .w1520 {
    max-width: 84.44444444%;
  }
}
@media (max-width:990px) {
  .w1520 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.w1480 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media (max-width:1760px) {
  .w1480 {
    max-width: 91.66666667%;
  }
}
@media (max-width:990px) {
  .w1480 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.w1280 {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}
@media (max-width:1560px) {
  .w1280 {
    max-width: 82%;
  }
}
@media (max-width:990px) {
  .w1280 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.imgbg .pc_img {
  display: block;
}
.imgbg .m_img {
  display: none;
}
@media (max-width:480px) {
  .imgbg .pc_img {
    display: none;
  }
  .imgbg .m_img {
    display: block;
  }
}
/* --------------------------------------------------------------- 分页按钮 */
.SwiperbtnBox {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.SwiperbtnBox img {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: brightness(0) invert(0.7);
}
.SwiperbtnBox .svgBox {
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 1;
}
.SwiperbtnBox .svgBox .svg1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.SwiperbtnBox .svgBox .svg2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  stroke-dasharray: 125.663704;
  stroke-dashoffset: 125.663704;
  transform: rotate(-84deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.SwiperbtnBox:hover img {
  color: var(--active_color);
  filter: unset;
}
.SwiperbtnBox:hover .svgBox .svg2 {
  stroke-dashoffset: 0;
}
/* --------------------------------------------------------------- 更多按钮 */
.index_more {
  width: fit-content;
  text-align: center;
}
.index_more a {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--color_fff);
  overflow: hidden;
  padding: 0.1rem 0.32rem;
  border: 2px solid #FFFFFF;
}
.index_more a:before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -1px;
  z-index: -1;
  background-color: var(--active_color);
}
.index_more a:after {
  content: "";
  display: inline-block;
  background: url("../svg/more.svg") no-repeat;
  background-size: contain;
  width: 4px;
  height: 7px;
  margin-left: 0.13rem;
}
.index_more a:hover {
  border: 2px solid transparent;
}
.index_more a:hover:before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 101%;
}
/*
插件：投递简历弹窗
版本：
官网：
*/
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#hi-resume-pop form .contact_wrap{
    height: 80vh;
}

#hi-resume-pop form .contact_wrap .formtable{
    height: 55vh;
    overflow: auto;
}


#hi-resume-pop form .contact_wrap .flexbox .f_right{
    padding: .4rem;
    margin-top: 0.1rem;
}




#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
#hi-resume-pop form .hi-title-box {
  position: relative;
  padding: 0 0.4rem;
}
#hi-resume-pop form .hi-title-box .hi-title {
  color: var(--color_222);
  padding-top: 0.5rem;
  text-align: center;
  font-size: var(--font36);
}
#hi-resume-pop form .hi-title-box .hi-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  z-index: 5;
  cursor: pointer;
  width: 0.49rem;
  height: 0.49rem;
  background: var(--color_eee);
  border-radius: 50%;
  opacity: 1;
  top: 0;
  right: 0;
}
#hi-resume-pop form .hi-title-box .hi-close img {
  width: 0.15rem;
}
#hi-resume-pop form .hi-title-box .hi-close:hover::before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--active_color);
}
#hi-resume-pop form .hi-title-box .hi-close:hover::after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--active_color);
}
#hi-resume-pop form .hi-box {
  padding: 0.4rem;
  line-height: 0.6rem;
}
#hi-resume-pop form .hi-box .row {
  position: relative;
  z-index: 1;
}
#hi-resume-pop form .hi-box .row .verifyicon {
  position: absolute;
  right: 0.27rem;
  top: -0.07rem;
  width: 1.12rem;
}
#hi-resume-pop form .hi-box .private-btn {
  display: -webkit-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;
}
#hi-resume-pop form .hi-box .private-btn .icon {
  position: relative;
  z-index: 1;
  width: 0.18rem;
  height: 0.18rem;
  min-width: 14px;
  min-height: 14px;
  border-radius: 50%;
  border: solid 1px #333;
}
#hi-resume-pop form .hi-box .private-btn .icon img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hi-resume-pop form .hi-box .private-btn .active {
  border: none;
}
#hi-resume-pop form .hi-box .private-btn .active img {
  display: block;
}
#hi-resume-pop form .hi-box input {
  width: 100%;
  border-radius: 25px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 0.2rem;
  height: 0.5rem;
  padding: 0 0.15rem;
}
#hi-resume-pop form .hi-box button {
  background: var(--active_color);
  border-radius: 25px;
  margin-top: 0.2rem;
  height: 0.5rem;
  width: 100%;
  height: 0.6rem;
  color: #fff;
  cursor: pointer;
  border: 0;
}
#hi-resume-pop form .hi-box .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-input-box {
  position: relative;
  display: inline-block;
  margin-right: 0.15rem;
  padding: 0.05rem 0.15rem;
  line-height: 0.3rem;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-input-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-input-box .hi-text {
  color: #fff;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-text2 {
  line-height: 0.4rem;
}
#hi-resume-pop form .hi-box .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
#hi-resume-pop form .hi-box .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 1.4rem) !important;
}
#hi-resume-pop form .hi-box .hi-code-box img {
  max-width: 1.3rem;
  max-height: 0.6rem;
  cursor: pointer;
}
#hi-resume-pop .product_wrap {
  height: 90vh;
  padding: 0.4rem 0;
}
#hi-resume-pop .product_wrap .innerbox {
  padding-top: 0;
}
#hi-resume-pop .product_wrap .procontent {
  width: 100%;
  overflow: hidden;
  margin-top: 0.48rem;
}
#hi-resume-pop .product_wrap .procontent .content {
  height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: .1rem;
}
#hi-resume-pop .product_wrap .procontent .content .f_left {
  top: 0;
}
#hi-resume-pop .product_wrap .procontent .content .f_left .proitem_mobile{
    display: none;
}

#hi-resume-pop .product_wrap .procontent .addprobox {
  margin-top: 0.4rem;
}
#hi-resume-pop .product_wrap .procontent .addprobox .f_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#hi-resume-pop .product_wrap .procontent .addprobox .f_right .idx_more {
  background: rgba(238, 238, 238, 0.7);
}
#hi-resume-pop .product_wrap .innerbox .procontent:before,#hi-resume-pop .product_wrap .innerbox .protab::before{
    display: none !important;
}
#hi-resume-pop .product_wrap .innerbox .procontent:after{
    display: none!important;
}

#hi-resume-pop .product_wrap .innerbox .protab{
    padding-top:0;
    padding-bottom: 0;
}
#hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .goods_swiper{
        display: none;
    }
#hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item{
    /*min-height: 330px;*/
}

#hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .info .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


#hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .choose{
    width: auto;
    display: flex;
    gap: .1rem;
}
#hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .choose img{
    width: 0.24rem;
}


#hi-resume-pop .contact_wrap .flexbox .f_right .formtable .row textarea{
    margin-top: 0;
}
#hi-resume-pop .contact_wrap .flexbox .f_right .formtable .idx_more{
    margin-top: -0.54rem;
}

@media (max-width:1440px) {
    #hi-resume-pop .contact_wrap .flexbox .f_right .formtable .idx_more{
        margin-top: -0.64rem;
    }
}

@media (max-width:1366px) {
    #hi-resume-pop .product_wrap .procontent .content{
        height: 52vh;
    }
}
@media (max-width:1280px) {
        #hi-resume-pop .contact_wrap .flexbox .f_right .formtable .idx_more {
        margin-top: -0.84rem;
    }
    #hi-resume-pop .product_wrap .innerbox .protab{
        padding-bottom: 0;
    }
    #hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item{
    /*min-height: 310px;*/
}
    #hi-resume-pop .product_wrap .procontent .content{
        height: 50vh;
    }
}

@media (max-width:990px) {
 
    #hi-resume-pop .product_wrap .procontent .content{
        height: 65vh;
    }
}
@media (max-width:768px) {
    #hi-resume-pop .product_wrap .innerbox .protab{
        background-color: rgba(255,255,255,0);
    }
}

@media (max-width:480px) {
    #hi-resume-pop form{
        margin-top: .4rem;
    }
    #hi-resume-pop .contact_wrap .flexbox .f_left{
        display: none;
    }
    #hi-resume-pop .contact_wrap .flexbox .f_right .formtable .row{
        grid-template-columns: repeat(1, 1fr);
    }
    
    #hi-resume-pop .product_wrap .procontent .content{
        height: 55vh;
    }
    #hi-resume-pop .product_wrap .procontent .content .f_left .proitem{
        display: none;
    }
    
    #hi-resume-pop .product_wrap .procontent .content .f_left .proitem_mobile{
         display: block;
         border-bottom: solid 1px rgb(0 0 0 / 10%);
    }
    #hi-resume-pop .product_wrap .procontent .content .f_left .proitem_mobile .tabtitle {
        display: flex;
        align-items: center;
        width: 100%;
        gap: .48rem;
        
    }
    #hi-resume-pop .contact_wrap .flexbox .f_right .formtable .idx_more{
    float: left;
    margin-top: .4rem;
}
    #hi-resume-pop .product_wrap .procontent .content .f_left .proitem_mobile .tabtitle .item{
        white-space: nowrap;
        padding-bottom: .32rem;
        
    }
    #hi-resume-pop .product_wrap .procontent .content .f_left .proitem_mobile .tabtitle .active{
        color: var(--active_color);
        border-bottom: solid 1px var(--active_color);
    }
    #hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .goods_swiper{
        display: block;
        overflow: hidden;
    }
    #hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .goods_swiper .swiper-item{
        display: none;
    }
    #hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .goods_swiper .active .goods{
        display: grid;
    }
    #hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .goods_swiper .active {
        display: flex;
    }
    
    /*内容结构*/
    #hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item{
        display: flex;
    }
    #hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox{
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox .tag{
       display: none
    }
    #hi-resume-pop .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .info{
         width: 70%;
         background-color: rgba(255,255,255,0);
    }
    
    
    
}


@media (max-width:990px) {
  #hi-resume-pop .product_wrap .innerbox .protab .flexbox {
    flex-direction: column-reverse;
  }
  #hi-resume-pop .product_wrap .innerbox .protab .flexbox .hi-title-box .hi-close {
    top: 0;
    right: 0;
  }
}
.navbar-communication .kefu-box {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 10;
}
.navbar-communication .kefu-box .item {
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.navbar-communication .kefu-box .item .item-box {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--color_fff);
  flex-direction: column;
  gap: 0.06rem;
  overflow: hidden;
  width: 0.6rem;
  height: 0.6rem;
  background: #EDEDEC;
  font-size: var(--font14);
}
.navbar-communication .kefu-box .item .item-box img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 0.22rem;
  min-width: 18px;
}
.navbar-communication .kefu-box .item .item-box .st {
  min-width: auto;
}
.navbar-communication .kefu-box .item .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--color_fff);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 100%;
  padding: 0 0.3rem;
  background: var(--color_000);
  transition: all 0.5s ease-in-out;
  right: 0rem;
  opacity: 0;
  white-space: nowrap;
}
.navbar-communication .kefu-box .item .info {
  margin-right: 60px;
  width: auto;
  height: 100%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar-communication .kefu-box .item .info a {
  min-width: 100px;
  height: 100%;
  display: inline-block;
  align-content: center;
}
.navbar-communication .kefu-box .item .info a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0.2rem;
  height: 46px;
  background: var(--active_color);
  border-radius: 5px;
  color: var(--black-666);
}
.navbar-communication .kefu-box .item .info img {
  width: 1rem;
  height: 1rem;
  border: solid 2px var(--active_color);
  border-radius: 5px;
}
.navbar-communication .kefu-box .item .qrcode {
  width: auto;
  height: 100%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: -0.15rem;
  z-index: 1;
  transition: all 0.45s ease-in-out;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: dashed 1px #eeeeee;
}
.navbar-communication .kefu-box .item .qrcode img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navbar-communication .kefu-box .item .public-scrollTop {
  position: sticky;
}
.navbar-communication .kefu-box .item:hover .tel {
  transition: all 0.5s ease-in-out;
  right: 0.7rem;
  opacity: 1;
}
.navbar-communication .kefu-box .item:hover .qrcode {
  right: 1rem;
  opacity: 1;
  visibility: inherit;
}
.navbar-communication .kefu-box .item:first-child .item-box {
  border-radius: 0.2rem 0px 0px 0px;
}
.navbar-communication .kefu-box .item:last-child .item-box {
  background-color: var(--color_000);
  border-radius: 0px 0px 0px 0.2rem;
}
.navbar-communication .kefu-box .scrollTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
  cursor: pointer;
  z-index: 2;
  color: var(--color_fff);
}
.navbar-communication .kefu-box .scrollTop span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
@media (max-width:1200px) {
  .navbar-communication {
    display: none;
  }
}
.flexbox {
  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;
  width: 100%;
  height: auto;
}
.flexbox .f_left {
  width: auto;
  height: auto;
}
.flexbox .f_right {
  width: auto;
  height: auto;
}
@media (max-width:990px) {
  .flexbox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .flexbox .f_left {
    width: 100%!important;
    height: auto;
  }
  .flexbox .f_right {
    width: 100%!important;
    height: auto;
    margin-top: 0.3rem;
  }
  .flexbox .f_right img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.pagination-operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  z-index: 5;
  cursor: pointer;
}
.pagination-operate .btn {
  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;
  width: 0.47rem;
  height: 0.47rem;
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  border: 1px solid var(--color_ddd);
}
.pagination-operate .pre,
.pagination-operate .next {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.pagination-operate .bgwhite {
  border: none;
  background-color: #fff;
}
@media (max-width:990px) {
  .pagination-operate {
    display: none;
  }
  .pagination-operate .pre img,
  .pagination-operate .next img {
    scale: 0.8;
  }
}
.taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.16rem;
}
.taglist .tag {
  background: rgba(16, 88, 158, 0.06);
  border-radius: 60px;
  width: fit-content;
  font-size: var(--font14);
  padding: 0.12rem 0.2rem;
}
main {
  width: 100%;
  height: auto;
  --header-height: 1.04rem;
  --headertop-height: 0.48rem;
}
@media (max-width:990px) {
  main {
    --header-height: 50px;
  }
}
/* --------------------------------------------------------------- 导航占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s 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;
  }
}
/* --------------------------------------------------------------- 手机端轮播图分页器 */
.idxPageHide {
  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: 10px;
  display: none;
  gap: 5px;
  margin-top: 30px;
}
@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;
    margin-top: 20px;
  }
  .idxPageHide .swiper-pagination-bullet-active {
    background: var(--yellow)!important;
  }
}
.idxPageHideSpecail {
  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: 10px;
  display: none;
  gap: 5px;
  margin-top: 30px;
}
.idxPageHideSpecail .swiper-pagination-bullet {
  position: relative;
  z-index: 1;
  width: 0.68rem;
  height: 4px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.3);
}
.idxPageHideSpecail .swiper-pagination-bullet:after {
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  height: 4px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.3);
}
.idxPageHideSpecail .swiper-pagination-bullet-active {
  width: 0.96rem;
  border-radius: 60px;
  z-index: 2;
  overflow: hidden;
}
.idxPageHideSpecail .swiper-pagination-bullet-active:after {
  position: absolute;
  content: '';
  right: 0;
  width: 0.96rem;
  border-radius: 60px;
  background: #F6AB00;
  transition: all 3s ease-in-out;
  z-index: 2;
  opacity: 1;
}
@media (max-width:990px) {
  .idxPageHideSpecail {
    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: 10px;
    margin-top: 20px;
  }
  .idxPageHideSpecail .swiper-pagination-bullet-active {
    background: var(--active_color);
  }
}
.grey .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.2);
}
/* --------------------------------------------------------------- PC和手机端 轮播图分页器 */
.idxPageShow {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: var(--num_15);
}
.idxPageShow span {
  width: 9px;
  height: 9px;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color);
}
.img_w100 {
  width: 100%;
  height: auto;
}
.img_w100 img {
  width: 100%;
  height: auto;
}
.wh100 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wh100 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_more {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.38rem;
  border-radius: 60px;
  font-size: var(--font20);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  padding: 4px;
  padding-left: 0.4rem;
}
.idx_more .word {
  position: relative;
}
.idx_more .word::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--active_color);
  /* 下划线的颜色 */
  transition: width 0.5s ease-out;
  /* 动画效果 */
}
.idx_more .icon {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 60px;
  background: var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.1rem;
  overflow: hidden;
}
.idx_more .icon img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0.12rem;
  height: 0.2rem;
}
.idx_more .icon .be {
  transform: translateX(-50px);
}
.idx_more .icon .hd {
  transform: translateX(-50%);
  margin-left: -5px;
}
.idx_more:hover {
  color: var(--active_color);
}
.idx_more:hover .word {
  position: relative;
}
.idx_more:hover .icon .be {
  transform: translateX(50%);
  margin-left: 5px;
}
.idx_more:hover .icon .hd {
  transform: translateX(50px);
}
.idx_more2 {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  gap: 0.16rem;
  border-radius: 60px;
  font-size: var(--font20);
}

.idx_more2 v{
    display: flex;
    align-items: center;
    display: flex;
    gap: 0.16rem;
    align-items: center;
    color: #fff;
    
}

.idx_more2 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  gap: 0.1rem;
  display: block;
}
.idx_more2 .icon img {
  width: 0.09rem;
  height: 0.15rem;
}
.idx_more2:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--yellow);
}
.idx_more2:hover .icon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(10px);
}
.idx_title {
  font-weight: 700;
  font-size: var(--font56);
}
#demo-laypage-normal-2 {
  padding: 0.84rem 0;
}
@keyframes lines {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.idSwiper {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.idSwiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.idSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 2;
  animation: lines 0.8s linear;
}
.idSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 1 !important;
}
.idSwiper .idSwiCon {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.wowInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.s-animate,
.s-animate-up {
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
#fullpage {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#fullpage .section {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  overflow: hidden;
}
#fullpage .section.on.active {
  opacity: 1;
  z-index: 2;
}
#fullpage .section.on.active .wowUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#fullpage .section.on.active .wowLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width:990px) {
  #fullpage .section {
    position: relative;
    z-index: 1;
    height: auto;
    top: unset;
    left: unset;
    opacity: 1;
  }
}
#fp-nav.fp-right {
  width: 8px;
  right: 11px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fp-nav.fp-right ul li {
  width: 100%;
  height: auto;
  margin: 20px 0;
  /*.flex; .a_end; .j_center;*/
}
#fp-nav.fp-right ul li a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--active_color);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fp-nav.fp-right ul li a.active {
  background: var(--active_color);
}
#fp-nav.fp-right ul li a span {
  display: none;
}
#fp-nav.fp-right ul li .fp-tooltip {
  width: auto;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--active_color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}
#fp-nav.fp-right ul li a.active ~ .fp-tooltip {
  right: 30px;
  visibility: initial;
  opacity: 1;
}
#fp-nav.fp-right.active {
  filter: brightness(0) invert(1);
}
.index-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  display: inline-block;
  padding: 0.1rem 0.2rem;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: var(--active_color);
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border-radius: 24px;
  border: 1px solid var(--active_color);
  box-shadow: inset 0 0 0 0 var(--active_color);
  margin-top: 0.6rem;
}
.index-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 500;
  gap: 0.1rem;
  color: var(--active_color);
}
.index-more:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 var(--active_color);
}
.index-more:hover a {
  color: white;
}
.index-more:hover img {
  filter: brightness(0) invert(1);
}
.index-more:active {
  transform: scale(0.9);
}
/* --------------------------------------------------------------- 左右按钮 */
.page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 1.28rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 0.64rem;
}
.page-navigation span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  cursor: pointer;
}
.page-navigation span:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-navigation span:hover img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .page-navigation {
    display: none;
  }
}
/* --------------------------------------------------------------- 动效文字 */
.ani-text-opacity {
  background: #d2d2d2 linear-gradient(to right, #10589E, #10589E) no-repeat;
  background: #d2d2d2 linear-gradient(to right, #10589E, #10589E) no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  -webkit-transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 2s;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 2s;
}
/*@media (max-width:1200px) {*/
/*  .ani-text-opacity {*/
/*    background: transparent;*/
/*    -webkit-text-fill-color: inherit;*/
/*    -webkit-background-clip: initial;*/
/*  }*/
/*}*/
.main_title {
  /*text-transform: capitalize;*/
  font-size: var(--font48);
  font-weight: 700;
}
.sec_title {
  font-size: var(--font32);
  font-weight: 700;
}
.main_desc {
  font-size: var(--font16);
}
.pt-head {
  padding-top: var(--header-height);
  margin-top: var(--headertop-height);
}
.pt-head2 {
  padding-top: var(--header-height);
}
.header_link {
  width: 100%;
  height: auto;
  border-bottom: solid 1px var(--color_ddd);
  
}
.header_link .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_link .flexbox .f_left {
  font-size: var(--font24);
}
.header_link .flexbox .f_right {
  display: -webkit-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.56rem;
  font-size: var(--font16);
}
.header_link .flexbox .f_right .wordbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.32rem;
}
.header_link .flexbox .f_right .wordbox .item {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: block;
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  padding: 0.23rem 0;
}
.header_link .flexbox .f_right .wordbox .item:after {
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  /*bottom: -2px;*/
  bottom: -8px;
  height: 2px;
  background-color: var(--yellow);
}
.header_link .flexbox .f_right .wordbox .item:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #C4131A;
  color: var(--active_color);
}
.header_link .flexbox .f_right .wordbox .item:hover:after {
  width: 100%;
}
.header_link .flexbox .f_right .wordbox .active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #C4131A;
  color: var(--active_color);
}
.header_link .flexbox .f_right .wordbox .active:after {
  width: 100%;
}

.header_link .flexbox .f_right .operatebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
  padding: 0.145rem 0;
}
.header_link .flexbox .f_right .operatebtn .item {
  padding: 0.16rem 0.4rem;
  display: block;
  border-radius: 60px;
}
.header_link .flexbox .f_right .operatebtn .i_quote {
  color: var(--color_000);
  background-color: var(--yellow);
}
.header_link .flexbox .f_right .operatebtn .i_Contrast {
  color: var(--color_fff);
  cursor: pointer;
  background-color: var(--active_color);
}
@media (max-width:480px) {
  .header_link .flexbox {
    padding: 0.3rem 0;
  }
  .header_link .flexbox .f_right {
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: .5rem;
  }
  .header_link .flexbox .f_right .wordbox .item:after{
      bottom: 0;
  }
}
/* --------------------------------------------------------------- 首页 */
.idx_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .image .m_img {
  display: none;
}
.idx_banner .info {
  text-align: center;
  color: var(--color_fff);
  z-index: 2;
}
.idx_banner .idxPageScr span {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width:480px) {
  .idx_banner .image .m_img {
    display: block;
    height: 400px;
    object-fit: cover;
  }
  .idx_banner .image .pc_img {
    display: none;
  }
}
.idx_banner1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.idx_banner1 .swiper_box {
  width: 100%;
  height: 100%;
}
.idx_banner1 .swiper_box ul,
.idx_banner1 .swiper_box li {
  width: 100%;
  height: 100%;
}
.idx_banner1 .swiper_box .image {
  width: 100%;
  height: 100%;
 
}
.idx_banner1 .swiper_box .image img,
.idx_banner1 .swiper_box .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner1 .swiper_box .info {
  color: var(--color_fff);
  position: absolute;
  width: 100%;
  text-align: left;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_banner1 .swiper_box .info .t0 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 48%;
  transform: translateY(20px);
  text-align: left;
  opacity: 0;
  transition-delay: 1s;
  font-size: var(--font64);
  font-weight: 700;
}
.idx_banner1 .swiper_box .info .idx_more {
  margin-top: 0.64rem;
  color: #222;
}
.idx_banner1 .swiper_box .swiper-slide-active .info .t0 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.idx_banner1 .idxPageHide {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  display: flex;
  z-index: 2;
}
.idx_banner1 .idx_form {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
  /*height: 1.6rem;*/
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0px 12px 40px rgba(31, 95, 159, 0.06));
  backdrop-filter: blur(20px);
}
.idx_banner1 .idx_form .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.96rem;
  width: 81%;
  height: 100%;
  padding-left: 0.64rem;
  padding-right: 0.8rem;
}
.idx_banner1 .idx_form .item_list .item {
  flex: 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;
  flex-direction: column;
  gap: 0.24rem;
}
.idx_banner1 .idx_form .item_list .item .title {
  font-size: var(--font16);
  width: 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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_banner1 .idx_form .item_list .item .content {
  width: 100%;
}
.idx_banner1 .idx_form .item_list .item .content input {
  width: 100%;
  border: none;
  padding-bottom: 0.16rem;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.idx_banner1 .idx_form .submit {
  color: var(--color_fff);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 19%;
  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;
  gap: 0.16rem;
  font-size: var(--font24);
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(24deg, #378FE5 -4.34%, #10589E 82.94%);
  backdrop-filter: blur(40px);
  border-radius: 8px 0px 0px 0px;
}
.idx_banner1 .idx_form .submit .icon {
  width: 0.4rem;
  height: 0.4rem;
}
.idx_banner1 .idx_form .submit:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--yellow);
  background: linear-gradient(24deg, #10589E -4.34%, #378FE5 82.94%);
}
@media (max-width:1024px) {
  .idx_banner1 {
    height: 100%;
  }
}
@media (max-width:990px) {
  .idx_banner1 .idx_form {
    height: auto;
    position: relative;
    flex-direction: column;
    align-items: start;
    padding: 1rem 0;
    display: none;
  }
  .idx_banner1 .idx_form .item_list{
      width: 100%;
      flex-direction: column;
  }
  .idx_banner1 .idx_form .submit{
          height: .7rem;
            width: calc(100% - 40px);
    margin: auto;
    margin-top: .5rem;
    padding: 0 .3rem;
    border-radius: 5px;
  }
  /*.idx_banner1 .idxPageHide{*/
  /*        top: 44%;*/
  /*  bottom: auto;*/
  /*}*/
}
@media (max-width:480px) {
    .idx_banner1 .swiper_box .image{
        height: 695px;
    }
  .idx_banner1 .swiper_box .image img {
    /*min-height: 505px;*/
    padding-top: 1rem;
  }
   .idx_banner1 .swiper_box .image video {
       /*display: none;*/
   }
  .idx_banner1 .swiper_box .info {
    width: 100%;
  }
  .idx_banner1 .swiper_box video {
    min-height: 500px;
  }
  .idx_banner1 .swiper_box .swiper-slide-active .info .t0 {
    font-size: var(--font30);
    width: 100%;
  }
 .idx_banner1 .idxPageHide{
     bottom: .4rem;
 }
}
.idx_banner2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner2 .bgimg {
  width: 100%;
  height: 100%;
}
.idx_banner2 .bgimg .m_img {
  display: none;
}
.idx_banner2 .bgimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner2 .info {
  color: var(--color_fff);
  position: absolute;
  width: 100%;
  top: 0;
}
.idx_banner2 .info .innerbox {
  width: 37%;
}
.idx_banner2 .info .innerbox .t0 {
  color: var(--yellow);
  margin-top: 1.6rem;
  font-size: var(--font16);
}
.idx_banner2 .info .innerbox .t1 {
  font-weight: 700;
  margin-top: 0.16rem;
  font-size: var(--font48);
  text-transform: uppercase;
}
.idx_banner2 .info .innerbox .t2 {
  margin-top: 0.12rem;
  font-size: var(--font20);
}
.idx_banner2 .info .innerbox .t2 p {
  opacity: 0.8;
}
.idx_banner2 .info .innerbox .t3 {
  margin-top: 0.48rem;
}
.idx_banner2 .info .innerbox .t3 p {
  font-size: var(--font24);
  position: relative;
  padding-left: 0.32rem;
  opacity: 0.8;
  margin-top: 0.1rem;
}
.idx_banner2 .info .innerbox .t3 p::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--yellow);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.idx_banner2 .info .innerbox .idx_more2 {
  margin-top: 0.69rem;
  font-size: var(--font20);
}
@media (max-width:768px) {
    .idx_banner2{
        width: calc(100% - .64rem);
        margin-left: .32rem;
        margin-top: .32rem;
        border-radius: 8px;
    }
  /*.idx_banner2 .bgimg {*/
  /*  position: absolute;*/
  /*  height: 100%;*/
  /*}*/
  /*.idx_banner2 .bgimg img {*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  object-fit: cover;*/
  /*}*/
  /*.idx_banner2 .info {*/
  /*  position: relative;*/
  /*  z-index: 1;*/
  /*  padding: 1rem 0 1.5rem 0;*/
  /*}*/
  .idx_banner2 .info .innerbox .t0 {
    margin-top: 0;
  }
}
@media (max-width:480px) {
  .idx_banner2 .info .innerbox {
    width: 80%;
    padding-top: .7rem;
  }
  .idx_banner2 .info .innerbox .t2{
      display: none;
  }
  .idx_banner2 .bgimg video{
      min-height: 390px;
  }
  .idx_banner2 .bgimg .pc_img{
      display: none;
  }
   .idx_banner2 .bgimg .m_img{
      display: block;
  }
 
}
.idx_banner3 {
  padding: 0.24rem;
}
.idx_banner3 .innerbox {
  gap: 0.16rem;
}
.idx_banner3 .innerbox .item {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  /*height: 5.02rem;*/
 
  min-height: 390px;
}
.idx_banner3 .innerbox .item .bgimg {
  width: 100%;
  height: 100%;
}
.idx_banner3 .innerbox .item .bgimg .m_img {
  display: none;
  border-radius: 8px;
}
.idx_banner3 .innerbox .item .bgimg video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.idx_banner3 .innerbox .item .info {
  color: var(--color_fff);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0.11%, rgba(0, 0, 0, 0.00) 99.89%);
  border-radius: 8px;
}
.idx_banner3 .innerbox .item .info .innerbox {
  width: 70%;
}
.idx_banner3 .innerbox .item .info .innerbox .t0 {
  color: var(--yellow);
  margin-top: 0.64rem;
  font-size: var(--font16);
}
.idx_banner3 .innerbox .item .info .innerbox .t1 {
  font-weight: 700;
  margin-top: 0.16rem;
  font-size: var(--font48);
  text-transform: uppercase;
}
.idx_banner3 .innerbox .item .info .innerbox .t2 {
  margin-top: 0.12rem;
  font-size: var(--font20);
}
.idx_banner3 .innerbox .item .info .innerbox .t3 {
  margin-top: 0.48rem;
  opacity: 0.8;
}
.idx_banner3 .innerbox .item .info .innerbox .t3 p {
  font-size: var(--font24);
  position: relative;
  padding-left: 0.32rem;
  margin-top: 0.1rem;
}
.idx_banner3 .innerbox .item .info .innerbox .t3 p::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--yellow);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.idx_banner3 .innerbox .item .info .innerbox .idx_more2 {
  margin-top: 0.69rem;
  font-size: var(--font20);
  color: #fff;
}
@media (max-width:768px) {
    .idx_banner3{
        padding: .24rem .32rem;
    }
    .idx_banner3 .innerbox{
        gap: .24rem;
    }
  .idx_banner3 .innerbox .item .bgimg {
    position: absolute;
    height: 100%;
  }
  .idx_banner3 .innerbox .item .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .idx_banner3 .innerbox .item .info {
    position: relative;
    z-index: 1;
    padding: 0.6rem 0;
  }
  .idx_banner3 .innerbox .item .info .innerbox .t0 {
    margin-top: 0;
  }
}
@media (max-width:480px) {
  .idx_banner3 .innerbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .idx_banner3 .innerbox .item .info .innerbox {
    width: 85%;
  }
  .idx_banner3 .innerbox .item .info .innerbox .idx_more2{
      position: absolute;
      right: .4rem;
      bottom: .4rem;
  }
}
.idx_solution {
  margin-top: 0.56rem;
  padding: 0 0.24rem;
  overflow: hidden;
}
.idx_solution .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.idx_solution .innerbox_mobile{
    display: none;
    
}
.idx_solution .innerbox .ileft {
  width: 32%;
  padding: 0.64rem;
  background-color: #eeeeee;
  border-radius: 8px 0px 0px 8px;
}
.idx_solution .innerbox .ileft .title {
  font-weight: 700;
  font-size: var(--font56);
  line-height: 1.2;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.idx_solution .innerbox .ileft .itemlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  gap: 0.5rem;
  position: relative;
  font-size: var(--font24);
  margin: 0.4rem 0;
}
.idx_solution .innerbox .ileft .itemlist li a {
  position: relative;
  z-index: 1;
}
.idx_solution .innerbox .ileft .itemlist li a:before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: '';
  left: -0.28rem;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #F6AB00;
  opacity: 0;
}
.idx_solution .innerbox .ileft .itemlist li .stit {
  color: var(--color_999);
  font-weight: 700;
  position: relative;
  max-width: 70%;
}
.idx_solution .innerbox .ileft .itemlist li .stit:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.04rem;
  width: 100%;
  height: 1px;
  background: var(--active_color);
  opacity: 0;
}
.idx_solution .innerbox .ileft .itemlist li .more {
  width: 0.12rem;
  height: 0.2rem;
  filter: brightness(0) invert(0.7);
}
.idx_solution .innerbox .ileft .itemlist .on {
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 0.28rem;
}
.idx_solution .innerbox .ileft .itemlist .on .stit {
  color: var(--active_color);
}
.idx_solution .innerbox .ileft .itemlist .on .stit:before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.idx_solution .innerbox .ileft .itemlist .on .stit:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.idx_solution .innerbox .ileft .itemlist .on .more {
  filter: inherit;
}
.idx_solution .innerbox .iright {
  width: 68%;
  border-radius: 0px 8px 8px 0px;
}
.idx_solution .innerbox .iright .swiper_box {
  width: 100%;
  height: 100%;
}
.idx_solution .innerbox .iright .centerInfo {
  color: var(--color_fff);
  display: none;
  position: absolute;
  max-width: 64%;
  padding: 0.64rem 0.8rem;
  background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0.11%, rgba(0, 0, 0, 0.00) 99.89%);
    width: 100%;
    height: 100%;
}
.idx_solution .innerbox .iright .centerInfo .t0 {
  font-weight: 700;
  font-size: var(--font40);
}
.idx_solution .innerbox .iright .centerInfo .t1 {
  opacity: 0.8;
  margin-top: 0.16rem;
  font-size: var(--font16);
}
.idx_solution .innerbox .iright .centerInfo .idx_more {
  margin-top: 0.8rem;
}
.idx_solution .innerbox .iright .swiper-slide-active .centerInfo {
  display: block;
}
.idx_solution .innerbox .iright .imgbg {
  width: 100%;
  height: 100%;
}
.idx_solution .innerbox .iright .imgbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 8px 8px 0px;
}
.idx_solution .innerbox_mobile .title {
  font-size: var(--font56);
  font-weight: 700;
  width: 60%;
}
.idx_solution .innerbox_mobile .swiper_box .tabtitle {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 0.32rem;
  padding: 0.32rem 0;
  position: relative;
}
.idx_solution .innerbox_mobile .swiper_box .tabtitle::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 100%;
  background-color: #fff;
  left: -1rem;
      z-index: 2;
}
.idx_solution .innerbox_mobile .swiper_box .tabtitle::after {
  position: absolute;
  content: '';
  width: 1.5rem;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 2;
  transform: translateX(.24rem);
}
.idx_solution .innerbox_mobile .swiper_box .tabtitle .swiper-slide {
  width: auto;
}
.idx_solution .innerbox_mobile .swiper_box .tabtitle .item {
  position: relative;
  z-index: 1;
}
.idx_solution .innerbox_mobile .swiper_box .tabtitle .item::after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: '';
  bottom: -0.32rem;
  left: 0;
  width: 0;
  right: 0;
  height: 1px;
  background-color: var(--active_color);
}
.idx_solution .innerbox_mobile .swiper_box .tabtitle .active .item {
  color: #C4131A;
  color: var(--active_color);
}
.idx_solution .innerbox_mobile .swiper_box .tabtitle .active .item:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.idx_solution .innerbox_mobile .swiper_box .tabcontent {
  width: 100%;
  height: auto;
  padding-top: 0.64rem;
  overflow: hidden;
}
.idx_solution .innerbox_mobile .swiper_box .tabcontent .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
}
.idx_solution .innerbox_mobile .swiper_box .tabcontent .centerInfo .image {
  border-radius: 8px;
}
.idx_solution .innerbox_mobile .swiper_box .tabcontent .centerInfo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.idx_solution .innerbox_mobile .swiper_box .tabcontent .centerInfo .info {
  color: var(--color_fff);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  padding: 0.56rem 0.4rem;
  background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0.11%, rgba(0, 0, 0, 0.00) 99.89%);
}
.idx_solution .innerbox_mobile .swiper_box .tabcontent .centerInfo .info .t0 {
  font-weight: 700;
  font-size: var(--font40);
}
.idx_solution .innerbox_mobile .swiper_box .tabcontent .centerInfo .info .t1 {
  opacity: 0.8;
  margin-top: 0.16rem;
  font-size: var(--font16);
}
.idx_solution .innerbox_mobile .swiper_box .tabcontent .centerInfo .info .idx_more {
  margin-top: 0.8rem;
}
@media (max-width:768px) {
  .idx_solution {
    margin-top: 0.96rem;
  }
  .idx_solution .innerbox {
    display: inline-block;
    width: 100%;
    display: none;
  }
  .idx_solution .innerbox_mobile{
    display: block;
    
    }
  .idx_solution .innerbox .ileft {
    width: 100%;
  }
  .idx_solution .innerbox .iright {
    width: 100%;
  }
  .idx_solution .innerbox .iright .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    transform: inherit !important;
  }
}
@media (max-width:480px) {
  .idx_solution .innerbox .ileft {
    padding: 20px;
  }
  .idx_solution .innerbox .iright .centerInfo {
    position: relative;
    z-index: 1;
    width: 80%;
    padding: 0.5rem 20px;
  }
  .idx_solution .innerbox .iright .imgbg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.idx_case {
  width: calc(100% - 0.48rem);
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0.16rem 0.24rem;
  padding-bottom: 0.72rem;
}
.idx_case .innerbox .swiper_box .item .tag {
  color: var(--color_fff);
  position: absolute;
  margin: 0.16rem;
  padding: 0.1rem 0.32rem;
  font-size: var(--font14);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  z-index: 2;
  /*text-transform: capitalize;*/
}
.idx_case .innerbox .swiper_box .item .imgbg {
  /*height: 3.68rem;*/
  overflow: hidden;
  border-radius: 8px;
}
.idx_case .innerbox .swiper_box .item .imgbg img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.idx_case .innerbox .swiper_box .item .info {
  margin-top: 0.32rem;
}
.idx_case .innerbox .swiper_box .item .info .title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font24);
  /*min-height: 62px;*/
  min-height: .62rem;
}
.idx_case .innerbox .swiper_box .item .info .idx_more2 {
  margin-top: 0.3rem;
}
.idx_case .innerbox .swiper_box .item .info .idx_more2 .icon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.idx_case .innerbox .swiper_box .item:hover .imgbg img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  scale: 1.05;
}
.idx_case .innerbox .swiper_box .item:hover .info .title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_000);
}
.idx_case .innerbox .swiper_box .item:hover .info .idx_more2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--yellow);
}
.idx_case .idxPageHide {
    display: none;
}

@media (max-width:768px) {
    .idx_case{
        width: calc(100% - 0.64rem);
        margin:.4rem .32rem ;
        
    }
    .idx_case .idxPageHide {
        justify-content: start;
    }
    .idx_case .innerbox .swiper_box .item .info .idx_more2{
        display: none;
    }
    .idx_case .innerbox .swiper_box .item .info .title{
        min-height: auto;
    }
    
}

@media (max-width:480px) {
    .idx_case .idxPageHide {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
}


.idx_cooperation {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: rgba(244, 247, 249, 0.96);
}
.idx_cooperation .innerbox .title {
  font-weight: 700;
  text-align: center;
  width: 70%;
  margin: auto;
  font-size: var(--font56);
}
.idx_cooperation .innerbox .ind-news-wrap {
  margin-top: 0.6rem;
}
.idx_cooperation .innerbox .ind-news-wrap .swiper-container{
    transition-timing-function: linear !important;
}
.idx_cooperation .innerbox .ind-news-wrap .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
}
.idx_cooperation .innerbox .ind-news-wrap .company-box {
  background-color: #fff;
  margin-top: 0.16rem;
}
.idx_cooperation .innerbox .ind-news-wrap .company-box .pb {
  padding-bottom: 47.9%;
}
.idx_cooperation .innerbox .ind-news-wrap .company-box .pb .ab {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_cooperation .innerbox .ind-news-wrap .company-box .pb .ab img {
    position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*filter: brightness(0) invert(0.8);*/
  padding: 0.2rem;
}

.idx_cooperation .innerbox .ind-news-wrap .company-box .pb .ab .be{
    opacity: 0;
}

.idx_cooperation .innerbox .ind-news-wrap .company-box .pb .ab .af{
    opacity: 1;
}
.idx_cooperation .innerbox .ind-news-wrap .company-box .title {
  font-size: var(--font18);
  text-align: center;
  line-height: 1;
}
.idx_cooperation .innerbox .ind-news-wrap .company-box:hover .pb .ab {
  border-radius: 8px;
  border: 1px solid rgba(41, 151, 255, 0.3);
  background: linear-gradient(330deg, #FFF 35.24%, #DBEDFF 111.51%);
  box-shadow: 0px 16px 40px 0px rgba(16, 88, 158, 0.08);
}
/*.idx_cooperation .innerbox .ind-news-wrap .company-box:hover .pb .ab img {*/
/*  -webkit-transition: all 0.5s ease;*/
/*  -o-transition: all 0.5s ease;*/
/*  transition: all 0.5s ease;*/
/*  filter: inherit;*/
/*}*/

.idx_cooperation .innerbox .ind-news-wrap .company-box:hover .pb .ab .be{
    opacity: 1;
}
.idx_cooperation .innerbox .ind-news-wrap .company-box:hover .pb .ab .af{
    opacity: 0;
}
@media (max-width:768px) {
    .idx_cooperation .innerbox .ind-news-wrap .company-box .pb{
        padding-bottom: 59.6%;
    }
    .idx_cooperation .innerbox .ind-news-wrap .company-box .pb .ab{
        border-radius: 8px;
      border: 1px solid rgba(41, 151, 255, 0.3);
      background: linear-gradient(330deg, #FFF 35.24%, #DBEDFF 111.51%);
      box-shadow: 0px 16px 40px 0px rgba(16, 88, 158, 0.08);
    }
}
@media (max-width:480px) {
  .idx_cooperation .innerbox .title {
    width: 90%;
    text-align: left;
  }
}
.idx_about {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_about .innerbox .imgbg {
  position: relative;
  width: 100%;
  height: 100vh;
  left: 0;
}
.idx_about .innerbox .imgbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_about .innerbox .info {
  color: var(--color_fff);
}
.idx_about .innerbox .info .t_info {
  position: absolute;
  top: 0.96rem;
  width: 40%;
  z-index: 2;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.idx_about .innerbox .info .t_info .title {
  font-weight: 700;
  font-size: var(--font56);
}
.idx_about .innerbox .info .t_info .idx_more {
  margin: auto;
  margin-top: 0.64rem;
}
.idx_about .innerbox .info .b_info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.2rem;
}
.idx_about .innerbox .info .b_info .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.idx_about .innerbox .info .b_info .itemlist .item {
  flex: 1;
  padding: 0 0.8rem;
  position: relative;
  z-index: 1;
}
.idx_about .innerbox .info .b_info .itemlist .item .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  align-items: baseline;
  font-size: var(--font96);
}
.idx_about .innerbox .info .b_info .itemlist .item .num .y1 {
  font-size: var(--font48);
}
.idx_about .innerbox .info .b_info .itemlist .item .t0 {
  font-size: var(--font18);
  opacity: 0.8;
}
.idx_about .innerbox .info .b_info .itemlist .swiper-slide:after {
  position: absolute;
  content: '';
  top: 0.39rem;
  right: 0;
  width: 1px;
  height: 1.07rem;
  background-color: rgba(255, 255, 255, 0.4);
}
.idx_about .innerbox .info .b_info .itemlist .swiper-slide:last-child .item {
  padding-right: 0;
}
.idx_about .innerbox .info .b_info .itemlist .swiper-slide:last-child:after {
  display: none;
}
.idx_about .innerbox .info .b_info .itemlist .idxPageHide {
  display: none;
}
.idx_about .innerbox .info .b_info .itemlist .idxPageHide .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width:1024px) {
  .idx_about .innerbox .imgbg {
    height: 100%;
  }
}
@media (max-width:768px) {
  .idx_about .innerbox .info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0.96rem 0.32rem;
  }
  .idx_about .innerbox .info .t_info {
    position: relative;
    width: 100%;
    text-align: left;
    top: 0;
    left: 0;
    transform: inherit;
    max-width: 75%;
    margin: inherit;
  }
  .idx_about .innerbox .info .t_info .idx_more {
    margin: inherit;
    margin-top: 0.64rem;
  }
  .idx_about .innerbox .info .b_info {
    bottom: 0.64rem;
  }
  .idx_about .innerbox .info .b_info .itemlist .swiper-slide:after {
    display: none;
  }
  .idx_about .innerbox .info .b_info .itemlist .item {
    padding: 0;
  }
  .idx_about .innerbox .info .b_info .itemlist .item:nth-child(even)::after {
    display: none;
  }
  .idx_about .innerbox .info .b_info .itemlist .idxPageHide {
    display: flex;
  }
  .idx_about .innerbox .imgbg {
    position: relative;
  }
}
.idx_about2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_about2 .imgbg {
  position: relative;
  width: 100%;
  height: 100vh;
  left: 0;
}
.idx_about2 .imgbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_about2 .info {
  position: absolute;
  width: 100%;
  top: 0.8rem;
}
.idx_about2 .info .title {
  font-weight: 700;
  font-size: var(--font56);
}
.idx_about2 .info .idx_more {
  margin-top: 0.64rem;
}
@media (max-width:1024px) {
  .idx_about2 .imgbg {
    height: 100%;
  }
}
.idx_news {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
}
.idx_news .mobile_news{
    display: none;
    text-align: center;
}

.idx_news .mobile_news .idx_more{
    background: rgba(238, 238, 238, 0.70);
    margin: auto;
    margin-top: .32rem;
    
}

.idx_news .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.76rem;
  overflow: hidden;
}
.idx_news .innerbox .left {
  width: 29.5%;
  overflow: hidden;
}
.idx_news .innerbox .left .idx_title {
  width: 100%;
}
.idx_news .innerbox .left .swiper_box {
  margin-top: 1.3rem;
  width: 100%;
}
.idx_news .innerbox .left .swiper_box .centerInfo {
  background-color: #fff;
  width: 100%;
}
.idx_news .innerbox .left .swiper_box .centerInfo .t0 {
  display: -webkit-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.48rem;
  color: var(--color_999);
  font-size: var(--font16);
}
.idx_news .innerbox .left .swiper_box .centerInfo .t0 .icon {
  display: -webkit-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.07rem;
  border-right: dashed 1px #ddd;
  padding-right: 0.24rem;
}
.idx_news .innerbox .left .swiper_box .centerInfo .t0 .icon:last-child {
  border-right: none;
}
.idx_news .innerbox .left .swiper_box .centerInfo .t1 {
  color: var(--color_000);
  margin-top: 0.27rem;
  font-size: var(--font32);
}
.idx_news .innerbox .left .swiper_box .centerInfo .t2 {
  color: var(--color_222);
  font-size: var(--font14);
  margin-top: 0.16rem;
}
.idx_news .innerbox .left .swiper_box .centerInfo .idx_more2 {
  margin-top: 0.64rem;
}
.idx_news .innerbox .left .swiper_box .centerInfo .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.08rem;
  margin-top: 1rem;
}
.idx_news .innerbox .left .swiper_box .centerInfo .taglist .tg {
  font-size: var(--font14);
  color: var(--active_color);
  padding: 0.1rem 0.32rem;
  border-radius: 60px;
  background: rgba(16, 88, 158, 0.06);
}
.idx_news .innerbox .right {
  position: relative;
  width: 70.5%;
  height: 7.2rem;
  overflow: hidden;
}
.idx_news .innerbox .right .img {
  width: 100%;
  height: 100%;
}
.idx_news .innerbox .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.idx_news .innerbox .right .idxPageHide {
  display: block;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0.4rem;
  z-index: 2;
  text-align: center;
}
@media (max-width:1024px) {
  .idx_news .innerbox .left .swiper_box {
    margin-top: 0.3rem;
  }
  .idx_news .innerbox .left .swiper_box .centerInfo .taglist {
    margin-top: 1.2rem;
  }
}
@media (max-width:768px) {
  .idx_news .innerbox {
    flex-direction: column-reverse;
  }
  .idx_news .innerbox .left {
    width: 100%;
  }
  .idx_news .innerbox .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width:480px) {
  .idx_news {
    padding-top: 0.6rem;
  }
  .idx_news .mobile_news{
      display: block;
  }
  .idx_news .innerbox .left .idx_title{
      display: none;
  }
  .idx_news .innerbox .left .swiper_box .centerInfo .idx_more2{
      display: none;
  }
}
.idx_newslist {
  width: calc(100% - 0.48rem);
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0.8rem 0.24rem;
}
.idx_newslist .innerbox .swiper_box .item .tag {
  color: var(--color_fff);
  position: absolute;
  margin: 0.16rem;
  padding: 0.1rem 0.32rem;
  font-size: var(--font14);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  z-index: 2;
}
.idx_newslist .innerbox .swiper_box .item .imgbg {
  height: 3.68rem;
  overflow: hidden;
  border-radius: 8px;
}
.idx_newslist .innerbox .swiper_box .item .imgbg img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.idx_newslist .innerbox .swiper_box .item .info {
  margin-top: 0.32rem;
}
.idx_newslist .innerbox .swiper_box .item .info .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font24);
  /*min-height: 62px;*/
  min-height: .62rem;
}
.idx_newslist .innerbox .swiper_box .item .info .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--color_222);
  margin-top: 0.12rem;
  font-size: var(--font14);
  opacity: 0.8;
}
.idx_newslist .innerbox .swiper_box .item:hover .imgbg img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  scale: 1.05;
}
.idx_newslist .innerbox .swiper_box .item:hover .info .title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_000);
}
.idx_newslist .innerbox .swiper_box .item:hover .info .idx_more2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--active_color);
}
.idx_newslist .innerbox .idx_more {
  background: rgba(238, 238, 238, 0.7);
  margin: auto;
  margin-top: 0.84rem;
  /*display: none;*/
}
.idx_newslist .innerbox .idxPageHide {
    justify-content: start;
    display: none;
}
@media (max-width:480px) {
  .idx_newslist {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .idx_newslist .innerbox {
    width: 100%;
    overflow: hidden;
  }
  .idx_newslist .innerbox .swiper-slide {
    width: 100%!important;
  }
}
.idx_footer_form {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 1.17rem;
  /*background: url("../images/idxform.jpg") no-repeat;*/
  background: url("../images/idxform2.jpg") no-repeat;
  background-size: cover;
}
.idx_footer_form .imgbg_m {
    position: absolute;
    display: none;
}

.idx_footer_form .imgbg {
  height: 100%;
}
.idx_footer_form .imgbg img {
  position: absolute;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}
.idx_footer_form .imgbg .img1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.2rem;
  z-index: 1;
}
.idx_footer_form .imgbg .img1 img {
  animation: slideLeft 15s linear infinite;
}
.idx_footer_form .imgbg .img2 {
  z-index: 2;
}
.idx_footer_form .imgbg .img3 {
  z-index: 2;
  /*display: none;*/
}
.idx_footer_form .info {
  position: absolute;
  width: 100%;
  /*top: 1.22rem;*/
   top: .8rem;
  z-index: 3;
}
.idx_footer_form .info .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_footer_form .info .innerbox .left {
  color: var(--color_fff);
  width: 20%;
}
.idx_footer_form .info .innerbox .right {
  width: 67%;
  /* 默认状态下兄弟元素的样式 */
  /* 当#myInput获得焦点时，修改后续兄弟元素的样式 */
}
.idx_footer_form .info .innerbox .right .sibling {
  color: white;
  /* 默认颜色 */
}
.idx_footer_form .info .innerbox .right input:focus ~ .sibling {
  color: red;
  /* 改变后的颜色 */
}
.idx_footer_form .info .innerbox .right .row {
  gap: 0.32rem;
  /* 修改下拉框选项的背景颜色 */
  /* 修改选中项的背景颜色 */
}
.idx_footer_form .info .innerbox .right .row .layui-select-title input,
.idx_footer_form .info .innerbox .right .row .layui-unselect {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  /* 更改为你想要的颜色 */
}
.idx_footer_form .info .innerbox .right .row .layui-select-option:hover,
.idx_footer_form .info .innerbox .right .row .layui-select-option:selected {
  background-color: #007BFF;
  /* 鼠标悬停或选中时的背景颜色 */
}
.idx_footer_form .info .innerbox .right .row .layui-form-item {
  margin-bottom: 0;
}
.idx_footer_form .info .innerbox .right .row .layui-form-item .layui-input-block {
  margin-left: 0;
  width: 100%;
  height: 100%;
}
.idx_footer_form .info .innerbox .right .row .layui-form-item .layui-input-block select {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../svg/select.svg") no-repeat;
  background-position: 100% 70%;
}
.idx_footer_form .info .innerbox .right .row .layui-input,
.idx_footer_form .info .innerbox .right .row .layui-textarea {
  padding-left: 0;
  color: #fff;
}
.idx_footer_form .info .innerbox .right .row .itemarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_footer_form .info .innerbox .right .row .itemarea select {
  padding-top: 0;
  padding-bottom: 0;
}
.idx_footer_form .info .innerbox .right .row .phone_area .item .layui-edge {
  width: 24px;
  height: 15px;
  margin-top: -9px;
  background: url(../svg/area.svg) no-repeat !important;
  border-top-color: rgba(255, 255, 255, 0);
}
.idx_footer_form .info .innerbox .right .row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  gap: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.3rem 0;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  width: 100%;
}
.idx_footer_form .info .innerbox .right .row .item .layui-edge {
  width: 24px;
  height: 15px;
  background: url(../svg/select2.svg) no-repeat !important;
  border-top-color: rgba(255, 255, 255, 0);
}
.idx_footer_form .info .innerbox .right .row .item .tag {
  display: -webkit-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: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  height: 0.38rem;
}
.idx_footer_form .info .innerbox .right .row .item input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: #fff!important;
  height: 0.38rem;
  z-index: 2;
}
.idx_footer_form .info .innerbox .right .row .item input:placeholder{
    color: #fff;
}
.idx_footer_form .info .innerbox .right .row .item .phone_area {
  position: absolute;
  top: 0;
  left: 0;
}
.idx_footer_form .info .innerbox .right .row .item .layui-form-select .layui-input {
  padding-right: 0;
}
.idx_footer_form .info .innerbox .right .row textarea {
  width: 100%;
  /*height: 1.48rem;*/
  height: 1.2rem;
  border: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.idx_footer_form .info .innerbox .right .row:first-child .item {
  padding-top: 0;
}
.idx_footer_form .info .innerbox .right .descb .item {
  flex-direction: column;
}
.idx_footer_form .info .innerbox .right .submitbtn {
  cursor: pointer;
  margin-top: 0.5rem;
}
.idx_footer_form .info .innerbox .right .submitbtn .layui-form-checked[lay-skin=primary] &gt; i {
  border-color: var(--color-active) !important;
  background-color: var(--color-active) !important;
}
.idx_footer_form .info .innerbox .right .submitbtn .layui-form-checkbox[lay-skin=primary] &gt; i {
  background-color: #071822;
  border-color: #DDD;
  border-radius: 4px;
}
.idx_footer_form .info .innerbox .right .submitbtn .layui-form-checkbox &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  white-space: normal;
}
.idx_footer_form .info .innerbox .right .submitbtn .layui-form-checked[lay-skin=primary] &gt; i {
  border-color: var(--active_color) !important;
  background-color: var(--active_color);
}
.idx_footer_form .info .innerbox .right .submitbtn .private {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: var(--color_fff);
  white-space: nowrap;flex-wrap: wrap;
}
.idx_footer_form .info .innerbox .right .submitbtn .private a {
  color: var(--yellow);
  font-size: var(--font14);
  margin: 0 5px;
  white-space: nowrap;
}
.idx_footer_form .info .innerbox .right .submitbtn .layui-icon-ok:before {
  content: '';
}
.idx_footer_form .info .innerbox .right .submitbtn .layui-form-item .layui-form-checked .layui-icon-ok:before {
  content: "\e605";
}
.idx_footer_form .info .innerbox .right .idx_more {
  margin-top: 0.32rem;
}

@media (max-width:1820px) {
    .idx_footer_form .info{
        top: .6rem;
    }
}


@media (max-width:1280px) {
  .idx_footer_form .info .innerbox .right .row textarea {
    height: 0.5rem;
  }
}
@media (max-width:1200px) {
  .idx_footer_form .info {
    top: 0.6rem;
  }
}
@media (max-width:1024px) {
  .idx_footer_form {
    height: 100%;
  }
  .idx_footer_form .info {
    position: relative;
    height: 100%;
    padding: 1rem 0 2rem 0;
  }
}
@media (max-width:768px) {
  .idx_footer_form .info .innerbox {
    display: inline-block;
    width: 100%;
  }
  .idx_footer_form .info .innerbox .left {
    width: 100%;
  }
  .idx_footer_form .info .innerbox .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width:480px) {
    .idx_footer_form .info{
        padding: .5rem 0 1.2rem 0;
    }
  .idx_footer_form .info .innerbox .right .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .idx_footer_form .info .innerbox .right .row textarea {
    height: 1rem;
  }
  .idx_footer_form .imgbg{
      display: none;
  }
  .idx_footer_form .imgbg_m{
      display: block;
      position: relative;
  }
  .idx_footer_form .info{
      position: absolute;
  }
  .idx_footer_form .info .innerbox .right .submitbtn .layui-form-checkbox[lay-skin=primary] &gt; i{
      background-color: #10354b;
  }
}
.idx_footer_form2 {
  width: 100%;
  height: 5.67rem;
  min-height: 450px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url("../images/idxform.jpg") no-repeat;
  background-size: cover!important;
}
.idx_footer_form2 .imgbg {
  height: 100%;
}
.idx_footer_form2 .imgbg img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.idx_footer_form2 .imgbg .img1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.2rem;
  z-index: 1;
}
.idx_footer_form2 .imgbg .img1 img {
  animation: slideLeft 15s linear infinite;
}
.idx_footer_form2 .imgbg .img2 {
  z-index: 2;
}
.idx_footer_form2 .imgbg .img3 {
  z-index: 2;
}
.idx_footer_form2 .info {
  position: absolute;
  width: 100%;
  top: 1.2rem;
  z-index: 3;
}
.idx_footer_form2 .info .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.idx_footer_form2 .info .innerbox .title {
  color: var(--color_fff);
  font-size: var(--font56);
  margin-top: 0.12rem;
}
.idx_footer_form2 .info .innerbox .desc {
  color: var(--yellow);
  font-size: var(--font24);
}
.idx_footer_form2 .info .innerbox .idx_more {
  margin-top: 0.4rem;
}
@media (max-width:1280px) {
  .idx_footer_form2 .info .innerbox .right .row textarea {
    height: 0.5rem;
  }
}
@media (max-width:1200px) {
  .idx_footer_form2 .info {
    top: 0.6rem;
  }
}
@media (max-width:1024px) {
  .idx_footer_form2 {
    height: 100%;
  }
  .idx_footer_form2 .info {
    position: relative;
    height: 100%;
    padding: 1rem 0 2rem 0;
  }
}
@media (max-width:768px) {
  .idx_footer_form2 {
    min-height: 330px;
  }
  .idx_footer_form2 .info .innerbox {
    display: inline-block;
    width: 100%;
  }
  .idx_footer_form2 .info .innerbox .left {
    width: 100%;
  }
  .idx_footer_form2 .info .innerbox .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width:480px) {
  .idx_footer_form2 .info .innerbox .right .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .idx_footer_form2 .info .innerbox .right .row textarea {
    height: 1rem;
  }
}
/* --------------------------------------------------------------- 产品 */
.head_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.4rem 0;
  gap: 0.05rem;
  font-size: var(--font16);
}
.head_tag .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color_999);
  gap: 0.05rem;
}
.head_tag .item a {
  color: var(--color_999);
}
.head_tag .item:last-child a {
  color: var(--color_000);
}
.product_wrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  /*overflow: hidden;*/
}
.product_wrap .innerbox {
  width: 100%;
  height: auto;
}
.product_wrap .innerbox .protab {
  /*width: 100%;*/
  height: auto;
  /*position: sticky;*/
  /*top: -.5rem;*/
  z-index: 2;
  background-color: #fff;
  padding-bottom: .4rem;
   padding-top: 0.8rem;
   overflow: hidden;
}
.product_wrap .innerbox .protab::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: -100%;
  z-index: 2;
}
.product_wrap .innerbox .protab .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.product_wrap .innerbox .protab .swiper_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  cursor: pointer;
  padding: 0.04rem;
  /*background-color: var(--color_eee);*/
  background-color:#d5cfcf;
  border-radius: 8px;
}
.product_wrap .innerbox .protab .swiper_box .item .pic {
  width: 64%;
  height: auto;
  padding: 0.1rem;
  background-color: #fff;
  border-radius: 8px;
}
.product_wrap .innerbox .protab .swiper_box .item .pic .pb {
  padding-bottom: 63.63%;
}
.product_wrap .innerbox .protab .swiper_box .item .pic .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;
}
.product_wrap .innerbox .protab .swiper_box .item .info {
  width: 36%;
  height: auto;
  /*color: var(--color_fff);*/
  font-weight: 700;
  position: relative;
  padding: 0.16rem;
  font-size: var(--font18);
}
.product_wrap .innerbox .protab .swiper_box .item .info .circledouble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  bottom: 0.16rem;
  right: 0.16rem;
  border-radius: 50%;
  /*background-color: #fff;*/
  background-color: #333;
}
.product_wrap .innerbox .protab .swiper_box .item .info .circledouble::before {
  position: absolute;
  content: '';
  width: 33.33333333%;
  height: 33.33333333%;
  background-color: var(--color_eee);
  border-radius: 50%;
}
.product_wrap .innerbox .protab .swiper_box .active .item {
  background-color: var(--active_color);
}
.product_wrap .innerbox .protab .swiper_box .active .item .info .circledouble {
  background-color: var(--yellow);
}
.product_wrap .innerbox .protab .swiper_box .active .item .info .circledouble::before {
  background-color: var(--active_color);
}
.product_wrap .innerbox .protab .swiper_box .active .item .info .word{
    /*color: var(--color_fff);*/
    color: var(--yellow);
}



@media (max-width:768px) {
    .product_wrap .innerbox .protab{
        background: #F5F5F5;
        padding-top: .96rem;
        padding-bottom: .8rem;
    }
    .product_wrap .innerbox .protab .swiper_box .item{
        flex-direction: column;
        background-color: rgba(255,255,255,0);
    }
    .product_wrap .innerbox .protab .swiper_box .item .pic{
        width: 100%;
        background-color: rgba(255,255,255,0);
    }
    .product_wrap .innerbox .protab .swiper_box .item .info{
        width: 100%;
        color: #999;
        text-align: center;
    }
    .product_wrap .innerbox .protab .swiper_box .item .info .circledouble{
        display: none;
    }
    .product_wrap .innerbox .protab .swiper_box .active .item{
        background-color: rgba(255,255,255,0);
    }
    .product_wrap .innerbox .protab .swiper_box .active .item .info{
        color: var(--yellow);
    }
    
}



.product_wrap .innerbox .procontent_info .fixtop_box {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px -1px 31px -15px rgba(0, 0, 0, 0.5);
  display: none;
}
.product_wrap .innerbox .procontent_info .fixtop_box .listwrap {
  padding: 0.15rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4rem;
}
.product_wrap .innerbox .procontent_info .fixtop_box .listwrap .title {
  cursor: pointer;
  padding: 0.1rem 0.2rem;
  border-radius: 0.3rem;
}
.product_wrap .innerbox .procontent_info .fixtop_box .listwrap .active {
  background: var(--active_color);
  color: #fff;
}
.product_wrap .innerbox .procontent_info .active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.product_wrap .innerbox .procontent {
  /*width: 100%;*/
  height: auto;
  margin-top: 0.42rem;
  padding-bottom: .84rem;
  overflow: hidden;
}

.product_wrap .innerbox .procontent .flexbox {
    position: relative;
  width: 100%;
  height: auto;
  gap: 0.16rem;
}

.product_wrap .innerbox .procontent .flexbox:before {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #fff;
  z-index: 2;
}
.product_wrap .innerbox .procontent .flexbox:after {
  position: absolute;
  top: 4.8rem;
  content: '';
  width: 100%;
  height: 100%;
  right: -100%;
  background-color: #fff;
  z-index: 2;
}
.product_wrap .innerbox .procontent .flexbox .f_left {
  /*position: sticky;*/
  /*top: 1.5rem;*/
  width: 100%;
  height: fit-content;
  max-width: 4.36rem;
  min-width: 290px;
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem {
  padding: 0.48rem 0.32rem;
  border-radius: 8px;
  border: 1px solid #DDD;
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem .item {
  width: 100%;
  height: auto;
  margin-bottom: 0.56rem;
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem .item .title {
  color: #C4131A;
  color: var(--active_color);
  font-size: var(--font24);
  padding-bottom: 0.24rem;
  border-bottom: solid 1px rgba(238, 238, 238, 0.93);
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem .item .goods {
  width: 100%;
  height: auto;
  padding-top: 0.24rem;
  gap: 0.16rem;
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem .item .goods .good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
  cursor: pointer;
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem .item .goods .good .choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: solid 2px var(--color_ddd);
  border-radius: 50%;
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem .item .goods .good .choose img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem .item .goods .good .word {
  color: var(--color_000);
  opacity: 0.8;
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem .item .goods .active .choose {
  border: none;
}
.product_wrap .innerbox .procontent .flexbox .f_left .proitem .item .goods .active .choose img {
  opacity: 1;
}

.product_wrap .innerbox .procontent .flexbox .f_left_mobile{
    display: none;
}


.product_wrap .innerbox .procontent_info .procontent .flexbox .f_left_mobile .tabtitle {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 0.32rem;
  padding: 0.32rem 0;
  position: relative;
}
.product_wrap .innerbox .procontent_info .procontent .flexbox .f_left_mobile .tabtitle::before {
  position: absolute;
  content: '';
  z-index: 2;
  width: 1rem;
  height: 100%;
  background-color: #fff;
  left: -1rem;
}
.product_wrap .innerbox .procontent_info .procontent .flexbox .f_left_mobile .tabtitle::after {
  position: absolute;
  content: '';
  width: 1.5rem;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  transform: translateX(0.24rem);
}
.product_wrap .innerbox .procontent_info .procontent .flexbox .f_left_mobile .tabtitle .swiper-slide {
  width: auto;
}
.product_wrap .innerbox .procontent_info .procontent .flexbox .f_left_mobile .tabtitle .item {
  position: relative;
  z-index: 1;
}
.product_wrap .innerbox .procontent_info .procontent .flexbox .f_left_mobile .tabtitle .item::after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: '';
  bottom: -0.32rem;
  left: 0;
  width: 0;
  right: 0;
  height: 1px;
  background-color: var(--active_color);
}
.product_wrap .innerbox .procontent_info .procontent .flexbox .f_left_mobile .tabtitle .active .item {
  color: #C4131A;
  color: var(--active_color);
}
.product_wrap .innerbox .procontent_info .procontent .flexbox .f_left_mobile .tabtitle .active .item:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.product_wrap .innerbox .procontent .flexbox .f_right {
  width: 100%;
  height: auto;
}
.product_wrap .innerbox .procontent .flexbox .f_right .goods_swiper {
    display: none;
}
.product_wrap .innerbox .procontent .flexbox .f_right .goods{
    display: none;
    width: 100%;
    height: auto;
    padding-top: 0.24rem;
    gap: 0.16rem;
    
}
.product_wrap .innerbox .procontent .flexbox .f_right .swiper-slide-active .goods{
    display: grid;
}

/*111111*/

.product_wrap .innerbox .procontent .flexbox .f_right .goods .good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
  cursor: pointer;
  background-color: #fff;
}
.product_wrap .innerbox .procontent .flexbox .f_right .goods .good .choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: solid 2px var(--color_ddd);
  border-radius: 50%;
}
.product_wrap .innerbox .procontent .flexbox .f_right .goods .good .choose img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.product_wrap .innerbox .procontent .flexbox .f_right .goods .good .word {
  color: var(--color_000);
  opacity: 0.8;
}
.product_wrap .innerbox .procontent .flexbox .f_right .goods .active .choose {
  border: none;
}
.product_wrap .innerbox .procontent .flexbox .f_right .goods .active .choose img {
  opacity: 1;
}


/*2222*/

.product_wrap .innerbox .procontent .flexbox .f_right .itemlist {
  gap: 0.16rem;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item {
  position: relative;
  cursor: pointer;
  background: url(../images/pbg.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
      /*min-height: 380px;*/
    /*height: 4.78rem;*/
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .linkinfo{
    height: 100%;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .linkinfo:hover .info .title{
    /*color: #000;*/
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .linkinfo:hover .info .desc{
    /*color: #000;*/
}

.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox {
  width: 100%;
  height: auto;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  height: auto;
  border-radius: 60px;
  gap: 0.08rem;
  background: var(--yellow);
  padding: 0.04rem;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox .tag .perfect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  background-color: #fff;
  border-radius: 50%;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox .tag .word {
  color: var(--color_fff);
  font-size: 12px;
  padding-right: 0.16rem;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox .pic {
  width: 100%;
  height: auto;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox .pic .pb {
  padding-bottom: 64.69%;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox .pic .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;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox .pic .pb .ab .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .picbox .pic .pb .ab .img img {
  width: 50%;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .info {
  width: calc(100% - 8px);
  margin-left: 4px;
  margin-bottom: 4px;
  border-radius: 8px;
  background: #FFF;
  padding: 0.24rem;
  z-index: 6;
  /*position: absolute;*/
  /*bottom: 0;*/
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .info .title {
  font-weight: 700;
  font-size: var(--font24);
  
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .info .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font16);
  margin-top: 0.1rem;
  min-height: 42px;
  
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .info .idxmore_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.26rem;
  height: .24rem;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .info .idxmore_box{
    position: absolute;
    bottom: 0.28rem;
    width: calc(100% - 0.48rem);
    left: 0.3rem;
}

.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .info .idxmore_box .idx_more2 {
 
  font-size: var(--font16);
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .info .idxmore_box .contrast_btn{
    padding-right: .3rem;
}

.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .choose {
      position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    min-width: 14px;
    min-height: 14px;
    filter: brightness(0) invert(0.8);
    right: .24rem;
    bottom: .28rem;
    z-index: 8;
    cursor: pointer;
  
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item .choose img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem {
  grid-column: span 2;
  border-radius: 8px;
}

.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item:nth-child(2) .info{
    position: absolute;
    bottom: 0;
}


.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .pic {
  width: 100%;
  height: 100%;
  border-radius: 8px;

}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .pic .m_img{
    display: none;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .pic video{
     width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
      display:none;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .info {
  position: absolute;
  color: var(--color_fff);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  background-color: rgba(255, 255, 255, 0);
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .info .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .info .idxmore_box .idx_more2 {
    /*color: var(--color_fff);*/
}

.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem:hover .pic img{
    display: none;
}
.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem:hover .pic video{
    display: block;
}

.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .info .idxmore_box .contrast_btn{
    padding-right: .5rem;
    
}

.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .active .info .idxmore_box .choose {
  filter: inherit;
}

.product_wrap .innerbox .procontent .flexbox .f_right .itemlist .active .choose{
    filter: inherit;
}




@media (max-width:990px) {
   
  .product_wrap .innerbox .procontent:before {
    left: -98%;
  }
  .product_wrap .innerbox .procontent:after {
    right: -98%;
  }
  .product_wrap .innerbox .procontent .flexbox .f_left {
    position: relative;
    top: 0;
    min-width: 100%;
    /*min-height: 100%;*/
  }
}

@media (max-width:768px) {
    .product_wrap .innerbox .procontent_info .procontent .flexbox .f_left{
        display: none;
    }
    .product_wrap .innerbox .procontent .flexbox .f_left_mobile{
        display: block;
    }
    .product_wrap .innerbox .procontent .flexbox .f_right .goods_swiper {
        display: block;
    }
    .product_wrap .innerbox .procontent .flexbox .f_right .itemlist{
        margin-top: .64rem;
    }
    .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .pic .imgbg{
        display: none;
    }
    .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .pic video{
        display: none;
    }
    .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem .pic .m_img{
        display: block;
    }
}


@media (max-width:480px) {
  .product_wrap {
    padding-top: 0.5rem;
    overflow: hidden;
  }
  .product_wrap .innerbox .procontent .flexbox .f_right .itemlist {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .firstitem {
    grid-column: span 1;
  }
  .product_wrap .innerbox .procontent .flexbox .f_right .itemlist .item:nth-child(2) .info{
      position: relative;
  }
  .product_wrap .innerbox .procontent_info .procontent .flexbox .f_left_mobile .tabtitle{
      margin-top: 0;
  }
   
}
.prowduct_compare {
  width: 100%;
  height: auto;
  /*position: relative;*/
  /*z-index: 999;*/
  z-index: 1003;
  position: fixed;
  bottom: 0;
}
.prowduct_compare.on{
    width: 8%;
    height: auto;
    z-index: 1003;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.prowduct_compare .showhide_btn {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  top: -16%;
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 60px;
  background: var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.1rem;
}
.prowduct_compare .showhide_btn img {
  width: 0.12rem;
  height: 0.2rem;
  transform: rotate(90deg);
  margin-top: -31%;
}
.prowduct_compare .innerbox {
  border-radius: 10px 10px 0 0;
  /*padding: 0.64rem 0;*/
  padding: 0.4rem 0;
  background-color: var(--active_color);
}
.prowduct_compare .innerbox .flexbox {
  width: 100%;
  height: auto;
  gap: 0.16rem;
}
.prowduct_compare .innerbox .flexbox .f_left {
  width: 75%;
  gap: 0.16rem;
}
.prowduct_compare .innerbox .flexbox .f_left .item {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  padding: 0.04rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  min-height: 135px;
}
.prowduct_compare .innerbox .flexbox .f_left .item .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 64%;
  height: auto;
  padding: 0.1rem;
  background-color: #eee;
  border-radius: 8px;
}
.prowduct_compare .innerbox .flexbox .f_left .item .pic .pb {
  padding-bottom: 55%;
}
.prowduct_compare .innerbox .flexbox .f_left .item .pic .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;
}
.prowduct_compare .innerbox .flexbox .f_left .item .info {
  width: 36%;
  height: auto;
  padding: 0.16rem;
  font-size: var(--font18);
  background-color: #fff;
}
.prowduct_compare .innerbox .flexbox .f_left .item .info .word {
  font-weight: 700;
}
.prowduct_compare .innerbox .flexbox .f_left .item .info .desc {
  font-size: 12px;
  margin-top: 0.1rem;
}
.prowduct_compare .innerbox .flexbox .f_left .item .info .circledouble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  right: 0.16rem;
  bottom: 0.16rem;
  cursor: pointer;
}
.prowduct_compare .innerbox .flexbox .f_left .active {
  background-color: var(--active_color);
}
.prowduct_compare .innerbox .flexbox .f_left .active .info .circledouble {
  background-color: var(--yellow);
}
.prowduct_compare .innerbox .flexbox .f_left .active .info .circledouble::before {
  background-color: var(--active_color);
}
.prowduct_compare .innerbox .flexbox .f_right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: var(--color_fff);
  gap: 0.24rem;
}
.prowduct_compare .innerbox .flexbox .f_right .word:last-child {
  color: var(--color_fff);
  opacity: 0.6;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width:1280px) {
  .prowduct_compare .showhide_btn img {
    margin-top: -21%;
  }
}
@media (max-width:768px) {
  .prowduct_compare .innerbox .flexbox .f_left .item {
    flex-direction: column;
  }
  .prowduct_compare .innerbox .flexbox .f_left .item .pic {
    width: 100%;
    height: auto;
  }
  .prowduct_compare .innerbox .flexbox .f_left .item .info {
    width: 80%;
    height: auto;
  }
}
@media (max-width:480px) {
  .prowduct_compare .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .prowduct_compare .showhide_btn {
    top: -5%;
  }
}
.on .showhide_btn {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  transform: translateX(-50%) translateY(50%);
}
.on .showhide_btn img {
  transform: rotate(-90deg);
  margin-top: -0.15rem;
}
.on .innerbox {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(5rem);
  display: none;
}
/* --------------------------------------------------------------- 产品规格参数 */
.product_related {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: fff;
  padding: 1.2rem 0;
}
.product_related .innerbox {
  width: 100%;
  height: auto;
}
.product_related .innerbox .itemlist {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  gap: 0.16rem;
  overflow: hidden;
}
.product_related .innerbox .itemlist .item {
  position: relative;
  cursor: pointer;
  background: url(../images/pbg.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
  min-height: 4.72rem;
}
.product_related .innerbox .itemlist .item .picbox {
  width: 100%;
  height: auto;
}
.product_related .innerbox .itemlist .item .picbox .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  height: auto;
  border-radius: 60px;
  gap: 0.08rem;
  background: var(--yellow);
  padding: 0.04rem;
}
.product_related .innerbox .itemlist .item .picbox .tag .perfect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  background-color: #fff;
  border-radius: 50%;
}
.product_related .innerbox .itemlist .item .picbox .tag .word {
  color: var(--color_fff);
  font-size: 12px;
  padding-right: 0.16rem;
}
.product_related .innerbox .itemlist .item .picbox .pic .pb {
  padding-bottom: 64.69%;
}
.product_related .innerbox .itemlist .item .picbox .pic .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;
}
.product_related .innerbox .itemlist .item .picbox .pic .pb .ab .img{
    width: 100%;
    height: 100%;
        padding:.4rem .2rem;
}
.product_related .innerbox .itemlist .item .info {
  width: calc(100% - 8px);
  margin-left: 4px;
  transform: translateY(-4px);
  border-radius: 8px;
  background: #FFF;
  padding: 0.24rem;
  z-index: 6;
}
.product_related .innerbox .itemlist .item .info .title {
  font-weight: 700;
  font-size: var(--font24);
}
.product_related .innerbox .itemlist .item .info .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font16);
  margin-top: 0.1rem;
  min-height: 42px;
}
.product_related .innerbox .itemlist .item .info .idxmore_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.46rem;
}
.product_related .innerbox .itemlist .item .info .idxmore_box .choose {
  width: 0.24rem;
  height: 0.24rem;
  filter: brightness(0) invert(0.8);
}
.product_related .innerbox .itemlist .item .info .idxmore_box .choose img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_related .innerbox .itemlist .active .info .idxmore_box .choose {
  filter: inherit;
}
.product_casestudios {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--color_eee);
  padding: 1.2rem 0;
}
.product_casestudios .innerbox {
  width: 100%;
  height: auto;
}
.product_casestudios .innerbox .itemlist {
  margin-top: 0.75rem;
  gap: 0.76rem;
}
.product_casestudios .innerbox .itemlist .f_left {
  width: 40%;
  overflow: hidden;
  z-index: 3;
}
.product_casestudios .innerbox .itemlist .f_left .info{
    display: none;
}

.product_casestudios .innerbox .itemlist .f_left .swiper-slide-active .info{
    display: block;
}

.product_casestudios .innerbox .itemlist .f_left .tg {
  font-size: var(--font14);
  width: fit-content;
  color: var(--active_color);
  padding: 0.1rem 0.32rem;
  border-radius: 60px;
  background: rgba(16, 88, 158, 0.06);
}
.product_casestudios .innerbox .itemlist .f_left .sec_title {
  margin-top: 0.32rem;
}
.product_casestudios .innerbox .itemlist .f_left .desc {
  font-size: var(--font14);
  margin-top: 0.16rem;
}
.product_casestudios .innerbox .itemlist .f_left .pagination-operate {
  margin-top: 0.88rem;
}
.product_casestudios .innerbox .itemlist .f_right {
  width: 60%;
  position: relative;
}
.product_casestudios .innerbox .itemlist .f_right::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -100%;
  background: var(--color_eee);
  z-index: 2;
}
.product_casestudios .innerbox .itemlist .f_right .pic {
  width: 100%;
  height: auto;
}
.product_casestudios .innerbox .itemlist .f_right .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width:990px) {
  .product_casestudios .flexbox {
    gap: 0.2rem;
  }
  .product_casestudios .flexbox .idx_more {
    display: none;
  }
}

@media (max-width:990px) {
    .product_casestudios .innerbox .itemlist{
        flex-direction: column-reverse;
        margin-top: .5rem;
    }
}
.product_parameters {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
}
.product_parameters .product_info_top {
  width: 100%;
  height: auto;
  padding-bottom: 0.56rem;
}
.product_parameters .product_info_top .flexbox {
  gap: 0.76rem;
}
.product_parameters .product_info_top .flexbox .f_left {
  position: relative;
  width: 55%;
  background: url("../images/probg2.png") no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 0.32rem;
  height: 7.7rem;
}
.product_parameters .product_info_top .flexbox .f_left .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  width: 100%;
  height: 90%;
  overflow: hidden;
  display: none;
}

.product_parameters .product_info_top .flexbox .f_left .pic div:first-child{
    /*max-width: 100% !important;*/
    margin: auto;
}

.product_parameters .product_info_top .flexbox .f_left .picbox{
    width: 100%;
    height: calc(100% - 40px);
    display: flex;
    align-items: center;
}

.product_parameters .product_info_top .flexbox .f_left .pic video {
  width: 100%;
  height: auto;
}
.product_parameters .product_info_top .flexbox .f_left .pic model-viewer {
  width: 100%;
  height: auto;
}
.product_parameters .product_info_top .flexbox .f_left .active {
  display: block;
}
.product_parameters .product_info_top .flexbox .f_left ul {
  /*transform: translate3d(0px, 0px, 0px) !important;*/
}
.product_parameters .product_info_top .flexbox .f_left ul,
.product_parameters .product_info_top .flexbox .f_left li {
  /*width: 100%!important;*/
  /*height: 100%!important;*/
  /*margin-right: 0!important;*/
}
.product_parameters .product_info_top .flexbox .f_left .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 70%;
  height: 100%;
  margin: auto;
}
.product_parameters .product_info_top .flexbox .f_left .operate {
 display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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.08rem;
  z-index: 5;
  position: absolute;
  bottom: 0.32rem;
  width: 100%;
  left: 0;
  
}
.product_parameters .product_info_top .flexbox .f_left .operate .item {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color_999);
  cursor: pointer;
  gap: 0.12rem;
  border-radius: 40px;
  background: #FFF;
  padding: 0.12rem 0.325rem;
}
.product_parameters .product_info_top .flexbox .f_left .operate .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 0.16rem;
  height: 0.16rem;
  min-width: 13px;
  min-height: 13px;
}
.product_parameters .product_info_top .flexbox .f_left .operate .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_parameters .product_info_top .flexbox .f_left .operate .item .word {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_999);
  font-size: 12px;
}
.product_parameters .product_info_top .flexbox .f_left .operate .active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--active_color);
}
.product_parameters .product_info_top .flexbox .f_left .operate .active .icon {
  filter: brightness(0) invert(1);
}
.product_parameters .product_info_top .flexbox .f_left .operate .active .word {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_fff);
}
.product_parameters .product_info_top .flexbox .f_left .pagination-operate {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  left: 0;
  padding:0 0.32rem;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.product_parameters .product_info_top .flexbox .f_right {
  width: 45%;
}
.product_parameters .product_info_top .flexbox .f_right .main_title {
  color: #C4131A;
  color: var(--active_color);
}
.product_parameters .product_info_top .flexbox .f_right .sec_title {
  padding-bottom: 0.4rem;
}
.product_parameters .product_info_top .flexbox .f_right .info {
  padding-top: 0.4rem;
  border-top: solid 1px var(--color_ddd);
}
.product_parameters .product_info_top .flexbox .f_right .info .desc {
  font-size: var(--font16);
  opacity: 0.6;
  line-height: 140%;
}
.product_parameters .product_info_top .flexbox .f_right .info .details {
  margin-top: 0.4rem;
  padding-left: 0.3rem;
}
.product_parameters .product_info_top .flexbox .f_right .info .details .dli {
  font-size: var(--font20);
  list-style: disc;
  line-height: 140%;
}
.product_parameters .product_info_top .flexbox .f_right .info .media_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.32rem;
  margin-top: 0.64rem;
}
.product_parameters .product_info_top .flexbox .f_right .info .media_icon .icon {
  display: block;
  width: .9rem;
  height: .9rem;
}
.product_parameters .product_info_top .flexbox .f_right .info .media_icon .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_parameters .product_info_top .flexbox .f_right .info .pro_operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0.73rem;
  gap: 0.12rem;
}
.product_parameters .product_info_top .flexbox .f_right .info .pro_operate .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  padding: 0.22rem 0.56rem;
  border-radius: 0.6rem;
  font-size: var(--font20);
}
.product_parameters .product_info_top .flexbox .f_right .info .pro_operate .i_quote {
  color: var(--color_fff);
  background-color: var(--active_color);
}
.product_parameters .product_info_top .flexbox .f_right .info .pro_operate .i_buy {
  color: var(--color_222);
  background-color: var(--yellow);
}
.product_parameters .product_info_top .flexbox .f_right .info .pro_operate .i_contrast {
  color: var(--color_fff);
  background-color: var(--color_ccc);
}
.product_parameters .product_info_bottom {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
  background-color: var(--color_f5);
}

.product_parameters .product_info_bottom .header_link{
    background-color: var(--color_f5);
    position: sticky;
    top: 0; 
}

.product_parameters .product_info_bottom .specifications_list {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.product_parameters .product_info_bottom .specifications_list .innerbox {
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .itemlist {
  margin-top: 0.64rem;
  border-radius: 8px;
  background: #FFF;
  padding: 0 0.64rem;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .itemlist .item {
  width: 100%;
  height: auto;
  border-bottom: solid 1px var(--color_ddd);
  padding: 0.64rem 0;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .itemlist .item .f_left {
  width: 30%;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .itemlist .item .f_right {
  width: 70%;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .itemlist .item .f_right .ps_ul {
  width: 100%;
  height: auto;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .itemlist .item .f_right .ps_ul .ps_li {
  display: -webkit-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;
  font-size: var(--font16);
  padding: 0.16rem 0;
  border-bottom: dashed 1px #999;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .itemlist .item .f_right .ps_ul .ps_li .word {
  color: var(--color_999);
  font-weight: 700;
  width: 20%;
  max-width: 145px;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .itemlist .item .f_right .ps_ul .ps_li .desc {
  color: var(--color_000);
  width: 80%;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .itemlist .item:last-child {
  border-bottom: none;
}
.product_parameters .product_info_bottom .specifications_list .innerbox .tips {
  color: var(--color_999);
  padding: 0.4rem 0;
  font-size: var(--font16);
}

@media (max-width:990px){
    .product_parameters .product_info_top .flexbox .f_left{
        height: auto;
    }
}


@media (max-width:768px) {
  .product_parameters .product_info_bottom .header_link .flexbox {
    padding: 0.5rem 0;
  }
  .product_parameters .product_info_bottom .header_link .flexbox .f_right {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: .5rem;
  }
  
}
@media (max-width:480px) {
  .product_parameters .product_info_top .flexbox .f_right .info .pro_operate .item {
    padding: 0.1rem 0.2rem;
  }
  .product_parameters .product_info_bottom .specifications_list .innerbox .itemlist .item .f_right .ps_ul .ps_li .desc{
      width: 63%;
    word-wrap: break-word;
  }
}
/* --------------------------------------------------------------- 产品概述 */
.product_overview_wrap .header_link{
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
}

.product_overview_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product_overview_banner .imgbg {
  width: 100%;
  height: auto;
}
.product_overview_banner .imgbg img {
  width: 100%;
  height: auto;
}
.product_overview_banner .info {
  color: var(--color_fff);
  text-align: center;
  width: 50%;
  position: absolute;
  z-index: 2;
  top: 0.96rem;
}
.product_overview_banner .info .main_desc {
  margin-top: 0.32rem;
  font-size: var(--font17);
}
@media (max-width:480px) {
    .product_overview_banner{
        padding-top: 0;
    }
  .product_overview_banner .info {
    width: 100%;
    padding: 20px;
  }
}
.pob2 .info {
  max-width: 5.9rem;
  left: 0.64rem;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
.pob3 .info {
  max-width: 6.5rem;
  right: 0.64rem;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
.pob4 .info {
  top: 50%;
  transform: translateY(-50%);
}
.pob5 .info {
  top: inherit;
  bottom: 0.96rem;
}
.page404 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.page404 .info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  flex-direction: column;
  margin-top: 1.2rem;
}
.page404 .info .title {
  font-weight: 700;
  font-size: var(--font64);
  text-align: left;
}
.page404 .info .idx_more {
  margin-top: 0.64rem;
}
/* --------------------------------------------------------------- 公用左右布局 */
.product_overview_picinfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.product_overview_picinfo .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  height: auto;
}
.product_overview_picinfo .innerbox .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.product_overview_picinfo .innerbox .flexbox .f_left {
  width: 50%;
  max-width: 45%;
}
.product_overview_picinfo .innerbox .flexbox .f_left .desc {
  font-size: var(--font14);
  margin-top: 0.32rem;
}
.product_overview_picinfo .innerbox .flexbox .f_left .idx_more {
  margin-top: 0.8rem;
  background-color: var(--color_eee);
}
.product_overview_picinfo .innerbox .flexbox .f_right {
  width: 50%;
}
.product_overview_picinfo .innerbox .flexbox .f_right img {
  border-radius: 8px;
  width: 100%;
}
.product_overview_picinfo .innerbox .flexbox:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width:990px) {
    .product_overview_picinfo{
        padding: .8rem 0;
    }
  .product_overview_picinfo .innerbox {
    gap: 1rem;
  }
  .product_overview_picinfo .innerbox .flexbox .f_left {
    max-width: 100%;
  }
  .product_overview_picinfo .innerbox .flexbox:nth-child(even) {
    flex-direction: column;
  }
  .product_overview_picinfo .innerbox .flexbox:nth-child(even) .f_left {
    /*margin-top: 0.5rem;*/
  }
  .product_overview_picinfo .innerbox .flexbox .f_left .idx_more{
      margin-top: .2rem;
  }
  .product_overview_picinfo .innerbox .flexbox .f_right{
      margin-top: .5rem;
  }
}




/* --------------------------------------------------------------- 产品精选配件 */
.product_accessories_wrap .header_link {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
}

.product_accessories {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.product_accessories .innerbox {
  width: 100%;
  height: auto;
}
.product_accessories .innerbox .itemlist {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  gap: 0.16rem;
}
.product_accessories .innerbox .itemlist .item {
  position: relative;
  background: url(../images/pbg.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
  
  /*height: 5.24rem;*/
  /*min-height: 4.72px;*/
}
.product_accessories .innerbox .itemlist .item .picbox {
  width: 100%;
  height: auto;
}
.product_accessories .innerbox .itemlist .item .picbox .pic .pb {
  padding-bottom: 47.466%;
  
}
.product_accessories .innerbox .itemlist .item .picbox .pic .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;
}
.product_accessories .innerbox .itemlist .item .picbox .pic .pb .ab .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 80%;
  height: 80%;
}
.product_accessories .innerbox .itemlist .item .info {
  width: calc(100% - 8px);
  margin-left: 4px;
  margin-bottom: 4px;
  border-radius: 8px;
  background: #FFF;
  padding: 0.24rem;
  /*position: absolute;*/
  /*bottom: 0;*/
  /*z-index: 6;*/
       height: 1.4rem;
    min-height: 110px;
    margin-top: .4rem;
    
}
.product_accessories .innerbox .itemlist .item .info .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product_accessories .innerbox .itemlist .item .info .flexbox .f_left {
  width: 75%;
}
.product_accessories .innerbox .itemlist .item .info .flexbox .f_left .title {
  font-weight: 700;
  font-size: var(--font24);
}
.product_accessories .innerbox .itemlist .item .info .flexbox .f_left .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font16);
  margin-top: 0.1rem;
  /*min-height: 42px;*/
}
.product_accessories .innerbox .itemlist .item .info .flexbox .f_right {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0.6rem;
  height: 0.6rem;
  max-width: 0.6rem;
  border-radius: 50%;
  background-color: var(--color_f5);
}
.product_accessories .innerbox .itemlist .item .info .flexbox .f_right .choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product_accessories .innerbox .itemlist .item .info .flexbox .f_right .choose img {
  width: 0.26rem;
  filter: brightness(0) invert(0.8);
}
.product_accessories .innerbox .itemlist .item:hover .info .flexbox .f_right {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--active_color);
}
.product_accessories .innerbox .itemlist .item:hover .info .flexbox .f_right img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: inherit;
}

@media (max-width:990px) {
    .product_accessories .innerbox .itemlist .item .info{
        min-height: 140px;
    }
}
@media (max-width:480px) {
  .product_accessories .grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* --------------------------------------------------------------- 产品视频 */
.product_video_wrap .header_link{
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
}

.product_video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.product_video .innerbox {
  width: 100%;
  height: auto;
}
.product_video .innerbox .main_title {
  text-align: center;
}
.product_video .innerbox .video_wrap {
  width: 100%;
  height: 6.2rem;
}
.product_video .innerbox .video_wrap .video_box {
  width: 100%;
  /*height: auto;*/
  position: relative;
  margin-top: 0.64rem;
  border-radius: 8px;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 4.2rem;
}
.product_video .innerbox .video_wrap .video_box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.product_video .innerbox .video_wrap .video_box .word {
  color: var(--color_fff);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: absolute;
  left: 0.56rem;
  top: 0.32rem;
}
.product_video .innerbox .video_wrap .idxPageHide {
  display: block;
  text-align: center;
}
.product_video .innerbox .video_wrap .swiper-slide-active .video_box {
  opacity: 1;
  background: none;
}
/* --------------------------------------------------------------- 产品对比 */
.product_compare_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
  padding: 1.2rem 0;
  background-color: var(--color_f5);
}
.product_compare_wrap .innerbox {
  width: 100%;
  height: auto;
}
.product_compare_wrap .innerbox .filter_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product_compare_wrap .innerbox .filter_top .circle_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0.4rem;
  width: 50%;
}
.product_compare_wrap .innerbox .filter_top .circle_filter .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
  cursor: pointer;
  font-size: var(--font14);
}
.product_compare_wrap .innerbox .filter_top .circle_filter .item .choo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  border-radius: 4px;
  border: 1px solid #999;
  width: 0.16rem;
  height: 0.16rem;
  min-width: 14px;
  min-height: 14px;
}
.product_compare_wrap .innerbox .filter_top .circle_filter .item .choo:before {
  position: absolute;
  content: '';
  width: 38%;
  height: 38%;
  border-radius: 2px;
  background: #F6AB00;
  opacity: 0;
}
.product_compare_wrap .innerbox .filter_top .circle_filter .active {
  color: #C4131A;
  color: var(--active_color);
}
.product_compare_wrap .innerbox .filter_top .circle_filter .active .choo {
  border: 1px solid #10589E;
}
.product_compare_wrap .innerbox .filter_top .circle_filter .active .choo:before {
  opacity: 1;
}
.product_compare_wrap .innerbox .pcw_content {
  margin-top: 0.64rem;
  padding: 0.64rem;
  background-color: #fff;
  border-radius: 8px;
}
.product_compare_wrap .innerbox .pcw_content .flexbox {
  width: 100%;
  height: auto;
  gap: 0.16rem;
  position: sticky;
  top: 0;
  padding: .5rem 0;
  padding-top: 1.5rem;
  background-color: #fff;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_left {
  width: 25%;
  gap: 0.16rem;
  font-size: var(--font32);
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right {
  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;
  width: 75%;
  gap: 0.88rem;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item {
  width: 33%;
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  padding: 0.04rem;
  border: solid 1px var(--color_eee);
  border-radius: 8px;
  min-height: 120px;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .pic {
  width: 64%;
  height: auto;
  padding: 0.1rem;
  background-color: #eee;
  border-radius: 8px;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .pic .pb {
  padding-bottom: 73.6%;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .pic .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;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .info {
  width: 36%;
  height: auto;
  padding: 0.16rem 0;
  font-size: var(--font18);
  background-color: #fff;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .info .word {
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item:hover .info .word{
    color: var(--active_color);
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .info .desc {
  font-size: 12px;
  margin-top: 0.1rem;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .info .circledouble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  right: 0.16rem;
  bottom: 0.16rem;
  cursor: pointer;
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .active {
  background-color: var(--active_color);
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .active .info .circledouble {
  background-color: var(--yellow);
}
.product_compare_wrap .innerbox .pcw_content .flexbox .f_right .active .info .circledouble::before {
  background-color: var(--active_color);
}
.product_compare_wrap .innerbox .pcw_content .product_comparison {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
  border-top: solid 1px var(--color_ddd);
}
.product_compare_wrap .innerbox .pcw_content .product_comparison li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0.47rem 0;
  border-bottom: solid 1px var(--color_ddd);
  gap: 0.16rem;
}
.product_compare_wrap .innerbox .pcw_content .product_comparison li .params {
  flex: 1;
  word-break: break-word;
}
.product_compare_wrap .innerbox .pcw_content .product_comparison li .params:first-child {
  color: var(--color_999);
  width: 25%;
}
.product_compare_wrap .innerbox .pcw_content .product_comparison li .list{
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: end;
        gap: 0.88rem;
}
.product_compare_wrap .innerbox .pcw_content .product_comparison li .list .params{
    width: 33%;
}
.product_compare_wrap .innerbox .pcw_content .product_comparison li .list .params.zw{
    opacity: 0;
}
.product_compare_wrap .innerbox .pcw_content_mobile {
  background-color: var(--color_fff);
  margin-top: 0.64rem;
  border-radius: 8px;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox {
  padding: 0.64rem 0.32rem;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .title {
  font-weight: 700;
  text-align: center;
  font-size: var(--font48);
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.12rem;
  margin-top: 0.4rem;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .taglist .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_999);
  border-radius: 60px;
  background: #EEE;
  backdrop-filter: blur(8px);
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .taglist .active {
  color: var(--color_000);
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--yellow);
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .tag_content {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  overflow: hidden;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .tag_content .item .img {
  height: 3.1rem;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .tag_content .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .tag_content .item .product_comparison {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
  border-top: solid 1px var(--color_ddd);
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .tag_content .item .product_comparison li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font24);
  width: 100%;
  height: auto;
  padding: 0.47rem 0;
  border-bottom: solid 1px var(--color_ddd);
  gap: 0.2rem;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .tag_content .item .product_comparison li .params {
  display: block;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .tag_content .item .product_comparison li .params:first-child {
  color: var(--color_999);
  font-weight: 700;
  width: 40%;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .tag_content .item .product_comparison li .params:last-child {
  color: var(--color_000);
  width: 60%;
  word-wrap: break-word;
}
.product_compare_wrap .innerbox .pcw_content_mobile .innerbox .tag_content .item .product_comparison li:last-child {
  border-bottom: none;
}

.product_compare_wrap .innerbox .idx_more {
  margin: auto ;
  margin-top: 0.64rem;
}
.product_compare_wrap .innerbox .tips {
  color: var(--color_999);
  margin-top: 0.64rem;
  width: 50%;
  font-size: var(--font14);
}
@media (max-width:768px) {
  .product_compare_wrap .innerbox .pcw_content .flexbox .f_right {
    gap: 0.4rem;
  }
  .product_compare_wrap .innerbox .tips {
    width: 100%;
    height: auto;
  }
  .product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item{
      flex-direction: column;
  }
  .product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item{
      flex-direction: column;
  }
  .product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .pic{
      width: 100%;
  }
  .product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .info{
      width: 100%;
      padding: .2rem;
  }
  .product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item .info .word{
      width: 80%;
     
  }
}


@media (max-width:480px) {
    .product_compare_wrap .innerbox .pcw_content .flexbox{
        position: relative;
        
    }
  .product_compare_wrap .innerbox .filter_top {
    gap: 0.3rem;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .product_compare_wrap .innerbox .filter_top .circle_filter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .product_compare_wrap .innerbox .pcw_content {
    padding: 0.5rem;
  }
  .product_compare_wrap .innerbox .pcw_content .flexbox .f_right {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .product_compare_wrap .innerbox .pcw_content .flexbox .f_right .item {
    width: 100%;
    height: auto;
  }
  .product_compare_wrap .grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_compare_wrap .innerbox .pcw_content .product_comparison li{
      flex-direction: column;
      gap: .2rem;
      padding: .2rem 0;
  }
}
/* --------------------------------------------------------------- 社会贡献 */
.social_banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.social_banner .swiper_box {
  position: relative;
  width: 100%;
  height: auto;
}
.social_banner .swiper_box .image {
  width: 100%;
  height: auto;
}
.social_banner .swiper_box .image img {
  width: 100%;
  height: auto;
}
.social_banner .swiper_box .image .m_img {
  display: none;
}
.social_banner .swiper_box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  color: var(--color_fff);
  z-index: 2;
  background: linear-gradient(90deg, rgb(0 0 0 / 20%) 0.11%, rgba(0, 0, 0, 0.00) 99.89%);
}
.social_banner .swiper_box .info .title {
  font-weight: 700;
  font-size: var(--font64);
  max-width: 660px;
}
.social_banner .swiper_box .info .desc {
  font-size: var(--font16);
  width: 50%;
  margin-top: 0.48rem;
}
.social_banner .swiper_box .info .t0 {
  color: var(--yellow);
  font-size: var(--font32);
}
.social_banner .swiper_box .info .t2 {
  margin-top: 0.16rem;
  line-height: 1;
}
@media (max-width:480px) {
  .social_banner .swiper_box .image .m_img {
    display: block;
    height: 600px;
    object-fit: cover;
  }
  .social_banner .swiper_box .image .pc_img {
    display: none;
  }
  
  .social_banner .swiper_box .info{
      padding: 0 20px;
    text-align: left;
      background: linear-gradient(90deg, rgb(0 0 0 / 40%) 0.11%, rgba(0, 0, 0, 0.00) 99.89%);
  }
  .social_banner .swiper_box .info .desc {
    width: 100%;
  }
}
/* --------------------------------------------------------------- 社会贡献详情 */
.social_details_list {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.social_details_list .socialbox {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.8rem 0;
}
.social_details_list .socialbox .flexbox {
  width: 100%;
  height: auto;
}
.social_details_list .socialbox .flexbox .f_left {
  position: relative;
  width: 50%;
  max-width: 45%;
}
.social_details_list .socialbox .flexbox .f_left .desc {
  color: rgba(34, 34, 34, 0.8);
  font-size: var(--font14);
  margin-top: 0.32rem;
}
.social_details_list .socialbox .flexbox .f_left .idx_more {
  margin-top: 0.8rem;
  background-color: var(--color_eee);
}
.social_details_list .socialbox .flexbox .f_left .sendtime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}
.social_details_list .socialbox .flexbox .f_left .sendtime .item {
  color: var(--color_999);
  font-size: var(--font16);
  padding: 0 0.24rem;
  border-right: dashed 1px var(--color_ddd);
}
.social_details_list .socialbox .flexbox .f_left .sendtime .item .word {
  color: var(--color_000);
}
.social_details_list .socialbox .flexbox .f_left .sendtime .item:first-child {
  padding-left: 0;
}
.social_details_list .socialbox .flexbox .f_left .sendtime .item:last-child {
  border-right: 0;
}
.social_details_list .socialbox .flexbox .f_right {
  width: 50%;
  overflow: hidden;
  border-radius: 8px;
}
.social_details_list .socialbox .flexbox .f_right img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
}
.social_details_list .socialbox .flexbox .f_right:hover img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  scale: 1.05;
}
.social_details_list .socialbox:nth-child(1) {
  padding-top: 0;
}
.social_details_list .socialbox:nth-child(even) {
  background-color: var(--color_f5);
}
@media (max-width:990px) {
  .social_details_list .socialbox .flexbox .f_left {
    max-width: 100%;
  }
  .social_details_list .socialbox .flexbox .f_left .sendtime {
    position: relative;
    margin-top: 0.5rem;
  }
}
@media (max-width:480px) {
  .social_details_list .socialbox .flexbox .f_left .sendtime {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 0.1rem;
  }
  .social_details_list .socialbox .flexbox .f_left .sendtime .item {
    padding: 0;
    border-right: 0;
    padding: 0.02rem 0;
  }
}
/* --------------------------------------------------------------- 搜索结果页 */
.search_result_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.search_result_wrap .innerbox {
  width: 80%;
  margin: auto;
  max-width: 1120px;
  text-align: center;
  padding-top: 2.4rem;
}
.search_result_wrap .innerbox .title {
  font-weight: 700;
  font-size: var(--font64);
}
.search_result_wrap .innerbox .inputbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 0.8rem;
  border-radius: 4px;
  margin-top: 0.64rem;
}
.search_result_wrap .innerbox .inputbox input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: var(--font16);
  padding-left: 0.32rem;
  border-radius: 4px;
}
.search_result_wrap .innerbox .inputbox .searchbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 0;
  width: fit-content;
  padding: 0 0.4rem;
  height: 100%;
  gap: 0.16rem;
  border-radius: 4px;
  background-color: var(--active_color);
}
.search_result_wrap .innerbox .inputbox .searchbtn .icon {
  width: 0.24rem;
}
.search_result_wrap .innerbox .inputbox .searchbtn .word {
  color: var(--color_fff);
  font-size: var(--font16);
}
.search_result_wrap .innerbox .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.6rem;
  margin-top: 0.3rem;
}
.search_result_wrap .innerbox .itemlist .item {
  color: var(--color_999);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-size: var(--font16);
  padding-bottom: 0.32rem;
}
.search_result_wrap .innerbox .itemlist .item:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--yellow);
}
.search_result_wrap .innerbox .itemlist .item:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #C4131A;
  color: var(--active_color);
}
.search_result_wrap .innerbox .itemlist .item:hover:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
@media (max-width:480px) {
  .search_result_wrap .innerbox {
    width: 100%;
    height: auto;
  }
  .search_result_wrap .innerbox .itemlist {
    gap: 0.2rem;
  }
}
.search_result_list {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.search_result_list .resultbox {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.8rem 0;
}
.search_result_list .resultbox .w1792{
    max-width: 1280px;
    width: 66%;
}
.search_result_list .resultbox .tips {
  color: var(--color_999);
  font-size: var(--font16);
}
.search_result_list .resultbox .flexbox {
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.search_result_list .resultbox .flexbox .f_left {
  position: relative;
  width: 50%;
  max-width: 45%;
}
.search_result_list .resultbox .flexbox .f_left .title {
  font-size: var(--font40);
  line-height:1.2;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.search_result_list .resultbox .flexbox .f_left .desc {
  font-size: var(--font14);
  margin-top: 0.15rem;
}
.search_result_list .resultbox .flexbox .f_left .head_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0;
}
.search_result_list .resultbox .flexbox .f_right {
  /*width: 50%;*/
  width: 35%;
  overflow: hidden;
  border-radius: 8px;
  height: 2.4rem;
    text-align: center;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3rem;
}
.search_result_list .resultbox .flexbox .f_right img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
  
}
.search_result_list .resultbox .flexbox .f_right:hover img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  scale: 1.05;
}
.search_result_list .socialbox:nth-child(even) {
  background-color: var(--color_f5);
}
@media (max-width:990px) {
  .search_result_list .resultbox .flexbox .f_left {
    max-width: 100%;
  }
  .search_result_list .resultbox .flexbox .f_left .head_tag {
    position: relative;
    margin-top: 0.5rem;
  }
}
@media (max-width:480px) {
  .search_result_list .resultbox .flexbox .f_left .sendtime {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .search_result_list .resultbox .flexbox .f_left .sendtime .item {
    padding: 0;
    border-right: 0;
    padding: 0.02rem 0;
  }
}
.search_result_nodata {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url("../images/nodata.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 4.97rem;
  min-height: 400px;
}
.search_result_nodata .word {
  color: #C4131A;
  color: var(--active_color);
  text-align: center;
  width: 60%;
  margin: auto;
  font-size: var(--font24);
  padding-top: 0.8rem;
}
@media (max-width:480px) {
  .search_result_nodata .word {
    width: 80%;
  }
}
/* --------------------------------------------------------------- 成为合作伙伴 */
.product_buy {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 1.12rem;
}
.product_buy .info {
  width: 100%;
  margin-top: 0.72rem;
  z-index: 3;
}
.product_buy .info .main_desc {
  width: 50%;
  margin-top: 0.28rem;
  opacity: 0.6;
}
.product_buy .info .innerbox {
  width: 100%;
  margin-top: 0.64rem;
  /* 当#myInput获得焦点时，修改后续兄弟元素的样式 */
}
.product_buy .info .innerbox input:focus ~ .sibling {
  color: red;
  /* 改变后的颜色 */
}
.product_buy .info .innerbox .row {
  gap: 0.32rem;
  /* 修改下拉框选项的背景颜色 */
  /* 修改选中项的背景颜色 */
}




.product_buy .info .innerbox .row .layui-select-title input,
.product_buy .info .innerbox .row .layui-unselect {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  /* 更改为你想要的颜色 */
}
.product_buy .info .innerbox .row .layui-select-option:hover,
.product_buy .info .innerbox .row .layui-select-option:selected {
  background-color: #007BFF;
  /* 鼠标悬停或选中时的背景颜色 */
}
.product_buy .info .innerbox .row .layui-form-item {
  margin-bottom: 0;
}
.product_buy .info .innerbox .row .layui-form-item .layui-input-block {
  margin-left: 0;
  width: 100%;
}
.product_buy .info .innerbox .row .layui-form-item .layui-input-block select {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.48rem;
  padding-bottom: 0.2rem;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../svg/select.svg") no-repeat;
  background-position: 100% 70%;
}
.product_buy .info .innerbox .row .layui-input,
.product_buy .info .innerbox .row .layui-textarea {
  padding-left: 0;
}
.product_buy .info .innerbox .row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.2rem;
  padding-top: 0.33rem;
  padding-bottom: 0.15rem;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.product_buy .info .innerbox .descb .item{
    flex-direction: column;
}


.product_buy .info .innerbox .row .item .layui-edge {
  width: 24px;
  height: 15px;
  background: url(../svg/select2.svg) no-repeat !important;
  border-top-color: rgba(255, 255, 255, 0);
  margin-top: -8px;
}
.product_buy .info .innerbox .row .item .tag {
  color: var(--color_444);
  color: var(--color_666);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  height: 0.38rem;
}
.product_buy .info .innerbox .row .item input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  height: 0.38rem;
  z-index: 2;
}
.product_buy .info .innerbox .row textarea {
  width: 100%;
  height: 1.48rem;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.product_buy .info .innerbox .row:first-child .item {
  padding-top: 0;
}
.product_buy .info .innerbox .row .operatebtn {
  display: -webkit-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;
}
.product_buy .info .innerbox .row .operatebtn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color_fff);
  cursor: pointer;
  gap: 0.09rem;
  padding: 0.04rem;
  border-radius: 60px;
  padding: 4px;
  min-width: 76px;
  min-height: 28px;
}
.product_buy .info .innerbox .row .operatebtn .btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  background-color: #fff;
  border-radius: 50%;
}
.product_buy .info .innerbox .row .operatebtn .btn .word {
  font-size: 12px;
}
.product_buy .info .innerbox .row .operatebtn .delete {
  background: #CBCBCB;
}
.product_buy .info .innerbox .row .operatebtn .add {
  background: var(--yellow);
}
.product_buy .info .innerbox .descr .item {
  flex-direction: column;
}
.product_buy .info .innerbox .submitbtn {
  color: var(--color_444);
  color: var(--color_666);
  cursor: pointer;
  margin-top: 0.5rem;
}
.product_buy .info .innerbox .submitbtn .private {
    display: flex;
}

.product_buy .info .innerbox .submitbtn .layui-form-checkbox[lay-skin=primary] &gt; i {
  background-color: inherit;
}
.product_buy .info .innerbox .submitbtn .layui-form-checkbox[lay-skin=primary]:hover &gt; i {
  border: 1px solid #BEBEBE !important;
  border-color: #fff;
}
.product_buy .info .innerbox .submitbtn .layui-form-checkbox &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  white-space: normal;
}
.product_buy .info .innerbox .submitbtn .layui-form-checked[lay-skin=primary] &gt; i {
  border-color: var(--active_color) !important;
  background-color: var(--active_color);
}
.product_buy .info .innerbox .submitbtn a {
  color: var(--color_444);
  color: var(--color_666);
  font-size: var(--font18);
}
.product_buy .info .innerbox .idx_more {
  float: right;
  margin-top: 0.54rem;
  background-color: var(--color_eee);
}
@media (max-width:1280px) {
  .product_buy .info .innerbox .right .row textarea {
    height: 0.5rem;
  }
}
@media (max-width:1200px) {
  .product_buy .info {
    top: 0.6rem;
  }
}
@media (max-width:1024px) {
  .product_buy {
    height: 100%;
    padding-bottom: 0;
  }
  .product_buy .info {
    position: relative;
    height: 100%;
    padding: 1rem 0;
  }
}
@media (max-width:768px) {
  .product_buy .info .innerbox {
    display: inline-block;
    width: 100%;
  }
  .product_buy .info .innerbox .left {
    width: 100%;
  }
  .product_buy .info .innerbox .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width:480px) {
  .product_buy .info {
    top: 0;
    margin-top: 0;
  }
  .product_buy .info .innerbox .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_buy .info .innerbox .row textarea {
    height: 1rem;
  }
  .product_buy .info .main_desc{
      width: 100%;
  }
}
/* --------------------------------------------------------------- 维修视频 */
.maintenance_video_list {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
}
.maintenance_video_list .innerbox {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.maintenance_video_list .innerbox .itemlist {
  width: 100%;
  height: auto;
  column-gap: 0.16rem;
  row-gap: 0.7rem;
}
.maintenance_video_list .innerbox .itemlist .item {
  position: relative;
  width: 100%;
  height: auto;
}
.maintenance_video_list .innerbox .itemlist .item .videobg {
  /*height: 3.68rem;*/
  overflow: hidden;
  border-radius: 8px;
}
.maintenance_video_list .innerbox .itemlist .item .videobg video {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.maintenance_video_list .innerbox .itemlist .item .videobg iframe {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.maintenance_video_list .innerbox .itemlist .item .info {
  margin-top: 0.32rem;
}
.maintenance_video_list .innerbox .itemlist .item .info .title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font24);
  min-height: 62px;
}

@media (max-width:768px) {
    .maintenance_video_list .innerbox .itemlist{row-gap:0}
}
@media (max-width:480px) {
    .maintenance_video_list .innerbox .itemlist{
        grid-template-columns: repeat(1, 1fr);
    }
}
.maintenance_video_list .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.maintenance_video_list .taglist .item{
     -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  background: rgba(214, 214, 214, 0.3);
  border-radius: 60px;
  padding: 0.145rem 0.3rem;
  min-width: 2.18rem;
}

.maintenance_video_list .taglist .active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_fff);
  background-color: var(--yellow);
}

@media (max-width:480px) {
    .maintenance_video_list .taglist{
        position: sticky;
        top: 1rem;
    }
}

/* --------------------------------------------------------------- 新闻标签 */
.news_tagwrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: .84rem;
}
.news_tagwrap .header_link .flexbox .f_right .wordbox .item:after{
    bottom: -2px;
}



.news_tagwrap .blog {
  color: #C4131A;
  color: var(--active_color);
  font-size: var(--font16);
  margin-bottom: 0.16rem;
}
.news_tagwrap .main_title {
  /*text-transform: capitalize;*/
  width: 50%;
}
.news_tagwrap .desctit {
  width: 50%;
  opacity: 0.6;
  margin-top: 0.32rem;
}
.news_tagwrap .innerbox {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  /*border-top: solid 1px rgba(0, 0, 0, 0.1);*/
}
.news_tagwrap .innerbox .itemlist {
  width: 100%;
  height: auto;
  column-gap: 0.16rem;
  row-gap: 0.7rem;
  
}
.news_tagwrap .innerbox .itemlist .item .tags {
  color: var(--color_fff);
  position: absolute;
  margin: 0.16rem;
  padding: 0.1rem 0.32rem;
  font-size: var(--font14);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  z-index: 7;
}
.news_tagwrap .innerbox .itemlist .item .imgbg {
  height: 3.68rem;
  /*height: auto;*/
  overflow: hidden;
  border-radius: 8px;
}

.news_tagwrap .innerbox .itemlist .item .imgbg .pb{
    padding-bottom: 63.065%;
}

.news_tagwrap .innerbox .itemlist .item .imgbg img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  border-radius: 8px;
}
.news_tagwrap .innerbox .itemlist .item .info {
  margin-top: 0.32rem;
}
.news_tagwrap .innerbox .itemlist .item .info .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font24);
  min-height: .58rem;
}
.news_tagwrap .innerbox .itemlist .item .info .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--color_222);
  margin-top: 0.12rem;
  font-size: var(--font14);
  opacity: 0.8;
}
.news_tagwrap .innerbox .itemlist .item .info .t0{
     display: flex;
    align-items: center;
    gap: .3rem;
    margin-top: .3rem;
}
.news_tagwrap .innerbox .itemlist .item .info .t0 .icon{ 
    display: flex;
    align-items: center;
    gap: 0.07rem;
}


.news_tagwrap .innerbox .itemlist .item .info .t0 .icon img{
       width: .26rem;
    height: .26rem;
}
.news_tagwrap .innerbox .itemlist .item .taglist {
  margin-top: 0.32rem;
}
.news_tagwrap .innerbox .itemlist .item .taglist .tag {
  color: #C4131A;
  color: var(--active_color);
}
.news_tagwrap .innerbox .itemlist .item:hover .imgbg img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  scale: 1.05;
}
.news_tagwrap .innerbox .itemlist .item:hover .info .title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_000);
}
.news_tagwrap .innerbox .itemlist .item:hover .info .idx_more2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--active_color);
}
@media (max-width:990px) {
    .news_tagwrap .main_title{
        width: 100%;
    }
    .news_tagwrap .desctit{
         width: 100%;
    }
}
@media (max-width:480px) {
  .news_tagwrap .innerbox .itemlist {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news_classfy {
  padding-top: 1.2rem;
}
.news_classfy .innerbox {
  border-top: none;
}
.news_classfy .innerbox .itemlist {
  padding-top: 0;
}
/* --------------------------------------------------------------- 文章 */
.blog_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog_wrap .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  height: auto;
  padding: 0.96rem 0;
}
.blog_wrap .innerbox .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.blog_wrap .innerbox .flexbox .f_left {
  width: 50%;
  max-width: 45%;
}
.blog_wrap .innerbox .flexbox .f_left .blog {
  color: #C4131A;
  color: var(--active_color);
  font-size: var(--font16);
}
.blog_wrap .innerbox .flexbox .f_left .main_title {
  /*text-transform: capitalize;*/
  margin-top: 0.16rem;
}
.blog_wrap .innerbox .flexbox .f_left .desc {
  font-size: var(--font14);
  padding-top: 0.48rem;
  margin-top: 0.48rem;
  border-top: solid 1px var(--color_ddd);
}
.blog_wrap .innerbox .flexbox .f_left .idx_more {
  margin-top: 0.8rem;
  background-color: var(--color_eee);
}
.blog_wrap .innerbox .flexbox .f_right {
  width: 50%;
}
.blog_wrap .innerbox .flexbox .f_right img {
  border-radius: 8px;
  width: 100%;
}
@media (max-width:990px) {
  .blog_wrap .innerbox {
    gap: 0.5rem;
  }
  .blog_wrap .innerbox .flexbox .f_left {
    max-width: 100%;
  }
}
/* --------------------------------------------------------------- 常见问题 -- 售后服务 */
.question_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
  margin-top: -0.56rem;
}
.question_wrap .innerbox {
  width: 100%;
  height: auto;
  margin-top: 0.74rem;
}
.question_wrap .innerbox .flexbox {
  gap: 0.32rem;
}
.question_wrap .innerbox .flexbox .f_left {
  width: 20%;
  position: sticky;
  top: 1.8rem;
  min-width: 4.36rem;
  height: fit-content;
  border: solid 1px var(--color_ddd);
  border-radius: 8px;
  padding: 0.15rem 0.4rem;
}
.question_wrap .innerbox .flexbox .f_left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: var(--font18);
  padding: 0.28rem 0;
  border-bottom: solid 1px var(--color_eee);
}
.question_wrap .innerbox .flexbox .f_left .item .word {
  color: var(--color_222);
}
.question_wrap .innerbox .flexbox .f_left .item .icon {
  width: 0.12rem;
  filter: brightness(0) invert(0.8);
}
.question_wrap .innerbox .flexbox .f_left .item:last-child {
  border-bottom: none;
}
.question_wrap .innerbox .flexbox .f_left .active .word {
  color: #C4131A;
  color: var(--active_color);
}
.question_wrap .innerbox .flexbox .f_left .active .icon {
  filter: inherit;
}
.question_wrap .innerbox .flexbox .f_right {
  width: 80%;
  height: auto;
}
.question_wrap .innerbox .flexbox .f_right .qus_block {
  margin-bottom: 0.55rem;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li {
  width: 100%;
  height: auto;
  margin-top: 0.18rem;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  padding: 0.13rem;
  cursor: pointer;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .left {
  display: -webkit-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;
  width: 100%;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .left .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--color_999);
  width: 0.4rem;
  height: 0.4rem;
  min-width: 35px;
  min-height: 35px;
  border-radius: 8px;
  font-size: var(--font18);
  background: #F3F3F3;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .left .word {
  color: var(--color_222);
  width: 80%;
  line-height: calc(24/16);
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .left .word p span{
    text-wrap-mode: wrap!important;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .left .word p{
    text-wrap-mode: wrap!important;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .left .word span{
    text-wrap-mode: wrap!important;
}

.question_wrap .innerbox .flexbox .f_right .qus_block ul li .qus_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.2rem;
  width: 100%;
  height: auto;
  font-size: var(--font18);
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .qus_title .more {
  width: 0.26rem;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .qus_title .more .hide {
  display: none;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .qus_content {
  display: none;
  margin-top: 0.15rem;
  padding-bottom: 0.3rem;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul li .qus_content .left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: var(--color_444);
  color: var(--color_666);
}



.question_wrap .innerbox .flexbox .f_right .qus_block ul .active {
  background: #F6F6F6;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul .active .qus_title .icon {
  color: #C4131A;
  color: var(--active_color);
  background: rgba(16, 88, 158, 0.06);
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul .active .qus_title .word {
  color: #C4131A;
  color: var(--active_color);
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul .active .qus_title .more .show {
  display: none;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul .active .qus_title .more .hide {
  display: block;
}
.question_wrap .innerbox .flexbox .f_right .qus_block ul .active .qus_content .icon {
  color: var(--yellow);
  background: rgba(246, 171, 0, 0.06);
}
@media (max-width:990px) {
  .question_wrap .innerbox .flexbox .f_left {
    position: relative;
    z-index: 1;
    top: 0;
  }
}
@media (max-width:990px) {
    .question_wrap .innerbox{
        margin-top: 0.4rem;
    }

}
.server_wrap {
  margin-top: var(--headertop-height);
}
.server_wrap .main_title {
  margin-top: 0.64rem;
}
.server_wrap .innerbox .flexbox {
  gap: 0.9rem;
}
.server_wrap .innerbox .flexbox .f_left .item {
  font-size: var(--font24);
}
.server_wrap .innerbox .flexbox .f_right .server_block {
  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.75rem;
  padding: 0.64rem 0;
  border-bottom: solid 1px var(--color_ddd);
}
.server_wrap .innerbox .flexbox .f_right .server_block .title {
  font-weight: 700;
  /*text-transform: capitalize;*/
  width: 30%;
  max-width: 302px;
  font-size: var(--font32);
}
.server_wrap .innerbox .flexbox .f_right .server_block .info {
  width: 70%;
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .t0 {
  font-weight: 700;
  font-size: var(--font16);
  padding-bottom: 0.24rem;
  line-height: calc(24/16);
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .desc {
  color: var(--color_444);
  color: var(--color_666);
  font-size: var(--font16);
  line-height: calc(24/16);
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .desc_ul .desc_li {
  color: var(--color_444);
  color: var(--color_666);
  line-height: calc(24/16);
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .itemblock {
  margin-top: 0.48rem;
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .itemblock:first-child {
  margin-top: 0;
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol {
  list-style-type: none;
  /* 移除默认编号 */
  counter-reset: item;
  /* 创建计数器 */
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol li {
  counter-increment: item;
  /* 每个li元素递增计数器 */
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol li:before {
  content: "①";
  /* 使用自定义编号 */
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol li:nth-child(2)::before {
  content: "②";
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol li:nth-child(3)::before {
  content: "③";
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol li:nth-child(4)::before {
  content: "④";
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol li:nth-child(5)::before {
  content: "⑤";
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol li:nth-child(6)::before {
  content: "⑥";
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol li:nth-child(7)::before {
  content: "⑦";
}
.server_wrap .innerbox .flexbox .f_right .server_block .info ol li:nth-child(8)::before {
  content: "⑧";
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .medialist {
  margin-top: 0.4rem;
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .medialist .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  padding: 0.1rem 0;
  font-size: var(--font16);
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .medialist .line .icon {
  width: 18px;
  height: 18px;
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .medialist .line .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color_999);
  flex-wrap: wrap;
}
.server_wrap .innerbox .flexbox .f_right .server_block .info .medialist .line .data .name {
  color: var(--color_000);
}
.server_wrap .innerbox .flexbox .f_right .server_block:first-child {
  padding-top: 0;
}
.server_wrap .innerbox .flexbox .f_right .server_block:last-child {
  border-bottom: none;
}
@media (max-width:768px) {
  .server_wrap .innerbox .flexbox .f_right .server_block {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .2rem;
  }
  .server_wrap .innerbox .flexbox .f_right .server_block .title {
    width: 100%;
    height: auto;
  }
  .server_wrap .innerbox .flexbox .f_right .server_block .info {
    width: 100%;
    height: auto;
  }
  .server_wrap .innerbox .flexbox .f_right .server_block{
      padding: .4rem 0;
  }
}
@media (max-width:480px) {
    .server_wrap .innerbox .flexbox{
        gap: .4rem;
    }
    .server_wrap .main_title{
        margin-top: 0;
    }
}
/* --------------------------------------------------------------- 资料下载 */
.download_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
}
.download_wrap .main_title {
  margin-top: 0.66rem;
}
.download_wrap .innerbox {
  width: 100%;
  height: auto;
  margin-top: 0.74rem;
}
.download_wrap .innerbox .flexbox {
  gap: 0.32rem;
}
.download_wrap .innerbox .flexbox .f_left {
  width: 30%;
  position: sticky;
  top: 1.5rem;
  width: 4.36rem;
  height: fit-content;
  border: solid 1px var(--color_ddd);
  border-radius: 8px;
  padding: 0.15rem 0.4rem;
}
.download_wrap .innerbox .flexbox .f_left .item {
  font-size: var(--font18);
  padding: 0.28rem 0;
}
.download_wrap .innerbox .flexbox .f_left .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 0.24rem;
  border-bottom: solid 1px var(--color_eee);
  cursor: pointer;
}
.download_wrap .innerbox .flexbox .f_left .item .title .word {
  color: var(--color_222);
  font-size: var(--font24);
}
.download_wrap .innerbox .flexbox .f_left .item .title .icon {
  width: 0.12rem;
  filter: brightness(0) invert(0.8);
  transform: rotate(-90deg);
}
.download_wrap .innerbox .flexbox .f_left .item .content {
  margin-top: 0.32rem;
  display: none;
}
.download_wrap .innerbox .flexbox .f_left .item .content .s_li {
  color: var(--color_999);
  position: relative;
  z-index: 1;
  font-size: var(--font16);
  padding: 0.12rem 0;
  overflow: hidden;
}
.download_wrap .innerbox .flexbox .f_left .item .content .s_li::before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: '';
  width: 8px;
  left: 0;
  height: 8px;
  top: 1.1em;
  transform: translateX(-1rem);
  background-color: var(--yellow);
}
.download_wrap .innerbox .flexbox .f_left .item .content .s_li .word {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.download_wrap .innerbox .flexbox .f_left .item .content .s_li:hover {
  color: #C4131A;
  color: var(--active_color);
}
.download_wrap .innerbox .flexbox .f_left .item .content .s_li:hover::before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0);
}
.download_wrap .innerbox .flexbox .f_left .item .content .s_li:hover .word {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: solid 1px var(--active_color);
  transform: translateX(0.24rem);
}
.download_wrap .innerbox .flexbox .f_left .item .content .active {
  color: #C4131A;
  color: var(--active_color);
}
.download_wrap .innerbox .flexbox .f_left .item .content .active::before {
  transform: translateX(0);
}
.download_wrap .innerbox .flexbox .f_left .item .content .active .word {
  border-bottom: solid 1px var(--active_color);
  transform: translateX(0.24rem);
}
.download_wrap .innerbox .flexbox .f_left .item:last-child {
  border-bottom: none;
}
.download_wrap .innerbox .flexbox .f_left .item:first-child .content{
    /*display: block;*/
}

.download_wrap .innerbox .flexbox .f_left .active .title .word {
  color: #C4131A;
  color: var(--active_color);
}
.download_wrap .innerbox .flexbox .f_left .active .title .icon {
  filter: inherit;
  transform: rotate(90deg);
}
.download_wrap .innerbox .flexbox .f_left .active .content{
    display: block;
}
.download_wrap .innerbox .flexbox .f_right {
  width: 100%;
  height: auto;
}
.download_wrap .innerbox .flexbox .f_right .itemlist {
  gap: 0.16rem;
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item {
  position: relative;
  cursor: pointer;
  background: url(../images/pbg2.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
  /*height: 4.52rem;*/
  padding-bottom: 4px;
  min-height: 300px;
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item .picbox {
  width: 100%;
  height: auto;
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item .picbox .pic .pb {
  padding-bottom: 59.334%;
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item .picbox .pic .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;
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item .picbox .pic .pb .ab .img {
  width: 1.64rem;
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item .info {
  /*position: absolute;*/
  /*bottom: 4px;*/
  width: calc(100% - 8px);
  margin-left: 4px;
  border-radius: 8px;
  background: #FFF;
  padding: 0.24rem;
  z-index: 6;
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item .info .title {
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: var(--font24);
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item .info .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font16);
  margin-top: 0.1rem;
  min-height: 42px;
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item .info .idxmore_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*text-transform: capitalize;*/
  margin-top: 0.7rem;
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item:hover .info .title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #C4131A;
  color: var(--active_color);
}
.download_wrap .innerbox .flexbox .f_right .itemlist .item:hover .info .idxmore_box {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #C4131A;
  color: var(--active_color);
}
@media (max-width:990px) {
  .download_wrap .innerbox .flexbox .f_left {
    position: relative;
    z-index: 1;
    top: 0;
  }
}
@media (max-width:480px) {
  .download_wrap .innerbox .flexbox .f_right .itemlist {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* --------------------------------------------------------------- 投资者关系 */
.investor_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-color: var(--color_f5);
}
.investor_wrap .innerbox {
  width: 100%;
  height: auto;
}
.investor_wrap .innerbox .title {
  font-weight: 700;
  text-align: center;
  font-size: var(--font64);
}
.investor_wrap .innerbox .flexbox {
  margin-top: 0.64rem;
  gap: 0.16rem;
}
.investor_wrap .innerbox .flexbox .f_left {
  width: 62%;
  padding: 0.64rem;
}
.investor_wrap .innerbox .flexbox .f_left .itemlist {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.investor_wrap .innerbox .flexbox .f_left .itemlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: var(--color_999);
  font-size: var(--font16);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0.26rem 0;
}
.investor_wrap .innerbox .flexbox .f_left .itemlist li .info {
  display: -webkit-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.73rem;
}
.investor_wrap .innerbox .flexbox .f_left .itemlist li .info .desc {
  color: var(--color_000);
}
.investor_wrap .innerbox .flexbox .f_left .idx_more2 {
  color: #C4131A;
  color: var(--active_color);
  float: right;
  height: auto;
  margin-top: 0.48rem;
}
.investor_wrap .innerbox .flexbox .f_right {
  width: 38%;
  padding: 0.59rem;
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas {
  padding-bottom: 0.64rem;
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .emdoorbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .emdoorbox .left {
  padding-right: 0.4rem;
  font-size: var(--font32);
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .emdoorbox .left .code {
  color: #F00;
  margin-top: 0.04rem;
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .emdoorbox .right {
  padding-left: 0.4rem;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .emdoorbox .right .pricebox .price {
  font-weight: 700;
  font-size: var(--font64);
  color: #1F920E;
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .emdoorbox .right .pricebox .price .dw {
  color: #C4131A;
  color: var(--active_color);
  font-size: var(--font24);
  font-weight: normal;
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .emdoorbox .right .pricebox .time {
  color: var(--color_444);
  color: var(--color_666);
  font-size: var(--font20);
  margin-top: 0.04rem;
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .emdoorbox .right .fare {
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  color: #1F920E;
  font-size: var(--font16);
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .morebox {
  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;
}
.investor_wrap .innerbox .flexbox .f_right .investor_datas .morebox .idx_more2 {
  margin-top: 0.64rem;
}
.investor_wrap .innerbox .flexbox .f_right .investor_contact {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 0.64rem;
}
.investor_wrap .innerbox .flexbox .f_right .investor_contact .medialist {
  margin-top: 0.4rem;
}
.investor_wrap .innerbox .flexbox .f_right .investor_contact .medialist .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  padding: 0.1rem 0;
  font-size: var(--font16);
}
.investor_wrap .innerbox .flexbox .f_right .investor_contact .medialist .line .icon {
  width: 18px;
  height: 18px;
}
.investor_wrap .innerbox .flexbox .f_right .investor_contact .medialist .line .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color_999);
  flex-wrap: wrap;
}
.investor_wrap .innerbox .flexbox .f_right .investor_contact .medialist .line .data .name {
  color: var(--color_000);
}
.investor_wrap .innerbox .flexbox .bgr8 {
  border-radius: 8px;
  background: #FFF;
}
@media (max-width:480px) {
  .investor_wrap .innerbox .flexbox .f_left .itemlist li {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .investor_wrap .innerbox .flexbox .f_left .itemlist li .info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.2rem;
  }
}
/* --------------------------------------------------------------- 软件 */
.solf_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.solf_wrap .innerbox {
  width: 100%;
  height: auto;
  margin-top: 0.63rem;
}
.solf_wrap .innerbox .main_title {
  font-weight: 700;
  font-size: var(--font64);
}
.solf_wrap .innerbox .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font18);
  margin-top: 0.3rem;
}
.solf_wrap .innerbox .soft_info {
  width: 100%;
  height: auto;
}
.solf_wrap .innerbox .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.solf_wrap .innerbox .taglist .item {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  background: rgba(214, 214, 214, 0.3);
  border-radius: 60px;
  padding: 0.145rem 0.3rem;
  min-width: 2.18rem;
}
.solf_wrap .innerbox .taglist .active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_fff);
  background-color: var(--yellow);
}
.solf_wrap .innerbox .solf_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  height: auto;
  padding-top: 0.59rem;
  padding-bottom: 2.2rem;
}
.solf_wrap .innerbox .solf_content .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.solf_wrap .innerbox .solf_content .flexbox .f_left {
  width: 50%;
  overflow: hidden;
  border-radius: 8px;
}
.solf_wrap .innerbox .solf_content .flexbox .f_left img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.solf_wrap .innerbox .solf_content .flexbox .f_left:hover img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  scale: 1.05;
}
.solf_wrap .innerbox .solf_content .flexbox .f_right {
  width: 50%;
  max-width: 45%;
}
.solf_wrap .innerbox .solf_content .flexbox .f_right .icon {
  width: 0.78rem;
  height: 0.78rem;
}
.solf_wrap .innerbox .solf_content .flexbox .f_right .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solf_wrap .innerbox .solf_content .flexbox .f_right .title {
  font-weight: 700;
  margin-top: 0.4rem;
  font-size: var(--font46);
}
.solf_wrap .innerbox .solf_content .flexbox .f_right .desc {
  color: var(--color_444);
  color: var(--color_666);
  margin-top: 0.4rem;
  font-size: var(--font20);
  margin-top: 0.32rem;
}
.solf_wrap .innerbox .solf_content .flexbox:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width:990px) {
  .solf_wrap .innerbox .solf_content {
    gap: 0.5rem;
  }
  .solf_wrap .innerbox .solf_content .flexbox .f_right {
    max-width: 100%;
  }
  .solf_wrap .innerbox .solf_content .flexbox:nth-child(even) {
    flex-direction: column;
  }
  .solf_wrap .innerbox .solf_content .flexbox:nth-child(even) .f_left {
    margin-top: 0.5rem;
  }
 
}


@media (max-width:480px) {
    .solf_wrap .innerbox .taglist{
        top: .7rem;
    }
}
/* --------------------------------------------------------------- 硬件 */
.half_banner .info {
  padding-top: 1.54rem;
  width: 55%;
}
.half_banner .info .main_title {
  font-size: var(--font64);
}
@media (max-width:480px) {
  .half_banner .info {
    width: 100%;
  }
}
.half_media_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.74rem 0;
}
.half_media_wrap .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.half_media_wrap .swiper_box .centerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: 8px;
  border: 1px solid #E9E9E9;
  height: 1.28rem;
}
.half_media_wrap .swiper_box .centerInfo img {
  padding: 0.28rem;
}
.half_media_wrap .swiper_box .idxPageHide {

  text-align: center;
}
.half_quality {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--color_f5);
  padding: 1rem 0 1.38rem 0;
}
.half_quality .innerbox {
  text-align: center;
  max-width: 1496px;
  margin: auto;
}
.half_quality .innerbox .desc {
  color: var(--color_444);
  color: var(--color_666);
  font-size: var(--font17);
  line-height: 1.6;
  width: 90%;
  margin: auto;
  margin-top: 0.2rem;
}
.half_quality .innerbox .pic {
  margin-top: 0.3rem;
}
.half_description {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  padding: 1rem 0 1.38rem 0;
}
.half_description .innerbox .taglist .tag {
  background: rgba(16, 88, 158, 0.06);
  border-radius: 60px;
  width: fit-content;
  font-size: var(--font14);
  padding: 0.12rem 0.2rem;
}
.half_description .innerbox .main_title {
  width: 50%;
  margin-top: 0.4rem;
  line-height: 1;
}
.half_description .innerbox .flexbox {
  margin-top: 0.87rem;
  gap: 0.9rem;
}
.half_description .innerbox .flexbox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  width: 50%;
}
.half_description .innerbox .flexbox .item .pic {
  width: 100%;
  height: auto;
}
.half_description .innerbox .flexbox .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.half_description .innerbox .flexbox .item .info {
  width: 90%;
}
.half_description .innerbox .flexbox .item .info .title {
  font-weight: 700;
  font-size: var(--font44);
}
.half_description .innerbox .flexbox .item .info .desc {
  color: var(--color_444);
  color: var(--color_666);
  font-size: var(--font17);
  margin-top: 0.2rem;
  line-height:1.4;
}
.half_description .innerbox .flexbox .item .info .desc p{
    margin-top: .2rem;
}
.half_description .innerbox .flexbox .item .info .desc p:first-child{
    margin-top: 0;
}
.half_description .innerbox .flexbox .item:nth-child(even) {
  flex-direction: column-reverse;
  margin-top: 0.87rem;
}
@media (max-width:990px) {
  .half_description .innerbox .flexbox .item {
    width: 100%;
    height: auto;
  }
  .half_description .innerbox .flexbox .item:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
@media (max-width:480px) {
  .half_description .innerbox .main_title {
    width: 80%;
  }
  .half_quality .innerbox .main_title {
      text-align: left;
  }
  .half_quality .innerbox .desc  {
      text-align: left;
      width: 100%;
  }
  .half_description .innerbox .flexbox{
      gap: 0;
  }
}
.half_modules1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-color: var(--color_f5);
}
.half_modules1 .innerbox {
  width: 100%;
  height: auto;
}
.half_modules1 .innerbox .itemlist {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  gap: 0.16rem;
}
.half_modules1 .innerbox .itemlist .item {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.half_modules1 .innerbox .itemlist .item .pic {
  width: 100%;
  /*height: 2.74rem;*/
}
.half_modules1 .innerbox .itemlist .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.half_modules1 .innerbox .itemlist .item .info {
  padding: 0.42rem 0.3rem;
}
.half_modules1 .innerbox .itemlist .item .info .title {
  font-size: var(--font30);
}
.half_modules1 .innerbox .itemlist .item .info .desc {
  color: var(--color_444);
  color: var(--color_666);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: var(--font17);
  margin-top: 0.17rem;
}
@media (max-width:768px) {
  .half_modules1 .innerbox .itemlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:480px) {
    .half_modules1{
        padding: .8rem 0;
    }
  .half_modules1 .innerbox .itemlist {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0.5rem;
  }
  
}
.half_modules2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.half_modules2 .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  height: auto;
}
.half_modules2 .innerbox .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.half_modules2 .innerbox .flexbox .f_left {
  width: 50%;
}
.half_modules2 .innerbox .flexbox .f_left img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.half_modules2 .innerbox .flexbox .f_right {
  width: 50%;
  max-width: 45%;
}
.half_modules2 .innerbox .flexbox .f_right .taglist {
  margin-bottom: 0.24rem;
}
.half_modules2 .innerbox .flexbox .f_right .desc {
  font-size: var(--font17);
  margin-top: 0.32rem;
}
.half_modules2 .innerbox .flexbox .f_right .desc p{
    margin-top: .2rem;
}
.half_modules2 .innerbox .flexbox .f_right ul {
  width: 100%;
  height: auto;
  margin-top: 0.26rem;
}
.half_modules2 .innerbox .flexbox .f_right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0;
}
.half_modules2 .innerbox .flexbox .f_right ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 80%;
  gap: 0.2rem;
}
.half_modules2 .innerbox .flexbox .f_right ul li .info .title {
  font-weight: 700;
  font-size: var(--font24);
  min-width: .8rem;
}
.half_modules2 .innerbox .flexbox .f_right ul li .info .content {
  font-size: var(--font17);
}
.half_modules2 .innerbox .flexbox .f_right ul li .icon {
  width: 0.32rem;
  height: 0.32rem;
}
.half_modules2 .innerbox .flexbox .f_right ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.half_modules2 .innerbox .flexbox .f_right ul li:first-child {
  border-top: none;
}
.half_modules2 .innerbox .flexbox .f_right ul li:last-child {
  border-top: none;
}
.half_modules2 .innerbox .flexbox:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width:990px) {
  .half_modules2 .innerbox {
    gap: 0.5rem;
  }
  .half_modules2 .innerbox .flexbox .f_right {
    max-width: 100%;
  }
  .half_modules2 .innerbox .flexbox:nth-child(even) {
    flex-direction: column;
  }
  .half_modules2 .innerbox .flexbox:nth-child(even) .f_right {
    margin-top: 0.5rem;
  }
}
.half_modules_test {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.half_modules_test .imgbg {
  width: 100%;
  height: 100%;
}
.half_modules_test .imgbg ul,
.half_modules_test .imgbg li {
  width: 100% !important;
  height: 100%;
}
.half_modules_test .imgbg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  min-height: 600px;
}
.half_modules_test .info {
  color: var(--color_fff);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgb(0 0 0 / 80%) 0.11%, rgba(0, 0, 0, 0.00) 99.89%);
}
.half_modules_test .info .innerbox {
  width: 100%;
  height: 100%;
}
.half_modules_test .info .innerbox .main_title {
  margin-top: 0.96rem;
  font-size: var(--font64);
}
.half_modules_test .info .innerbox .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.29rem;
  position: absolute;
  width: 93%;
  bottom: 0.96rem;
}
.half_modules_test .info .innerbox .itemlist .item {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  /*text-transform: capitalize;*/
  cursor: pointer;
  font-size: var(--font32);
  position: relative;
  flex: 1;
  padding: 0.4rem 0;
}
.half_modules_test .info .innerbox .itemlist .item::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.half_modules_test .info .innerbox .itemlist .item::after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--yellow);
}
.half_modules_test .info .innerbox .itemlist .item:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--yellow);
}
.half_modules_test .info .innerbox .itemlist .item:hover::after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.half_modules_test .info .innerbox .itemlist .active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--yellow);
}
.half_modules_test .info .innerbox .itemlist .active::after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
@media (max-width:768px) {
  .half_modules_test .info .innerbox .itemlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .half_modules_test .info .innerbox .itemlist {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    bottom: 0.5rem;
  }
}
/* --------------------------------------------------------------- 联系我们弹窗 */
.contact_wrap {
  width: 100%;
  height: 90vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact_wrap .flexbox {
  width: 100%;
  height: 100%;
}
.contact_wrap .flexbox .f_left {
  color: var(--color_fff);
  position: relative;
  width: 37.8%;
  padding: 0.64rem;
  background: url("../images/contact_bg.png") no-repeat;
  background-size: cover!important;
  background-position: center;
}
.contact_wrap .flexbox .f_left .info {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0.64rem;
}
.contact_wrap .flexbox .f_left .info .logo {
  width: 1.79rem;
}
.contact_wrap .flexbox .f_left .info .bot_desc {
  position: absolute;
  width: calc(100% - 1.28rem);
  bottom: 0.64rem;
}
.contact_wrap .flexbox .f_left .info .bot_desc .desc {
  font-weight: 700;
  font-size: var(--font56);
  line-height: 120%;
}
.contact_wrap .flexbox .f_left .info .contact_style {
  margin-top: 0.88rem;
  width: 55%;
  margin-left: 45%;
}
.contact_wrap .flexbox .f_left .info .contact_style .item {
  font-size: var(--font16);
  padding: 0.2rem 0;
  border-top: solid 1px rgba(249, 249, 249, 0.4);
}
.contact_wrap .flexbox .f_left .info .contact_style .item .name {
  opacity: 0.4;
}
.contact_wrap .flexbox .f_left .info .contact_style .item .word {
  margin-top: 0.08rem;
  color: #fff;
}
.contact_wrap .flexbox .f_right {
  position: relative;
  width: 62.2%;
  padding: 0.64rem;
}
.contact_wrap .flexbox .f_right .hi-title-box .hi-close {
  top: 0!important;
}
.contact_wrap .flexbox .f_right .main_desc {
  opacity: 0.6;
  margin-top: 0.16rem;
}
.contact_wrap .flexbox .f_right .formtable {
  margin-top: 0.6rem;
  /* 默认状态下兄弟元素的样式 */
  /* 当#myInput获得焦点时，修改后续兄弟元素的样式 */
}
.contact_wrap .flexbox .f_right .formtable .sibling {
  color: white;
  /* 默认颜色 */
}
.contact_wrap .flexbox .f_right .formtable input:focus ~ .sibling {
  color: red;
  /* 改变后的颜色 */
}
.contact_wrap .flexbox .f_right .formtable .row {
  gap: 0.32rem;
  /* 修改下拉框选项的背景颜色 */
  /* 修改选中项的背景颜色 */
}
.contact_wrap .flexbox .f_right .formtable .row .layui-select-title input,
.contact_wrap .flexbox .f_right .formtable .row .layui-unselect {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  /* 更改为你想要的颜色 */
}
.contact_wrap .flexbox .f_right .formtable .row .layui-select-option:hover,
.contact_wrap .flexbox .f_right .formtable .row .layui-select-option:selected {
  background-color: #007BFF;
  /* 鼠标悬停或选中时的背景颜色 */
}
.contact_wrap .flexbox .f_right .formtable .row .layui-form-item {
  margin-bottom: 0;
}
.contact_wrap .flexbox .f_right .formtable .row .layui-form-item .layui-input-block {
  margin-left: 0;
  width: 100%;
}
.contact_wrap .flexbox .f_right .formtable .row .layui-form-item .layui-input-block select {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.48rem;
  padding-bottom: 0.2rem;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../svg/select.svg") no-repeat;
  background-position: 100% 70%;
}
.contact_wrap .flexbox .f_right .formtable .row .layui-input,
.contact_wrap .flexbox .f_right .formtable .row .layui-textarea {
  padding-left: 0;
  color: #fff;
}
.contact_wrap .flexbox .f_right .formtable .row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  gap: 0.1rem;
  padding-top: 0.33rem;
  padding-bottom: 0.15rem;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.contact_wrap .flexbox .f_right .formtable .row .item .layui-edge {
  top: 18%;
  width: 24px;
  height: 15px;
  background: url(../svg/select2.svg) no-repeat !important;
  border-top-color: rgba(255, 255, 255, 0);
}
.contact_wrap .flexbox .f_right .formtable .row .item .tag {
  color: var(--color_444);
  color: var(--color_666);
  /*position: absolute;*/
  white-space: nowrap;
  height: 0.38rem;
  left: 0;
  z-index: 2;
}
.contact_wrap .flexbox .f_right .formtable .row .item input {
  width: 100%;
  border: none;
  padding-bottom: 0.2rem;
  
  color: #666;
  height: 0.38rem;
  z-index: 2;
}
.contact_wrap .flexbox .f_right .formtable .row .item input:focus ~ .tag {
  display: none;
  color: red;
}
.contact_wrap .flexbox .f_right .formtable .row .item input:focus ~ .sibling {
  display: none;
  color: red;
}
.contact_wrap .flexbox .f_right .formtable .row textarea {
  width: 100%;
  margin-top: 0.48rem;
  height: 1rem;
  border: none;
  /*border-bottom: solid 1px rgba(0, 0, 0, 0.1);*/
}
.contact_wrap .flexbox .f_right .formtable .row:first-child .item {
  padding-top: 0;
}
.contact_wrap .flexbox .f_right .formtable .submitbtn {
  cursor: pointer;
  margin-top: 0.5rem;
}
.contact_wrap .flexbox .f_right .formtable .submitbtn .layui-form-checked[lay-skin=primary] &gt; i {
  border-color: var(--active_color) !important;
  background-color: var(--active_color) !important;
}
.contact_wrap .flexbox .f_right .formtable .submitbtn .layui-form-checked[lay-skin=primary] &gt; i:hover {
  border-color: var(--active_color) !important;
}
.contact_wrap .flexbox .f_right .formtable .submitbtn .layui-form-checkbox[lay-skin=primary] &gt; i {
  background-color: inherit;
}
.contact_wrap .flexbox .f_right .formtable .submitbtn .layui-form-checkbox &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  white-space: normal;
}
.contact_wrap .flexbox .f_right .formtable .submitbtn .layui-form-checked[lay-skin=primary] &gt; i {
  border-color: var(--active_color) !important;
  background-color: var(--active_color);
}
.contact_wrap .flexbox .f_right .formtable .submitbtn a {
  color: var(--color_444);
  color: var(--color_666);
  font-size: var(--font18);
}
.contact_wrap .flexbox .f_right .formtable .idx_more {
  float: right;
  margin-top: 0.54rem;
  background: rgba(238, 238, 238, 0.7);
}
/* --------------------------------------------------------------- 联系我们 */
.contactus_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
  margin-top: -0.56rem;
}
.contactus_wrap .flexbox {
  gap: 0.48rem;
  margin-top: 1.12rem;
}
.contactus_wrap .flexbox .f_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.6rem;
  width: 50%;
}
.contactus_wrap .flexbox .f_left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.27rem;
}
.contactus_wrap .flexbox .f_left .item .icon {
  width: 0.64rem;
  height: 0.64rem;
}
.contactus_wrap .flexbox .f_left .item .icon img {
  width: 100%;
  height: 100%;
}
.contactus_wrap .flexbox .f_left .item .info {
  font-weight: 700;
  width: 70%;
  font-size: var(--font20);
}
.contactus_wrap .flexbox .f_left .item .info .title {
  color: var(--color_999);
  /*text-transform: capitalize;*/
}
.contactus_wrap .flexbox .f_left .item .info .desc {
  margin-top: 0.08rem;
}
.contactus_wrap .flexbox .f_right {
  width: 50%;
  border-radius: 8px;
}
.contactus_wrap .flexbox .f_right img {
  border-radius: 8px;
}
@media (max-width:480px) {
  .contactus_wrap .flexbox {
    margin-top: 0.8rem;
  }
}
.office_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.89rem 0 1.2rem 0;
}
.office_wrap .itemlist {
  width: 100%;
  height: auto;
  margin-top: 0.49rem;
  gap: 0.16rem;
}
.office_wrap .itemlist .item {
  background: url("../images/officebg.png") no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 0.45rem 0.3rem;
}
.office_wrap .itemlist .item .title {
  font-weight: 700;
  /*text-transform: capitalize;*/
  position: relative;
  z-index: 1;
  font-size: var(--font32);
  padding-left: 0.25rem;
}
.office_wrap .itemlist .item .title::before {
  position: absolute;
  content: '';
  left: 0;
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  background-color: var(--yellow);
}
.office_wrap .itemlist .item ul {
  width: 100%;
  height: auto;
  margin-top: 0.37rem;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 0.37rem;
}
.office_wrap .itemlist .item ul li {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
  font-size: var(--font16);
  margin-bottom: 0.26rem;
}
.office_wrap .itemlist .item ul li .name {
  color: var(--color_444);
  color: var(--color_666);
}
@media (max-width:768px) {
  .office_wrap .itemlist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .office_wrap .itemlist {
    grid-template-columns: repeat(1, 1fr);
  }
  .office_wrap .itemlist .item ul li {
    flex-direction: column;
    align-items: baseline;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* -----------------------------------------W   Y-------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ---------------------- 组件 */
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1600 {
    max-width: 83.3333%;
  }
}
@media (max-width:990px) {
  .w1600 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.idx_tit {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_tit .t1 {
  font-weight: 700;
  /*text-transform: capitalize;*/
}
.idx_tit .t2 {
  margin-top: 0.32rem;
  opacity: 0.8;
  line-height: 1.4;
}
@media (max-width:990px) {
  .idx_tit {
    text-align: left;
  }
}
.SwiperbtnBox {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.SwiperbtnBox img {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: brightness(0) invert(0.7);
}
.SwiperbtnBox .svgBox {
  width: 0.42rem;
  height: 0.42rem;
  min-width: 36px;
  min-height: 36px;
  position: relative;
  z-index: 1;
}
.SwiperbtnBox .svgBox .svg1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.SwiperbtnBox .svgBox .svg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  stroke-dasharray: 125.663704;
  stroke-dashoffset: 125.663704;
  transform: rotate(-84deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.SwiperbtnBox:hover img {
  color: var(--active_color);
  filter: unset;
}
.SwiperbtnBox:hover .svgBox .svg2 {
  stroke-dashoffset: 0;
}
.ins_top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_top .idx_tit {
  width: fit-content;
  text-align: left;
}
@media (max-width:990px) {
  .ins_top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 0.5rem;
  }
  .ins_top .idx_more {
    display: none;
  }
}
.ins_pagerBox {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.12rem;
}
.idx_more.bgf5 {
  background: #f5f5f5;
}
.wowUpS,
.wowUp {
  opacity: 0;
}
.idxPageScr {
  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.64rem;
  gap: 0.12rem;
}
.idxPageScr span {
  width: 0.68rem;
  height: 4px;
  background: #0000001A;
  border-radius: 100px;
  opacity: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idxPageScr span::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background: var(--yellow);
  left: 0;
}
.idxPageScr span.swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 5s linear;
  opacity: 1;
}
.idxPageScr .swiper-pagination-bullet-active{
    width: .96rem;
}

@media (max-width:990px) {
  /*.idxPageScr span {*/
  /*  width: 5px;*/
  /*  height: 5px;*/
  /*  border-radius: 100px;*/
  /*}*/
  /*.idxPageScr span::after {*/
  /*  width: 100%;*/
  /*  opacity: 0;*/
  /*}*/
  /*.idxPageScr span.swiper-pagination-bullet-active::after {*/
  /*  transition: all 0.3s linear;*/
  /*}*/
}
@keyframes fontColor {
  0% {
    color: #999999;
  }
  100% {
    color: var(--active_color);
  }
}
.textFFF span {
  color: #999999;
  display: inline-block;
}
.textFFF.active span {
  animation: fontColor 0.3s forwards;
  
}
.pagerB {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagerB .layui-laypage a,
.pagerB .layui-laypage span {
  font-size: var(--font16);
}
/* &lt;div class="ins_more"&gt;&lt;a href="#" class="more"&gt;&lt;span&gt;Detailed Plan&lt;/span&gt;&lt;i&gt;&lt;img src="./images/new/i3.png" alt=""&gt;&lt;/i&gt;&lt;/a&gt;&lt;/div&gt; */
.ins_more {
  width: 100%;
  height: auto;
}
.ins_more .more {
  width: fit-content;
  height: 0.68rem;
  min-height: 40px;
  padding: 4px;
  padding-left: 0.4rem;
  background: #EEEEEEB2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  gap: 0.4rem;
  font-size: var(--font20);
}
.ins_more .more i {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 32px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--active_color);
  border-radius: 50%;
}
.label {
  width: 100%;
  height: auto;
  margin-top: 1.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.label .more {
  width: fit-content;
  height: 0.38rem;
  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;
  padding: 0 0.32rem;
  color: var(--active_color);
  background: #10589E0F;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.label .more:hover {
  background: var(--active_color);
  color: #FFF;
}
.newContent {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #666;
  line-height: 1.5;
  margin-top: 0.6rem;
}
.newContent img {
  width: unset !important;
  height: unset !important;
}
.newContent p a{
  display: contents;
}
@media (max-width:990px) {
  /*.idxPageHide span {*/
  /*  width: 7px;*/
  /*  height: 7px;*/
  /*}*/
}
/* ---------------------- css */
section {
  color: #222;
}
/* ------------------------------------------------------------------ 关于我们 */
.ins_aboutCon1 {
  width: 100%;
  height: 150vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_aboutCon1 .maskBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_aboutCon1 .maskBox .content1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_aboutCon1 .maskBox .content1 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon1 .maskBox .content1 .center_box .word {
  width: 100%;
  height: auto;
  color: #FFF;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 800ms;
}
.ins_aboutCon1 .maskBox .content1 .center_box .word .t1 {
  color: var(--yellow);
}
.ins_aboutCon1 .maskBox .content1 .center_box .word .t2 {
  font-weight: 700;
  line-height: 1.06;
  margin-top: 0.32rem;
}
.ins_aboutCon1 .maskBox .content1 .img_bg {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .maskBox .content1 .img_bg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.ins_aboutCon1 .maskBox .content1.active .center_box .word {
  transform: translateY(-100%);
  opacity: 0;
  transition-delay: 0ms;
}
.ins_aboutCon1 .maskBox .content2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon1 .maskBox .content2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .maskBox .content2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem 0;
  overflow: hidden;
}
.ins_aboutCon1 .maskBox .content2 .center_box .item {
  width: 100%;
  height: auto;
  color: #FFF;
  padding-bottom: 0.48rem;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 100ms;
}
.ins_aboutCon1 .maskBox .content2 .center_box .item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF33;
}
.ins_aboutCon1 .maskBox .content2 .center_box .item .icon {
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -3.84px;
}
.ins_aboutCon1 .maskBox .content2 .center_box .item .icon i {
  font-size: var(--font48);
  color: var(--yellow);
  letter-spacing: -1.92px;
  font-style: unset;
  display: inline-flex;
  padding-left: 0.1rem;
}
.ins_aboutCon1 .maskBox .content2 .center_box .item .word {
  font-size: var(--font18);
  font-weight: 300;
  width: 79%;
}
.ins_aboutCon1 .maskBox .content2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  display: none;
}
.ins_aboutCon1 .maskBox .content2.active .center_box .item_box .item {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width:990px) {
  .ins_aboutCon1 {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon1 .maskBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_aboutCon1 .maskBox .content1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_aboutCon1 .maskBox .content2 {
    /*width: 100%;*/
    /*height: auto;*/
    /*position: relative;*/
    /*z-index: 1;*/
    bottom: 0;
    align-items: end;
  }
  .ins_aboutCon1 .maskBox .content2 .center_box .item::after{
      display: none;
  }
  .ins_aboutCon1 .maskBox .content2 .center_box .item_box {
    display: none !important;
  }
  .ins_aboutCon1 .maskBox .content2 .center_box .swiper_box {
    width: 100%;
    height: auto;
    display: block !important;
    margin-top: 0.8rem;
  }
  .ins_aboutCon1 .maskBox .content2 .center_box .swiper_box ul {
    transition-timing-function: linear !important;
  }
  .ins_aboutCon1 .maskBox .content2 .center_box .swiper_box .item {
    transform: translateY(0);
    opacity: 1;
    /*color: #222;*/
  }
}
@media (max-width:480px) {
    .ins_aboutCon1 .maskBox .content1 .center_box .word .t1{text-align:left;}
    .ins_aboutCon1 .maskBox .content1 .center_box .word .t2{text-align:left;}
    .ins_aboutCon1 .maskBox .content2 .center_box .idxPageHide {
        margin-bottom: .5rem;
    }
}

.ins_aboutCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_aboutCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .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: 1.2rem;
}
.ins_aboutCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutCon2 .center_box .item_box .item .left_box {
  width: 44.3%;
  height: auto;
}
.ins_aboutCon2 .center_box .item_box .item .left_box .t1 {
  font-weight: 700;
  line-height: 1.2;
  /*text-transform: capitalize;*/
}
.ins_aboutCon2 .center_box .item_box .item .left_box .t2 {
  margin-top: 0.32rem;
  opacity: 0.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.14rem;
  line-height: 1.4;
  font-size: var(--font17);
}
.ins_aboutCon2 .center_box .item_box .item .left_box .img {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  width: 0.83rem;
}
.ins_aboutCon2 .center_box .item_box .item .right_box {
  width: 49.55%;
  height: auto;
}
.ins_aboutCon2 .center_box .item_box .item .right_box .img {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .item_box .item .right_box .img img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_aboutCon2 .center_box .item_box .item:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width:990px) {
  .ins_aboutCon2 .center_box .item_box .item {
    flex-direction: column !important;
  }
}
@media (max-width:480px) {
    .ins_aboutCon2 .center_box .item_box .item .left_box .img{
        display: none;
    }
}

.ins_aboutCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #F5F5F5;
}
.ins_aboutCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .idx_tit {
  width: 51%;
  margin: 0 auto;
}
.ins_aboutCon3 .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;
  margin-top: 0.32rem;
  gap: 0.4rem;
}
.ins_aboutCon3 .center_box .item_box .item {
  font-size: var(--font20);
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_666);
}
.ins_aboutCon3 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_aboutCon3 .center_box .item_box .item.active {
  color: var(--active_color);
}
.ins_aboutCon3 .center_box .item_box .item.active::after {
  width: 100%;
}
.ins_aboutCon3 .center_box .item_box .item:hover {
  color: var(--active_color);
}
.ins_aboutCon3 .center_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box {
  width: 80.8%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box {
  width: 28.5%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .word {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .word .t1 {
  font-weight: 700;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .word .t2 {
  margin-top: 0.32rem;
  opacity: 0.8;
  line-height: 1.4;
  font-size: var(--font17);
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .time {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: var(--font16);
  color: var(--color_999);
  font-weight: 300;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .time span {
  font-size: var(--font40);
  font-weight: 700;
  color: var(--active_color);
  display: inline-block;
  padding-right: 0.05rem;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .line {
  width: calc(100% - 66.5%);
  height: 100%;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .images {
  width: 66%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
  opacity: 0.3;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .images img {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li.swiper-slide-next .centerInfo .line {
  width: 0;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li.swiper-slide-next .centerInfo .word_box {
  transform: translateX(100%);
  opacity: 0;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box ul li.swiper-slide-active .centerInfo .images {
  opacity: 1;
}
.ins_aboutCon3 .center_box .swiper_info .pagerCut {
  width: 28.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0.12rem;
}
@media (max-width:990px) {
  .ins_aboutCon3 * {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .ins_aboutCon3 *::-webkit-scrollbar {
    display: none;
  }
  .ins_aboutCon3 .center_box .idx_tit {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon3 .center_box .item_box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: auto;
    width: fit-content;
    margin: 0 auto;
    margin-top: 0.32rem;
    max-width: 100%;
  }
  .ins_aboutCon3 .center_box .item_box .item {
    white-space: nowrap;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .time {
    left: unset;
    right: 0;
    top: 0;
    display: none;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .line {
    display: none;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box ul li .centerInfo .images {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon3 .center_box .swiper_info .pagerCut {
    display: none;
  }
}
.ins_aboutCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-attachment: fixed;
  background-image: url(../images/new/z7.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ins_aboutCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .idx_tit .t1 {
  color: #FFFFFF;
}
.ins_aboutCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  margin-top: 1.8rem;
  justify-content: center;
}
.ins_aboutCon4 .center_box .item_box .item {
  /*width: 17%;*/
  flex: 1;
  height: 5.8rem;
  min-height: 400px;
  background: #FFFFFFD9;
  backdrop-filter: blur(10px);
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: start;
  justify-content: start;
  gap: .4rem;
  border-radius: 0.08rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_aboutCon4 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #0000001A;
}
.ins_aboutCon4 .center_box .item_box .item .word .t1 {
  font-weight: 700;
}
.ins_aboutCon4 .center_box .item_box .item .word .number {
  width: 100%;
  height: auto;
  text-align: end;
  color: #999;
  font-weight: 400;
  font-size: var(--font16);
}
.ins_aboutCon4 .center_box .item_box .item .icon {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .item_box .item .icon .img {
  width: 1.38rem;
  height: auto;
}
.ins_aboutCon4 .center_box .item_box .item .icon .t1 {
  width: 100%;
  /*height: calc(0em*1.33);*/
  line-height: 1.33;
  overflow: auto;
  margin-top: 0rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
      position: absolute;
    bottom: .4rem;
    width: calc(100% - .8rem);
}
.ins_aboutCon4 .center_box .item_box .item.active {
  width: 28.7%;
      justify-content: start;
    gap: .5rem;
}
.ins_aboutCon4 .center_box .item_box .item.active .icon .t1 {
  /*height: calc(3em*1.33);*/
  margin-top: 0.32rem;
  position: absolute;
  width: calc(100% - 0.8rem);
  bottom: .4rem;
}
@media (max-width:990px) {
  .ins_aboutCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }
  .ins_aboutCon4 .center_box .item_box .item {
    width: 100% !important;
    height: auto;
  }
  .ins_aboutCon4 .center_box .item_box .item .icon .t1 {
    height: calc(3em*1.33);
    margin-top: 0.32rem;
  }
  .ins_aboutCon4 .center_box .item_box .item .word .t1 p {
    display: contents;
  }
  .ins_aboutCon4 .center_box .item_box .item .icon {
    width: 100%;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 0.6rem;
    margin-top: 0.5rem;
  }
  .ins_aboutCon4 .center_box .item_box .item .icon .img {
    width: 1rem;
    flex-shrink: 0;
  }
  .ins_aboutCon4 .center_box .item_box .item .icon .t1 {
    margin-top: 0 !important;
    height: auto;
    height: auto !important;
  }
}
@media (max-width:990px) {
  .ins_aboutCon4 {
    background-attachment: unset;
  }
}
.ins_aboutCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_aboutCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon5 .center_box .swiper_item {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  position: relative;
  z-index: 1;
}
.ins_aboutCon5 .center_box .swiper_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 1px;
  background: #DDD;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_aboutCon5 .center_box .swiper_item .centerInfo {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  font-weight: 700;
  --bgColor: #DDD;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_aboutCon5 .center_box .swiper_item .centerInfo span {
  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;
  padding-top: 0.36rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ins_aboutCon5 .center_box .swiper_item .centerInfo span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 0.3rem;
  background: var(--bgColor);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_aboutCon5 .center_box .swiper_item .centerInfo span::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--bgColor);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  transform: translateY(-50%);
}
.ins_aboutCon5 .center_box .swiper_item .swiper-slide-active .centerInfo {
  color: var(--active_color);
  --bgColor: var(--yellow);
}
.ins_aboutCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .left_box {
  width: 50.7%;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .left_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .left_box .img .pb {
  padding-bottom: 57%;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .left_box .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .right_box {
  width: 37.8%;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .right_box .t1 {
  font-weight: 700;
  color: var(--active_color);
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .right_box .list {
  width: 90%;
  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.16rem;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .right_box .list .one {
  font-size: var(--font17);
  font-weight: 400;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
}
.ins_aboutCon5 .center_box .swiper_box .centerInfo .right_box .list .one::after {
  content: '';
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
}
.ins_aboutCon5 .center_box .swiper_box .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;
}
@media (max-width:990px) {
  .ins_aboutCon5 .ins_pagerBox {
    display: none;
  }
}
@media (max-width:480px) {
 .ins_aboutCon5 .idxPageHide {
     display: none;
 }
 .ins_aboutCon5 .center_box .swiper_box .centerInfo{
     display: none;
 }
 .ins_aboutCon5 .center_box .swiper_box .swiper-slide-active .centerInfo{
     display: flex;
 }
}

.ins_aboutCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #F5F5F5;
}
.ins_aboutCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon6 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.ins_aboutCon6 .center_box .swiper_box ul li {
  margin-top: 16px;
  margin-right: 16px;
}
.ins_aboutCon6 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  background: #FFFFFF;
}
.ins_aboutCon6 .center_box .swiper_box .centerInfo .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon6 .center_box .swiper_box .centerInfo .img .pb {
  padding-bottom: 122%;
}
.ins_aboutCon6 .center_box .swiper_box .centerInfo .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon6 .center_box .swiper_box .centerInfo .word {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 0.4rem;
  text-align: center;
  font-weight: 16;
  line-height: 1.2;
  /*text-transform: capitalize;*/
  font-weight: 400;
}
@media (max-width:480px) {
    .ins_aboutCon6 .center_box .swiper_box{
        margin-top: 0.2rem;
    }
}


/* ------------------------------------------------------------------ 解决方案 */
.ins_solutionCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ins_solutionCon1 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
  background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0.11%, rgba(0, 0, 0, 0.00) 99.89%);
}
.ins_solutionCon1 .center_box .word {
  width: 40%;
  height: auto;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_solutionCon1 .center_box .word .t1 {
  color: var(--yellow);
}
.ins_solutionCon1 .center_box .word .t2 {
  font-weight: 700;
  line-height: 1.06;
  margin-top: 0.32rem;
}
.ins_solutionCon1 .center_box .word .t3 {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.ins_solutionCon1 .content {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
}
.ins_solutionCon1 .content .w1792 {
  position: relative;
  z-index: 1;
  height: 100%;
}
.ins_solutionCon1 .content .w1792 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 0.5rem;
  height: 100%;
}
.ins_solutionCon1 .content .w1792 .prev {
  left: 0;
}
.ins_solutionCon1 .content .w1792 .next {
  right: 0;
}
.ins_solutionCon1 .content .item_box {
  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;
  background: #ffffffab;
  backdrop-filter: blur(10px);
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
  padding: 0.28rem;
  overflow: hidden;
}
.ins_solutionCon1 .content .item_box .moredats3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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_solutionCon1 .content .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-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-right: 1px solid #00000033;
  padding: 0.16rem;
}
.ins_solutionCon1 .content .item_box .item .one {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.24rem;
  font-size: var(--font22);
  color: #999;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_solutionCon1 .content .item_box .item .one img {
  filter: brightness(0) invert(0.6);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0.32rem;
}
.ins_solutionCon1 .content .item_box .item .one:hover {
  color: var(--active_color);
}
.ins_solutionCon1 .content .item_box .item .one:hover img {
  filter: unset;
}
.ins_solutionCon1 .content .item_box .item .one.active {
  color: var(--active_color);
}
.ins_solutionCon1 .content .item_box .item .one.active img {
  filter: unset;
}
.ins_solutionCon1 .content .item_box .item .one.active span {
  text-decoration: underline;
}
.ins_solutionCon1 .content .item_box .item:last-child {
  border: 0;
}
.ins_solutionCon1 .fixactive {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed!important;
  top: 0;
  height: fit-content;
  background-color: #fff;
  z-index: 8;
}
.ins_solutionCon1 .fixactive .item_box {
  border-bottom: solid 1px #ddd;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.1);
}
.ins_solutionCon1 .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solutionCon1 .img_bg img {
  width: 100%;
  height: auto;
}
.ins_solutionCon1 .img_bg img.wap {
  min-height: 500px;
  object-fit: cover;
}
@media (max-width:990px) {
    .ins_solutionCon1 .content .w1792 .prev{
        left: 20px;
    }
    .ins_solutionCon1 .content .w1792 .next{
        right: 20px;
    }
  .ins_solutionCon1 .center_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_solutionCon1 .center_box .word {
    width: 100%;
    height: auto;
  }
  /*.ins_solutionCon1 .content .item_box {*/
  /*  display: grid;*/
  /*  grid-template-columns: repeat(1, 1fr);*/
  /*  gap: 0.2rem;*/
  /*}*/
  /*.ins_solutionCon1 .content .item_box .item {*/
  /*  -webkit-box-pack: start;*/
  /*  -ms-flex-pack: start;*/
  /*  -webkit-justify-content: flex-start;*/
  /*  justify-content: flex-start;*/
  /*  padding: 0 20px;*/
  /*}*/
}
@media (max-width:768px) {
    .ins_solutionCon1 .content{
        display: none;
    }
    .ins_solutionCon1 .content .item_box{
        padding: 0.28rem .5rem;
    }
    .ins_solutionCon1 .content .item_box .item{
        padding: 0 ;
    }
}


.ins_solutionCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
}
.ins_solutionCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon2 .center_box .left_box {
  width: 27.6%;
  height: 100vh;
  position: sticky;
  top: calc(var(--header-height) + 0.3rem);
}
.ins_solutionCon2 .center_box .left_box .idx_tit {
  text-align: left;
}
.ins_solutionCon2 .center_box .left_box .idx_tit .t1 {
  font-weight: 600;
}
.ins_solutionCon2 .center_box .rigth_box {
  width: 63%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.76rem;
}
.ins_solutionCon2 .center_box .rigth_box .item_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;
  gap: 0.8rem;
  transform: var(--tY);
}
.ins_solutionCon2 .center_box .rigth_box .item_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_solutionCon2 .center_box .rigth_box .item_box .img img {
  width: 100%;
  height: auto;
}
.ins_solutionCon2 .center_box .rigth_box .item_box .word {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.ins_solutionCon2 .center_box .rigth_box .item_box .word .t1 {
  line-height: 1.2;
  font-weight: 400;
}
.ins_solutionCon2 .center_box .rigth_box .item_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.12rem;
  opacity: 0.6;
  line-height: 1.2;
}
@media (max-width:990px) {
  .ins_solutionCon2 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ins_solutionCon2 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_solutionCon2 .center_box .left_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: unset !important;
  }
  .ins_solutionCon2 .center_box .rigth_box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
  .ins_solutionCon2 .center_box .rigth_box .item_box {
    transform: translateY(0) !important;
  }
  .ins_solutionCon2 .center_box .rigth_box .item_box .img {
    width: 100%;
    overflow: hidden;
  }
  .ins_solutionCon2 .center_box .rigth_box .item_box .img img {
    object-fit: cover;
  }
}
@media (max-width:480px) {
    .ins_solutionCon2{
        padding: .5rem 0;
    }
}

.ins_solutionCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #F5F5F5;
}
.ins_solutionCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon3 .center_box .content1 {
  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;
  font-weight: 400;
  padding-bottom: 0.8rem;
}

.ins_solutionCon3 .center_box .content1 .one{width: 100%;}
.ins_solutionCon3 .center_box .content1 .one .m_text{
    display: none;
}

.ins_solutionCon3 .center_box .content2 {
  width: 100%;
  height: auto;
  padding: 0.64rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
}
.ins_solutionCon3 .center_box .content2 .swiper_img {
  width: 100%;
  height: auto;
  padding-bottom: 0.64rem;
 
}
.ins_solutionCon3 .center_box .content2 .swiper_img .centerInfo {
  width: 100%;
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_img .centerInfo .left_box {
  width: 36.8%;
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_img .centerInfo .left_box .idx_tit {
  text-align: left;
}
.ins_solutionCon3 .center_box .content2 .swiper_img .centerInfo .left_box .idx_more {
  background: #EEEEEEB2;
  margin-top: 0.64rem;
}
.ins_solutionCon3 .center_box .content2 .swiper_img .centerInfo .right_box {
  width: 48%;
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_img .centerInfo .right_box .img {
  width: 100%;
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_img .centerInfo .right_box .img img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_solutionCon3 .center_box .content2 .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 0.64rem;
  border-top: 1px solid #0000001A;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .left_box {
  width: 15%;
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .left_box .idx_tit {
  text-align: left;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .left_box .ins_pagerBox {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box {
  width: 81%;
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item ul li {
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo {
  width: 100%;
  height: 100;
  background: #F5F5F5;
  padding: 0.4rem;
  border-radius: 0.08rem;
  cursor: pointer;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .word {
  width: 100%;
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .word .t1 {
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
  color: #999999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .img {
  width: 1.03rem;
  margin-top: 0.4rem;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .icon {
  width: 0.77rem;
  height: 0.77rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .icon .bg {
  width: 100%;
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .icon .bg img {
  width: 100%;
  height: auto;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .icon .ic {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .icon .ic img {
  filter: brightness(0) invert(0.8);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo:hover .word .t1 {
  color: var(--active_color);
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo:hover .word .t2 {
  color: #222222;
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo:hover .icon .ic {
  background: var(--active_color);
}
.ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo:hover .icon .ic img {
  filter: unset;
}
@media (max-width:990px) {
  .ins_solutionCon3 .center_box .content2 {
    padding: 20px;
  }
  .ins_solutionCon3 .center_box .content2 .swiper_info .right_box .swiper_item .centerInfo .icon .ic img {
    width: 0.26rem;
    height: 0.26rem;
  }
}
@media (max-width:480px) {
    .ins_solutionCon3 .center_box .content1 .one .wowFg {
        display: none;
    }
    .ins_solutionCon3 .center_box .content1 .one .m_text{
        display: block;
        text-align: left;
        /*color: var(--active_color);*/
    }
}


.ins_solutionCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_solutionCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon4 .center_box .item_box .item .left_box {
  padding-right: 0.8rem;
}
@media (max-width:990px) {
  .ins_solutionCon4 .center_box .item_box .item .left_box {
    padding-right: 0;
  }
}
.ins_solutionCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 2.45rem 0;
  background-attachment: fixed;
  background-image: url(../images/new/z20.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ins_solutionCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon5 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0;
}
.ins_solutionCon5 .center_box .item_box .item {
  width: 100%;
  height: auto;
  color: #FFF;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.ins_solutionCon5 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFFFFF33;
}
.ins_solutionCon5 .center_box .item_box .item .icon {
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -3.84px;
}
.ins_solutionCon5 .center_box .item_box .item .icon i {
  font-size: var(--font48);
  color: var(--yellow);
  letter-spacing: -1.92px;
  font-style: unset;
  display: inline-flex;
  padding-left: 0.1rem;
}
.ins_solutionCon5 .center_box .item_box .item .word {
  font-size: var(--font18);
  font-weight: 300;
  width: 79%;
}
.ins_solutionCon5 .center_box .item_box .item:last-child::after {
  opacity: 0;
}
@media (max-width:990px) {
  .ins_solutionCon5 {
    background-attachment: unset;
    padding: 1.2rem 0;
  }
  .ins_solutionCon5 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .ins_solutionCon5 .center_box .item_box .item {
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-bottom: 0.4rem;
    background: #0000000a;
    backdrop-filter: blur(20px);
    padding: 20px;
  }
  .ins_solutionCon5 .center_box .item_box .item::after {
    opacity: 0;
  }
}
.ins_solutionCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
  overflow: hidden;
  background: #F5F5F5;
}
.ins_solutionCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon6 .center_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box {
  width: 37%;
  height: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  padding-bottom: 1rem;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .icon {
  width: fit-content;
  height: 0.38rem;
  min-height: 30px;
  background: #10589E0F;
  padding: 0 0.32rem;
  font-size: var(--font14);
  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;
  color: var(--active_color);
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .word {
  width: 100%;
  height: auto;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .word .t1 {
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.32rem;
  height: calc(3em * 1.2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .word .t2 {
  margin-top: 0.16rem;
  opacity: 0.8;
  line-height: 1.2;
  height: calc(4em * 1.2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .time {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: var(--font16);
  color: var(--color_999);
  font-weight: 300;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .time span {
  font-size: var(--font40);
  font-weight: 700;
  color: var(--active_color);
  display: inline-block;
  padding-right: 0.05rem;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .line {
  width: calc(100% - 58%);
  height: 100%;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .images {
  width: 58%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
  opacity: 0.3;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  height: 4.5rem;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .images img {
  width: 100%;
  height: auto;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li.swiper-slide-next .centerInfo .line {
  width: 0;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li.swiper-slide-next .centerInfo .word_box {
  transform: translateX(100%);
  opacity: 0;
}
.ins_solutionCon6 .center_box .swiper_info .swiper_box ul li.swiper-slide-active .centerInfo .images {
  opacity: 1;
}
.ins_solutionCon6 .center_box .swiper_info .pagerCut {
  width: 28%;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.12rem;
}
@media (max-width:990px) {
  .ins_solutionCon6 * {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .ins_solutionCon6 *::-webkit-scrollbar {
    display: none;
  }
  .ins_solutionCon6 .center_box .item_box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: auto;
    width: fit-content;
    margin: 0 auto;
    margin-top: 0.32rem;
    max-width: 100%;
  }
  .ins_solutionCon6 .center_box .item_box .item {
    white-space: nowrap;
  }
  .ins_solutionCon6 .center_box .swiper_info .swiper_box {
    width: 100%;
    height: auto;
  }
  .ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 0.4rem;
  }
  .ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .time {
    left: unset;
    right: 0;
  }
  .ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .line {
    display: none;
  }
  .ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .images {
    width: 100%;
    height: auto;
  }
  .ins_solutionCon6 .center_box .swiper_info .pagerCut {
    display: none;
  }
}
@media (max-width:480px) {
    .ins_solutionCon6{
        padding: .6rem 0;
    }
    .ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box .word .t1{
        height: auto;
        -webkit-line-clamp: 1;
    }
    .ins_solutionCon6 .center_box .swiper_info .swiper_box ul li .centerInfo .word_box{
        padding-bottom: 0;
    }
}



.ins_solutionCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
  overflow: hidden;
}
.ins_solutionCon7 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon7 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  overflow: hidden;
}
.ins_solutionCon7 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_solutionCon7 .center_box .swiper_box .centerInfo .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_solutionCon7 .center_box .swiper_box .centerInfo .img_bg .icon {
  position: absolute;
  z-index: 2;
  width: fit-content;
  height: 0.34rem;
  min-height: 28px;
  top: 0.16rem;
  left: 0.16rem;
  border-radius: 100px;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #00000033;
  color: #FFF;
  font-size: 12px;
}
.ins_solutionCon7 .center_box .swiper_box .centerInfo .img_bg .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_solutionCon7 .center_box .swiper_box .centerInfo .img_bg .img .pb {
  padding-bottom: 54.5%;
}
.ins_solutionCon7 .center_box .swiper_box .centerInfo .img_bg .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_solutionCon7 .center_box .swiper_box .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
}
.ins_solutionCon7 .center_box .swiper_box .centerInfo:hover .img_bg .img img {
  transform: scale(1.03);
}
.ins_solutionCon7 .center_box .moreBox {
  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.8rem;
}
@media (max-width:990px) {
  .ins_solutionCon7 .ins_pagerBox {
    display: none !important;
  }
  .ins_solutionCon7 .center_box .swiper_box .centerInfo .word .t1 p {
    display: contents;
  }
}
/* ------------------------------------------------------------------ 新闻 */
.ins_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.96rem 0;
  background: #F5F5F5;
}
.ins_newCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box {
  width: 41.12%;
  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_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .icn {
  font-size: var(--font16);
  color: var(--active_color);
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .t1 {
  margin-top: 0.16rem;
  padding-bottom: 0.48rem;
  border-bottom: 1px solid #DDDDDD;
  /*text-transform: capitalize;*/
  font-weight: 700;
 
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .t1 p{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  
}

.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .t2 {
  margin-top: 0.48rem;
  opacity: 0.6;
  line-height: 1.2;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .one {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .one .more {
  width: fit-content;
  height: 0.38rem;
  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;
  padding: 0 0.32rem;
  color: var(--active_color);
  background: #10589E0F;
  border-radius: 50px;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .left_box .idx_more {
  background: #EEEEEEB2;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box {
  width: 53.7%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .img .pb {
  padding-bottom: 60%;
}
.ins_newCon1 .center_box .swiper_box .centerInfo .right_box .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newCon1 .center_box .swiper_img {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.ins_newCon1 .center_box .swiper_img ul {
  transition-timing-function: linear !important;
}
.ins_newCon1 .center_box .swiper_img .img {
  width: 100%;
  height: auto;
  background: #FFF;
  border-radius: 0.08rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #FFF;
}
.ins_newCon1 .center_box .swiper_img .img .pb {
  padding-bottom: 52%;
}
.ins_newCon1 .center_box .swiper_img .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_newCon1 .center_box .swiper_img .img .pb .ab img {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newCon1 .center_box .swiper_img .img .pb .ab .be {
  opacity: 0;
}
.ins_newCon1 .center_box .swiper_img .img .pb .ab .af {
  opacity: 1;
}
.ins_newCon1 .center_box .swiper_img .img:hover {
  border: 1px solid rgba(41, 151, 255, 0.3);
  background: linear-gradient(330deg, #FFF 35.24%, #DBEDFF 111.51%);
  box-shadow: 0px 16px 40px 0px rgba(16, 88, 158, 0.08);
}
.ins_newCon1 .center_box .swiper_img .img:hover .pb .ab .af {
  opacity: 0;
}
.ins_newCon1 .center_box .swiper_img .img:hover .pb .ab .be {
  opacity: 1;
}

@media (max-width:990px) {
    .ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .t1{
        padding-bottom: 0.28rem;
    }
    .ins_newCon1 .center_box .swiper_box .centerInfo .left_box .word_box .t2{
        margin-top: 0.2rem;
    }
    .ins_newCon1 .center_box .swiper_box .centerInfo .left_box{
        gap: .8rem;
    }
}


.ins_newCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
  padding: 1.2rem 0;
}
.ins_newCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .idx_tit {
  text-align: left;
}
.ins_newCon2 .center_box .contentCon1 {
      width: 100%;
    height: auto;
    position: sticky;
    z-index: 1;
    padding-top: 1.7rem;
    top: 0;
    background-color: #fff;
}
.ins_newCon2 .center_box .contentCon1 .list_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.48rem;
}
.ins_newCon2 .center_box .contentCon1 .list_box .list {
  width: 100%;
  height: auto;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_newCon2 .center_box .contentCon1 .list_box .list .icon {
  width: 2.11rem;
  min-width: 150px;
  flex-shrink: 0;
  color: var(--active_color);
  font-weight: 520;
  font-size: var(--font16);
}
.ins_newCon2 .center_box .contentCon1 .list_box .list .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.15rem 0.35rem;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_newCon2 .center_box .contentCon1 .list_box .list .word .one {
  background: none;
  border: none;
  font-size: var(--font16);
  font-weight: 380;
  /*text-transform: capitalize;*/
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.12rem;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_newCon2 .center_box .contentCon1 .list_box .list .word .one i {
  width: 0.16rem;
  height: 0.16rem;
  border: 2px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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%;
  position: relative;
  z-index: 1;
}
.ins_newCon2 .center_box .contentCon1 .list_box .list .word .one i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/new/i14.png) center center;
  background-size: 110% 110%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.ins_newCon2 .center_box .contentCon1 .list_box .list .word .one:hover {
  color: var(--active_color);
}
.ins_newCon2 .center_box .contentCon1 .list_box .list .word .one.active i {
  background: #F6AB00;
  border-color: #F6AB00;
}
.ins_newCon2 .center_box .contentCon1 .list_box .list .word .one.active i::after {
  opacity: 1;
}
.ins_newCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 0.16rem;
  margin-top: 0.8rem;
}
.ins_newCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  color: #222;
}
.ins_newCon2 .center_box .item_box .item .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newCon2 .center_box .item_box .item .img .pb {
  padding-bottom: 54%;
}
.ins_newCon2 .center_box .item_box .item .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
}
.ins_newCon2 .center_box .item_box .item .word .t1 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_newCon2 .center_box .item_box .item .word .t2 {
  margin-top: 0.12rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ins_newCon2 .center_box .item_box .item .word .one {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_newCon2 .center_box .item_box .item .word .one .more {
  width: fit-content;
  height: 0.38rem;
  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;
  padding: 0 0.32rem;
  color: var(--active_color);
  background: #10589E0F;
  border-radius: 50px;
  cursor: default;
  
}
.ins_newCon2 .center_box .item_box .item:hover .img .pb .ab img {
  transform: scale(1.03);
}
.ins_newCon2 .center_box .item_box .item:hover .word .t1 {
  color: var(--active_color);
}

@media (max-width:1440px) {
    .ins_newCon2 .center_box .contentCon1{
        padding-top: 1.5rem;
    }
}

@media (max-width:990px) {
  .ins_newCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_newCon2 .center_box .item_box .item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 0rem;
  }
  .ins_newCon2 .center_box .contentCon1 .list_box .list {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.3rem;
  }
}

@media (max-width:480px) {
    .ins_newCon2 .center_box .contentCon1{
        position: relative;
        padding-top: .5rem;
    }
}


.ins_newCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_newCon3 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #FFFFFF;
}
.ins_newCon3 .center_box .word {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_newCon3 .center_box .word .t1 {
  font-weight: 700;
  /*text-transform: capitalize;*/
}
.ins_newCon3 .center_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.ins_newCon3 .img_bg {
  width: 100%;
  height: auto;
}
.ins_newCon3 .img_bg img {
  width: 100%;
  height: auto;
}
.ins_newCon3 .img_bg img.wap {
  min-height: 500px;
  object-fit: cover;
}

@media (max-width:480px) {
    .ins_newCon3 .center_box{
        justify-content: start;
        
    }
    .ins_newCon3 .center_box .word{
        padding-top: 2.5rem;
    }
}


.ins_newCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_newCon4 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_newCon4 .center_box .ins_title {
  position: absolute;
  width: 53.65%;
  top: 0;
}
.ins_newCon4 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_newCon4 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_newCon4 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #333;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .left_box {
  width: 29.5%;
  height: auto;
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .left_box .word_box {
  width: 100%;
  height: auto;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .left_box .word_box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.24rem;
  color: #999;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .left_box .word_box .time .one {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  font-size: var(--font16);
  font-weight: 250;
  color: #999;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .left_box .word_box .time .one img {
  width: 0.24rem;
  height: 0.24rem;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .left_box .word_box .t1 {
  width: 100%;
  height: auto;
  font-weight: 500;
  margin-top: 0.3rem;
  color: #000;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .left_box .word_box .t1:hover{
    color: #000;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .left_box .word_box .t2 {
  margin-top: 0.16rem;
  font-weight: 330;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .left_box .moreB {
  margin-top: 0.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.24rem;
  font-size: var(--font24);
}
.ins_newCon4 .center_box .swiper_box .centerInfo .right_box {
  width: 66.5%;
  height: auto;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .right_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .right_box .img .pb {
  padding-bottom: 67.5%;
}
.ins_newCon4 .center_box .swiper_box .centerInfo .right_box .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newCon4 .center_box .idxPageScr {
  width: 53.65%;
  height: auto;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0.32rem;
  gap: 0.16rem;
}
.ins_newCon4 .center_box .idxPageScr span {
  background: #FFFFFF4D;
  opacity: 1;
}
@media (max-width:990px) {
  .ins_newCon4 .center_box .swiper_box .centerInfo .left_box .label {
    margin-top: 0.5rem;
  }
  .ins_newCon4 .center_box .swiper_box .centerInfo .left_box .moreB {
    margin-top: 0.5rem;
  }
  .ins_newCon4 .center_box .idxPageScr {
    width: 100%;
    height: auto;
    left: 0;
  }
}
.ins_newCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  padding-top: 0;
}
.ins_newCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon5 .center_box .ins_top {
  width: 100%;
  height: auto;
  gap: 0.6rem;
}
.ins_newCon5 .center_box .ins_top .list {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newCon5 .center_box .ins_top .list .one {
  width: fit-content;
  color: #999999;
  font-size: var(--font26);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  padding-bottom: 0.05rem;
}
.ins_newCon5 .center_box .ins_top .list .one::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: var(--active_color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 0;
  left: 0;
}
.ins_newCon5 .center_box .ins_top .list .one.active {
  color: var(--active_color);
}
.ins_newCon5 .center_box .ins_top .list .one.active::after {
  width: 100%;
}
.ins_newCon5 .center_box .ins_top .list .one:hover {
  color: var(--active_color);
}
.ins_newCon5 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.64rem 0.16rem;
  margin-top: 0.64rem;
}
.ins_newCon5 .center_box .item_box .item {
  width: 100%;
  height: auto;
  cursor: pointer;
  color: #222;
}
.ins_newCon5 .center_box .item_box .item .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_newCon5 .center_box .item_box .item .img_bg .icon {
  position: absolute;
  z-index: 2;
  width: fit-content;
  height: 0.34rem;
  min-height: 28px;
  top: 0.16rem;
  left: 0.16rem;
  border-radius: 100px;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #00000033;
  color: #FFF;
  font-size: 12px;
}
.ins_newCon5 .center_box .item_box .item .img_bg .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newCon5 .center_box .item_box .item .img_bg .img .pb {
  padding-bottom: 54.5%;
}
.ins_newCon5 .center_box .item_box .item .img_bg .img .pb .ab img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newCon5 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
}
.ins_newCon5 .center_box .item_box .item .word .t0{
    display: flex;
    align-items: center;
    gap: .3rem;
    margin-top: .3rem;
}
.ins_newCon5 .center_box .item_box .item .word .t0 .icon{
    display: flex;
    align-items: center;
    gap: 0.07rem;
}
.ins_newCon5 .center_box .item_box .item .word .t0 .icon img{
    width: .26rem;
    height: .26rem;
}
.ins_newCon5 .center_box .item_box .item .word .t1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: .2rem;
  min-height: .58rem;
}
.ins_newCon5 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  opacity: 0.8;
  display: none;
}
.ins_newCon5 .center_box .item_box .item .label {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.ins_newCon5 .center_box .item_box .item:hover .word .t1 {
  color: var(--active_color);
}
.ins_newCon5 .center_box .item_box .item:hover .img_bg .img img {
  transform: scale(1.03);
}
@media (max-width:990px) {
  .ins_newCon5 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_newdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}
.ins_newdCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box {
  width: 71%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box .nav_box {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #999999;
  font-weight: 305;
  font-size: var(--font16);
  gap: 0.1rem;
  flex-shrink: 0;
}
.ins_newdCon1 .center_box .box_info .left_box .nav_box .one {
  color: #999999;
}
.ins_newdCon1 .center_box .box_info .left_box .nav_box .one.active {
  color: #000000;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new {
  width: 100%;
  height: auto;
  margin-top: 0.53rem;
  padding-bottom: 0.53rem;
  border-bottom: 1px solid #0000001A;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .t1 {
  font-weight: 500;
  line-height: 1.06;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.4rem;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .time {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.12rem;
  font-size: var(--font16);
  font-weight: 250;
  color: #999;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list .icBox {
  width: fit-content;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list .icBox .ic {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFFFFF;
  background: #1D20881A;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list .icBox .ic i {
  font-size: var(--font20);
}
.ins_newdCon1 .center_box .box_info .left_box .ins_new .item_box .list .icBox .ic:hover {
  background: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .left_box .newContent {
  padding-bottom: 0.72rem;
  margin-top: 0.64rem;
  font-size: var(--font16);
  margin-top: 0;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent p {
  /*min-height: 0.5em;*/
  margin-bottom: .15rem;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.48rem 0;
  border-bottom: 1px solid #DDD;
  color: #000;
  line-height: 1.2;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one .left {
  width: 25%;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one .left .t1 {
  font-weight: 700;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one .right {
  width: 70.2%;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one .right .t1 {
  color: #666;
  line-height: 1.5;
  font-size: var(--font17);
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one .right .t3 {
  color: #666;
  line-height: 1.5;
  margin-top: 0.12rem;
  font-size: var(--font17);
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one .right ul {
  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.24rem;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one .right ul li {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-left: 0.26rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px dashed #DDD;
  line-height: 1.7;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one .right ul li::after {
  content: '';
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: #F6AB00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  top: 0.4em;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one .right ul li:last-child {
  border: 0;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .one:last-child {
  border: 0;
  padding-bottom: 0;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newdCon1 .center_box .box_info .left_box .newContent .img img {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box .content {
  width: 100%;
  height: auto;
  background: url(../images/new/bg2.jpg) no-repeat;
  background-size: cover;
  padding: 0.64rem;
  padding-right: 21%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newdCon1 .center_box .box_info .left_box .content .t1 {
  font-weight: 700;
}
.ins_newdCon1 .center_box .box_info .left_box .content .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.16rem;
  color: #666;
  line-height: 1.5;
}
.ins_newdCon1 .center_box .box_info .left_box .content .one {
  width: 100%;
  height: auto;
  margin-top: 0.72rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
.ins_newdCon1 .center_box .box_info .left_box .content .one .icon {
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
}
.ins_newdCon1 .center_box .box_info .left_box .content .one .word {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .box_info .left_box .content .one .word .name {
  font-weight: 700;
  font-size: var(--font16);
}
.ins_newdCon1 .center_box .box_info .left_box .content .one .word .const {
  color: #999;
  line-height: 1.5;
  font-size: var(--font14);
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 0.48rem;
  border-top: 1px solid #DDD;
  /*margin-top: 0.8rem;*/
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox .next {
  width: 40%;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox .next .t1 {
  color: #666666;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox .next.rigth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox .next:hover .t1 {
  color: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox button {
  width: fit-content;
  height: 0.48rem;
  min-height: 40px;
  margin-top: 0.4rem;
  padding: 0 0.32rem;
  border-radius: 0.06rem;
  border: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.12rem;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox button img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox button:hover {
  border-color: var(--active_color);
  color: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox button:hover img {
  filter: unset;
}
.ins_newdCon1 .center_box .box_info .left_box .pagerBox .center {
  width: fit-content;
}
.ins_newdCon1 .center_box .box_info .right_box {
  width: 24.5%;
  height: 100%;
  position: sticky;
  top: 1rem;
}
.ins_newdCon1 .center_box .box_info .right_box .contact1 {
  width: 100%;
  height: auto;
  background: url(../images/new/bg3.jpg) no-repeat bottom right;
  background-size: cover;
  padding: 0.64rem;
  padding-right: 21%;
  border-radius: 0.08rem;
  overflow: hidden;
  padding: 0.48rem 0.4rem;
}
.ins_newdCon1 .center_box .box_info .right_box .contact1 .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
  font-size: var(--font24);
}
.ins_newdCon1 .center_box .box_info .right_box .contact1 .subtitle {
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
  font-size: var(--font48);
  color: var(--active_color);
  font-weight: 700;
}
.ins_newdCon1 .center_box .box_info .right_box .contact1 .idx_more {
  width: fit-content;
  height: auto;
  margin-top: 0.64rem;
  background: var(--active_color);
  color: #FFF;
}
.ins_newdCon1 .center_box .box_info .right_box .contact1 .idx_more .icon {
  background: #FFF;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .title {
  font-size: var(--font32);
  font-weight: 700;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.16rem;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #F3F3F3;
  border-radius: 0.08rem;
  overflow: hidden;
  padding: 4px;
  color: #333333;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item .img {
  width: 57%;
  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;
  border-radius: 0.08rem;
  overflow: hidden;
  background: #FFF;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item .img .pb {
  padding-bottom: 66%;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item .img .pb .ab img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item .word {
  width: 43%;
  padding: 0.16rem;
  padding-right: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item .word .t1 {
  width: 100%;
  height: auto;
  font-weight: 700;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.08rem;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item .word .icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFF;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item .word .icon img {
  width: 0.17rem;
  height: 0.17rem;
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item:hover .img img {
  transform: scale(1.03);
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item:hover .icon {
  background: var(--active_color);
}
.ins_newdCon1 .center_box .box_info .right_box .contact2 .item_box .item:hover .icon img {
  filter: unset;
}
@media (max-width:990px) {
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox .next {
    width: 100%;
    height: auto;
  }
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox .next.rigth {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox .next button {
    margin-top: 0.1rem;
  }
  .ins_newdCon1 .center_box .box_info .left_box .pagerBox .center {
    display: none;
  }
  .ins_newdCon1 .center_box .box_info .left_box .newContent .one {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.3rem;
  }
  .ins_newdCon1 .center_box .box_info .left_box .newContent .one .left {
    width: 100%;
    height: auto;
  }
  .ins_newdCon1 .center_box .box_info .left_box .newContent .one .left .t1 p {
    display: contents;
  }
  .ins_newdCon1 .center_box .box_info .left_box .newContent .one .right {
    width: 100%;
    height: auto;
  }
  .ins_newdCon1 .center_box .box_info .left_box .content {
    padding: 20px;
  }
  .ins_newdCon1 .center_box .box_info .left_box .ins_new .t1 p {
    display: contents;
  }
}

@media (max-width:480px) {
    .ins_newdCon1 .center_box .box_info .left_box .pagerBox{
        flex-direction: row;
    }
    .ins_newdCon1 .center_box .box_info .left_box .pagerBox .next .t1,.ins_newdCon1 .center_box .box_info .left_box .pagerBox .next .t1{
        display: none;
    }
    .ins_newdCon1 .center_box .box_info .left_box .pagerBox .next.rigth{
        align-items: end;
    }
}
.ins_newdCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}
.ins_newdCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdCon2 .center_box .box_info {
  width: 100%;
  height: auto;
}
.ins_newdCon2 .center_box .box_info .left_box {
  width: 71.4%;
  height: auto;
}
.ins_newdCon2 .center_box .box_info .left_box .nav_box {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: start;
  justify-content: start;
  color: #999999;
  font-weight: 305;
  font-size: var(--font16);
  gap: 0.1rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.ins_newdCon2 .center_box .box_info .left_box .nav_box .one {
  color: #999999;
  /*white-space: nowrap;*/
}
.ins_newdCon2 .center_box .box_info .left_box .nav_box .one.active {
  color: #000000;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new {
  width: 100%;
  height: auto;
  margin-top: 0.53rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #0000001A;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .t1 {
  font-weight: 500;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.4rem;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.24rem;
  color: #999;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box .time .one {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  font-size: var(--font16);
  color: #999999;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box .time .one img {
  width: 0.4rem;
  height: 0.4rem;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box .list {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.16rem;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box .list .icBox {
  width: fit-content;
  height: auto;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box .list .icBox .ic {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box .list .icBox .ic i {
  font-size: var(--font20);
}
.ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box .list .icBox .ic:hover {
  background: var(--active_color);
}
.ins_newdCon2 .center_box .box_info .left_box .newContent .label {
  margin-top: 0.8rem;
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 0.48rem;
  border-top: 1px solid #DDD;
  margin-top: 0.8rem;
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox .next {
  width: 40%;
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox .next .t1 {
  color: #666666;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox .next.rigth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox .next:hover .t1 {
  color: var(--active_color);
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox button {
  width: fit-content;
  height: 0.48rem;
  min-height: 40px;
  margin-top: 0.4rem;
  padding: 0 0.32rem;
  border-radius: 0.06rem;
  border: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.12rem;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox button img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox button:hover {
  border-color: var(--active_color);
  color: var(--active_color);
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox button:hover img {
  filter: unset;
}
.ins_newdCon2 .center_box .box_info .left_box .pagerBox .center {
  width: fit-content;
}
.ins_newdCon2 .center_box .box_info .right_box {
  width: 23.6%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.32rem;
}
.ins_newdCon2 .center_box .box_info .right_box .content {
  width: 100%;
  height: auto;
  background: #F5F5F5;
  padding: 0.4rem 0.32rem;
  border-radius: 0.08rem;
}
.ins_newdCon2 .center_box .box_info .right_box .content .tit {
  font-weight: 700;
}
.ins_newdCon2 .center_box .box_info .right_box .content .list {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
.ins_newdCon2 .center_box .box_info .right_box .content .list .one {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #00000033;
}
.ins_newdCon2 .center_box .box_info .right_box .content .list .one .img {
  width: 100%;
  height: auto;
}
.ins_newdCon2 .center_box .box_info .right_box .content .list .one .img img {
  width: 100%;
  height: auto;
}
.ins_newdCon2 .center_box .box_info .right_box .content .list .one .word {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-weight: 300;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon2 .center_box .box_info .right_box .content .list .one:hover {
  color: var(--active_color);
}
.ins_newdCon2 .center_box .box_info .right_box .content .list .one:last-child {
  border: 0;
  padding-bottom: 0;
}
.ins_newdCon2 .center_box .box_info .right_box .content {
  width: 100%;
  height: auto;
  background: #F5F5F5;
  padding: 0.4rem 0.32rem;
  border-radius: 0.08rem;
}
.ins_newdCon2 .center_box .box_info .right_box .content .tit {
  font-weight: 700;
}
.ins_newdCon2 .center_box .box_info .right_box .content .label {
  margin-top: 0.32rem;
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist {
  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_newdCon2 .center_box .box_info .right_box .rp_itemlist .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
  cursor: pointer;
  padding: 0.04rem;
  background-color: var(--color_eee);
  border-radius: 8px;
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist .item .pic {
  width: 64%;
  height: auto;
  padding: 0.1rem;
  background-color: #fff;
  border-radius: 8px;
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist .item .pic .pb {
  padding-bottom: 63.63%;
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist .item .pic .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_newdCon2 .center_box .box_info .right_box .rp_itemlist .item .info {
  color: var(--color_000);
  width: 36%;
  height: auto;
  font-weight: 700;
  position: relative;
  padding: 0.16rem 0;
  font-size: var(--font18);
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist .item .info .word {
  font-size: var(--font24);
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist .item .info .desc {
  opacity: 0.8;
  font-size: 12px;
  margin-top: 0.05rem;
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist .item .info .circledouble {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0.16rem;
  right: 0.16rem;
  width: 0.4rem;
  height: 0.4rem;
  padding: 0.12rem;
  border-radius: 50%;
  background-color: var(--color_fff);
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist .item .info .circledouble img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0.26rem;
  filter: brightness(0) invert(0.8);
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist .item:hover .info .circledouble {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--active_color);
}
.ins_newdCon2 .center_box .box_info .right_box .rp_itemlist .item:hover .info .circledouble img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: inherit;
}
@media (max-width:990px) {
  .ins_newdCon2 .center_box .box_info .left_box .pagerBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .ins_newdCon2 .center_box .box_info .left_box .pagerBox .next {
    width: 100%;
    height: auto;
  }
  .ins_newdCon2 .center_box .box_info .left_box .pagerBox .next.rigth {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_newdCon2 .center_box .box_info .left_box .pagerBox .next button {
    margin-top: 0.1rem;
  }
  .ins_newdCon2 .center_box .box_info .left_box .pagerBox .center {
    display: none;
  }
  .ins_newdCon2 .center_box .box_info .left_box .ins_new .t1 p {
    display: contents;
  }
  .ins_newdCon2 .center_box .box_info .left_box .ins_new .item_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width:480px) {
    .ins_newdCon2 .center_box .box_info .left_box .pagerBox{
        flex-direction: row;
    }
    .ins_newdCon2 .center_box .box_info .left_box .pagerBox .next .t1{
        display: none;
    }
    .ins_newdCon2 .center_box .box_info .left_box .pagerBox .next.rigth{
        align-items: end;
    }
    .ins_newdCon2 .center_box .box_info .right_box{
        display: none;
    }
}




.ins_newdCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  padding-bottom: 0.6rem;
}
.ins_newdCon3 .center_box {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newdCon3 .center_box .left_box {
  width: 58.8%;
  height: auto;
  background: #F5F5F5;
  position: relative;
  z-index: 1;
}
.ins_newdCon3 .center_box .left_box .swiper_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li {
  width: 100%;
  height: auto;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo {
  width: 100%;
  height: auto;
  background: #F5F5F5;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo .img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo .img .pb {
  padding-bottom: 62%;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo .img .pb .ab img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo .word {
  width: 100%;
  height: auto;
  padding: 0.4rem;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo .word .t1 {
  font-weight: 500;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo .word .t2 {
  font-weight: 400;
  margin-top: 0.5rem;
  color: #333333;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo .word .t3 {
  font-weight: 300;
  margin-top: 0.1rem;
  color: #999999;
}
.ins_newdCon3 .center_box .left_box .swiper_img ul li .centerInfo:hover .img img {
  transform: scale(1.03);
}
.ins_newdCon3 .center_box .left_box .idxPageScr {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 0.4rem;
}
.ins_newdCon3 .center_box .left_box .idxPageScr span {
  background: #FFFFFF4D;
  opacity: 1;
  transition: all 0.1s linear;
}
.ins_newdCon3 .center_box .left_box .idxPageScr span.swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 0.3s linear;
}
.ins_newdCon3 .center_box .right_box {
  width: 36.5%;
  height: auto;
}
.ins_newdCon3 .center_box .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;
}
.ins_newdCon3 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0.35rem 0;
  border-bottom: 1px solid #DDDDDDDD;
}
.ins_newdCon3 .center_box .right_box .item_box .item .top {
  width: 100%;
  height: auto;
  color: #999;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.2rem;
  line-height: 1.1;
}
.ins_newdCon3 .center_box .right_box .item_box .item .top i {
  width: 0.48rem;
  height: 0.48rem;
  min-width: 44px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0.08rem;
  border: 1px solid #DDDD;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  flex-shrink: 0;
}
.ins_newdCon3 .center_box .right_box .item_box .item .top img {
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  flex-shrink: 0;
  transform: rotate(-90deg);
}
.ins_newdCon3 .center_box .right_box .item_box .item .bot {
  width: 100%;
  height: auto!important;
  display: none;
  padding-top: 0.24rem;
}
.ins_newdCon3 .center_box .right_box .item_box .item .bot .t2 {
  width: 100%;
  height: auto;
  font-weight: 300;
  color: #000;
}
.ins_newdCon3 .center_box .right_box .item_box .item .bot .img {
  width: 100%;
  height: auto;
  display: none;
  margin-top: 0.4rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newdCon3 .center_box .right_box .item_box .item .bot .img .pb {
  padding-bottom: 62%;
}
.ins_newdCon3 .center_box .right_box .item_box .item .bot .img .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newdCon3 .center_box .right_box .item_box .item.active .top {
  color: var(--active_color);
}
.ins_newdCon3 .center_box .right_box .item_box .item.active .top i {
  background: var(--active_color);
  border-color: var(--active_color);
}
.ins_newdCon3 .center_box .right_box .item_box .item.active .top img {
  filter: unset;
  transform: rotate(0deg);
}
.ins_newdCon3 .center_box .right_box .item_box .item:first-child {
  padding-top: 0;
}
@media (max-width:990px) {
  .ins_newdCon3 .center_box {
    flex-direction: column-reverse !important;
  }
  .ins_newdCon3 .center_box .left_box {
    display: none !important;
  }
  .ins_newdCon3 .center_box .right_box .item_box .item .bot .img {
    display: block !important;
  }
  .ins_newdCon3 .center_box .right_box .item_box .item .top i {
    transform: scale(0.5);
  }
}
.ins_newdCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  padding-top: 0.6rem;
}
.ins_newdCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdCon4 .center_box .title {
  width: 88.7%;
  height: auto;
}
.ins_newdCon4 .center_box .title .left_box {
  width: 33%;
  font-weight: 700;
  line-height: 1.2;
}
.ins_newdCon4 .center_box .title .right_box {
  width: 51.5%;
  line-height: 1.5;
  color: #666;
}
.ins_newdCon4 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
}
.ins_newdCon4 .center_box .swiper_box ul li {
  width: 50%;
}
.ins_newdCon4 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_newdCon4 .center_box .swiper_box .centerInfo .pb {
  padding-bottom: 60%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.ins_newdCon4 .center_box .swiper_box .centerInfo .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newdCon4 .center_box .swiPager {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.48rem;
}
.ins_newdCon4 .center_box .swiPager .paginationSrc {
  width: 100%;
  height: 2px;
  position: relative;
  z-index: 1;
  background: #0000001A !important;
}
.ins_newdCon4 .center_box .swiPager .paginationSrc .swiper-pagination-progressbar-fill {
  background: var(--active_color) !important;
}
.ins_newdCon4 .center_box .swiPager .ins_pagerBox {
  width: fit-content;
}
@media (max-width:990px) {
  .ins_newdCon4 .center_box .title {
    width: 100%;
    height: auto;
  }
  .ins_newdCon4 .ins_pagerBox {
    display: none;
  }
}
.ins_newdCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  --dashoffset: -1980;
}
.ins_newdCon5 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_newdCon5 .center_box .idx_tit {
  width: 33%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  position: absolute;
}
.ins_newdCon5 .center_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.05rem 0;
}
.ins_newdCon5 .center_box .content .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_newdCon5 .center_box .content .img .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-1px);
}
.ins_newdCon5 .center_box .content .img svg {
  width: 100%;
  height: auto;
}
.ins_newdCon5 .center_box .content .img svg path {
  stroke-dasharray: 1980;
  stroke-dashoffset: var(--dashoffset);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ins_newdCon5 .center_box .content .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ins_newdCon5 .center_box .content .item_box .item {
  width: 0;
  height: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
}
.ins_newdCon5 .center_box .content .item_box .item .icon_box {
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 0.28rem;
  gap: 0.14rem;
}
.ins_newdCon5 .center_box .content .item_box .item .icon_box .word {
  width: 100%;
  height: auto;
  color: #1D2088;
  font-weight: 330;
}
.ins_newdCon5 .center_box .content .item_box .item .line {
  width: auto;
  height: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_newdCon5 .center_box .content .item_box .item .line::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 0.18rem;
  background: #F6AB00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ins_newdCon5 .center_box .content .item_box .item .line i {
  width: 0.07rem;
  height: 0.07rem;
  background: #F6AB00;
  display: block;
}
.ins_newdCon5 .center_box .content .item_box .item .number {
  position: absolute;
  top: 0.16rem;
  font-size: var(--font16);
  font-weight: 500;
  color: #cccccc;
}
.ins_newdCon5 .center_box .content .item_box .item.bottom .icon_box {
  top: 0.28rem;
  bottom: unset;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.ins_newdCon5 .center_box .content .item_box .item.bottom .line::after {
  top: 0rem;
}
.ins_newdCon5 .center_box .content .item_box .item.bottom .number {
  top: unset;
  bottom: 0.16rem;
}
.ins_newdCon5 .center_box .content .item_box .item.active {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ins_newdCon5 .center_box .content2 {
  width: 41%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(10%);
  z-index: 3;
}
.ins_newdCon5 .center_box .content2 .idx_more {
  margin-top: 0.4rem;
}
@media (max-width:990px) {
  .ins_newdCon5 {
    padding-bottom: 1.2rem;
  }
  .ins_newdCon5 .center_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;
  }
  .ins_newdCon5 .center_box .idx_tit {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    order: 1;
  }
  .ins_newdCon5 .center_box .content {
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
    order: 3;
    padding-bottom: 0;
    margin-top: 0.4rem;
  }
  .ins_newdCon5 .center_box .content .img {
    display: none;
  }
  .ins_newdCon5 .center_box .content .item_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.1rem;
  }
  .ins_newdCon5 .center_box .content .item_box .item {
    width: 100% !important;
    height: auto !important;
    position: relative;
    z-index: 1;
    top: auto !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #1d218849;
    gap: 0.3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.4rem;
  }
  .ins_newdCon5 .center_box .content .item_box .item .icon_box {
    top: auto !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    flex-direction: row !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.5rem;
  }
  .ins_newdCon5 .center_box .content .item_box .item .icon_box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }
  .ins_newdCon5 .center_box .content .item_box .item .line {
    display: none;
  }
  .ins_newdCon5 .center_box .content .item_box .item .number {
    width: 20px;
    height: auto;
    top: 0.2rem !important;
    right: 0.2rem !important;
  }
  .ins_newdCon5 .center_box .content2 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    order: 2;
  }
}

/*cookies*/
.cookie{position: fixed;width: 100%;z-index: 1002;background-color: rgba(0,0,0,0.5);left: 0;bottom: 0!important; background-color: #ededed;}
		.cookie_a{width: 100%;height: auto;padding-top: 20px; padding-bottom: 20px;}
		.cookie_a .commen { display: flex; justify-content: space-between; gap: 30px; }
		.cookie_aa{width: 70%;}
		.cookie_aa h6{font-size: 22px;color: #000000; }
		.cookie_aa p{display:flex; font-size: 14px;color: #666666;line-height: 30px;}
		.cookie_aa p a{color: #000000; text-decoration: underline;font-size: 14px;}
		.cookie_ab { flex-shrink: 0; display: flex;gap: 20px; }
		.cookie_ab h6{width: 180px;height: 43px;line-height: 43px;background-color: #e58000;border-radius: 21.5px;text-align: center;font-size: 14px;color: #fff;font-family: ml;cursor: pointer;}
		.cookie_ab p{width: 180px;height: 43px;line-height: 43px;border: 1px solid #d5d5d5;border-radius: 21.5px;text-align: center;font-size: 14px;color: #000000;font-family: ml;cursor: pointer;}
		.cookie.active { display: none; }
		
@media (max-width:1480px) {
    .cookie_a{width: 100%;height: auto;padding-top: 30px; padding-bottom: 30px;}
}
@media (max-width:990px) {
    .cookie_a .commen { flex-direction: column; gap: 10px; }
    .cookie_a { height: auto; padding-top: 10px; padding-bottom: 10px;} 
    .cookie_aa { width: 100%; } 
    .cookie_aa p { line-height: 1.45; }
    .cookie_ab { float: unset !important; width: 100%; }
    .cookie_ab h6  ,.cookie_ab p{ width: 100px;  margin-top: 0; }
    .cookie_ab {  height: fit-content;  gap: 20px;display: flex;align-items: center;width: 100%;}
}
@media (max-width:480px) {
    .cookie_aa p{
        display: block;
    }
}
/* --------------------------------------------------------------- 专题页 */
.topic_banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.topic_banner .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topic_banner .image .m_img {
  display: none;
}
.topic_banner .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: var(--color_fff);
  z-index: 2;
}
.topic_banner .info .content {
  margin-top: 1rem;
  max-width: 40%;
}
.topic_banner .info .content .t0 {
  font-size: var(--font64);
  line-height: 106%;
}
.topic_banner .info .content .t0 p {
  font-weight: 700;
  /*text-transform: capitalize;*/
}
.topic_banner .info .content .desc {
  font-size: var(--font24);
  margin-top: 0.32rem;
  opacity: 0.7;
}
.topic_banner .info .content .idx_more {
  margin-top: 0.8rem;
}
@media (max-width:768px) {
  .topic_banner .info .content {
    max-width: 80%;
  }
}
@media (max-width:480px) {
  .topic_banner .info .content {
    max-width: 100%;
  }
  .topic_banner .image .m_img {
    display: block;
    height: 500px;
    object-fit: cover;
  }
  .topic_banner .image .pc_img {
    display: none;
  }
}
.solution_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.solution_wrap .innerbox {
  width: 100%;
  height: auto;
}
.solution_wrap .innerbox .idx_tit {
  text-align: left;
}
.solution_wrap .innerbox .idx_tit .t2 {
  margin-top: 0.24rem;
}
.solution_wrap .innerbox .itemlist {
  width: 100%;
  height: auto;
  column-gap: 0.16rem;
  row-gap: 0.7rem;
  padding-top: 0.8rem;
}
.solution_wrap .innerbox .itemlist .item .tags {
  color: var(--color_fff);
  position: absolute;
  margin: 0.16rem;
  padding: 0.1rem 0.32rem;
  font-size: var(--font14);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  z-index: 2;
}
.solution_wrap .innerbox .itemlist .item .imgbg {
  height: 3.68rem;
  overflow: hidden;
  border-radius: 8px;
}
.solution_wrap .innerbox .itemlist .item .imgbg img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.solution_wrap .innerbox .itemlist .item .info {
  margin-top: 0.32rem;
}
.solution_wrap .innerbox .itemlist .item .info .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font24);
  min-height: 62px;
}
.solution_wrap .innerbox .itemlist .item .info .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--color_222);
  margin-top: 0.12rem;
  font-size: var(--font14);
  opacity: 0.8;
}
.solution_wrap .innerbox .itemlist .item .info .taglist {
  margin-top: 0.32rem;
}
.solution_wrap .innerbox .itemlist .item .info .taglist .tag {
  color: #C4131A;
  color: var(--active_color);
}
.solution_wrap .innerbox .itemlist .item:hover .imgbg img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  scale: 1.05;
}
.solution_wrap .innerbox .itemlist .item:hover .info .title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--color_000);
}
.solution_wrap .innerbox .itemlist .item:hover .info .idx_more2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--active_color);
}
@media (max-width:768px) {
  .solution_wrap .innerbox .itemlist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .solution_wrap .innerbox .itemlist {
    grid-template-columns: repeat(1, 1fr);
  }
  .solution_wrap .innerbox .itemlist .item .info .title {
    min-height: inherit;
  }
}
.advantege_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--color_f5);
}
.advantege_wrap .innerbox {
  width: 100%;
  height: auto;
}
.advantege_wrap .innerbox .addvan_top {
  width: 100%;
  height: auto;
  padding: 0.46rem 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;
}
.advantege_wrap .innerbox .addvan_top .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.32rem;
  width: 100%;
  height: auto;
  border-right: dashed 1px rgba(0, 0, 0, 0.1);
}
.advantege_wrap .innerbox .addvan_top .item .icon {
  width: 0.62rem;
  height: 0.62rem;
}
.advantege_wrap .innerbox .addvan_top .item .word {
  color: var(--color_000);
  font-size: var(--font24);
  line-height: 120%;
  /*text-transform: capitalize;*/
}
.advantege_wrap .innerbox .addvan_bottom {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 0;
}
.advantege_wrap .innerbox .addvan_bottom .idx_tit {
  width: 50%;
  margin: auto;
  text-align: center;
}
.advantege_wrap .innerbox .addvan_bottom .idx_tit .t2 {
  margin-top: 0.24rem;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
  background-color: var(--color_fff);
  border-radius: 8px;
  margin-top: 0.96rem;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .left {
  width: 63%;
  padding: 0.8rem 0.64rem;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .left .t1 {
  margin-top: 0.16rem;
  /*text-transform: capitalize;*/
  width: 50%;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .left .t2 {
  margin-top: 0.24rem;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .left .idx_more {
  border-radius: 60px;
  background: #F3F3F3;
  backdrop-filter: blur(8px);
  margin-top: 0.8rem;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .left .cardlist {
  margin-top: 1.9rem;
  overflow: hidden;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .left .cardlist .item .img {
  border-radius: 8px;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .left .cardlist .item .img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .left .cardlist .item .word {
  color: var(--color_000);
  font-size: var(--font16);
  margin-top: 0.24rem;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .right {
  width: 37%;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .right .img {
  border-radius: 8px;
}
.advantege_wrap .innerbox .addvan_bottom .swiper_box .right .img img {
  border-radius: 0px 8px 8px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .advantege_wrap .innerbox .addvan_bottom .swiper_box {
    flex-direction: column;
  }
  .advantege_wrap .innerbox .addvan_bottom .swiper_box .left {
    width: 100%;
    height: auto;
  }
  .advantege_wrap .innerbox .addvan_bottom .swiper_box .right {
    width: 100%;
    height: auto;
  }
}
@media (max-width:480px) {
  .advantege_wrap .innerbox .addvan_top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.5rem;
  }
  .advantege_wrap .innerbox .addvan_bottom .idx_tit {
    width: 100%;
    height: auto;
  }
  .advantege_wrap .innerbox .addvan_bottom .swiper_box .left {
    padding: 20px;
  }
  .advantege_wrap .innerbox .addvan_bottom .swiper_box .left .t1 {
    width: 100%;
    height: auto;
  }
  .advantege_wrap .innerbox .addvan_bottom .swiper_box .left .idx_more {
    margin-top: 0.4rem;
  }
  .advantege_wrap .innerbox .addvan_bottom .swiper_box .left .cardlist {
    margin-top: 1rem;
  }
  .advantege_wrap .innerbox .addvan_top .item{
      padding: 0 20px;
      justify-content: start;
  }
  .advantege_wrap .innerbox .addvan_top .swiper-notification{
      display: none;
  }
}
.half_design_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.half_design_wrap .imgbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.half_design_wrap .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.half_design_wrap .info .idx_tit {
  margin-top: 0.96rem;
  text-align: left;
  width: 30%;
}
.half_design_wrap .info .idx_tit .t2 {
  margin-top: 0.24rem;
}
.half_design_wrap .info .datas_box {
  position: absolute;
  width: calc(100% - 1.28rem);
  bottom: 0.96rem;
  left: 0.64rem;
  padding-top: 0.4rem;
  border-top: solid 1px rgba(103, 117, 126, 0.7);
}
.half_design_wrap .info .datas_box .left .t1 {
  max-width: 54%;
}
.half_design_wrap .info .datas_box .left .t2 {
  max-width: 61%;
  margin-top: 0.16rem;
  font-size: var(--font14);
  opacity: 0.7;
}
.half_design_wrap .info .datas_box .right {
  position: relative;
}
.half_design_wrap .info .datas_box .right .percent .font96 {
  font-weight: 700;
  font-size: var(--font96);
}
.half_design_wrap .info .datas_box .right .desc {
  font-size: var(--font20);
  opacity: 0.8;
}
.half_design_wrap .info .datas_box .right .source {
  position: absolute;
  top: 0;
  right: 0 ;
  opacity: 0.7;
}
@media (max-width:990px) {
  .half_design_wrap .imgbg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .half_design_wrap .info {
    position: relative;
    z-index: 1;
    padding: 1.2rem 0;
  }
  .half_design_wrap .info .idx_tit {
    margin-top: 0;
    width: 80%;
  }
  .half_design_wrap .info .datas_box {
    position: relative;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
    bottom: inherit;
    left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width:480px) {
    .half_design_wrap .info{
        height:100vh;
        background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0.11%, rgba(0, 0, 0, 0.00) 99.89%);
    }
    .half_design_wrap .info .datas_box .right .source{
        position: relative;
        margin-top: .5rem;
    }
    .half_design_wrap .info .datas_box .left .t1{max-width:100%}
    .half_design_wrap .info .datas_box .left .t2{max-width:100%}
}
.fatory_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.fatory_wrap .innerbox {
  width: 100%;
  height: auto;
}
.fatory_wrap .innerbox .itemlist {
  width: 100%;
  height: auto;
  gap: 0.16rem;
}
.fatory_wrap .innerbox .itemlist .item {
  position: relative;
}
.fatory_wrap .innerbox .itemlist .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fatory_wrap .innerbox .itemlist .item .info {
  color: var(--color_fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.48rem;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.67%, rgba(0, 0, 0, 0.6) 100%);
}
.fatory_wrap .innerbox .itemlist .item .info .t1 {
  font-weight: 700;
  font-size: var(--font48);
}
.fatory_wrap .innerbox .itemlist .item .info .t2 {
  margin-top: 0.24rem;
  font-size: var(--font24);
}
.fatory_wrap .innerbox .itemlist .item:nth-child(1) {
  grid-column: span 2;
}
.fatory_wrap .innerbox .itemlist .item:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
}
@media (max-width:480px) {
  .fatory_wrap .innerbox .itemlist {
    grid-template-columns: repeat(1, 1fr);
  }
  .fatory_wrap .innerbox .itemlist .item:nth-child(1) {
    grid-column: span 1;
  }
}
.step_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.step_wrap .innerbox {
  width: 100%;
  height: auto;
}
.step_wrap .innerbox .swiper_box {
  margin-top: 0.8rem;
  position: relative;
}
.step_wrap .innerbox .swiper_box .itemlist {
  width: 100%;
  height: auto;
}
.step_wrap .innerbox .swiper_box .itemlist .item {
  text-align: center;
  position: relative;
}
.step_wrap .innerbox .swiper_box .itemlist .item:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--yellow);
}
.step_wrap .innerbox .swiper_box .itemlist .item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 0.17rem;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--yellow);
}
.step_wrap .innerbox .swiper_box .itemlist .item .num {
  color: var(--color_ddd);
  font-size: var(--font32);
  font-weight: 700;
}
.step_wrap .innerbox .swiper_box .itemlist .item .word {
  color: #C4131A;
  color: var(--active_color);
  font-size: var(--font16);
  margin-top: 0.58rem;
}
.step_wrap .innerbox .swiper_box .itemlist .item .icon {
  width: 0.4rem;
  height: 0.4rem;
  margin: auto;
  margin-top: 0.16rem;
}
.step_wrap .innerbox .swiper_box .itemlist .idxPageHide {
  margin-top: 0.5rem;
}
.step_wrap .innerbox .bgimage {
  position: absolute;
  width: 100%;
  height: auto;
  top: 30%;
}
.chooseus_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.chooseus_wrap .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.chooseus_wrap .info .idx_tit {
  padding-top: 1.23rem;
}
.chooseus_wrap .info .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.chooseus_wrap .info .swiper_box .rowline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.16rem;
}
.chooseus_wrap .info .swiper_box .rowline .item {
  width: 28.515625%;
  position: relative;
}
.chooseus_wrap .info .swiper_box .rowline .item .pic {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.chooseus_wrap .info .swiper_box .rowline .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.chooseus_wrap .info .swiper_box .rowline .item .word {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(2, 8, 11, 0.5) 0%, rgba(2, 8, 11, 0.6) 100%);
  padding: 0.32rem;
}
.chooseus_wrap .info .swiper_box .rowline .item .word .t0 {
  font-size: var(--font64);
  font-weight: 700;
}
.chooseus_wrap .info .swiper_box .rowline .item .word .t1 {
  width: 68%;
  font-size: var(--font32);
  font-weight: 700;
  /*text-transform: capitalize;*/
}
.chooseus_wrap .info .swiper_box .rowline .item .word .t2 {
  width: 80%;
  font-size: var(--font16);
  margin-top: 0.16rem;
  opacity: 0.7;
}
.chooseus_wrap .info .swiper_box .rowline .item:last-child {
  width: 42.96875%;
}
.chooseus_wrap .info .swiper_box .rowline:nth-child(even) {
  margin-top: 0.16rem;
}
.chooseus_wrap .info .swiper_box .rowline:nth-child(even) .item:first-child {
  width: 42.96875%;
}
.chooseus_wrap .info .swiper_box .rowline:nth-child(even) .item:last-child {
  width: 28.515625%;
}
.chooseus_wrap .imagebg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .chooseus_wrap .info {
    position: relative;
    z-index: 1;
    padding: 1.2rem 0;
  }
  .chooseus_wrap .info .idx_tit {
    padding-top: 0;
  }
  .chooseus_wrap .imagebg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (max-width:768px) {
  .chooseus_wrap .info .swiper_box .rowline {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .chooseus_wrap .info .swiper_box .rowline .item {
    width: 100%;
    height: auto;
  }
  .chooseus_wrap .info .swiper_box .rowline .item:last-child {
    width: 100%;
    height: auto;
  }
  .chooseus_wrap .info .swiper_box .rowline:nth-child(even) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .chooseus_wrap .info .swiper_box .rowline:nth-child(even) .item {
    width: 100%;
    height: auto;
  }
  .chooseus_wrap .info .swiper_box .rowline:nth-child(even) .item:first-child {
    width: 100%;
    height: auto;
  }
  .chooseus_wrap .info .swiper_box .rowline:nth-child(even) .item:last-child {
    width: 100%;
    height: auto;
  }
}
.verifybook_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
  background-color: #E8ECF0;
}
.verifybook_wrap .innerbox {
  width: 100%;
  height: auto;
}
.verifybook_wrap .innerbox .iconlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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.67rem;
  width: 100%;
}
.verifybook_wrap .innerbox .iconlist .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
}
.verifybook_wrap .innerbox .iconlist .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.verifybook_wrap .innerbox .booklist {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.verifybook_wrap .innerbox .booklist .item {
  background-color: #fff;
  padding: 0.62rem 0.62rem 0.4rem 0.62rem;
}
.verifybook_wrap .innerbox .booklist .item .name {
  color: var(--color_000);
  font-size: var(--font16);
  width: 70%;
  margin: auto;
  text-align: center;
}
@media (max-width:480px) {
  .verifybook_wrap .innerbox .iconlist {
    gap: 0.4rem;
  }
}
.topic_contactwrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.8rem;
  padding-bottom: 1.15rem;
}
.topic_contactwrap .innerbox {
  width: 100%;
  height: auto;
  background-color: var(--color_f5);
  border-radius: 8px;
  padding: 0.8rem 0.64rem;
}
.topic_contactwrap .innerbox .t1 {
  font-size: var(--font48);
  font-weight: 700;
}
.topic_contactwrap .innerbox .form_table {
  width: 100%;
  margin-top: 0.64rem;
  /* 默认状态下兄弟元素的样式 */
  /* 当#myInput获得焦点时，修改后续兄弟元素的样式 */
}
.topic_contactwrap .innerbox .form_table .sibling {
  color: white;
  /* 默认颜色 */
}
.topic_contactwrap .innerbox .form_table input:focus ~ .sibling {
  color: red;
  /* 改变后的颜色 */
}
.topic_contactwrap .innerbox .form_table .row {
  gap: 0.32rem;
  /* 修改下拉框选项的背景颜色 */
  /* 修改选中项的背景颜色 */
}
.topic_contactwrap .innerbox .form_table .row .layui-select-title input,
.topic_contactwrap .innerbox .form_table .row .layui-unselect {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  /* 更改为你想要的颜色 */
}
.topic_contactwrap .innerbox .form_table .row .layui-select-option:hover,
.topic_contactwrap .innerbox .form_table .row .layui-select-option:selected {
  background-color: #007BFF;
  /* 鼠标悬停或选中时的背景颜色 */
}
.topic_contactwrap .innerbox .form_table .row .layui-form-item {
  margin-bottom: 0;
}
.topic_contactwrap .innerbox .form_table .row .layui-form-item .layui-input-block {
  margin-left: 0;
  width: 100%;
  height: 100%;
}
.topic_contactwrap .innerbox .form_table .row .layui-form-item .layui-input-block select {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../svg/select.svg") no-repeat;
  background-position: 100% 70%;
}
.topic_contactwrap .innerbox .form_table .row .layui-input,
.topic_contactwrap .innerbox .form_table .row .layui-textarea {
  padding-left: 0;
  color: #fff;
}
.topic_contactwrap .innerbox .form_table .row .itemarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.topic_contactwrap .innerbox .form_table .row .itemarea select {
  padding-top: 0;
  padding-bottom: 0;
}
.topic_contactwrap .innerbox .form_table .row .phone_area .item .layui-edge {
  width: 24px;
  height: 15px;
  margin-top: -9px;
  background: url(../svg/area.svg) no-repeat !important;
  border-top-color: rgba(255, 255, 255, 0);
  filter: brightness(0.5);
}
.topic_contactwrap .innerbox .form_table .row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  gap: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.3rem 0;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.topic_contactwrap .innerbox .form_table .row .item .layui-edge {
  width: 24px;
  height: 15px;
  background: url(../svg/select2.svg) no-repeat !important;
  border-top-color: rgba(255, 255, 255, 0);
}
.topic_contactwrap .innerbox .form_table .row .item .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color_444);
  color: var(--color_666);
  white-space: nowrap;
  height: 0.38rem;
}
.topic_contactwrap .innerbox .form_table .row .item input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: #666;
  height: 0.38rem;
  z-index: 2;
}
.topic_contactwrap .innerbox .form_table .row .item .phone_area {
  position: absolute;
  top: 0;
  left: 0;
}
.topic_contactwrap .innerbox .form_table .row .item .layui-form-select .layui-input {
  padding-right: 0;
}
.topic_contactwrap .innerbox .form_table .row textarea {
  width: 100%;
  margin-top: 0.48rem;
  height: 1rem;
  border: none;
  color: #666;
  background-color: rgba(255, 255, 255, 0);
}
.topic_contactwrap .innerbox .form_table .row:first-child .item {
  padding-top: 0;
}
.topic_contactwrap .innerbox .form_table .descb .item {
  flex-direction: column;
}
.topic_contactwrap .innerbox .form_table .submitbtn {
  cursor: pointer;
  margin-top: 0.5rem;
}
.topic_contactwrap .innerbox .form_table .submitbtn .layui-form-checked[lay-skin=primary] &gt; i {
  border-color: var(--color-active) !important;
}
.topic_contactwrap .innerbox .form_table .submitbtn .layui-form-checkbox[lay-skin=primary] &gt; i {
  border-color: #DDD;
  border-radius: 4px;
}
.topic_contactwrap .innerbox .form_table .submitbtn .layui-form-checkbox &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  white-space: normal;
}
.topic_contactwrap .innerbox .form_table .submitbtn .layui-form-checked[lay-skin=primary] &gt; i {
  border-color: var(--active_color) !important;
  background-color: var(--active_color);
}
.topic_contactwrap .innerbox .form_table .submitbtn .private {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
}
.topic_contactwrap .innerbox .form_table .submitbtn .private a {
  color: var(--yellow);
  font-size: var(--font14);
  margin: 0 5px;
}
.topic_contactwrap .innerbox .form_table .submitbtn .layui-icon-ok:before {
  content: '';
}
.topic_contactwrap .innerbox .form_table .submitbtn .layui-form-item .layui-form-checked .layui-icon-ok:before {
  content: "\e605";
}
.topic_contactwrap .innerbox .form_table .operate_box {
  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;
}
.topic_contactwrap .innerbox .form_table .operate_box .idx_more {
  margin-top: 0.32rem;
}
@media (max-width:480px) {
  .topic_contactwrap .innerbox {
    padding: 0.8rem 20px;
  }
  .topic_contactwrap .innerbox .form_table .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .topic_contactwrap .innerbox .form_table .operate_box{
      justify-content: start;
  }
}
.kindlist_wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.5rem 20px;
  display: none;
}
.kindlist_wrap .innerbox {
  width: 100%;
  position: sticky;
  top: 1.8rem;
  min-width: 4.36rem;
  height: fit-content;
  border: solid 1px var(--color_ddd);
  border-radius: 8px;
  padding: 0.15rem 0.4rem;
}
.kindlist_wrap .innerbox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: var(--font18);
  padding: 0.28rem 0;
  border-bottom: solid 1px var(--color_eee);
}
.kindlist_wrap .innerbox .item .word {
  color: var(--color_222);
}
.kindlist_wrap .innerbox .item .icon {
  width: 0.12rem;
  filter: brightness(0) invert(0.8);
}
.kindlist_wrap .innerbox .item:last-child {
  border-bottom: none;
}
.kindlist_wrap .innerbox .active .word {
  color: #C4131A;
  color: var(--active_color);
}
.kindlist_wrap .innerbox .active .icon {
  filter: inherit;
}
@media (max-width:768px) {
  .kindlist_wrap {
    display: block;
  }
}
.searchResult {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
}
.searchResult .center_box {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.searchResult .center_box .inputBox {
  width: 42%;
  height: 0.66rem;
  min-height: 40px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  border-radius: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.searchResult .center_box .inputBox input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  padding-left: 0.2rem;
  color: #333;
  font-size: var(--font16);
}
.searchResult .center_box .inputBox button {
  flex-shrink: 0;
  width: 0.66rem;
  height: 0.66rem;
  min-width: 40px;
  min-height: 40px;
  background: none;
  border: 0;
  cursor: pointer;
}
.searchResult .center_box .inputBox button i {
  font-size: var(--font22);
}
.searchResult .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.searchResult .center_box .content .name {
  width: 100%;
  height: auto;
  font-size: var(--font20);
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #0000001A;
  color: #333333;
}
.searchResult .center_box .content .left_box {
  width: 18%;
  min-height: 60vh;
  height: 100%;
  position: sticky;
  top: calc(var(--header-height) + 0.3rem);
}
.searchResult .center_box .content .left_box .list {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}
.searchResult .center_box .content .left_box .list .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.15rem;
  color: #666666;
  cursor: pointer;
}
.searchResult .center_box .content .left_box .list .one i {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.03rem;
  border: 1px solid #cccccc;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.searchResult .center_box .content .left_box .list .one.active i {
  border-color: var(--active_color);
  background: var(--active_color);
}
.searchResult .center_box .content .right_box {
  width: 78%;
}
.searchResult .center_box .content .right_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.3rem;
}
.searchResult .center_box .content .right_box .item_box .item {
  width: 100%;
  min-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f5f5f5;
}
.searchResult .center_box .content .right_box .item_box .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 21.5%;
  flex-shrink: 0;
}
.searchResult .center_box .content .right_box .item_box .item .img .pb {
  padding-bottom: 105%;
}
.searchResult .center_box .content .right_box .item_box .item .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.searchResult .center_box .content .right_box .item_box .item .img .pb .ab img {
  max-width: 80%;
  max-height: 80%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchResult .center_box .content .right_box .item_box .item .word_box {
  width: 100%;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.6rem;
}
.searchResult .center_box .content .right_box .item_box .item .word_box .word {
  width: 100%;
  height: auto;
}
.searchResult .center_box .content .right_box .item_box .item .word_box .word .t2 {
  color: #666666;
  margin-top: 0.1rem;
}
.searchResult .center_box .content .right_box .item_box .item .word_box .icon {
  font-size: var(--font16);
  color: #999999;
}
.searchResult .center_box .content .right_box .ins_more {
  margin-top: 0.6rem;
}
@media (max-width:990px) {
  .searchResult .center_box {
    padding: 0 10px;
  }
  .searchResult .center_box .inputBox {
    width: 100%;
  }
  .searchResult .center_box .content {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
  }
  .searchResult .center_box .content .left_box {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    z-index: 1;
    top: unset;
  }
  .searchResult .center_box .content .right_box {
    width: 100%;
    height: auto;
  }
  .searchResult .center_box .content .right_box .item_box {
    width: 100%;
    height: auto;
  }
  .searchResult .center_box .content .right_box .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .searchResult .center_box .content .right_box .item_box .item .img {
    width: 100%;
    height: auto;
  }
  .searchResult .center_box .content .right_box .item_box .item .img .pb {
    padding-bottom: 50%;
  }
}


</pre></body></html>