@charset "UTF-8";
/* 华汉互联 https://www.huahanlink.com/ */
* {
  margin: 0;
  padding: 0;
  -moz-outline: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-size: 16px !important;
  overflow-x: hidden;
}
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;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  appearance: none;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.dh {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 动画延迟 */
/* 图片放大 */
/* 旋转 */
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 侧边条 */
/* 媒体查询 缩写 */
/* 布局 */
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1350 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:1840px) {
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1760px) {
  .w1640 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1360px) {
  .w1240 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1270px) {
  .w1150 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1600,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 20px;
  }
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/* 大 => 小 */
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 透明度  1 => 0 */
@keyframes bgfd {
  0% {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/* 默认 空标签 */
.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0px;
}
/* 图片 垂直居中 */
.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0px;
}
.block_a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.none {
  display: none;
}
/* 移动端不兼容 暂不推荐使用 */
.ratio {
  -webkit-aspect-ratio: 1 / 1;
  aspect-ratio: 1 / 1;
}
.center_box {
  position: relative;
  z-index: 5;
}
.m1px {
  margin-bottom: -1px;
}
:root {
  /* 字体 */
  /* 1280px ~ 1800px */
  /* 60px ~ 160px */
  --font160: clamp(3.75rem, calc( -3.393rem + 11.16vw), 10rem);
  /* 26px ~ 48px */
  --font48: clamp(1.625rem, calc(-1.76rem + 4.23vw), 3rem);
  /* 24px ~ 42px */
  --font42: clamp(1.5rem, calc(-1.269rem + 3.46vw), 2.625rem);
  /* 24px ~ 40px */
  --font40: clamp(1.5rem, calc(-0.962rem + 3.08vw), 2.5rem);
  /* 24px ~ 38px */
  --font38: clamp(1.5rem, calc(-0.654rem + 2.69vw), 2.375rem);
  /* 22px ~ 36px */
  --font36: clamp(1.375rem, calc(-0.779rem + 2.69vw), 2.25rem);
  /* 22px ~ 34px */
  --font34: clamp(1.375rem, calc(-0.471rem + 2.31vw), 2.125rem);
  /* 20px ~ 32px */
  --font32: clamp(1.25rem, calc(-0.596rem + 2.31vw), 2rem);
  /* 20px ~ 30px */
  --font30: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
  /* 18px ~ 28px */
  --font28: clamp(1.125rem, calc(-0.413rem + 1.92vw), 1.75rem);
  /* 18px ~ 26px */
  --font26: clamp(1.125rem, calc(-0.106rem + 1.54vw), 1.625rem);
  /* 17px ~ 24px */
  --font24: clamp(1.063rem, calc(-0.014rem + 1.35vw), 1.5rem);
  /* 16px ~ 22px */
  --font22: clamp(1rem, calc(0.077rem + 1.15vw), 1.375rem);
  /* 15px ~ 20px */
  --font20: clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem);
  /* 14px ~ 18px */
  --font18: clamp(0.875rem, calc(0.26rem + 0.77vw), 1.125rem);
  /* 14px ~ 16px */
  --font16: clamp(0.813rem, calc(0.351rem + 0.58vw), 1rem);
  /* 12px ~ 14px */
  --font14: clamp(0.75rem, calc(0.442rem + 0.38vw), 0.875rem);
  /* 圆角 */
  --border-radius20: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
  --border-radius18: clamp(0.625rem, calc(-0.606rem + 1.54vw), 1.125rem);
  --border-radius16: clamp(0.5rem, calc(-0.731rem + 1.54vw), 1rem);
  --border-radius14: clamp(0.5rem, calc(-0.423rem + 1.15vw), 0.875rem);
  --border-radius12: clamp(0.375rem, calc(-0.548rem + 1.15vw), 0.75rem);
  --border-radius10: clamp(0.313rem, calc(-0.457rem + 0.96vw), 0.625rem);
  --border-radius8: clamp(0.25rem, calc(-0.365rem + 0.77vw), 0.5rem);
  /* 数值 */
  /* 30px ~ 70px */
  --num_70: clamp(1.875rem, calc(-0.982rem + 4.46vw), 4.375rem);
  /* 10px ~ 30px */
  --num_30: clamp(0.625rem, calc(-0.804rem + 2.23vw), 1.875rem);
  /* 10px ~ 25px */
  --num_25: clamp(0.625rem, calc(-0.446rem + 1.67vw), 1.563rem);
  /* 10px ~ 35px */
  --num_35: clamp(0.625rem, calc(-1.161rem + 2.79vw), 2.188rem);
}
@media (max-width:768px) {
  :root {
    /* 52px ~ 160px */
    --font160: 52px;
    /* 26px ~ 48px */
    --font48: 24px;
    /* 24px ~ 42px */
    --font42: 22px;
    /* 24px ~ 40px */
    --font40: 20px;
    /* 24px ~ 38px */
    --font38: 20px;
    /* 22px ~ 36px */
    --font36: 19px;
    /* 22px ~ 34px */
    --font34: 19px;
    /* 20px ~ 32px */
    --font32: 18px;
    /* 20px ~ 30px */
    --font30: 18px;
    /* 18px ~ 28px */
    --font28: 17px;
    /* 18px ~ 26px */
    --font26: 16px;
    /* 18px ~ 24px */
    --font24: 16px;
    /* 17px ~ 22px */
    --font22: 16px;
    /* 17px ~ 22px */
    --font20: 14px;
    /* 17px ~ 22px */
    --font18: 14px;
    /* 17px ~ 22px */
    --font16: 13px;
  }
}
/* 字体大小 */
/* 间距 */
/* 点扩散 */
.halo_box {
  width: 100px;
  height: 100px;
  position: relative;
  --color: #FFF;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  box-shadow: 0 0 60px var(--color) inset;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after,
.halo_box .halo {
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.halo_box::before {
  animation: bgfd 6s ease infinite;
}
.halo_box::after {
  animation: bgfd 6s ease infinite 1.5s;
}
.halo_box .halo {
  width: 100%;
  height: 100%;
  position: relative;
}
.halo_box .halo::before {
  animation: bgfd 6s ease infinite 3s;
}
.halo_box .halo::after {
  animation: bgfd 6s ease infinite 4.5s;
  filter: invert();
}
/* ----------------------------------------------------------    字体 */
.sy_me {
  font-weight: 600;
}
@font-face {
  font-family: "sy_bo";
  src: url(../fonts/FZLTCHJW_0.TTF);
}
.sy_bo {
  font-family: "sy_bo";
}
@font-face {
  font-family: "sy_re";
  src: url(../fonts/FZLTHJW_3.TTF);
}
.sy_re {
  font-family: "sy_re";
}
@font-face {
  font-family: "sy_li";
  src: url(../fonts/FZLTXHJW_0.TTF);
}
.sy_li {
  font-family: "sy_li";
}
.num_me {
  font-family: "sy_me";
}
.eu_bo {
  font-family: "sy_bo";
}
.eu_me {
  font-family: "sy_me";
}
.eu_re {
  font-family: "sy_re";
}
.sa_me {
  font-family: "sy_me";
}
.sa_re {
  font-family: "sy_re";
}
.ru_re {
  font-family: "sy_me";
}
.ne_bo {
  font-family: "sy_bo";
}
.ru_me {
  font-family: "sy_bo";
}
* {
  color: #282828;
  font-family: "sy_re";
}
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: #F22A2A;
}
/* Placeholder style */
/* 视频弹窗 */
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  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;
  font-size: 0;
  --c: #1A1A1A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videobox .close::before,
.videobox .close::after {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--c);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videobox .close::before {
  width: 2px;
}
.videobox .close::after {
  height: 2px;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #F22A2A;
  --c: #FFF;
}
.videobox .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videobox .video video,
.videobox .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
.h100 {
  height: 100%;
}
/* 最大 内容盒子 */
main {
  width: 100%;
  height: auto;
  overflow: hidden;
  --header-height: 60px;
}
.fp-auto-height {
  min-height: auto !important;
}
/* 头部 */
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  /* PC */
  /* Mobile version header */
}
header * {
  font-family: "sy_re";
}
header .header_box {
  width: 100%;
  height: var(--header-height);
  padding: 0 40px;
  position: relative;
  z-index: 1;
  --logo-color: #FFF;
  --color: #FFF;
  --bg-color: rgba(255, 255, 255, 0.1);
  --filter: brightness(0) invert(1);
  --spacing: clamp(1.5rem, calc(-2.5rem + 5vw), 3.125rem);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .center_box {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
header .header_box .header_main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .header_box .header_main .logo {
  width: 10%;
  max-width: 140px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  font-size: 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;
}
header .header_box .header_main .logo svg {
  width: 100%;
  height: 100%;
}
header .header_box .header_main .logo svg .cls-1,
header .header_box .header_main .logo svg .cls-3 {
  fill: var(--color);
}
header .header_box .header_main .logo svg .cls-2 {
  fill: #F22A2A;
}
header .header_box .header_main .logo 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
header .header_box .header_main .logo a .be {
  opacity: 0;
  position: absolute;
  z-index: 2;
}
header .header_box .header_main .logo a .af {
  position: relative;
  z-index: 1;
}
header .header_box .header_main .logo a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav {
  width: auto;
  height: 100%;
}
header .header_box .header_main .nav ul {
  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;
  gap: var(--spacing);
}
header .header_box .header_main .nav ul li {
  width: 100%;
  height: 100%;
}
header .header_box .header_main .nav ul li > a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: clamp(0.813rem, calc(0.505rem + 0.38vw), 0.938rem);
  color: var(--color);
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .subNav {
  position: absolute;
  top: 100%;
  background: #FFF;
  padding: 15px;
  width: 100%;
  left: 0;
  transform: translateY(20px);
  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;
  visibility: hidden;
  opacity: 0 ;
}
header .header_box .header_main .nav ul li .subNav::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50vw);
  background: #FFF;
}
header .header_box .header_main .nav ul li .subNav .sub_info {
  width: 100%;
  max-width: 960px;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 50px 0 30px 0;
}
header .header_box .header_main .nav ul li .subNav .sub_info .title_box {
  font-size: var(--font30);
  font-family: "sy_bo";
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 {
  width: 30%;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 .list .tow {
  padding: 15px 30px;
  cursor: pointer;
  font-size: var(--font18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  color: #282828;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 .list .tow::after {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 1em;
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 .list .tow img {
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 .list .tow:hover,
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 .list .tow.active {
  font-family: "sy_bo";
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 .list .tow:hover::after,
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 .list .tow.active::after {
  opacity: 1;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 .list .tow:hover img,
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_1 .list .tow.active img {
  opacity: 1;
  transform: translateX(0);
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_2 {
  width: 30%;
  overflow: hidden;
  position: relative;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_2 .item_info {
  width: 100%;
  height: auto;
  padding-top: 7px;
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_2 .item_info .item a {
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 44px;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_2 .item_info .item:hover a {
  font-family: "sy_bo";
  color: #F22A2A;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_2 .item_info.active {
  transform: translateX(0);
  position: relative;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_3 {
  width: 33.88%;
  position: relative;
  overflow: hidden;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_3 .item_info {
  opacity: 0;
  position: absolute;
  transform: translateX(-100%);
  z-index: 1;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_3 .item_info .images {
  opacity: 0;
  position: absolute;
  transform: translateX(-10px);
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_3 .item_info .images img {
  width: 100%;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_3 .item_info.active {
  opacity: 1;
  position: relative;
  transform: translateX(0%);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .subNav .sub_info .one_box .one_3 .item_info.active .active {
  opacity: 1;
  position: relative;
  transform: translateX(0%);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .header_box .header_main .nav ul li .subNav .sub_info_tow {
  width: 100%;
  max-width: 1440px;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 30px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 40px clamp(20px, 2.083vw, 40px);
}
header .header_box .header_main .nav ul li .subNav .sub_info_tow .item_box {
  width: auto;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header_box .header_main .nav ul li .subNav .sub_info_tow .item_box .nav_title {
  width: auto;
  height: calc(2em * 1.5);
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  font-size: var(--font18);
  font-weight: 600;
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .subNav .sub_info_tow .item_box .nav_title:hover {
  color: #F22A2A;
}
header .header_box .header_main .nav ul li .subNav .sub_info_tow .item_box .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: 20px;
  margin-top: 10px;
}
header .header_box .header_main .nav ul li .subNav .sub_info_tow .item_box .item .one {
  font-size: var(--font16);
  opacity: 0.6;
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .subNav .sub_info_tow .item_box .item .one:hover {
  color: #F22A2A;
}
header .header_box .header_main .nav ul li .subNav .sub_info_three {
  width: 100%;
  max-width: 1440px;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 30px 0 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px clamp(10px, 1.04166666666667vw, 20px);
}
header .header_box .header_main .nav ul li .subNav .sub_info_three .item {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .header_box .header_main .nav ul li .subNav .sub_info_three .item a {
  color: #242424;
  font-size: var(--font16);
  font-weight: 600;
  display: -webkit-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;
  padding-left: 10px;
}
header .header_box .header_main .nav ul li .subNav .sub_info_three .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .subNav_tow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: fit-content;
  min-width: 150px;
  height: auto;
  background: #fff;
  min-height: 30px;
  padding: 20px 10px;
  border-radius: 0 0 10px 10px;
  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: 5px;
  visibility: hidden;
  opacity: 0 ;
  transform: translateY(20px) translateX(-50%);
}
header .header_box .header_main .nav ul li .subNav_tow .item {
  width: 100%;
  height: auto;
  text-align: center;
}
header .header_box .header_main .nav ul li .subNav_tow .item .one {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  line-height: 2;
  font-size: var(--font16);
  font-weight: 500;
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li .subNav_tow .item .one:hover {
  color: #F22A2A;
}
header .header_box .header_main .nav ul li.on {
  position: relative;
}
header .header_box .header_main .nav ul li:hover > a {
  color: #F22A2A;
}
header .header_box .header_main .nav ul li.active > a {
  color: #F22A2A;
}
header .header_box .header_main .nav ul li:hover .subNav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .nav ul li:hover .subNav_tow {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 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;
}
header .header_box .header_main .column .head_search {
  width: auto;
  height: auto;
  position: relative;
}
header .header_box .header_main .column .head_search .round {
  width: auto;
  height: auto;
  cursor: pointer;
}
header .header_box .header_main .column .head_search .round i {
  font-size: var(--font18);
  color: var(--color);
}
header .header_box .header_main .column .head_search .search_Box {
  position: fixed;
  width: 100vw;
  height: 250px;
  left: 0;
  background-color: #fff;
  top: 0;
  z-index: 88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_search .search_Box .inputBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0 20px;
}
header .header_box .header_main .column .head_search .search_Box .inputBox input {
  max-width: clamp(calc(420 / 16 * 1rem), calc((420 / 16 * 1rem) + ((620 - 420) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(620 / 16 * 1rem));
  height: clamp(calc(38 / 16 * 1rem), calc((38 / 16 * 1rem) + ((52 - 38) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(52 / 16 * 1rem));
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: var(--font14);
  color: #1f1f1f;
  padding-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  border-radius: var(--border-radius10);
}
header .header_box .header_main .column .head_search .search_Box .inputBox a {
  width: clamp(calc(80 / 16 * 1rem), calc((80 / 16 * 1rem) + ((90 - 80) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(90 / 16 * 1rem));
  height: clamp(calc(38 / 16 * 1rem), calc((38 / 16 * 1rem) + ((52 - 38) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(52 / 16 * 1rem));
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: #F22A2A;
  color: #fff;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: var(--border-radius10);
}
header .header_box .header_main .column .head_search .search_Box .closBox {
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  height: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #f8f8f8;
  position: absolute;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
}
header .header_box .header_main .column .head_search .search_Box .closBox i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .header_box .header_main .column .head_search .search_Box .closBox i::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_search .search_Box .closBox i::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_search .search_Box .closBox:hover {
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_search .search_Box .closBox:hover i::after {
  background: #FFF;
}
header .header_box .header_main .column .head_search .search_Box .closBox:hover i::before {
  background: #FFF;
}
header .header_box .header_main .column .head_search .search_Box.active {
  transform: translateY(0%);
}
header .header_box .header_main .column .line {
  width: 1px;
  height: 1em;
  margin: 0 clamp(0.875rem, calc(-0.048rem + 1.15vw), 1.25rem);
  font-size: var(--font14);
  background: var(--color);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_language {
  width: auto;
  height: auto;
}
header .header_box .header_main .column .head_language .round {
  width: auto;
  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;
  cursor: pointer;
}
header .header_box .header_main .column .head_language .round .icon {
  width: auto;
  height: 1em;
  font-size: var(--font22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  filter: var(--filter);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_language .round .drop {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #FFFFFF transparent transparent transparent;
}
header .header_box .header_main .column .head_more {
  width: auto;
  height: auto;
  margin-left: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
header .header_box .header_main .column .head_more .round {
  width: auto;
  height: 32px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --icon-color: #888888;
  --word-color: #000000;
  cursor: pointer;
}
header .header_box .header_main .column .head_more .round .icon {
  width: auto;
  height: auto;
  font-size: 0;
  line-height: 1;
}
header .header_box .header_main .column .head_more .round .icon i {
  font-size: var(--font16);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_more .round .word {
  margin-left: 5px;
  font-family: "sy_bo";
  font-size: var(--font14);
  color: var(--word-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_more .buy_box {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 120px;
  background: #FFF;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: var(--border-radius10);
  padding: 10px;
  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: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_more .buy_box .one {
  text-align: center;
  font-size: var(--font16);
  color: #282828;
}
header .header_box .header_main .column .head_more .buy_box .one a {
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .header_main .column .head_more .buy_box .one a:hover {
  color: #F22A2A;
}
header .header_box .header_main .column .head_more:hover .buy_box {
  opacity: 1;
  visibility: visible;
}
header .header_box::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--color);
  opacity: 0.1;
}
@media (max-width:1024px) {
  header .header_box {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  header .header_box {
    display: none;
  }
}
header.active .header_box,
header.white .header_box {
  background: #FFF;
  --color: #282828;
  --bg-color: rgba(4, 29, 44, 0.04);
  --logo-color: #525F66;
  --filter: none;
}
header.active .header_box::after,
header.white .header_box::after {
  opacity: 0.1;
}
header.active .header_box .header_main .logo a .be,
header.white .header_box .header_main .logo a .be {
  opacity: 1;
}
header.active .header_box .header_main .logo a .af,
header.white .header_box .header_main .logo a .af {
  opacity: 0;
}
header.is_active .header_main .column .head_more .round {
  background: #e0e0e0;
}
header.is_active .header_box,
header.white .header_box {
  background: #eeeeee;
  --color: #282828;
  --bg-color: rgba(4, 29, 44, 0.04);
  --logo-color: #525F66;
  --filter: none;
}
header.is_active .header_box::after,
header.white .header_box::after {
  opacity: 0.1;
}
header.is_active .header_box .header_main .logo a .be,
header.white .header_box .header_main .logo a .be {
  opacity: 1;
}
header.is_active .header_box .header_main .logo a .af,
header.white .header_box .header_main .logo a .af {
  opacity: 0;
}
header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
}
header .m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
header .m_header_box .header_title .logo {
  width: 50%;
  max-width: 120px;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
header .m_header_box .header_title .logo a {
  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;
}
header .m_header_box .header_title .logo svg {
  width: 100%;
  height: 100%;
}
header .m_header_box .header_title .logo svg .cls-1,
header .m_header_box .header_title .logo svg .cls-3 {
  fill: var(--color);
}
header .m_header_box .header_title .logo svg .cls-2 {
  fill: #F22A2A;
}
header .m_header_box .header_title .column {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .m_header_box .header_title .column .menu_btn {
  width: 24px;
  height: 30px;
  overflow: hidden;
}
header .m_header_box .header_title .column .menu_btn .icon {
  width: 100%;
  height: 100%;
  position: relative;
}
header .m_header_box .header_title .column .menu_btn .icon::after,
header .m_header_box .header_title .column .menu_btn .icon::before,
header .m_header_box .header_title .column .menu_btn .icon i {
  width: 100%;
  height: 2px;
  display: block;
  background: #F22A2A;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -50%;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_title .column .menu_btn .icon::before {
  content: '';
  margin-top: -8px;
}
header .m_header_box .header_title .column .menu_btn .icon::after {
  content: '';
  margin-top: 6px;
}
header .m_header_box .header_title .column .menu_btn.active .icon i {
  opacity: 0;
}
header .m_header_box .header_title .column .menu_btn.active .icon::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .menu_btn.active .icon::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
header .m_header_box .header_title .column .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_title .column .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
header .m_header_box .header_title .column .head_btn .link span {
  opacity: 0.6;
}
header .m_header_box .header_title .column .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_title .column .head_btn .link a:hover {
  opacity: 1;
}
header .m_header_box .header_title .column .head_btn:hover .icon {
  filter: invert(1);
}
header .m_header_box .header_title .column .head_btn:hover .link {
  color: #000;
}
header .m_header_box .header_title .column .head_btn:hover .link a,
header .m_header_box .header_title .column .head_btn:hover .link span {
  color: #000;
}
header .m_header_box .header_title::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.1;
}
header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #FFF;
  display: none;
  overflow: hidden;
}
header .m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
header .m_header_box .header_body .menu_nav ul {
  width: 100%;
  height: auto;
}
header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one a {
  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: 15px 0;
  position: relative;
  --oneA: #000;
}
header .m_header_box .header_body .menu_nav ul li .one a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one a .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_body .menu_nav ul li .one a .icon i {
  font-size: 12px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one.active a {
  --oneA: #F22A2A;
}
header .m_header_box .header_body .menu_nav ul li .one.active.is_active a .icon {
  --color: #F22A2A;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
header .m_header_box .header_body .menu_nav ul li .one + ul {
  padding: 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .two {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .two a {
  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: 5px 0;
  position: relative;
  --towA: #000;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon {
  width: 20px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0;
  --color: var(--towA);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon i {
  font-size: 10px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two.active a {
  --towA: #F22A2A;
}
header .m_header_box .header_body .menu_nav ul li .two + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a {
  padding: 0 0 0 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: var(--threeA);
  --threeA: #999;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .three {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .three a {
  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;
  position: relative;
  --threeA: #757575;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon {
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three.active a {
  --threeA: #F22A2A;
}
header .m_header_box .header_body .menu_nav ul li .three + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li > a {
  padding: 0 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li ul {
  display: none;
}
header .m_header_box .header_body .menu_nav ul li li {
  border: 0;
}
header .m_header_box .header_body .menu_nav ul li > a {
  font-size: 12px;
  color: #999;
}
header .m_header_box .header_body .menu_nav ul li > a.active {
  color: #F22A2A;
}
header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 44px;
  background: #F8F8F8;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
header .m_header_box .header_body .menu_form .center form button {
  width: 50px;
  padding: 0;
}
header .m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
  color: #FFF;
}
header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 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;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: 50px;
  font-size: 12px;
  color: #282f36;
}
header .m_header_box .header_body .menu_lang .one a.active {
  background: #F22A2A;
  color: #fff;
}
@media (max-width:990px) {
  header .m_header_box {
    display: block;
  }
}
header .m_header_nbsp {
  width: 100%;
  height: var(--header-height);
  display: none;
  overflow: hidden;
}
@media (max-width:990px) {
  header .m_header_nbsp {
    display: block;
  }
}
/* 导航高度 占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
}
/* 公共样式 */
/* 标题 */
.idx_title {
  width: 100%;
  height: auto;
}
.idx_title .classify {
  width: 100%;
  height: auto;
  font-family: "sy_bo";
  font-size: var(--font18);
  color: #282828;
}
.idx_title .classify + .title {
  margin: clamp(0.313rem, calc(-0.457rem + 0.96vw), 0.625rem) 0 0;
}
.idx_title .title {
  width: 100%;
  height: auto;
  font-size: var(--font36);
  color: #2B2E31;
  line-height: 1.57;
}
.idx_title .details {
  width: 100%;
  height: auto;
  margin: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) 0 0;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.57;
  white-space: break-spaces;
}
.idx_title .classify:empty + .title {
  margin: 0;
}
/* 按钮 */
.idx_more {
  width: auto;
  height: clamp(2.25rem, calc(1.327rem + 1.15vw), 2.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_more a {
  width: auto;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
  border: var(--border-width) solid var(--border-color);
  background: var(--bg-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  --bg-color: transparent;
  --text-color: #FFF;
  --border-width: 1px;
  --border-color: rgba(255, 255, 255, 0.4);
}
.idx_more a .word {
  font-size: var(--font14);
  color: var(--text-color);
  line-height: 1;
}
/* 公共轮播图点 */
.pagerShow {
  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;
}
.pagerShow span {
  width: 30px;
  height: 2px;
  background: #dcdcdc;
  opacity: 1;
  border-radius: 0;
}
.pagerShow .swiper-pagination-bullet-active {
  background: #F22A2A;
}
.idxPageShow {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.idxPageShow span {
  width: 11px;
  height: 11px;
  background: #dcdcdc;
  opacity: 1;
  border-radius: 50%;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: #F22A2A;
}
@media (max-width:990px) {
  .idxPageShow {
    gap: 5px;
  }
  .idxPageShow span {
    width: 5px;
    height: 5px;
  }
}
.idxPageHide {
  display: none;
}
@media (max-width:990px) {
  .idxPageHide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
  }
  .idxPageHide span {
    width: 5px;
    height: 5px;
    background: #dcdcdc;
    opacity: 1;
    border-radius: 50%;
  }
  .idxPageHide .swiper-pagination-bullet-active {
    background: #F22A2A;
  }
}
.idxPageSoll {
  padding-bottom: 5px;
}
@media (max-width:990px) {
  .idxPageSoll {
    width: 100% !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 5px;
  }
  .idxPageSoll span {
    width: 5px !important;
    height: 5px !important;
    background: #dcdcdc;
    opacity: 1;
    border-radius: 50%;
  }
  .idxPageSoll .swiper-pagination-bullet-active {
    background: #F22A2A;
  }
}
/* 公共样式 - 结束 */
/* Index Banner */
.idx_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
}
.idx_banner .banner_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .content .title {
  width: 100%;
  height: auto;
  font-size: var(--font48);
  color: #FFF;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.idx_banner .banner_box .swiper-slide .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .images .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner .banner_box .swiper-slide.active,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active {
  z-index: 2;
  pointer-events: initial;
}
.idx_banner .banner_box .swiper-slide.active .content .title,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .title {
  transform: translateY(0);
  opacity: 1;
}
.idx_banner .pager_box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: clamp(1.875rem, calc(-10.433rem + 15.38vw), 6.875rem);
  z-index: 10;
}
.idx_banner .pager_box .pager {
  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;
  grid-gap: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
}
.idx_banner .pager_box .pager span {
  width: var(--one-size);
  height: var(--one-size);
  position: relative;
  z-index: 1;
  background: transparent;
  opacity: 1;
  --one-size: clamp(1rem, calc(-1.154rem + 2.69vw), 1.875rem);
  --two-size: clamp(0.375rem, calc(-0.548rem + 1.15vw), 0.75rem);
  --color: #FFF;
  --opacity: 0;
}
.idx_banner .pager_box .pager span::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--color);
  opacity: var(--opacity);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .pager_box .pager span::after {
  content: '';
  width: var(--two-size);
  height: var(--two-size);
  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%);
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .pager_box .pager span.active {
  --color: #F22A2A;
  --opacity: 1;
}
@media (max-width:990px) {
  .idx_banner {
    height: 60vh;
    padding-top: var(--header-height);
  }
}
@keyframes lines {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* ODM 解决方案 */
.idx_odm {
  width: 100%;
  height: 100vh;
  padding-top: var(--header-height);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_odm .odm_box {
  width: 100%;
  height: 100%;
  padding-top: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.idx_odm .odm_box .idx_title {
  text-align: center;
}
.idx_odm .odm_box .odm_tabs {
  width: 100%;
  height: auto;
  margin: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem) 0 0;
}
.idx_odm .odm_box .odm_tabs .tabs_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
}
.idx_odm .odm_box .odm_tabs .tabs_box .item {
  width: 100%;
  height: auto;
  padding: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) clamp(0.875rem, calc(-0.048rem + 1.15vw), 1.25rem) clamp(0.375rem, calc(-0.24rem + 0.77vw), 0.625rem);
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item .icon {
  width: 50%;
  max-width: clamp(2.25rem, calc(0.404rem + 2.31vw), 3rem);
  height: auto;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  filter: brightness(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item .icon .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item .title {
  width: 100%;
  height: calc(2em * 1.2);
  margin: 1em 0 0;
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: var(--font20);
  color: #282828;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item::before,
.idx_odm .odm_box .odm_tabs .tabs_box .item::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #E5E5E5;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item::after {
  height: 0;
  z-index: 2;
  background: #F5F5F5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item.active .icon,
.idx_odm .odm_box .odm_tabs .tabs_box .item.active:hover .icon {
  filter: brightness(0) invert(1);
}
.idx_odm .odm_box .odm_tabs .tabs_box .item.active .title,
.idx_odm .odm_box .odm_tabs .tabs_box .item.active:hover .title {
  color: #FFF;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item.active::after,
.idx_odm .odm_box .odm_tabs .tabs_box .item.active:hover::after {
  height: 100%;
  background: #F22A2A;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item:hover .icon {
  filter: none;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item:hover .title {
  color: #F22A2A;
}
.idx_odm .odm_box .odm_tabs .tabs_box .item:hover::after {
  height: 100%;
  background: #F5F5F5;
}
.idx_odm .odm_box .swiper_box {
  width: 100%;
  height: auto;
  flex: 1;
  margin: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem) 0 0;
  background: #000;
  overflow: hidden;
}
.idx_odm .odm_box .swiper_box .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.idx_odm .odm_box .swiper_box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_odm .odm_box .swiper_box ul li.active {
  pointer-events: initial;
}
@media (max-width:990px) {
  .idx_odm {
    height: auto;
    padding: 60px 20px 30px;
  }
  .idx_odm .odm_box {
    padding: 0;
  }
  .idx_odm .odm_box .odm_tabs .center_box {
    padding: 0;
  }
  .idx_odm .odm_box .odm_tabs .tabs_box {
    grid-template-columns: repeat(4, 1fr);
  }
  .idx_odm .odm_box .swiper_box {
    height: 30vh;
  }
}
@media (max-width:768px) {
  .idx_odm .odm_box .odm_tabs .tabs_box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
  }
  .idx_odm .odm_box .odm_tabs .tabs_box .item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .idx_odm .odm_box .odm_tabs .tabs_box .item .icon {
    width: 24px;
  }
  .idx_odm .odm_box .odm_tabs .tabs_box .item .title {
    height: auto;
    margin: 0 0 0 10px;
    -webkit-box-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: left;
    font-size: 12px;
  }
  .idx_odm .odm_box .odm_tabs .tabs_box .item::after {
    height: 100%;
  }
}
/* 智能制造 */
.idx_rd {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_rd .rd_box {
  width: 100%;
  height: 100%;
  padding-top: var(--header-height);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}
.idx_rd .rd_box .center_box {
  height: 100%;
}
.idx_rd .rd_box .rd_main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: clamp(3.125rem, calc(-4.567rem + 9.62vw), 6.25rem) 0 clamp(3.75rem, calc(-8.558rem + 15.38vw), 8.75rem);
}
.idx_rd .rd_box .rd_main .rd_content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide {
  position: relative;
  z-index: 1;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide.active {
  z-index: 5;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .content {
  width: 50%;
  height: 100%;
  pointer-events: initial;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .content .idx_title {
  filter: brightness(0) invert(1);
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .content .idx_more {
  margin: clamp(2.5rem, calc(-2.115rem + 5.77vw), 4.375rem) 0 0;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .content .idx_more a:hover {
  --bg-color: #F22A2A;
  --border-color: #F22A2A;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu {
  width: 22.61904762%;
  height: auto;
  pointer-events: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu .item {
  width: 100%;
  height: auto;
  padding: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem) 0;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu .item::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  opacity: 0.2;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu .item .number {
  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;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu .item .number .word {
  font-size: var(--font48);
  color: #FFF;
  line-height: 1;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu .item .title {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  font-size: var(--font16);
  color: #FFF;
}
.idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu .item:first-child {
  padding-top: 0;
}
.idx_rd .rd_box .rd_main .rd_content .rd_tabs {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding-left: clamp(0.75rem, calc(-0.788rem + 1.92vw), 1.375rem);
  --scrollbar-height: 0;
  --scrollbar-top: 0;
}
.idx_rd .rd_box .rd_main .rd_content .rd_tabs .menu {
  width: 100%;
  height: auto;
}
.idx_rd .rd_box .rd_main .rd_content .rd_tabs .menu .item {
  width: 100%;
  height: auto;
  padding: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem) 0;
  font-size: var(--font20);
  color: #FFF;
  line-height: 1;
  cursor: pointer;
  opacity: 0.4;
  pointer-events: initial;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_rd .rd_box .rd_main .rd_content .rd_tabs .menu .item.active {
  opacity: 1;
}
.idx_rd .rd_box .rd_main .rd_content .rd_tabs .scrollbar {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}
.idx_rd .rd_box .rd_main .rd_content .rd_tabs .scrollbar::after {
  content: '';
  width: 100%;
  height: var(--scrollbar-height);
  position: absolute;
  left: 0;
  top: var(--scrollbar-top);
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_rd .rd_box .rd_main .pager_box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: clamp(1.875rem, calc(-10.433rem + 15.38vw), 6.875rem);
  display: none;
  z-index: 10;
  pointer-events: none;
}
.idx_rd .rd_box .rd_main .pager_box .pager {
  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;
  grid-gap: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
}
.idx_rd .rd_box .rd_main .pager_box .pager span {
  width: var(--one-size);
  height: var(--one-size);
  position: relative;
  z-index: 1;
  background: transparent;
  opacity: 1;
  pointer-events: initial;
  --one-size: clamp(1rem, calc(-1.154rem + 2.69vw), 1.875rem);
  --two-size: clamp(0.375rem, calc(-0.548rem + 1.15vw), 0.75rem);
  --color: #FFF;
  --opacity: 0;
}
.idx_rd .rd_box .rd_main .pager_box .pager span::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--color);
  opacity: var(--opacity);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_rd .rd_box .rd_main .pager_box .pager span::after {
  content: '';
  width: var(--two-size);
  height: var(--two-size);
  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%);
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_rd .rd_box .rd_main .pager_box .pager span.active {
  --color: #F22A2A;
  --opacity: 1;
}
.idx_rd .swiper_img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
}
.idx_rd .swiper_img .swiper-slide {
  position: relative;
  z-index: 1;
}
.idx_rd .swiper_img .swiper-slide.active {
  z-index: 5;
  pointer-events: initial;
}
.idx_rd .swiper_img .swiper-slide .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_rd .swiper_img .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .idx_rd {
    height: 80vh;
  }
  .idx_rd .rd_box {
    padding: 0;
  }
  .idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box {
    display: block;
  }
  .idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .content {
    width: 100%;
    height: auto;
  }
  .idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .content .idx_more a {
    --bg-color: #F22A2A;
    --border-color: #F22A2A;
  }
  .idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu .item {
    padding: 0 0 10px;
  }
  .idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu .item .title {
    margin: 5px 0 0;
  }
  .idx_rd .rd_box .rd_main .rd_content .rd_tabs {
    display: none;
  }
  .idx_rd .rd_box .rd_main .pager_box {
    display: block;
  }
  .idx_rd .swiper_img .swiper-slide .images {
    opacity: 0.5;
  }
}
@media (max-width:768px) {
  .idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .content .idx_title .details {
    white-space: normal;
  }
  .idx_rd .rd_box .rd_main .rd_content .swiper_box .swiper-slide .info_box .menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 关于奥尼 */
.idx_about {
  width: 100%;
  height: 100vh;
  padding-top: var(--header-height);
  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;
  overflow: hidden;
}
.idx_about .about_box {
  width: 50%;
  height: auto;
}
.idx_about .about_box .idx_more {
  margin: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem) 0 0;
}
.idx_about .about_box .idx_more a {
  --border-color: rgba(40, 40, 40, 0.4);
  --text-color: #282828;
}
.idx_about .about_box .idx_more a:hover {
  --bg-color: #F22A2A;
  --border-color: #F22A2A;
  --text-color: #FFF;
}
.idx_about .about_box .menu {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: clamp(2.5rem, calc(-3.654rem + 7.69vw), 5rem) 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) 20px;
}
.idx_about .about_box .menu .item {
  width: 100%;
  height: auto;
  padding: 0 0 clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_about .about_box .menu .item::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #282828;
  opacity: 0.1;
}
.idx_about .about_box .menu .item .number {
  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;
}
.idx_about .about_box .menu .item .number .word {
  font-size: var(--font48);
  color: #282828;
  line-height: 1;
}
.idx_about .about_box .menu .item .number .unit {
  width: 11px;
  height: 11px;
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
.idx_about .about_box .menu .item .number .unit::before,
.idx_about .about_box .menu .item .number .unit::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #282828;
}
.idx_about .about_box .menu .item .number .unit::before {
  width: 3px;
  left: 4px;
  top: 0;
}
.idx_about .about_box .menu .item .number .unit::after {
  height: 3px;
  left: 0;
  top: 4px;
}
.idx_about .about_box .menu .item .title {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  font-size: var(--font16);
  color: #282828;
}
.idx_about .about_box .menu .item:first-child {
  padding-top: 0;
}
.idx_about .about_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.idx_about .about_bg .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_about .about_bg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1280px) {
  .idx_about .about_box .menu .item .number .unit {
    width: 8px;
    height: 8px;
  }
  .idx_about .about_box .menu .item .number .unit::before {
    width: 2px;
    left: 3px;
  }
  .idx_about .about_box .menu .item .number .unit::after {
    height: 2px;
    top: 3px;
  }
}
@media (max-width:990px) {
  .idx_about {
    height: auto;
    padding: 60px 0 0;
    display: block;
  }
  .idx_about .about_box {
    width: 100%;
  }
  .idx_about .about_box .idx_more a {
    --bg-color: #F22A2A;
    --border-color: #F22A2A;
    --text-color: #FFF;
  }
  .idx_about .about_box .menu {
    max-width: 100%;
  }
  .idx_about .about_bg {
    height: auto;
    margin: 30px 0 0;
    position: relative;
    z-index: 1;
  }
}
@media (max-width:768px) {
  .idx_about .about_box .idx_title .details {
    white-space: normal;
  }
}
/* 新闻资讯 */
.idx_news {
  width: 100%;
  height: 100vh;
  padding-top: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.idx_news .news_box {
  width: 100%;
  height: auto;
}
.idx_news .news_box .idx_title .title {
  text-align: center;
  font-family: "sy_bo";
}
.idx_news .news_box .news_main {
  width: 100%;
  height: auto;
  margin: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem) 0 0;
  position: relative;
  z-index: 1;
}
.idx_news .news_box .news_main .news_swiper {
  width: 65.9722%;
  height: 100%;
  background: #000;
  border-radius: var(--border-radius10);
  overflow: hidden;
}
.idx_news .news_box .news_main .news_swiper div.swiper-wrapper {
  width: 100%;
  height: auto;
}
.idx_news .news_box .news_main .news_swiper div.swiper-slide {
  width: 100%;
  height: auto;
}
.idx_news .news_box .news_main .news_swiper div.swiper-slide.active {
  pointer-events: initial;
}
.idx_news .news_box .news_main .news_swiper div.swiper-slide.active .swiper_box ul li.active {
  pointer-events: initial;
}
.idx_news .news_box .news_main .news_swiper .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_news .news_box .news_main .news_swiper .swiper_box .images {
  width: 100%;
  height: auto;
}
.idx_news .news_box .news_main .news_swiper .swiper_box .images .pb {
  padding-bottom: 65.26315789%;
}
.idx_news .news_box .news_main .news_swiper .swiper_box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_news .news_box .news_main .news_swiper .swiper_box .info {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, #0000, #000);
  bottom: 0;
  z-index: 5;
  padding: clamp(0.938rem, calc(-1.37rem + 2.88vw), 1.875rem);
}
.idx_news .news_box .news_main .news_swiper .swiper_box .info .title {
  width: 100%;
  height: auto;
  font-family: "sy_bo";
  font-size: var(--font24);
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.idx_news .news_box .news_main .news_swiper .swiper_box .info .details {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  font-size: var(--font14);
  color: #FFF;
  line-height: 1.57;
  filter: opacity(1);
  white-space: break-spaces;
}
.idx_news .news_box .news_main .news_swiper .swiper_box .info .time {
  width: 100%;
  height: auto;
  margin: 1.8em 0 0;
  font-size: var(--font14);
  color: #FFF;
  filter: opacity(1);
}
.idx_news .news_box .news_main .news_swiper .pager_box {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
  display: none;
}
.idx_news .news_box .news_main .news_swiper .pager_box .pager {
  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;
  grid-gap: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
}
.idx_news .news_box .news_main .news_swiper .pager_box .pager span {
  width: var(--one-size);
  height: var(--one-size);
  position: relative;
  z-index: 1;
  background: transparent;
  opacity: 1;
  --one-size: clamp(1rem, calc(-1.154rem + 2.69vw), 1.875rem);
  --two-size: clamp(0.375rem, calc(-0.548rem + 1.15vw), 0.75rem);
  --color: rgba(0, 0, 0, 0.2);
  --opacity: 0;
}
.idx_news .news_box .news_main .news_swiper .pager_box .pager span::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--color);
  opacity: var(--opacity);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_news .news_box .news_main .news_swiper .pager_box .pager span::after {
  content: '';
  width: var(--two-size);
  height: var(--two-size);
  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%);
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_news .news_box .news_main .news_swiper .pager_box .pager span.active {
  --color: #F22A2A;
  --opacity: 1;
}
.idx_news .news_box .news_main .sidebar_box {
  width: 31.944%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem) 0 15px;
  background: #F5F5F5;
  border-radius: var(--border-radius10);
  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;
}
.idx_news .news_box .news_main .sidebar_box .tabs_box {
  width: 100%;
  height: auto;
  padding: 0 clamp(0.938rem, calc(-1.37rem + 2.88vw), 1.875rem);
}
.idx_news .news_box .news_main .sidebar_box .tabs_box .menu {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.idx_news .news_box .news_main .sidebar_box .tabs_box .menu::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E5E5E5;
}
.idx_news .news_box .news_main .sidebar_box .tabs_box .menu .one {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: clamp(1.125rem, calc(-2.26rem + 4.23vw), 2.5rem);
  padding-bottom: 1.2em;
  font-family: "sy_bo";
  font-size: var(--font14);
  color: #BABABA;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_news .news_box .news_main .sidebar_box .tabs_box .menu .one::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_news .news_box .news_main .sidebar_box .tabs_box .menu .one:first-child {
  margin: 0;
}
.idx_news .news_box .news_main .sidebar_box .tabs_box .menu .one:hover {
  color: #F22A2A;
}
.idx_news .news_box .news_main .sidebar_box .tabs_box .menu .one.active {
  color: #F22A2A;
}
.idx_news .news_box .news_main .sidebar_box .tabs_box .menu .one.active::after {
  width: 100%;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 0 4px 0 clamp(0.938rem, calc(-1.37rem + 2.88vw), 1.875rem);
  overflow: hidden;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide.active {
  z-index: 5;
  pointer-events: initial;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide .menu {
  width: 100%;
  height: 100%;
  padding: 0 23px 0 0 ;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #F22A2A transparent;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide .menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #FFF;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide .menu::-webkit-scrollbar-thumb {
  background-color: #F22A2A;
  border-radius: 10px;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide .menu .one {
  width: 100%;
  height: auto;
  padding: 18px 0;
  border-bottom: 1px dashed #DCDCDC;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide .menu .one .title {
  width: 100%;
  height: auto;
  font-family: "sy_bo";
  font-size: var(--font20);
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide .menu .one .time {
  width: 100%;
  height: auto;
  font-family: "sy_re";
  font-size: var(--font14);
  color: #BABABA;
  margin-top: 10px;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide .menu .one:last-child {
  border: 0;
}
.idx_news .news_box .news_main .sidebar_box .swiper_menu .swiper-slide .menu .one.active .title {
  color: #F22A2A;
}
@media screen and (max-height: 700px) and (min-width: 990px) {
  .idx_news .center_box {
    width: 80%;
  }
}
@media (max-width:990px) {
  .idx_news {
    height: auto;
    padding: 60px 0 40px;
  }
  .idx_news .news_box .news_main .sidebar_box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    background: transparent;
  }
  .idx_news .news_box .news_main .sidebar_box .tabs_box {
    padding: 0;
  }
  .idx_news .news_box .news_main .sidebar_box .tabs_box .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .idx_news .news_box .news_main .sidebar_box .tabs_box .menu::after {
    display: none;
  }
  .idx_news .news_box .news_main .sidebar_box .tabs_box .menu .one {
    height: 32px;
    margin-left: 10px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50px;
    background: #F5F5F5;
  }
  .idx_news .news_box .news_main .sidebar_box .tabs_box .menu .one::after {
    display: none;
  }
  .idx_news .news_box .news_main .sidebar_box .tabs_box .menu .one.active {
    background: #F22A2A;
    color: #FFF;
  }
  .idx_news .news_box .news_main .sidebar_box .swiper_menu {
    display: none;
  }
  .idx_news .news_box .news_main .news_swiper {
    width: 100%;
    margin: 20px 0 0;
    background: transparent;
    border-radius: 0;
  }
  .idx_news .news_box .news_main .news_swiper div.swiper-slide {
    position: relative;
    z-index: 1;
  }
  .idx_news .news_box .news_main .news_swiper div.swiper-slide.active {
    z-index: 5;
  }
  .idx_news .news_box .news_main .news_swiper div.swiper-slide.active .swiper_box {
    opacity: 1;
  }
  .idx_news .news_box .news_main .news_swiper div.swiper-slide .swiper_box {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .idx_news .news_box .news_main .news_swiper div.swiper-slide .swiper_box .images {
    border-radius: var(--border-radius10);
    overflow: hidden;
  }
  .idx_news .news_box .news_main .news_swiper div.swiper-slide .swiper_box .info .details,
  .idx_news .news_box .news_main .news_swiper div.swiper-slide .swiper_box .info .time {
    display: none;
  }
  .idx_news .news_box .news_main .news_swiper div.swiper-slide .pager_box {
    display: block;
  }
}
@media (max-width:768px) {
  .idx_news .news_box .news_main .news_swiper .swiper_box .info .title {
    font-size: 14px;
  }
}
/* 底部 */
footer {
  width: 100%;
  height: auto;
  padding-top: var(--header-height);
  background: #F5F5F5;
  overflow: hidden;
}
footer * {
  font-family: "sy_re";
}
footer .center_box {
  height: 100%;
}
footer .headline {
  width: 100%;
  height: auto;
  font-family: "sy_bo";
  font-size: var(--font16);
  color: #444444;
}
footer .headline a {
  font-family: "sy_bo";
  font-size: var(--font16);
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .headline a:hover {
  color: #F22A2A;
}
footer .footer_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;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
footer .footer_box .footer_top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
footer .footer_box .footer_top .content {
  width: 27%;
  max-width: 360px;
  height: auto;
}
footer .footer_box .footer_top .content .logo {
  width: 50%;
  max-width: clamp(7.5rem, calc(-1.731rem + 11.54vw), 11.25rem);
  height: auto;
  font-size: 0;
}
footer .footer_box .footer_top .content .contact_box {
  width: 100%;
  height: auto;
  margin: clamp(1.875rem, calc(-2.74rem + 5.77vw), 3.75rem) 0 0;
}
footer .footer_box .footer_top .content .contact_box .menu {
  width: 100%;
  height: auto;
  margin: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((35 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(35 / 16 * 1rem)) 0 0;
}
footer .footer_box .footer_top .content .contact_box .menu .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0 0;
}
footer .footer_box .footer_top .content .contact_box .menu .one .icon {
  width: auto;
  height: auto;
}
footer .footer_box .footer_top .content .contact_box .menu .one .icon i {
  font-size: var(--font16);
  color: #BCBDC0;
}
footer .footer_box .footer_top .content .contact_box .menu .one .word {
  width: 100%;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  margin-left: 10px;
  flex: 1;
  font-size: var(--font16);
  color: #888888;
}
footer .footer_box .footer_top .content .contact_box .menu .one:first-child {
  margin: 0;
}
footer .footer_box .footer_top .food_nr {
  width: fit-content;
  height: auto;
  margin: auto;
  padding-bottom: clamp(15px, 1.5625vw, 30px);
}
footer .footer_box .footer_top .food_nr .food_content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: clamp(60px, 6.25vw, 120px);
}
footer .footer_box .footer_top .food_nr .food_content .f_left {
  width: auto;
}
footer .footer_box .footer_top .food_nr .food_content .f_right {
  width: auto;
}
footer .footer_box .footer_top .food_nr .food_content .logo_foot {
  max-width: 160px;
}
footer .footer_box .footer_top .food_nr .food_content .footer_search {
  width: 100%;
  height: auto;
  margin-top: clamp(20px, 2.083vw, 40px);
}
footer .footer_box .footer_top .food_nr .food_content .footer_search .search_box {
  width: clamp(18.75rem, calc(9.519rem + 11.54vw), 22.5rem);
  height: clamp(2.625rem, calc(2.01rem + 0.77vw), 2.875rem);
  margin: 15px 0 0;
}
footer .footer_box .footer_top .food_nr .food_content .footer_search .search_box form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer_box .footer_top .food_nr .food_content .footer_search .search_box form *:first-child {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 clamp(0.875rem, calc(-0.048rem + 1.15vw), 1.25rem);
  border: 0;
  border-radius: var(--border-radius8) 0 0 var(--border-radius8);
  font-size: var(--font14);
  color: #000000;
}
footer .footer_box .footer_top .food_nr .food_content .footer_search .search_box form *:first-child ::-webkit-input-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_top .food_nr .food_content .footer_search .search_box form *:first-child :-moz-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_top .food_nr .food_content .footer_search .search_box form *:first-child ::-moz-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_top .food_nr .food_content .footer_search .search_box form *:first-child :-ms-input-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_top .food_nr .food_content .footer_search .search_box form *:last-child {
  width: auto;
  height: 100%;
  padding: 0 2em;
  border: 0;
  border-radius: 0 var(--border-radius8) var(--border-radius8) 0;
  background: #F22A2A;
  font-size: var(--font14);
  color: #FFF;
  cursor: pointer;
}
footer .footer_box .footer_top .food_nr .food_content .links {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px 20px;
  margin-top: clamp(45px, 4.6875vw, 90px);
}
footer .footer_box .footer_top .food_nr .food_content .links * {
  font-size: var(--font14);
  color: #888888;
}
footer .footer_box .footer_top .food_nr .food_content .links a {
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "sy_re";
}
footer .footer_box .footer_top .food_nr .food_content .links a:hover {
  color: #F22A2A;
}
footer .footer_box .footer_top .food_nr .food_content .share {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: 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;
}
footer .footer_box .footer_top .food_nr .food_content .share .item {
  width: var(--item-size);
  height: var(--item-size);
  margin-left: clamp(15px, 1.5625vw, 30px);
  --item-size: clamp(2.25rem, calc(1.635rem + 0.77vw), 2.5rem);
  position: relative;
  z-index: 1;
  display: block;
}
footer .footer_box .footer_top .food_nr .food_content .share .item .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_top .food_nr .food_content .share .item .icon i {
  font-size: var(--font20);
  line-height: 1;
  color: #231F20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_top .food_nr .food_content .share .item .qrcode {
  width: 90px;
  height: auto;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_top .food_nr .food_content .share .item .qrcode .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background: #FFF;
  font-size: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
footer .footer_box .footer_top .food_nr .food_content .share .item .qrcode::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
footer .footer_box .footer_top .food_nr .food_content .share .item:hover .icon {
  background: #F22A2A;
}
footer .footer_box .footer_top .food_nr .food_content .share .item:hover .icon i {
  color: #FFF;
}
footer .footer_box .footer_top .food_nr .food_content .share .item:hover .qrcode {
  margin: 0;
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
footer .footer_box .footer_top .food_nr .food_content .share .item:first-child {
  margin: 0;
}
footer .footer_box .footer_top .nav_box {
  width: fit-content;
  height: auto;
  margin: auto;
}
footer .footer_box .footer_top .nav_box ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: clamp(1.25rem, calc(-4.904rem + 7.69vw), 3.75rem);
}
footer .footer_box .footer_top .nav_box ul li {
  width: auto;
  height: auto;
  overflow: hidden;
}
footer .footer_box .footer_top .nav_box ul li .menu {
  width: 100%;
  height: auto;
  margin: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) 0 0;
}
footer .footer_box .footer_top .nav_box ul li .menu .one {
  width: 100%;
  height: auto;
  margin: 15px 0 0;
  line-height: 1.2;
}
footer .footer_box .footer_top .nav_box ul li .menu .one a {
  font-size: var(--font14);
  color: #888888;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "sy_re";
}
footer .footer_box .footer_top .nav_box ul li .menu .one a:hover {
  color: #F22A2A;
}
footer .footer_box .footer_top .nav_box ul li .menu .one:first-child {
  margin: 0;
}
footer .footer_box .footer_center {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
footer .footer_box .footer_center .footer_search {
  width: 100%;
  height: auto;
}
footer .footer_box .footer_center .footer_search .search_box {
  width: clamp(18.75rem, calc(9.519rem + 11.54vw), 22.5rem);
  height: clamp(2.625rem, calc(2.01rem + 0.77vw), 2.875rem);
  margin: 15px 0 0;
}
footer .footer_box .footer_center .footer_search .search_box form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer_box .footer_center .footer_search .search_box form *:first-child {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 clamp(0.875rem, calc(-0.048rem + 1.15vw), 1.25rem);
  border: 0;
  border-radius: var(--border-radius8) 0 0 var(--border-radius8);
  font-size: var(--font14);
  color: #000000;
}
footer .footer_box .footer_center .footer_search .search_box form *:first-child ::-webkit-input-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_center .footer_search .search_box form *:first-child :-moz-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_center .footer_search .search_box form *:first-child ::-moz-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_center .footer_search .search_box form *:first-child :-ms-input-placeholder {
  color: #DDDDDD;
}
footer .footer_box .footer_center .footer_search .search_box form *:last-child {
  width: auto;
  height: 100%;
  padding: 0 2em;
  border: 0;
  border-radius: 0 var(--border-radius8) var(--border-radius8) 0;
  background: #F22A2A;
  font-size: var(--font14);
  color: #FFF;
  cursor: pointer;
}
footer .footer_box .footer_center .footer_info {
  width: 100%;
  height: auto;
  margin: clamp(1.875rem, calc(-5.817rem + 9.62vw), 5rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer_box .footer_center .footer_info .links {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px 20px;
}
footer .footer_box .footer_center .footer_info .links * {
  font-size: var(--font14);
  color: #888888;
}
footer .footer_box .footer_center .footer_info .links a {
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "sy_re";
}
footer .footer_box .footer_center .footer_info .links a:hover {
  color: #F22A2A;
}
footer .footer_box .footer_center .footer_info .content {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer_box .footer_center .footer_info .content .more {
  width: 100%;
  height: var(--item-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  --item-size: clamp(2.5rem, calc(1.269rem + 1.54vw), 3rem);
}
footer .footer_box .footer_center .footer_info .content .more .item {
  width: auto;
  height: 100%;
  margin-left: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer_box .footer_center .footer_info .content .more .item a {
  width: 100%;
  height: 100%;
  padding: 0 clamp(0.875rem, calc(-0.048rem + 1.15vw), 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: "sy_re";
}
footer .footer_box .footer_center .footer_info .content .more .item a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50px;
  border: 1px solid #DCDCDC;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_center .footer_info .content .more .item a .icon {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  filter: brightness(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_center .footer_info .content .more .item a .icon img {
  max-height: 50%;
}
footer .footer_box .footer_center .footer_info .content .more .item a .word {
  margin-left: clamp(0.938rem, calc(-2.909rem + 4.81vw), 2.5rem);
  font-size: var(--font14);
  color: #000000;
  font-family: "sy_re";
}
footer .footer_box .footer_center .footer_info .content .more .item a:hover::after {
  border-color: #F22A2A;
}
footer .footer_box .footer_center .footer_info .content .more .item a:hover .icon {
  filter: none;
}
footer .footer_box .footer_center .footer_info .content .more .item a:hover .word {
  color: #F22A2A;
}
footer .footer_box .footer_center .footer_info .content .more .item:first-child {
  margin: 0;
}
footer .footer_box .footer_center .footer_info .content .share {
  width: auto;
  height: auto;
  margin-left: clamp(1.25rem, calc(-3.365rem + 5.77vw), 3.125rem);
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: 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;
}
footer .footer_box .footer_center .footer_info .content .share .item {
  width: var(--item-size);
  height: var(--item-size);
  margin-left: 10px;
  --item-size: clamp(2.25rem, calc(1.635rem + 0.77vw), 2.5rem);
  position: relative;
  z-index: 1;
  display: block;
}
footer .footer_box .footer_center .footer_info .content .share .item .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_center .footer_info .content .share .item .icon i {
  font-size: var(--font20);
  line-height: 1;
  color: #231F20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_center .footer_info .content .share .item .qrcode {
  width: 90px;
  height: auto;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_center .footer_info .content .share .item .qrcode .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background: #FFF;
  font-size: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
footer .footer_box .footer_center .footer_info .content .share .item .qrcode::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
footer .footer_box .footer_center .footer_info .content .share .item:hover .icon {
  background: #F22A2A;
}
footer .footer_box .footer_center .footer_info .content .share .item:hover .icon i {
  color: #FFF;
}
footer .footer_box .footer_center .footer_info .content .share .item:hover .qrcode {
  margin: 0;
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
footer .footer_box .footer_center .footer_info .content .share .item:first-child {
  margin: 0;
}
footer .footer_box .footer_bottom {
  width: 100%;
  height: auto;
  padding: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) 0;
  border-top: 1px solid #E5E5E5;
  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;
  overflow: hidden;
}
footer .footer_box .footer_bottom .copy {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: var(--font14);
  color: #888888;
  overflow: hidden;
}
footer .footer_box .footer_bottom .copy a {
  font-size: var(--font14);
  color: #888888;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "sy_re";
}
footer .footer_box .footer_bottom .copy a:hover {
  color: #F22A2A;
}
footer .footer_box .footer_bottom .links {
  width: auto;
  height: auto;
}
footer .footer_box .footer_bottom .links a {
  margin-left: 40px;
  position: relative;
  z-index: 1;
  font-size: var(--font14);
  color: #888888;
  font-family: "sy_re";
}
footer .footer_box .footer_bottom .links a::after {
  content: '';
  width: 1px;
  height: 0.7em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-20px, -50%);
  background: #888888;
}
footer .footer_box .footer_bottom .links a:first-child {
  margin: 0;
}
footer .footer_box .footer_bottom .links a:first-child::after {
  display: none;
}
@media (max-width:990px) {
  footer {
    height: auto;
    padding: 0;
  }
  footer .footer_box {
    height: auto;
    padding: 40px 0 0;
    display: block;
  }
  footer .footer_box .footer_top .content {
    width: 100%;
  }
  footer .footer_box .footer_top .nav_box {
    width: 60%;
  }
  footer .footer_box .footer_top .nav_box ul {
    display: block;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 30px;
  }
  footer .footer_box .footer_top .nav_box ul li .menu {
    display: none;
  }
  footer .footer_box .footer_center {
    margin: 30px 0 0;
  }
  footer .footer_box .footer_bottom {
    margin: 20px 0 0;
    padding: 15px 0;
  }
}
@media (max-width:768px) {
  footer .footer_box .footer_top .nav_box {
    display: none;
  }
  footer .footer_box .footer_center {
    display: none;
  }
  footer .footer_box .footer_bottom {
    display: block;
  }
  footer .footer_box .footer_bottom .links {
    display: none;
  }
}
footer.is_active {
  height: 100vh;
}
@media (max-width:990px) {
  footer.is_active {
    height: auto !important;
  }
}
footer.is_active .footer_box .footer_center {
  padding: 0;
}
footer.is_active .footer_box .footer_bottom {
  padding: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) 0 0;
}
/* 公共内页banner */
.ins_banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.ins_banner .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_banner .center_box .insBanner_title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 60px;
}
.ins_banner .center_box .insBanner_title .title {
  font-size: var(--font48);
  color: #FFF;
  line-height: 1;
}
.ins_banner .center_box .insBanner_title .select_box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((40 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
}
.ins_banner .center_box .insBanner_title .select_box .index_home {
  width: auto;
  height: auto;
}
.ins_banner .center_box .insBanner_title .select_box .index_home a {
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  height: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  background: #F22A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
.ins_banner .center_box .insBanner_title .select_box .item_box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_banner .center_box .insBanner_title .select_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_banner .center_box .insBanner_title .select_box .item_box .item a {
  width: clamp(calc(120 / 16 * 1rem), calc((120 / 16 * 1rem) + ((220 - 120) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(220 / 16 * 1rem));
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  opacity: 1;
  font-size: var(--font14);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.ins_banner .center_box .insBanner_title .select_box .item_box .item a::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_banner .center_box .insBanner_title .select_box .item_box .item a::before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_banner .center_box .insBanner_title .select_box .item_box .item a i {
  border: 0px;
  width: 10px;
  height: 10px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
}
.ins_banner .center_box .insBanner_title .select_box .item_box .item a i::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg) translateX(-50%);
}
.ins_banner .center_box .insBanner_title .select_box .item_box .item a i::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg) translateX(50%);
}
.ins_banner .center_box .insBanner_title .select_box .item_box .item.active a::before,
.ins_banner .center_box .insBanner_title .select_box .item_box .item:hover a::before {
  width: 100%;
  left: 0;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form * {
  font-family: "sy_re";
}
.ins_banner .center_box .insBanner_title .select_box .layui-form input::-webkit-input-placeholder,
.ins_banner .center_box .insBanner_title .select_box .layui-form textarea::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form input:-moz-placeholder,
.ins_banner .center_box .insBanner_title .select_box .layui-form textarea:-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form input::-moz-placeholder,
.ins_banner .center_box .insBanner_title .select_box .layui-form textarea::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form input:-ms-input-placeholder,
.ins_banner .center_box .insBanner_title .select_box .layui-form textarea:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form .layui-form-select {
  width: clamp(calc(180 / 16 * 1rem), calc((180 / 16 * 1rem) + ((220 - 180) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(220 / 16 * 1rem));
  padding: 0;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form .layui-form-select .layui-input {
  height: 52px;
  padding: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  opacity: 1;
  font-size: var(--font14);
}
.ins_banner .center_box .insBanner_title .select_box .layui-form .layui-input:focus,
.ins_banner .center_box .insBanner_title .select_box .layui-form .layui-textarea:focus {
  box-shadow: unset !important;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form .layui-form-select .layui-edge {
  border: 0px;
  width: 10px;
  height: 10px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form .layui-form-select .layui-edge::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg) translateX(-50%);
}
.ins_banner .center_box .insBanner_title .select_box .layui-form .layui-form-select .layui-edge::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg) translateX(50%);
}
.ins_banner .center_box .insBanner_title .select_box .layui-form .layui-form-select dl {
  top: 100%;
}
.ins_banner .center_box .insBanner_title .select_box .layui-form .layui-form-select dl dd {
  font-size: var(--font14);
}
.ins_banner .images {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_banner .images img {
  width: 100%;
  height: auto;
  animation: grow2 1.5s ease;
}
.ins_banner .wap img {
  min-height: 60vh;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_banner .center_box .insBanner_title .select_box {
    display: none;
  }
}
/* 公共导航 */
.ins_nav {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.ins_nav .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 40px;
  padding: 39px 0;
}
.ins_nav .center_box .left {
  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: 40px;
}
.ins_nav .center_box .left .index_home {
  width: auto;
  height: auto;
}
.ins_nav .center_box .left .index_home a {
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  height: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  background: #F22A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
.ins_nav .center_box .left .layui-form {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_nav .center_box .left .layui-form input::-webkit-input-placeholder,
.ins_nav .center_box .left .layui-form textarea::-webkit-input-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_nav .center_box .left .layui-form input:-moz-placeholder,
.ins_nav .center_box .left .layui-form textarea:-moz-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_nav .center_box .left .layui-form input::-moz-placeholder,
.ins_nav .center_box .left .layui-form textarea::-moz-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_nav .center_box .left .layui-form input:-ms-input-placeholder,
.ins_nav .center_box .left .layui-form textarea:-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_nav .center_box .left .layui-form .layui-form-select {
  width: clamp(calc(180 / 16 * 1rem), calc((180 / 16 * 1rem) + ((220 - 180) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(220 / 16 * 1rem));
  padding: 0;
}
.ins_nav .center_box .left .layui-form .layui-form-select .layui-input {
  height: auto;
  padding: 0;
  padding-bottom: 18px;
  background: none;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #282828;
  opacity: 1;
  font-size: var(--font14);
}
.ins_nav .center_box .left .layui-form .layui-input:focus,
.ins_nav .center_box .left .layui-form .layui-textarea:focus {
  box-shadow: unset !important;
}
.ins_nav .center_box .left .layui-form .layui-form-select .layui-edge {
  border: 0px;
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 20%;
}
.ins_nav .center_box .left .layui-form .layui-form-select .layui-edge::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 2px;
  background: #282828;
  transform: rotate(45deg) translateX(-50%);
}
.ins_nav .center_box .left .layui-form .layui-form-select .layui-edge::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 2px;
  background: #282828;
  transform: rotate(-45deg) translateX(50%);
}
.ins_nav .center_box .left .layui-form .layui-form-select dl {
  top: 100%;
}
.ins_nav .center_box .left .layui-form .layui-form-select dl dd {
  font-size: var(--font14);
}
.ins_nav .center_box .right a {
  width: 100px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: 20px;
  border: 1px solid #e5e5e5;
  font-family: "sy_bo";
  border-radius: 100px;
  font-size: var(--font14);
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_nav .center_box .right a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_nav .center_box .right a:hover {
  background: #F22A2A;
  color: #FFF;
  border: 1px solid #F22A2A;
}
.ins_nav .center_box .right a:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width:990px) {
  .ins_nav .center_box .left {
    display: none;
  }
  .ins_nav .center_box .right a {
    min-width: 70px;
    padding: 0 15px;
    height: 35px;
  }
}
/* ---------- 产品 列表 */
.ins_proCon1 {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(0 / 2 * 1px), calc(0 / 1920 * 100 * 1vw), 0px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_proCon1 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_proCon1 .center_box .left_box {
  width: 280px;
  padding-right: 40px;
  flex-shrink: 0;
  padding-bottom: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.ins_proCon1 .center_box .left_box .item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
}
.ins_proCon1 .center_box .left_box .item .title_box {
  width: 100%;
  height: auto;
  padding: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((35 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(35 / 16 * 1rem)) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.ins_proCon1 .center_box .left_box .item .title_box a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.ins_proCon1 .center_box .left_box .item .title_box a .icon {
  width: clamp(calc(25 / 16 * 1rem), calc((25 / 16 * 1rem) + ((31 - 25) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(31 / 16 * 1rem));
  flex-shrink: 0;
}
.ins_proCon1 .center_box .left_box .item .title_box a .icon img {
  filter: brightness(0) invert(0.4);
}
.ins_proCon1 .center_box .left_box .item .title_box a .title {
  font-size: var(--font18);
  color: #282828;
  font-family: "sy_bo";
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_proCon1 .center_box .left_box .item .title_box .arrow {
  width: 20px;
  font-size: var(--font18);
  height: 1em;
  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;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_proCon1 .center_box .left_box .item .title_box .arrow::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  background: #1b1b1b;
  transform: rotate(45deg) translateX(-50%);
}
.ins_proCon1 .center_box .left_box .item .title_box .arrow::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  background: #1b1b1b;
  transform: rotate(-45deg) translateX(50%);
}
.ins_proCon1 .center_box .left_box .item .menu_box {
  width: 100%;
  height: auto;
  display: none;
}
.ins_proCon1 .center_box .left_box .item .menu_info {
  width: 100%;
  height: auto;
  padding: 0 0 40px clamp(calc(45 / 16 * 1rem), calc((45 / 16 * 1rem) + ((51 - 45) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(51 / 16 * 1rem));
  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: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((30 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(30 / 16 * 1rem));
}
.ins_proCon1 .center_box .left_box .item .menu_info .list {
  font-size: var(--font14);
  color: #282828;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proCon1 .center_box .left_box .item .menu_info .list i {
  width: 13px;
  height: 13px;
  border: 1px solid #c1c1c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proCon1 .center_box .left_box .item .menu_info .list i::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #c1c1c1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_proCon1 .center_box .left_box .item .menu_info .list:hover i,
.ins_proCon1 .center_box .left_box .item .menu_info .list.active i {
  border: 1px solid #F22A2A;
}
.ins_proCon1 .center_box .left_box .item .menu_info .list:hover i::after,
.ins_proCon1 .center_box .left_box .item .menu_info .list.active i::after {
  background: #F22A2A;
  opacity: 1;
}
.ins_proCon1 .center_box .left_box .item:first-child {
  border-top: 2px solid #282828;
}
.ins_proCon1 .center_box .left_box .item.active .title_box .arrow {
  transform: rotate(180deg);
}
.ins_proCon1 .center_box .right_box {
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #f5f5f5, #fcfcfc);
  position: relative;
  padding: 40px 0 0 30px;
  padding-bottom: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.ins_proCon1 .center_box .right_box::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f5f5f5, #fcfcfc);
  transform: translateX(100%);
}
.ins_proCon1 .center_box .right_box .result {
  font-size: 12px;
  color: #282828;
  font-family: "sy_bo";
  position: relative;
  z-index: 2;
}
.ins_proCon1 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.ins_proCon1 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFF;
  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: clamp(calc(10 / 16 * 1rem), calc((10 / 16 * 1rem) + ((30 - 10) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(30 / 16 * 1rem));
  padding: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem)) clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((30 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(30 / 16 * 1rem));
  border-radius: clamp(calc(10 / 16 * 1rem), calc((10 / 16 * 1rem) + ((20 - 10) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(20 / 16 * 1rem));
  overflow: hidden;
}
.ins_proCon1 .center_box .right_box .item_box .item .left {
  width: 45%;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .title_box {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  display: block;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .title_box .title {
  font-size: var(--font30);
  color: #282828;
  font-family: "sy_bo";
  line-height: 1.3;
  word-break: break-all;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .title_box .subtitle {
  font-size: var(--font14);
  color: #282828;
  font-family: "sy_bo";
  line-height: 1;
  margin-top: 5px;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .list {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 10px;
  height: 106px;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .list .one {
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((48 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  height: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((48 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  border-radius: clamp(calc(5 / 16 * 1rem), calc((5 / 16 * 1rem) + ((10 - 5) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(10 / 16 * 1rem));
  background: #f5f5f5;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .link {
  width: 100%;
  height: auto;
  margin-top: 13px;
  display: -webkit-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;
  -ms-flex-wrap: wrap;
  gap: 10px;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .link a {
  min-width: clamp(calc(80 / 16 * 1rem), calc((80 / 16 * 1rem) + ((100 - 80) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  height: 36px;
  padding: 0 10px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  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;
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .link a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20px;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .link a:hover {
  color: #FFF;
  background: #F22A2A;
  border: 1px solid #F22A2A;
}
.ins_proCon1 .center_box .right_box .item_box .item .left .link a:hover img {
  filter: brightness(0) invert(1);
}
.ins_proCon1 .center_box .right_box .item_box .item .right {
  width: 50%;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_proCon1 .center_box .right_box .item_box .item .right .swiper_box ul li .pb {
  padding-bottom: 75%;
  display: block;
}
.ins_proCon1 .center_box .right_box .item_box .item .right .swiper_box ul li .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;
}
@media (max-width:990px) {
  .ins_proCon1 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_proCon1 .center_box .left_box {
    width: 100%;
    padding-right: 0;
  }
  .ins_proCon1 .center_box .left_box .item .menu_info {
    padding: 10px 0 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ins_proCon1 .center_box .left_box .item .title_box {
    padding: 10px 0;
  }
  .ins_proCon1 .center_box .right_box {
    width: 100%;
    padding: 30px 0;
    background: #f5f5f5;
  }
  .ins_proCon1 .center_box .right_box::after {
    width: 100vw;
    left: 50%;
    transform: translateX(-50vw);
    z-index: 1;
    background: #f5f5f5;
  }
  .ins_proCon1 .center_box .right_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .ins_proCon1 .center_box .right_box .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_proCon1 .center_box .right_box .item_box .item .left,
  .ins_proCon1 .center_box .right_box .item_box .item .right {
    width: 100%;
    height: auto;
  }
  .ins_proCon1 .center_box .right_box .item_box .item .left .list {
    height: auto;
    margin-top: 15px;
  }
  .ins_proCon1 .center_box .right_box .item_box .item .right {
    margin-top: 30px;
  }
  .ins_proCon1 .center_box .right_box .item_box .item .right .pagerShow {
    margin-top: 20px;
  }
  .ins_proCon1 .center_box .right_box .item_box .item .right .swiper_box ul li .pb {
    padding-bottom: 40%;
  }
}
/* 产品详情 */
.ins_prodeCon1 {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  overflow: hidden;
}
.ins_prodeCon1 .center_box {
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 50px 40px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: clamp(calc(10 / 16 * 1rem), calc((10 / 16 * 1rem) + ((20 - 10) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(20 / 16 * 1rem));
}
.ins_prodeCon1 .center_box .left {
  width: 61%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_prodeCon1 .center_box .left .topBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 80px;
}
.ins_prodeCon1 .center_box .left .swiperinfo {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 500px;
  position: relative;
}
.ins_prodeCon1 .center_box .left .swiperinfo ul li .pb {
  padding-bottom: 94.74%;
}
.ins_prodeCon1 .center_box .left .swiperinfo ul li .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_prodeCon1 .center_box .left .swiper_img {
  margin-top: clamp(calc(77 / 2 * 1px), calc(77 / 1920 * 100 * 1vw), 77px);
}
.ins_prodeCon1 .center_box .left .swiper_img ul li {
  cursor: pointer;
}
.ins_prodeCon1 .center_box .left .swiper_img ul li .pb {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodeCon1 .center_box .left .swiper_img ul li .pb .ab img {
  max-width: 50%;
  max-height: 62.5%;
}
.ins_prodeCon1 .center_box .left .swiper_img ul li.active .pb,
.ins_prodeCon1 .center_box .left .swiper_img ul li:hover .pb {
  border: 1px solid #F22A2A;
}
.ins_prodeCon1 .center_box .left .swiper_btu {
  position: absolute;
  z-index: 5;
  width: clamp(calc(34 / 16 * 1rem), calc((34 / 16 * 1rem) + ((48 - 34) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  height: clamp(calc(34 / 16 * 1rem), calc((34 / 16 * 1rem) + ((48 - 34) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodeCon1 .center_box .left .swiper_btu img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodeCon1 .center_box .left .swiper_btu:hover {
  background: #F22A2A;
  border: 2px solid #F22A2A;
}
.ins_prodeCon1 .center_box .left .swiper_btu:hover img {
  filter: brightness(0) invert(1);
}
.ins_prodeCon1 .center_box .left .swiper_btu.prev {
  left: 0;
}
.ins_prodeCon1 .center_box .left .swiper_btu.next {
  right: 0;
}
.ins_prodeCon1 .center_box .right {
  width: 30.69306931%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}
.ins_prodeCon1 .center_box .right .title_box {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #282828;
  padding-bottom: 25px;
}
.ins_prodeCon1 .center_box .right .title_box .title {
  font-size: var(--font48);
  color: #282828;
  font-family: "sy_bo";
  line-height: 1;
}
.ins_prodeCon1 .center_box .right .title_box .subtitle {
  font-size: var(--font20);
  color: #282828;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  font-family: "sy_re";
}
.ins_prodeCon1 .center_box .right .list {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.ins_prodeCon1 .center_box .right .list ul {
  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: 14px;
}
.ins_prodeCon1 .center_box .right .list ul li {
  font-size: var(--font14);
  color: #282828;
  line-height: 1.4285;
  padding-left: 17px;
  position: relative;
  font-family: "sy_re";
}
.ins_prodeCon1 .center_box .right .list ul li::after {
  content: '';
  position: absolute;
  top: calc(0.35em * 1.4285);
  left: 0;
  width: 7px;
  height: 7px;
  background: #F22A2A;
  border-radius: 50%;
}
.ins_prodeCon1 .center_box .right .botBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.ins_prodeCon1 .center_box .right .botBox a {
  min-width: clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((160 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(160 / 16 * 1rem));
  height: clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((42 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(42 / 16 * 1rem));
  gap: 10px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  font-size: var(--font14);
  color: #282828;
  font-family: "sy_bo";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodeCon1 .center_box .right .botBox a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodeCon1 .center_box .right .botBox a:hover {
  background: #F22A2A;
  color: #FFF;
  border: 1px solid #F22A2A;
}
.ins_prodeCon1 .center_box .right .botBox a:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width:990px) {
  .ins_prodeCon1 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_prodeCon1 .center_box .left {
    width: 100%;
    padding-bottom: 2px;
  }
  .ins_prodeCon1 .center_box .left .topBox {
    padding: 0;
  }
  .ins_prodeCon1 .center_box .left .swiperinfo {
    padding-bottom: 5px;
  }
  .ins_prodeCon1 .center_box .left .swiper_btu {
    display: none;
  }
  .ins_prodeCon1 .center_box .right {
    width: 100%;
    margin-top: 30px;
  }
}
/* 产品详情 */
.ins_prodeCon2 {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  padding-bottom: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_prodeCon2 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_prodeCon2 .center_box .left_box {
  width: 64.84375%;
  height: auto;
}
.ins_prodeCon2 .center_box .left_box .title_box {
  font-size: var(--font24);
  color: #282828;
  font-family: "sy_bo";
  line-height: 1;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.ins_prodeCon2 .center_box .left_box .content {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 20px;
}
.ins_prodeCon2 .center_box .left_box .content p img {
  width: 100% !important;
  height: auto !important;
}
.ins_prodeCon2 .center_box .right_box {
  width: 30.46875%;
  padding-top: 40px;
}
.ins_prodeCon2 .center_box .right_box .input_box {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  background: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_prodeCon2 .center_box .right_box .input_box input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  color: #888888;
  font-size: var(--font14);
}
.ins_prodeCon2 .center_box .right_box .input_box input::-webkit-input-placeholder,
.ins_prodeCon2 .center_box .right_box .input_box textarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_prodeCon2 .center_box .right_box .input_box input:-moz-placeholder,
.ins_prodeCon2 .center_box .right_box .input_box textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_prodeCon2 .center_box .right_box .input_box input::-moz-placeholder,
.ins_prodeCon2 .center_box .right_box .input_box textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_prodeCon2 .center_box .right_box .input_box input:-ms-input-placeholder,
.ins_prodeCon2 .center_box .right_box .input_box textarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_prodeCon2 .center_box .right_box .input_box button {
  background: none;
  border: 0;
  cursor: pointer;
}
.ins_prodeCon2 .center_box .right_box .title_box {
  font-size: var(--font20);
  font-family: "sy_bo";
  color: #282828;
  margin-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.ins_prodeCon2 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
}
.ins_prodeCon2 .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 17px 30px;
  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: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodeCon2 .center_box .right_box .item_box .item .text_box {
  width: 100%;
}
.ins_prodeCon2 .center_box .right_box .item_box .item .text_box .title {
  font-size: var(--font24);
  color: #282828;
  font-family: "sy_bo";
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_prodeCon2 .center_box .right_box .item_box .item .text_box .subtitle {
  font-size: var(--font14);
  color: #666666;
  line-height: 1.5;
  margin-top: 5px;
  font-family: "sy_re";
}
.ins_prodeCon2 .center_box .right_box .item_box .item .text_box .arrow {
  font-size: 12px;
  color: #F22A2A;
  font-family: "sy_bo";
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  font-family: "sy_re";
}
.ins_prodeCon2 .center_box .right_box .item_box .item .images {
  width: 34.54545455%;
  flex-shrink: 0;
}
.ins_prodeCon2 .center_box .right_box .item_box .item .images .pb {
  padding-bottom: 128.08%;
}
.ins_prodeCon2 .center_box .right_box .item_box .item:hover {
  border: 1px solid #F22A2A;
}
.ins_prodeCon2 .center_box .right_box .item_box .item:hover .text_box .title {
  color: #F22A2A;
}
@media (max-width:990px) {
  .ins_prodeCon2 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_prodeCon2 .center_box .left_box {
    width: 100%;
  }
  .ins_prodeCon2 .center_box .left_box .content {
    padding: 0;
  }
  .ins_prodeCon2 .center_box .right_box {
    width: 100%;
  }
}
/* ---------- odm定制 -- 标题 */
.odm_titleBox .title {
  font-size: var(--font36);
  color: #282828;
  font-family: "sy_bo";
  line-height: 1;
}
.odm_titleBox .subtitle {
  font-size: var(--font24);
  color: #666666;
  margin-top: var(--num_35);
  font-family: "sy_re";
}
/* odm定制 -- 按钮 */
.ins_more {
  width: 100%;
  height: auto;
  margin-top: 55px;
}
.ins_more a {
  min-width: clamp(calc(90 / 16 * 1rem), calc((90 / 16 * 1rem) + ((120 - 90) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  width: fit-content;
  height: clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((42 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(42 / 16 * 1rem));
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font14);
  color: #282828;
  font-weight: 600;
  border-radius: 100px;
  border: 1px solid #bfbfbf;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_more a:hover {
  background: #F22A2A;
  color: #FFF;
  border: 1px solid #F22A2A;
}
/* 定制解决方案 */
.ins_odmCon1 {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(95 / 2 * 1px), calc(95 / 1920 * 100 * 1vw), 95px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.ins_odmCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_odmCon1 .center_box .odm_titleBox {
  width: 100%;
  height: auto;
  padding-bottom: 55px;
  border-bottom: 1px solid #e5e5e5;
}
.ins_odmCon1 .center_box .odm_titleBox .subtitle {
  line-height: 1.45;
}
.ins_odmCon1 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}
.ins_odmCon1 .center_box .content .left_box {
  width: 240px;
  height: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.ins_odmCon1 .center_box .content .left_box .list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.ins_odmCon1 .center_box .content .left_box .list .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmCon1 .center_box .content .left_box .list .one .icon_box {
  width: clamp(calc(25 / 16 * 1rem), calc((25 / 16 * 1rem) + ((31 - 25) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(31 / 16 * 1rem));
}
.ins_odmCon1 .center_box .content .left_box .list .one .icon_box img {
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmCon1 .center_box .content .left_box .list .one .text_box {
  font-size: var(--font18);
  color: #282828;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmCon1 .center_box .content .left_box .list .one:hover {
  background: #F22A2A17;
}
.ins_odmCon1 .center_box .content .left_box .list .one:hover .icon_box img {
  filter: unset !important;
}
.ins_odmCon1 .center_box .content .left_box .list .one:hover .text_box {
  color: #F22A2A;
  font-family: "sy_bo";
}
.ins_odmCon1 .center_box .content .left_box .list .one.active {
  background: #F22A2A !important;
}
.ins_odmCon1 .center_box .content .left_box .list .one.active .icon_box img {
  filter: brightness(0) invert(1) !important;
}
.ins_odmCon1 .center_box .content .left_box .list .one.active .text_box {
  color: #FFF !important;
  font-family: "sy_bo";
}
.ins_odmCon1 .center_box .content .right_box {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_odmCon1 .center_box .content .right_box .swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li {
  height: auto;
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .images {
  width: 63%;
  height: 100%;
  border-radius: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((40 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
  overflow: hidden;
  display: block;
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .images .pb {
  position: relative;
  height: 100%;
  padding-bottom: 0;
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .images .pb .ab {
  position: relative;
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .text_box {
  width: 32.8%;
  height: auto;
  padding-right: clamp(calc(0 / 16 * 1rem), calc((0 / 16 * 1rem) + ((60 - 0) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .text_box .title {
  font-size: var(--font30);
  line-height: 1;
  font-family: "sy_bo";
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .text_box .details {
  font-size: var(--font20);
  color: #666666;
  line-height: 1.8;
  margin-top: 35px;
  font-family: "sy_re";
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .text_box .ins_more {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_odmCon1 .center_box .content .right_box .swiper_box ul li.swiper-slide-active .centerInfo .images .pb .ab img {
  animation: grow2 1.5s ease;
}
@media (max-width:990px) {
  .ins_odmCon1 .center_box .odm_titleBox {
    padding-bottom: 20px;
  }
  .ins_odmCon1 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .ins_odmCon1 .center_box .content .left_box {
    width: 100%;
    display: none;
  }
  .ins_odmCon1 .center_box .content .right_box {
    width: 100%;
  }
  .ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .images {
    width: 100%;
  }
  .ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .text_box {
    width: 100%;
    margin-top: 20px;
  }
  .ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .text_box .details {
    margin-top: 15px;
  }
  .ins_odmCon1 .center_box .content .right_box .swiper_box ul li .centerInfo .text_box .ins_more {
    margin-top: 20px;
  }
}
/* 定制流程 */
.ins_odmCon2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
  display: none;
}
.ins_odmCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_odmCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 50px;
}
.ins_odmCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  flex: 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;
  -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;
  text-align: center;
  --color_red: #b8b8b8;
}
.ins_odmCon2 .center_box .item_box .item .icon_box {
  width: clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((54 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(54 / 16 * 1rem));
}
.ins_odmCon2 .center_box .item_box .item .icon_box img {
  filter: brightness(0) invert(0.75);
}
.ins_odmCon2 .center_box .item_box .item .name {
  font-size: var(--font18);
  color: var(--color_red);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "sy_bo";
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_odmCon2 .center_box .item_box .item .circle {
  width: 100%;
  height: auto;
  margin-top: 35px;
  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;
  position: relative;
}
.ins_odmCon2 .center_box .item_box .item .circle::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  width: 100%;
  height: 3px;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmCon2 .center_box .item_box .item .circle::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  width: 0%;
  height: 3px;
  background: #F22A2A;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ins_odmCon2 .center_box .item_box .item .circle i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color_red);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  z-index: 2;
  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;
}
.ins_odmCon2 .center_box .item_box .item .circle i::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: 1;
  background: var(--color_red);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
}
.ins_odmCon2 .center_box .item_box .item .circle i::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  z-index: 1;
  background: var(--color_red);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
}
.ins_odmCon2 .center_box .item_box .item .order {
  margin-top: 15px;
  font-family: "sy_me";
  font-size: var(--font18);
  color: var(--color_red);
}
.ins_odmCon2 .center_box .item_box .item.active {
  --color_red: #F22A2A;
}
.ins_odmCon2 .center_box .item_box .item.active .circle::before {
  width: 100%;
}
.ins_odmCon2 .center_box .item_box .item.active .icon_box img {
  filter: unset;
}
@media (max-width:990px) {
  .ins_odmCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .ins_odmCon2 .center_box .item_box .item {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
  }
  .ins_odmCon2 .center_box .item_box .item .name {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
  .ins_odmCon2 .center_box .item_box .item .circle {
    display: none;
  }
  .ins_odmCon2 .center_box .item_box .item .order {
    margin-top: 5px;
  }
}
@media (max-width:480px) {
  .ins_odmCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ins_odmCon2 .center_box .item_box .item {
    padding-left: 50px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_odmCon2 .center_box .item_box .item .icon_box {
    position: absolute;
    left: 15px;
    max-width: 28px;
  }
  .ins_odmCon2 .center_box .item_box .item .icon_box img {
    filter: unset !important;
  }
}
/* 定制服务流程 */
.inner_oem_flowpath {
  width: 100%;
  height: auto;
  background: #F1F4F8;
  overflow: hidden;
}
.inner_oem_flowpath .oem_box {
  width: 100%;
  height: auto;
  padding: clamp(calc(70 / 16 * 1rem), calc((70 / 16 * 1rem) + ((120 - 70) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem)) 0;
  overflow: hidden;
}
.inner_oem_flowpath .oem_box .oem_main {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((70 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(70 / 16 * 1rem));
  position: relative;
  z-index: 1;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: clamp(7.438rem, calc(-1.04rem + 13.25vw), 11.875rem) 0;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item .info {
  width: 100%;
  height: auto;
  text-align: center;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item .info .icon {
  width: 100%;
  height: 34px;
  font-size: 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;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item .info .title {
  width: 100%;
  height: auto;
  margin: 1em 0 0;
  font-size: var(--font18);
  color: #232323;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item .order {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item .order::before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #F22A2A;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item .order::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  background: #232323;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item .order .number {
  width: clamp(5rem, calc(2.612rem + 3.73vw), 6.25rem);
  height: clamp(2.75rem, calc(2.034rem + 1.12vw), 3.125rem);
  margin: 30px auto 0;
  padding: 5px;
  position: relative;
  z-index: 5;
  border-radius: 50px;
  background: #FFF;
  border: 1px solid #232323;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item .order .number .word {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "sy_me";
  font-size: var(--font20);
  color: #F22A2A;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(even) .number .word {
  background: #F22A2A;
  border: 0;
  color: #FFF;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(6) ~ .item {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(6) ~ .item .order {
  margin: 0 0 20px;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(6) ~ .item .order::before {
  top: auto;
  bottom: 0;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(6) ~ .item .order .number {
  margin: 0 auto 30px;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(6) ~ .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(6) ~ .item .info .title {
  margin: 0 0 1em;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(1) {
  order: 1;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(2) {
  order: 2;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(3) {
  order: 3;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(4) {
  order: 4;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(5) {
  order: 5;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(6) {
  order: 6;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(7) {
  order: 12;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(8) {
  order: 11;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(9) {
  order: 10;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(10) {
  order: 9;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(11) {
  order: 8;
}
.inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(12) {
  order: 7;
}
.inner_oem_flowpath .oem_box .oem_main .oem_bg {
  width: 100%;
  height: clamp(11.063rem, calc(0.674rem + 16.23vw), 16.5rem);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-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;
}
.inner_oem_flowpath .oem_box .oem_main .oem_bg img {
  width: 100%;
}
@media (max-width:990px) {
  .inner_oem_flowpath .oem_box .oem_main .oem_menu {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px 30px;
  }
  .inner_oem_flowpath .oem_box .oem_main .oem_menu .item {
    display: block;
    order: initial !important;
  }
  .inner_oem_flowpath .oem_box .oem_main .oem_menu .item .info {
    display: block;
  }
  .inner_oem_flowpath .oem_box .oem_main .oem_menu .item .order {
    display: none;
  }
  .inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(6) ~ .item .info {
    display: block;
  }
  .inner_oem_flowpath .oem_box .oem_main .oem_menu .item:nth-child(6) ~ .item .info .title {
    margin: 1em 0 0;
  }
  .inner_oem_flowpath .oem_box .oem_main .oem_bg {
    display: none;
  }
}
@media (max-width:480px) {
  .inner_oem_flowpath .oem_box .oem_main .oem_menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* 合作伙伴 */
.ins_odmCon3 {
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(180deg, #d7e3ee, #e8ecf0);
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  overflow: hidden;
}
.ins_odmCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_odmCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-top: clamp(calc(75 / 2 * 1px), calc(75 / 1920 * 100 * 1vw), 75px);
}
.ins_odmCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: clamp(calc(10 / 16 * 1rem), calc((10 / 16 * 1rem) + ((20 - 10) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(20 / 16 * 1rem));
  overflow: hidden;
}
.ins_odmCon3 .center_box .item_box .item .pb {
  background: #FFF;
  padding-bottom: 47.06%;
}
.ins_odmCon3 .center_box .item_box .item .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_odmCon3 .center_box .item_box .item .pb .ab img {
  max-width: 100%;
}
.ins_odmCon3 .center_box .item_box .item .text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmCon3 .center_box .item_box .item .text_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 00%;
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmCon3 .center_box .item_box .item .text_box .title {
  font-size: var(--font20);
  color: #FFF;
  font-family: "sy_bo";
  position: relative;
  z-index: 2;
}
.ins_odmCon3 .center_box .item_box .item .text_box .details {
  margin-top: 15px;
  font-size: var(--font14);
  color: #FFF;
  position: relative;
  z-index: 2;
}
.ins_odmCon3 .center_box .item_box .item:hover .text_box {
  opacity: 1;
  visibility: visible;
}
.ins_odmCon3 .center_box .item_box .item:hover .text_box::after {
  height: 100%;
  top: 0;
}
@media (max-width:990px) {
  .ins_odmCon3 .center_box .item_box {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
/* 联系我们 */
.ins_odmCon4 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  overflow: hidden;
}
.ins_odmCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_odmCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.ins_odmCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border-radius: clamp(calc(10 / 16 * 1rem), calc((10 / 16 * 1rem) + ((20 - 10) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(20 / 16 * 1rem));
  border: 1px solid #e5e5e5;
  padding-top: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  padding-bottom: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmCon4 .center_box .item_box .item .title {
  font-size: var(--font16);
  color: #282828;
  height: auto;
  font-family: "sy_bo";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  position: relative;
}
.ins_odmCon4 .center_box .item_box .item .list {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 11px;
  position: relative;
  padding-top: 25px;
}
.ins_odmCon4 .center_box .item_box .item .list::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmCon4 .center_box .item_box .item .list .one {
  display: -webkit-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_odmCon4 .center_box .item_box .item .list .one .icon_box {
  width: clamp(calc(25 / 16 * 1rem), calc((25 / 16 * 1rem) + ((30 - 25) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(30 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_odmCon4 .center_box .item_box .item .list .one .text_box {
  width: calc(100% - clamp(calc(25 / 16 * 1rem), calc((25 / 16 * 1rem) + ((30 - 25) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(30 / 16 * 1rem)));
  font-size: var(--font14);
  color: #282828;
  display: -webkit-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-family: "sy_re";
}
.ins_odmCon4 .center_box .item_box .item:hover {
  border: 1px solid #F22A2A;
}
@media (max-width:1280px) {
  .ins_odmCon4 {
    padding: 50px 0;
  }
  .ins_odmCon4 .center_box .item_box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width:990px) {
  .ins_odmCon4 {
    padding: 50px 0;
  }
  .ins_odmCon4 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .ins_odmCon4 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .ins_odmCon4 .center_box .item_box .item .list {
    gap: 10px;
    margin-top: 15px;
  }
}
/* ---------- odm定制 -- 详情 */
.ins_odmdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
}
.ins_odmdCon1 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_odmdCon1 .center_box .left_box {
  width: 39.61904762%;
  height: auto;
}
.ins_odmdCon1 .center_box .left_box .odm_titleBox {
  max-width: 615px;
}
.ins_odmdCon1 .center_box .left_box .odm_titleBox .title {
  font-size: var(--font36);
  font-family: "sy_re";
}
.ins_odmdCon1 .center_box .left_box .odm_titleBox .subtitle {
  color: #282828;
  font-family: "sy_bo";
}
.ins_odmdCon1 .center_box .left_box .odm_titleBox .details {
  font-size: var(--font14);
  color: #666666;
  line-height: 1.7142857;
  margin-top: 35px;
  font-family: "sy_re";
}
.ins_odmdCon1 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 0;
  margin-top: clamp(calc(95 / 2 * 1px), calc(95 / 1920 * 100 * 1vw), 95px);
}
.ins_odmdCon1 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.ins_odmdCon1 .center_box .left_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmdCon1 .center_box .left_box .item_box .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(-1px);
}
.ins_odmdCon1 .center_box .left_box .item_box .item .icon_box {
  height: clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((48 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
}
.ins_odmdCon1 .center_box .left_box .item_box .item .text_box {
  font-size: var(--font18);
  color: #282828;
  font-family: "sy_bo";
  margin-top: 15px;
}
.ins_odmdCon1 .center_box .right_box {
  width: 55%;
  height: auto;
}
.ins_odmdCon1 .center_box .right_box .images {
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_odmdCon1 .center_box .right_box .images img {
  width: 100%;
}
@media (max-width:990px) {
  .ins_odmdCon1 {
    padding: 50px 0;
  }
  .ins_odmdCon1 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_odmdCon1 .center_box .left_box {
    width: 100%;
  }
  .ins_odmdCon1 .center_box .left_box .odm_titleBox .details {
    margin-top: 15px;
  }
  .ins_odmdCon1 .center_box .left_box .item_box .icon_box {
    width: 28px;
  }
  .ins_odmdCon1 .center_box .left_box .item_box .text_box {
    font-size: 12px !important;
    margin-top: 5px !important;
  }
  .ins_odmdCon1 .center_box .right_box {
    width: 100%;
    margin-top: 25px;
  }
}
/* 方案详情 */
.ins_odmdCon2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
}
.ins_odmdCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_odmdCon2 .center_box .odm_titleBox {
  padding-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
}
.ins_odmdCon2 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 40px;
}
.ins_odmdCon2 .center_box .content .left_box {
  width: fit-content;
  flex-shrink: 0;
  height: 100%;
  position: sticky;
  top: calc(var(--header-height) + 40px);
}
.ins_odmdCon2 .center_box .content .left_box .item {
  font-size: var(--font20);
  color: #282828;
  filter: opacity(0.4);
  font-family: "sy_re";
  padding-top: clamp(calc(15 / 2 * 1px), calc(15 / 1920 * 100 * 1vw), 15px);
  padding-bottom: clamp(calc(15 / 2 * 1px), calc(15 / 1920 * 100 * 1vw), 15px);
  position: relative;
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmdCon2 .center_box .content .left_box .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #282828;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmdCon2 .center_box .content .left_box .item:hover,
.ins_odmdCon2 .center_box .content .left_box .item.active {
  filter: opacity(1);
  font-family: "sy_bo";
}
.ins_odmdCon2 .center_box .content .left_box .item:hover::after,
.ins_odmdCon2 .center_box .content .left_box .item.active::after {
  opacity: 1;
}
.ins_odmdCon2 .center_box .content .right_box {
  width: 83.33333333%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(30px, 3.125vw, 60px);
}
.ins_odmdCon2 .center_box .content .right_box .item_box {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left {
  width: 70%;
  padding: clamp(20px, 2.083vw, 40px) clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((100 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .title_box {
  width: 100%;
  height: auto;
  max-width: 750px;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .title_box .title {
  font-size: var(--font30);
  color: #282828;
  font-family: "sy_bo";
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .title_box .details {
  font-size: var(--font14);
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  line-height: 1.7142;
  font-family: "sy_re";
  height: calc(2em * 1.7142);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .title_box .images {
  margin-top: 20px;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .title_box .images .pb {
  padding-bottom: 46.668%;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .title_box .images .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_odmdCon2 .center_box .content .right_box .item_box .left .title_box .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .ins_more {
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .ins_more a {
  min-width: clamp(calc(80 / 16 * 1rem), calc((80 / 16 * 1rem) + ((100 - 80) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .swiper_info {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .left .swiper_info .swiper_box ul li .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_odmdCon2 .center_box .content .right_box .item_box .right {
  width: 30%;
  height: auto;
  background: #eeeeee;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: clamp(20px, 2.083vw, 40px) 0;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .right .item {
  width: 100%;
  height: auto;
  padding: clamp(10px, 1.04166666666667vw, 20px) clamp(30px, 3.125vw, 60px);
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .right .item .title {
  font-size: var(--font24);
  font-family: "sy_bo";
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .right .item .subtitle {
  font-size: var(--font16);
  font-family: "sy_re";
  margin-top: 15px;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .right .item:last-child {
  border: 0;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .right .item:hover .title {
  color: #F22A2A;
}
.ins_odmdCon2 .center_box .content .right_box .item_box .right .item:hover .subtitle {
  color: #F22A2A;
}
@media (max-width:990px) {
  .ins_odmdCon2 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_odmdCon2 .center_box .content .left_box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #FFF;
    top: 60px;
    display: none;
  }
  .ins_odmdCon2 .center_box .content .right_box {
    width: 100%;
    gap: 20px;
  }
  .ins_odmdCon2 .center_box .content .right_box .item_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_odmdCon2 .center_box .content .right_box .item_box .left {
    width: 100%;
    padding: 20px;
  }
  .ins_odmdCon2 .center_box .content .right_box .item_box .right {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    background: none;
    gap: 10px;
    padding: 0;
  }
  .ins_odmdCon2 .center_box .content .right_box .item_box .right .item {
    background: #eeeeee;
    padding: 20px;
    border: 0;
  }
  .ins_odmdCon2 .center_box .content .right_box .item_box .right .item .subtitle {
    line-height: 1.45;
    margin-top: 5px;
  }
}
/* 定制流程 */
.ins_odmdCon3 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: clamp(calc(180 / 2 * 1px), calc(180 / 1920 * 100 * 1vw), 180px);
  overflow: hidden;
}
.ins_odmdCon3 .center_box .odm_titleBox {
  padding-bottom: 35px;
  border-bottom: 2px solid #282828;
}
.ins_odmdCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((75 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(75 / 16 * 1rem));
}
.ins_odmdCon3 .center_box .item_box .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_odmdCon3 .center_box .item_box .one .title_box {
  width: clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((140 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(140 / 16 * 1rem));
  height: clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((140 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(140 / 16 * 1rem));
  border-radius: 50%;
  border: 1px dashed #F22A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: 10px;
  position: relative;
  flex-shrink: 0;
}
.ins_odmdCon3 .center_box .item_box .one .title_box span {
  position: relative;
  z-index: 2;
  font-size: var(--font24);
  color: #FFF;
  font-family: "sy_bo";
}
.ins_odmdCon3 .center_box .item_box .one .title_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: #F22A2A;
  border-radius: 50%;
}
.ins_odmdCon3 .center_box .item_box .one .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_odmdCon3 .center_box .item_box .one .item .list {
  flex: 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;
  -webkit-box-align: center;
  -ms-flex-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: 20px;
}
.ins_odmdCon3 .center_box .item_box .one .item .list .number {
  font-size: var(--font30);
  color: #F22A2A;
  font-family: "sy_bo";
  line-height: 1;
}
.ins_odmdCon3 .center_box .item_box .one .item .list .circle {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.ins_odmdCon3 .center_box .item_box .one .item .list .circle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dadada;
  z-index: 1;
}
.ins_odmdCon3 .center_box .item_box .one .item .list .circle::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #dadada;
  position: absolute;
  right: 0;
  transform: translateX(50%);
}
.ins_odmdCon3 .center_box .item_box .one .item .list .circle i {
  width: clamp(calc(18 / 16 * 1rem), calc((18 / 16 * 1rem) + ((21 - 18) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(21 / 16 * 1rem));
  height: clamp(calc(18 / 16 * 1rem), calc((18 / 16 * 1rem) + ((21 - 18) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(21 / 16 * 1rem));
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_odmdCon3 .center_box .item_box .one .item .list .circle i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F22A2A;
  border-radius: 50%;
  opacity: 0.2;
}
.ins_odmdCon3 .center_box .item_box .one .item .list .circle i::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #F22A2A;
  border-radius: 50%;
  opacity: 1;
}
.ins_odmdCon3 .center_box .item_box .one .item .list .name {
  font-size: var(--font18);
  font-family: "sy_bo";
  line-height: 1;
}
.ins_odmdCon3 .center_box .item_box .one .item .list:last-child .circle::before {
  display: none;
}
@media (max-width:990px) {
  .ins_odmdCon3 .center_box .item_box .one {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_odmdCon3 .center_box .item_box .one .title_box {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
  .ins_odmdCon3 .center_box .item_box .one .title_box::after {
    border-radius: 10px;
    opacity: 0.5;
  }
  .ins_odmdCon3 .center_box .item_box .one .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0;
    gap: 15px 0;
  }
  .ins_odmdCon3 .center_box .item_box .one .item .list {
    flex: unset;
  }
  .ins_odmdCon3 .center_box .item_box .one:first-child .title_box::after {
    opacity: 1;
  }
  .ins_odmdCon3 .center_box .item_box .one:nth-child(2) .title_box::after {
    opacity: 0.8;
  }
  .ins_odmdCon3 .center_box .item_box .one:nth-child(3) .title_box::after {
    opacity: 0.6;
  }
}
/* 定制咨询 */
.ins_odmdCon4 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  overflow: hidden;
  background: url(../images/ins_odmbg.jpg) no-repeat top center / 100%;
}
.ins_odmdCon4 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_odmdCon4 .center_box .left_box {
  width: 53.57142857%;
}
.ins_odmdCon4 .center_box .left_box .item_box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.ins_odmdCon4 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 18px;
}
.ins_odmdCon4 .center_box .left_box .item_box .item .icon {
  width: 20px;
}
.ins_odmdCon4 .center_box .left_box .item_box .item .word {
  font-size: var(--font18);
  font-weight: 600;
}
.ins_odmdCon4 .center_box .left_box .map_box {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(65 / 2 * 1px), calc(65 / 1920 * 100 * 1vw), 65px);
}
.ins_odmdCon4 .center_box .left_box .map_box a {
  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-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_odmdCon4 .center_box .left_box .map_box a img {
  min-height: 250px;
  object-fit: cover;
}
.ins_odmdCon4 .center_box .right_box {
  width: 40.47619048%;
  height: auto;
  background: #FFF;
  border-radius: var(--border-radius20);
  padding-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-left: clamp(calc(74 / 2 * 1px), calc(74 / 1920 * 100 * 1vw), 74px);
  padding-right: clamp(calc(74 / 2 * 1px), calc(74 / 1920 * 100 * 1vw), 74px);
}
.ins_odmdCon4 .center_box .right_box .title {
  font-size: var(--font24);
  line-height: 1;
  font-family: "sy_bo";
}
.ins_odmdCon4 .center_box .right_box .layui-form {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.ins_odmdCon4 .center_box .right_box .layui-form .input_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one .layui-input:focus,
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one .layui-textarea:focus {
  box-shadow: unset !important;
}
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one input {
  width: 100%;
  height: 46px;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  padding: 0 20px;
  font-size: var(--font14);
  font-family: "sy_re";
  color: #282828;
}
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one input::-webkit-input-placeholder,
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one textarea::-webkit-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one input:-moz-placeholder,
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one textarea:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one input::-moz-placeholder,
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one textarea::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one input:-ms-input-placeholder,
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one textarea:-ms-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one textarea {
  width: 100%;
  height: 110px;
  padding: 15px 20px;
  font-size: var(--font14);
  font-family: "sy_re";
  color: #282828;
  border-radius: var(--border-radius20);
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.ins_odmdCon4 .center_box .right_box .layui-form .input_box .one:last-child {
  grid-column: span 2;
}
.ins_odmdCon4 .center_box .right_box .layui-form .demo-login-container {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.ins_odmdCon4 .center_box .right_box .layui-form .layui-form-checkbox[lay-skin="primary"] > div {
  color: #666666;
  font-size: var(--font14);
  font-family: "sy_re";
  margin-top: 0;
}
.ins_odmdCon4 .center_box .right_box .layui-form .layui-form-item .layui-form-checkbox[lay-skin="primary"] {
  margin-top: 0 !important;
  display: -webkit-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_odmdCon4 .center_box .right_box .layui-form .layui-form-checkbox[lay-skin="primary"] > i {
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}
.ins_odmdCon4 .center_box .right_box .btu_box {
  width: auto;
  height: auto;
  margin-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
}
.ins_odmdCon4 .center_box .right_box .btu_box a {
  width: clamp(calc(120 / 16 * 1rem), calc((120 / 16 * 1rem) + ((180 - 120) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(180 / 16 * 1rem));
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((60 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  border-radius: 100px;
  background: #ebebeb;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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-right: 38px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.ins_odmdCon4 .center_box .right_box .btu_box a .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((60 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((60 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  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;
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmdCon4 .center_box .right_box .btu_box a .icon img {
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmdCon4 .center_box .right_box .btu_box a span {
  font-size: var(--font16);
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_odmdCon4 .center_box .right_box .btu_box a:hover .icon {
  background: #282828;
}
@media (max-width:990px) {
  .ins_odmdCon4 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_odmdCon4 .center_box .left_box {
    width: 100%;
  }
  .ins_odmdCon4 .center_box .right_box {
    width: 100%;
    padding: 30px 0;
  }
  .ins_odmdCon4 .center_box .right_box .layui-form .input_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_odmdCon4 .center_box .right_box .layui-form .input_box .one {
    grid-column: unset !important;
  }
}
/* ---------- 制造与研发 */
/* 奥尼实验室 */
.ins_makeCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  padding-bottom: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  overflow: hidden;
}
.ins_makeCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_makeCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ins_makeCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-right: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(75 / 2 * 1px), calc(75 / 1920 * 100 * 1vw), 75px);
  background: #f5f5f5;
  border-radius: var(--border-radius20);
  border: 1px solid #f5f5f5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_makeCon1 .center_box .item_box .item .icon {
  width: clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((48 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
}
.ins_makeCon1 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.ins_makeCon1 .center_box .item_box .item .word .title {
  width: 100%;
  height: auto;
}
.ins_makeCon1 .center_box .item_box .item .word .title * {
  font-size: var(--font20);
  font-family: "sy_bo";
  line-height: 1.5;
}
.ins_makeCon1 .center_box .item_box .item .word .details {
  width: 100%;
  height: auto;
  margin-top: 35px;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.7142;
  font-family: "sy_re";
}
.ins_makeCon1 .center_box .item_box .item:hover {
  border: 1px solid #F22A2A;
  transform: translateY(-5px);
}
@media (max-width:990px) {
  .ins_makeCon1 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .ins_makeCon1 .center_box .item_box .item .word .details {
    margin-top: 15px;
  }
}
/* 研发投入 */
.ins_makeCon2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
}
.ins_makeCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_makeCon2 .center_box .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_makeCon2 .center_box .images img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
.ins_makeCon2 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 40px;
  margin-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
}
.ins_makeCon2 .center_box .content .left {
  width: 40.47619048%;
  height: auto;
  font-size: var(--font48);
  font-family: "sy_bo";
  line-height: 1;
}
.ins_makeCon2 .center_box .content .right {
  width: 57.14285714%;
  height: auto;
}
.ins_makeCon2 .center_box .content .right .word {
  width: 100%;
  height: auto;
}
.ins_makeCon2 .center_box .content .right .word .title {
  font-size: var(--font24);
  font-family: "sy_bo";
}
.ins_makeCon2 .center_box .content .right .word .subtitle {
  font-size: var(--font14);
  color: #666666;
  margin-top: 25px;
  font-family: "sy_re";
}
.ins_makeCon2 .center_box .content .right .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_makeCon2 .center_box .content .right .item_box .item {
  width: fit-content;
  height: auto;
  padding-left: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-right: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  position: relative;
}
.ins_makeCon2 .center_box .content .right .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  transform: translateX(-50%);
}
.ins_makeCon2 .center_box .content .right .item_box .item .number {
  font-size: var(--font14);
  font-family: "sy_bo";
  color: #F22A2A;
  line-height: 1;
}
.ins_makeCon2 .center_box .content .right .item_box .item .number span {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((60 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  font-family: "sy_me";
  color: #F22A2A;
  line-height: 1;
}
.ins_makeCon2 .center_box .content .right .item_box .item .details {
  font-size: var(--font18);
  font-family: "sy_bo";
  margin-top: 15px;
}
.ins_makeCon2 .center_box .content .right .item_box .item:first-child {
  padding-left: 0;
}
.ins_makeCon2 .center_box .content .right .item_box .item:first-child::after {
  opacity: 0;
}
@media (max-width:990px) {
  .ins_makeCon2 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .ins_makeCon2 .center_box .content .left {
    width: 100%;
  }
  .ins_makeCon2 .center_box .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .ins_makeCon2 .center_box .content .right .word .subtitle {
    margin-top: 10px;
  }
}
/* 研发经验 */
.ins_makeCon3 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  padding-bottom: clamp(calc(110 / 2 * 1px), calc(110 / 1920 * 100 * 1vw), 110px);
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.ins_makeCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_makeCon3 .center_box .odm_titleBox {
  max-width: 600px;
}
.ins_makeCon3 .center_box .odm_titleBox .title,
.ins_makeCon3 .center_box .odm_titleBox .subtitle,
.ins_makeCon3 .center_box .odm_titleBox .details {
  color: #FFF;
}
.ins_makeCon3 .center_box .odm_titleBox .details {
  font-size: var(--font14);
  line-height: 1.714;
  margin-top: 35px;
  font-family: "sy_re";
}
.ins_makeCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.ins_makeCon3 .center_box .item_box .item {
  width: fit-content;
  height: auto;
  padding-left: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-right: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  position: relative;
}
.ins_makeCon3 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
  opacity: 0.4;
  transform: translateX(-50%);
}
.ins_makeCon3 .center_box .item_box .item .number {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((60 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  font-family: "sy_me";
  color: #FFF;
  line-height: 1;
}
.ins_makeCon3 .center_box .item_box .item .word {
  font-size: var(--font18);
  font-family: "sy_bo";
  margin-top: 15px;
  color: #FFF;
}
.ins_makeCon3 .center_box .item_box .item:first-child {
  padding-left: 0;
}
.ins_makeCon3 .center_box .item_box .item:first-child::after {
  opacity: 0;
}
/* Ai算法 */
.ins_makeraiCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  overflow: hidden;
}
.ins_makeraiCon1 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}
.ins_makeraiCon1 .center_box .odm_titleBox {
  width: fit-content;
  height: auto;
  flex-shrink: 0;
  padding-top: 40px;
}
.ins_makeraiCon1 .center_box .images_box.pc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_makeraiCon1 .center_box .item_box {
  width: 200px;
  height: auto;
  flex-shrink: 0;
}
.ins_makeraiCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 40px;
}
.ins_makeraiCon1 .center_box .item_box .item .pb {
  border-radius: var(--border-radius10);
  border: 2px solid #dcdcdc;
  padding-bottom: 56.5%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_makeraiCon1 .center_box .item_box .item .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_makeraiCon1 .center_box .item_box .item .pb .ab img {
  max-height: 80%;
  max-width: 80%;
}
.ins_makeraiCon1 .center_box .item_box .item .name {
  font-size: var(--font14);
  font-family: "sy_bo";
  text-align: center;
  line-height: 1;
  margin-top: 18px;
}
.ins_makeraiCon1 .center_box .item_box .item.active .pb,
.ins_makeraiCon1 .center_box .item_box .item:hover .pb {
  border: 2px solid #F22A2A;
}
@media (max-width:990px) {
  .ins_makeraiCon1 {
    padding: 50px 0;
  }
  .ins_makeraiCon1 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_makeraiCon1 .center_box .odm_titleBox {
    padding-top: 0;
  }
  .ins_makeraiCon1 .center_box .images_box {
    margin-top: 40px;
  }
  .ins_makeraiCon1 .center_box .images_box.pc {
    display: none !important;
  }
  .ins_makeraiCon1 .center_box .item_box {
    display: none;
  }
}
/* 智能制造生产基地 */
.ins_makeznCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
}
.ins_makeznCon1 .center_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  border-radius: var(--border-radius20);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ins_makeznCon1 .center_box .odm_titleBox {
  text-align: center;
  position: relative;
  z-index: 2;
}
.ins_makeznCon1 .center_box .odm_titleBox .title {
  color: #FFF;
}
.ins_makeznCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: clamp(calc(190 / 2 * 1px), calc(190 / 1920 * 100 * 1vw), 190px);
  position: relative;
  z-index: 2;
}
.ins_makeznCon1 .center_box .swiper_box ul li .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-left: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  padding-right: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  gap: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_makeznCon1 .center_box .swiper_box ul li .item_box .item {
  max-width: clamp(calc(150 / 16 * 1rem), calc((150 / 16 * 1rem) + ((224 - 150) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(224 / 16 * 1rem));
  width: 100%;
}
.ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .pb {
  border-radius: 50%;
  border: 1px dashed #FFF;
}
.ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .pb .ab .number {
  width: 100%;
  height: auto;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .pb .ab .number .beat {
  font-size: var(--font48);
  color: #FFF;
  font-family: "sy_me";
  line-height: 1;
}
.ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .pb .ab .number .unit {
  font-size: var(--font24);
  color: #FFF;
  font-family: "sy_bo";
}
.ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .pb .ab .name {
  font-size: var(--font16);
  color: #FFF;
  font-family: "sy_bo";
}
.ins_makeznCon1 .center_box .swiper_box ul li.swiper-slide-active .item_box {
  opacity: 1;
}
.ins_makeznCon1 .center_box .menu_info {
  max-width: 1200px;
  margin: auto;
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 2;
}
.ins_makeznCon1 .center_box .menu_info .item {
  width: 100%;
  height: auto;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font20);
  color: #FFF;
  font-family: "sy_bo";
  position: relative;
  padding-bottom: 17px;
  cursor: pointer;
}
.ins_makeznCon1 .center_box .menu_info .item span {
  font-size: var(--font20);
  color: #FFF;
  font-family: "sy_re";
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_makeznCon1 .center_box .menu_info .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  opacity: 0.2;
}
.ins_makeznCon1 .center_box .menu_info .item::before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #FFF;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_makeznCon1 .center_box .menu_info .item:hover span,
.ins_makeznCon1 .center_box .menu_info .item.active span {
  opacity: 1;
  font-family: "sy_bo";
}
.ins_makeznCon1 .center_box .menu_info .item:hover::before,
.ins_makeznCon1 .center_box .menu_info .item.active::before {
  width: 100%;
}
.ins_makeznCon1 .center_box .swiper_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
}
.ins_makeznCon1 .center_box .swiper_img ul li {
  height: auto;
}
.ins_makeznCon1 .center_box .swiper_img ul li .images {
  height: 100%;
  width: 100%;
}
.ins_makeznCon1 .center_box .swiper_img ul li .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_makeznCon1 {
    padding-bottom: 0;
  }
  .ins_makeznCon1 .w1680 {
    padding: 0 0;
  }
  .ins_makeznCon1 .center_box {
    padding: 50px 0;
  }
  .ins_makeznCon1 .center_box .swiper_box {
    margin-top: 40px;
  }
  .ins_makeznCon1 .center_box .swiper_box ul li .item_box {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
  }
  .ins_makeznCon1 .center_box .swiper_box ul li .item_box .item {
    max-width: unset;
  }
  .ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .pb {
    border-radius: 10px;
    padding-bottom: 0;
    height: auto;
    padding: 15px 0;
    border: 1px dashed #ffffff86;
  }
  .ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .pb .ab {
    position: relative;
  }
  .ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .pb .ab .number {
    padding: 0;
  }
  .ins_makeznCon1 .center_box .swiper_box ul li .item_box .item .pb .ab .name {
    margin-top: 15px;
  }
  .ins_makeznCon1 .center_box .menu_info {
    display: none;
  }
}
/* 智能制造总览 */
.ins_makeznCon2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  padding-bottom: clamp(calc(86 / 2 * 1px), calc(86 / 1920 * 100 * 1vw), 86px);
  overflow: hidden;
  background: #f2f3f8;
}
.ins_makeznCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_makeznCon2 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_makeznCon2 .center_box .content .left {
  width: 42.26190476%;
  height: auto;
  padding-top: 40px;
}
.ins_makeznCon2 .center_box .content .left .odm_titleBox {
  width: 100%;
  height: auto;
}
.ins_makeznCon2 .center_box .content .left .odm_titleBox .subtitle {
  color: #000000;
}
.ins_makeznCon2 .center_box .content .left .odm_titleBox .details {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.ins_makeznCon2 .center_box .content .left .odm_titleBox .details * {
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_re";
}
.ins_makeznCon2 .center_box .content .right {
  width: 53.69047619%;
  height: auto;
}
.ins_makeznCon2 .center_box .content .right .images {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_makeznCon2 .center_box .item_box {
  width: 100%;
  min-height: clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((180 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(180 / 16 * 1rem));
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 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;
  background: #e0e2ea;
  border-radius: var(--border-radius20);
}
.ins_makeznCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  flex: 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;
  -webkit-box-align: center;
  -ms-flex-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;
}
.ins_makeznCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #c9c9c9;
}
.ins_makeznCon2 .center_box .item_box .item .icon {
  width: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((68 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(68 / 16 * 1rem));
}
.ins_makeznCon2 .center_box .item_box .item .word {
  font-size: var(--font18);
  font-family: "sy_bo";
  margin-top: 15px;
}
.ins_makeznCon2 .center_box .item_box .item:last-child::after {
  display: none;
}
@media (max-width:990px) {
  .ins_makeznCon2 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_makeznCon2 .center_box .content .left {
    width: 100%;
  }
  .ins_makeznCon2 .center_box .content .left .odm_titleBox .details {
    margin-top: 15px;
  }
  .ins_makeznCon2 .center_box .content .right {
    width: 100%;
    margin-top: 30px;
  }
  .ins_makeznCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px 0;
    background: none;
  }
  .ins_makeznCon2 .center_box .item_box .item {
    padding: 15px 20px;
    background: #e0e2ea;
    border-radius: 10px;
    height: 100%;
  }
  .ins_makeznCon2 .center_box .item_box .item::after {
    display: none;
  }
  .ins_makeznCon2 .center_box .item_box .item .icon {
    width: 40px;
  }
  .ins_makeznCon2 .center_box .item_box .item .word {
    margin-top: 10px;
  }
}
/* 智能化管理系统 */
.ins_makeznCon3 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(86 / 2 * 1px), calc(86 / 1920 * 100 * 1vw), 86px);
  overflow: hidden;
  background: url(../images/makebg.jpg) no-repeat top center / cover;
}
.ins_makeznCon3 .center_box .odm_titleBox .title {
  text-align: center;
}
.ins_makeznCon3 .center_box .odm_titleBox .subtitle {
  max-width: 1240px;
  margin: auto;
  margin-top: 35px;
  text-align: center;
  color: #282828;
  line-height: 1.5;
}
.ins_makeznCon3 .center_box .images.pc {
  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;
}
@media (max-width:990px) {
  .ins_makeznCon3 {
    padding: 50px 0;
  }
  .ins_makeznCon3 .images.pc {
    display: none !important;
  }
  .ins_makeznCon3 .images.wap {
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
}
/* 信息化系统 */
.ins_makeznCon4 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(155 / 2 * 1px), calc(155 / 1920 * 100 * 1vw), 155px);
  overflow: hidden;
}
.ins_makeznCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_makeznCon4 .center_box .odm_titleBox .subtitle {
  color: #000000;
  margin-top: 15px;
}
.ins_makeznCon4 .center_box .odm_titleBox .details {
  font-size: var(--font14);
  color: #000000;
  line-height: 1.714;
  font-family: "sy_re";
  margin-top: 30px;
}
.ins_makeznCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.ins_makeznCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
}
.ins_makeznCon4 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.ins_makeznCon4 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_makeznCon4 .center_box .item_box .item .images .pb {
  padding-bottom: 58.183%;
}
.ins_makeznCon4 .center_box .item_box .item .images .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_makeznCon4 .center_box .item_box .item .images .pb .ab img {
  width: 100%;
  object-fit: cover;
}
.ins_makeznCon4 .center_box .item_box .item .name {
  font-size: var(--font24);
  font-family: "sy_bo";
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  text-align: center;
}
@media (max-width:990px) {
  .ins_makeznCon4 .center_box .odm_titleBox .details {
    margin-top: 15px;
  }
  .ins_makeznCon4 .center_box .item_box {
    gap: 10px;
  }
  .ins_makeznCon4 .center_box .item_box .item .name {
    font-size: var(--font14);
  }
}
/* 智能化设备 */
.ins_makeznCon5 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(0 / 2 * 1px), calc(0 / 1920 * 100 * 1vw), 0px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  overflow: hidden;
}
.ins_makeznCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_makeznCon5 .center_box .odm_titleBox .subtitle {
  color: #666666;
  margin-top: 15px;
}
.ins_makeznCon5 .center_box .odm_titleBox .details {
  font-size: var(--font14);
  color: #666666;
  line-height: 1.714;
  font-family: "sy_re";
  margin-top: 35px;
}
.ins_makeznCon5 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
}
.ins_makeznCon5 .center_box .item_box .left {
  width: 28.57142857%;
  height: auto;
}
.ins_makeznCon5 .center_box .item_box .left .item {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_makeznCon5 .center_box .item_box .left .item .images .pb {
  padding-bottom: 127.4%;
  position: relative;
  z-index: 1;
}
.ins_makeznCon5 .center_box .item_box .left .item .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_makeznCon5 .center_box .item_box .left .item .name {
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFF;
  font-size: var(--font24);
  font-family: "sy_bo";
  position: absolute;
  z-index: 2;
  bottom: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_makeznCon5 .center_box .item_box .left .item:hover .images .pb .ab img {
  transform: scale(1.03);
}
.ins_makeznCon5 .center_box .item_box .left .item:hover .name {
  color: #F22A2A;
}
.ins_makeznCon5 .center_box .item_box .right {
  width: 69.64285714%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.ins_makeznCon5 .center_box .item_box .right .it_box {
  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_makeznCon5 .center_box .item_box .right .it_box .item {
  width: 58.11965812%;
  height: auto;
  position: relative;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_makeznCon5 .center_box .item_box .right .it_box .item .images {
  position: relative;
  z-index: 1;
}
.ins_makeznCon5 .center_box .item_box .right .it_box .item .pb {
  padding-bottom: 42.795%;
}
.ins_makeznCon5 .center_box .item_box .right .it_box .item .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_makeznCon5 .center_box .item_box .right .it_box .item .name {
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFF;
  font-size: var(--font24);
  font-family: "sy_bo";
  position: absolute;
  z-index: 2;
  bottom: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_makeznCon5 .center_box .item_box .right .it_box .item:nth-child(1) {
  width: 39.31%;
}
.ins_makeznCon5 .center_box .item_box .right .it_box .item:nth-child(1) .pb {
  padding-bottom: 63.335%;
}
.ins_makeznCon5 .center_box .item_box .right .it_box .item:hover .images .pb .ab img {
  transform: scale(1.03);
}
.ins_makeznCon5 .center_box .item_box .right .it_box .item:hover .name {
  color: #F22A2A;
}
.ins_makeznCon5 .center_box .item_box .right .it_box:nth-child(2) .item {
  width: 58.11965812%;
}
.ins_makeznCon5 .center_box .item_box .right .it_box:nth-child(2) .item .pb {
  padding-bottom: 42.795%;
}
.ins_makeznCon5 .center_box .item_box .right .it_box:nth-child(2) .item:nth-child(2) {
  width: 39.31%;
}
.ins_makeznCon5 .center_box .item_box .right .it_box:nth-child(2) .item:nth-child(2) .pb {
  padding-bottom: 63.335%;
}
@media (max-width:990px) {
  .ins_makeznCon5 .center_box .odm_titleBox .details {
    margin-top: 15px;
  }
  .ins_makeznCon5 .center_box .item_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .ins_makeznCon5 .center_box .item_box .left {
    width: 100%;
  }
  .ins_makeznCon5 .center_box .item_box .left .pb {
    padding-bottom: 45% !important;
  }
  .ins_makeznCon5 .center_box .item_box .right {
    width: 100%;
    gap: 10px;
  }
  .ins_makeznCon5 .center_box .item_box .right .item {
    width: calc(50% - 5px) !important;
    gap: 15px;
  }
  .ins_makeznCon5 .center_box .item_box .right .item .pb {
    padding-bottom: 100% !important;
  }
}
/* 供应链管理 */
.ins_makeznCon6 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(180 / 2 * 1px), calc(180 / 1920 * 100 * 1vw), 180px);
  overflow: hidden;
}
.ins_makeznCon6 .center_box .odm_titleBox .title {
  text-align: center;
}
.ins_makeznCon6 .center_box .odm_titleBox .subtitle {
  max-width: 1000px;
  margin: auto;
  margin-top: 35px;
  text-align: center;
  color: #666666;
  line-height: 1.5;
}
.ins_makeznCon6 .center_box .images.pc {
  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: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
}
@media (max-width:990px) {
  .ins_makeznCon6 {
    padding: 50px 0;
  }
  .ins_makeznCon6 .center_box .odm_titleBox .subtitle {
    margin-top: 15px;
  }
  .ins_makeznCon6 .images.pc {
    display: none !important;
  }
  .ins_makeznCon6 .images.wap {
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  }
}
/* ---------- 质量管理  */
/* 质量管理系统 */
.inner_manage_system {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner_manage_system .manage_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
}
.inner_manage_system .manage_box .odm_titleBox .title {
  text-align: center;
}
.inner_manage_system .manage_box .odm_titleBox .subtitle {
  text-align: center;
}
.inner_manage_system .manage_box .manage_menu {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  --round-size: clamp(10rem, calc(4.286rem + 8.93vw), 15rem);
  --gap: clamp(3.75rem, calc(-3.414rem + 11.19vw), 7.5rem);
  --item-width: calc((100% - var(--gap) * 2) / 3);
  --border-width: 2px;
}
.inner_manage_system .manage_box .manage_menu .tips_box {
  width: 100%;
  height: var(--round-size);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.inner_manage_system .manage_box .manage_menu .tips_box .item {
  width: var(--gap);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  --size-1: 10px;
  --size-2: 12px;
}
.inner_manage_system .manage_box .manage_menu .tips_box .item::before,
.inner_manage_system .manage_box .manage_menu .tips_box .item::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: var(--size-1) 0 var(--size-1) var(--size-2);
}
.inner_manage_system .manage_box .manage_menu .tips_box .item::before {
  right: 50%;
  border-color: transparent transparent transparent #faaaaa;
}
.inner_manage_system .manage_box .manage_menu .tips_box .item::after {
  left: 50%;
  border-color: transparent transparent transparent #F22A2A;
}
.inner_manage_system .manage_box .manage_menu .tips_box .item.first {
  left: var(--item-width);
}
.inner_manage_system .manage_box .manage_menu .tips_box .item.last {
  right: var(--item-width);
}
.inner_manage_system .manage_box .manage_menu .tips_box::after {
  content: '';
  width: calc(100% - ((100% - var(--gap) * 2) / 3 - var(--round-size)));
  height: var(--border-width);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: #e5e5e5;
  opacity: 0.5;
}
.inner_manage_system .manage_box .manage_menu .menu_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--gap);
}
.inner_manage_system .manage_box .manage_menu .menu_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.inner_manage_system .manage_box .manage_menu .menu_box .item .info {
  width: var(--round-size);
  height: var(--round-size);
  margin: 0 auto;
  padding: 15px 20px;
  border-radius: 50%;
  background: #F22A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  --font-color: #282828;
  overflow: hidden;
}
.inner_manage_system .manage_box .manage_menu .menu_box .item .info .subtitle {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font24);
  color: var(--font-color);
  font-family: "sy_re";
}
.inner_manage_system .manage_box .manage_menu .menu_box .item .info .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font24);
  color: var(--font-color);
  font-family: "sy_bo";
}
.inner_manage_system .manage_box .manage_menu .menu_box .item .line {
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 5;
}
.inner_manage_system .manage_box .manage_menu .menu_box .item .line::before {
  content: '';
  width: var(--border-width);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  background: #F22A2A;
}
.inner_manage_system .manage_box .manage_menu .menu_box .item .line::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  background: #F22A2A;
}
.inner_manage_system .manage_box .manage_menu .menu_box .item .details {
  width: 100%;
  height: auto;
  flex: 1;
  padding: clamp(1.25rem, calc(-1.138rem + 3.73vw), 2.5rem);
  border-radius: var(--border-radius20);
  border: 2px solid #EDEDED;
  text-align: center;
  font-size: var(--font14);
  color: #242424;
  line-height: 1.714;
  font-weight: 600;
}
.inner_manage_system .manage_box .manage_menu .menu_box .item:first-child .info {
  --font-color: #FFF;
}
.inner_manage_system .manage_box .manage_menu .menu_box .item:nth-child(2) .info {
  border: 2px solid #F22A2A;
  background: #FFF;
}
.inner_manage_system .manage_box .manage_menu .menu_box .item:last-child .info {
  border: 2px dotted #F22A2A;
  background: #FFF;
}
.inner_manage_system .manage_box .manage_main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: clamp(calc(210 / 2 * 1px), calc(210 / 1920 * 100 * 1vw), 210px);
  --icon-size: clamp(4rem, calc(2.09rem + 2.99vw), 5rem);
  --border-width: clamp(0.5rem, calc(-0.455rem + 1.49vw), 1rem);
}
.inner_manage_system .manage_box .manage_main .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.inner_manage_system .manage_box .manage_main .content .menu_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  pointer-events: initial;
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item .icon {
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  border: 1px solid #F22A2A;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item .word {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: var(--icon-size);
  transform: translate(-50%, -0.5em);
  text-align: center;
  font-weight: 600;
  font-size: var(--font18);
  color: #232323;
  white-space: nowrap;
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item:first-child {
  left: 0;
  top: 50%;
  transform: translate(0, -15%);
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item:nth-child(2) {
  left: 12.5%;
  top: 17.5%;
  transform: translate(0);
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item:nth-child(3) {
  left: 26.5%;
  transform: translate(0, calc(-1 * var(--border-width) / 2));
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item:nth-child(4) {
  left: 40%;
  transform: translate(0, calc(-1 * (var(--icon-size) - var(--border-width)) / 2));
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item:nth-child(5) {
  left: auto;
  right: 40%;
  transform: translate(0, calc(-1 * (var(--icon-size) - var(--border-width)) / 2));
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item:nth-child(6) {
  left: auto;
  right: 12.5%;
  top: 17.5%;
  transform: translate(0);
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item:nth-child(7) {
  left: auto;
  right: 26.5%;
  transform: translate(0, calc(-1 * var(--border-width) / 2));
}
.inner_manage_system .manage_box .manage_main .content .menu_box .item:last-child {
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -15%);
}
.inner_manage_system .manage_box .manage_main .content .border {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.inner_manage_system .manage_box .manage_main .content .border svg path {
  stroke: #F22A2A;
  opacity: 0.1;
}
.inner_manage_system .manage_box .manage_main .active_box {
  width: clamp(8.75rem, calc(6.362rem + 3.73vw), 10rem);
  height: clamp(8.75rem, calc(6.362rem + 3.73vw), 10rem);
  position: relative;
  z-index: 1;
  margin: calc(-1 * var(--icon-size)) auto 0;
  border-radius: 50%;
  border: 10px solid #fcd4d4;
  background: #fcd4d4;
  overflow: hidden;
}
.inner_manage_system .manage_box .manage_main .active_box .info {
  width: 100%;
  height: 100%;
  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;
  background: #F22A2A;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_manage_system .manage_box .manage_main .active_box .info .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 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;
}
.inner_manage_system .manage_box .manage_main .active_box .info .word {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: "sy_me";
  font-size: var(--font24);
  color: #FFF;
}
.inner_manage_system .manage_box .manage_card {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(3.75rem, calc(-3.414rem + 11.19vw), 7.5rem);
}
.inner_manage_system .manage_box .manage_card .item {
  width: 100%;
  height: auto;
  padding: clamp(1.25rem, calc(-1.138rem + 3.73vw), 2.5rem);
  border-radius: var(--border-radius20);
  border: 2px solid #EDEDED;
  text-align: center;
  overflow: hidden;
}
.inner_manage_system .manage_box .manage_card .item .number {
  width: 100%;
  height: auto;
  font-family: "sy_me";
  font-size: var(--font18);
  color: #F22A2A;
}
.inner_manage_system .manage_box .manage_card .item .title {
  width: 100%;
  height: auto;
  margin: 0.4em 0 0;
  font-family: "sy_bo";
  font-size: var(--font20);
  color: #282828;
  line-height: 1.2;
  white-space: break-spaces;
}
@media (max-width:1280px) {
  .inner_manage_system .manage_box .manage_menu {
    --border-width: 1px;
  }
  .inner_manage_system .manage_box .manage_menu .tips_box .item {
    --size-1: 8px;
    --size-2: 10px;
  }
}
@media (max-width:990px) {
  .inner_manage_system .manage_box .manage_menu {
    --gap: 10px;
  }
  .inner_manage_system .manage_box .manage_main {
    margin: 40px 0 0;
  }
  .inner_manage_system .manage_box .manage_main .content .menu_box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
  }
  .inner_manage_system .manage_box .manage_main .content .menu_box .item {
    width: auto;
    height: auto;
    padding: 20px 15px;
    border-radius: 10px;
    background: #F0F3F8;
    position: unset;
    transform: none !important;
    overflow: hidden;
  }
  .inner_manage_system .manage_box .manage_main .content .menu_box .item .icon {
    margin: 0 auto;
  }
  .inner_manage_system .manage_box .manage_main .content .menu_box .item .word {
    width: 100%;
    height: auto;
    margin: 1em 0 0;
    position: unset;
    transform: none;
    white-space: normal;
  }
  .inner_manage_system .manage_box .manage_main .content .border {
    display: none;
  }
  .inner_manage_system .manage_box .manage_main .active_box {
    margin: 40px auto 0;
  }
  .inner_manage_system .manage_box .manage_card {
    grid-gap: 10px;
  }
  .inner_manage_system .manage_box .manage_card .item .title {
    white-space: normal;
  }
}
@media (max-width:768px) {
  .inner_manage_system .manage_box .manage_menu .tips_box {
    display: none;
  }
  .inner_manage_system .manage_box .manage_menu .menu_box {
    grid-template-columns: 100%;
  }
  .inner_manage_system .manage_box .manage_menu .menu_box .item {
    display: block;
  }
  .inner_manage_system .manage_box .manage_menu .menu_box .item .info {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    background: #F22A2A;
  }
  .inner_manage_system .manage_box .manage_menu .menu_box .item .info .subtitle,
  .inner_manage_system .manage_box .manage_menu .menu_box .item .info .title {
    text-align: left;
    color: #282828;
  }
  .inner_manage_system .manage_box .manage_menu .menu_box .item .line {
    width: 25px;
    height: 100%;
  }
  .inner_manage_system .manage_box .manage_menu .menu_box .item .line::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: none;
  }
  .inner_manage_system .manage_box .manage_menu .menu_box .item .line::after {
    width: 7px;
    height: 7px;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
  }
  .inner_manage_system .manage_box .manage_menu .menu_box .item .line {
    display: none;
  }
  .inner_manage_system .manage_box .manage_menu .menu_box .item .details {
    padding: 15px 15px 20px;
    border-radius: 0 0 10px 10px;
    border-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    font-size: 12px;
  }
  .inner_manage_system .manage_box .manage_menu .menu_box .item:first-child .info .subtitle,
  .inner_manage_system .manage_box .manage_menu .menu_box .item:first-child .info .title {
    color: #FFF;
  }
  .inner_manage_system .manage_box .manage_main .content .menu_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner_manage_system .manage_box .manage_main .content .menu_box .item .icon {
    width: 48px;
    height: 48px;
  }
  .inner_manage_system .manage_box .manage_main .content .menu_box .item .word {
    font-size: 12px;
  }
  .inner_manage_system .manage_box .manage_card .item {
    border-width: 1px;
  }
}
@media (max-width:480px) {
  .inner_manage_system .manage_box .manage_card {
    grid-template-columns: 100%;
  }
}
/* 完善的测试 */
.inner_manage_testing {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../images/testingbg.jpg) no-repeat top center / cover;
}
.inner_manage_testing .manage_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(115 / 2 * 1px), calc(115 / 1920 * 100 * 1vw), 115px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.inner_manage_testing .manage_box .manage_head {
  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;
}
.inner_manage_testing .manage_box .manage_head .content {
  width: 57.14285714%;
  height: auto;
}
.inner_manage_testing .manage_box .manage_head .content .details {
  width: 100%;
  max-width: 770px;
  height: auto;
  font-family: "sy_re";
  font-size: var(--font14);
  color: #282828;
  line-height: 1.714;
}
.inner_manage_testing .manage_box .manage_head .content .details * {
  color: #F22A2A;
}
.inner_manage_testing .manage_box .manage_head .content .menu {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inner_manage_testing .manage_box .manage_head .content .menu .item {
  width: auto;
  margin-left: 20px;
}
.inner_manage_testing .manage_box .manage_head .content .menu .item .number {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.inner_manage_testing .manage_box .manage_head .content .menu .item .number .word {
  font-family: "sy_re";
  font-size: var(--font48);
  color: #F22A2A;
}
.inner_manage_testing .manage_box .manage_head .content .menu .item .number .unit {
  margin-left: 0.5em;
  font-size: var(--font20);
  color: #F22A2A;
  font-family: "sy_bo";
}
.inner_manage_testing .manage_box .manage_head .content .menu .item .title {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  color: #282828;
  font-family: "sy_bo";
}
.inner_manage_testing .manage_box .manage_head .content .menu .item:first-child {
  margin: 0;
}
.inner_manage_testing .manage_box .manage_main {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.inner_manage_testing .manage_box .manage_main .manage_tab {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inner_manage_testing .manage_box .manage_main .manage_tab::before {
  content: '';
  width: 100vw;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #cdd4da;
}
.inner_manage_testing .manage_box .manage_main .manage_tab .item {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: 3.88888889em;
  padding-bottom: 1.4em;
  font-family: "sy_re";
  font-size: var(--font18);
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.inner_manage_testing .manage_box .manage_main .manage_tab .item::before {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_manage_testing .manage_box .manage_main .manage_tab .item:first-child {
  margin: 0;
}
.inner_manage_testing .manage_box .manage_main .manage_tab .item.active {
  color: #F22A2A;
  font-family: "sy_bo";
}
.inner_manage_testing .manage_box .manage_main .manage_tab .item.active::before {
  width: 100%;
  left: 0;
}
.inner_manage_testing .manage_box .manage_main .manage_tab .item:hover {
  color: #F22A2A;
  font-family: "sy_bo";
}
.inner_manage_testing .manage_box .manage_main .manage_swiper {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide {
  z-index: 1;
  pointer-events: none;
  position: relative;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide.active {
  z-index: 5;
  opacity: 1;
  pointer-events: initial;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide.active .swiper_box {
  opacity: 1;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide.active .swiper_btn {
  opacity: 1;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_box {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_box .swiper-slide {
  width: 50%;
  height: auto;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_box .swiper-slide .img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_box .swiper-slide .img .pb {
  padding-bottom: 62.965%;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(calc(100% + 20px));
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFF;
  opacity: 0;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn.prev {
  left: 0;
  transform: translateY(-50%) translateX(calc(-100% - 20px));
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn.next {
  right: 0;
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn:hover img {
  filter: brightness(0) invert(1);
}
.inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn:hover {
  background: #F22A2A;
}
@media (max-width:1680px) {
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn {
    transform: translateY(-50%) translateX(calc(100% + 5px));
  }
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn.prev {
    transform: translateY(-50%) translateX(calc(-100% - 5px));
  }
}
@media (max-width:1440px) {
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn {
    transform: translateY(-50%) translateX(calc(50%));
  }
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .swiper_btn.prev {
    transform: translateY(-50%) translateX(calc(-50%));
  }
}
@media (max-width:1280px) {
  .inner_manage_testing .manage_box .manage_head {
    display: block;
  }
  .inner_manage_testing .manage_box .manage_head .content {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width:1024px) {
  .inner_manage_testing .manage_box .manage_head .content .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }
  .inner_manage_testing .manage_box .manage_head .content .menu .item {
    margin: 0;
  }
}
@media (max-width:990px) {
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .pager_box {
    margin: 30px 0 0;
  }
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .pager_box .pager {
    height: auto;
    border-radius: 0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .pager_box .pager span {
    width: var(--one-size);
    height: var(--one-size);
    margin-left: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: transparent;
    opacity: 1;
    --one-size: 20px;
    --two-size: 3px;
    --color: #242424;
    --opacity: 0;
  }
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .pager_box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--color);
    opacity: var(--opacity);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .pager_box .pager span::after {
    content: '';
    width: var(--two-size);
    height: var(--two-size);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .pager_box .pager span:first-child {
    margin: 0;
  }
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .pager_box .pager span.active {
    --color: #3473CB;
    --opacity: 1;
  }
  .inner_manage_testing .manage_box .manage_main .manage_swiper div.swiper-slide .pager_box .swiper_btn {
    display: none;
  }
}
@media (max-width:480px) {
  .inner_manage_testing .manage_box .manage_head .content .menu {
    grid-template-columns: 100%;
  }
}
/* AIM订单追溯 */
.inner_manage_aim {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner_manage_aim .manage_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  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;
}
.inner_manage_aim .manage_box .odm_titleBox .details {
  font-size: var(--font14);
  color: #282828;
  line-height: 1.714;
  font-family: "sy_re";
  margin-top: 35px;
  max-width: 720px;
}
.inner_manage_aim .manage_box .odm_titleBox .subtitle {
  color: #282828;
  margin-top: 55px;
  font-family: "sy_bo";
}
.inner_manage_aim .manage_box .odm_titleBox .subtitle p {
  color: #282828;
  font-family: "sy_bo";
}
.inner_manage_aim .manage_box .manage_head {
  width: 47.02380952%;
}
.inner_manage_aim .manage_box .manage_head .manage_menu {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(110 / 2 * 1px), calc(110 / 1920 * 100 * 1vw), 110px);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-gap: 30px 50px;
}
.inner_manage_aim .manage_box .manage_head .manage_menu .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;
}
.inner_manage_aim .manage_box .manage_head .manage_menu .item .icon {
  width: 1.063em;
  height: 1.063em;
  font-size: var(--font16);
  border-radius: 50%;
}
.inner_manage_aim .manage_box .manage_head .manage_menu .item .word {
  width: 100%;
  flex: 1;
  height: auto;
  margin-left: 10px;
  font-size: var(--font18);
  color: #282828;
  line-height: 1.5;
  font-family: "sy_re";
}
.inner_manage_aim .manage_box .manage_img {
  width: 41.66666667%;
  height: auto;
  font-size: 0;
  text-align: right;
}
@media (max-width:990px) {
  .inner_manage_aim .manage_box {
    display: block;
  }
  .inner_manage_aim .manage_box .manage_head {
    width: 100%;
  }
  .inner_manage_aim .manage_box .manage_img {
    width: 100%;
    margin: 40px 0 0;
    text-align: center;
  }
  .inner_manage_aim .manage_box .odm_titleBox .subtitle {
    margin-top: 20px;
  }
  .inner_manage_aim .manage_box .odm_titleBox .details {
    margin-top: 15px;
  }
  .inner_manage_aim .manage_box .manage_head .manage_menu {
    margin-top: 30px;
  }
}
@media (max-width:480px) {
  .inner_manage_aim .manage_box .manage_head .manage_menu {
    grid-template-columns: 1fr 1fr;
  }
}
/* ---------- 联系我们 */
/* 总部联系 */
.ins_contantCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(190 / 2 * 1px), calc(190 / 1920 * 100 * 1vw), 190px);
  padding-bottom: clamp(calc(0 / 2 * 1px), calc(0 / 1920 * 100 * 1vw), 0px);
  overflow: hidden;
}
.ins_contantCon1 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_contantCon1 .center_box .left {
  width: 45.23809524%;
  height: auto;
}
.ins_contantCon1 .center_box .left .odm_titleBox {
  max-width: 680px;
}
.ins_contantCon1 .center_box .left .odm_titleBox .subtitle {
  color: #282828;
  line-height: 1.5;
}
.ins_contantCon1 .center_box .left .content {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.ins_contantCon1 .center_box .left .content .word {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: var(--font18);
  font-family: "sy_bo";
}
.ins_contantCon1 .center_box .left .content .list {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.ins_contantCon1 .center_box .left .content .list .one {
  font-size: var(--font14);
  font-family: "sy_re";
  line-height: 2.1428;
}
.ins_contantCon1 .center_box .left .share {
  width: auto;
  height: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: 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;
}
.ins_contantCon1 .center_box .left .share .item {
  width: var(--item-size);
  height: var(--item-size);
  margin-left: 10px;
  --item-size: clamp(2.25rem, calc(1.635rem + 0.77vw), 2.5rem);
  position: relative;
  z-index: 1;
}
.ins_contantCon1 .center_box .left .share .item .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon1 .center_box .left .share .item .icon i {
  font-size: var(--font20);
  line-height: 1;
  color: #231F20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon1 .center_box .left .share .item .qrcode {
  width: 90px;
  height: auto;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon1 .center_box .left .share .item .qrcode .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background: #FFF;
  font-size: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.ins_contantCon1 .center_box .left .share .item .qrcode::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
.ins_contantCon1 .center_box .left .share .item:hover .icon {
  background: #F22A2A;
}
.ins_contantCon1 .center_box .left .share .item:hover .icon i {
  color: #FFF;
}
.ins_contantCon1 .center_box .left .share .item:hover .qrcode {
  margin: 0;
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
.ins_contantCon1 .center_box .left .share .item:first-child {
  margin: 0;
}
.ins_contantCon1 .center_box .right {
  width: 50%;
  height: auto;
}
.ins_contantCon1 .center_box .right .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_contantCon1 .center_box .right .images img {
  width: 100%;
}
@media (max-width:990px) {
  .ins_contantCon1 {
    padding: 50px 0;
  }
  .ins_contantCon1 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_contantCon1 .center_box .left {
    width: 100%;
  }
  .ins_contantCon1 .center_box .right {
    width: 100%;
    margin-top: 20px;
  }
}
/* 业务联系人 */
.ins_contantCon2 {
  padding-top: clamp(calc(110 / 2 * 1px), calc(110 / 1920 * 100 * 1vw), 110px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
}
@media (max-width:990px) {
  .ins_contantCon2 {
    padding-top: 50px;
  }
}
/* 供应商自荐 */
.ins_contantCon3 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
  background: url(../images/contantbg.jpg) no-repeat top center / cover;
}
.ins_contantCon3 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  --circle-width: clamp(10rem, calc(-1.429rem + 17.86vw), 20rem);
}
.ins_contantCon3 .center_box .left {
  width: 25%;
  height: auto;
}
.ins_contantCon3 .center_box .left .images {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(65 / 2 * 1px), calc(65 / 1920 * 100 * 1vw), 65px);
  position: relative;
}
.ins_contantCon3 .center_box .left .images .img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_contantCon3 .center_box .left .images .text_box {
  position: absolute;
  left: 40px;
  bottom: 60px;
}
.ins_contantCon3 .center_box .left .images .text_box .word {
  font-size: var(--font30);
  font-family: "sy_bo";
}
.ins_contantCon3 .center_box .left .images .text_box .link {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(75 / 2 * 1px), calc(75 / 1920 * 100 * 1vw), 75px);
}
.ins_contantCon3 .center_box .left .images .text_box .link a {
  width: clamp(calc(90 / 16 * 1rem), calc((90 / 16 * 1rem) + ((180 - 90) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(180 / 16 * 1rem));
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((60 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  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;
  background: #FFF;
  font-size: var(--font18);
  font-family: "sy_bo";
  border-radius: 100px;
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon3 .center_box .left .images .text_box .link a:hover {
  background: #F22A2A;
  color: #FFF;
}
.ins_contantCon3 .center_box .right {
  width: 65.47619048%;
  height: auto;
}
.ins_contantCon3 .center_box .right .title {
  font-size: var(--font30);
  font-family: "sy_bo";
  color: #F22A2A;
  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;
  padding-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  position: relative;
}
.ins_contantCon3 .center_box .right .title::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 1px;
  height: 28px;
  background: #F22A2A;
}
.ins_contantCon3 .center_box .right .item_box {
  width: 100%;
  height: auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #c8d0dd;
  border-radius: 1000px;
  margin-top: 50px;
}
.ins_contantCon3 .center_box .right .item_box .item {
  width: var(--circle-width);
  height: var(--circle-width);
  position: relative;
  border: 2px dotted var(--bgcolor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_contantCon3 .center_box .right .item_box .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: calc(var(--circle-width) - 36px);
  height: calc(var(--circle-width) - 36px);
  border-radius: 50%;
  background: var(--bgcolor);
}
.ins_contantCon3 .center_box .right .item_box .item:nth-child(1) {
  --bgcolor: #f7a19a;
}
.ins_contantCon3 .center_box .right .item_box .item:nth-child(2) {
  --bgcolor: #f37060;
}
.ins_contantCon3 .center_box .right .item_box .item:nth-child(3) {
  --bgcolor: #ef4629;
}
.ins_contantCon3 .center_box .right .item_box .item .icon,
.ins_contantCon3 .center_box .right .item_box .item .word {
  position: relative;
  z-index: 3;
}
.ins_contantCon3 .center_box .right .item_box .item .icon {
  width: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((122 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(122 / 16 * 1rem));
}
.ins_contantCon3 .center_box .right .item_box .item .line {
  position: absolute;
  top: 100%;
  width: 1px;
  height: 64px;
  background: var(--bgcolor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_contantCon3 .center_box .right .item_box .item .line::after {
  content: '';
  position: absolute;
  bottom: 0%;
  width: 14px;
  height: 14px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid var(--bgcolor);
  transform: translateY(50%);
}
.ins_contantCon3 .center_box .right .item_box .item .word {
  font-size: var(--font20);
  color: #FFF;
  font-family: "sy_bo";
  margin-top: 20px;
}
.ins_contantCon3 .center_box .right .list_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;
  padding: 30px;
}
.ins_contantCon3 .center_box .right .list_box .list {
  width: var(--circle-width);
  height: auto;
  border-radius: 1000px;
  background: #ffffff;
  padding-top: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  padding-bottom: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  border: 2px solid var(--bgcolor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_re";
  text-align: center;
}
.ins_contantCon3 .center_box .right .list_box .list .word {
  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;
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_re";
  text-align: center;
}
.ins_contantCon3 .center_box .right .list_box .list:nth-child(1) {
  --bgcolor: #f7a19a;
}
.ins_contantCon3 .center_box .right .list_box .list:nth-child(2) {
  --bgcolor: #f37060;
}
.ins_contantCon3 .center_box .right .list_box .list:nth-child(3) {
  --bgcolor: #ef4629;
}
.ins_contantCon3 .center_box .right .list_box .list:nth-child(3) .word {
  font-size: var(--font18);
}
@media (max-width:990px) {
  .ins_contantCon3 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_contantCon3 .center_box .left {
    width: 100%;
  }
  .ins_contantCon3 .center_box .left .images {
    height: 200px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_contantCon3 .center_box .left .images .text_box {
    left: unset;
    bottom: unset;
  }
  .ins_contantCon3 .center_box .left .images .text_box .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_contantCon3 .center_box .right {
    width: 100%;
    margin-top: 30px;
  }
  .ins_contantCon3 .center_box .right .item_box {
    display: none;
  }
  .ins_contantCon3 .center_box .right .title::after {
    display: none;
  }
  .ins_contantCon3 .center_box .right .list_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 20px;
    margin-top: 20px;
  }
  .ins_contantCon3 .center_box .right .list_box .list {
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 1px solid var(--bgcolor);
  }
  .ins_contantCon3 .center_box .right .list_box .list .icon_box {
    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;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
  }
  .ins_contantCon3 .center_box .right .list_box .list .icon_box .icon {
    width: 40px;
  }
  .ins_contantCon3 .center_box .right .list_box .list .icon_box .icon img {
    filter: brightness(0) invert(0);
  }
  .ins_contantCon3 .center_box .right .list_box .list .icon_box .text_t {
    font-family: "sy_re";
    font-size: 14px;
  }
  .ins_contantCon3 .center_box .right .list_box .list .word {
    margin-top: 10px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
/* 留言表单 */
.ins_contantCon4 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
}
.ins_contantCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_contantCon4 .center_box .odm_titleBox {
  text-align: center;
}
.ins_contantCon4 .center_box .odm_titleBox .subtitle {
  color: #282828;
}
.ins_contantCon4 .center_box .content {
  width: auto;
  height: auto;
}
.ins_contantCon4 .center_box .content .layui-form {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.ins_contantCon4 .center_box .content .layui-form .input_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.ins_contantCon4 .center_box .content .layui-form .input_box .one .layui-input:focus,
.ins_contantCon4 .center_box .content .layui-form .input_box .one .layui-textarea:focus {
  box-shadow: unset !important;
}
.ins_contantCon4 .center_box .content .layui-form .input_box .one input {
  width: 100%;
  height: 46px;
  border: none;
  background: #f5f5f5;
  border-radius: 100px;
  padding: 0 20px;
  font-size: var(--font14);
  font-family: "sy_re";
  color: #282828;
}
.ins_contantCon4 .center_box .content .layui-form .input_box .one input::-webkit-input-placeholder,
.ins_contantCon4 .center_box .content .layui-form .input_box .one textarea::-webkit-input-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_contantCon4 .center_box .content .layui-form .input_box .one input:-moz-placeholder,
.ins_contantCon4 .center_box .content .layui-form .input_box .one textarea:-moz-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_contantCon4 .center_box .content .layui-form .input_box .one input::-moz-placeholder,
.ins_contantCon4 .center_box .content .layui-form .input_box .one textarea::-moz-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_contantCon4 .center_box .content .layui-form .input_box .one input:-ms-input-placeholder,
.ins_contantCon4 .center_box .content .layui-form .input_box .one textarea:-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_contantCon4 .center_box .content .layui-form .input_box .one textarea {
  width: 100%;
  height: 110px;
  padding: 15px 20px;
  font-size: var(--font14);
  font-family: "sy_re";
  color: #282828;
  border-radius: var(--border-radius20);
  border: 0;
  background: #f5f5f5;
  overflow: hidden;
}
.ins_contantCon4 .center_box .content .layui-form .input_box .one:last-child {
  grid-column: span 2;
}
.ins_contantCon4 .center_box .content .layui-form .bottom {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.ins_contantCon4 .center_box .content .layui-form .bottom .demo-login-container {
  width: auto;
  height: auto;
}
.ins_contantCon4 .center_box .content .layui-form .bottom .layui-form-checkbox[lay-skin="primary"] > div {
  color: #666666;
  font-size: var(--font14);
  font-family: "sy_re";
  margin-top: 0;
}
.ins_contantCon4 .center_box .content .layui-form .bottom .layui-form-item .layui-form-checkbox[lay-skin="primary"] {
  margin-top: 0 !important;
  display: -webkit-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_contantCon4 .center_box .content .layui-form .bottom .layui-form-checkbox[lay-skin="primary"] > i {
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}
.ins_contantCon4 .center_box .content .layui-form .bottom .btu_box {
  width: auto;
  height: auto;
}
.ins_contantCon4 .center_box .content .layui-form .bottom .btu_box a {
  width: clamp(calc(120 / 16 * 1rem), calc((120 / 16 * 1rem) + ((180 - 120) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(180 / 16 * 1rem));
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((60 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  border-radius: 100px;
  background: #ebebeb;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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-right: 38px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.ins_contantCon4 .center_box .content .layui-form .bottom .btu_box a .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((60 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((60 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  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;
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon4 .center_box .content .layui-form .bottom .btu_box a .icon img {
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon4 .center_box .content .layui-form .bottom .btu_box a span {
  font-size: var(--font16);
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_contantCon4 .center_box .content .layui-form .bottom .btu_box a:hover .icon {
  background: #282828;
}
@media (max-width:990px) {
  .ins_contantCon4 {
    padding: 50px 0;
  }
  .ins_contantCon4 .center_box .content .layui-form .input_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_contantCon4 .center_box .content .layui-form .input_box .one {
    grid-column: unset !important;
  }
  .ins_contantCon4 .center_box .content .layui-form .bottom {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_contantCon4 .content .layui-form .bottom .btu_box {
    width: 100% !important;
  }
}
/* ---------- 新闻 */
.ins_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(0 / 2 * 1px), calc(0 / 1920 * 100 * 1vw), 0px);
  overflow: hidden;
}
.ins_newCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .top_box {
  width: 100%;
  height: auto;
  padding-bottom: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newCon1 .center_box .top_box .list {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_newCon1 .center_box .top_box .list .one {
  width: auto;
  height: auto;
}
.ins_newCon1 .center_box .top_box .list .one a {
  min-width: 100px;
  height: 42px;
  padding: 10px 15px;
  border-radius: 100px;
  background: #e6e7e9;
  font-size: var(--font16);
  font-family: "sy_re";
  color: #282828;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .top_box .list .one:hover a,
.ins_newCon1 .center_box .top_box .list .one.active a {
  background: #F22A2A;
  color: #FFF;
}
.ins_newCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  max-width: 76.19047619%;
  position: relative;
  margin: auto;
  padding: 60px 0;
  background: #f5f5f5;
}
.ins_newCon1 .center_box .swiper_box::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #FFF;
  border-radius: var(--border-radius20);
  overflow: hidden;
  border: 1px solid #00000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .left {
  width: 66.71875%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .left .pb {
  padding-bottom: 65.224%;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .left .pb .ab {
  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;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .left .pb .ab img {
  object-fit: cover;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .right {
  width: 33.28125%;
  height: auto;
  padding-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-left: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-right: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .right .title {
  font-size: var(--font24);
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .right .title p {
  font-family: "sy_bo";
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .right .details {
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_re";
  margin-top: 30px;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .right .details p {
  font-family: "sy_re";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .right .time {
  font-size: var(--font14);
  color: #bababa;
  font-family: "sy_bo";
  margin-top: 55px;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo:hover {
  border: 1px solid #F22A2A;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo:hover .right .title p {
  color: #F22A2A;
}
.ins_newCon1 .center_box .swiper_box .pagerBox {
  width: 33.28125%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  padding-left: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  gap: 10px;
  bottom: 140px;
  z-index: 5;
}
.ins_newCon1 .center_box .swiper_box .pagerBox .swiper_btu {
  width: clamp(calc(34 / 16 * 1rem), calc((34 / 16 * 1rem) + ((48 - 34) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  height: clamp(calc(34 / 16 * 1rem), calc((34 / 16 * 1rem) + ((48 - 34) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .swiper_box .pagerBox .swiper_btu img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .swiper_box .pagerBox .swiper_btu:hover {
  background: #F22A2A;
  border: 2px solid #F22A2A;
}
.ins_newCon1 .center_box .swiper_box .pagerBox .swiper_btu:hover img {
  filter: brightness(0) invert(1);
}
.ins_newCon1 .center_box .swiper_box .pagerBox .swiper_btu.prev {
  left: 0;
}
.ins_newCon1 .center_box .swiper_box .pagerBox .swiper_btu.next {
  right: 0;
}
@media (max-width:990px) {
  .ins_newCon1 .center_box .top_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_newCon1 .center_box .top_box .list {
    margin-top: 30px;
  }
  .ins_newCon1 .center_box .swiper_box {
    max-width: unset;
    padding: 20px  0;
  }
  .ins_newCon1 .center_box .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_newCon1 .center_box .swiper_box ul li .centerInfo .left {
    width: 100%;
  }
  .ins_newCon1 .center_box .swiper_box ul li .centerInfo .right {
    width: 100%;
    padding: 20px;
  }
  .ins_newCon1 .center_box .swiper_box ul li .centerInfo .right .details {
    margin-top: 15px;
  }
  .ins_newCon1 .center_box .swiper_box ul li .centerInfo .right .time {
    margin-top: 20px;
  }
  .ins_newCon1 .center_box .swiper_box .pagerBox {
    display: none;
  }
}
/* 列表 */
.ins_newCon2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
}
.ins_newCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .input_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;
}
.ins_newCon2 .center_box .input_info .title_box {
  width: auto;
  height: auto;
}
.ins_newCon2 .center_box .input_info .title_box .title {
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1;
}
.ins_newCon2 .center_box .input_info .title_box .subtitle {
  font-size: var(--font16);
  color: #888888;
  line-height: 1;
  font-family: "sy_bo";
  margin-top: 15px;
}
.ins_newCon2 .center_box .input_info .title_box .subtitle span {
  color: #F22A2A;
  font-family: "sy_me";
}
.ins_newCon2 .center_box .input_info .input_box {
  width: 100%;
  max-width: 406px;
  height: 48px;
  padding: 0 20px;
  background: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_newCon2 .center_box .input_info .input_box input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  color: #888888;
  font-size: var(--font14);
}
.ins_newCon2 .center_box .input_info .input_box input::-webkit-input-placeholder,
.ins_newCon2 .center_box .input_info .input_box textarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_newCon2 .center_box .input_info .input_box input:-moz-placeholder,
.ins_newCon2 .center_box .input_info .input_box textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_newCon2 .center_box .input_info .input_box input::-moz-placeholder,
.ins_newCon2 .center_box .input_info .input_box textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_newCon2 .center_box .input_info .input_box input:-ms-input-placeholder,
.ins_newCon2 .center_box .input_info .input_box textarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_newCon2 .center_box .input_info .input_box button {
  background: none;
  border: 0;
  cursor: pointer;
}
.ins_newCon2 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.ins_newCon2 .center_box .content .item_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ins_newCon2 .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  border-radius: var(--border-radius10);
  display: block;
  overflow: hidden;
}
.ins_newCon2 .center_box .content .item_box .item .pb {
  padding-bottom: 65.167%;
  border-radius: var(--border-radius10);
  overflow: hidden;
}
.ins_newCon2 .center_box .content .item_box .item .pb .ab {
  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;
}
.ins_newCon2 .center_box .content .item_box .item .pb .ab img {
  object-fit: cover;
}
.ins_newCon2 .center_box .content .item_box .item .pb::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #f22a2a 0%, #f22a2a2f 40%, #f22a2a00);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .content .item_box .item .text_box {
  width: 100%;
  height: auto;
  padding: 30px;
}
.ins_newCon2 .center_box .content .item_box .item .text_box .title {
  font-size: var(--font20);
  font-family: "sy_bo";
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(2em * 1.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .content .item_box .item .text_box .subtitle {
  font-size: var(--font14);
  font-weight: 600;
  line-height: 1.714;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(2em * 1.714);
}
.ins_newCon2 .center_box .content .item_box .item .text_box .time {
  font-size: var(--font14);
  color: #bababa;
  font-family: "sy_me";
  margin-top: 35px;
}
.ins_newCon2 .center_box .content .item_box .item:hover .pb::after {
  opacity: 1;
}
.ins_newCon2 .center_box .content .item_box .item:hover .text_box .title {
  color: #F22A2A;
}
.ins_newCon2 .center_box .content .pager_new {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 6px;
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage a,
.ins_newCon2 .center_box .content .pager_new .layui-laypage-curr {
  padding: 0 10px;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 0px;
  border: 0;
  background: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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_newCon2 .center_box .content .pager_new .layui-laypage-next,
.ins_newCon2 .center_box .content .pager_new .layui-laypage-prev {
  padding: 0 !important;
  width: clamp(calc(34 / 16 * 1rem), calc((34 / 16 * 1rem) + ((48 - 34) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem)) !important;
  height: clamp(calc(34 / 16 * 1rem), calc((34 / 16 * 1rem) + ((48 - 34) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem)) !important;
  border-radius: 50%;
  padding: 0;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage-next img,
.ins_newCon2 .center_box .content .pager_new .layui-laypage-prev img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage-next:hover,
.ins_newCon2 .center_box .content .pager_new .layui-laypage-prev:hover {
  background: #F22A2A;
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage-next:hover img,
.ins_newCon2 .center_box .content .pager_new .layui-laypage-prev:hover img {
  filter: brightness(0) invert(1);
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage-em {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage-next em,
.ins_newCon2 .center_box .content .pager_new .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;
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage-next {
  margin: 0;
  margin-left: 24px;
}
.ins_newCon2 .center_box .content .pager_new .layui-laypage-prev {
  margin: 0;
  margin-right: 24px;
}
@media (max-width:990px) {
  .ins_newCon2 .center_box .input_info .input_box {
    display: none;
  }
  .ins_newCon2 .center_box .content .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_newCon2 .center_box .content .item_box .item .text_box {
    padding: 20px;
  }
  .ins_newCon2 .center_box .content .item_box .item .text_box .subtitle {
    margin-top: 10px;
  }
  .ins_newCon2 .center_box .content .item_box .item .text_box .time {
    margin-top: 15px;
  }
}
/* 新闻详情 */
.ins_newdCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
}
.ins_newdCon1 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_newdCon1 .center_box .left {
  width: 62.5%;
}
.ins_newdCon1 .center_box .left .title {
  font-size: var(--font30);
  font-family: "sy_bo";
}
.ins_newdCon1 .center_box .left .time {
  font-size: var(--font14);
  color: #bababa;
  font-family: "sy_bo";
  margin-top: 25px;
}
.ins_newdCon1 .center_box .left .abstract {
  width: 100%;
  height: auto;
  margin-top: 60px;
  background: #f5f5f5;
  border-radius: var(--border-radius20);
  padding: 30px 55px 30px 30px;
}
.ins_newdCon1 .center_box .left .abstract .name {
  font-size: var(--font16);
  font-family: "sy_bo";
}
.ins_newdCon1 .center_box .left .abstract .details {
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_re";
  margin-top: 15px;
}
.ins_newdCon1 .center_box .left .content {
  margin-top: 60px;
  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: 20px;
}
.ins_newdCon1 .center_box .left .content p {
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_re";
}
.ins_newdCon1 .center_box .left .content p * {
  font-size: 14px !important;
}
@media (max-width:990px) {
  .ins_newdCon1 .center_box .left .content p * {
    font-size: 12px !important;
  }
}
.ins_newdCon1 .center_box .left .content p strong {
  font-family: "sy_bo";
  font-weight: 400;
}
.ins_newdCon1 .center_box .left .content p img {
  margin: auto;
  display: block;
  width: auto !important;
  height: auto !important;
}
.ins_newdCon1 .center_box .left .share_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 60px;
}
.ins_newdCon1 .center_box .left .share_box .name {
  font-size: var(--font16);
  font-family: "sy_bo";
}
.ins_newdCon1 .center_box .left .share_box .share {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: 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;
}
.ins_newdCon1 .center_box .left .share_box .share .item {
  width: var(--item-size);
  height: var(--item-size);
  margin-left: 10px;
  --item-size: clamp(2.25rem, calc(1.635rem + 0.77vw), 2.5rem);
  position: relative;
  z-index: 1;
}
.ins_newdCon1 .center_box .left .share_box .share .item .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .left .share_box .share .item .icon i {
  font-size: var(--font20);
  line-height: 1;
  color: #231F20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .left .share_box .share .item .qrcode {
  width: 90px;
  height: auto;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .left .share_box .share .item .qrcode .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background: #FFF;
  font-size: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.ins_newdCon1 .center_box .left .share_box .share .item .qrcode::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
.ins_newdCon1 .center_box .left .share_box .share .item:hover .icon {
  background: #F22A2A;
}
.ins_newdCon1 .center_box .left .share_box .share .item:hover .icon i {
  color: #FFF;
}
.ins_newdCon1 .center_box .left .share_box .share .item:hover .qrcode {
  margin: 0;
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
.ins_newdCon1 .center_box .left .share_box .share .item:first-child {
  margin: 0;
}
.ins_newdCon1 .center_box .left .menu_info {
  width: 100%;
  height: auto;
  margin-top: 60px;
  border-top: 1px solid #dcdcdc;
}
.ins_newdCon1 .center_box .left .menu_info .up_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;
  gap: 48px;
  height: 80px;
  border-bottom: 1px solid #dcdcdc;
}
.ins_newdCon1 .center_box .left .menu_info .up_box .left_b {
  width: 100px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  font-family: "sy_re";
}
.ins_newdCon1 .center_box .left .menu_info .up_box .center {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: var(--font16);
  font-family: "sy_bo";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .left .menu_info .up_box .righ_t {
  flex-shrink: 0;
  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: fit-content;
  font-size: var(--font14);
  color: #bababa;
  font-family: "sy_bo";
}
.ins_newdCon1 .center_box .left .menu_info .up_box:hover .center {
  color: #F22A2A;
}
.ins_newdCon1 .center_box .right {
  width: 32.8125%;
  height: auto;
}
.ins_newdCon1 .center_box .right .input_box {
  width: 100%;
  max-width: 406px;
  height: 48px;
  padding: 0 20px;
  background: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_newdCon1 .center_box .right .input_box input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  color: #888888;
  font-size: var(--font14);
}
.ins_newdCon1 .center_box .right .input_box input::-webkit-input-placeholder,
.ins_newdCon1 .center_box .right .input_box textarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_newdCon1 .center_box .right .input_box input:-moz-placeholder,
.ins_newdCon1 .center_box .right .input_box textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_newdCon1 .center_box .right .input_box input::-moz-placeholder,
.ins_newdCon1 .center_box .right .input_box textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_newdCon1 .center_box .right .input_box input:-ms-input-placeholder,
.ins_newdCon1 .center_box .right .input_box textarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.ins_newdCon1 .center_box .right .input_box button {
  background: none;
  border: 0;
  cursor: pointer;
}
.ins_newdCon1 .center_box .right .word_box {
  font-size: var(--font20);
  font-family: "sy_bo";
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.ins_newdCon1 .center_box .right .list_box {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.ins_newdCon1 .center_box .right .list_box .item {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius10);
  display: block;
  overflow: hidden;
}
.ins_newdCon1 .center_box .right .list_box .item .pb {
  padding-bottom: 65.167%;
  border-radius: var(--border-radius10);
  overflow: hidden;
}
.ins_newdCon1 .center_box .right .list_box .item .pb .ab {
  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;
}
.ins_newdCon1 .center_box .right .list_box .item .pb .ab img {
  object-fit: cover;
  width: 100%;
}
.ins_newdCon1 .center_box .right .list_box .item .text_box {
  width: 100%;
  height: auto;
  padding: 25px 0;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.ins_newdCon1 .center_box .right .list_box .item .text_box .title {
  font-size: var(--font18);
  font-family: "sy_bo";
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .right .list_box .item .text_box .subtitle {
  font-size: var(--font14);
  font-family: "sy_re";
  line-height: 1.714;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_newdCon1 .center_box .right .list_box .item .text_box .time {
  font-size: var(--font14);
  color: #bababa;
  font-family: "sy_me";
  margin-top: 20px;
}
.ins_newdCon1 .center_box .right .list_box .item:hover .pb::after {
  opacity: 1;
}
.ins_newdCon1 .center_box .right .list_box .item:hover .text_box .title {
  color: #F22A2A;
}
.ins_newdCon1 .center_box .right .item_box {
  width: 100%;
  height: auto;
}
.ins_newdCon1 .center_box .right .item_box .item {
  width: 100%;
  height: auto;
  padding: 25px 0;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.ins_newdCon1 .center_box .right .item_box .item .title {
  font-size: var(--font18);
  font-family: "sy_bo";
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdCon1 .center_box .right .item_box .item .time {
  font-size: var(--font14);
  color: #bababa;
  font-family: "sy_me";
  margin-top: 15px;
}
.ins_newdCon1 .center_box .right .item_box .item:hover .title {
  color: #F22A2A;
}
@media (max-width:990px) {
  .ins_newdCon1 {
    padding-top: 0;
  }
  .ins_newdCon1 .center_box .left {
    width: 100%;
  }
  .ins_newdCon1 .center_box .left .menu_info {
    display: none;
  }
  .ins_newdCon1 .center_box .left .menu_info .up_box .left_b {
    display: none;
  }
  .ins_newdCon1 .center_box .left .menu_info .up_box .righ_t {
    display: none;
  }
  .ins_newdCon1 .center_box .left .time {
    margin-top: 10px;
  }
  .ins_newdCon1 .center_box .left .abstract {
    margin-top: 30px;
  }
  .ins_newdCon1 .center_box .left .content {
    gap: 20px;
    margin-top: 20px;
  }
  .ins_newdCon1 .center_box .right {
    display: none;
  }
}
/* ---------- 投资者关系 */
/* 股票信息 */
.ins_investCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  overflow: hidden;
}
.ins_investCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_investCon1 .center_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_investCon1 .center_box .top_box .left {
  width: 39.28571429%;
}
.ins_investCon1 .center_box .top_box .right {
  width: 57.14285714%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: var(--font14);
  font-family: "sy_re";
}
.ins_investCon1 .center_box .bot_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_investCon1 .center_box .bot_box .left {
  width: 39.28571429%;
  padding-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  border-top: 1px solid #282828;
  border-bottom: 1px solid #e5e5e5;
}
.ins_investCon1 .center_box .bot_box .left .name {
  font-size: var(--font24);
  font-family: "sy_re";
  line-height: 1;
}
.ins_investCon1 .center_box .bot_box .left .number {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 25px;
}
.ins_investCon1 .center_box .bot_box .left .number .beat {
  font-size: clamp(calc(34 / 16 * 1rem), calc((34 / 16 * 1rem) + ((80 - 34) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
  color: #F22A2A;
  font-family: "sy_me";
  line-height: 1;
}
.ins_investCon1 .center_box .bot_box .left .number .icon {
  margin-left: 10px;
}
.ins_investCon1 .center_box .bot_box .left .number .samll {
  font-family: "sy_re";
  font-size: var(--font18);
  color: #F22A2A;
  margin-left: 20px ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
}
.ins_investCon1 .center_box .bot_box .left .number .samll span {
  color: #F22A2A;
}
.ins_investCon1 .center_box .bot_box .right {
  width: 57.14285714%;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_investCon1 .center_box .bot_box .right .item {
  width: 100%;
  height: auto;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.ins_investCon1 .center_box .bot_box .right .item .top {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: #f5f5f5;
  border-right: 1px solid #dcdcdc;
}
.ins_investCon1 .center_box .bot_box .right .item .bot {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  font-family: "sy_me";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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 #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.ins_investCon1 .center_box .bot_box .right .item:last-child .top,
.ins_investCon1 .center_box .bot_box .right .item:last-child .bot {
  border-right: 0;
}
@media (max-width:990px) {
  .ins_investCon1 {
    padding: 50px 0;
  }
  .ins_investCon1 .center_box .bot_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_investCon1 .center_box .bot_box .left {
    width: 100%;
  }
  .ins_investCon1 .center_box .bot_box .right {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid #dcdcdc;
  }
  .ins_investCon1 .center_box .bot_box .right .item {
    height: 120px;
    border-top: 1px solid #dcdcdc;
  }
  .ins_investCon1 .center_box .bot_box .right .item:last-child .top,
  .ins_investCon1 .center_box .bot_box .right .item:last-child .bot {
    border-right: 1px solid #dcdcdc;
  }
}
/* 定期公告 */
.ins_investCon2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(0 / 2 * 1px), calc(0 / 1920 * 100 * 1vw), 0px);
  overflow: hidden;
}
.ins_investCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_investCon2 .center_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_investCon2 .center_box .top_box .left {
  width: auto;
  height: auto;
}
.ins_investCon2 .center_box .top_box .left .odm_titleBox .title {
  width: auto;
  height: auto;
}
.ins_investCon2 .center_box .top_box .right {
  width: auto;
  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: 20px;
}
.ins_investCon2 .center_box .top_box .right .layui-form {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_investCon2 .center_box .top_box .right .layui-form * {
  font-family: "sy_re";
}
.ins_investCon2 .center_box .top_box .right .layui-form input::-webkit-input-placeholder,
.ins_investCon2 .center_box .top_box .right .layui-form textarea::-webkit-input-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_investCon2 .center_box .top_box .right .layui-form input:-moz-placeholder,
.ins_investCon2 .center_box .top_box .right .layui-form textarea:-moz-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_investCon2 .center_box .top_box .right .layui-form input::-moz-placeholder,
.ins_investCon2 .center_box .top_box .right .layui-form textarea::-moz-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_investCon2 .center_box .top_box .right .layui-form input:-ms-input-placeholder,
.ins_investCon2 .center_box .top_box .right .layui-form textarea:-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}
.ins_investCon2 .center_box .top_box .right .layui-form .layui-form-select {
  width: clamp(calc(180 / 16 * 1rem), calc((180 / 16 * 1rem) + ((280 - 180) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(280 / 16 * 1rem));
  padding: 0;
}
.ins_investCon2 .center_box .top_box .right .layui-form .layui-form-select .layui-input {
  height: 52px;
  padding: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #282828;
  opacity: 1;
  font-size: var(--font14);
}
.ins_investCon2 .center_box .top_box .right .layui-form .layui-input:focus,
.ins_investCon2 .center_box .top_box .right .layui-form .layui-textarea:focus {
  box-shadow: unset !important;
}
.ins_investCon2 .center_box .top_box .right .layui-form .layui-form-select .layui-edge {
  border: 0px;
  width: 10px;
  height: 10px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_investCon2 .center_box .top_box .right .layui-form .layui-form-select .layui-edge::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 2px;
  background: #282828;
  transform: rotate(45deg) translateX(-50%);
}
.ins_investCon2 .center_box .top_box .right .layui-form .layui-form-select .layui-edge::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 2px;
  background: #282828;
  transform: rotate(-45deg) translateX(50%);
}
.ins_investCon2 .center_box .top_box .right .layui-form .layui-form-select dl {
  top: 100%;
}
.ins_investCon2 .center_box .top_box .right .layui-form .layui-form-select dl dd {
  font-size: var(--font14);
}
.ins_investCon2 .center_box .top_box .right .sea_box button {
  width: 100px;
  height: 42px;
  border-radius: 100px;
  background: #eeeeee;
  border: 0;
  font-size: var(--font14);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_investCon2 .center_box .top_box .right .sea_box button:hover {
  background: #F22A2A;
  color: #FFF;
}
.ins_investCon2 .center_box .bot_box {
  width: 100%;
  height: auto;
  margin-top: 30px;
  border-top: 2px solid #282828;
}
.ins_investCon2 .center_box .bot_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;
  min-height: 70px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_investCon2 .center_box .bot_box .item .year {
  max-width: clamp(calc(160 / 16 * 1rem), calc((160 / 16 * 1rem) + ((280 - 160) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(280 / 16 * 1rem));
  width: 100%;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
  font-size: var(--font14);
  font-family: "sy_me";
}
.ins_investCon2 .center_box .bot_box .item .title_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0  40px;
  gap: 20px;
}
.ins_investCon2 .center_box .bot_box .item .title_box .word {
  font-size: var(--font18);
  font-family: "sy_bo";
  text-align: center;
  width: 100%;
}
.ins_investCon2 .center_box .bot_box .item .title_box .title {
  font-size: var(--font18);
  font-family: "sy_re";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_investCon2 .center_box .bot_box .item .title_box .link {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  flex-shrink: 0;
}
.ins_investCon2 .center_box .bot_box .item .title_box .link a {
  font-size: var(--font14);
  color: #888888;
  font-family: "sy_re";
  display: -webkit-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: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_investCon2 .center_box .bot_box .item .title_box .link a img {
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_investCon2 .center_box .bot_box .item .title_box .link a:last-child {
  display: none;
}
.ins_investCon2 .center_box .bot_box .item:first-child {
  height: 80px;
  background: #f5f5f5 !important;
}
.ins_investCon2 .center_box .bot_box .item:first-child .year {
  font-size: var(--font18);
  font-family: "sy_bo";
}
.ins_investCon2 .center_box .bot_box .item:hover {
  background: #e6e9eb;
}
.ins_investCon2 .center_box .bot_box .item:hover .title_box .link a:hover {
  color: #F22A2A;
}
.ins_investCon2 .center_box .bot_box .item:hover .title_box .link a:hover img {
  filter: unset !important;
}
.ins_investCon2 .center_box .pager_new {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.ins_investCon2 .center_box .pager_new .layui-laypage {
  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: 15px;
}
.ins_investCon2 .center_box .pager_new .layui-laypage * {
  font-size: var(--font18);
  color: #888888;
}
.ins_investCon2 .center_box .pager_new .layui-laypage a,
.ins_investCon2 .center_box .pager_new .layui-laypage span,
.ins_investCon2 .center_box .pager_new .layui-laypage .layui-laypage-em {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
}
.ins_investCon2 .center_box .pager_new .layui-laypage a::after,
.ins_investCon2 .center_box .pager_new .layui-laypage span::after,
.ins_investCon2 .center_box .pager_new .layui-laypage .layui-laypage-em::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #F22A2A;
  opacity: 0;
}
.ins_investCon2 .center_box .pager_new .layui-laypage .layui-laypage-curr em {
  color: #F22A2A !important;
}
.ins_investCon2 .center_box .pager_new .layui-laypage .layui-laypage-curr::after {
  opacity: 1;
}
@media (max-width:990px) {
  .ins_investCon2 .center_box .top_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_investCon2 .center_box .top_box .left {
    width: 100%;
  }
  .ins_investCon2 .center_box .top_box .right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 15px;
  }
  .ins_investCon2 .center_box .top_box .right .sea_box button {
    width: fit-content;
    height: 35px;
    padding: 0 20px;
  }
  .ins_investCon2 .center_box .bot_box {
    overflow: auto;
  }
  .ins_investCon2 .center_box .bot_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px 0;
  }
  .ins_investCon2 .center_box .bot_box .item .year {
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ins_investCon2 .center_box .bot_box .item .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    margin-top: 15px;
    gap: 15px;
  }
  .ins_investCon2 .center_box .bot_box .item .title_box .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
  .ins_investCon2 .center_box .bot_box .item:first-child {
    display: none;
  }
}
/* 投资者联系人 */
.ins_investCon4 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
}
.ins_investCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_investCon4 .center_box .odm_titleBox {
  padding-bottom: 35px;
  border-bottom: 2px solid #282828;
}
.ins_investCon4 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 60px;
  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_investCon4 .center_box .content .left {
  width: 41.66666667%;
  height: auto;
}
.ins_investCon4 .center_box .content .left .title {
  font-size: var(--font24);
  font-family: "sy_bo";
}
.ins_investCon4 .center_box .content .left .details {
  font-size: var(--font14);
  line-height: 2.142857;
  font-family: "sy_re";
  margin-top: 35px;
}
.ins_investCon4 .center_box .content .left .details * {
  font-size: var(--font14);
  line-height: 2.142857;
  font-family: "sy_re";
  color: #666666;
}
.ins_investCon4 .center_box .content .right {
  width: 57.14285714%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ins_investCon4 .center_box .content .right .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.ins_investCon4 .center_box .content .right .item .icon {
  background: #f5f5f5;
  width: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  border-radius: 50%;
}
.ins_investCon4 .center_box .content .right .item .word {
  width: auto;
  height: auto;
  text-align: center;
}
.ins_investCon4 .center_box .content .right .item .word .title {
  font-size: var(--font18);
  font-family: "sy_bo";
  margin-top: 15px;
}
.ins_investCon4 .center_box .content .right .item .word .subtitle {
  font-size: var(--font16);
  font-family: "sy_re";
  margin-top: 5px;
}
.ins_investCon4 .center_box .images {
  width: 100%;
  height: auto;
  margin-top: 100px;
  border-radius: var(--border-radius20);
  padding: 30px clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((100 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ins_investCon4 .center_box .images .left_i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 60px;
}
.ins_investCon4 .center_box .images .left_i .icon {
  width: fit-content;
  height: 100%;
}
.ins_investCon4 .center_box .images .left_i .text_box .title {
  font-size: var(--font30);
  color: #FFF;
  font-family: "sy_bo";
  line-height: 1;
}
.ins_investCon4 .center_box .images .left_i .text_box .subtitle {
  font-size: var(--font18);
  color: #FFF;
  font-family: "sy_re";
  margin-top: 25px;
}
.ins_investCon4 .center_box .images .righ_t {
  width: auto;
  height: auto;
}
.ins_investCon4 .center_box .images .righ_t .link {
  width: 100%;
  height: auto;
}
.ins_investCon4 .center_box .images .righ_t .link a {
  width: clamp(calc(90 / 16 * 1rem), calc((90 / 16 * 1rem) + ((180 - 90) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(180 / 16 * 1rem));
  height: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((60 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  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;
  background: #FFF;
  font-size: var(--font18);
  font-family: "sy_bo";
  border-radius: 100px;
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_investCon4 .center_box .images .righ_t .link a:hover {
  background: #F22A2A;
  color: #FFF;
}
@media (max-width:990px) {
  .ins_investCon4 {
    padding: 50px 0;
  }
  .ins_investCon4 .center_box .odm_titleBox {
    padding-bottom: 15px;
  }
  .ins_investCon4 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .ins_investCon4 .center_box .content .left {
    width: 100%;
  }
  .ins_investCon4 .center_box .content .left .details {
    margin-top: 10px;
  }
  .ins_investCon4 .center_box .content .right {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    gap: 10px;
  }
  .ins_investCon4 .center_box .content .right .item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    border: 0;
  }
  .ins_investCon4 .center_box .content .right .item .word {
    text-align: left;
  }
  .ins_investCon4 .center_box .images {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 50px 20px;
  }
  .ins_investCon4 .center_box .images .left_i {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
  }
  .ins_investCon4 .center_box .images .left_i .icon {
    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;
    width: 80px;
  }
  .ins_investCon4 .center_box .images .left_i .text_box {
    text-align: center;
    margin-top: 20px;
  }
  .ins_investCon4 .center_box .images .left_i .text_box .subtitle {
    margin-top: 10px;
  }
  .ins_investCon4 .center_box .images .righ_t {
    margin-top: 30px;
  }
}
/* 校园招聘 */
.ins_joinCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(180 / 2 * 1px), calc(180 / 1920 * 100 * 1vw), 180px);
  overflow: hidden;
}
.ins_joinCon1 .center_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.ins_joinCon1 .center_box .item {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_joinCon1 .center_box .item .title {
  font-size: var(--font36);
  color: #FFF;
  font-family: "sy_bo";
  line-height: 1;
  position: relative;
  z-index: 2;
}
.ins_joinCon1 .center_box .item .text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 40px;
}
.ins_joinCon1 .center_box .item .subtitle {
  font-size: var(--font16);
  color: #FFF;
  font-family: "sy_re";
  line-height: 1;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.ins_joinCon1 .center_box .item .link {
  font-size: var(--font18);
  color: #FFF;
  margin-top: 60px;
  --heCli: 48px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  height: var(--heCli);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_joinCon1 .center_box .item .link span {
  font-size: var(--font18);
  color: #FFF;
  font-family: "sy_re";
  position: relative;
  z-index: 2;
}
.ins_joinCon1 .center_box .item .link .icon {
  width: var(--heCli);
  height: var(--heCli);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.ins_joinCon1 .center_box .item .link .icon::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_joinCon1 .center_box .item .link .icon img {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_joinCon1 .center_box .item .bg_img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
}
.ins_joinCon1 .center_box .item .bg_img 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_joinCon1 .center_box .item:hover .bg_img img {
  transform: scale(1.05);
}
.ins_joinCon1 .center_box .item:hover .link .icon::after {
  background: #F22A2A;
}
.ins_joinCon1 .center_box .item:hover .link .icon img {
  filter: brightness(0) invert(1);
}
@media (max-width:990px) {
  .ins_joinCon1 {
    position: 50px 0;
  }
  .ins_joinCon1 .center_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .ins_joinCon1 .center_box .item .link {
    margin-top: 30px;
    --heCli: 30px;
  }
  .ins_joinCon1 .center_box .item .text_box {
    padding: 20px;
  }
  .ins_joinCon1 .center_box .item .bg_img img {
    min-height: 250px;
    object-fit: cover;
  }
}
/* 合伙人机制 */
.ins_joinCon2 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.ins_joinCon2 .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_joinCon2 .center_box .text_box {
  width: 100%;
  height: auto;
}
.ins_joinCon2 .center_box .text_box .title {
  font-size: var(--font36);
  font-family: "sy_bo";
}
.ins_joinCon2 .center_box .text_box .subtitle {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((60 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  font-family: "sy_me";
  color: #F22A2A;
  line-height: 1;
  margin-top: 5px;
}
.ins_joinCon2 .center_box .text_box .details {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.ins_joinCon2 .center_box .text_box .details * {
  font-size: var(--font16);
  line-height: 1.5;
  font-family: "sy_re";
}
.ins_joinCon2 .images {
  width: 100%;
  height: auto;
}
.ins_joinCon2 .images img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_joinCon2 .center_box .text_box .details {
    margin-top: 15px;
  }
}
/* 晋升机制 */
.ins_joinCon3 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  padding-bottom: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  overflow: hidden;
}
.ins_joinCon3 .text_box .odm_titleBox .subtitle {
  color: #282828;
}
.ins_joinCon3 .img.wap {
  margin-top: 30px;
}
/* 福利待遇 */
.ins_joinCon4 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(95 / 2 * 1px), calc(95 / 1920 * 100 * 1vw), 95px);
  padding-bottom: clamp(calc(97 / 2 * 1px), calc(97 / 1920 * 100 * 1vw), 97px);
  overflow: hidden;
  background: url(../images/joinbg.jpg) no-repeat top center / cover;
}
.ins_joinCon4 .center_box .odm_titleBox {
  text-align: center;
}
.ins_joinCon4 .center_box .odm_titleBox .subtitle {
  color: #282828;
  font-weight: 600;
}
.ins_joinCon4 .center_box .odm_titleBox .details {
  font-size: var(--font14);
  color: #282828;
  line-height: 1.714;
  margin-top: 10px;
  font-family: "sy_re";
}
.ins_joinCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}
.ins_joinCon4 .center_box .item_box .item {
  width: 100%;
  height: 160px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: var(--border-radius20);
  border: 1px solid #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_joinCon4 .center_box .item_box .item .icon {
  width: clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((57 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(57 / 16 * 1rem));
}
.ins_joinCon4 .center_box .item_box .item .word {
  font-size: var(--font18);
  font-weight: 600;
  margin-top: 10px;
}
.ins_joinCon4 .center_box .item_box .item:hover {
  border: 1px solid #F22A2A;
}
@media (max-width:990px) {
  .ins_joinCon4 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
  }
  .ins_joinCon4 .center_box .item_box .item {
    height: auto;
    padding: 15px 10px;
  }
}
/* 公司文化活动 */
.ins_joinCon5 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  padding-bottom: clamp(calc(0 / 2 * 1px), calc(0 / 1920 * 100 * 1vw), 0px);
  overflow: hidden;
}
.ins_joinCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_joinCon5 .center_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_joinCon5 .center_box .top_box .odm_titleBox .title {
  font-size: var(--font36);
  font-weight: 600;
}
.ins_joinCon5 .center_box .top_box .odm_titleBox .details {
  font-size: var(--font14);
  color: #282828;
  line-height: 1.714;
  margin-top: 35px;
  font-family: "sy_re";
}
.ins_joinCon5 .center_box .top_box .list {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 60px;
  position: relative;
}
.ins_joinCon5 .center_box .top_box .list::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.ins_joinCon5 .center_box .top_box .list .one {
  padding-bottom: 20px;
  font-size: var(--font18);
  font-weight: 600;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_joinCon5 .center_box .top_box .list .one::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_joinCon5 .center_box .top_box .list .one.active {
  color: #F22A2A;
}
.ins_joinCon5 .center_box .top_box .list .one.active::after {
  width: 100%;
}
.ins_joinCon5 .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.ins_joinCon5 .swiper_box ul li .centerInfo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ins_joinCon5 .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
}
.ins_joinCon5 .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 45.92%;
}
.ins_joinCon5 .swiper_box ul li .centerInfo .images .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_joinCon5 .swiper_box ul li .centerInfo .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_joinCon5 .center_box .top_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ins_joinCon5 .center_box .top_box .odm_titleBox .details {
    margin-top: 15px;
  }
  .ins_joinCon5 .center_box .top_box .list {
    width: 100%;
    margin-top: 20px;
  }
  .ins_joinCon5 .center_box .top_box .list::after {
    display: none;
  }
  .ins_joinCon5 .center_box .top_box .list .one {
    padding-bottom: 10px;
  }
  .ins_joinCon5 .center_box .top_box .list .one::after {
    height: 2px;
  }
  .ins_joinCon5 .swiper_box {
    margin-top: 20px;
  }
  .ins_joinCon5 .swiper_box ul li .centerInfo {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ---------- 关于我们 */
/* 奥尼 */
.ins_aboutCon1 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.ins_aboutCon1 .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon1 .center_box .images_logo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon1 .center_box .images_logo img {
  min-height: 150px;
  object-fit: cover;
}
.ins_aboutCon1 .center_box .word_box {
  text-align: center;
  margin-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.ins_aboutCon1 .center_box .word_box .title {
  font-size: var(--font18);
  font-family: "sy_bo";
}
.ins_aboutCon1 .center_box .word_box .subtitle {
  font-size: var(--font36);
  font-family: "sy_bo";
  line-height: 1;
  margin-top: 10px;
}
@media (max-width:990px) {
  .ins_aboutCon1 {
    height: auto;
    padding: 100px 0;
  }
  .ins_aboutCon1 .images_logo img {
    min-height: 100px !important;
  }
  .ins_aboutCon1 .word_box {
    padding: 0 20px;
  }
  .ins_aboutCon1 .word_box .subtitle {
    line-height: 1.56;
  }
}
/* 公司介绍 */
.ins_aboutCon2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(190 / 2 * 1px), calc(190 / 1920 * 100 * 1vw), 190px);
  padding-bottom: clamp(calc(0 / 2 * 1px), calc(0 / 1920 * 100 * 1vw), 0px);
  overflow: hidden;
}
.ins_aboutCon2 .aboutCon2_bg {
  width: 100%;
  height: 100%;
  --percen1: 33%;
  --percen2: 29%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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_aboutCon2 .aboutCon2_bg img {
  width: var(--percen1);
  height: var(--percen2);
  object-fit: cover;
  border-radius: var(--border-radius20);
}
.ins_aboutCon2 .w1680 {
  position: relative;
  z-index: 2;
}
.ins_aboutCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .about_p {
  width: 100%;
  height: auto;
  max-width: 870px;
  margin: auto;
  --color-text: #F22A2A;
  --text-mar: 300px;
}
.ins_aboutCon2 .center_box .about_p .title {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((80 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
  color: var(--color-text);
  font-family: "sy_bo";
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon2 .center_box .about_p .bot {
  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: var(--text-mar);
  gap: 20px;
}
.ins_aboutCon2 .center_box .about_p .bot .name {
  font-size: var(--font36);
  color: var(--color-text);
  font-family: "sy_bo";
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon2 .center_box .about_p .bot .details {
  width: 74.71264368%;
}
.ins_aboutCon2 .center_box .about_p .bot .details * {
  font-size: var(--font14);
  color: #FFF;
  line-height: 1.714;
  font-family: "sy_re";
}
.ins_aboutCon2 .center_box .item_box {
  width: 100%;
  height: clamp(7.5rem, calc(-1.071rem + 13.39vw), 15rem);
  margin-top: clamp(calc(220 / 2 * 1px), calc(220 / 1920 * 100 * 1vw), 220px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  padding: 40px 0;
}
.ins_aboutCon2 .center_box .item_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 100vw;
  height: 1px;
  opacity: 0.4;
  background: #fff;
  transform: translateX(50%);
}
.ins_aboutCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-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: relative;
}
.ins_aboutCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.4;
}
.ins_aboutCon2 .center_box .item_box .item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: 5px;
}
.ins_aboutCon2 .center_box .item_box .item .number .beat {
  font-family: "sy_re";
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((68 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(68 / 16 * 1rem));
  line-height: 1;
  color: #FFF;
}
.ins_aboutCon2 .center_box .item_box .item .number .unit {
  font-family: "sy_bo";
  font-size: var(--font26);
  color: #FFF;
}
.ins_aboutCon2 .center_box .item_box .item .word {
  font-size: var(--font20);
  color: #FFF;
  font-weight: 600;
  margin-top: 10px;
}
.ins_aboutCon2 .center_box .item_box .item:first-child::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.4;
}
@media (max-width:990px) {
  .ins_aboutCon2 {
    padding: 50px 0;
  }
  .ins_aboutCon2 .aboutCon2_bg {
    --percen1: 100%;
    --percen2: 100%;
  }
  .ins_aboutCon2 .center_box .about_p {
    --text-mar: 0px;
  }
  .ins_aboutCon2 .center_box .about_p .bot {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutCon2 .center_box .about_p .bot .details {
    width: 100%;
  }
  .ins_aboutCon2 .center_box .item_box {
    height: auto;
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
  .ins_aboutCon2 .center_box .item_box .item::after,
  .ins_aboutCon2 .center_box .item_box .item::before {
    display: none;
  }
  .ins_aboutCon2 .center_box .item_box .item {
    flex-direction: column-reverse;
    padding-bottom: 15px;
  }
  .ins_aboutCon2 .center_box .item_box .item .word {
    margin-top: 0;
  }
  .ins_aboutCon2 .center_box .item_box .item .number {
    margin-top: 10px;
  }
}
/* 企业文化  */
.ins_aboutCon3 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(290 / 2 * 1px), calc(290 / 1920 * 100 * 1vw), 290px);
  overflow: hidden;
  background: url(../images/aboutbg2.jpg) no-repeat bottom center / cover;
  --stroke: 1821;
}
.ins_aboutCon3 .center_box {
  width: 100%;
  height: auto;
  --ci-height: clamp(25rem, calc(12.143rem + 20.09vw), 36.25rem);
  --transition-y: calc(-1 * (var(--ci-height) / 2 - 1px));
  padding-top: clamp(calc(110 / 2 * 1px), calc(110 / 1920 * 100 * 1vw), 110px);
}
.ins_aboutCon3 .center_box .odm_titleBox {
  position: absolute;
  top: 0;
}
.ins_aboutCon3 .center_box .circle_box {
  width: var(--ci-height);
  height: var(--ci-height);
  position: relative;
  margin: auto;
  border-radius: 50%;
  padding: 30px;
}
.ins_aboutCon3 .center_box .circle_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dotted #c1c1c2;
}
.ins_aboutCon3 .center_box .circle_box .swiper_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;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.ins_aboutCon3 .center_box .circle_box .swiper_box ul li {
  height: auto;
}
.ins_aboutCon3 .center_box .circle_box .swiper_box ul li .images {
  width: 100%;
  height: 100%;
}
.ins_aboutCon3 .center_box .circle_box .swiper_box ul li .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutCon3 .center_box .circle_box .images_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;
  border-radius: 50%;
  overflow: hidden;
}
.ins_aboutCon3 .center_box .circle_box .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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 .circle_box .item_box .item {
  position: absolute;
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: clamp(0.375rem, 0.578rem, 0.688rem);
  height: clamp(0.375rem, 0.578rem, 0.688rem);
  background: #7a8791;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: clamp(1.25rem, 1.897rem, 2.25rem);
  height: clamp(1.25rem, 1.897rem, 2.25rem);
  border: 2px solid #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item .info {
  width: 270px;
  height: auto;
  position: absolute;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item .info .word {
  font-size: var(--font20);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item .info .details {
  font-size: var(--font14);
  font-family: "sy_re";
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(1) {
  transform: translateY(var(--transition-y));
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(1) .info {
  bottom: 0;
  transform: translateY(-50px);
  text-align: center;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(2) {
  transform: rotate(51deg) translateY(var(--transition-y)) rotate(-51deg);
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(2) .info {
  left: 0;
  top: -10px;
  transform: translateX(50px);
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(3) {
  transform: rotate(128deg) translateY(var(--transition-y)) rotate(-128deg);
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(3) .info {
  left: 0;
  top: -10px;
  transform: translateX(50px);
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(4) {
  transform: translateY(calc(-1 * var(--transition-y)));
  opacity: 0;
  visibility: hidden;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(4) .info {
  top: 0;
  transform: translateY(50px);
  text-align: center;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(5) {
  transform: rotate(231deg) translateY(var(--transition-y)) rotate(-231deg);
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(5) .info {
  right: 0;
  top: -10px;
  transform: translateX(-50px);
  text-align: end;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(6) {
  transform: rotate(309deg) translateY(var(--transition-y)) rotate(-309deg);
}
.ins_aboutCon3 .center_box .circle_box .item_box .item:nth-child(6) .info {
  right: 0;
  top: -10px;
  transform: translateX(-50px);
  text-align: end;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item.active::after,
.ins_aboutCon3 .center_box .circle_box .item_box .item:hover::after {
  background: #F22A2A;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item.active .info .word,
.ins_aboutCon3 .center_box .circle_box .item_box .item:hover .info .word {
  color: #F22A2A;
}
.ins_aboutCon3 .center_box .circle_box .item_box .item.active::before {
  opacity: 1;
}
.ins_aboutCon3 .center_box .circle_box .svg_box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: 1;
}
.ins_aboutCon3 .center_box .circle_box .svg_box .svg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.ins_aboutCon3 .center_box .circle_box .svg_box .svg .cls {
  fill: none;
  stroke: #F22A2A;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  transform: rotate(270deg);
  transform-origin: 50% 50%;
  stroke-dashoffset: var(--stroke);
  stroke-dasharray: 1821;
  transition: all 2s linear;
}
@media (max-width:990px) {
  .ins_aboutCon3 {
    padding: 50px 0;
  }
  .ins_aboutCon3 .center_box {
    padding-top: 0;
  }
  .ins_aboutCon3 .center_box .odm_titleBox {
    position: relative;
  }
  .ins_aboutCon3 .center_box .circle_box {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 30px;
  }
  .ins_aboutCon3 .center_box .circle_box::after {
    display: none;
  }
  .ins_aboutCon3 .center_box .circle_box .svg_box {
    display: none;
  }
  .ins_aboutCon3 .center_box .circle_box .swiper_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
  }
  .ins_aboutCon3 .center_box .circle_box .item_box {
    position: relative;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    margin-top: 30px;
  }
  .ins_aboutCon3 .center_box .circle_box .item_box .item {
    position: relative;
    transform: unset !important;
    width: 100%;
    height: auto;
    padding-left: 25px;
    padding-top: 20px;
  }
  .ins_aboutCon3 .center_box .circle_box .item_box .item:first-child {
    padding-top: 0;
  }
  .ins_aboutCon3 .center_box .circle_box .item_box .item::after {
    left: 0;
    width: 7px;
    height: 7px;
    top: 0.5em;
    background: #c1c1c2;
  }
  .ins_aboutCon3 .center_box .circle_box .item_box .item::before {
    height: 100%;
    width: 1px !important;
    border: 0;
    background: #c1c1c2;
    left: 3px;
    top: 0;
    border-radius: 0;
    opacity: 1;
  }
  .ins_aboutCon3 .center_box .circle_box .item_box .item .info {
    width: 100%;
    position: relative;
    transform: unset !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    text-align: left !important;
  }
  .ins_aboutCon3 .center_box .circle_box .item_box .item .info .details {
    margin-top: 5px;
  }
}
/* 发展历程  */
@keyframes line_path {
  0% {
    transform: translateX(-100%);
    left: 0;
  }
  100% {
    left: 100vw;
  }
}
.ins_aboutCon4 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  padding-bottom: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  overflow: hidden;
  background-image: url(../images/aboutbg3.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.ins_aboutCon4 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  --btu_height: clamp(2.188rem, calc(1.688rem + 0.78vw), 2.625rem);
  --btu_width: clamp(5rem, calc(0.714rem + 6.7vw), 8.75rem);
}
.ins_aboutCon4 .center_box .left {
  width: 30%;
  height: auto;
}
.ins_aboutCon4 .center_box .left .odm_titleBox {
  min-height: var(--btu_height);
  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;
  gap: 60px;
}
.ins_aboutCon4 .center_box .left .odm_titleBox .title {
  flex-shrink: 0;
}
.ins_aboutCon4 .center_box .left .odm_titleBox .line {
  width: 100%;
  height: 26px;
  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;
}
.ins_aboutCon4 .center_box .left .odm_titleBox .line img {
  position: absolute;
  left: 0;
  z-index: 2;
  animation: line_path 10s linear infinite;
}
.ins_aboutCon4 .center_box .left .odm_titleBox .line::after {
  content: '';
  width: 100vw;
  height: 1px;
  background: #c9c9c9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ins_aboutCon4 .center_box .left .number_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 15px;
}
.ins_aboutCon4 .center_box .left .number_box .number {
  width: fit-content;
  font-size: var(--font160);
  line-height: 1;
  font-family: "sy_bo";
  color: #d6dae1;
  background-image: url(../images/aboutbg4.jpg);
  background-position: left center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.ins_aboutCon4 .center_box .left .number_box .text_box {
  font-size: var(--font14);
  line-height: 1.714;
  font-weight: 600;
}
.ins_aboutCon4 .center_box .left .number_box .text_box p {
  font-size: var(--font14);
  line-height: 1.714;
  font-weight: 600;
}
.ins_aboutCon4 .center_box .left .number_box .text_box p:last-child {
  color: #F22A2A;
}
.ins_aboutCon4 .center_box .left .details_box {
  font-size: var(--font24);
  max-width: 300px;
  margin-top: 30px;
  line-height: 1.25;
}
.ins_aboutCon4 .center_box .right {
  width: 70%;
  height: auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
.ins_aboutCon4 .center_box .right .item {
  width: 55%;
  height: auto;
}
.ins_aboutCon4 .center_box .right .item .btu_box {
  min-width: var(--btu_width);
  width: fit-content;
  padding: 0 15px;
  height: var(--btu_height);
  border-radius: 100px;
  background: #F22A2A;
  color: #FFF;
  font-size: var(--font16);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon4 .center_box .right .item .list {
  width: 100%;
  height: auto;
  margin-top: clamp(1.25rem, calc(-0.179rem + 2.23vw), 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: clamp(1.25rem, calc(-0.179rem + 2.23vw), 2.5rem);
  max-height: 534px;
  overflow: auto;
  scrollbar-color: #F22A2A #d4d6d7;
}
.ins_aboutCon4 .center_box .right .item .list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d4d6d7;
}
.ins_aboutCon4 .center_box .right .item .list::-webkit-scrollbar-thumb {
  background-color: #F22A2A;
  border-radius: 10px;
}
.ins_aboutCon4 .center_box .right .item .list::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0.76);
}
.ins_aboutCon4 .center_box .right .item .list .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
}
.ins_aboutCon4 .center_box .right .item .list .one .num {
  font-size: var(--font24);
  font-family: "sy_bo";
  line-height: 1;
}
.ins_aboutCon4 .center_box .right .item .list .one .word {
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_re";
}
.ins_aboutCon4 .center_box .right .item .list .one .word p {
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_re";
}
.ins_aboutCon4 .center_box .right .item .list .one .word .cored {
  color: #F22A2A;
  font-family: "sy_bo";
  font-size: var(--font16);
  line-height: 1.5;
}
.ins_aboutCon4 .center_box .right .item .list .one .word span,
.ins_aboutCon4 .center_box .right .item .list .one .word .str {
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_bo";
}
.ins_aboutCon4 .center_box .right .item:last-child {
  width: 45%;
}
@media (max-width:990px) {
  .ins_aboutCon4 {
    padding: 50px 0;
  }
  .ins_aboutCon4 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutCon4 .center_box .left {
    width: 100%;
  }
  .ins_aboutCon4 .center_box .left .odm_titleBox .line {
    display: none;
  }
  .ins_aboutCon4 .center_box .left .number_box {
    margin-top: 10px;
    width: fit-content;
  }
  .ins_aboutCon4 .center_box .left .number_box .number {
    font-size: 38px;
  }
  .ins_aboutCon4 .center_box .left .number_box .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .ins_aboutCon4 .center_box .right {
    width: 100%;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutCon4 .center_box .right .item .btu_box {
    width: fit-content;
    min-width: unset !important;
    padding: 0;
    background: none;
    color: #F22A2A;
    font-size: 16px;
  }
  .ins_aboutCon4 .center_box .right .item .list {
    gap: 0;
  }
  .ins_aboutCon4 .center_box .right .item .list .one {
    position: relative;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .ins_aboutCon4 .center_box .right .item .list .one::after {
    content: '';
    position: absolute;
    top: 0.35em;
    left: 0;
    width: 7px;
    height: 7px;
    background: #c1c1c2;
    border-radius: 50%;
  }
  .ins_aboutCon4 .center_box .right .item .list .one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    height: 100%;
    width: 1px;
    background: #c1c1c2;
  }
}
/* 荣誉资质  */
.ins_aboutCon5 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  padding-bottom: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  overflow: hidden;
}
.ins_aboutCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon5 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: var(--num_70);
  gap: 30px;
}
.ins_aboutCon5 .center_box .content .left {
  width: clamp(7.5rem, calc(-2.5rem + 15.63vw), 16.25rem);
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: clamp(calc(0 / 16 * 1rem), calc((0 / 16 * 1rem) + ((49 - 0) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(49 / 16 * 1rem));
}
.ins_aboutCon5 .center_box .content .left .item {
  width: 100%;
  height: auto;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.ins_aboutCon5 .center_box .content .left .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon5 .center_box .content .left .item .number {
  font-family: "sy_re";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font18);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.ins_aboutCon5 .center_box .content .left .item .number span {
  font-size: var(--font48);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.ins_aboutCon5 .center_box .content .left .item .name {
  font-size: var(--font18);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  line-height: 1;
  margin-top: 15px;
}
.ins_aboutCon5 .center_box .content .left .item:hover::after,
.ins_aboutCon5 .center_box .content .left .item.active::after {
  background: #F22A2A;
}
.ins_aboutCon5 .center_box .content .left .item:hover .number,
.ins_aboutCon5 .center_box .content .left .item.active .number,
.ins_aboutCon5 .center_box .content .left .item:hover .number span,
.ins_aboutCon5 .center_box .content .left .item.active .number span,
.ins_aboutCon5 .center_box .content .left .item:hover .name,
.ins_aboutCon5 .center_box .content .left .item.active .name {
  color: #F22A2A;
}
.ins_aboutCon5 .center_box .content .right {
  width: 79.64285714%;
  height: auto;
}
.ins_aboutCon5 .center_box .content .right .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 35px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .swiper_son .pb {
  padding-bottom: 128.21%;
  background: #f5f5f5;
  border-radius: var(--border-radius20);
  cursor: pointer;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .swiper_son .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;
  padding: 20px;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .pagerBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  z-index: 5;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .pagerBox .idxPageSoll {
  width: 100%;
  height: 2px;
  position: relative;
  top: unset !important;
  padding-bottom: 0;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .pagerBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F22A2A;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .pagerBox .swiper_btu {
  flex-shrink: 0;
  width: clamp(calc(34 / 16 * 1rem), calc((34 / 16 * 1rem) + ((48 - 34) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  height: clamp(calc(34 / 16 * 1rem), calc((34 / 16 * 1rem) + ((48 - 34) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .pagerBox .swiper_btu img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .pagerBox .swiper_btu:hover {
  background: #F22A2A;
  border: 2px solid #F22A2A;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .pagerBox .swiper_btu:hover img {
  filter: brightness(0) invert(1);
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .pagerBox .swiper_btu.prev {
  left: 0;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li .info .pagerBox .swiper_btu.next {
  right: 0;
}
.ins_aboutCon5 .center_box .content .right .swiper_box ul li.swiper-slide-active .info {
  opacity: 1;
}
@media (max-width:990px) {
  .ins_aboutCon5 {
    padding: 50px 0;
  }
  .ins_aboutCon5 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
  .ins_aboutCon5 .center_box .content .left {
    width: 100%;
    flex-direction: row;
    gap: 20px;
    padding-top: 0;
  }
  .ins_aboutCon5 .center_box .content .left .item .number {
    display: none;
  }
  .ins_aboutCon5 .center_box .content .left .item .name {
    margin-top: 0;
    font-size: 13px;
    text-align: center;
  }
  .ins_aboutCon5 .center_box .content .right {
    width: 100%;
    padding-bottom: 5px;
  }
  .ins_aboutCon5 .center_box .content .right .pagerBox .swiper_btu {
    display: none !important;
  }
}
/* 社会责任 */
.ins_aboutCon6 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  padding-bottom: clamp(calc(170 / 2 * 1px), calc(170 / 1920 * 100 * 1vw), 170px);
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.ins_aboutCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon6 .center_box .odm_titleBox .title {
  color: #FFF;
}
.ins_aboutCon6 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 60px;
  --width-cricle: clamp(10rem, 15.63vw, 18.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutCon6 .center_box .content .left {
  width: 59.22619048%;
  height: auto;
  padding-left: 100px;
  position: relative;
}
.ins_aboutCon6 .center_box .content .left::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 100vw;
  height: 1px;
  background: #FFF;
  opacity: 0.2;
}
.ins_aboutCon6 .center_box .content .left::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 1px;
  background: #FFF;
  opacity: 0.2;
  transform: rotate(45deg) translateY(-7px) translateX(-7px);
}
.ins_aboutCon6 .center_box .content .left .item_box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0 5px;
  max-width: 620px;
}
.ins_aboutCon6 .center_box .content .left .item_box .item {
  width: var(--width-cricle);
  height: var(--width-cricle);
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.ins_aboutCon6 .center_box .content .left .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 50%;
  opacity: 0.2;
}
.ins_aboutCon6 .center_box .content .left .item_box .item .icon {
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((57 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(57 / 16 * 1rem));
}
.ins_aboutCon6 .center_box .content .left .item_box .item .word {
  width: 100%;
  height: auto;
  padding: 0 20px;
}
.ins_aboutCon6 .center_box .content .left .item_box .item .word .title {
  font-size: var(--font20);
  color: #FFF;
  font-family: "sy_bo";
  margin-top: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((35 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(35 / 16 * 1rem));
}
.ins_aboutCon6 .center_box .content .left .item_box .item .word .details {
  margin-top: 15px;
}
.ins_aboutCon6 .center_box .content .left .item_box .item .word .details * {
  font-size: var(--font14);
  color: #FFF;
  font-family: "sy_re";
  line-height: 1.714;
}
.ins_aboutCon6 .center_box .content .right {
  width: 38.69047619%;
  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;
  --crcle-height: clamp(14.375rem, calc(-1.339rem + 24.55vw), 28.125rem);
}
.ins_aboutCon6 .center_box .content .right .circle {
  width: var(--crcle-height);
  height: var(--crcle-height);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.ins_aboutCon6 .center_box .content .right .circle p {
  position: relative;
  z-index: 2;
  font-size: var(--font24);
  color: #FFF;
  font-family: "sy_bo";
  line-height: 1.5;
}
.ins_aboutCon6 .center_box .content .right .circle::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 50%;
  opacity: 0.4;
}
@media (max-width:990px) {
  .ins_aboutCon6 {
    padding: 50px 0;
  }
  .ins_aboutCon6 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .ins_aboutCon6 .center_box .content .left,
  .ins_aboutCon6 .center_box .content .right {
    width: 100%;
  }
  .ins_aboutCon6 .center_box .content .left {
    padding-left: 0;
  }
  .ins_aboutCon6 .center_box .content .left .item_box .item {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: auto;
    border-radius: 0;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    text-align: left;
  }
  .ins_aboutCon6 .center_box .content .left .item_box .item::after {
    display: none;
  }
  .ins_aboutCon6 .center_box .content .left .item_box .item .word .details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .ins_aboutCon6 .center_box .content .left::after,
  .ins_aboutCon6 .center_box .content .left::before {
    display: none;
  }
  .ins_aboutCon6 .center_box .content .right {
    margin-top: 30px;
  }
  .ins_aboutCon6 .center_box .content .right .circle {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
    padding: 20px;
  }
  .ins_aboutCon6 .center_box .content .right .circle::after {
    border-radius: 0;
  }
}
/* 服务网络 */
.ins_aboutCon7 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  background: #F5F5F5;
  overflow: hidden;
}
.ins_aboutCon7 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon7 .center_box .topBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutCon7 .center_box .topBox .left {
  width: 39.28571429%;
}
.ins_aboutCon7 .center_box .topBox .left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 120px;
}
.ins_aboutCon7 .center_box .topBox .left .item .noe {
  padding: 0 clamp(1.25rem, calc(-1.607rem + 4.46vw), 3.75rem);
}
.ins_aboutCon7 .center_box .topBox .left .item .noe .number {
  font-size: var(--font20);
  color: #F22A2A;
  font-family: "sy_bo";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.ins_aboutCon7 .center_box .topBox .left .item .noe .number span {
  font-family: "sy_re";
  font-size: var(--font48);
  color: #F22A2A;
  line-height: 1;
}
.ins_aboutCon7 .center_box .topBox .left .item .noe .name {
  font-size: var(--font16);
  color: #666666;
  font-family: "sy_bo";
  margin-top: 15px;
}
.ins_aboutCon7 .center_box .topBox .left .item .noe:first-child {
  padding-left: 0;
}
.ins_aboutCon7 .center_box .topBox .right {
  width: 52.38095238%;
}
.ins_aboutCon7 .center_box .topBox .right .images {
  width: 100%;
  height: auto;
}
.ins_aboutCon7 .center_box .menu_title {
  font-size: var(--font24);
  font-family: "sy_bo";
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -20px;
}
.ins_aboutCon7 .center_box .menu_info {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: clamp(0.625rem, calc(-0.804rem + 2.23vw), 1.875rem);
  margin-top: 20px;
}
.ins_aboutCon7 .center_box .menu_info .one {
  width: 100%;
  height: auto;
}
.ins_aboutCon7 .center_box .menu_info .one .pb {
  padding-bottom: 70%;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_aboutCon7 .center_box .menu_info .one .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon7 .center_box .menu_info .one .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutCon7 .center_box .menu_info .one .title {
  font-size: var(--font18);
  font-family: "sy_bo";
  margin-top: var(--num_25);
  text-align: center;
}
.ins_aboutCon7 .center_box .menu_info .one .list {
  margin-top: var(--num_25);
}
.ins_aboutCon7 .center_box .menu_info .one .list * {
  font-size: var(--font14);
  line-height: 1.714;
  font-family: "sy_re";
  text-align: center;
}
@media (max-width:990px) {
  .ins_aboutCon7 {
    padding: 50px 0;
  }
  .ins_aboutCon7 .center_box .topBox {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutCon7 .center_box .topBox .left {
    width: 100%;
  }
  .ins_aboutCon7 .center_box .topBox .left .item {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .ins_aboutCon7 .center_box .topBox .left .item .noe {
    text-align: center;
    padding: 0;
  }
  .ins_aboutCon7 .center_box .topBox .left .item .noe .number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_aboutCon7 .center_box .topBox .right {
    width: 100%;
    margin-top: 30px;
  }
  .ins_aboutCon7 .center_box .menu_info {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
/* 合作客户 */
.ins_aboutCon8 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(170 / 2 * 1px), calc(170 / 1920 * 100 * 1vw), 170px);
  overflow: hidden;
}
.ins_aboutCon8 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon8 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--num_30);
  margin-top: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
}
.ins_aboutCon8 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #EEEEEE;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_aboutCon8 .center_box .item_box .item .pb {
  background: #FFF;
  padding-bottom: 54.905%;
}
.ins_aboutCon8 .center_box .item_box .item .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_aboutCon8 .center_box .item_box .item .pb .ab img {
  max-width: 100%;
}
.ins_aboutCon8 .center_box .item_box .item .text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon8 .center_box .item_box .item .text_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 00%;
  background: #F22A2A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon8 .center_box .item_box .item .text_box .title {
  font-size: var(--font20);
  color: #FFF;
  font-family: "sy_bo";
  position: relative;
  z-index: 2;
}
.ins_aboutCon8 .center_box .item_box .item .text_box .details {
  margin-top: 15px;
  font-size: var(--font14);
  color: #FFF;
  position: relative;
  z-index: 2;
  max-height: calc(2em * 1.5);
  overflow: auto;
}
.ins_aboutCon8 .center_box .item_box .item:hover .text_box {
  opacity: 1;
  visibility: visible;
}
.ins_aboutCon8 .center_box .item_box .item:hover .text_box::after {
  height: 100%;
  top: 0;
}
@media (max-width:990px) {
  .ins_aboutCon8 {
    padding: 50px 0;
  }
  .ins_aboutCon8 .center_box .item_box {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
}
/* ---------- 走进奥尼 */
/* 服务说明 */
.ins_descriptionCon1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(180 / 2 * 1px), calc(180 / 1920 * 100 * 1vw), 180px);
  overflow: hidden;
}
.ins_descriptionCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_descriptionCon1 .center_box .odm_titleBox .subtitle {
  color: #282828;
  font-family: "sy_bo";
}
.ins_descriptionCon1 .center_box .odm_titleBox .details {
  font-size: var(--font14);
  line-height: 1.714;
  margin-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  color: #666666;
  white-space: pre-line;
  font-family: "sy_re";
}
.ins_descriptionCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.ins_descriptionCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(72 / 2 * 1px), calc(72 / 1920 * 100 * 1vw), 72px);
  padding-bottom: clamp(calc(52 / 2 * 1px), calc(52 / 1920 * 100 * 1vw), 52px);
  padding-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  padding-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  text-align: center;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.ins_descriptionCon1 .center_box .item_box .item:last-child {
  border: none;
}
.ins_descriptionCon1 .center_box .item_box .item:last-child::before,
.ins_descriptionCon1 .center_box .item_box .item:last-child::after {
  display: none;
}
.ins_descriptionCon1 .center_box .item_box .item::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #f22a2a;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ins_descriptionCon1 .center_box .item_box .item::after {
  content: '';
  width: 1px;
  height: 33px;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
}
.ins_descriptionCon1 .center_box .item_box .item .icon {
  min-height: clamp(calc(35 / 16 * 1rem), calc((35 / 16 * 1rem) + ((48 - 35) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(48 / 16 * 1rem));
}
.ins_descriptionCon1 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.ins_descriptionCon1 .center_box .item_box .item .word .title {
  width: 100%;
  height: auto;
}
.ins_descriptionCon1 .center_box .item_box .item .word .title * {
  font-size: var(--font14);
  line-height: 1.714;
  color: #666666;
  font-family: "sy_re";
}
@media (max-width:990px) {
  .ins_descriptionCon1 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .ins_descriptionCon1 .center_box .item_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 0;
    padding: 20px 0;
  }
  .ins_descriptionCon1 .center_box .item_box .item::before {
    display: none;
  }
  .ins_descriptionCon1 .center_box .item_box .item .word {
    margin-top: 0;
  }
  .ins_descriptionCon1 .center_box .item_box .item .icon {
    height: 30px;
  }
  .ins_descriptionCon1 .center_box .item_box .item .word .title {
    text-align: left;
  }
}
/* 技术支持 */
.ins_descriptionCon2 {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
  position: relative;
}
.ins_descriptionCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_descriptionCon2 .center_box .odm_titleBox .title,
.ins_descriptionCon2 .center_box .odm_titleBox .subtitle {
  color: white;
}
.ins_descriptionCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(57 / 2 * 1px), calc(57 / 1920 * 100 * 1vw), 57px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ins_descriptionCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((30 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(30 / 16 * 1rem));
  background-color: white;
  border-radius: var(--border-radius20);
  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: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_descriptionCon2 .center_box .item_box .item .icon {
  min-height: 28px;
}
.ins_descriptionCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
}
.ins_descriptionCon2 .center_box .item_box .item .word .title {
  width: 100%;
  font-size: var(--font20);
  line-height: 1.4;
  color: #282828;
  line-height: 1;
  padding-top: clamp(calc(17 / 2 * 1px), calc(17 / 1920 * 100 * 1vw), 17px);
  padding-bottom: clamp(calc(15 / 2 * 1px), calc(15 / 1920 * 100 * 1vw), 15px);
  font-family: "sy_bo";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon2 .center_box .item_box .item .word .text_body {
  font-size: var(--font14);
  line-height: 1.714;
  color: #666666;
  font-family: "sy_re";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon2 .center_box .item_box .item .text_down {
  margin-top: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
}
.ins_descriptionCon2 .center_box .item_box .item .text_down .title {
  font-size: var(--font14);
  line-height: 1.714;
  color: #666666;
  font-weight: 600;
}
.ins_descriptionCon2 .center_box .item_box .item .text_down .text_body {
  font-size: var(--font20);
  line-height: 1.4;
  color: #282828;
  font-family: "sy_re";
}
.ins_descriptionCon2 .center_box .item_box .item .img {
  max-width: 80px;
}
.ins_descriptionCon2 .center_box .item_box .item .text_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_descriptionCon2 .center_box .item_box .item .text_up .text_item {
  border-left: 1px solid #e5e5e5;
  padding-left: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-right: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  display: block;
}
.ins_descriptionCon2 .center_box .item_box .item .text_up .text_item:first-child {
  border: none;
  padding-left: 0;
}
.ins_descriptionCon2 .center_box .item_box .item:hover {
  border: 1px solid #F22A2A;
}
.ins_descriptionCon2 .center_box .item_box .item:hover .word .title {
  color: #F22A2A;
}
.ins_descriptionCon2 .center_box .item_box .item:hover .word .text_body {
  color: #F22A2A;
  opacity: 0.8;
}
@media (max-width:990px) {
  .ins_descriptionCon2 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .ins_descriptionCon2 .center_box .item_box .item {
    position: relative;
  }
  .ins_descriptionCon2 .center_box .item_box .item .word {
    padding-left: 30px;
    margin-top: 0;
  }
  .ins_descriptionCon2 .center_box .item_box .item .word .title {
    padding-top: 0;
  }
  .ins_descriptionCon2 .center_box .item_box .item .icon {
    position: absolute;
    width: 20px;
  }
}
/* 资源中心 */
.ins_descriptionCon3 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
  display: none;
}
.ins_descriptionCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_descriptionCon3 .center_box .up_box {
  background-color: #f5f5f5;
  border-top: 2px solid #F22A2A;
  border-radius: 0 0 20px 20px;
  padding-top: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  padding-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  margin-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.ins_descriptionCon3 .center_box .up_box .item {
  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-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  padding-bottom: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
.ins_descriptionCon3 .center_box .up_box .item .title {
  min-width: 100px;
  font-size: var(--font16);
  color: #282828;
  font-family: "sy_bo";
  text-align: center;
  height: 42px;
  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;
}
.ins_descriptionCon3 .center_box .up_box .item .text_body {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 20px;
}
.ins_descriptionCon3 .center_box .up_box .item .text_body a {
  min-width: 94px;
  height: 42px;
  text-align: center;
  font-size: var(--font14);
  color: #282828;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "sy_re";
  padding: 0 10px;
}
.ins_descriptionCon3 .center_box .up_box .item .text_body a.active,
.ins_descriptionCon3 .center_box .up_box .item .text_body a:hover {
  color: white;
  background-color: #F22A2A;
  border-color: #F22A2A;
}
.ins_descriptionCon3 .center_box .item_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
.ins_descriptionCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(43 / 2 * 1px), calc(43 / 1920 * 100 * 1vw), 43px);
  padding-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  border: 1px solid #e5e5e5;
  border-radius: var(--border-radius20);
  display: block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon3 .center_box .item_box .item .text_box {
  width: 100%;
  height: auto;
  flex: 1;
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
  margin-right: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.ins_descriptionCon3 .center_box .item_box .item .text_box .title {
  font-size: var(--font16);
  color: #282828;
  font-family: "sy_re";
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.ins_descriptionCon3 .center_box .item_box .item .text_box .time {
  font-size: var(--font14);
  color: #bababa;
  font-family: "sy_me";
  margin-top: 18px;
  line-height: 1;
}
.ins_descriptionCon3 .center_box .item_box .item .icon {
  max-width: 16px;
}
.ins_descriptionCon3 .center_box .item_box .item:hover {
  border: 1px solid #F22A2A;
}
.ins_descriptionCon3 .center_box .item_box .item:hover .text_box .title {
  color: #F22A2A;
}
@media (max-width:990px) {
  .ins_descriptionCon3 .center_box .up_box {
    padding: 30px 20px;
  }
  .ins_descriptionCon3 .center_box .up_box .item {
    gap: 20px;
    padding-bottom: 30px;
  }
  .ins_descriptionCon3 .center_box .up_box .item .title {
    min-width: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_descriptionCon3 .center_box .up_box .item .text_body {
    gap: 10px;
  }
  .ins_descriptionCon3 .center_box .up_box .item .text_body a {
    min-width: auto;
    padding: 0 15px;
    height: 30px;
  }
  .ins_descriptionCon3 .center_box .up_box .item:last-child {
    padding-bottom: 0;
  }
  .ins_descriptionCon3 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
/* 视频中心 */
.ins_descriptionCon4 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.ins_descriptionCon4 .center_box .odm_titleBox .title {
  text-align: center;
  color: #FFF;
}
.ins_descriptionCon4 .center_box .content {
  width: 100%;
  height: auto;
}
.ins_descriptionCon4 .center_box .content .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_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;
  overflow: hidden;
  padding-top: 50px;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_box ul li {
  height: auto;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: var(--border-radius20);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_box ul li .centerInfo .pb {
  padding-bottom: 59.26%;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_box ul li .centerInfo .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_box ul li .centerInfo .pb .ab img {
  width: 100%;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_box ul li .centerInfo .word {
  min-height: 106px;
  padding: 30px;
  font-size: var(--font20);
  font-family: "sy_bo";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_box ul li .centerInfo:hover {
  transform: translateY(-10px);
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_box ul li .centerInfo:hover .word {
  color: #F22A2A;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(calc(100% + 20px));
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFF;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn.prev {
  left: 0;
  transform: translateY(-50%) translateX(calc(-100% - 20px));
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn.next {
  right: 0;
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn:hover img {
  filter: brightness(0) invert(1);
}
.ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn:hover {
  background: #F22A2A;
}
@media (max-width:1680px) {
  .ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn {
    transform: translateY(-50%) translateX(calc(100% + 5px));
  }
  .ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn.prev {
    transform: translateY(-50%) translateX(calc(-100% - 5px));
  }
}
@media (max-width:1440px) {
  .ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn {
    transform: translateY(-50%) translateX(calc(50%));
  }
  .ins_descriptionCon4 .center_box .content .swiper_info .swiper_btn.prev {
    transform: translateY(-50%) translateX(calc(-50%));
  }
}
/* 常见问题 */
.ins_descriptionCon5 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: clamp(calc(140 / 2 * 1px), calc(140 / 1920 * 100 * 1vw), 140px);
  padding-bottom: clamp(calc(160 / 2 * 1px), calc(160 / 1920 * 100 * 1vw), 160px);
  overflow: hidden;
}
.ins_descriptionCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_descriptionCon5 .center_box .odm_titleBox {
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  border-bottom: 2px solid #282828;
}
.ins_descriptionCon5 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.ins_descriptionCon5 .center_box .item_box .item {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.ins_descriptionCon5 .center_box .item_box .item .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 80px;
  padding: 15px 0;
  border-radius: var(--border-radius10);
  background: #f5f5f5;
  cursor: pointer;
}
.ins_descriptionCon5 .center_box .item_box .item .top_box .icon {
  width: 100px;
  flex-shrink: 0;
  text-align: center;
  font-family: "sy_me";
  font-size: var(--font36);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon5 .center_box .item_box .item .top_box .word {
  width: 100%;
  height: auto;
  font-size: var(--font20);
  font-family: "sy_re";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon5 .center_box .item_box .item .top_box .down {
  width: 100px;
  height: 11px;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon5 .center_box .item_box .item .top_box .down::after {
  content: '';
  position: absolute;
  width: clamp(calc(5 / 16 * 1rem), calc((5 / 16 * 1rem) + ((11 - 5) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(11 / 16 * 1rem));
  height: 2px;
  background: #000;
  transform: rotate(45deg) translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon5 .center_box .item_box .item .top_box .down::before {
  content: '';
  position: absolute;
  width: clamp(calc(5 / 16 * 1rem), calc((5 / 16 * 1rem) + ((11 - 5) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(11 / 16 * 1rem));
  height: 2px;
  background: #000;
  transform: rotate(-45deg) translateX(50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_descriptionCon5 .center_box .item_box .item .bot_box {
  width: 100%;
  height: auto;
  padding: 35px 0;
  display: none;
}
.ins_descriptionCon5 .center_box .item_box .item .bot_box .word_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_descriptionCon5 .center_box .item_box .item .bot_box .word_box .icon {
  width: 100px;
  flex-shrink: 0;
  text-align: center;
  font-family: "sy_me";
  font-size: var(--font36);
  line-height: 1;
  color: #F22A2A;
}
.ins_descriptionCon5 .center_box .item_box .item .bot_box .word_box .word {
  width: 100%;
  height: auto;
  max-width: 1000px;
}
.ins_descriptionCon5 .center_box .item_box .item .bot_box .word_box .word * {
  font-size: var(--font14);
  color: #666666;
  line-height: 1.714;
  font-family: "sy_re";
}
.ins_descriptionCon5 .center_box .item_box .item .bot_box .word_box .word p {
  margin-top: 30px;
}
.ins_descriptionCon5 .center_box .item_box .item .bot_box .word_box .word p:first-child {
  margin-top: 0;
}
.ins_descriptionCon5 .center_box .item_box .item:last-child {
  margin-bottom: 0;
}
.ins_descriptionCon5 .center_box .item_box .item.active .top_box .icon,
.ins_descriptionCon5 .center_box .item_box .item:hover .top_box .icon {
  color: #F22A2A;
}
.ins_descriptionCon5 .center_box .item_box .item.active .top_box .word,
.ins_descriptionCon5 .center_box .item_box .item:hover .top_box .word {
  color: #F22A2A;
}
.ins_descriptionCon5 .center_box .item_box .item.active .top_box .down::after,
.ins_descriptionCon5 .center_box .item_box .item:hover .top_box .down::after,
.ins_descriptionCon5 .center_box .item_box .item.active .top_box .down::before,
.ins_descriptionCon5 .center_box .item_box .item:hover .top_box .down::before {
  background: #F22A2A;
}
.ins_descriptionCon5 .center_box .item_box .item.active .top_box .down {
  transform: rotate(180deg);
}
@media (max-width:990px) {
  .ins_descriptionCon5 .center_box .item_box .item .top_box .icon,
  .ins_descriptionCon5 .center_box .item_box .item .bot_box .word_box .icon {
    width: 50px;
  }
}
.pendant_box {
  width: var(--width);
  height: auto;
  position: fixed;
  right: clamp(0.625rem, calc(-5.375rem + 7.5vw), 2.5rem);
  bottom: clamp(2.5rem, calc(-1.402rem + 6.1vw), 5rem);
  z-index: 18;
  --width: clamp(2.75rem, calc(-0.45rem + 4vw), 3.75rem);
  display: none;
}
.pendant_box .menu_box {
  width: 100%;
  height: auto;
}
.pendant_box .menu_box .item {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  position: relative;
  cursor: pointer;
  pointer-events: none;
  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;
}
.pendant_box .menu_box .item .center {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.pendant_box .menu_box .item .center .one {
  width: auto;
  height: 100%;
  border-radius: 100px;
  background: #D3D3D3;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pendant_box .menu_box .item .center .one a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pendant_box .menu_box .item .center .one .icon {
  width: var(--width);
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pendant_box .menu_box .item .center .one .icon .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  filter: brightness(0) invert(1);
  overflow: hidden;
}
.pendant_box .menu_box .item .center .one .icon .img img {
  max-width: 33.33%;
  max-height: 33.33%;
}
.pendant_box .menu_box .item .center .one .word {
  width: auto;
  height: 100%;
  padding: 0 calc(var(--width) / 3) 0 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;
  font-family: "sy_me";
  font-size: var(--font18);
  color: #FFF;
  white-space: nowrap;
}
.pendant_box .menu_box .item .center .one_first {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.pendant_box .menu_box .item .center .one_last {
  width: var(--width);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  pointer-events: initial;
  overflow: hidden;
}
.pendant_box .menu_box .item .center .one_last .word {
  position: absolute;
  left: var(--width);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pendant_box .menu_box .item .center .one_last:hover {
  width: 100%;
  background: #F22A2A;
}
.pendant_box .menu_box .item .center .one_last:hover .word {
  opacity: 1;
}
.pendant_box .menu_box .item:nth-child(2) .center .one_last {
  background: #F22A2A;
}
.pendant_box .menu_box .item:first-child {
  margin: 0;
}
.pendant_box .up_btn {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.pendant_box .up_btn .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;
}
.pendant_box .up_btn svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:990px) {
  .pendant_box {
    display: none;
  }
}
