@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;
}
html {
  scroll-behavior: smooth;
}
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;
  }
}
/* 上 下  1 => 0 */
@keyframes updw {
  0% {
    transform: translateY(0%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes lines {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
/* 默认 空标签 */
.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 {
  --active_color: #b02a30;
  --text_color: #252525;
  /* 字体 */
  /* 1280px ~ 1800px */
  /* 60px ~ 160px */
  --font160: clamp(3.75rem, calc( -3.393rem + 11.16vw), 10rem);
  /* 36px ~ 88px */
  --font88: clamp(2.25rem, calc(-5.75rem + 10.00vw), 5.5rem);
  /* 32px ~ 80px */
  --font80: clamp(2rem, calc(-5.385rem + 9.23vw), 5rem);
  /* 30px ~ 64px */
  --font64: clamp(1.875rem, calc(-3.356rem + 6.54vw), 4rem);
  /* 30px ~ 60px */
  --font60: clamp(1.875rem, calc(-2.740rem + 5.77vw), 3.75rem);
  /* 28px ~ 55px */
  --font55: clamp(1.75rem, calc( -2.404rem + 5.19vw), 3.438rem);
  /* 28px ~ 50px */
  --font50: clamp(1.625rem, calc(-2.067rem + 4.62vw), 3.125rem);
  /* 26px ~ 48px */
  --font48: clamp(1.625rem, calc(-1.760rem + 4.23vw), 3rem);
  /* 25px ~ 44px */
  --font44: clamp(1.563rem, calc(-1.361rem + 3.65vw), 2.75rem);
  /* 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.0770rem + 1.15vw), 1.375rem);
  /* 15px ~ 20px */
  --font20: clamp(0.938rem, calc(0.1680rem + 0.96vw), 1.25rem);
  /* 14px ~ 18px */
  --font18: 18px;
  /* 13px ~ 16px */
  --font16: 16px;
  /* 12px ~ 14px */
  --font14: 14px;
  /* 圆角 */
  --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);
  /* 数值 */
  /* 155px ~ 310px */
  --num_310: clamp(9.688rem, calc(-9.688rem + 25.830vw), 19.375rem);
  /* 150px ~ 300px */
  --num_300: clamp(9.375rem, calc(-9.375rem + 25.000vw), 18.75rem);
  /* 180px ~ 260px */
  --num_260: clamp(11.25rem, calc(1.25000rem + 13.33vw), 16.25rem);
  /* 115px ~ 230px */
  --num_230: clamp(7.188rem, calc( -7.188rem + 19.17vw), 14.375rem);
  /* 110px ~ 220px */
  --num_220: clamp(6.875rem, calc(-6.8750rem + 18.30vw), 13.75rem);
  /* 100px ~ 210px */
  --num_210: clamp(6.25rem, calc(-7.5000rem + 18.33vw), 13.125rem);
  /* 100px ~ 200px */
  --num_200: clamp(6.25rem, calc(-6.2500rem + 16.67vw), 12.5rem);
  /* 70px ~ 190px */
  --num_190: clamp(4.375rem, calc(-14.087rem + 23.08vw), 11.875rem);
  /* 70px ~ 180px */
  --num_180: clamp(4.375rem, calc(-12.548rem + 21.15vw), 11.25rem);
  /* 70px ~ 170px */
  --num_170: clamp(4.375rem, calc(-11.010rem + 19.23vw), 10.625rem);
  /* 70px ~ 160px */
  --num_160: clamp(4.375rem, calc(-9.4710rem + 17.31vw), 10rem);
  /* 70px ~ 150px */
  --num_150: clamp(4.375rem, calc(-7.9330rem + 15.38vw), 9.375rem);
  /* 70px ~ 140px */
  --num_140: clamp(4.375rem, calc(-6.3940rem + 13.46vw), 8.75rem);
  /* 65px ~ 130px */
  --num_130: clamp(4.063rem, calc(-5.9380rem + 12.50vw), 8.125rem);
  /* 60px ~ 120px */
  --num_120: clamp(3.75rem, calc(-5.4810rem + 11.54vw), 7.5rem);
  /* 55px ~ 110px */
  --num_110: clamp(3.438rem, calc(-5.0240rem + 10.58vw), 6.875rem);
  /* 50px ~ 105px */
  --num_105: clamp(3.125rem, calc(-5.3370rem + 10.58vw), 6.563rem);
  /* 50px ~ 100px */
  --num_100: clamp(3.125rem, calc(-4.5670rem + 9.620vw), 6.25rem);
  /* 45px ~ 95px */
  --num_95: clamp(2.813rem, calc(-4.880rem + 9.62vw), 5.938rem);
  /* 45px ~ 90px */
  --num_90: clamp(2.813rem, calc(-4.111rem + 8.65vw), 5.625rem);
  /* 40px ~ 85px */
  --num_85: clamp(2.5rem, calc(-4.423rem + 8.65vw), 5.313rem);
  /* 40px ~ 80px */
  --num_80: clamp(2.5rem, calc(-3.654rem + 7.69vw), 5rem);
  /* 35px ~ 75px */
  --num_75: clamp(2.188rem, calc(-3.966rem + 7.69vw), 4.688rem);
  /* 35px ~ 70px */
  --num_70: clamp(2.188rem, calc(-3.197rem + 6.73vw), 4.375rem);
  /* 30px ~ 65px */
  --num_65: clamp(1.875rem, calc(-3.510rem + 6.73vw), 4.063rem);
  /* 30px ~ 60px */
  --num_60: clamp(1.875rem, calc(-2.740rem + 5.77vw), 3.75rem);
  /* 25px ~ 50px */
  --num_50: clamp(1.563rem, calc(-2.284rem + 4.81vw), 3.125rem);
  /* 20px ~ 45px */
  --num_45: clamp(1.25rem, calc(-2.596rem + 4.81vw), 2.813rem);
  /* 20px ~ 40px */
  --num_40: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem);
  /* 15px ~ 35px */
  --num_35: clamp(0.938rem, calc(-2.139rem + 3.85vw), 2.188rem);
  /* 15px ~ 30px */
  --num_30: clamp(0.938rem, calc(-1.370rem + 2.88vw), 1.875rem);
  /* 10px ~ 25px */
  --num_25: clamp(0.625rem, calc(-1.683rem + 2.88vw), 1.563rem);
  /* 10px ~ 20px */
  --num_20: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
  --num_wh24: clamp(1rem, calc(-0.231rem + 1.54vw), 1.5rem);
  --num_wh40: clamp(2.188rem, calc(1.4180rem + 0.960vw), 2.5rem);
  --num_wh48: clamp(2.5rem, calc(1.2690rem + 1.540vw), 3rem);
  --num_wh50: clamp(1.875rem, calc(-0.625rem + 3.330vw), 3.125rem);
  --num_wh54: clamp(2.625rem, calc(0.7790rem + 2.310vw), 3.375rem);
  --num_wh60: clamp(2.813rem, calc(0.5050rem + 2.880vw), 3.75rem);
  --num_wh80: clamp(3.625rem, calc(0.2400rem + 4.230vw), 5rem);
  --num_wh100: clamp(4.375rem, calc(-0.240rem + 5.770vw), 6.25rem);
  --num_wh120: clamp(5rem, calc(-1.154rem + 7.690vw), 7.5rem);
  --num_wh150: clamp(6.875rem, calc(0.7210rem + 7.690vw), 9.375rem);
  --num_wh160: clamp(7.5rem, calc(1.3460rem + 7.690vw), 10rem);
  --num_wh180: clamp(7.5rem, calc(-1.731rem + 11.54vw), 11.25rem);
  --num_wh200: clamp(10.625rem, calc(6.010rem + 5.770vw), 12.5rem);
  --num_wh360: clamp(12.5rem, calc(-12.115rem + 30.77vw), 22.5rem);
}
@media (max-width:1440px) {
  :root {
    /* 14px ~ 18px */
    --font18: 16px;
    /* 13px ~ 16px */
    --font16: 14px;
    /* 12px ~ 14px */
    --font14: 14px;
  }
}
@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;
    /* 17px ~ 22px */
    --font14: 12px;
    /* 50px ~ 310px */
    --num_310: 50px;
    /* 50px ~ 300px */
    --num_300: 50px;
    /* 50px ~ 230px */
    --num_230: 50px;
    /* 50px ~ 220px */
    --num_220: 50px;
    /* 50px ~ 210px */
    --num_210: 50px;
    /* 50px ~ 200px */
    --num_200: 50px;
    /* 50px ~ 190px */
    --num_190: 50px;
    /* 50px ~ 180px */
    --num_180: 50px;
    /* 50px ~ 170px */
    --num_170: 50px;
    /* 50px ~ 160px */
    --num_160: 50px;
    /* 50px ~ 150px */
    --num_150: 50px;
    /* 50px ~ 140px */
    --num_140: 50px;
  }
}
/* 字体大小 */
/* 间距 */
/* 点扩散 */
.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();
}
/* ----------------------------------------------------------    字体 */
@font-face {
  font-family: "eu_me";
  src: url('../fonts/EuclidSquare-Medium.otf');
}
.eu_me {
  font-family: "eu_me";
}
@font-face {
  font-family: "eu_re";
  src: url('../fonts/EuclidSquare-Regular.otf');
}
.eu_re {
  font-family: "eu_re";
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-ExtraLight.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Light.ttf');
  font-weight: 200;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Normal.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/SourceHanSansCN-Heavy.ttf');
  font-weight: 900;
}
@font-face {
  font-family: 'zihun';
  src: url('../fonts/zihun.ttf');
}
* {
  font-family: 'eu_me', 'SourceHanSansCN', 'Euclid Square', 'Microsoft YaHei', 'PingFang SC', 'HelveticaNeue', 'Helvetica', 'Droid Sans', 'Segoe', 'Heiti SC', 'Droidsansfallback', 'Dengxian';
  color: #252525;
}
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: #b02a30;
}
/* 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;
  padding: 20px;
}
.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: #b02a30;
  --c: #FFF;
}
.videobox .video {
  width: 100%;
  height: 80vh;
  position: relative;
  padding: 20px;
}
.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: 80px;
}
@media (max-width:1440px) {
  main {
    --header-height: 50px;
  }
}
.fp-auto-height {
  min-height: auto !important;
}
/* 头部 */
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  /* Mobile version header */
}
header .header_box {
  width: 100%;
  height: var(--header-height);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --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);
}
header .header_box .center_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;
  --min_width: 250px;
  gap: 20px;
}
header .header_box .center_box .header_logo {
  width: var(--min_width);
  height: 100%;
  flex-shrink: 0;
}
header .header_box .center_box .header_nav {
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: clamp(30px, 3.125vw, 60px);
}
header .header_box .center_box .header_column {
  width: var(--min_width);
  height: 100%;
  flex-shrink: 0;
}
header .header_box .center_box .logo {
  width: auto;
  height: 100%;
  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 .center_box .logo svg {
  width: 100%;
  height: 100%;
}
header .header_box .center_box .logo svg .cls-1,
header .header_box .center_box .logo svg .cls-3 {
  fill: var(--color);
}
header .header_box .center_box .logo svg .cls-2 {
  fill: #b02a30;
}
header .header_box .center_box .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 .center_box .logo a .be {
  opacity: 0;
  position: absolute;
  z-index: 2;
}
header .header_box .center_box .logo a .af {
  position: relative;
  z-index: 1;
}
header .header_box .center_box .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 .center_box .nav {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 5;
}
header .header_box .center_box .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: clamp(25px, 2.56vw, 50px);
}
header .header_box .center_box .nav ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
header .header_box .center_box .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: var(--font18);
  color: var(--color);
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
header .header_box .center_box .nav ul li .subNav {
  position: absolute;
  top: 100%;
  background: #FFF;
  padding: 25px 30px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1);
}
header .header_box .center_box .nav ul li .subNav > a {
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
header .header_box .center_box .nav ul li .subNav > a:hover,
header .header_box .center_box .nav ul li .subNav > a.active {
  color: #b02a30;
}
header .header_box .center_box .nav ul li:hover > a {
  color: #b02a30;
}
header .header_box .center_box .nav ul li:hover .subNav {
  opacity: 1;
  visibility: visible;
}
header .header_box .center_box .column {
  width: auto;
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: var(--num_30);
}
header .header_box .center_box .column .head_search {
  width: auto;
  height: auto;
  position: relative;
}
header .header_box .center_box .column .head_search .round {
  width: auto;
  height: auto;
  cursor: pointer;
}
header .header_box .center_box .column .head_search .round i {
  font-size: var(--font18);
  color: var(--color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .center_box .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 .center_box .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 .center_box .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 .center_box .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: #b02a30;
  color: #fff;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: var(--border-radius10);
}
header .header_box .center_box .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 .center_box .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 .center_box .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 .center_box .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 .center_box .column .head_search .search_Box .closBox:hover {
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .center_box .column .head_search .search_Box .closBox:hover i::after {
  background: #FFF;
}
header .header_box .center_box .column .head_search .search_Box .closBox:hover i::before {
  background: #FFF;
}
header .header_box .center_box .column .head_search .search_Box.active {
  transform: translateY(0%);
}
header .header_box .center_box .column .head_language {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
header .header_box .center_box .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;
  gap: 6px;
}
header .header_box .center_box .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 .center_box .column .head_language .round .icon i {
  font-size: var(--font18);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_box .center_box .column .head_language .round .drop {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: var(--color) transparent transparent transparent;
}
header .header_box .center_box .column .head_language .sub_btn {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 100%;
  min-width: 70px;
  height: auto;
  background: #FFF;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999999;
  transform: translateX(-50%);
  border-radius: var(--border-radius10);
}
header .header_box .center_box .column .head_language .sub_btn a {
  display: block;
  text-align: center;
  padding: 3px 0;
  color: #242424;
}
header .header_box .center_box .column .head_language .sub_btn a:hover,
header .header_box .center_box .column .head_language .sub_btn a.active {
  color: #b02a30;
}
header .header_box .center_box .column .head_language:hover .head_btn {
  --initial-color: #b02a30;
}
header .header_box .center_box .column .head_language:hover .sub_btn {
  opacity: 1;
  visibility: visible;
}
@media (max-width:990px) {
  header .header_box {
    display: none !important;
  }
}
header.active .header_box,
header.white .header_box,
header:hover .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,
header:hover .header_box::after {
  opacity: 0.1;
}
header.active .header_box .logo a .be,
header.white .header_box .logo a .be,
header:hover .header_box .logo a .be {
  opacity: 1;
}
header.active .header_box .logo a .af,
header.white .header_box .logo a .af,
header:hover .header_box .logo a .af {
  opacity: 0;
}
header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
}
header .m_header_box .header_title {
  width: 100%;
  height: 50px;
  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 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: #b02a30;
}
header .m_header_box .header_title .logo a {
  width: fit-content;
  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;
}
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: #b02a30;
  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;
  padding-bottom: 100px;
}
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: #b02a30;
}
header .m_header_box .header_body .menu_nav ul li .one.active.is_active a .icon {
  --color: #b02a30;
  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: #b02a30;
}
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: #b02a30;
}
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: #b02a30;
}
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: #b02a30;
  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;
  }
}
/* 底部 */
footer {
  width: 100%;
  height: auto;
  background: #F5F5F5;
  overflow: hidden;
}
footer .center_box {
  height: 100%;
}
footer .headline {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font16);
  position: relative;
}
footer .headline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 3px;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(-100%) skew(180deg) rotate(45deg);
}
footer .headline a {
  font-weight: 700;
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #252525;
}
footer .headline a:hover {
  color: #b02a30;
}
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-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: var(--num_100) 0;
}
footer .footer_box .footer_top .contact_box {
  width: fit-content;
  height: auto;
  margin-top: var(--num_35);
}
footer .footer_box .footer_top .contact_box .menu {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
}
footer .footer_box .footer_top .contact_box .menu .title {
  font-size: var(--font36);
  font-weight: 500;
}
footer .footer_box .footer_top .contact_box .menu .more {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
}
footer .footer_box .footer_top .contact_box .menu .more a {
  width: 100%;
  height: 40px;
  max-width: 314px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  color: #252525;
  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;
}
footer .footer_box .footer_top .contact_box .menu .more a:hover {
  background: #b02a30;
  border: 1px solid #b02a30;
  color: #FFF;
}
footer .footer_box .footer_top .contact_box .menu .one {
  margin-top: var(--num_40);
}
footer .footer_box .footer_top .contact_box .menu .one .icon {
  font-size: var(--font14);
  font-weight: 500;
}
footer .footer_box .footer_top .contact_box .menu .one .word {
  font-size: 12px;
  color: #676767;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
footer .footer_box .footer_top .contact_box .menu .one .word span {
  color: #676767;
}
footer .footer_box .footer_top .nav_box {
  width: 100%;
  max-width: 610px;
  height: auto;
}
footer .footer_box .footer_top .nav_box ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 10px;
}
footer .footer_box .footer_top .nav_box ul li {
  width: auto;
  height: auto;
}
footer .footer_box .footer_top .nav_box ul li .menu {
  width: 100%;
  height: auto;
  margin-top: var(--num_35);
}
footer .footer_box .footer_top .nav_box ul li .menu .one {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  line-height: 1.2;
}
footer .footer_box .footer_top .nav_box ul li .menu .one a {
  font-size: 12px;
  color: #888888;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
footer .footer_box .footer_top .nav_box ul li .menu .one a:hover {
  color: #b02a30;
}
footer .footer_box .footer_top .nav_box ul li .menu .one:first-child {
  margin: 0;
}
footer .footer_box .footer_bottom {
  width: 100%;
  height: auto;
  padding-top: var(--num_40);
  padding-bottom: var(--num_60);
  background: #e5e5e5;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer_box .footer_bottom::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 100%;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_bottom .left {
  position: relative;
  z-index: 2;
}
footer .footer_box .footer_bottom .right {
  position: relative;
  z-index: 2;
  max-width: 610px;
  width: 100%;
  height: auto;
}
footer .footer_box .footer_bottom .right .links {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
footer .footer_box .footer_bottom .right .links a {
  color: #676767;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_bottom .right .links a:hover {
  color: #b02a30;
}
footer .footer_box .footer_bottom .right .copy {
  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: 10px;
  margin-bottom: var(--num_40);
}
footer .footer_box .footer_bottom .right .copy .le {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  color: #676767;
  font-weight: 500;
}
footer .footer_box .footer_bottom .right .copy .le a {
  color: #676767;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_bottom .right .copy .le a:hover {
  color: #b02a30;
}
footer .footer_box .footer_bottom .right .copy .ri {
  font-size: 12px;
  color: #676767;
  display: -webkit-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;
}
footer .footer_box .footer_bottom .right .copy .ri a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
footer .footer_box .footer_bottom .right .copy .ri a .images_ho {
  position: absolute;
  bottom: calc(100% + 10px);
  width: max-content;
  max-width: 120px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_bottom .right .copy .ri a:hover {
  color: #b02a30;
}
footer .footer_box .footer_bottom .right .copy .ri a:hover .images_ho {
  opacity: 1;
  visibility: visible;
}
footer .footer_box .footer_bottom .right .group {
  font-size: 12px;
  font-weight: 500;
  max-width: 200px;
  position: relative;
}
footer .footer_box .footer_bottom .right .group .top {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
footer .footer_box .footer_bottom .right .group .top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  color: #676767;
}
footer .footer_box .footer_bottom .right .group .top .icon i {
  color: #676767;
}
footer .footer_box .footer_bottom .right .group .top .word i {
  transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #676767;
}
footer .footer_box .footer_bottom .right .group .top::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #c9c9c9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_bottom .right .group .bottom {
  width: 100%;
  max-width: 120px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 20px);
  background: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_box .footer_bottom .right .group .bottom a {
  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;
  padding: 8px 10px;
  font-size: 13px;
  color: #666666;
}
footer .footer_box .footer_bottom .right .group .bottom a:hover {
  color: #b02a30;
}
footer .footer_box .footer_bottom .right .group .bottom::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: 100%;
}
footer .footer_box .footer_bottom .right .group:hover .bottom {
  opacity: 1;
  visibility: visible;
}
@media (max-width:990px) {
  footer {
    height: auto;
    padding: 0;
  }
  footer .footer_box {
    height: auto;
    padding: 10px 0 0;
    display: block;
  }
  footer .footer_box .footer_top {
    padding: 0;
  }
  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: 25px 0;
  }
  footer .footer_box .footer_bottom .right .copy {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  footer .footer_box .footer_bottom .right .copy .ri {
    display: none;
  }
  footer .footer_box .footer_bottom .right .copy .le {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .footer_box .footer_bottom .right .group {
    display: none;
  }
  footer .footer_box .footer_top .contact_box .menu .more a {
    width: fit-content;
    padding: 0 15px;
    height: 35px;
    font-size: 12px;
  }
  footer .footer_box .footer_top .contact_box .menu .one {
    display: none;
  }
  footer .footer_box .footer_bottom .right {
    margin-top: 20px;
  }
}
@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 .footer_box .footer_bottom .left a img {
    max-width: 120px;
  }
}
footer.is_active {
  height: 100vh;
}
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;
}
/* 导航高度 占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
}
/* 公共样式 */
/* 首页 公共标题 */
.idx_title {
  width: 100%;
  height: auto;
  --color_idx: #252525;
  --fiter: brightness(0) invert(0);
}
.idx_title .title {
  font-size: var(--font22);
  line-height: 1;
  position: relative;
  z-index: 1;
  width: fit-content;
  height: auto;
  color: var(--color_idx);
}
.idx_title .title::after {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 8px;
  height: 8px;
  background: #b02a30;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(calc(100% + 4px));
}
.idx_title .subtitle {
  font-size: var(--font42);
  font-weight: 700;
  margin-top: var(--num_20);
  color: var(--color_idx);
}
.idx_title .subtitle p {
  font-weight: 700;
}
.idx_title .detail {
  font-size: var(--font18);
  color: var(--color_idx);
  line-height: 1.66666667;
  margin-top: var(--num_30);
}
.idx_title .idx_more {
  margin-top: var(--num_50);
}
.idx_title .idx_more a {
  color: var(--color_idx);
}
.idx_title .idx_more a img {
  filter: var(--fiter);
}
@media (max-width:990px) {
  .idx_title .idx_more img {
    width: 20px;
  }
}
.hh_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: var(--gap);
  --left_width: auto;
  --right_width: auto;
  --gap: auto;
}
.hh_info .hh_left {
  width: var(--left_width);
}
.hh_info .hh_right {
  width: var(--right_width);
}
@media (max-width:990px) {
  .hh_info {
    flex-direction: column !important;
  }
  .hh_info .hh_left {
    width: 100%;
    height: auto;
    position: relative !important;
    top: unset !important;
    z-index: 1;
  }
  .hh_info .hh_right {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
.f42 {
  font-size: var(--font42);
  font-weight: 700;
  line-height: 1;
}
.f36 {
  font-size: var(--font36);
  font-weight: 700;
}
.f36_down {
  font-size: var(--font36);
  line-height: 1;
  padding-bottom: var(--num_30);
  position: relative;
  z-index: 1;
}
.f36_down::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f36_down.cter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.f36_down.cter::after {
  left: unset !important;
}
.f30 {
  font-size: var(--font30);
  font-weight: 700;
}
.f24 {
  font-size: var(--font26);
  font-weight: 700;
  line-height: 1.5;
}
.f24 * {
  font-size: var(--font26);
  font-weight: 700;
  line-height: 1.5;
}
.f20 {
  font-size: var(--font22);
  line-height: 1.3;
}
.f20 * {
  font-size: var(--font22);
  line-height: 1.3;
}
.f18 {
  font-size: var(--font20);
  line-height: 1.3;
}
.f18 * {
  font-size: var(--font20);
  line-height: 1.3;
}
.f16 {
  font-size: var(--font18);
  line-height: 1.5;
  font-weight: 300;
}
.f16 * {
  font-size: var(--font18);
  line-height: 1.5;
}
.f16w {
  font-size: var(--font18);
  line-height: 1.5;
}
.f16w * {
  font-size: var(--font18);
  line-height: 1.5;
}
.grid_1 {
  grid-column: span 3;
}
.grid_1 .images .pb {
  padding-bottom: 19.2% !important;
}
.max650 {
  max-width: 650px;
}
.max880 {
  max-width: 880px;
}
.max990 {
  max-width: 990px;
}
.ani-text {
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.25;
  background: -webkit-linear-gradient(to right, #252525, #252525) no-repeat;
  background: linear-gradient(to right, #252525, #252525) no-repeat;
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}
/* 按钮 */
.idx_more {
  width: auto;
  height: auto;
}
.idx_more a {
  font-size: 14px;
  display: -webkit-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;
}
.idx_more a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_more a:hover img {
  transform: translateX(4px);
}
.more_a {
  width: 100%;
  height: auto;
}
.more_a .more,
.more_a a {
  width: 60px;
  height: 60px;
  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;
}
/* swiper 箭头 */
.swiper_btn {
  width: auto;
  height: auto;
  cursor: pointer;
  --color_fff: #FFF;
}
.swiper_btn i {
  width: 9px;
  height: 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;
  position: relative;
  transform: translateY(-15%);
}
.swiper_btn i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  background: var(--color_fff);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.swiper_btn i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  background: var(--color_fff);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.swiper_btn.prev i {
  transform: rotate(180deg);
}
.about_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;
  --left_width: 27.777777%;
  --right_width: 66.66666%;
}
.about_info .left_info {
  width: var(--left_width);
}
.about_info .right_info {
  width: var(--right_width);
}
@media (max-width:990px) {
  .about_info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .about_info .left_info {
    width: 100%;
    height: auto;
    position: relative !important;
    top: unset !important;
    z-index: 1;
  }
  .about_info .right_info {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
/* 公共轮播图点 */
.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: #b02a30;
}
.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: 4px;
  margin-top: var(--num_60);
}
.idxPageShow span {
  width: 6px;
  height: 6px;
  background: #dcdcdc;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: #b02a30;
  width: 20px;
}
@media (max-width:990px) {
  .idxPageShow {
    gap: 5px;
  }
  .idxPageShow span {
    width: 5px;
    height: 5px;
    border-radius: 10px;
  }
  .idxPageShow .swiper-pagination-bullet-active {
    background: #b02a30;
    width: 10px;
    border-radius: 10px;
  }
}
.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;
    border-radius: 10px;
    background: #FFF;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .idxPageHide .swiper-pagination-bullet-active {
    background: #b02a30;
    width: 10px;
    border-radius: 10px;
  }
}
.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: #b02a30;
  }
}
.pager_box1 {
  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: 60px;
}
.pager_box1 .idxPaSoll {
  width: 100%;
  height: 3px;
  background: #eeeeee !important;
  position: relative;
  z-index: 1;
}
.pager_box1 .idxPaSoll span {
  width: 100%;
  height: 3px;
}
.pager_box1 .idxPaSoll .swiper-pagination-progressbar-fill {
  background: #b02a30;
}
.pager_box1 .swi_box {
  width: auto;
  height: auto;
  gap: 30px;
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pager_box1 .swi_box .swiper_btn {
  --color_fff: #252525;
  width: 12px;
  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;
}
.pager_box1 .swi_box .swiper_btn:last-child {
  margin-top: 2px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.pager_box1 .swi_box .swiper_btn:hover {
  --color_fff: #b02a30;
}
/* 公共样式 - 结束 */
/* Index Banner */
.idx_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
}
.idx_banner .swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .swiper_box .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .swiper_box .swiper-slide .centerInfo {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.idx_banner .swiper_box .swiper-slide .centerInfo .w1440 {
  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;
}
.idx_banner .swiper_box .swiper-slide .centerInfo .word_box {
  width: fit-content;
  height: auto;
  transform: translateY(-30%);
}
.idx_banner .swiper_box .swiper-slide .centerInfo .word_box .title {
  width: 100%;
  height: auto;
  font-size: var(--font64);
  color: #FFF;
  line-height: 1;
  position: relative;
}
.idx_banner .swiper_box .swiper-slide .centerInfo .word_box .title span {
  color: #b02a30;
  opacity: 0;
  transform: translateX(20px);
  display: block;
}
.idx_banner .swiper_box .swiper-slide .centerInfo .word_box .title span:last-child {
  font-size: var(--font88);
  position: absolute;
  right: 0;
  top: 25px;
  color: #cbbd9d;
  opacity: 0;
}
.idx_banner .swiper_box .swiper-slide .centerInfo .word_box .subtitle {
  font-size: var(--font55);
  font-weight: 700;
  line-height: 1;
  margin-top: var(--num_60);
  color: #FFF;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateX(20px);
}
.idx_banner .swiper_box .swiper-slide .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.idx_banner .swiper_box .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_banner .swiper_box .swiper-slide.active,
.idx_banner .swiper_box .swiper-slide.swiper-slide-active {
  z-index: 2;
  pointer-events: initial;
}
.idx_banner .swiper_box .swiper-slide.active .word_box .title span,
.idx_banner .swiper_box .swiper-slide.swiper-slide-active .word_box .title span {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.idx_banner .swiper_box .swiper-slide.active .word_box .title span:last-child,
.idx_banner .swiper_box .swiper-slide.swiper-slide-active .word_box .title span:last-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0.4;
}
.idx_banner .swiper_box .swiper-slide.active .word_box .subtitle,
.idx_banner .swiper_box .swiper-slide.swiper-slide-active .word_box .subtitle {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.idx_banner .swiper_box .swiper-slide.active .images,
.idx_banner .swiper_box .swiper-slide.swiper-slide-active .images {
  animation: lines 0.8s linear;
}
.idx_banner .swiper_box .swiper-slide.swiper-slide-prev {
  opacity: 1 !important;
}
.idx_banner .down_box {
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: var(--num_80);
  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;
}
.idx_banner .down_box .icon:last-child {
  animation: updw 1s linear infinite;
}
.idx_banner .pager_box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 80px;
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 20px;
}
.idx_banner .pager_box .pager .idxPageNum {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.idx_banner .pager_box .pager .idxPageNum span {
  width: auto;
  height: auto;
  background: none;
  font-size: var(--font14);
  opacity: 0.4;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .pager_box .pager .idxPageNum span.swiper-pagination-bullet-active {
  opacity: 1;
}
.idx_banner .pager_box .pager .schedule {
  width: 75px;
  height: 2px;
  position: relative;
}
.idx_banner .pager_box .pager .schedule::after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #b02a30;
}
.idx_banner .pager_box .pager .schedule::before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.idx_banner .pager_box .pager .schedule.active::after {
  width: 100%;
  transition: all 5s linear;
}
.idx_banner .pager_box .pager .pause {
  width: 12px;
  height: 15px;
  position: relative;
  z-index: 1;
}
.idx_banner .pager_box .pager .pause .one {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.idx_banner .pager_box .pager .pause .one::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .pager_box .pager .pause .one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_banner .pager_box .pager .pause .tow {
  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;
  display: none;
  cursor: pointer;
}
.idx_banner .pager_box .pager .pause .tow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #FFFFFF;
}

@media (max-width:1285px) {
    .idx_banner .swiper_box .swiper-slide .centerInfo .word_box .subtitle { font-size: 40px; }
    .idx_banner .swiper_box .swiper-slide .centerInfo .word_box .title { font-size: 44px; }
}
@media (max-width:990px) {
    
.idx_banner .swiper_box .swiper-slide .centerInfo .word_box .subtitle { font-size: 32px; }
.idx_banner .swiper_box .swiper-slide .centerInfo .word_box .title { font-size: 28px; }
  .idx_banner {
    min-height: 60vh;
    height: auto;
    padding-top: var(--header-height);
  }
  .idx_banner .swiper_box .swiper-slide .images img { height: auto; }
  .idx_banner .down_box {
    display: none;
  }
  .idx_banner .pager_box {
    bottom: 20px;
  }
  .idx_banner .pager_box .idxPageNum {
    display: none;
  }
  .idx_banner .pager_box .schedule {
    display: none;
  }
  .idx_banner .pager_box .swiper_btn {
    display: none;
  }
  .idx_banner .pager_box .pause {
    display: none;
  }
}
/* 首页 Vision */
.idx_Vision {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_230);
  padding-bottom: var(--num_160);
  overflow: hidden;
  background: #FFF;
}
/* 首页 业务领域 */
.idx_Business {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_120);
  padding-bottom: calc(var(--num_150) + clamp(calc(230 / 16 * 1rem), calc((230 / 16 * 1rem) + ((340 - 230) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(340 / 16 * 1rem)));
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx_Business .center_box {
  width: 100%;
  height: auto;
}
.idx_Business .center_box .left_info {
  height: 100%;
  position: sticky;
  top: var(--header-height);
  transform: translateY(50%);
}
.idx_Business .center_box .left_info .idx_title {
  --color_idx: #FFF;
  --fiter: brightness(0) invert(1);
}
.idx_Business .center_box .right_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--num_130) var(--num_80);
}
.idx_Business .center_box .right_info .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  --color_fff: #282828;
  transform: translateY(20%);
}
.idx_Business .center_box .right_info .item .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_Business .center_box .right_info .item .images .pb {
  padding-bottom: 113.64%;
  overflow: hidden;
  z-index: 1;
}
.idx_Business .center_box .right_info .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;
}
.idx_Business .center_box .right_info .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_Business .center_box .right_info .item .images .list {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: var(--num_40);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--num_20);
}
.idx_Business .center_box .right_info .item .images .list .one {
  width: 100%;
  height: auto;
}
.idx_Business .center_box .right_info .item .images .list .one a {
  height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  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 var(--num_20);
  font-size: var(--font14);
  color: var(--FFF);
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --FFF: #FFF;
}
.idx_Business .center_box .right_info .item .images .list .one a i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  transform: translateY(-15%);
}
.idx_Business .center_box .right_info .item .images .list .one a i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--FFF);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.idx_Business .center_box .right_info .item .images .list .one a i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--FFF);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.idx_Business .center_box .right_info .item .images .list .one a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #282828;
  --FFF: #282828;
}
.idx_Business .center_box .right_info .item .word_box {
  width: 100%;
  height: auto;
}
.idx_Business .center_box .right_info .item .word_box .title {
  font-size: var(--font30);
  color: var(--color_fff);
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: var(--num_30);
  margin-bottom: var(--num_25);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.idx_Business .center_box .right_info .item .word_box .subtitle {
  font-size: var(--font16);
  color: var(--color_fff);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: calc(4em * 1.5);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.idx_Business .center_box .right_info .item:nth-child(2n) {
  transform: translateY(70%);
}
@media (max-width:990px) {
  .idx_Business {
    padding-bottom: 50px;
  }
  .idx_Business .center_box .left_info {
    transform: translateY(0%);
  }
  .idx_Business .center_box .right_info {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .idx_Business .center_box .right_info .item {
    transform: translate(0%, 0%);
    --color_fff: #FFF;
  }
  .idx_Business .center_box .right_info .item:nth-child(2n) {
    transform: translateY(0);
  }
  .idx_Business .center_box .right_info .item .word_box .title {
    font-size: 14px;
  }
  .idx_Business .center_box .right_info .item .word_box .subtitle {
    font-size: 12px;
  }
  .idx_Business .center_box .right_info .item .images .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    padding: 5px;
  }
  .idx_Business .center_box .right_info .item .images .list .one a {
    height: 30px;
    font-size: 12px !important;
  }
}
/* 首页 关于我们 */
.idx_about {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_190);
  padding-bottom: var(--num_100);
  overflow: hidden;
}
.idx_about .center_box .idx_title {
  max-width: 680px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}
/* 首页 产品服务 */
.idx_product {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  --rotate: 56deg;
  --opacity: 1;
  --translateY_1: -120%;
  --translateX_1: -80%;
  --translateY_2: 20%;
  --translateX_2: 80%;
  --translateY_3: 20px;
  --op: 0;
}
.idx_product .center {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/banner_3.jpg) no-repeat / cover;
}
.idx_product .center .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.idx_product .center .center_box::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60vh;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  opacity: 0.8;
  transform: rotate(var(--rotate)) translateX(-5px);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  pointer-events: none;
}
.idx_product .center .center_box .word_box {
  position: absolute;
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((94 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(94 / 16 * 1rem));
  color: #FFF;
  top: 50%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: var(--opacity);
}
.idx_product .center .center_box .word_box.one {
  transform: translateY(var(--translateY_1)) translateX(var(--translateX_1));
}
.idx_product .center .center_box .word_box.tow {
  transform: translateY(var(--translateY_2)) translateX(var(--translateX_2));
}
.idx_product .center .center_box .frame {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: initial;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: rotate(var(--rotate));
  -webkit-clip-path: polygon(50% 20%, 50% 20%, 50% 80%, 50% 80%);
  clip-path: polygon(50% 20%, 50% 20%, 50% 80%, 50% 80%);
}
.idx_product .center .center_box .frame .about_info {
  --left_width: 54.16666%;
  --right_width: auto;
}
.idx_product .center .center_box .frame .frame_con {
  width: 100%;
  height: 100%;
}
.idx_product .center .center_box .frame .frame_con .idx_title {
  --color_idx: #FFF;
  --fiter: brightness(0) invert(1);
  padding-top: var(--num_150);
  position: relative;
  z-index: 1;
}
.idx_product .center .center_box .frame .frame_con .idx_title .title,
.idx_product .center .center_box .frame .frame_con .idx_title .subtitle,
.idx_product .center .center_box .frame .frame_con .idx_title .detail,
.idx_product .center .center_box .frame .frame_con .idx_title .idx_more {
  transform: translateY(var(--translateY_3));
  opacity: var(--op);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.idx_product .center .center_box .frame .frame_con .idx_title .title {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.idx_product .center .center_box .frame .frame_con .idx_title .subtitle {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.idx_product .center .center_box .frame .frame_con .idx_title .detail {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.idx_product .center .center_box .frame .frame_con .idx_title .idx_more {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.idx_product .center .center_box .frame .frame_con .idx_title .detail {
  margin-top: var(--num_190);
  font-size: var(--font24);
  line-height: 1.5;
}
.idx_product .center .center_box .frame .frame_con .pro_ser {
  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: var(--num_80);
  position: relative;
  z-index: 1;
  transform: translateY(var(--translateY_3));
  opacity: var(--op);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.idx_product .center .center_box .frame .frame_con .pro_ser .word {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((94 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(94 / 16 * 1rem));
  color: #FFF;
  line-height: 1;
}
.idx_product .center .center_box .frame .frame_con .pro_ser .add {
  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;
}
.idx_product .center .center_box .frame .frame_con .pro_ser .add::after {
  content: '';
  position: absolute;
  width: 4px;
  height: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((36 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(36 / 16 * 1rem));
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_product .center .center_box .frame .frame_con .pro_ser .add::before {
  content: '';
  position: absolute;
  width: 4px;
  height: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((36 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(36 / 16 * 1rem));
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.idx_product .center .center_box .frame.active {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.idx_product .center .center_box .frame.active::after {
  opacity: 0 !important;
}
.idx_product .center .center_box .frame .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.idx_product .images_bg {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
}
.idx_product .images_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_product.is_active .center_box::after {
  transform: rotate(0deg) translateX(0) !important;
  opacity: 0.5;
}
.idx_product.is_active .word_box.one {
  transform: translateY(-339%) translateX(-188%) !important;
  opacity: 0.2;
}
.idx_product.is_active .word_box.tow {
  transform: translateY(189%) translateX(220%) !important;
  opacity: 0.2;
}
.idx_product.is_active .frame {
  transform: rotate(0deg) !important;
}
.idx_product.active {
  --translateY_3: 0;
  --op: 1;
}
.idx_product.active .center_box::after {
  opacity: 0;
  width: 100vw;
  height: 50vw;
}
.idx_product.active .word_box.one {
  opacity: 0;
}
.idx_product.active .word_box.tow {
  opacity: 0;
}
.idx_product.active .center .center_box .frame {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
}
.idx_product.active .center .center_box .frame::after {
  opacity: 0 !important;
}
@media (max-width:990px) {
  .idx_product {
    --translateY_3: 0px;
    --op: 1;
  }
  .idx_product .center {
    position: relative;
  }
  .idx_product .center .center_box::after {
    display: none;
  }
  .idx_product .center .center_box .word_box {
    display: none;
  }
  .idx_product .center .center_box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 70vh;
    padding: 50px 0;
  }
  .idx_product .center .center_box .frame {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
    transform: rotate(0) !important;
  }
  .idx_product .center .center_box .frame .idx_title {
    padding-top: 0px !important;
  }
  .idx_product .center .center_box .frame .pro_ser {
    flex-direction: row !important;
    margin-top: 120px;
  }
  .idx_product .center .center_box .frame .images_bg {
    display: none !important;
  }
  .idx_product .images_bg {
    position: absolute;
    height: 100%;
    min-height: unset !important;
    top: 0;
  }
}
/* 首页 加入我们 */
.idx_add {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--num_140);
}
.idx_add .center_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.idx_add .center_box .item {
  transform: translateY(10%);
}
.idx_add .center_box .item .idx_title .subtitle {
  line-height: 1;
}
.idx_add .center_box .item .idx_title .detail {
  margin-top: 10px;
}
.idx_add .center_box .item .idx_title .idx_more {
  margin-top: var(--num_30);
}
.idx_add .center_box .item .images {
  margin-top: var(--num_75);
}
.idx_add .center_box .item .images .pb {
  padding-bottom: 45.2%;
}
.idx_add .center_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;
}
.idx_add .center_box .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_add .center_box .item:nth-child(2) {
  transform: translateY(20%);
}
@media (max-width:990px) {
  .idx_add .center_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .idx_add .center_box .item {
    transform: translateY(0%) !important;
  }
  .idx_add .center_box .item .images {
    margin-top: 20px;
  }
}
/* 首页 新闻 */
.idx_new {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_100);
}
.idx_new .center_box {
  width: 100%;
  height: auto;
}
.idx_new .center_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--num_20);
}
.idx_new .center_box .top_box .more {
  flex-shrink: 0;
}
.idx_new .center_box .top_box .more a {
  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: var(--num_20);
  font-size: 15px;
  color: #252525;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .top_box .more a i {
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((60 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  height: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((60 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  border-radius: 50%;
  border: 1px 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;
  transform: rotate(90deg);
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .top_box .more a:hover {
  color: #b02a30;
}
.idx_new .center_box .top_box .more a:hover i {
  background: #b02a30;
  border: 1px solid #b02a30;
  color: #FFF;
}
.idx_new .center_box .item_box {
  width: 100%;
  height: auto;
}
.idx_new .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: var(--num_50) 0;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .item_box .item .time {
  width: auto;
  height: auto;
  text-align: center;
}
.idx_new .center_box .item_box .item .time .icon {
  font-size: var(--font18);
  opacity: 0.5;
}
.idx_new .center_box .item_box .item .time .word {
  font-size: var(--font34);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .item_box .item .word_box {
  width: auto;
  height: auto;
  font-size: var(--font18);
  padding-left: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((120 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .item_box .item .images {
  width: 23.819%;
  position: absolute;
  right: 0;
  top: var(--num_20);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_new .center_box .item_box .item:hover {
  border-bottom: 1px solid #bb8b49;
}
.idx_new .center_box .item_box .item:hover .time .word {
  color: #b02a30;
  opacity: 1;
}
.idx_new .center_box .item_box .item:hover .word_box {
  opacity: 1;
}
.idx_new .center_box .item_box .item:hover .images {
  opacity: 1;
}
.idx_new .center_box .hover_box {
  width: 23.819%;
  max-width: 342px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.idx_new .center_box .hover_box .pb {
  padding-bottom: 59.065%;
}
.idx_new .center_box .hover_box .pb .one {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
@media (max-width:990px) {
  .idx_new .center_box .hover_box {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .idx_new .center_box .item_box .item {
    border-bottom: 1px solid #bb8b494d;
    padding: 20px 0;
    margin-top: 10px;
  }
  .idx_new .center_box .item_box .item .time .word {
    color: #b02a30;
    opacity: 1;
  }
  .idx_new .center_box .item_box .item .word_box {
    opacity: 1;
    margin-top: 10px;
  }
  .idx_new .center_box .item_box .item .images {
    opacity: 1;
  }
}
.idx_cooperate {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: var(--num_120);
}
.idx_cooperate .center_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_cooperate .center_box .top_box {
  width: 100%;
  height: auto;
  font-size: var(--font30);
  line-height: 1;
  font-weight: 700;
}
.idx_cooperate .center_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 35px;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .img {
  background: #f1f1f1;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.018;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .img .pb {
  padding-bottom: 58.19%;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .img .pb .ab img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo .word {
  font-size: var(--font18);
  font-weight: 500;
  margin-top: 25px;
  max-width: 360px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo:hover .img .pb .ab img {
  transform: scale(1.03);
}
.idx_cooperate .center_box .swiper_box ul li .centerInfo:hover .word {
  color: #b02a30;
}
/* 首页 产品服务 */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------   走进建华 */
.idx_productceshi {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_productceshi .center {
  position: absolute;
  width: 100%;
  height: 100%;
}
.idx_productceshi .center .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.idx_productceshi .center .center_box .frame {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.idx_productceshi .center .center_box .frame .idx_title {
  --color_idx: #FFF;
  --fiter: brightness(0) invert(1);
  padding-top: var(--num_150);
}
.idx_productceshi .center .center_box .frame .idx_title .detail {
  margin-top: var(--num_190);
}
.idx_productceshi .center .center_box .frame .pro_ser {
  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: var(--num_80);
}
.idx_productceshi .center .center_box .frame .pro_ser .word {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((94 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(94 / 16 * 1rem));
  color: #FFF;
  line-height: 1;
}
.idx_productceshi .center .center_box .frame .pro_ser .add {
  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;
}
.idx_productceshi .center .center_box .frame .pro_ser .add::after {
  content: '';
  position: absolute;
  width: 4px;
  height: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((36 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(36 / 16 * 1rem));
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx_productceshi .center .center_box .frame .pro_ser .add::before {
  content: '';
  position: absolute;
  width: 4px;
  height: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((36 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(36 / 16 * 1rem));
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.idx_productceshi .center .center_box .frame.active {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.idx_productceshi .center .center_box .frame.active::after {
  opacity: 0 !important;
}
.idx_productceshi .mask_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background: #b02a30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  --rotate: 50deg;
  --opacity: 1;
  --translateY_1: -120%;
  --translateX_1: -80%;
  --translateY_2: 20%;
  --translateX_2: 80%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  --num1: 25%;
  --num2: 66%;
  clip-path: polygon(0% 0%, 0% 100%, var(--num1) 100%, var(--num2) 22%, var(--num2) 21%, var(--num1) 100%, var(--num1) 100%, var(--num1) 100%, 100% 100%, 100% 0%);
}
.idx_productceshi .mask_box::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60vh;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  opacity: 0.8;
  transform: rotate(var(--rotate)) translateX(-10px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.idx_productceshi .mask_box .center_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_productceshi .mask_box .center_box .word_box {
  position: absolute;
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((94 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(94 / 16 * 1rem));
  color: #FFF;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: var(--opacity);
}
.idx_productceshi .mask_box .center_box .word_box.one {
  transform: translateY(var(--translateY_1)) translateX(var(--translateX_1));
}
.idx_productceshi .mask_box .center_box .word_box.tow {
  transform: translateY(var(--translateY_2)) translateX(var(--translateX_2));
}
.idx_productceshi .mask_box.active {
  clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 53% 100%, 8% 100%, 100% 100%, 100% 0);
}
.idx_productceshi .images_bg {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
}
.idx_productceshi .images_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .idx_productceshi .center {
    position: relative;
    padding-bottom: 80px;
  }
  .idx_productceshi .center .center_box::after {
    display: none;
  }
  .idx_productceshi .center .center_box .word_box {
    display: none;
  }
  .idx_productceshi .center .center_box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .idx_productceshi .center .center_box .frame {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
  }
  .idx_productceshi .center .center_box .frame .idx_title {
    padding-top: 80px;
  }
  .idx_productceshi .center .center_box .frame .pro_ser {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .idx_productceshi .images_bg {
    position: absolute;
    height: 100%;
    min-height: unset !important;
    top: 0;
  }
}
.ins_nav_box {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 10;
  top: var(--header-height);
  left: 0;
  background: #f5f5f5;
}
.ins_nav_box .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;
  gap: 20px 40px;
}
.ins_nav_box .center_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px 40px;
}
.ins_nav_box .center_box .item .one {
  font-size: var(--font16);
  color: #888888;
  line-height: 1;
  font-weight: 500;
  padding: 22px 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_nav_box .center_box .item .one::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_nav_box .center_box .item .one.active {
  color: #b02a30 !important;
}
.ins_nav_box .center_box .item .one.active::after {
  width: 100%;
}
.ins_nav_box .center_box .item .one:hover {
  color: #b02a30;
}
.ins_nav_box .center_box .navi {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--num_20);
  padding: 20px 0;
  display: none;
}
.ins_nav_box .center_box .navi a {
  font-size: var(--font16);
  color: #252525;
  display: -webkit-box;
  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;
  line-height: 1;
}
.ins_nav_box .center_box .navi a:hover {
  color: #b02a30;
}
.ins_nav_box .center_box .navi i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #a6a6a6;
  display: block;
}
@media (max-width:990px) {
  .ins_nav_box {
    display: none;
  }
}
.ins_title_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  background: #FFF;
  --matop: 200px;
  margin-top: var(--matop);
}
.ins_title_box.matop230 {
  margin-top: 230px;
}
.ins_title_box .ins_title .f30 {
  margin-top: var(--num_20);
}
@media (max-width:990px) {
  .ins_title_box {
    --matop: 100px;
  }
  .ins_title_box.matop230 {
    margin-top: 100px;
  }
}
.ins_aboutgkCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: var(--num_100);
  overflow: hidden;
}
.ins_aboutgkCon1 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  padding-top: var(--num_90);
}
.ins_aboutgkCon1 .center_box * {
  color: #FFF;
}
.ins_aboutgkCon1 .center_box .ins_title {
  max-width: 880px;
}
.ins_aboutgkCon1 .center_box .f16 {
  margin-top: var(--num_50);
}
.ins_aboutgkCon1 .images_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutgkCon1 .images_bg img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_aboutgkCon1 .images_bg::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
  }
}
.ins_aboutgkCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: var(--num_130);
  padding-bottom: var(--num_160);
  overflow: hidden;
}
.ins_aboutgkCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutgkCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 var(--num_80);
  margin-top: var(--num_60);
  position: relative;
  z-index: 1;
}
.ins_aboutgkCon2 .center_box .item_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e0e7ec;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgkCon2 .center_box .item_box .item {
  padding: var(--num_45) 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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ins_aboutgkCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e0e7ec;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgkCon2 .center_box .item_box .item .word .f16 {
  margin-top: 10px;
}
.ins_aboutgkCon2 .center_box .item_box .item .icon {
  width: clamp(1.875rem, calc(-0.75rem + 3.5vw), 3.188rem);
}
.ins_aboutgkCon2 .center_box .item_box .item:hover .icon {
  transform: rotate(360deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width:990px) {
  .ins_aboutgkCon2 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_aboutgkCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_130);
  background: #FFF;
  overflow: hidden;
  background: url(../images/y3.jpg) no-repeat bottom center / cover;
}
.ins_aboutgkCon3 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutgkCon3 .center_box .word {
  position: absolute;
  top: 30px;
  color: #FFF;
}
.ins_aboutgkCon3 .center_box .images {
  width: 100%;
  height: auto;
}
.ins_aboutgkCon3 .center_box .images img {
  width: 100%;
  height: auto;
}
.ins_aboutgkCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
  padding-bottom: var(--num_140);
  background: #FFF;
}
.ins_aboutgkCon4 .center_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_40);
  --left_width: 33.33%;
  --right_width: 56.94%;
}
.ins_aboutgkCon4 .center_box .hh_left .images {
  width: 100%;
  height: auto;
  background: #e5e5e5;
}
.ins_aboutgkCon4 .center_box .hh_left .images .pb {
  padding-bottom: 120.848%;
}
.ins_aboutgkCon4 .center_box .hh_left .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;
  padding: 20px;
}
.ins_aboutgkCon4 .center_box .hh_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutgkCon4 .center_box .hh_right .word {
  width: 100%;
  height: auto;
}
.ins_aboutgkCon4 .center_box .hh_right .f36 {
  margin-top: var(--num_90);
}
.ins_aboutgkCon4 .center_box .hh_right .f24 {
  margin-top: var(--num_20);
  font-weight: 400;
}
.ins_aboutgkCon4 .center_box .hh_right .btn_box {
  margin-top: var(--num_90);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_20);
}
.ins_aboutgkCon4 .center_box .hh_right .btn_box a {
  width: 260px;
  max-width: 50%;
  height: var(--num_wh60);
  display: -webkit-box;
  display: -ms-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;
  background: #b02a30;
  padding: 0 var(--num_30);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #b02a30;
}
.ins_aboutgkCon4 .center_box .hh_right .btn_box a * {
  font-size: var(--font16);
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgkCon4 .center_box .hh_right .btn_box a:hover {
  background: none !important;
  border: 1px solid #252525;
}
.ins_aboutgkCon4 .center_box .hh_right .btn_box a:hover img {
  filter: brightness(0) invert(0);
}
.ins_aboutgkCon4 .center_box .hh_right .btn_box a:hover * {
  color: #252525;
}
.ins_aboutgkCon4 .center_box .hh_right .btn_box a:last-child {
  background: #252525;
  border: 1px solid #252525;
}
@media (max-width:990px) {
  .ins_aboutgkCon4 .center_box .hh_left .images .pb {
    /*padding-bottom: 80%;*/
  }
  .ins_aboutgkCon4 .center_box .hh_right .f36 {
    margin-top: 10px;
  }
  .ins_aboutgkCon4 .center_box .hh_right .btn_box {
    margin-top: 20px;
  }
}
.ins_aboutgkCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: var(--num_160);
  background: #FFF;
  overflow: hidden;
}
.ins_aboutgkCon5 .center_box,
.ins_aboutgkCon5 .center_box .images {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ins_aboutgkCon5 .center_box img,
.ins_aboutgkCon5 .center_box .images img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------   走进建华 */
.ins_aboutgfCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: var(--num_140);
  margin-top: var(--num_100);
  background: url(../images/y6.jpg) no-repeat bottom left / cover;
}
.ins_aboutgfCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutgfCon1 .center_box .word_box {
  width: 100%;
  height: auto;
}
.ins_aboutgfCon1 .center_box .word_box * {
  color: #FFF;
}
.ins_aboutgfCon1 .center_box .word_box .f24 {
  max-width: 500px;
}
.ins_aboutgfCon1 .center_box .word_box .f16 {
  max-width: 750px;
  margin-top: var(--num_50);
}
.ins_aboutgfCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #FFF;
  padding: 40px 0;
  transform: translateY(50%);
}
.ins_aboutgfCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0 var(--num_60);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_aboutgfCon1 .center_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_aboutgfCon1 .center_box .item_box .item .icon_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.ins_aboutgfCon1 .center_box .item_box .item .icon_box .icon {
  width: clamp(1.875rem, calc(-1rem + 3.83vw), 3.313rem);
}
.ins_aboutgfCon1 .center_box .item_box .item .icon_box .word {
  font-size: var(--font18);
  font-weight: 700;
}
.ins_aboutgfCon1 .center_box .item_box .item .number {
  margin-top: 30px;
  font-size: var(--font60);
  color: #b02a30;
  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: 5px;
  font-family: "eu_re";
}
.ins_aboutgfCon1 .center_box .item_box .item .number span {
  font-size: var(--font24);
  font-weight: 800;
  color: #b02a30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: 6px;
  position: relative;
  z-index: 1;
}
.ins_aboutgfCon1 .center_box .item_box .item .number span i {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutgfCon1 .center_box .item_box .item .number span i::after {
  width: 100%;
  height: 4px;
  background: #b02a30;
  content: "";
  position: absolute;
}
.ins_aboutgfCon1 .center_box .item_box .item .number span i::before {
  width: 100%;
  height: 4px;
  background: #b02a30;
  content: "";
  transform: rotate(90deg);
}
.ins_aboutgfCon1 .center_box .item_box .item:last-child::after {
  display: none;
}
@media (max-width:990px) {
  .ins_aboutgfCon1 {
    padding-bottom: 20px;
  }
  .ins_aboutgfCon1 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    transform: translateY(0px);
    gap: 20px 0;
    padding: 20px 20px;
  }
  .ins_aboutgfCon1 .center_box .item_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    padding-bottom: 20px;
  }
  .ins_aboutgfCon1 .center_box .item_box .item::after {
    display: none;
  }
  .ins_aboutgfCon1 .center_box .item_box .item .icon_box {
    width: 70px;
  }
  .ins_aboutgfCon1 .center_box .item_box .item .number {
    width: 50px;
  }
  .ins_aboutgfCon1 .center_box .item_box .item:last-child {
    border: 0;
    padding-bottom: 0;
  }
}
.ins_aboutgfCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_260);
  background: url(../images/y7.jpg) no-repeat top left;
  overflow: hidden;
}
.ins_aboutgfCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutgfCon2 .center_box .cont_info {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #FFF;
  padding: var(--num_40);
  padding-bottom: 0;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item {
  background: #f5f5f5;
  padding: var(--num_60) 0;
  overflow: hidden;
  width: 24.27%;
  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;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 0%;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .word_box {
  width: 100%;
  height: auto;
  padding: 0 var(--num_40);
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .word_box .images {
  position: relative;
  z-index: 1;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .word_box .images .img {
  width: fit-content;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .word_box .images .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .word_box .images::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .word_box .details {
  max-width: 720px;
  margin-top: 40px;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .word_box .details * {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info {
  width: 100%;
  height: auto;
  max-height: 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: 20px;
  padding: 0 10px;
  margin-top: var(--num_80);
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .swiper_btn {
  width: 30px;
  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;
  flex-shrink: 0;
  --color_fff: #b02a30;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .swiper_btn img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .swiper_btn:hover img {
  filter: unset !important;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .swiper_box {
  width: calc(100% - 100px);
  height: auto;
  overflow: hidden;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .swiper_box .centerInfo .pb {
  background: #eeeeee;
  padding-bottom: 37%;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .swiper_box .centerInfo .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .more_a {
  padding: 0 40px;
  margin-top: 15px;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .more_a .more {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item .more_a .more img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item.active {
  width: 75.73%;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item.active .swiper_info {
  display: flex !important;
  transform: translateY(0px);
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item.active .more_a {
  display: none;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item.active::after {
  height: 100%;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item:hover .more_a .more {
  background: #b02a30;
  border: 2px solid #b02a30;
}
.ins_aboutgfCon2 .center_box .cont_info .cont_item:hover .more_a .more img {
  filter: brightness(0) invert(1);
}
@media (max-width:990px) {
  .ins_aboutgfCon2 {
    padding-top: 50px;
  }
  .ins_aboutgfCon2 .center_box .cont_info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  .ins_aboutgfCon2 .center_box .cont_info .cont_item {
    width: 100% !important;
    height: auto;
  }
  .ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info {
    display: flex !important;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    transform: translateY(0px);
    max-height: unset !important;
  }
  .ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .swiper_btn {
    display: none;
  }
  .ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .swiper_box {
    width: 100% !important;
  }
  .ins_aboutgfCon2 .center_box .cont_info .cont_item .swiper_info .idxPageHide {
    margin-top: 0;
  }
  .ins_aboutgfCon2 .center_box .cont_info .cont_item .more_a {
    display: none;
  }
  .ins_aboutgfCon2 .center_box .cont_info .cont_item::after {
    height: 100%; opacity: 0;
  }
}
.ins_aboutgfCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_160);
  padding-bottom: var(--num_180);
}
.ins_aboutgfCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutgfCon3 .center_box .swiper_info {
  width: 100%;
  height: auto;
  gap: 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;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_btn {
  width: 40px;
  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;
  flex-shrink: 0;
  --color_fff: #b02a30;
  position: absolute;
  right: calc(100% + 20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_btn img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_btn:hover {
  background: #b02a30;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_btn:hover img {
  filter: brightness(0) invert(1) !important;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_btn.next {
  left: calc(100% + 20px);
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  cursor: pointer;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_box .centerInfo::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_box .centerInfo .pb {
  padding-bottom: 35.2%;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_box .centerInfo .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_box ul li.active .centerInfo {
  background: #eeeeee;
}
.ins_aboutgfCon3 .center_box .swiper_info .swiper_box ul li.active .centerInfo::after {
  width: 100%;
}
.ins_aboutgfCon3 .center_box .swiper_item {
  width: 100%;
  height: auto;
  margin-top: var(--num_100);
  overflow: hidden;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo {
  width: 100%;
  height: auto;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .ins_title {
  width: 100%;
  height: auto;
  /*text-align: center;*/
  max-width: 980px !important;
  margin: auto;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .ins_title .f36 { text-align: center; }
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .ins_title.max950 {
  max-width: 950px;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .ins_title.max900 {
  max-width: 900px;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .ins_title.max980 {
  max-width: 980px;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .ins_title .f16 {
  font-weight: normal;
  margin-top: 20px;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .ins_title .f16.fw300 {
  font-weight: 400;
  margin-top: var(--num_40);
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .ins_title .f16.m40 {
  margin-top: var(--num_40) !important;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .idx_more {
  margin-top: var(--num_60);
  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_aboutgfCon3 .center_box .swiper_item .centerInfo .idx_more a {
  color: #252525;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .idx_more a img {
  filter: brightness(0) invert(0);
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: var(--num_80);
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item {
  width: 25%;
  height: auto;
  overflow: hidden;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item .number {
  font-size: var(--font60);
  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;
  line-height: 1;
  color: #b02a30;
  gap: 10px;
  font-family: "eu_re";
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item .number span {
  font-size: var(--font24);
  font-weight: 800;
  color: #b02a30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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: 6px;
  position: relative;
  z-index: 1;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item .number i {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item .number i::after {
  width: 100%;
  height: 4px;
  background: #b02a30;
  content: "";
  position: absolute;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item .number i::before {
  width: 100%;
  height: 4px;
  background: #b02a30;
  content: "";
  transform: rotate(90deg);
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item .word {
  font-size: var(--font18);
  font-weight: 500;
  margin-top: 10px;
  max-width: 220px;
  text-align: center;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item:last-child {
  border-right: 1px solid #e5e5e5;
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .images {
  width: 100%;
  height: auto;
  margin-top: var(--num_80);
}
.ins_aboutgfCon3 .center_box .swiper_item .centerInfo .images img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 10px;
  }
  .ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item {
    width: 100%;
    height: auto;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item:last-child {
    border-right: 0;
  }
  .ins_aboutgfCon3 .center_box .swiper_item .centerInfo .item_box .item .word {
    text-align: left;
    max-width: 100%;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------   业务领域 */
.ins_business_nav {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: var(--header-height);
  background: #FFF;
  overflow: hidden;
}
.ins_business_nav .center_box {
  width: 100%;
  height: auto;
}
.ins_business_nav .center_box .wordbox {
  width: 100%;
  height: auto;
  padding: var(--num_180) 0;
  text-align: center;
}
.ins_business_nav .center_box .wordbox .f30 {
  margin-top: 20px;
  font-size: var(--font60);
}
.ins_business_nav .center_box .wordbox .f42 {
  display: none;
}
.ins_business_nav .center_box .item_box {
  width: 100%;
  height: auto;
  max-width: 74.3%;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: auto;
  position: relative;
  z-index: 1;justify-content: center;
}
.ins_business_nav .center_box .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 50%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_business_nav .center_box .item_box .item {
  width: calc(20% - 14px);
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_business_nav .center_box .item_box .item .word_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 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-align: center;
  -ms-flex-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: 0px;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_business_nav .center_box .item_box .item .word_box .icon {
  height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_business_nav .center_box .item_box .item .word_box .word {
  color: #FFF;
  font-size: 14px !important;
}
.ins_business_nav .center_box .item_box .item .images {
  width: 100%;
  height: auto;
}
.ins_business_nav .center_box .item_box .item .images img {
  width: 100%;
  height: auto;
  min-height: 80px;
}
.ins_business_nav .center_box .item_box .item.active .word_box {
  gap: 20px;
  background: rgba(0, 0, 0, 0.4);
}
.ins_business_nav .center_box .item_box .item.active .word_box .icon {
  height: 28px;
}
.ins_business_nav .center_box .item_box .item:hover .word_box {
  background: rgba(0, 0, 0, 0.4);
}
.ins_business_nav .images_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ins_business_nav .images_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_business_nav .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 10px;
  }
  .ins_business_nav .center_box .item_box .item .word_box {
    padding: 10px;
  }
  .ins_business_nav .center_box .item_box .item .word_box .icon {
    width: 20px;
  }
  .ins_business_nav .center_box .item_box .item .word_box .word {
    font-size: 14px;
  }
  .ins_business_nav .center_box .item_box .item .images img {
    height: 30px;
    object-fit: cover;
  }
  .ins_business_nav .center_box .item_box .item.active .word_box {
    gap: 10px;
  }
  .ins_business_nav .center_box .item_box .item.active .word_box .icon {
    height: 24px;
  }
}
.ins_business_nav.images_text .images_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_business_nav.images_text .images_bg img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
}
.ins_business_nav.images_text .center_box {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 60px 20px;
}
.ins_business_nav.images_text .center_box .wordbox {
  max-width: 1440px;
}
.ins_businessCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: var(--num_60);
  background: #FFF;
  overflow: hidden;
}
.ins_businessCon1 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: var(--num_160);
}
.ins_businessCon1 .center_box * {
  color: #FFF;
}
.ins_businessCon1 .center_box .word_box {
  max-width: 550px;
}
.ins_businessCon1 .center_box .f16w {
  margin-top: var(--num_60);
}
.ins_businessCon1 .images_bg {
  width: 100%;
  height: auto;
}
.ins_businessCon1 .images_bg img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_businessCon1 .images_bg {
    position: relative;
    z-index: 1;
  }
  .ins_businessCon1 .images_bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.ins_businessCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_160);
  background: #FFF;
  overflow: hidden;
}
.ins_businessCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_businessCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.ins_businessCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  --left_width: 50%;
  --right_width: 50%;
  background: #f5f5f5;
}
.ins_businessCon2 .center_box .item_box .item .word_box {
  padding: var(--num_40);
  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: var(--num_40);
  position: relative;
  z-index: 1;
}
.ins_businessCon2 .center_box .item_box .item .word_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_businessCon2 .center_box .item_box .item .word_box .word {
  max-width: 600px;
}
.ins_businessCon2 .center_box .item_box .item .word_box .word .f16w {
  margin-top: 20px;
}
.ins_businessCon2 .center_box .item_box .item .word_box .list {
  width: 100%;
  height: auto;
  max-width: 360px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--num_20);
}
.ins_businessCon2 .center_box .item_box .item .word_box .list .one {
  width: 100%;
  min-height: 40px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_businessCon2 .center_box .item_box .item .word_box .list .one * {
  font-size: var(--font14);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_businessCon2 .center_box .item_box .item .word_box .list .one i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  transform: translateY(-15%);
  --color_bg: #000;
}
.ins_businessCon2 .center_box .item_box .item .word_box .list .one i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_businessCon2 .center_box .item_box .item .word_box .list .one i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_businessCon2 .center_box .item_box .item .word_box .list .one:hover {
  background: #b02a30;
  border: 1px solid #b02a30;
}
.ins_businessCon2 .center_box .item_box .item .word_box .list .one:hover * {
  color: #FFF;
}
.ins_businessCon2 .center_box .item_box .item .word_box .list .one:hover i {
  --color_bg: #FFF;
}
.ins_businessCon2 .center_box .item_box .item .imgs_box {
  height: auto;
}
.ins_businessCon2 .center_box .item_box .item .imgs_box .images {
  width: 100%;
  height: 100%;
}
.ins_businessCon2 .center_box .item_box .item .imgs_box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_businepuCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_130);
  background: #FFF;
  overflow: hidden;
}
.ins_businepuCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_businepuCon1 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.ins_businepuCon1 .center_box .ins_title .f16w {
  margin-top: 20px;
  color: #666666;
}
.ins_businepuCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_90);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.ins_businepuCon1 .center_box .item_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  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_businepuCon1 .center_box .item_box .item {
  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: #252525;
  padding-bottom: var(--num_20);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_businepuCon1 .center_box .item_box .item::before {
  content: '';
  position: absolute;
  bottom: var(--num_20);
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_businepuCon1 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_businepuCon1 .center_box .item_box .item:last-child::before {
  opacity: 0;
}
.ins_businepuCon1 .center_box .item_box .item.active {
  color: #b02a30;
  font-weight: 700;
}
.ins_businepuCon1 .center_box .item_box .item.active::after {
  width: 100%;
}
.ins_businepuCon1 .center_box .item_box .item:hover {
  color: #b02a30;
}
@media (max-width:990px) {
  .ins_businepuCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ins_businepuCon1 .center_box .item_box::after {
    display: none;
    opacity: 0;
  }
  .ins_businepuCon1 .center_box .item_box .item {
    height: 40px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ebebeb;
  }
  .ins_businepuCon1 .center_box .item_box .item::before,
  .ins_businepuCon1 .center_box .item_box .item::after {
    opacity: 0;
  }
  .ins_businepuCon1 .center_box .item_box .item.active {
    background: #b02a30;
    color: #FFF;
  }
}
.ins_businepuCon1 .center_box .images {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.ins_businepuCon1 .center_box .images img {
  width: 100%;
  height: auto;
}
.ins_businessnyCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_90);
  background: #FFF;
  overflow: hidden;
}
.ins_businessnyCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_businessnyCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  border-top: 1px solid #e5e5e5;
  margin-top: var(--num_30);
  overflow: hidden;
}
.ins_businessnyCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_40);
  padding: var(--num_30) 0;
  position: relative;
  z-index: 1;
}
.ins_businessnyCon1 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_businessnyCon1 .center_box .item_box .item .icon {
  width: 160px;
  flex-shrink: 0;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_businessnyCon1 .center_box .item_box .item .icon .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_businessnyCon1 .center_box .item_box .item .icon .pb .ab img {
  width: var(--num_wh48);
}
.ins_businessnyCon1 .center_box .item_box .item .line {
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  flex-shrink: 0;
}
.ins_businessnyCon1 .center_box .item_box .item .word .f16w {
  margin-top: 20px;
}
.ins_businessnyCon1 .center_box .item_box .item .word .f16w * {
  color: #666666;
}
.ins_businessnyCon1 .center_box .item_box .item:last-child::after {
  width: calc(100% + 25px);
}
@media (max-width:990px) {
  .ins_businessnyCon1 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_businessnyCon1 .center_box .item_box .item {
    overflow: hidden;
    gap: 20px;
  }
  .ins_businessnyCon1 .center_box .item_box .item .icon {
    width: 70px;
    flex-shrink: 0;
  }
  .ins_businessnyCon1 .center_box .item_box .item .line {
    display: none;
  }
}
.ins_businessnyCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_130);
  background: #FFF;
  overflow: hidden;
}
.padbot { padding-bottom: var(--num_130); }
.ins_businessnyCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_businessnyCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: var(--num_60);
}
.ins_businessnyCon2 .center_box .item_box.list_1 {
  grid-template-columns: repeat(2, 1fr);
}
.ins_businessnyCon2 .center_box .item_box.list_1 .grid_1 {
  grid-column: span 2;
}
.ins_businessnyCon2 .center_box .item_box.list_1 .grid_1 .pb {
  padding-bottom: 23% !important;
}
.ins_businessnyCon2 .center_box .item_box.list_1 .item .images .pb {
  padding-bottom: 46.8%;
}
.ins_businessnyCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.ins_businessnyCon2 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
}
.ins_businessnyCon2 .center_box .item_box .item .images .pb {
  padding-bottom: 59.35%;
}
.ins_businessnyCon2 .center_box .item_box .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_businessnyCon2 .center_box .item_box .item .word {
  text-align: center;
  font-size: var(--font18);
  font-weight: 700;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 20px;
}
@media (max-width:990px) {
  .ins_businessnyCon2 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ins_businessnyCon2 .center_box .item_box .grid_1 {
    grid-column: span 2;
  }
}
@media (max-width:480px) {
  .ins_businessnyCon2 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_businessnyCon2 .center_box .item_box .grid_1 {
    grid-column: unset !important;
  }
}
.ins_businessnyCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_150);
  background: #FFF;
  overflow: hidden;
  display: none;
}
.ins_businessnyCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_businessnyCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 60px;
  margin: auto;
  margin-top: var(--num_60);
}
.ins_businessnyCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.ins_businessnyCon3 .center_box .item_box .item .tit_box {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.ins_businessnyCon3 .center_box .item_box .item .tit_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: calc(100% + var(--num_60) + var(--num_60));
  height: 100%;
  background: #303138;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_businessnyCon3 .center_box .item_box .item .tit_box .f24 {
  color: #FFF;
  position: relative;
  z-index: 2;
}
.ins_businessnyCon3 .center_box .item_box .item .tit_box .ic_box {
  position: absolute;
  z-index: 3;
  width: 60px;
  right: 0;
  height: 100%;
  transform: translateX(60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_businessnyCon3 .center_box .item_box .item .tit_box .ic_box.left {
  left: 0;
  transform: translateX(-60px);
}
.ins_businessnyCon3 .center_box .item_box .item .tit_box .ic_box i {
  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;
  position: relative;
  z-index: 1;
}
.ins_businessnyCon3 .center_box .item_box .item .tit_box .ic_box i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_businessnyCon3 .center_box .item_box .item .tit_box .ic_box i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.ins_businessnyCon3 .center_box .item_box .item .line {
  margin-top: 10px;
}
.ins_businessnyCon3 .center_box .item_box .item .word_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
}
.ins_businessnyCon3 .center_box .item_box .item .word_box .icon {
  width: 100%;
  height: auto;
  max-width: 180px;
  background: #f5f5f5;
  border-radius: 50%;
}
.ins_businessnyCon3 .center_box .item_box .item .word_box .icon .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_businessnyCon3 .center_box .item_box .item .word_box .icon .pb .ab img {
  width: var(--num_wh48);
}
.ins_businessnyCon3 .center_box .item_box .item .word_box .f16w {
  color: #666666;
  text-align: center;
  margin-top: 25px;
}
.ins_businessnyCon3 .center_box .item_box .item .word_box .f16w * {
  color: #666666;
}
.ins_businessnyCon3 .center_box .item_box .item:nth-child(2) {
  z-index: 2;
}
.ins_businessnyCon3 .center_box .item_box .item:nth-child(2) .tit_box::after {
  background: #b02a30;
  opacity: 0.9;
}
@media (max-width:990px) {
  .ins_businessnyCon3 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .ins_businessnyCon3 .center_box .item_box .item .tit_box {
    height: 50px;
    width: 100%;
  }
  .ins_businessnyCon3 .center_box .item_box .item .tit_box::after {
    width: 100% !important;
  }
  .ins_businessnyCon3 .center_box .item_box .item .word_box {
    margin-top: 10px;
  }
  .ins_businessnyCon3 .center_box .item_box .item .word_box .icon {
    width: 100%;
    max-width: unset !important;
    border-radius: 0;
  }
  .ins_businessnyCon3 .center_box .item_box .item .word_box .icon .pb {
    padding-bottom: 70px;
  }
  .ins_businessnyCon3 .center_box .item_box .item .word_box .f16w {
    margin-top: 10px;
  }
}
.ins_businessnyCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_150);
  padding-bottom: var(--num_180);
  background: #FFF;
  overflow: hidden;
}
.ins_businessnyCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_businessnyCon4 .center_box .ins_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_businessnyCon4 .center_box .ins_title .cter {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ins_businessnyCon4 .center_box .ins_title .f18 {
  margin-top: 20px;
  color: #666666;
}
.ins_businessnyCon4 .center_box .ins_title .f18 * {
  color: #666666;
}
.ins_businessnyCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 24px;
  margin-top: var(--num_60);
}
.ins_businessnyCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}
.ins_businessnyCon4 .center_box .item_box .item .tit_box {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 120px;
  background: #f5f5f5;
}
.ins_businessnyCon4 .center_box .item_box .item .tit_box .icon {
  width: clamp(1.875rem, calc(-0.625rem + 3.33vw), 3.125rem);
}
.ins_businessnyCon4 .center_box .item_box .item .content {
  width: 100%;
  height: auto;
  padding: var(--num_60) 30px;
  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: var(--num_40);
}
.ins_businessnyCon4 .center_box .item_box .item .content .title .f18 {
  font-weight: 700;
}
.ins_businessnyCon4 .center_box .item_box .item .content .list_box .f16w {
  line-height: 1.875;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  color: #666666;
}
.ins_businessnyCon4 .center_box .item_box .item .content .list_box .f16w::after {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #b02a30;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_businessnyCon4 .center_box .item_box .item .content .subttile * {
  color: #666666;
  line-height: 1.875;
}
@media (max-width:990px) {
  .ins_businessnyCon4 .center_box .item_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_businessnyCon4 .center_box .item_box .item .tit_box {
    min-height: unset !important;
  }
}
.ins_businessnyCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_160);
  background: #FFF;
  overflow: hidden;
}
.ins_businessnyCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_businessnyCon5 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.ins_businessnyCon5 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_businessnyCon5 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
}
.ins_businessnyCon5 .center_box .item_box .item .images .pb {
  padding-bottom: 59.054%;
}
.ins_businessnyCon5 .center_box .item_box .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_businessnyCon5 .center_box .item_box .item .table_box {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  border-right: 0;
}
.ins_businessnyCon5 .center_box .item_box .item .table_box .tr_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_businessnyCon5 .center_box .item_box .item .table_box .tr_box .td_box {
  flex: 1;
  border-right: 1px solid #e5e5e5;
  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;
  border-bottom: 1px solid #e5e5e5;
}
.ins_businessnyCon5 .center_box .item_box .item .table_box .tr_box .td_box .word {
  width: 100%;
  height: auto;
  min-height: var(--num_wh60);
  border-bottom: 1px 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;
  font-size: var(--font16);
  font-family: "SourceHanSansCN" !important;
}
.ins_businessnyCon5 .center_box .item_box .item .table_box .tr_box .td_box .word:last-child {
  border: 0;
}
.ins_businessnyCon5 .center_box .item_box .item .table_box .tr_box:first-child .td_box .word {
  font-size: var(--font18);
  font-weight: 700;
}
@media (max-width:990px) {
  .ins_businessnyCon5 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_businessnyCon5 .center_box .list_box {
  width: 100%;
  height: auto;
  margin-top: 60px;
  overflow: auto;
}
.ins_businessnyCon5 .center_box .list_box .table_box {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  min-width: 1000px;
  border-bottom: 0;
  border-right: 0;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box {
  flex: 1;
  border-right: 1px solid #e5e5e5;
  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;
  border-bottom: 1px solid #e5e5e5;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box .word {
  width: 100%;
  height: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  font-family: "SourceHanSansCN" !important;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box .word * {
  font-size: var(--font16);
  font-family: "SourceHanSansCN" !important;
  text-align: center;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box .word:last-child {
  border: 0;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box .word .font {
  flex: 1;
  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-right: 1px solid #e5e5e5;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box .word .font:last-child {
  border: 0;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box .word .list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box .word .list .one {
  flex: 1;
  width: 100%;
  border-bottom: 1px 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;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box .word .list .one:last-child {
  border: 0;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box:first-child {
  max-width: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box:first-child .images {
  width: 100%;
  height: auto;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box:first-child .images .pb {
  padding-bottom: 59.2%;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box:first-child .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box:nth-child(2) {
  min-width: 34.72%;
  flex-shrink: 0;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box:first-child {
  background: #f5f5f5;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box:first-child .td_box:first-child {
  padding: 10px !important;
}
.ins_businessnyCon5 .center_box .list_box .table_box .tr_box:first-child .td_box .word {
  font-size: var(--font18);
  font-weight: 700;
  min-height: 48px;
}
.ins_businessnyCon5 .center_box .list_box .table_box.min22 .td_box:first-child {
  min-width: 22.22% !important;
  flex-shrink: 0;
}
.ins_businessnyCon5 .center_box .list_box .table_box.min22 .td_box:nth-child(2) {
  min-width: unset !important;
  flex-shrink: 1;
}
@media (max-width:990px) {
  .ins_businessnyCon5 .center_box .list_box .table_box .tr_box .td_box .word {
    min-height: 50px;
  }
}
.ins_businessnyCon7 .center_box .list_box .table_box .tr_box .td_box .word {
  min-height: 100px;
}
.ins_businessnyCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: var(--num_160);
}
.ins_businessnyCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_businessnyCon6 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
}
.ins_businessnyCon6 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_businessnyCon6 .center_box .swiper_box .centerInfo .images {
  background: #f1f1f1;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_businessnyCon6 .center_box .swiper_box .centerInfo .images::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.018;
}
.ins_businessnyCon6 .center_box .swiper_box .centerInfo .images .pb {
  padding-bottom: 53.674%;
}
.ins_businessnyCon6 .center_box .swiper_box .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_businessnyCon6 .center_box .swiper_box .centerInfo .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_businessnyCon6 .center_box .swiper_box .centerInfo .word {
  font-size: var(--font18);
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.ins_businessnyCon6 .center_box .pager_box1 {
  margin-top: var(--num_70);
}
@media (max-width:990px) {
  .ins_businessnyCon6 .swi_box {
    display: none !important;
  }
}
.ins_businessnyCon8 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  margin-top: var(--num_140);
  padding-top: var(--num_100);
  padding-bottom: var(--num_100);
  overflow: hidden;
}
.ins_businessnyCon8 .center_box {
  width: 100%;
  height: auto;
}
.ins_businessnyCon8 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 30px;
  overflow: hidden;
  display: none;
}
.ins_businessnyCon8 .center_box .swiper_box ul {
  transition-timing-function: linear !important;
}
.ins_businessnyCon8 .center_box .swiper_box .images {
  width: 100%;
  height: auto;
  background: #FFF;
  border: 1px solid #eeeeee;
  display: block;
}
.ins_businessnyCon8 .center_box .swiper_box .images .pb {
  padding-bottom: 46.8%;
}
.ins_businessnyCon8 .center_box .swiper_box .images .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_businessnyCon8 .center_box .swiper_box .images img {
  width: 100%;
  height: auto;
}
.ins_businessnyCon8 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.ins_businessnyCon8 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFF;
  border: 1px solid #eeeeee;
  display: block;
}
.ins_businessnyCon8 .center_box .item_box .item .pb {
  padding-bottom: 46.8%;
}
.ins_businessnyCon8 .center_box .item_box .item .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_businessnyCon8 .center_box .item_box .item img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_businessnyCon8 .center_box .item_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width:1440px) {
    header .header_box .center_box .logo a{ height: 35px; }
}
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------   新闻 */
.ins_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  margin-top: var(--num_100);
  padding-bottom: var(--num_160);
  overflow: hidden;
}
.ins_newCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .sele_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;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.ins_newCon1 .center_box .sele_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #242424;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .sele_box .item {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_60);
  position: relative;
  z-index: 2;
}
.ins_newCon1 .center_box .sele_box .item a {
  font-size: var(--font18);
  font-weight: 700;
  padding-bottom: 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;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ins_newCon1 .center_box .sele_box .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .sele_box .item a * {
  font-size: var(--font18);
  font-weight: 700;
}
.ins_newCon1 .center_box .sele_box .item a span {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .sele_box .item a.active::after {
  width: 100%;
}
.ins_newCon1 .center_box .sele_box .item a.active span {
  opacity: 1;
}
.ins_newCon1 .center_box .sele_box .item a.active * {
  color: #b02a30;
}
.ins_newCon1 .center_box .sele_box .item a:hover span {
  color: #b02a30 !important;
  opacity: 1;
}
.ins_newCon1 .center_box .sele_box .input_box {
  width: 380px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.ins_newCon1 .center_box .sele_box .input_box input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  padding-left: 20px;
}
.ins_newCon1 .center_box .sele_box .input_box button {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: none;
  border: 0;
  background: #b02a30;
  cursor: pointer;
}
.ins_newCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--num_50) var(--num_30);
  margin-top: var(--num_60);
}
.ins_newCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: block;
}
.ins_newCon1 .center_box .item_box .item .images {
  background: #f1f1f1;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_newCon1 .center_box .item_box .item .images::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.018;
}
.ins_newCon1 .center_box .item_box .item .images .pb {
  padding-bottom: 56.26%;
}
.ins_newCon1 .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_newCon1 .center_box .item_box .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .item_box .item .word_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  position: relative;
  z-index: 2;
}
.ins_newCon1 .center_box .item_box .item .word_box .time {
  font-size: var(--font18);
  opacity: 0.6;
}
.ins_newCon1 .center_box .item_box .item .word_box .title {
  font-size: var(--font24);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  height: calc(2em * 1.5);
  margin-top: 10px;
}
.ins_newCon1 .center_box .item_box .item .word_box .subttile {
  font-size: var(--font16);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(2em * 1.5);
  margin-top: 30px;
  display: none;
}
.ins_newCon1 .center_box .item_box .item .word_box .bnt_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: var(--num_50);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .item_box .item .word_box .bnt_box img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .item_box .item .word_box .bnt_box * {
  font-size: var(--font14);
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .item_box .item:hover .images .pb .ab img {
  transform: scale(1.05);
}
.ins_newCon1 .center_box .item_box .item:hover .word_box .bnt_box * {
  color: #b02a30;
}
.ins_newCon1 .center_box .item_box .item:hover .word_box .bnt_box img {
  filter: unset !important;
}
.ins_newCon1 .center_box .item_zb {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 48px;
  margin-top: var(--num_60);
}
.ins_newCon1 .center_box .item_zb .item {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: var(--num_40);
  position: relative;
  z-index: 1;
}
.ins_newCon1 .center_box .item_zb .item::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .item_zb .item::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .item_zb .item .time {
  font-size: var(--font18);
  opacity: 0.6;
}
.ins_newCon1 .center_box .item_zb .item .title {
  font-size: var(--font24);
  line-height: 1.5;
  height: calc(1em * 1.5);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1em;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .item_zb .item .images { background: #d9d9d9; 
  margin-top: var(--num_20); 
    
} 
 .ins_newCon1 .center_box .item_zb .item .images .pb {  padding-bottom: 60%; } 
 .ins_newCon1 .center_box .item_zb .item .images .pb .ab img  { width: 100%; height: 100%; object-fit: cover; } 
.ins_newCon1 .center_box .item_zb .item .details {
  font-size: var(--font16);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: calc(3em * 1.5);
  margin-top: var(--num_50);
}
.ins_newCon1 .center_box .item_zb .item .bnt_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: var(--num_20);
}
.ins_newCon1 .center_box .item_zb .item .bnt_box * {
  font-size: var(--font14);
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .item_zb .item .bnt_box img {
  filter: brightness(0) invert(0);
}
.ins_newCon1 .center_box .item_zb .item:hover::after {
  width: 100%;
  left: 0;
}
.ins_newCon1 .center_box .item_zb .item:hover .title {
  color: #b02a30;
}
.ins_newCon1 .center_box .item_zb .item:hover .bnt_box * {
  color: #b02a30;
}
.ins_newCon1 .center_box .item_zb .item:hover .bnt_box img {
  filter: unset !important;
}
.ins_newCon1 .center_box .pager_fen {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: var(--num_60);
}
.ins_newCon1 .center_box .pager_fen .layui-laypage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_30);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newCon1 .center_box .pager_fen .layui-laypage * {
  font-size: var(--font18);
}
.ins_newCon1 .center_box .pager_fen .layui-laypage a,
.ins_newCon1 .center_box .pager_fen .layui-laypage span {
  padding: 0;
  margin: 0;
  border: 0;
}
.ins_newCon1 .center_box .pager_fen .layui-laypage-curr {
  background: none !important;
}
.ins_newCon1 .center_box .pager_fen .layui-laypage-curr * {
  color: #b02a30 !important;
}
.ins_newCon1 .center_box .pager_fen .layui-laypage-curr .layui-laypage-em {
  display: none;
}
.ins_newCon1 .center_box .pager_fen .layui-laypage-next,
.ins_newCon1 .center_box .pager_fen .layui-laypage-prev {
  width: var(--num_wh40);
  height: var(--num_wh40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #e5e5e5 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 10px !important;
}
.ins_newCon1 .center_box .pager_fen .layui-laypage-next *,
.ins_newCon1 .center_box .pager_fen .layui-laypage-prev * {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .pager_fen .layui-laypage-next:hover,
.ins_newCon1 .center_box .pager_fen .layui-laypage-prev:hover {
  background: #b02a30;
}
.ins_newCon1 .center_box .pager_fen .layui-laypage-next:hover i,
.ins_newCon1 .center_box .pager_fen .layui-laypage-prev:hover i {
  color: #FFF;
}
.ins_newCon1 .center_box .more_new {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: var(--num_60);
}
.ins_newCon1 .center_box .more_new a {
  width: clamp(7.5rem, calc(-10rem + 23.33vw), 16.25rem);
  height: var(--num_wh60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  background: #b02a30;
  color: #FFF;
  border: 1px solid #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newCon1 .center_box .more_new a:hover {
  background: none;
  color: #b02a30;
}
@media (max-width:990px) {
  .ins_newCon1 {
    --matop: 100px;
  }
  .ins_newCon1 .center_box .sele_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .ins_newCon1 .center_box .sele_box .input_box {
    width: 100%;
  }
  .ins_newCon1 .center_box .item_zb {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_newCon1 .center_box .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .ins_newCon1 .center_box .item_box .item .images {
    width: 100%;
    height: auto;
  }
}
.ins_newdeCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  --matop: 200px;
  margin-top: var(--matop);
  padding-bottom: var(--num_160);
  overflow: hidden;
}
.ins_newdeCon1 .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_newdeCon1 .center_box .left_box {
  width: 64.93%;
  height: auto;
}
.ins_newdeCon1 .center_box .left_box .top_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 100px;
}
.ins_newdeCon1 .center_box .left_box .top_box .item_box {
  width: 40px;
  flex-shrink: 0;
}
.ins_newdeCon1 .center_box .left_box .top_box .item_box * {
  font-size: var(--font14);
}
.ins_newdeCon1 .center_box .left_box .top_box .item_box .item + .item {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.ins_newdeCon1 .center_box .left_box .top_box .item_box .item + .item img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdeCon1 .center_box .left_box .top_box .item_box .item + .item .icon {
  position: absolute;
  left: calc(100% + 10px);
  width: max-content;
  max-width: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}
.ins_newdeCon1 .center_box .left_box .top_box .item_box .item + .item .icon img {
  filter: unset !important;
}
.ins_newdeCon1 .center_box .left_box .top_box .item_box .item + .item:hover {
  background: #b02a30;
  border: 1px solid #b02a30;
}
.ins_newdeCon1 .center_box .left_box .top_box .item_box .item + .item:hover .icon {
  opacity: 1;
  visibility: visible;
}
.ins_newdeCon1 .center_box .left_box .top_box .item_box .item + .item:hover img {
  filter: brightness(0) invert(1);
}
.ins_newdeCon1 .center_box .left_box .top_box .centerInfo {
  width: 100%;
  height: auto;
  border-top: 2px solid #f0ead9;
}
.ins_newdeCon1 .center_box .left_box .top_box .centerInfo .tit_box {
  width: 100%;
  height: auto;
  padding: var(--num_60) 0;
}
.ins_newdeCon1 .center_box .left_box .top_box .centerInfo .tit_box .title {
  font-size: var(--font24);
  font-weight: 700;
}
.ins_newdeCon1 .center_box .left_box .top_box .centerInfo .tit_box .tiem {
  font-size: var(--font18);
  opacity: 0.6;
  margin-top: 20px;
}
.ins_newdeCon1 .center_box .left_box .top_box .centerInfo .content_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
}
.ins_newdeCon1 .center_box .left_box .top_box .centerInfo .content_info * {
  font-size: var(--font16);
  line-height: 1.5;
}
.ins_newdeCon1 .center_box .left_box .pager_next {
  width: 100%;
  height: auto;
  margin-top: var(--num_80);
  border-top: 1px solid #e5e5e5;
}
.ins_newdeCon1 .center_box .left_box .pager_next 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;
  gap: 50px;
  min-height: var(--num_wh80);
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ins_newdeCon1 .center_box .left_box .pager_next a .left {
  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;
}
.ins_newdeCon1 .center_box .left_box .pager_next a .left * {
  font-size: var(--font16);
  font-weight: 500;
}
.ins_newdeCon1 .center_box .left_box .pager_next a .left i {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  transform: translateY(26%) rotate(90deg);
}
.ins_newdeCon1 .center_box .left_box .pager_next a .left i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateY(50%);
}
.ins_newdeCon1 .center_box .left_box .pager_next a .left i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-50%);
}
.ins_newdeCon1 .center_box .left_box .pager_next a .right {
  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: 20px;
}
.ins_newdeCon1 .center_box .left_box .pager_next a .right * {
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdeCon1 .center_box .left_box .pager_next a .right span.time {
  flex-shrink: 0;
}
.ins_newdeCon1 .center_box .left_box .pager_next a .right span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "eu_re", "SourceHanSansCN";
}
.ins_newdeCon1 .center_box .left_box .pager_next a:hover * {
  color: var(--active_color);
}
.ins_newdeCon1 .center_box .left_box .pager_next a:hover * i::after,
.ins_newdeCon1 .center_box .left_box .pager_next a:hover * i::before {
  background-color: var(--active_color) !important;
}
.ins_newdeCon1 .center_box .left_box .ins_more {
  width: 100%;
  height: auto;
  margin-top: var(--num_40);
  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_newdeCon1 .center_box .left_box .ins_more * {
  font-size: var(--font14);
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdeCon1 .center_box .left_box .ins_more a,
.ins_newdeCon1 .center_box .left_box .ins_more .more {
  width: 100%;
  min-width: var(--num_wh160);
  min-height: var(--num_wh48);
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #b02a30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px var(--num_20);
}
.ins_newdeCon1 .center_box .left_box .ins_more a i,
.ins_newdeCon1 .center_box .left_box .ins_more .more i {
  transform: translateY(1.5px);
}
.ins_newdeCon1 .center_box .left_box .ins_more a:hover,
.ins_newdeCon1 .center_box .left_box .ins_more .more:hover {
  background: #FFF;
}
.ins_newdeCon1 .center_box .left_box .ins_more a:hover *,
.ins_newdeCon1 .center_box .left_box .ins_more .more:hover * {
  color: var(--text_color) !important;
  line-height: 1;
}
.ins_newdeCon1 .center_box .left_box .ins_more a:hover img,
.ins_newdeCon1 .center_box .left_box .ins_more .more:hover img {
  filter: brightness(0) invert(0);
}
.ins_newdeCon1 .center_box .right_box {
  width: 28%;
  height: 100%;
  background: linear-gradient(180deg, #f5f5f5 10%, #00000000 100%);
  padding: 40px;
}
.ins_newdeCon1 .center_box .right_box .name {
  font-size: var(--font24);
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
}
.ins_newdeCon1 .center_box .right_box .item_box {
  width: 100%;
  height: auto;
}
.ins_newdeCon1 .center_box .right_box .item_box .one {
  width: 100%;
  height: auto;
  padding: 40px 0;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.ins_newdeCon1 .center_box .right_box .item_box .one * {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_newdeCon1 .center_box .right_box .item_box .one .title {
  font-size: var(--font18);
  font-weight: 400;
  line-height: 1.3;
}
.ins_newdeCon1 .center_box .right_box .item_box .one .time {
  font-size: var(--font18);
  opacity: 0.6;
  margin-top: 15px;
}
.ins_newdeCon1 .center_box .right_box .item_box .one:hover .title,
.ins_newdeCon1 .center_box .right_box .item_box .one:hover .details,
.ins_newdeCon1 .center_box .right_box .item_box .one:hover .time {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_newdeCon1 {
    --matop: 100px;
  }
  .ins_newdeCon1 .center_box .left_box .top_box .item_box,
  .ins_newdeCon1 .center_box .right_box {
    display: none;
  }
  .ins_newdeCon1 .center_box .left_box {
    width: 100%;
  }
  .ins_newdeCon1 .center_box .left_box .pager_next a {
    gap: 20px;
  }
  .ins_newdeCon1 .center_box .left_box .pager_next a .left {
    width: fit-content;
  }
  .ins_newdeCon1 .center_box .left_box .pager_next a .left i {
    display: none;
  }
  .ins_newdeCon1 .center_box .left_box .pager_next a .right span{
          -webkit-line-clamp: 5;
  }
  .ins_newdeCon1 .center_box .left_box .pager_next a .right span.time {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------   人才理念 */
.ins_develolnCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  margin-top: 200px;
  overflow: hidden;
}
.ins_develolnCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_develolnCon1 .center_box .ins_title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_develolnCon1 .center_box .ins_title .f30 {
  margin-top: 25px;
}
.ins_develolnCon1 .center_box .content_box {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.ins_develolnCon1 .center_box .content_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.ins_develolnCon1 .center_box .content_box .item_box .item {
  width: 29%;
  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;
  --wh_num: 192px;
  --wh_big: 428px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .icon {
  width: var(--wh_num);
  height: var(--wh_num);
  background: var(--bg_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .title {
  font-size: var(--font24);
  font-weight: 700;
  max-width: 260px;
  margin-top: 20px;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .subtitle {
  font-size: var(--font16);
  color: #666666;
  margin-top: var(--num_20);
  max-width: 260px;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .images {
  width: var(--wh_big);
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .images::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 1px;
  background: #dcdcdc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .images::before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .images .word_box {
  width: 50%;
  height: auto;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .images .word_box .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_develolnCon1 .center_box .content_box .item_box .item .images .word_box .name {
  font-size: var(--font30);
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .images .img {
  position: relative;
  z-index: 2;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .circle {
  position: absolute;
  z-index: 0;
  width: calc(var(--wh_big) + 180px);
  height: calc(var(--wh_big) + 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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_develolnCon1 .center_box .content_box .item_box .item .circle i {
  position: absolute;
  z-index: 3;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: 50%;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .circle::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
}
.ins_develolnCon1 .center_box .content_box .item_box .item .circle::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #FFF;
}
.ins_develolnCon1 .center_box .content_box .item_box .item.is_active {
  padding-top: calc((var(--wh_big) / 2) - var(--wh_num) / 2);
  position: relative;
  z-index: 2;
}
.ins_develolnCon1 .center_box .content_box .item_box .item.active {
  width: 42%;
  z-index: 1;
  padding-bottom: var(--num_170);
}
.ins_develolnCon1 .center_box .content_box .list_box {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: auto;
  overflow: hidden;
  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;
  padding: 40px;
  background: #FFF;
  border: 1px solid #dcdcdc;
  border-radius: 500px;
  position: relative;
  z-index: 2;
}
.ins_develolnCon1 .center_box .content_box .list_box .list {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_develolnCon1 .center_box .content_box .list_box .list .icon {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #b02a30;
  border-radius: 50%;
}
.ins_develolnCon1 .center_box .content_box .list_box .list .word {
  margin-top: 20px;
  text-align: center;
}
.ins_develolnCon1 .center_box .content_box .list_box .list .word * {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
}
@media (max-width:990px) {
  .ins_develolnCon1 {
    margin-top: 100px;
  }
  .ins_develolnCon1 .center_box .content_box .item_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
  .ins_develolnCon1 .center_box .content_box .item_box .item {
    width: 100% !important;
    height: auto;
    --wh_big: 80%;
    --wh_num: 92px;
    flex-direction: row;
    padding: 0 !important;
    text-align: left;
    gap: 20px;
  }
  .ins_develolnCon1 .center_box .content_box .item_box .item .images {
    margin: auto;
  }
  .ins_develolnCon1 .center_box .content_box .item_box .item .images::after {
    display: none;
  }
  .ins_develolnCon1 .center_box .content_box .item_box .item .images .word_box .ic_box {
    max-width: 100px;
  }
  .ins_develolnCon1 .center_box .content_box .item_box .item .icon {
    flex-shrink: 0;
  }
  .ins_develolnCon1 .center_box .content_box .item_box .item .circle {
    display: none;
  }
  .ins_develolnCon1 .center_box .content_box .list_box {
    border-radius: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    max-width: 100%;
    padding: 0px;
    border: 0;
    margin-top: 40px;
  }
  .ins_develolnCon1 .center_box .content_box .list_box .list {
    flex-direction: row;
    gap: 20px;
    border: 1px solid #b02a30;
    padding: 20px;
  }
  .ins_develolnCon1 .center_box .content_box .list_box .list .icon {
    width: 50px;
    height: 50px;
    border: 0;
  }
  .ins_develolnCon1 .center_box .content_box .list_box .list .icon img {
    width: 40px;
  }
  .ins_develolnCon1 .center_box .content_box .list_box .list .word {
    margin-top: 0;
  }
  .ins_develolnCon1 .center_box .content_box .list_box .acimg {
    display: none;
  }
}
.ins_develolnCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #00000000, #f4f5f7 100%);
  padding-top: var(--num_140);
  padding-bottom: var(--num_100);
  overflow: hidden;
}
.ins_develolnCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_develolnCon2 .center_box .ins_title {
  width: 100%;
  height: auto;
  max-width: 980px;
}
.ins_develolnCon2 .center_box .ins_title .f16w {
  margin-top: 25px;
}
.ins_develolnCon2 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  background: #FFF;
  padding: var(--num_60) var(--num_80);
  border-top: 2px solid #b02a30;
}
.ins_develolnCon2 .center_box .content .title {
  font-size: var(--font36);
  font-weight: 700;
}
.ins_develolnCon2 .center_box .content .title span {
  color: #b02a30;
}
.ins_develolnCon2 .center_box .content .images {
  width: 100%;
  height: auto;
  margin-top: var(--num_90);
}
@media (max-width:990px) {
  .ins_develolnCon2 {
    padding-top: 50px;
  }
  .ins_develolnCon2 .center_box .content {
    padding: 50px 20px;
  }
}
.ins_develolnCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: var(--num_140);
  padding-bottom: var(--num_160);
  overflow: hidden;
}
.ins_develolnCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_develolnCon3 .center_box .ins_title .f30 {
  margin-top: 30px;
}
.ins_develolnCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: var(--num_60);
}
.ins_develolnCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
}
.ins_develolnCon3 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
}
.ins_develolnCon3 .center_box .item_box .item .images img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develolnCon3 .center_box .item_box .item .word_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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_develolnCon3 .center_box .item_box .item .word_box * {
  color: #FFF;
}
.ins_develolnCon3 .center_box .item_box .item .word_box .f16w {
  margin-top: var(--num_30);
}
.ins_develolnCon3 .center_box .item_box .item .word_box .btn_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;
  gap: 20px;
  --wh_num: 60px;
  margin-top: var(--num_60);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develolnCon3 .center_box .item_box .item .word_box .btn_box .icon {
  width: var(--wh_num);
  height: var(--wh_num);
  border: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.ins_develolnCon3 .center_box .item_box .item .word_box .btn_box .icon img {
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develolnCon3 .center_box .item_box .item:hover .images img {
  transform: scale(1.05);
}
.ins_develolnCon3 .center_box .item_box .item:hover .btn_box {
  gap: 10px;
}
.ins_develolnCon3 .center_box .item_box .item:hover .btn_box .icon {
  background: #b02a30;
  border: 1px solid #b02a30;
}
@media (max-width:990px) {
  .ins_develolnCon3 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_develolnCon3 .center_box .item_box .item .word_box .btn_box {
    --wh_num: 30px;
    margin-top: 10px;
  }
  .ins_develolnCon3 .center_box .item_box .images img {
    min-height: 280px;
    object-fit: cover;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------   多彩建华 */
.ins_develodcCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  margin-top: 200px;
  overflow: hidden;
  --padding_bottom: 56.2%;
  --background: #f5f5f5;
}
.ins_develodcCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_develodcCon1 .center_box .ins_title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}
.ins_develodcCon1 .center_box .ins_title .f30 {
  margin-top: 20px;
}
.ins_develodcCon1 .center_box .content_box {
  margin-top: var(--num_100);
}
.ins_develodcCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.ins_develodcCon1 .center_box .swiper_box ul {
  transition-timing-function: linear !important;
}
.ins_develodcCon1 .center_box .swiper_box ul li .pb {
  background: #FFF;
  padding-bottom: var(--padding_bottom);
  background: var(--background);
}
.ins_develodcCon1 .center_box .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_develodcCon1 .center_box .swiper_box ul li .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_develodcCon1 {
    margin-top: 100px;
  }
}
.ins_develodcCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: var(--num_200);
  padding-bottom: var(--num_160);
  overflow: hidden;
}
.ins_develodcCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_develodcCon2 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  overflow: hidden;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  display: block;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .images {
  background: #f1f1f1;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .images::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.018;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .images .pb {
  padding-bottom: 56.26%;
}
.ins_develodcCon2 .center_box .swiper_box .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_develodcCon2 .center_box .swiper_box .centerInfo .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .word_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  position: relative;
  z-index: 2;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .word_box .time {
  font-size: var(--font18);
  opacity: 0.6;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .word_box .title {
  font-size: var(--font24);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  height: calc(2em * 1.5);
  margin-top: 10px;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .word_box .subttile {
  font-size: var(--font16);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(2em * 1.5);
  margin-top: 30px;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .word_box .bnt_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: var(--num_50);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .word_box .bnt_box img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo .word_box .bnt_box * {
  font-size: var(--font14);
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo:hover .images .pb .ab img {
  transform: scale(1.05);
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo:hover .word_box .bnt_box * {
  color: #b02a30;
}
.ins_develodcCon2 .center_box .swiper_box .centerInfo:hover .word_box .bnt_box img {
  filter: unset !important;
}
.ins_develodcCon2 .center_box .pager_box1 {
  margin-top: var(--num_70);
}
@media (max-width:990px) {
  .ins_develodcCon2 .pager_box1 .swi_box {
    display: none;
  }
  .ins_develodcCon2 .center_box .swiper_box .centerInfo .word_box .bnt_box {
    margin-top: 20px;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------   走进建华 */
.ins_develozpCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 220px;
  padding-bottom: var(--num_100);
}
#ins_develozpCon2 { padding-top: 0 !important; }
.ins_develozpCon1 .center_box {
  width: auto;
  height: auto;
}
.ins_develozpCon1 .center_box .ins_title .f42 {
  font-size: var(--font60);
}
.ins_develozpCon1 .center_box .ins_title .f30 {
  margin-top: 20px;
}
.ins_develozpCon1 .center_box .one_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.ins_develozpCon1 .center_box .one_box .one {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.ins_develozpCon1 .center_box .one_box .one .top {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 50px;
  min-height: 68px;
  padding: 0 var(--num_40);
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develozpCon1 .center_box .one_box .one .top .name {
  width: 100%;
  height: 100%;
  font-size: var(--font16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 500;
}
.ins_develozpCon1 .center_box .one_box .one .top .name i {
  width: 20px;
  height: 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;
  --color_bg: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --num_wh: 10px;
  transform: translateY(50%);
}
.ins_develozpCon1 .center_box .one_box .one .top .name i::after {
  content: '';
  position: absolute;
  width: var(--num_wh);
  height: 2px;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg) translateX(-50%);
}
.ins_develozpCon1 .center_box .one_box .one .top .name i::before {
  content: '';
  position: absolute;
  width: var(--num_wh);
  height: 2px;
  background: var(--color_bg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateX(50%);
}
.ins_develozpCon1 .center_box .one_box .one .top .name:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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_develozpCon1 .center_box .one_box .one .top .icon_click {
  cursor: pointer;
}
.ins_develozpCon1 .center_box .one_box .one .bot {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  z-index: 1;
}
.ins_develozpCon1 .center_box .one_box .one .bot * {
  font-family: "SourceHanSansCN";
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: var(--num_60) 0;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .thr_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 40px;
  padding-bottom: 40px;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .thr_box .i_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .thr_box .i_box .it {
  min-width: 200px;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text {
  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: 40px;
  padding: 0 40px;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .tow_box {
  width: 100%;
  height: auto;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .tow_box .tow {
  width: 100%;
  height: auto;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .tow_box .tow .title {
  font-size: var(--font16);
  font-weight: 700;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .tow_box .tow .ul_one {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .tow_box .tow .ul_one .li_one {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .tow_box .tow + .tow {
  margin-top: var(--num_40);
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .images_box {
  width: auto;
  height: auto;
  flex-shrink: 0;
  text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .images_box .word {
  margin-top: 20px;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .images_box .img {
    max-width: 120px;
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .images_box .number {
    margin-top: 40px;
    font-size: var(--font20);
}
.ins_develozpCon1 .center_box .one_box .one .bot .cont .imag_text .images_box * {
  font-size: var(--font18);
}
.ins_develozpCon1 .center_box .one_box .one:first-child .top {
  background: var(--active_color);
}
.ins_develozpCon1 .center_box .one_box .one:first-child .top .name {
  color: #FFF;
  font-weight: 400;
}
.ins_develozpCon1 .center_box .one_box .one.active::after {
  height: 100%;
}
.ins_develozpCon1 .center_box .one_box .one.active .top {
  background: #e5e5e5;
}
.ins_develozpCon1 .center_box .one_box .one.active .top .name i {
  transform: rotate(180deg);
  --color_bg: var(--active_color);
}
.ins_develozpCon1 .center_box .one_box .one + .one {
  margin-top: 10px;
}

@media (max-width:990px) {
  .ins_develozpCon1 {
    padding-top: 80px;
  }
  .anchor { width: 100%; height: 0; transform: translateY(-60px);  }
  .ins_develozpConFcc {
      padding-top: 20px !important;
  }
  .ins_develozpCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_develozpCon1 .center_box .item_box .item .input input {
    height: 40px;
  }
  .ins_develozpCon1 .center_box .item_box .item .input .layui-form-select dl {
    position: relative;
    z-index: 5;
  }
  .ins_develozpCon1 .center_box .one_box {
    overflow: auto;
  }
  .ins_develozpCon1 .center_box .one_box .one {
    min-width: 600px;
  }
  .ins_develozpCon1 .center_box .one_box .one .top .name i {
    --num_wh: 14px;
  }
}
.ins_contactCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: var(--num_100);
  overflow: hidden;
}
.ins_contactCon1 .center_box {
  width: auto;
  height: auto;
}
.ins_contactCon1 .center_box .ins_title .f30 {
  margin-top: 20px;
}
.ins_contactCon1 .center_box .list_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f5f5f5;
  margin-top: 60px;
}
.ins_contactCon1 .center_box .list_box .list {
  width: 100%;
  height: auto;
  overflow: hidden;
  --wh_num: 100px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.ins_contactCon1 .center_box .list_box .list * {
  font-family: "eu_re", "SourceHanSansCN";
}
.ins_contactCon1 .center_box .list_box .list .icon {
  width: var(--wh_num);
  height: var(--wh_num);
  background: #FFF;
  border-radius: 50%;
}
.ins_contactCon1 .center_box .list_box .list .f24 {
  margin-top: var(--num_30);
}
.ins_contactCon1 .center_box .list_box .list .f20 {
  color: #888888;
  margin-top: 10px;
}
.ins_contactCon1 .center_box .list_box .list .images {
  max-width: 120px;
}
.ins_contactCon1 .center_box .list_box .list:last-child .f20 {
  margin-top: 30px;
}
.ins_contactCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: var(--num_60);
  gap: 24px;
}
.ins_contactCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
  padding: var(--num_40) var(--num_30);
  padding-bottom: var(--num_50);
}
.ins_contactCon1 .center_box .item_box .item .f24 {
  font-weight: 500;
}
.ins_contactCon1 .center_box .item_box .item .icon {
  margin-top: 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;
  gap: 20px;
}
.ins_contactCon1 .center_box .item_box .item .icon img {
  flex-shrink: 0;
  width: auto;
  height: auto;
  object-fit: cover;
}
.ins_contactCon1 .center_box .item_box .item .icon span {
  font-size: var(--font20);
  font-family: "eu_re", "SourceHanSansCN";
}
@media (max-width:990px) {
  .ins_contactCon1 {
    padding-top: 50px;
  }
  .ins_contactCon1 .center_box .list_box {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 20px;
  }
  .ins_contactCon1 .center_box .list_box .list {
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 20px;
    --wh_num: 50px;
    text-align: left;
  }
  .ins_contactCon1 .center_box .list_box .list .icon {
    flex-shrink: 0;
  }
  .ins_contactCon1 .center_box .list_box .list .images {
    max-width: 90px;
  }
  .ins_contactCon1 .center_box .list_box .list:last-child {
    flex-direction: column !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: none;
  }
  .ins_contactCon1 .center_box .list_box .list:last-child .f20 {
    margin-top: 0px;
  }
  .ins_contactCon1 .center_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10px;
    gap: 10px;
  }
}
.ins_contactCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: var(--num_160);
  padding-bottom: var(--num_160);
}
.ins_contactCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon2 .center_box .ins_title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: var(--num_50);
}
.ins_contactCon2 .center_box .ins_title .f30 {
  margin-top: 20px;
}
.ins_contactCon2 .center_box .hh_info {
  width: 100%;
  height: auto;
  margin-top: var(--num_40);
  --left_width: 50%;
  --right_width: 50%;
  gap: 25px;
}
.ins_contactCon2 .center_box .hh_info .hh_left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--num_30) 25px;
}
.ins_contactCon2 .center_box .hh_info .hh_left .item {
  width: 100%;
  height: auto;
}
.ins_contactCon2 .center_box .hh_info .hh_left .item .word {
  font-size: var(--font16);
}
.ins_contactCon2 .center_box .hh_info .hh_left .item .icon {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.ins_contactCon2 .center_box .hh_info .hh_left .item .icon input {
  width: 100%;
  height: var(--num_wh48);
  background: #f5f5f5;
  border: 0;
  padding: 0 20px;
  font-size: var(--font18);
}
.ins_contactCon2 .center_box .hh_info .hh_left .item.grid_a {
  grid-column: span 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;
}
.ins_contactCon2 .center_box .hh_info .hh_left .item.grid_a .icon {
  margin-top: 0;
}
.ins_contactCon2 .center_box .hh_info .hh_left .item.grid_a .img {
  flex-shrink: 0;
  width: auto;
  height: 100%;
  background: #dcdcdc;
  max-height: var(--num_wh48);
}
.ins_contactCon2 .center_box .hh_info .hh_left .item.grid_a .img img { width: 100%; height: 100%; }
.ins_contactCon2 .center_box .hh_info .hh_right {
  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: 25px;
}
.ins_contactCon2 .center_box .hh_info .hh_right .item {
  width: 100%;
  height: auto;
}
.ins_contactCon2 .center_box .hh_info .hh_right .item .word {
  font-size: var(--font16);
}
.ins_contactCon2 .center_box .hh_info .hh_right .item .icon {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.ins_contactCon2 .center_box .hh_info .hh_right .item .icon textarea {
  width: 100%;
  height: 170px;
  background: #f5f5f5;
  border: 0;
  padding: 20px;
  font-size: var(--font18);
}
.ins_contactCon2 .center_box .hh_info .hh_right .item .btn {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ins_contactCon2 .center_box .hh_info .hh_right .item .btn button {
  width: 100%;
  height: var(--num_wh48);
  overflow: hidden;
  border: 0;
  background: #b02a30;
  color: #FFF;
  font-size: var(--font16);
  font-weight: 500;
  cursor: pointer;
}
.ins_contactCon2 .center_box .hh_info .hh_right .item .btn button:first-child {
  background: #252525;
}
@media (max-width:990px) {
  .ins_contactCon2 .center_box .hh_info .hh_left {
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_contactCon2 .center_box .hh_info .hh_left .grid_a {
    grid-column: unset !important;
  }
  .ins_contactCon2 .center_box .hh_info .hh_left .grid_a .img {
    max-width: 100px;
  }
  .ins_contactCon2 .center_box .hh_info .hh_right {
    margin-top: 0;
  }
}
#bus1, #bus2, #bus3, #bus4, #bus5, #bus6, #bus7, #bus8, #bus9 {
  transform: translateY(-150px);
}
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
