@charset "UTF-8";
/* 公共样式 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
small {
  font-size: 100%;
  font-weight: normal;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  /* font: 14px/24px "BlueSkyStandard", "Microsoft YaHei", "微软雅黑", \5FAE\8F6F\96C5\9ED1, arial, sans-serif, \5b8b\4f53; */
  font: "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  color: #333;
  outline: 0;
}
body {
  background-color: #FFF;
  width: 100%;
  margin: 0 auto;
  /* min-width: 1200px; */
  /* overflow-x: hidden; */
  max-width: 1920px;
  left: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.body_ie {
  height: auto !important;
}
.skrollr {
  overflow: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no_margin {
  margin-bottom: 0 !important;
}
a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -moz-outline-style: none;
}
div,
li {
  box-sizing: border-box;
}
.swiper {
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide .ani {
  display: none;
}
.swiper .swiper-slide.swiper-slide-active .ani {
  display: block;
}
.swiper .swiper-pagination {
  bottom: 0;
  opacity: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  background-color: #d6d6d6;
  border-radius: 0;
  opacity: 1;
  margin: 0 2px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #00c0d1;
}
.slide-btn-box {
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width:1800px) {
  .slide-btn-box {
    right: 60px;
  }
}
@media (max-width:1024px) {
  .slide-btn-box {
    display: none;
  }
}
.slide-btn-box .slide-btn {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
}
.slide-btn-box .slide-btn.swiper-button-next {
  margin-top: 10px;
}
.slide-btn {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50px;
  height: 50px;
  background: no-repeat center #f5f6f7;
  border-radius: 50%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slide-btn:hover {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #00c0d1;
}
.slide-btn:hover::before {
  -webkit-filter: none;
  filter: none;
}
.slide-btn:hover.swiper-button-prev::before {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url(../images/prev-icon-blue.png);
  filter: brightness(0) invert(1);
}
.slide-btn:hover.swiper-button-next::before {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url(../images/next-icon-blue.png);
  filter: brightness(0) invert(1);
}
.slide-btn::before {
  content: '';
  width: 11px;
  height: 100%;
  background: no-repeat center;
  background-size: 7px 11px;
  z-index: 1;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-btn.swiper-button-prev::before {
  background-image: url(../images/prev-icon-blue.png);
}
.slide-btn.swiper-button-next::before {
  background-image: url(../images/next-icon-blue.png);
}
@font-face {
  font-family: 'SamsungSharpSans-R';
  src: url('../fonts/SamsungSharpSans-Regular.eot');
  src: url('../fonts/SamsungSharpSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SamsungSharpSans-Regular.woff2') format('woff2'), url('../fonts/SamsungSharpSans-Regular.woff') format('woff'), url('../fonts/SamsungSharpSans-Regular.ttf') format('truetype'), url('../fonts/SamsungSharpSans-Regular.svg#SamsungSharpSans-Regular') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.SamsungSharpSans-R {
  font-family: 'SamsungSharpSans-R';
}
@font-face {
  font-family: 'SamsungSharpSans-M';
  src: url('../fonts/SamsungSharpSans-Medium.eot');
  src: url('../fonts/SamsungSharpSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/SamsungSharpSans-Medium.woff2') format('woff2'), url('../fonts/SamsungSharpSans-Medium.woff') format('woff'), url('../fonts/SamsungSharpSans-Medium.ttf') format('truetype'), url('../fonts/SamsungSharpSans-Medium.svg#SamsungSharpSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.SamsungSharpSans-M {
  font-family: 'SamsungSharpSans-M';
}
@font-face {
  font-family: 'SamsungSharpSans-B';
  src: url('../fonts/SamsungSharpSans-Bold.eot');
  src: url('../fonts/SamsungSharpSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SamsungSharpSans-Bold.woff2') format('woff2'), url('../fonts/SamsungSharpSans-Bold.woff') format('woff'), url('../fonts/SamsungSharpSans-Bold.ttf') format('truetype'), url('../fonts/SamsungSharpSans-Bold.svg#SamsungSharpSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.SamsungSharpSans-B {
  font-family: 'SamsungSharpSans-B';
}
input,
button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
}
input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}
input::-webkit-input-placeholder {
  color: black;
}
input:-moz-placeholder {
  color: black;
}
input::-moz-placeholder {
  color: black;
}
input:-ms-input-placeholder {
  color: black;
}
textarea::-webkit-input-placeholder {
  color: black;
}
textarea:-moz-placeholder {
  color: black;
}
textarea::-moz-placeholder {
  color: black;
}
textarea:-ms-input-placeholder {
  color: black;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #eee;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #eee;
}
::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #00c0d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.clear-float::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.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;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-hidden {
  overflow: hidden;
}
.white-space {
  white-space: pre-line;
}
@media (max-width:1200px) {
  .white-space {
    white-space: inherit;
  }
}
.font-weight-b {
  font-weight: bold;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* 动画延迟 */
/* 图片放大 */
/* 旋转 */
.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;
  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.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* 侧边条 */
/* 媒体查询 缩写 */
/* 布局 */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:1560px) {
  .container {
    max-width: 100%;
    padding: 0 60px;
    margin: 0 auto;
  }
}
@media (max-width:1024px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .container {
    padding: 0 20px;
  }
}
.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;
  }
}
/* 默认 空标签 */
.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: #00b0b9;
  --text_color: #333333;
  --text_66666: #666666;
  /* 字体 */
  /* 60px ~ 160px */
  --font160: clamp(3.75rem, calc( -3.393rem + 11.16vw), 10rem);
  /* 32px ~ 80px */
  --font80: clamp(2rem, calc(-5.385rem + 9.23vw), 5rem);
  /* 30px ~ 60px */
  --font60: clamp(1.875rem, calc(-2.740rem + 5.77vw), 3.75rem);
  /* 29px ~ 58px */
  --font58: clamp(1.813rem, calc(-2.649rem + 5.58vw), 3.625rem);
  /* 28px ~ 52px */
  --font52: clamp(1.75rem, calc(-1.942rem + 4.62vw), 3.25rem);
  /* 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);
  /* 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 ~ 17px */
  --font17: clamp(0.875rem, calc(0.7500rem + 0.26vw), 1.063rem);
  /* 14px ~ 18px */
  --font18: clamp(0.875rem, calc(0.2600rem + 0.77vw), 1.125rem);
  /* 13px ~ 16px */
  --font16: clamp(0.813rem, calc(0.3510rem + 0.58vw), 1rem);
  /* 12px ~ 14px */
  --font14: clamp(0.75rem, calc(0.4420rem + 0.38vw), 0.875rem);
  /* 动画 */
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* 圆角 */
  --border-radius20: clamp(0.625rem, calc(-0.089rem + 1.12vw), 1.25rem);
  --border-radius18: clamp(0.625rem, calc(0.054rem + 0.89vw), 1.125rem);
  --border-radius16: clamp(0.5rem, calc(-0.071rem + 0.89vw), 1rem);
  --border-radius14: clamp(0.313rem, calc(-0.33rem + 1vw), 0.875rem);
  --border-radius12: clamp(0.313rem, calc(-0.188rem + 0.78vw), 0.75rem);
  --border-radius10: clamp(0.313rem, calc(-0.045rem + 0.56vw), 0.625rem);
  --border-radius8: clamp(0.25rem, calc(-0.365rem + 0.77vw), 0.5rem);
  /* 数值 */
  /* 70px ~ 310px */
  --num_310: clamp(4.375rem, calc(-32.548rem + 46.15vw), 19.375rem);
  /* 70px ~ 300px */
  --num_300: clamp(4.375rem, calc(-31.010rem + 44.23vw), 18.75rem);
  /* 70px ~ 230px */
  --num_230: clamp(4.375rem, calc(-20.240rem + 30.77vw), 14.375rem);
  /* 70px ~ 220px */
  --num_220: clamp(4.375rem, calc(-18.702rem + 28.85vw), 13.75rem);
  /* 70px ~ 210px */
  --num_210: clamp(4.375rem, calc(-17.163rem + 26.92vw), 13.125rem);
  /* 70px ~ 200px */
  --num_200: clamp(4.375rem, calc(-15.625rem + 25.00vw), 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 ~ 55px */
  --num_55: clamp(1.563rem, calc(-3.053rem + 5.77vw), 3.438rem);
  /* 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);
  /* 08px ~ 15px */
  --num_15: clamp(0.5rem, calc(-0.577rem + 1.35vw), 0.938rem);
}
@media (max-width:768px) {
  :root {
    /* 26px ~ 50px */
    --font50: 24px;
    /* 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 */
    --font17: 14px;
    /* 17px ~ 22px */
    --font18: 14px;
    /* 17px ~ 22px */
    --font16: 13px;
    /* 17px ~ 22px */
    --font15: 13px;
  }
}
/* 字体大小 */
/* 间距 */
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: #00c0d1;
}
/* Placeholder style */
.wrapper {
  overflow: hidden;
}
@media (max-width:990px) {
  .wrapper {
    margin-top: 60px;
  }
}
.pagination {
  text-align: center;
  position: relative;
  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;
}
.pagination li:first-child span,
.pagination li:first-child a {
  background: url(../images/prev2.png) no-repeat center #333333;
  background-size: 7px 14px;
  text-indent: -9999px;
}
.pagination li:first-child span:hover,
.pagination li:first-child a:hover {
  background: url(../images/prev.png) no-repeat center #00c0d1;
  background-size: 7px 14px;
}
.pagination li:last-child span,
.pagination li:last-child a {
  background: url(../images/next2.png) no-repeat center #333333;
  background-size: 7px 14px;
  text-indent: -9999px;
}
.pagination li:last-child span:hover,
.pagination li:last-child a:hover {
  background: url(../images/next.png) no-repeat center #00c0d1;
  background-size: 7px 14px;
}
.pagination li {
  margin: 0 10px;
  display: inline-block;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  color: white;
  background-color: #00c0d1;
}
.pagination li > a,
.pagination li > span {
  float: none;
  display: inline-block;
  cursor: pointer;
  font-size: var(--font20);
  color: #999999;
  border: 0;
  width: 47px;
  height: 47px;
  line-height: 47px;
  background-color: #333333;
  border-radius: 50%;
  overflow: hidden;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: white;
  background-color: #00c0d1;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: white;
  background-color: #00c0d1;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .pagination li {
    margin: 0 4px;
  }
  .pagination li > a,
  .pagination li > span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}
.mySelect {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 1;
}
.mySelect .show {
  z-index: 1;
  position: relative;
  padding-left: 55px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  font-size: 14px;
  color: #aaaaa8;
  background-color: #f4f4f4;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mySelect .show.on,
.mySelect .show:hover {
  background-color: #ededed;
}
.mySelect .show:before {
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2;
  width: 14px;
  height: 100%;
  background: url(../images/arrow_down.png) no-repeat center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mySelect .show.on:before {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.mySelect .drapList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  width: 100%;
  background-color: #f2f2f2;
}
.mySelect .drapList ul {
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.mySelect .drapList li {
  padding: 0 40px;
  line-height: 40px;
  font-size: 14px;
  color: #aaaaa8;
  cursor: pointer;
}
.mySelect .drapList li:hover {
  background-color: #ededed;
  color: #00c0d1;
}
.mySelect .drapList::-webkit-scrollbar {
  display: none;
}
/* animated*/
@-webkit-keyframes scrollToTop {
  0% {
    transform: translateY(10px) scale(0.99);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes scrollToTop {
  0% {
    transform: translateY(10px) scale(0.99);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scrollFade {
  0% {
    transform: translateY(2px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrollFade {
  0% {
    transform: translateY(2px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0;
  }
}
@keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0;
  }
}
@keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes upico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes upico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%);
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%);
  }
}
@-webkit-keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%);
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%);
  }
}
@keyframes h-color-w {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes h-color-w {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }
  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }
  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}
@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 tran_boost {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
.gsap-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.gsap-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.gsap-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.wow {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.scrollToTop {
  -webkit-animation-name: scrollToTop;
  animation-name: scrollToTop;
}
.scrollFade {
  -webkit-animation-name: scrollFade;
  animation-name: scrollFade;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.icon-video {
  -webkit-animation-name: icon-video;
  animation-name: icon-video;
}
.h_schedule {
  -webkit-animation-name: h_schedule;
  animation-name: h_schedule;
}
.upico {
  -webkit-animation-name: upico;
  animation-name: upico;
}
.h-clip {
  -webkit-animation-name: h-clip;
  animation-name: h-clip;
}
.h-color-w {
  -webkit-animation-name: h-color-w;
  animation-name: h-color-w;
}
.h-color-w2 {
  -webkit-animation-name: h-color-w2;
  animation-name: h-color-w2;
}
.icon_video {
  -webkit-animation-name: icon_video;
  animation-name: icon_video;
}
.h-line {
  -webkit-animation-name: h-line;
  animation-name: h-line;
}
.border-transform {
  -webkit-animation-name: border-transform;
  animation-name: border-transform;
}
/* 公共样式 - 结束 */
body {
  --header-height: 80px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1920px;
  height: var(--header-height);
  z-index: 99;
  margin: auto;
  /* ----------------------------------------------------------    手机端导航 */
}
#header.header_bg .header-pc {
  --color: #666666;
  background-color: #ffffff;
}
#header.header_bg .header-pc .header-wrap {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#header.header_bg .header-pc .header-wrap .logo .logo-white {
  display: none;
}
#header.header_bg .header-pc .header-wrap .logo .logo-black {
  display: block;
}
#header.header_bg .header-pc .header-wrap .nav dt a.active::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00c0d1;
  position: absolute;
  left: 0;
  bottom: 26px;
}
#header.header_bg .header-pc .header-wrap .head-right .column .head_language {
  background-color: #1b2933;
  color: white;
}
#header.header_bg .header-pc .header-wrap .head-right .column .head_language .global_btn {
  filter: brightness(0) invert(1);
}
#header.header_bg .header-pc .header-wrap .head-right .column .head_language:hover {
  background-color: var(--active_color) !important;
  color: white;
}
#header.header_bg .header-pc .header-wrap .head-right .column .head_language:hover .language_btn {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header.header-bg .header-pc {
  --color: #1b2933;
  background-color: var(--bg-color);
}
#header.header-bg .header-pc .header-wrap {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#header.header-bg .header-pc .header-wrap .logo .logo-white {
  display: none;
}
#header.header-bg .header-pc .header-wrap .logo .logo-black {
  display: block;
}
#header.header-bg .header-pc .header-wrap .head-right .column .head_language {
  background-color: #1b2933;
  color: white;
  position: relative;
}
#header.header-bg .header-pc .header-wrap .head-right .column .head_language:hover {
  background-color: #364957;
  color: white;
}
#header.header-bg .header-pc .header-wrap .head-right .column .head_language:hover .global_btn {
  filter: brightness(0) invert(1);
}
#header.header-bg .header-pc .header-wrap .head-right .column .head_language:hover .language_btn {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header .header-pc {
  position: relative;
  --color: white;
  --bg-color: white;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap {
  margin: auto;
  padding: 0 40px;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  /*二级导航 */
}
#header .header-pc .header-wrap .logo {
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .header-pc .header-wrap .logo .logo-black {
  display: none;
}
#header .header-pc .header-wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#header .header-pc .header-wrap .nav dl {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0 24px;
}
#header .header-pc .header-wrap .nav dl:hover {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 20;
}
#header .header-pc .header-wrap .nav dl:hover .public_nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .nav dl:hover dt a {
  color: #00c0d1;
}
#header .header-pc .header-wrap .nav dl:hover dt a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00c0d1;
  position: absolute;
  left: 0;
  bottom: 26px;
}
#header .header-pc .header-wrap .nav dt a {
  font-size: var(--font17);
  color: var(--color);
  position: relative;
  height: var(--header-height);
  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;
}
#header .header-pc .header-wrap .nav dt a.active {
  color: #00c0d1;
}
#header .header-pc .header-wrap .nav dd {
  display: none;
  width: 140px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -70px;
  font-size: 0;
}
#header .header-pc .header-wrap .nav dd .ovs {
  height: 100%;
  padding: 20px 0 10px;
}
#header .header-pc .header-wrap .nav dd .ovs a {
  display: block;
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.5em;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .nav dd .ovs a:hover {
  color: #00c0d1;
}
#header .header-pc .header-wrap .nav dd.nav-open {
  width: 100%;
  max-width: 1920px;
  position: fixed;
  left: 0;
  margin-left: 0;
}
#header .header-pc .header-wrap .nav dd.nav-open .container-custom {
  width: 50.652%;
  min-width: 970px;
  margin: auto;
}
#header .header-pc .header-wrap .nav dd.nav-open .container-custom .row {
  margin-left: -15px;
  margin-right: -15px;
}
#header .header-pc .header-wrap .nav dd.nav-open .container-custom .ovs {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
#header .header-pc .header-wrap .nav dd.nav-open .container-custom .ovs h3 {
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 6px;
  margin-bottom: 20px;
}
#header .header-pc .header-wrap .nav dd.nav-open .container-custom .ovs h3 a {
  margin-bottom: 6px;
}
#header .header-pc .header-wrap .nav dd.nav-open .container-custom .ovs a {
  text-align: left;
}
#header .header-pc .header-wrap .public_nav {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  left: 0;
  background: #f5f7fa;
  /*box-shadow: 0px 0px 29px 0px rgba(153, 153, 153, 0.26);*/
  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;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
#header .header-pc .header-wrap .public_nav .pub_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: var(--num_30) var(--num_70);
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: var(--num_35);
}
#header .header-pc .header-wrap .public_nav .pub_box .one {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_20);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .header-pc .header-wrap .public_nav .pub_box .one .word {
  font-size: var(--font16);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .public_nav .pub_box .one:hover .word,
#header .header-pc .header-wrap .public_nav .pub_box .one.active .word {
  color: var(--active_color);
  text-decoration: underline;
}
#header .header-pc .header-wrap .public_nav .product_nav {
  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;
}
#header .header-pc .header-wrap .public_nav .product_nav .list {
  width: 20.83%;
  padding: 9px 0;
}
#header .header-pc .header-wrap .public_nav .product_nav .list .tow {
  width: 100%;
  height: auto;
}
#header .header-pc .header-wrap .public_nav .product_nav .list .tow a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_20);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 9px var(--num_20);
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#header .header-pc .header-wrap .public_nav .product_nav .list .tow a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 23px;
  background: var(--active_color);
  opacity: 0;
}
#header .header-pc .header-wrap .public_nav .product_nav .list .tow a .word {
  font-size: var(--font16);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .public_nav .product_nav .list .tow a:hover,
#header .header-pc .header-wrap .public_nav .product_nav .list .tow a .active {
  background: #FFFFFF;
}
#header .header-pc .header-wrap .public_nav .product_nav .list .tow a:hover::after,
#header .header-pc .header-wrap .public_nav .product_nav .list .tow a .active::after {
  opacity: 1;
}
#header .header-pc .header-wrap .public_nav .product_nav .list .tow a:hover .word,
#header .header-pc .header-wrap .public_nav .product_nav .list .tow a .active .word {
  color: var(--active_color);
}
#header .header-pc .header-wrap .public_nav .product_nav .list .active {
  background: #FFFFFF;
}
#header .header-pc .header-wrap .public_nav .product_nav .list .active::after {
  opacity: 1;
}
#header .header-pc .header-wrap .public_nav .product_nav .list .active .word {
  color: var(--active_color);
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box {
  width: 79.17%;
  height: auto;
  background: #FFFFFF;
  padding: var(--num_35) var(--num_20);
  padding-left: 13%;
  position: relative;
  z-index: 1;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .tow {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--num_40);
  max-height: 70vh;
  overflow: auto;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .tow .thre {
  width: 100%;
  height: auto;
  display: block;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .tow .thre .images .pb {
  padding-bottom: 57%;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .tow .thre .word {
  font-size: var(--font16);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  margin-top: 10px;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .tow .thre:hover .word,
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .tow .thre.active .word {
  color: var(--active_color);
  text-decoration: underline;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .pro_box {
  width: 100%;
  height: auto;
  display: none;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .pro_box.active {
  display: block !important;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .pro_box .title {
  font-weight: 600;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .pro_box .sont {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--num_20) 10px;
  margin-top: var(--num_20);
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .pro_box .sont .four {
  padding: var(--num_25) var(--num_15);
  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;
  background: #f5f7fa;
  border-radius: var(--border-radius10);
  color: var(--text_color);
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .pro_box .sont .four span {
  font-size: var(--font16);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .pro_box .sont .four i {
  flex-shrink: 0;
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .pro_box .sont .four:hover {
  color: var(--active_color);
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .pro_box .sont .four:hover i {
  color: var(--active_color);
}
#header .header-pc .header-wrap .public_nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .head-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;
  grid-gap: 0 20px;
}
#header .header-pc .header-wrap .head-right .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 16px;
}
#header .header-pc .header-wrap .head-right .column .global_btn {
  filter: brightness(0) invert(1);
  margin-right: 10px;
  margin-top: -4px;
  width: 16px;
}
#header .header-pc .header-wrap .head-right .column .head_language {
  height: 34px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  padding-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  font-family: 'SamsungSharpSans-B';
  color: var(--color);
  line-height: 1.5;
  padding-top: 3px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
#header .header-pc .header-wrap .head-right .column .head_language .language_btn {
  margin-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .head-right .column .head_language:hover {
  background-color: white;
  color: #1b2933;
}
#header .header-pc .header-wrap .head-right .column .head_language:hover .global_btn {
  filter: inherit;
}
#header .header-pc .header-wrap .head-right .column .head_language:hover .language_btn {
  -webkit-filter: none;
  filter: none;
}
#header .header-pc .header-wrap .head-right .column .head_search {
  width: 48px;
  height: 48px;
  background-color: #00c0d1;
  border-radius: 50%;
  color: var(--color);
  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.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .head-right .column .head_search img {
  cursor: pointer;
}
#header .header-pc .header-wrap .head-right .column .head_search .bg_zhezhao {
  width: 100vw;
  height: 100vh;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  left: 0;
  background: #f5f7fa;
  padding: var(--num_35);
  box-shadow: 0px 0px 29px 0px rgba(153, 153, 153, 0.26);
  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;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input {
  height: 57px;
  min-width: 200px;
  width: 36.765%;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 5px 8px;
  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-left: var(--num_40);
  box-shadow: 0px 5px 18px 0px rgba(102, 102, 102, 0.02);
  z-index: 5;
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input input {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  --color: #c6c6c6;
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input input::-webkit-input-placeholder,
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input input textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input input:-moz-placeholder,
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input input textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input input::-moz-placeholder,
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input input textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input input:-ms-input-placeholder,
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input input textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--active_color);
  flex-shrink: 0;
  cursor: pointer;
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box .input button img {
  filter: brightness(0) invert(1);
}
#header .header-pc .header-wrap .head-right .column .head_search .search_box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .head-right .column .head_search .bg_zhezhao.active {
  opacity: 0.3;
  visibility: visible;
}
#header .header-pc .header-wrap .head-right .column .head_search:hover {
  background-color: #4fd1dc;
}
@media (max-width:990px) {
  #header .header-pc {
    display: none;
  }
}
#header .mask-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 29, 44, 0.2);
  display: none;
}
#header .mask-bg.active {
  display: block;
}
#header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  box-shadow: 0 1px 0 #eee;
}
#header .m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
#header .m_header_box .header_title .logo {
  height: 100%;
  overflow: hidden;
}
#header .m_header_box .header_title .logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .m_header_box .header_title .logo img {
  min-height: 40%;
  max-height: 50%;
}
#header .m_header_box .header_title .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#header .m_header_box .header_title .menu_btn {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
#header .m_header_box .header_title .menu_btn::after,
#header .m_header_box .header_title .menu_btn::before,
#header .m_header_box .header_title .menu_btn i {
  width: 70%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -35%;
  transform-origin: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_title .menu_btn::before {
  content: '';
  margin-top: -8px;
}
#header .m_header_box .header_title .menu_btn::after {
  content: '';
  margin-top: 6px;
}
#header .m_header_box .header_title .menu_btn.active i {
  opacity: 0;
}
#header .m_header_box .header_title .menu_btn.active::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;
  background: #00c0d1;
}
#header .m_header_box .header_title .menu_btn.active::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;
  background: #00c0d1;
}
#header .m_header_box .header_title .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.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  overflow: hidden;
}
#header .m_header_box .header_title .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_title .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
#header .m_header_box .header_title .head_btn .link span {
  opacity: 0.6;
}
#header .m_header_box .header_title .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_title .head_btn .link a:hover {
  opacity: 1;
}
#header .m_header_box .header_title .head_btn:hover .icon {
  filter: invert(1);
}
#header .m_header_box .header_title .head_btn:hover .link {
  color: #000;
}
#header .m_header_box .header_title .head_btn:hover .link a,
#header .m_header_box .header_title .head_btn:hover .link span {
  color: #000;
}
#header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #f7f7f7;
  display: none;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_info {
  width: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
#header .m_header_box .header_body .menu_nav ul {
  padding: 0;
  margin: 0;
}
#header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
#header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_nav ul li .one a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
  color: #282f36;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 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;
  flex: 1;
  position: relative;
}
#header .m_header_box .header_body .menu_nav ul li .one a .subtitle {
  font-size: 14px;
  margin-right: 10px;
}
#header .m_header_box .header_body .menu_nav ul li .one a .title {
  font-size: 14px;
}
#header .m_header_box .header_body .menu_nav ul li .one .icon {
  width: 50px;
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color: #282f36;
}
#header .m_header_box .header_body .menu_nav ul li .one .icon i {
  font-size: 8px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_body .menu_nav ul li .one.active a {
  color: #00c0d1;
}
#header .m_header_box .header_body .menu_nav ul li .one.active .icon {
  color: #00c0d1;
}
#header .m_header_box .header_body .menu_nav ul li .one.active.is_active .icon i {
  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 ul {
  border-top: 1px solid #00c0d1;
  padding: 10px 0;
  display: none;
}
#header .m_header_box .header_body .menu_nav ul li ul li {
  border: 0;
}
#header .m_header_box .header_body .menu_nav ul li ul li a {
  display: block;
  font-size: 13px;
  padding: 6px 0 6px 20px;
  color: #333;
  position: relative;
}
#header .m_header_box .header_body .menu_nav ul li ul li a .icon {
  width: 16px;
  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;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: #333;
}
#header .m_header_box .header_body .menu_nav ul li ul li a .icon i {
  font-size: 8px;
}
#header .m_header_box .header_body .menu_nav ul li ul li a.active {
  color: #00c0d1;
}
#header .m_header_box .header_body .menu_nav ul li ul li a.active .icon {
  color: #00c0d1;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul {
  border: 0;
  display: none;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a {
  padding: 10px 0 10px 35px;
  font-size: 12px;
  color: #999;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a:before {
  content: '';
  width: 5px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1.5px;
  z-index: 1;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a.active:before {
  background: #00c0d1;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul.active {
  display: block;
}
#header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  padding: 0 20px;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 50px;
  background: #fff;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
#header .m_header_box .header_body .menu_form .center form button {
  width: 70px;
  border: 0;
  height: 100%;
  background: #00c0d1;
}
#header .m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
}
#header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 20px;
  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: #00c0d1;
  color: #fff;
}
@media (max-width:990px) {
  #header .m_header_box {
    display: block;
  }
}
#header.bottom {
  top: -80px;
}
#header.top {
  top: 0;
}
.socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 8px;
}
.socials-wrap 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 44px;
  height: 44px;
  background: rgba(27, 41, 51, 0.05);
  border-radius: 50%;
}
.socials-wrap a .iconfont {
  color: #283d4c;
  opacity: 0.6;
  padding: 8px;
}
.socials-wrap a .socials-img {
  position: absolute;
  bottom: 54px;
  left: 50%;
  margin-left: -53.5px;
  width: 107px;
  height: 107px;
  background-color: #00c0d1;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  will-change: opacity;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.socials-wrap a .socials-img img {
  width: 100%;
  height: 100%;
}
.socials-wrap a .socials-img:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #00c0d1 transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.socials-wrap a .socials-img::after {
  content: '';
  width: 100%;
  width: -moz-calc(94%);
  width: -webkit-calc(94%);
  width: calc(100% - 6px);
  height: 100%;
  height: -moz-calc(94%);
  height: -webkit-calc(94%);
  height: calc(100% - 6px);
  border: 3px solid #00c0d1;
  position: absolute;
  top: 0;
  left: 0;
}
.socials-wrap a:hover {
  background-color: #06cd66;
}
.socials-wrap a:hover .iconfont {
  color: white;
  opacity: 1;
}
.socials-wrap a:hover:nth-child(2) {
  background-color: #d52c2b;
}
.socials-wrap a:hover:nth-child(3) {
  background-color: black;
}
.socials-wrap a:hover .socials-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-filter: alpha(opacity=100);
}
#footer .footer-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  padding-bottom: clamp(calc(164 / 2 * 1px), calc(164 / 1920 * 100 * 1vw), 164px);
}
#footer .footer-up .wrap-left {
  max-width: 720px;
  min-width: 720px;
}
#footer .footer-up .text-body {
  text-align: right;
}
#footer .footer-up .text-body p {
  text-align: right;
}
#footer .footer-up .text-body p a {
  font-family: 'SamsungSharpSans-M';
}
#footer .footer-up .socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: clamp(calc(26 / 2 * 1px), calc(26 / 1920 * 100 * 1vw), 26px);
}
#footer .footer-down .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer .footer-down .wrap-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 20px;
}
#footer .footer-down .wrap-box1 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#footer .footer-down .wrap-box2 {
  padding: 20px 0;
  margin-top: 20px;
  padding-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  border-top: 1px solid rgba(4, 29, 44, 0.07);
}
#footer .footer-down .text-body {
  font-size: 13px;
}
#footer .footer-down .text-body p {
  font-size: 13px;
}
#footer .footer-down .text-body a {
  position: relative;
  padding-left: 11px;
  margin-left: 9px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .footer-down .text-body a::before {
  content: '';
  width: 1px;
  height: 100%;
  max-height: 13px;
  background-color: #1b2933;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .footer-down .text-body a:hover {
  color: #00c0d1;
}
#footer .footer-down .link-website-by {
  font-family: 'SamsungSharpSans-R';
  font-size: 13px;
  color: #1b2933;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .footer-down .link-website-by:hover {
  color: #00c0d1;
}
#footer .foot-nav {
  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;
  grid-gap: 0 40px;
}
#footer .foot-nav .dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#footer .foot-nav .dl .dt {
  font-size: var(--font17);
  color: #1b2933;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(27, 41, 51, 0.1);
  display: block;
}
#footer .foot-nav .dl .dd {
  font-size: var(--font14);
  color: #1b2933;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
  margin-bottom: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .foot-nav .dl .dd:hover {
  color: #00c0d1;
}
#footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#footer .link .dt {
  font-size: 13px;
  color: #1b2933;
  line-height: 24px;
}
#footer .link .foot-link-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#footer .link .dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  color: #1b2933;
  line-height: 24px;
  position: relative;
  padding-right: 11px;
  margin-right: 9px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .link .dd:last-child {
  padding: 0;
  margin: 0;
}
#footer .link .dd:last-child::before {
  display: none;
}
#footer .link .dd::before {
  content: '';
  width: 1px;
  height: 100%;
  max-height: 13px;
  background-color: #1b2933;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .link .dd:hover {
  color: #00c0d1;
}
#footer .list-concern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 10px;
}
#footer .list-concern .item {
  background-color: rgba(27, 41, 51, 0.05);
  border-radius: 8px;
  padding-top: 8px;
  text-align: center;
  overflow: hidden;
}
#footer .list-concern .item .title {
  font-size: 14px;
  font-size: var(--font14);
  color: #1b2933;
}
#footer .list-concern .item .img img {
  width: 100px;
  height: 100px;
}
#footer .text-body h6 {
  font-size: 17px;
  color: #00c0d1;
  line-height: 1.4;
  font-weight: bold;
}
#footer .text-body h5 {
  font-family: 'SamsungSharpSans-M';
  font-size: var(--font30);
  color: #1b2933;
  line-height: 1;
  margin-top: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
  margin-bottom: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
#footer .text-body p {
  font-size: var(--font15);
  color: #1b2933;
  text-align: left;
  white-space: initial;
}
#footer .text-body p a {
  color: #1b2933;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .text-body p a:hover {
  color: #00c0d1;
}
@media (max-width:1200px) {
  #footer .foot-nav {
    grid-gap: 0 20px;
  }
}
@media (max-width:1024px) {
  #footer .list-concern {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #footer .link {
    margin-bottom: 10px;
  }
  #footer .link .dt,
  #footer .link .dd {
    font-size: 12px;
    line-height: 1.55;
  }
  #footer .footer-up {
    display: block;
    padding-bottom: 40px;
  }
  #footer .footer-up .wrap-left {
    display: none;
  }
  #footer .footer-up .text-body {
    text-align: center;
  }
  #footer .footer-up .text-body p {
    text-align: center;
  }
  #footer .footer-up .socials-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #footer .footer-down .wrap-box {
    display: block;
  }
  #footer .footer-down .wrap-left {
    padding: 0;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
  }
  #footer .footer-down .wrap-right {
    text-align: center;
  }
  #footer .footer-down .text-body {
    text-align: center;
  }
  #footer .footer-down .text-body p {
    text-align: center;
    line-height: 1.55;
  }
  #footer .footer-down .text-body span {
    display: block;
  }
  #footer .footer-down .text-body a:first-child {
    padding: 0;
    margin: 0;
  }
  #footer .footer-down .text-body a:first-child::before {
    display: none;
  }
}
@media (max-width:768px) {
  #footer .footer-up {
    padding: 20px 0 30px;
  }
  #footer .footer-up .socials-wrap {
    margin-top: 10px;
  }
  #footer .footer-up .socials-wrap a {
    width: 34px;
    height: 34px;
  }
}
.HS-box {
  width: 100%;
  height: 0;
  position: relative;
}
@media (max-width:990px) {
  .HS-box {
    top: -60px;
  }
}
.btn-container .more-primary {
  position: relative;
  min-width: 160px;
  padding: 12px 50px 12px 20px;
  overflow: hidden;
  border: none;
  border-radius: 99px;
  background-color: rgba(27, 41, 51, 0.07);
  border: 1px solid transparent;
  font-size: 14px;
  color: #1b2933;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}
.btn-container .more-primary:hover {
  color: #fff;
  text-decoration: none;
  border-color: #00c0d1;
}
.btn-container .more-primary:hover .more-primary-circle:before {
  transform: scale(16);
  background-color: #00c0d1;
  opacity: 1;
}
.btn-container .more-primary:hover .more-primary-circle:after {
  transform: scale(5);
  opacity: 0.9;
}
.btn-container .more-primary:hover .more-primary-circle img {
  transform: translateX(0);
  opacity: 1;
}
.btn-container .more-primary .more-primary-str {
  display: block;
  z-index: 3;
  position: relative;
  width: 100%;
}
.btn-container .more-primary .more-primary-circle {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.btn-container .more-primary .more-primary-circle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  transform-origin: center center;
  border-radius: 100%;
  background-color: #1b2933;
  opacity: 0.1;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}
.btn-container .more-primary .more-primary-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-right: -3px;
  transform-origin: center center;
  border-radius: 100%;
  background-color: white;
  opacity: 0.8;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.btn-container .more-primary .more-primary-circle img {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  margin-top: -4.5px;
  margin-left: -5px;
  transform: translateX(-4px);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}
@media (max-width: 1024px) {
  .btn-container .more-primary {
    font-size: 13px;
    min-width: 150px;
    padding: 8px 40px 8px 20px;
  }
  .btn-container .more-primary:hover .more-primary-circle:after {
    transform: scale(4);
  }
  .btn-container .more-primary .more-primary-circle {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .btn-container .more-primary .more-primary-circle:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}
.page-ban {
  position: relative;
}
.page-ban .img {
  overflow: hidden;
  position: relative;
}
.page-ban .img img {
  width: 100%;
}
.page-ban .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban .container .slogan {
  margin-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.page-ban .container .slogan .title {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem));
  color: white;
  line-height: 1;
  text-transform: capitalize;
}
.page-ban .container .slogan .title-en {
  font-size: var(--font22);
  color: white;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
}
@media (max-width:768px) {
  .page-ban .img {
    height: 200px;
  }
  .page-ban .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.tip-nav {
  width: 100%;
}
.tip-nav .tip-box {
  height: 50px;
  line-height: 50px;
  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;
}
.tip-nav .tip-box .tip-le {
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
  background: url(../images/tip-ico.png) no-repeat left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tip-nav .tip-box .tip-le a {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding-left: 18px;
  margin-left: 14px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: capitalize;
}
.tip-nav .tip-box .tip-le a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-Style: solid;
  transform: rotate(0deg);
  border-Width: 2.5px 0 2.5px 3px;
  border-Color: transparent transparent transparent #bfbfbf;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tip-nav .tip-box .return-btn {
  position: relative;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  padding-left: 40px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tip-nav .tip-box .return-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  background: url(../images/slide-btn-prev2.png) no-repeat center;
  background-size: 20px 12px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tip-nav .tip-box .return-btn:hover::before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
@media (max-width:990px) {
  .tip-nav {
    display: none;
  }
}
.page-ban-nav {
  border-bottom: 1px solid #f0f0f0;
}
.page-ban-nav .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -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;
}
.page-ban-nav .list-nav a {
  font-size: var(--font18);
  color: #000000;
  line-height: 70px;
  font-weight: bold;
  padding-left: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  padding-right: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  margin-left: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  margin-right: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  position: relative;
}
.page-ban-nav .list-nav a.on {
  color: #00c0d1;
}
.page-ban-nav .list-nav a.on::before {
  width: 100%;
}
.page-ban-nav .list-nav a::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #00c0d1;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (max-width:990px) {
  .page-ban-nav {
    display: none;
  }
}
.page-title.page-title-center {
  text-align: center;
}
.page-title.page-title-center .types {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-title .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(8.5px, 0.88541667vw, 17px);
  margin-bottom: 20px;
  margin-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.page-title .types .types-t {
  height: 34px;
  background-color: rgba(0, 192, 209, 0.1);
  border-radius: 99px;
  text-align: center;
  font-size: var(--font15);
  color: #00c0d1;
  padding: 0 22px 0 16px;
  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;
}
.page-title .types .types-t i {
  width: 6px;
  height: 6px;
  background-color: #00c0d1;
  border-radius: 50%;
  margin-right: clamp(calc(11 / 2 * 1px), calc(11 / 1920 * 100 * 1vw), 11px);
}
.page-title .title {
  font-size: var(--font50);
  color: #1b2933;
  line-height: 1.2;
  font-weight: bold;
}
.page-title .title em {
  color: #00c0d1;
}
.page-title .text-body {
  font-size: var(--font16);
  color: #999999;
  line-height: 1.4;
  margin-top: 8px;
}
.tab-ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-ul li .top {
  cursor: pointer;
  padding-top: clamp(calc(21 / 2 * 1px), calc(21 / 1920 * 100 * 1vw), 21px);
  padding-bottom: clamp(calc(21 / 2 * 1px), calc(21 / 1920 * 100 * 1vw), 21px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-ul li .top .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tab-ul li .top .tab-box .tab-title {
  font-size: var(--font18);
  color: black;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.tab-ul li .top .tab-box .btn .addBox {
  width: 30px;
  height: 30px;
  background-color: #282828;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab-ul li .top .tab-box .btn .addBox i {
  width: 2px;
  height: 10px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab-ul li .top .tab-box .btn .addBox i:last-child {
  transform: rotate(90deg);
  position: absolute;
}
.tab-ul li .bom {
  display: none;
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.tab-ul li .bom .text-body h6 {
  font-size: var(--font18);
  color: #282828;
  line-height: 1.4;
  margin-bottom: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  font-weight: bold;
}
.tab-ul li .bom .text-body p {
  font-size: var(--font14);
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.43;
}
.tab-ul li.on .top {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tab-ul li.on .top .tab-box .btn .addBox {
  background-color: #00c0d1;
}
.tab-ul li.on .top .tab-box .btn .addBox i:first-child {
  transform: rotate(90deg);
}
.from {
  margin-top: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
}
.from .info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 30px;
}
@media (max-width:1200px) {
  .from .info-list {
    grid-gap: 15px;
  }
}
.from .from-box {
  position: relative;
  margin: 20px 0;
}
.from .text-field {
  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-bottom: 30px;
}
.from .widget-input-container {
  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;
}
.from .verification-img {
  width: 170px;
  height: 100%;
  border-radius: 6px;
  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;
  margin-left: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
  cursor: pointer;
}
.from .widget-label {
  margin-bottom: 6px;
  margin-bottom: clamp(calc(6 / 2 * 1px), calc(6 / 1920 * 100 * 1vw), 6px);
}
.from .widget-label label {
  font-size: var(--font20);
  color: #333333;
}
.from .widget-label label i {
  color: #f41a26;
}
.from .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.from input {
  width: 100%;
  height: 60px;
  background-color: white;
  padding: 0 25px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  color: #333333;
  font-size: var(--font16);
}
.from textarea {
  width: 100%;
  height: 140px;
  background-color: white;
  padding: 10px 25px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  color: #333333;
  font-size: var(--font16);
}
.from select {
  width: 100%;
  height: 68px;
  background-color: white;
  padding: 0 25px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  color: #333333;
  font-size: var(--font16);
}
@media (max-width:1200px) {
  .from input,
  .from select {
    height: 40px;
    padding: 0 25px;
  }
  .from textarea {
    padding: 10px 25px;
  }
}
@media (max-width:768px) {
  .from input,
  .from select {
    padding: 0 10px;
  }
  .from textarea {
    padding: 10px;
  }
}
.from .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -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;
  grid-gap: 0 38px;
  margin-top: clamp(calc(85 / 2 * 1px), calc(85 / 1920 * 100 * 1vw), 85px);
}
.from .btn-box .btn {
  width: 136px;
  height: 47px;
  background-color: #00c0d1;
  border-radius: 6px;
  font-size: var(--font18);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.from .btn-box .btn:first-child {
  background-color: #dfeaf5;
  color: #333333;
}
.from .btn-box .btn:last-child {
  background-color: #00c0d1;
  color: white;
}
@media (max-width:1200px) {
  .from .btn-box .btn {
    width: auto;
    height: 34px;
    padding: 0 20px;
  }
}
.layui-form-select.layui-form-selected .layui-edge {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layui-form-select .layui-input:hover,
.layui-form-select .layui-input:focus,
.layui-form-select .layui-textarea:focus {
  border-color: #adadad !important;
  box-shadow: none;
}
.layui-form-select .layui-edge {
  font-family: iconfont;
  font-size: 12px;
  width: 46px;
  height: 100%;
  background: url(../images/select-icon.png) no-repeat center;
  background-size: 7px 5px;
  border: none;
  right: 0;
  top: 0;
  margin-top: 0;
  font-weight: bold;
  font-style: inherit;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layui-form-select dl {
  top: 100%;
  padding: 10px 0;
  margin-top: 8px;
  border: 1px solid #adadad;
  border-radius: 10px;
  box-shadow: none;
  min-height: 50px;
}
.layui-form-select dl dd:first-child {
  display: none;
}
.layui-form-select dl dt,
.layui-form-select dl dd {
  font-size: var(--font16);
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layui-form-select dl .layui-this {
  color: #00c0d1 !important;
  background-color: transparent !important;
}
.layui-form-select dl dd:hover {
  background: #e7e7e7;
}
.searchform {
  position: relative;
}
.searchform .input {
  font-size: var(--font14);
  color: #000;
  font-style: normal;
  width: 100%;
  height: 36px;
  padding-left: 20px;
  padding-right: 45px;
  border: 1px solid #e3e4e8;
  border-radius: 99px;
  background-color: transparent;
}
.searchform .iconfont {
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
@media (max-width:1200px) {
  .searchform .iconfont {
    right: 10px;
  }
}
.bullet_box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 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;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.bullet_box .bullet_main {
  width: 96%;
  max-width: 1200px;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-10vh);
  transform: translateY(-10vh);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bullet_box .bullet_main .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
  background: #00c0d1;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.bullet_box .bullet_main .close i {
  font-size: 14px;
  color: #FFF;
}
.bullet_box .bullet_main .close:hover {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}
.bullet_box .bullet_main .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #282828;
  overflow: hidden;
}
.bullet_box .bullet_main .content .pb {
  padding-bottom: 56.25%;
}
.bullet_box .bullet_main .content img,
.bullet_box .bullet_main .content video,
.bullet_box .bullet_main .content iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bullet_box .bullet_main .content iframe {
  object-fit: fill;
}
@media (max-width:990px) {
  .bullet_box .bullet_main .close {
    -webkit-transform: none;
    transform: none;
    top: -50px;
  }
}
.bullet_box.active {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
}
.bullet_box.active .bullet_main {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.index-swiper {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.index-swiper .swiper-slide {
  height: 100vh;
}
.index-swiper .swiper-slide .bg {
  position: relative;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
/* .index-swiper .swiper-slide .bg::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/cover-up-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
} */
.index-swiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-swiper .swiper-slide .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-swiper .swiper-slide .container .text-center .title {
  font-size: var(--font50);
  color: white;
  line-height: 1.4;
  font-weight: bold;
}
.index-swiper .swiper-slide .container .text-center .ins_more {
  margin-top: var(--num_40);
  display: none;
}
.index-swiper .swiper-slide .container .text-center .text-body {
  font-size: var(--font18);
  color: white;
  line-height: 1.4;
  margin-top: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index-swiper .swiper-slide .container .text-center .text-body em {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
  padding-right: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
  margin-right: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.index-swiper .swiper-slide .container .text-center .text-body em:last-child {
  padding: 0;
  margin: 0;
}
.index-swiper .swiper-slide .container .text-center .text-body em:last-child::before {
  display: none;
}
.index-swiper .swiper-slide .container .text-center .text-body em::before {
  content: '';
  width: 1px;
  max-height: 18px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(2px);
  opacity: 0.3;
}
.index-swiper .videoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-swiper .videoBox:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: alpha(opacity=40);
}
.index-swiper .videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.index-swiper .hero-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  z-index: 9;
}
.index-swiper .hero-info .hero-info-wrapper {
  background-color: white;
  border-radius: 99px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-swiper .hero-info .hero-info-wrapper .swiper-wrapper {
  height: auto;
}
.index-swiper .hero-info .hero-info-wrapper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 12px;
}
.index-swiper .hero-info .hero-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.index-swiper .hero-info .hero-info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font18);
  color: #1b2933;
  font-weight: bold;
  margin-left: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
  margin-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.index-swiper .hero-info .hero-info-title {
  font-size: var(--font16);
  color: #1b2933;
  margin-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-swiper .hero-info .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.index-swiper .swiper-pagination {
  height: 0;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
  opacity: 0;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 2px;
  position: relative;
  background-color: transparent;
  margin: 0 4px;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: h_schedule 4s 1 linear forwards;
  -webkit-animation: h_schedule 4s 1 linear forwards;
}
@media (max-width:1280px) {
  .index-swiper .slide-btn {
    display: none;
  }
}
@media (max-width:1024px) {
  .index-swiper {
    height: auto;
  }
  .index-swiper .swiper-slide {
    height: auto;
  }
}
@media (max-width:768px) {
  .index-swiper {
    height: 520px !important;
  }
  .index-swiper > .swiper-wrapper > .swiper-slide {
    height: 520px !important;
  }
  .index-swiper .swiper-slide .container .text-center .text-body {
    font-size: 12px;
  }
  .index-swiper .swiper-slide .container .text-center .text-body em {
    padding-right: 5px;
    margin-right: 5px;
  }
  .index-swiper .swiper-slide .container .text-center .text-body em::before {
    max-height: 12px;
    transform: translateY(1px);
  }
  .index-swiper .hero-info .btn-container {
    display: none;
  }
}
.index-products {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.index-products .index-nav {
  margin-top: clamp(calc(52 / 2 * 1px), calc(52 / 1920 * 100 * 1vw), 52px);
  margin-bottom: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
}
.index-products .index-nav .list {
  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;
  text-align: center;
}
.index-products .index-nav .list .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.index-products .index-nav .list .item.active .title {
  color: #1b2933;
}
.index-products .index-nav .list .item.active .title::after {
  width: 100%;
}
.index-products .index-nav .list .item .title {
  font-size: var(--font18);
  color: rgba(27, 41, 51, 0.5);
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  padding-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.index-products .index-nav .list .item .title::before,
.index-products .index-nav .list .item .title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1b2933;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-products .index-nav .list .item .title::after {
  width: 0;
  opacity: 1;
  background-color: #00c0d1;
}
.index-products .index-products-slide .slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-products .index-products-slide .slide-box .img {
  width: 50%;
  order: 2;
}
.index-products .index-products-slide .slide-box .img .pb {
  background-size: cover;
  border-radius: 10px 10px 40px 40px;
  overflow: hidden;
  padding-bottom: 64%;
}
.index-products .index-products-slide .slide-box .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-products .index-products-slide .slide-box .img img {
  max-width: 67%;
  max-height: 71%;
}
.index-products .index-products-slide .slide-box .img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.index-products .index-products-slide .slide-box .text-box {
  width: 46%;
  padding-top: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
}
.index-products .index-products-slide .slide-box .text-box .down {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index-products .index-products-slide .slide-box .text-box .title-en {
  font-family: 'SamsungSharpSans-B';
  font-size: var(--font30);
  color: #00c0d1;
  line-height: 1;
  position: relative;
  padding-left: 15px;
  margin-bottom: 4px;
}
.index-products .index-products-slide .slide-box .text-box .title-en::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #00c0d1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.index-products .index-products-slide .slide-box .text-box .title {
  font-size: var(--font36);
  color: #1b2933;
  line-height: 1.2;
  font-weight: bold;
}
.index-products .index-products-slide .slide-box .text-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 34px 0 39px;
  margin-top: clamp(calc(34 / 2 * 1px), calc(34 / 1920 * 100 * 1vw), 34px);
  margin-bottom: clamp(calc(39 / 2 * 1px), calc(39 / 1920 * 100 * 1vw), 39px);
}
.index-products .index-products-slide .slide-box .text-box .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-products .index-products-slide .slide-box .text-box .list .item .item-box .icon {
  max-width: 60px;
  min-width: 60px;
  padding: 10px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f2f8f8;
  margin-right: clamp(calc(13 / 2 * 1px), calc(13 / 1920 * 100 * 1vw), 13px);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-products .index-products-slide .slide-box .text-box .list .item .item-box .icon img {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-products .index-products-slide .slide-box .text-box .list .item .item-box .icon:hover {
  background-color: #00c0d1;
}
.index-products .index-products-slide .slide-box .text-box .list .item .item-box .icon:hover img {
  filter: brightness(0) invert(1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-products .index-products-slide .slide-box .text-box .list .item .item-box .title-item {
  font-size: var(--font16);
  color: #1b2933;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.index-products .index-products-slide .slide-box .text-box .btn-container a,
.index-products .index-products-slide .slide-box .text-box .btn-container .more-primary {
  background-color: transparent;
  border-color: rgba(27, 41, 51, 0.1);
}
@media (max-width:1024px) {
  .index-products .index-nav {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: inherit;
    white-space: nowrap;
  }
  .index-products .index-nav::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
  }
  .index-products .index-nav::-webkit-scrollbar-thumb {
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
  }
  .index-products .index-nav .list {
    display: block;
    font-size: 0;
    overflow: visible;
  }
  .index-products .index-nav .list .item {
    display: inline-block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
  }
  .index-products .index-nav .list .item .title {
    margin-right: 30px;
  }
}
@media (max-width:768px) {
  .index-products .index-products-slide .slide-box {
    display: block;
  }
  .index-products .index-products-slide .slide-box .img {
    width: 100%;
  }
  .index-products .index-products-slide .slide-box .text-box {
    width: 100%;
  }
  .index-products .index-products-slide .slide-box .text-box .btn-container {
    text-align: center;
  }
}
@media (max-width:480px) {
  .index-products .index-products-slide .slide-box .text-box .list .item .item-box .icon {
    max-width: 40px;
  }
}
.index-solution {
  position: relative;
}
.index-solution .up {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  margin-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((80 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
}
.index-solution .page-title .types .types-t {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.index-solution .page-title .types .types-t i {
  background-color: white;
}
.index-solution .page-title .title {
  color: white;
}
.index-solution .index-nav {
  margin-top: clamp(calc(58 / 2 * 1px), calc(58 / 1920 * 100 * 1vw), 58px);
}
.index-solution .index-nav .list {
  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;
  text-align: center;
}
.index-solution .index-nav .list .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.index-solution .index-nav .list .item.active .title {
  color: #00c0d1;
}
.index-solution .index-nav .list .item.active .title::after {
  width: 100%;
}
.index-solution .index-nav .list .item .title {
  font-size: var(--font18);
  color: white;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  padding-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.index-solution .index-nav .list .item .title::before,
.index-solution .index-nav .list .item .title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-solution .index-nav .list .item .title::after {
  width: 0;
  background-color: #00c0d1;
  opacity: 1;
}
.index-solution .index-solution-slide .slide-box {
  position: relative;
}
/* .index-solution .index-solution-slide .slide-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/cover-up-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
} */
.index-solution .index-solution-slide .slide-box::after {
  content: '';
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.index-solution .index-solution-slide .slide-box .img {
  position: relative;
}
.index-solution .index-solution-slide .slide-box .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.15;
}
.index-solution .index-solution-slide .slide-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-solution .index-solution-slide .slide-box .text-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((80 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
  z-index: 4;
}
.index-solution .index-solution-slide .slide-box .text-box .icon {
  max-height: 53px;
  margin-bottom: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
}
.index-solution .index-solution-slide .slide-box .text-box .icon img {
  max-height: 53px;
  min-height: 30px;
}
@media (max-width:1560px) {
  .index-solution .index-solution-slide .slide-box .text-box .icon {
    max-height: 38px;
  }
  .index-solution .index-solution-slide .slide-box .text-box .icon img {
    max-height: 38px;
  }
}
@media (max-width:768px) {
  .index-solution .index-solution-slide .slide-box .text-box .icon {
    max-height: 30px;
  }
  .index-solution .index-solution-slide .slide-box .text-box .icon img {
    max-height: 30px;
  }
}
.index-solution .index-solution-slide .slide-box .text-box .title {
  font-size: var(--font40);
  color: white;
  line-height: 1.2;
  font-weight: bold;
}
.index-solution .index-solution-slide .slide-box .text-box .text-body {
  margin-top: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
  margin-bottom: clamp(calc(34 / 2 * 1px), calc(34 / 1920 * 100 * 1vw), 34px);
}
.index-solution .index-solution-slide .slide-box .text-box .text-body * {
  font-size: var(--font20);
  color: white;
  line-height: 1.4;
}
.index-solution .index-solution-slide .slide-box .text-box .btn-container a,
.index-solution .index-solution-slide .slide-box .text-box .btn-container .more-primary {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.index-solution .index-solution-slide .slide-box .text-box .btn-container a:hover .more-primary-circle::before,
.index-solution .index-solution-slide .slide-box .text-box .btn-container .more-primary:hover .more-primary-circle::before {
  background-color: #00c0d1;
  opacity: 1;
}
.index-solution .index-solution-slide .slide-box .text-box .btn-container a .more-primary-circle:before,
.index-solution .index-solution-slide .slide-box .text-box .btn-container .more-primary .more-primary-circle:before {
  background-color: white;
  opacity: 0.4;
}
@media (max-width:1366px) {
  .index-solution .index-solution-slide .slide-box .img {
    height: 600px;
  }
}
@media (max-width:1024px) {
  .index-solution .index-nav {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: inherit;
    white-space: nowrap;
  }
  .index-solution .index-nav::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
  }
  .index-solution .index-nav::-webkit-scrollbar-thumb {
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
  }
  .index-solution .index-nav .list {
    display: block;
    font-size: 0;
    overflow: visible;
  }
  .index-solution .index-nav .list .item {
    display: inline-block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
  }
  .index-solution .index-nav .list .item .title {
    margin-right: 30px;
  }
  .index-solution .index-solution-slide .slide-box .img {
    height: 500px;
  }
}
@media (max-width:768px) {
  .index-solution .index-nav {
    margin-top: 20px;
  }
  .index-solution .index-solution-slide .slide-box::after {
    height: 66%;
  }
  .index-solution .index-solution-slide .slide-box .img {
    height: 450px;
  }
}
.index-about {
  background-color: rgba(0, 192, 209, 0.05);
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((130 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(130 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((130 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(130 / 16 * 1rem));
}
.index-about .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-about .wrap-box .wrap-left {
  padding-top: 30px;
  padding-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  width: 38.2%;
}
.index-about .wrap-box .wrap-right {
  width: 46%;
  position: relative;
  mix-blend-mode: multiply;
  overflow: hidden;
}
.index-about .wrap-box .wrap-right img {
  -webkit-animation: border-transform 7s linear infinite alternate forwards;
  animation: border-transform 7s linear infinite alternate forwards;
}
.index-about .wrap-box .text-body {
  padding-right: 28px;
  padding-right: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
  margin-top: 20px;
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.index-about .wrap-box .text-body * {
  font-size: var(--font18);
  color: #1b2933;
  line-height: 1.445;
  font-weight: bold;
}
.index-about .wrap-box .text-body * em {
  color: #00c0d1;
}
.index-about .wrap-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 64px 0 40px;
  margin-top: clamp(calc(64 / 2 * 1px), calc(64 / 1920 * 100 * 1vw), 64px);
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.index-about .wrap-box .list .item {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index-about .wrap-box .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
  padding-right: 20px;
  border-bottom: 2px solid rgba(27, 41, 51, 0.07);
}
.index-about .wrap-box .list .item .item-box .title-item {
  font-size: var(--font18);
  color: #1b2933;
  line-height: 1.4;
  font-weight: bold;
}
.index-about .wrap-box .list .item .item-box .title-item em {
  font-weight: 400;
  font-size: var(--font16);
  color: #a1abb2;
  display: block;
  margin-bottom: 4px;
}
.index-about .wrap-box .btn-container {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index-about .wrap-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -8px;
}
.index-about .wrap-box .play_box {
  cursor: pointer;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 22%;
  top: 27%;
  z-index: 12;
  border-radius: 50%;
  background-color: #00c0d1;
}
.index-about .wrap-box .play_box::before,
.index-about .wrap-box .play_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #00c0d1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: icon-video 3s ease-out;
  animation: icon-video 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.index-about .wrap-box .play_box::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media (max-width:1200px) {
  .index-about .wrap-box .wrap-left {
    width: 46%;
  }
  .index-about .wrap-box .list {
    grid-gap: 20px;
  }
  .index-about .wrap-box .list .item .item-box {
    padding-right: 0;
  }
  .index-about .wrap-box .play_box {
    width: 44px;
    height: 44px;
  }
}
@media (max-width:768px) {
  .index-about .wrap-box {
    display: block;
  }
  .index-about .wrap-box .wrap-left {
    width: 100%;
  }
  .index-about .wrap-box .wrap-right {
    width: 100%;
    margin-top: 30px;
  }
}
.index-news {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
}
.index-news .container {
  position: relative;
}
.index-news .container::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 2;
}
@media (max-width:1560px) {
  .index-news .container::before {
    margin-right: -60px;
  }
}
@media (max-width:1024px) {
  .index-news .container::before {
    margin-right: -30px;
  }
}
@media (max-width:990px) {
  .index-news .container::before {
    margin-right: -20px;
  }
}
.index-news .more-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;
}
.index-news .more-box.mobile {
  display: none;
}
.index-news .more-box .more-primary {
  min-width: 110px;
  height: 40px;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid rgba(27, 41, 51, 0.1);
  border-radius: 99px;
  font-size: 14px;
  color: #1b2933;
  cursor: pointer;
  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;
}
.index-news .more-box .more-primary .more-primary-str {
  width: auto;
}
.index-news .more-box .more-primary:hover {
  color: #00c0d1;
  border-color: #00c0d1;
}
.index-news .more-box .btn-container + .btn-container {
  display: none;
}
.index-news .up {
  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;
  position: relative;
}
.index-news .up .up-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px;
}
.index-news .up .up-right-box .tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 10px;
}
.index-news .up .up-right-box .tab-title .title {
  min-width: 110px;
  height: 40px;
  padding: 0 20px;
  background-color: transparent;
  border-radius: 99px;
  font-size: 14px;
  color: #1b2933;
  cursor: pointer;
  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;
}
.index-news .up .up-right-box .tab-title .title.active {
  background-color: #00c0d1;
  color: white;
}
.index-news .news-main {
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.index-news .news-main .news-swiper {
  padding-right: 40px;
  overflow: visible;
}
.index-news .news-main .news-swiper div.swiper-slide.swiper-slide-active .swiper-box,
.index-news .news-main .news-swiper div.swiper-slide.swiper-slide-active .swiper-scrollbar,
.index-news .news-main .news-swiper div.swiper-slide.swiper-slide-active .swiper-pagination {
  opacity: 1;
}
.index-news .news-main .news-swiper .swiper-box {
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-news .news-main .news-swiper .swiper-pagination,
.index-news .news-main .news-swiper .swiper-scrollbar {
  width: 100%;
  height: 3px;
  background-color: rgba(27, 41, 51, 0.07);
  opacity: 0;
}
.index-news .news-main .news-swiper .swiper-pagination .swiper-pagination-progressbar-fill,
.index-news .news-main .news-swiper .swiper-scrollbar .swiper-pagination-progressbar-fill,
.index-news .news-main .news-swiper .swiper-pagination .swiper-scrollbar-drag,
.index-news .news-main .news-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00c0d1;
}
.index-news .news-main .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index-news .news-main .item-box .img {
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius20);
  margin-bottom: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
}
.index-news .news-main .item-box .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/index-news-img-bg.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-news .news-main .item-box .img .pb {
  padding-bottom: 66.6%;
}
.index-news .news-main .item-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .news-main .item-box .text-box {
  padding-bottom: 60px;
  padding-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.index-news .news-main .item-box .text-box .title {
  font-size: var(--font18);
  color: #1b2933;
  line-height: 1.335;
  font-weight: bold;
  min-height: calc(2em * 1.335);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-news .news-main .item-box .text-box .t2 {
  color: var(--text_66666);
  margin-top: var(--num_20);
  line-height: 1.625;
  height: calc(2em * 1.625);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .news-main .item-box .text-box .date {
  font-family: 'SamsungSharpSans-R';
  font-size: var(--font14);
  color: #1b2933;
  line-height: 1;
  margin-top: clamp(calc(58 / 2 * 1px), calc(58 / 1920 * 100 * 1vw), 58px);
}
.index-news .news-main .item-box:hover .img::before {
  opacity: 1;
}
.index-news .news-main .item-box:hover .text-box .title {
  color: #00c0d1;
}
@media (max-width:1024px) {
  .index-news .more-box.pc {
    display: none;
  }
  .index-news .more-box.mobile {
    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;
  }
  .index-news .up {
    display: block;
  }
  .index-news .up .up-right-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
  }
  .index-news .news-main .news-swiper .swiper-scrollbar {
    display: none;
  }
  .index-news .news-main .news-swiper {
    padding-right: 0;
  }
}
.index-partners {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((160 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(160 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((160 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(160 / 16 * 1rem));
}
.index-partners .partners-slide {
  overflow: visible;
  padding-right: 40px;
  margin-top: clamp(calc(58 / 2 * 1px), calc(58 / 1920 * 100 * 1vw), 58px);
}
.index-partners .partners-slide .swiper-wrapper {
  -webkit-transition-duration: 2500ms;
  transition-duration: 2500ms;
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.index-partners .partners-slide .centerInfo {
  background-color: #f6f7f9;
  border-radius: 50%;
}
.index-partners .partners-slide .centerInfo .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-partners .partners-slide .centerInfo img {
  max-width: 59%;
  max-height: 38%;
}
.navbar-communication .kefu-box {
  position: fixed;
  bottom: 20%;
  right: 60px;
  z-index: 10;
}
.navbar-communication .kefu-box .item {
  margin-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  margin-bottom: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  border-radius: 5px;
  background-color: var(--bg-light-green);
  position: relative;
  cursor: pointer;
}
.navbar-communication .kefu-box .item .item-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: var(--num_60);
  height: var(--num_60);
  border-radius: 50%;
  background-color: #00c0d1;
}
.navbar-communication .kefu-box .item .item-box img {
  filter: brightness(0) invert(1);
}
.navbar-communication .kefu-box .item .public-scrollTop-box .public-scrollTop .public-box {
  width: var(--num_60);
  height: var(--num_60);
  border-radius: 50%;
  z-index: 20;
  background-color: #00c0d1;
}
.navbar-communication .kefu-box .item .public-scrollTop-box .public-scrollTop .public-box .public-active {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-communication .kefu-box .item .public-scrollTop-box .public-scrollTop .public-box .public-active img {
  transform: rotate(90deg);
}
.navbar-communication .kefu-box .item .public-scrollTop-box:hover .public-scrollTop .public-box .public-active {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: var(--dark-green);
}
.navbar-communication .kefu-box .item .info {
  margin-right: 60px;
  width: auto;
  height: 100%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar-communication .kefu-box .item .info a {
  min-width: 100px;
  height: 100px;
  display: inline-block;
  margin-right: 15px;
  margin-top: -20px;
  align-content: center;
}
.navbar-communication .kefu-box .item .info a .boxcontent {
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  background: #00c0d1;
  border-radius: 5px;
  color: white;
  border-radius: 30px;
}
.navbar-communication .kefu-box .item .info a .boxcontent .phone-icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.navbar-communication .kefu-box .item .info a .boxcontent span {
  font-size: var(--font20);
}
.navbar-communication .kefu-box .item .info a .boxcontent span * {
  font-size: var(--font20);
}
.navbar-communication .kefu-box .item .info img {
  width: var(--num_100);
  height: var(--num_100);
  border: solid 2px #00c0d1;
  border-radius: 5px;
}
.navbar-communication .kefu-box .item .public-scrollTop {
  position: sticky;
}
.navbar-communication .kefu-box .item:hover .item-box .img {
  opacity: 0;
}
.navbar-communication .kefu-box .item:hover .info {
  opacity: 1;
  visibility: visible;
}
@media (max-width:1200px) {
  .navbar-communication {
    display: none;
  }
}
.index-contact {
  position: relative;
}
.index-contact::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/cover-up-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.index-contact .img {
  background: no-repeat center;
  background-size: cover;
}
.index-contact .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-contact .pb {
  padding-bottom: 17.68%;
}
.index-contact .container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
}
.index-contact .page-title .title {
  color: white;
}
@media (max-width:768px) {
  .index-contact .img {
    height: 200px;
    background-position: 77% center;
  }
  .index-contact .img img {
    opacity: 0;
  }
  .index-contact .page-title .title span {
    display: block;
  }
}
/* -------------------------------------------------------  WY 2024/5/6 */
/* ------------------------------------------------------- 公共 */
body {
  color: var(--text_color);
  font-family: "HONORSansCN-R";
}
@font-face {
  font-family: 'HONORSansCN-R';
  src: url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Regular.eot');
  src: url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Regular.eot?#iefix') format('embedded-opentype'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Regular.woff2') format('woff2'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Regular.woff') format('woff'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Regular.ttf') format('truetype'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Regular.svg#EuclidSquare-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.HONORSansCN-R {
  font-family: 'HONORSansCN-R';
}
@font-face {
  font-family: 'HONORSansCN-M';
  src: url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.eot');
  src: url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.eot?#iefix') format('embedded-opentype'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.woff2') format('woff2'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.woff') format('woff'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.ttf') format('truetype'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.svg#EuclidSquare-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.HONORSansCN-M {
  font-family: 'HONORSansCN-M';
}
@font-face {
  font-family: 'HONORSansCN-M';
  src: url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.eot');
  src: url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.eot?#iefix') format('embedded-opentype'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.woff2') format('woff2'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.woff') format('woff'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.ttf') format('truetype'),
      url('https://cdn.jsdelivr.net/gh/hechao98/HONORSansCN@main/fonts/HONORSansCN-Medium.svg#EuclidSquare-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.HONORSansCN-M {
  font-family: 'HONORSansCN-M';
}
/*@font-face {*/
/*  font-family: 'HONORSansCN';*/
/*  src: url('../fonts/HONORSansCN-Regular.ttf');*/
/*  font-weight: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'HONORSansCN';*/
/*  src: url('../fonts/HONORSansCN-Medium.ttf');*/
/*  font-weight: 500;*/
/*}*/
/*@font-face {*/
/*  font-family: 'HONORSansCN';*/
/*  src: url('../fonts/HONORSansCN-Bold.ttf');*/
/*  font-weight: 600;*/
/*}*/
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/BarlowCondensed-SemiBold.ttf');
  font-weight: 600;
}
/* -------------- 占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
}
/* -------------- 锚点 */
.anchor {
  width: 100%;
  height: 0;
  transform: translateY(calc((var(--header-height) + 20px) * -1));
}
@media (max-width:990px) {
  .anchor {
    transform: translateY(-60px);
  }
}
/* -------------- 颜色 */
.color_FFF {
  color: #FFFFFF !important;
}
.color_FFF * {
  color: #FFFFFF !important;
}
.ac_color {
  color: var(--active_color) !important;
}
.color_66 {
  color: var(--text_66666) !important;
}
.text_c {
  text-align: center;
}
.text_c * {
  text-align: center;
}
.h100 {
  height: 100%;
}
.pabot100 {
  padding-bottom: var(--num_100) !important;
}
/* -------------- 字体大小 */
.font290 {
  font-size: clamp(6.875rem, calc(-20.817rem + 34.62vw), 18.125rem);
  font-weight: 600;
  font-style: italic;
  line-height: 0.9;
}
.font120 {
  font-size: 120px;
  font-weight: 600;
}
.font60 {
  font-size: var(--font60);
}
.font60 * {
  font-size: var(--font60);
}
.font50 {
  font-size: var(--font50);
}
.font50 * {
  font-size: var(--font50);
}
.font36 {
  font-size: var(--font36);
}
.font36 * {
  font-size: var(--font36);
}
.font30 {
  font-size: var(--font30);
}
.font30 * {
  font-size: var(--font30);
}
.font26 {
  font-size: var(--font26);
}
.font26 * {
  font-size: var(--font26);
}
.font24 {
  font-size: var(--font24);
}
.font24 * {
  font-size: var(--font24);
}
.font22 {
  font-size: var(--font22);
}
.font22 * {
  font-size: var(--font22);
}
.font20 {
  font-size: var(--font20);
}
.font20 * {
  font-size: var(--font20);
}
.font18 {
  font-size: var(--font18);
}
.font18 * {
  font-size: var(--font18);
}
.font16 {
  font-size: var(--font16);
}
.font16 * {
  font-size: var(--font16);
}
.font14 {
  font-size: var(--font14);
}
.font14 * {
  font-size: var(--font14);
}
/* -------------- 轮播图 */
.scrollbar_0 * {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.scrollbar_0 *::-webkit-scrollbar {
  display: none;
}
.locate_item {
  width: 100%;
  height: 0;
  transform: translateY(calc((var(--header-height) + 20px) * -1));
}
@media (max-width:990px) {
  .locate_item {
    transform: translateY(-120px);
  }
}
.pagerScroll {
  width: 100%;
  height: 3px;
  background: #e7e9ee;
}
.pagerScroll .swiper-pagination-progressbar-fill {
  background: var(--active_color);
}
.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: var(--num_15);
}
.idxPageShow span {
  width: 9px;
  height: 9px;
}
.idxPageShow .swiper-pagination-bullet-active {
  background: var(--active_color);
}
.idxPageHide {
  display: none;
}
@media (max-width:990px) {
  .idxPageHide {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
  }
  .idxPageHide span {
    width: 5px;
    height: 5px;
  }
  .idxPageHide .swiper-pagination-bullet-active {
    background: var(--active_color);
  }
}
/* -------------- 公共标题 */
.ins_title {
  width: 100%;
  height: auto;
}
.ins_title .t1 {
  font-weight: 600;
  line-height: 1.2;
}
.ins_title .t2 {
  color: #666666;
  line-height: 1.6;
  margin-top: 15px;
}
/* -------------- 图片宽度 100% */
.images_back {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.images_back img {
  width: 100%;
  height: auto;
}
/* -------------- 公共按钮 */
.ins_more {
  width: auto;
  height: auto;
  --width: clamp(7.5rem, calc(1.875rem + 7.5vw), 10.313rem);
  --height: clamp(2.5rem, calc(1.25rem + 1.67vw), 3.125rem);
  --color_bg: #FFFFFF;
  --color_text: var(--active_color);
}
.ins_more .more {
  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;
  min-width: var(--width);
  min-height: var(--height);
  background: var(--color_bg);
  color: var(--color_text);
  font-size: var(--font22);
  border-radius: 100px;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_more .more::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  background: var(--active_color);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  border-radius: 50%;
}
.ins_more .more:hover {
  color: #FFFFFF;
  background: var(--active_color);
}
.ins_more .more:hover::after {
  width: 200px;
  height: 200px;
}
.idx_more {
  width: 100%;
  height: auto;
}
.idx_more .more {
  position: relative;
  min-width: 160px;
  padding: 15px 50px 15px 20px;
  overflow: hidden;
  border: none;
  border-radius: 99px;
  background-color: rgba(27, 41, 51, 0.07);
  border: 1px solid transparent;
  font-size: var(--font14);
  color: #1b2933;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}
.idx_more .more .word {
  display: block;
  z-index: 3;
  position: relative;
  width: 100%;
}
.idx_more .more .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.idx_more .more .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  transform-origin: center center;
  border-radius: 100%;
  background-color: #1b2933;
  opacity: 0.1;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}
.idx_more .more .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-right: -3px;
  transform-origin: center center;
  border-radius: 100%;
  background-color: white;
  opacity: 0.8;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.idx_more .more .icon img {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  margin-top: -4.5px;
  margin-left: -5px;
  transform: translateX(-4px);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}
.idx_more .more:hover {
  color: #fff;
  text-decoration: none;
  border-color: #00c0d1;
}
.idx_more .more:hover .icon:before {
  transform: scale(16);
  background-color: #00c0d1;
  opacity: 1;
}
.idx_more .more:hover .icon:after {
  transform: scale(5);
  opacity: 0.9;
}
.idx_more .more:hover .icon img {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width:990px) {
  .idx_more .more {
    padding: 10px 50px;
    padding-left: 20px;
    min-width: unset;
  }
  .idx_more .more .icon {
    right: 3px;
  }
}
.ins_moreText {
  width: 100%;
  height: auto;
}
.ins_moreText .more {
  font-size: var(--font16);
  color: var(--active_color);
}
/* -------------- 分页 */
.pager_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_65);
}
.pager_box .layui-laypage {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_35);
}
.pager_box .layui-laypage * {
  line-height: 1 !important;
}
.pager_box .layui-laypage a,
.pager_box .layui-laypage span {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 100%;
  border: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  background: none;
  font-weight: 600;
}
.pager_box .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: none;
}
.pager_box .layui-laypage .layui-laypage-curr em {
  color: var(--active_color);
}
.pager_box .layui-laypage-spr {
  padding-bottom: 10px;
}
.pager_box .layui-laypage-next,
.pager_box .layui-laypage-prev {
  background: #FFFFFF !important;
  width: clamp(2.375rem, calc(0.529rem + 2.31vw), 3.125rem) !important;
  height: clamp(2.375rem, calc(0.529rem + 2.31vw), 3.125rem) !important;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pager_box .layui-laypage-next i,
.pager_box .layui-laypage-prev i {
  font-size: 12px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pager_box .layui-laypage-next:hover,
.pager_box .layui-laypage-prev:hover {
  background: var(--active_color) !important;
}
.pager_box .layui-laypage-next:hover i,
.pager_box .layui-laypage-prev:hover i {
  color: #FFFFFF !important;
}
@media (max-width:990px) {
  .pager_box .layui-laypage {
    gap: 15px;
  }
  .pager_box .layui-laypage a,
  .pager_box .layui-laypage span {
    width: auto;
    height: auto;
  }
}
/* -------------- 弹窗 */
.popup_video {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background: #000000b0;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.popup_video .images {
  max-width: 80%;
  min-width: 50%;
  width: 100%;
  max-height: 80vh;
  position: relative;
  z-index: 1;
}
.popup_video .images .video {
  width: 100%;
  height: auto;
  min-width: 80%;
}
.popup_video .images .video iframe {
  width: 100%;
  height: auto;
  min-height: 80vh;
}
.popup_video .images .icon {
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.popup_video .images .icon i {
  width: 0;
  height: 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.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.popup_video .images .icon i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: rotate(45deg);
}
.popup_video .images .icon i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: rotate(-45deg);
}
.popup_video .images .icon:hover {
  background: var(--active_color);
}
.popup_video .images .icon:hover i {
  transform: rotate(360deg);
}
.popup_video .images .icon:hover i::after {
  background: #FFF;
}
.popup_video .images .icon:hover i::before {
  background: #FFF;
}
.popup_video.active {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------- 全部解决方案 */
.ins_solutionCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solutionCon1 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solutionCon1 .center_box .w1680 {
  position: relative;
  z-index: 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;
}
.ins_solutionCon1 .center_box .ins_title {
  width: 39%;
  height: auto;
  transform: translateY(18%);
}
.ins_solutionCon1 .center_box .newNav {
  position: absolute;
  bottom: var(--num_40);
  right: 0;
  width: fit-content;
}
.ins_solutionCon1 .center_box .newNav.active a {
  color: #FFFFFF;
}
.ins_solutionCon1 .center_box .newNav.active a:hover {
  color: var(--active_color);
}
.ins_solutionCon1 .center_box .newNav.active i {
  color: #FFFFFF;
}
.ins_solutionCon1 .center_box .newNav.active img {
  filter: brightness(0) invert(1);
}
.ins_solutionCon1 .images_back .wap {
  min-height: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_solutionCon1 .center_box .ins_title {
    width: 100% !important;
    max-width: 100%;
    height: auto;
  }
  .ins_solutionCon1 .center_box .newNav {
    right: 20px;
  }
}
.ins_solutionCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_90);
  padding-bottom: var(--num_90);
  overflow: hidden;
}
.ins_solutionCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon2 .center_box .word_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: var(--num_30);
  padding-right: var(--num_20);
}
.ins_solutionCon2 .center_box .word_box .icon {
  width: 5.324%;
  height: auto;
  flex-shrink: 0;
}
.ins_solutionCon2 .center_box .word_box .ins_title {
  width: 76%;
  height: auto;
  text-align: center;
}
.ins_solutionCon2 .center_box .images_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_90);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_solutionCon2 .center_box .images_box > img {
  width: 100%;
  height: auto;
}
.ins_solutionCon2 .center_box .images_box .icon {
  position: absolute;
  z-index: 5;
  width: clamp(3.125rem, calc(-3.952rem + 8.85vw), 6rem);
  cursor: pointer;
}
.ins_solutionCon2 .center_box .video_box {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
  margin-top: var(--num_90);
}
.ins_solutionCon2 .center_box .video_box video {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_solutionCon2 .center_box .word_box .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ins_solutionCon2 .center_box .word_box .icon:last-child {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
  }
  .ins_solutionCon2 .center_box .word_box .ins_title {
    width: 100%;
  }
  .ins_solutionCon2 .center_box .images_box {
    margin-top: 20px;
  }
}
.ins_solutionCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_90);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_solutionCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon3 .center_box .ins_title {
  text-align: center;
}
.ins_solutionCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 11px;
}
.ins_solutionCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 11px;
}
.ins_solutionCon3 .center_box .item_box .item .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ins_solutionCon3 .center_box .item_box .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solutionCon3 .center_box .item_box .item .one,
.ins_solutionCon3 .center_box .item_box .item .tow {
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius10);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: var(--num_20);
}
.ins_solutionCon3 .center_box .item_box .item .one *,
.ins_solutionCon3 .center_box .item_box .item .tow * {
  text-align: center;
}
.ins_solutionCon3 .center_box .item_box .item .one .title,
.ins_solutionCon3 .center_box .item_box .item .tow .title {
  font-size: var(--font34);
  color: #FFFFFF;
}
.ins_solutionCon3 .center_box .item_box .item .one .subtitle,
.ins_solutionCon3 .center_box .item_box .item .tow .subtitle {
  font-size: var(--font24);
  color: #FFFFFF;
}
.ins_solutionCon3 .center_box .item_box .item .one .subtitle *,
.ins_solutionCon3 .center_box .item_box .item .tow .subtitle * {
  color: #FFFFFF;
}
.ins_solutionCon3 .center_box .item_box .item .one .word,
.ins_solutionCon3 .center_box .item_box .item .tow .word {
  font-size: var(--font34);
  color: #434343;
  font-weight: 500;
}
.ins_solutionCon3 .center_box .item_box .item .one {
  width: 13.82%;
  height: auto;
  min-height: 178px;
  flex-shrink: 0;
}
.ins_solutionCon3 .center_box .item_box .item .tow {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: var(--color);
}
.ins_solutionCon3 .center_box .item_box .item .tow .wordbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.ins_solutionCon3 .center_box .item_box .item .tow .wordbox .introduce {
  font-size: var(--font24);
  margin-top: 20px;
  color: #666666;
}
.ins_solutionCon3 .center_box .item_box .item .tow .wordbox .introduce * {
  font-size: var(--font24);
}
.ins_solutionCon3 .center_box .item_box .item .list_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: var(--num_15);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solutionCon3 .center_box .item_box .item .list_box .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px var(--num_15);
}
.ins_solutionCon3 .center_box .item_box .item .list_box .list .text_1 {
  width: 100%;
  height: auto;
  flex: 1;
  background: #FFFFFF;
  padding: var(--num_25) 10px;
  font-size: var(--font24);
  color: #666666;
  border-radius: var(--border-radius10);
  line-height: 1.2;
}
.ins_solutionCon3 .center_box .item_box .item .list_box .images {
  width: 37.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-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_solutionCon3 .center_box .item_box .item .list_box .images .word {
  font-size: var(--font24);
  color: #666666;
  margin-top: 5px;
}
.ins_solutionCon3 .center_box .item_box .item .list_box.max_box {
  margin-top: 0;
}
.ins_solutionCon3 .center_box .item_box .item .list_box.max_box .list {
  max-width: 59%;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_solutionCon3 .center_box .item_box .item .list_box.max_box .list .text_1 {
  min-width: calc(33.33% - var(--num_15));
  padding: var(--num_20) 10px;
}
@media (max-width:990px) {
  .ins_solutionCon3 .center_box .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_solutionCon3 .center_box .item_box .item .one {
    min-height: unset !important;
  }
  .ins_solutionCon3 .center_box .item_box .item .one,
  .ins_solutionCon3 .center_box .item_box .item .tow {
    width: 100%;
    height: auto;
    padding: 20px 20px;
  }
  .ins_solutionCon3 .center_box .item_box .item .one .subtitle {
    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;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .ins_solutionCon3 .center_box .item_box .item .list_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .ins_solutionCon3 .center_box .item_box .item .list_box .list {
    max-width: 100% !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ins_solutionCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_90);
  padding-bottom: var(--num_140);
  overflow: hidden;
}
.ins_solutionCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px var(--num_70);
  margin-top: var(--num_70);
}
.ins_solutionCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solutionCon4 .center_box .item_box .item .images {
  width: 36.925%;
}
.ins_solutionCon4 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: var(--num_20);
}
.ins_solutionCon4 .center_box .item_box .item .word .t1 {
  font-weight: 600;
}
.ins_solutionCon4 .center_box .item_box .item .word .t2 {
  margin-top: var(--num_20);
  font-weight: 500;
  color: #666666;
  line-height: 1.5;
}
.ins_solutionCon4 .center_box .item_box .item .word .t2 * {
  color: #666666;
}
.ins_solutionCon4 .center_box .item_box4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width:990px) {
  .ins_solutionCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_solutionCon4 .center_box .item_box .item {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 30px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 5px;
  }
  .ins_solutionCon4 .center_box .item_box .item .word {
    margin-top: 0;
  }
  .ins_solutionCon4 .center_box .item_box .item .word * {
    text-align: start !important;
  }
}
.ins_solutionCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_70);
  padding-bottom: var(--num_160);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_solutionCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon5 .center_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: var(--num_65);
  box-shadow: 0px 0px 18px 0px rgba(207, 208, 210, 0.26);
  border-radius: var(--border-radius16);
  overflow: hidden;
}
.ins_solutionCon5 .center_box .content .images {
  width: 100%;
  height: auto;
}
.ins_solutionCon5 .center_box .content .images img {
  width: 100%;
  height: auto;
}
.ins_solutionCon5 .center_box .content .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 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;
  top: 0;
  left: 0;
}
.ins_solutionCon5 .center_box .content .item_box .item {
  width: 20%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_solutionCon5 .center_box .content .item_box .item .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.ins_solutionCon5 .center_box .content .item_box .item .icon i {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.ins_solutionCon5 .center_box .content .item_box .item .icon i::after {
  content: '';
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
}
.ins_solutionCon5 .center_box .content .item_box .item .icon i::before {
  content: '';
  position: absolute;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
}
.ins_solutionCon5 .center_box .content .item_box .item .icon span {
  font-size: var(--font26);
  color: #FFFFFF;
  margin-top: 50px;
}
.ins_solutionCon5 .center_box .content .item_box .item .word_box {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: var(--num_100) var(--num_50);
  transform: translateX(50%);
  position: relative;
  z-index: 2;
}
.ins_solutionCon5 .center_box .content .item_box .item .word_box .img {
  width: 21.135%;
}
.ins_solutionCon5 .center_box .content .item_box .item .word_box .img,
.ins_solutionCon5 .center_box .content .item_box .item .word_box .word {
  transform: translateX(100px);
  opacity: 0;
}
.ins_solutionCon5 .center_box .content .item_box .item .word_box .word {
  margin-top: var(--num_95);
}
.ins_solutionCon5 .center_box .content .item_box .item .word_box .word .t1 {
  font-weight: 600;
}
.ins_solutionCon5 .center_box .content .item_box .item .word_box .word .t2 {
  margin-top: var(--num_30);
  line-height: 1.545;
  color: #666666;
}
.ins_solutionCon5 .center_box .content .item_box .item.active {
  width: 30.27777778%;
  flex-shrink: 0;
}
.ins_solutionCon5 .center_box .content .item_box .item.active .word_box {
  opacity: 1;
  transform: translateX(0);
}
.ins_solutionCon5 .center_box .content .item_box .item.active .word_box .img,
.ins_solutionCon5 .center_box .content .item_box .item.active .word_box .word {
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionCon5 .center_box .content .item_box .item.active .word_box .img {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ins_solutionCon5 .center_box .content .item_box .item.active .word_box .word {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media (max-width:990px) {
  .ins_solutionCon5 .center_box .content {
    box-shadow: unset !important;
  }
  .ins_solutionCon5 .center_box .content .images {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
  }
  .ins_solutionCon5 .center_box .content .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ins_solutionCon5 .center_box .content .item_box {
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .ins_solutionCon5 .center_box .content .item_box .item {
    width: 100% !important;
    height: auto;
    box-shadow: 0px 0px 18px 0px rgba(207, 208, 210, 0.26);
    border-radius: 10px;
    overflow: hidden;
  }
  .ins_solutionCon5 .center_box .content .item_box .item .word_box {
    opacity: 1;
    transform: translateX(0);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
  }
  .ins_solutionCon5 .center_box .content .item_box .item .word_box .word {
    margin-top: 0px;
  }
  .ins_solutionCon5 .center_box .content .item_box .item .word_box .word .t1 {
    font-size: 16px;
  }
  .ins_solutionCon5 .center_box .content .item_box .item .word_box .word .t2 {
    font-size: 14px;
    margin-top: 5px;
  }
  .ins_solutionCon5 .center_box .content .item_box .item .word_box .img {
    flex-shrink: 0;
    width: 30px;
  }
  .ins_solutionCon5 .center_box .content .item_box .item .word_box .img,
  .ins_solutionCon5 .center_box .content .item_box .item .word_box .word {
    transform: translateX(0px);
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .ins_solutionCon5 .center_box .content .item_box .item .word_box .img {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .ins_solutionCon5 .center_box .content .item_box .item .word_box .word {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@keyframes salrun {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.ins_solutionCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_170);
  overflow: hidden;
}
.ins_solutionCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon6 .center_box .ins_title {
  max-width: 57.86%;
  margin: auto;
}
.ins_solutionCon6 .images_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: var(--num_25);
}
.ins_solutionCon6 .images_box .images {
  width: 100%;
  height: auto;
}
.ins_solutionCon6 .images_box .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
.ins_solutionCon6 .images_box .item_box .item {
  width: 2px;
  height: 2px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_solutionCon6 .images_box .item_box .item .round {
  position: absolute;
  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;
  cursor: pointer;
}
.ins_solutionCon6 .images_box .item_box .item .round::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--active_color);
  opacity: 0.5;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  animation: salrun 5s linear infinite;
}
.ins_solutionCon6 .images_box .item_box .item .round::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background: var(--active_color);
  opacity: 0.5;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  animation: salrun 3s linear infinite;
}
.ins_solutionCon6 .images_box .item_box .item .word_box {
  width: max-content;
  min-height: 60px;
  background: #00000080;
  position: absolute;
  padding: 10px;
  border-radius: var(--border-radius8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: calc(100% + 30px);
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionCon6 .images_box .item_box .item .word_box .word {
  color: #FFFFFF;
  font-size: var(--font28);
}
.ins_solutionCon6 .images_box .item_box .item .word_box .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 14.5px 0 14.5px;
  border-color: #00000080 transparent transparent transparent;
  position: absolute;
  top: 100%;
}
.ins_solutionCon6 .images_box .item_box .item .word_box.tb_box {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_solutionCon6 .images_box .item_box .item .word_box.ri_box {
  left: calc(100% + 30px);
  bottom: unset;
}
.ins_solutionCon6 .images_box .item_box .item .word_box.ri_box .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 21px 14.5px 0;
  border-color: transparent #00000080 transparent transparent;
  position: absolute;
  top: unset !important;
  right: 100%;
}
.ins_solutionCon6 .images_box .item_box .item .word_box.le_box {
  right: calc(100% + 30px);
  bottom: unset;
}
.ins_solutionCon6 .images_box .item_box .item .word_box.le_box .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 21px;
  border-color: transparent transparent transparent #00000080;
  position: absolute;
  top: unset !important;
  left: 100%;
}
.ins_solutionCon6 .images_box .item_box .item .word_box.le_a {
  transform: translateX(-23%);
}
.ins_solutionCon6 .images_box .item_box .item .word_box.le_b {
  transform: translateX(20%);
}
.ins_solutionCon6 .images_box .item_box .item .word_box.le_c {
  transform: translateX(-10%);
}
.ins_solutionCon6 .images_box .item_box .item:hover .word_box {
  opacity: 1;
  visibility: visible;
}
@media (max-width:1600px) {
  .ins_solutionCon6 .images_box .item_box .item .word_box {
    transform: scale(0.8);
    transform-origin: center bottom;
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_a {
    transform: translateX(-23%) scale(0.8);
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_b {
    transform: translateX(20%) scale(0.8);
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_c {
    transform: translateX(-10%) scale(0.8);
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.ri_box {
    transform-origin: left;
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_box {
    transform-origin: right;
  }
}
@media (max-width:1440px) {
  .ins_solutionCon6 .images_box .item_box .item .word_box {
    transform: scale(0.65);
    transform-origin: center bottom;
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.ri_box {
    transform-origin: left;
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_box {
    transform-origin: right;
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_a {
    transform: translateX(-23%) scale(0.65);
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_b {
    transform: translateX(20%) scale(0.65);
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_c {
    transform: translateX(-10%) scale(0.65);
  }
}
@media (max-width:990px) {
  .ins_solutionCon6 .center_box .ins_title {
    max-width: 100%;
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box {
    transform: scale(0.5) !important;
    transform-origin: center bottom;
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.ri_box {
    transform-origin: left;
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_box {
    transform-origin: right;
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_a {
    transform: translateX(-23%) scale(0.5);
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_b {
    transform: translateX(20%) scale(0.5);
  }
  .ins_solutionCon6 .images_box .item_box .item .word_box.le_c {
    transform: translateX(-10%) scale(0.5);
  }
}
.ins_solutionCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solutionCon7 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon7 .center_box .swiper_img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #000000;
  overflow: hidden;
}
.ins_solutionCon7 .center_box .swiper_img ul li {
  width: 100%;
  height: auto;
}
.ins_solutionCon7 .center_box .swiper_img ul li .centerInfo,
.ins_solutionCon7 .center_box .swiper_img ul li .centerInfo .images {
  width: 100%;
  height: auto;
}
.ins_solutionCon7 .center_box .swiper_img ul li .centerInfo img,
.ins_solutionCon7 .center_box .swiper_img ul li .centerInfo .images img {
  width: 100%;
  height: auto;
}
.ins_solutionCon7 .center_box .content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  --padd100: var(--num_100);
}
.ins_solutionCon7 .center_box .content .con_info {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_40);
  overflow: hidden;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .back_bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .back_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box {
  width: 100%;
  height: auto;
  padding-left: var(--padd100);
  max-width: 54.16%;
  position: relative;
  z-index: 1;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box::after {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: var(--num_60);
  height: 4px;
  background: var(--active_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box * {
  color: #FFFFFF;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_20);
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  line-height: 1;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box .t1 span {
  font-size: var(--font30);
  line-height: 1.2;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box .t2 {
  margin-top: var(--num_40);
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box .list {
  margin-top: var(--num_70);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: var(--num_15);
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box .list .one {
  padding: 13px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box .list .one:hover {
  border-color: var(--active_color);
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box .ins_more a {
  color: var(--active_color);
  font-size: var(--font16);
  min-width: 120px;
  min-height: 40px;
  padding: var(--num_15) var(--num_40);
  line-height: 1;
}
.ins_solutionCon7 .center_box .content .con_info .swiper_box ul li .centerInfo .word_box .ins_more a:hover {
  color: #FFFFFF;
}
.ins_solutionCon7 .center_box .content .con_info .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: var(--padd100);
  margin-top: var(--num_100);
  gap: var(--num_85);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solutionCon7 .center_box .content .con_info .item_box::after {
  content: '';
  position: absolute;
  top: var(--num_30);
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.6;
}
.ins_solutionCon7 .center_box .content .con_info .item_box::before {
  content: '';
  position: absolute;
  bottom: var(--num_30);
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.6;
}
.ins_solutionCon7 .center_box .content .con_info .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: var(--num_60) var(--num_30);
  border-radius: var(--border-radius12);
  overflow: hidden;
  cursor: pointer;
}
.ins_solutionCon7 .center_box .content .con_info .item_box .item .images {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}
.ins_solutionCon7 .center_box .content .con_info .item_box .item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_solutionCon7 .center_box .content .con_info .item_box .item .icon {
  width: 43.08%;
  opacity: 0.7;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionCon7 .center_box .content .con_info .item_box .item .word {
  margin-top: var(--num_30);
  font-size: var(--font24);
  color: #FFFFFF;
  opacity: 0.8;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionCon7 .center_box .content .con_info .item_box .item.active .icon {
  opacity: 1;
}
.ins_solutionCon7 .center_box .content .con_info .item_box .item.active .word {
  opacity: 1;
}
.ins_solutionCon7 .center_box .content .con_info .item_box .item.active .images {
  opacity: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width:990px) {
  .ins_solutionCon7 .center_box .swiper_img {
    display: none;
  }
  .ins_solutionCon7 .center_box .content {
    position: relative;
    z-index: 1;
  }
  .ins_solutionCon7 .center_box .content .swiper_box ul li .centerInfo .word_box {
    padding: 40px 20px;
    padding-top: 60px;
    padding-left: 20px !important;
    max-width: 100% !important;
  }
  .ins_solutionCon7 .center_box .content .swiper_box ul li .centerInfo .word_box::after {
    left: 20px !important;
    top: 40px !important;
  }
  .ins_solutionCon7 .center_box .content .swiper_box ul li .centerInfo .word_box .list .one {
    padding: 5px 13px !important;
  }
  .ins_solutionCon7 .center_box .content .item_box {
    display: none !important;
  }
}
.ins_solutionCon8 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_90);
  padding-bottom: var(--num_95);
  overflow: hidden;
}
.ins_solutionCon8 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon9 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_70);
  padding-bottom: var(--num_100);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_solutionCon9 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionCon9 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_40);
}
.ins_solutionCon9 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  display: block;
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 66%;
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo .word .t1 {
  color: var(--text_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo .word .t2 {
  color: var(--text_66666);
  margin-top: var(--num_25);
  line-height: 1.66;
  height: calc(2em * 1.66);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo .word .t3 {
  margin-top: var(--num_50);
  color: var(--text_color);
  opacity: 0.6;
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo:hover .images .pb .ab img {
  transform: scale(1.03);
}
.ins_solutionCon9 .center_box .swiper_box ul li .centerInfo:hover .word .t1 {
  color: var(--active_color);
}
.ins_solutionCon9 .center_box .pagerScroll {
  margin-top: var(--num_60);
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 全部解决方案详情 */
.ins_solutionDataCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_65);
  padding-bottom: var(--num_95);
}
.ins_solutionDataCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_solutionDataCon1 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  margin-top: var(--num_45);
}
.ins_solutionDataCon1 .center_box .content .item_select {
  width: 18.40277778%;
  height: 100%;
  min-height: calc(100vh - var(--header-height));
  background: #f5f7fa;
  border-radius: var(--border-radius8);
  padding: var(--num_40) 0;
  position: sticky;
  top: var(--header-height);
}
.ins_solutionDataCon1 .center_box .content .item_select .item {
  min-height: 65px;
  display: -webkit-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;
  padding: 10px var(--num_20);
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionDataCon1 .center_box .content .item_select .item::after {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 24px;
  background: var(--active_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.ins_solutionDataCon1 .center_box .content .item_select .item .word {
  font-weight: 500;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionDataCon1 .center_box .content .item_select .item:hover .word {
  color: var(--active_color);
}
.ins_solutionDataCon1 .center_box .content .item_select .item.active {
  background: #FFFFFF;
}
.ins_solutionDataCon1 .center_box .content .item_select .item.active .word {
  color: var(--active_color);
}
.ins_solutionDataCon1 .center_box .content .item_select .item.active::after {
  opacity: 1;
}
.ins_solutionDataCon1 .center_box .content .item_box {
  width: 80%;
  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: var(--num_35);
  padding-top: var(--num_35);
  position: relative;
  z-index: 1;
}
.ins_solutionDataCon1 .center_box .content .item_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionDataCon1 .center_box .content .item_box .item {
  width: 100%;
  height: auto;
}
.ins_solutionDataCon1 .center_box .content .item_box .item .t0 {
  font-weight: 500;
}
.ins_solutionDataCon1 .center_box .content .item_box .item .list {
  width: 100%;
  height: auto;
  margin-top: var(--num_25);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ins_solutionDataCon1 .center_box .content .item_box .item .list .one {
  width: 100%;
  height: auto;
  background: #f5f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: var(--num_30) var(--num_25);
  gap: 10px;
  border-radius: var(--border-radius10);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionDataCon1 .center_box .content .item_box .item .list .one .t1 {
  font-size: var(--font16);
  color: var(--text_color);
  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: 10px;
  font-weight: 500;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionDataCon1 .center_box .content .item_box .item .list .one .t1 img {
  flex-shrink: 0;
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_solutionDataCon1 .center_box .content .item_box .item .list .one .t2 {
  font-size: var(--font14);
  color: var(--text_66666);
}
.ins_solutionDataCon1 .center_box .content .item_box .item .list .one:hover {
  box-shadow: 1.439px 1.389px 10px 0px rgba(153, 153, 153, 0.21);
}
.ins_solutionDataCon1 .center_box .content .item_box .item .list .one:hover .t1 {
  color: var(--active_color);
}
.ins_solutionDataCon1 .center_box .content .item_box .item .list .one:hover .t1 img {
  filter: unset !important;
}
@media (max-width:990px) {
  .ins_solutionDataCon1 * {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .ins_solutionDataCon1 *::-webkit-scrollbar {
    display: none;
  }
  .ins_solutionDataCon1 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_solutionDataCon1 .center_box .content .item_select {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    min-height: unset !important;
    top: 60px !important;
    padding: 10px 0;
  }
  .ins_solutionDataCon1 .center_box .content .item_select .item {
    word-break: keep-all;
    width: auto;
    height: 40px;
    min-height: unset !important;
  }
  .ins_solutionDataCon1 .center_box .content .item_select,
  .ins_solutionDataCon1 .center_box .content .item_box {
    width: 100%;
    height: auto;
  }
  .ins_solutionDataCon1 .center_box .content .item_box .item .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_solutionDataCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_solutionDataCon2 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_solutionDataCon2 .center_box .word_box {
  width: 100%;
  height: auto;
}
.ins_solutionDataCon2 .center_box .word_box .ins_title * {
  color: #FFFFFF;
}
.ins_solutionDataCon2 .center_box .word_box .ins_title .t2 {
  margin-top: 15px;
}
.ins_solutionDataCon2 .center_box .word_box .ins_more {
  margin-top: 20px;
}
.ins_solutionDataCon2 .images_bg {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_solutionDataCon2 .images_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 产品ESL */
.ins_producteCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_90);
  padding-bottom: var(--num_80);
  overflow: hidden;
}
.ins_producteCon1 .cen_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.ins_producteCon1 .cen_info .center_box {
  width: 100%;
  height: auto;
}
.ins_producteCon1 .cen_info .center_box * {
  color: #FFFFFF;
}
.ins_producteCon1 .cen_info .center_box .content {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: var(--num_180);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  pointer-events: none;
}
.ins_producteCon1 .cen_info .center_box .content .item_box {
  width: 19.7916%;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 1;
  pointer-events: initial;
}
.ins_producteCon1 .cen_info .center_box .content .item_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon1 .cen_info .center_box .content .item_box .item {
  font-size: var(--font20);
  padding: 10px 0;
  padding-left: var(--num_25);
  position: relative;
  z-index: 1;
  line-height: 1.2;
  cursor: pointer;
}
.ins_producteCon1 .cen_info .center_box .content .item_box .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon1 .cen_info .center_box .content .item_box .item span {
  opacity: 0.5;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon1 .cen_info .center_box .content .item_box .item:hover span {
  opacity: 1;
}
.ins_producteCon1 .cen_info .center_box .content .item_box .item.active span {
  opacity: 1;
}
.ins_producteCon1 .cen_info .center_box .content .item_box .item.active::after {
  opacity: 1;
}
.ins_producteCon1 .cen_info .center_box .content .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
}
.ins_producteCon1 .cen_info .center_box .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_producteCon1 .cen_info .center_box .content .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_producteCon1 .cen_info .center_box .content .swiper_box ul li .centerInfo .icon {
  font-family: "Barlow";
  font-weight: 600;
  font-size: clamp(5rem, calc(-4.231rem + 11.54vw), 8.75rem);
  opacity: 0.1;
  line-height: 1;
  transform: translateY(40%);
  position: relative;
  z-index: 1;
}
.ins_producteCon1 .cen_info .center_box .content .swiper_box ul li .centerInfo .t1 {
  font-size: var(--font36);
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.ins_producteCon1 .cen_info .center_box .content .swiper_box ul li .centerInfo .t2 {
  font-size: var(--font18);
  line-height: 1.55;
  margin-top: var(--num_20);
}
.ins_producteCon1 .cen_info .center_box .content .swiper_box ul li .centerInfo .images {
  margin-top: var(--num_20);
}
.ins_producteCon1 .swiper_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000000;
}
.ins_producteCon1 .swiper_img ul li {
  width: 100%;
  height: auto;
}
.ins_producteCon1 .swiper_img ul li .images,
.ins_producteCon1 .swiper_img ul li .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_producteCon1 .swiper_img {
    display: none;
  }
  .ins_producteCon1 .cen_info .center_box * {
    color: var(--text_color);
  }
  .ins_producteCon1 .cen_info .center_box .content {
    margin-top: 20px;
    pointer-events: none;
  }
  .ins_producteCon1 .cen_info .center_box .content .item_box {
    display: none;
  }
  .ins_producteCon1 .cen_info .center_box .content .swiper_box {
    width: 100%;
    height: auto;
    pointer-events: initial;
  }
  .ins_producteCon1 .cen_info .center_box .content .swiper_box ul li .centerInfo {
    position: relative;
    z-index: 1;
    padding-top: 50px;
  }
  .ins_producteCon1 .cen_info .center_box .content .swiper_box ul li .centerInfo .icon {
    position: absolute;
    top: 0;
    transform: translateY(0);
  }
}
.ins_producteCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_90);
  padding-bottom: var(--num_140);
  overflow: hidden;
}
.ins_producteCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_producteCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: var(--num_55);
}
.ins_producteCon2 .center_box .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.1;
}
.ins_producteCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: var(--num_20);
  font-size: var(--font18);
  cursor: pointer;
}
.ins_producteCon2 .center_box .item_box .item span {
  opacity: 0.5;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 500;
}
.ins_producteCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.ins_producteCon2 .center_box .item_box .item.active::after {
  opacity: 1;
}
.ins_producteCon2 .center_box .item_box .item.active span {
  opacity: 1;
}
.ins_producteCon2 .center_box .item_box .item:hover span {
  opacity: 1;
}
.ins_producteCon2 .center_box .content {
  width: 100%;
  height: auto;
  --padding: 5.27%;
}
.ins_producteCon2 .center_box .content .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_producteCon2 .center_box .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_producteCon2 .center_box .content .swiper_box ul li.swiper-slide-active {
  z-index: 9;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .list_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font16);
  gap: var(--num_30);
  position: relative;
  z-index: 1;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .list_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e8e9ea;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .list_box .one {
  width: auto;
  height: auto;
  padding: var(--num_20) 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .list_box .one::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--active_color);
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .list_box .one.active::after {
  opacity: 1;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont {
  width: 100%;
  height: auto;
  margin-top: var(--num_45);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swiper-slide-active {
  z-index: 9;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper {
  width: 36.111%;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images .swiper_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images .swiper_img .images {
  width: 100%;
  height: auto;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images .swiper_img .images .pb {
  padding-bottom: 67%;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images .swiper_img .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: 10px;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images .swiper_img .images:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images .swiper_img .images img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images .idx_btn {
  width: 18.47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images .idx_btn img {
  filter: brightness(0) invert(0.8);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .swi_images .idx_btn:hover img {
  filter: unset;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper .idxPageShow {
  margin-top: var(--num_50);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .word_box {
  width: 58.33%;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .word_box .t1 {
  color: var(--active_color);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .word_box .t2 {
  margin-top: var(--num_15);
  font-weight: 600;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .word_box .t3 {
  color: var(--text_66666);
  font-size: var(--font18);
  margin-top: var(--num_25);
  line-height: 1.5;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .word_box .info_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_20);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .word_box .info_box .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  padding: var(--num_15) 0;
  border-bottom: 1px solid #e8e9ea;
  font-size: var(--font18);
  color: var(--text_66666);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .word_box .info_box .one:last-child {
  border: 0;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .word_box .info_box .one .word:first-child {
  flex-shrink: 0;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent {
  width: 100%;
  height: auto;
  margin-top: var(--num_80);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .title_box .f1 {
  font-weight: 600;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 {
  width: 100%;
  height: auto;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table {
  width: 100%;
  height: auto;
  border-top: 2px solid #acb7be;
  margin-top: var(--num_30);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table * {
  font-size: var(--font16);
  color: #3d3d3d;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr .td {
  width: 36.49%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr .td .td_box {
  min-height: 46px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr .td .td_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr .td:nth-child(2) .td_box:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50vh);
  left: 0;
  width: 1px;
  height: 100vh;
  background: #e5e5e5;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr .td:last-child {
  text-align: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr .td:last-child .td_box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr:first-child {
  background: #f7f8f8;
  border-bottom: 1px solid #acb7be;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon1 .table .tr:first-child * {
  font-size: var(--font18);
  font-weight: 600;
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon2 {
  width: 100%;
  height: auto;
  margin-top: var(--num_70);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon2 .itemBox {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--num_50);
  margin-top: var(--num_50);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon2 .itemBox .item {
  width: 100%;
  height: auto;
  padding: 0 var(--num_25);
  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_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon2 .itemBox .item .icon {
  width: clamp(3.125rem, calc(-2.413rem + 6.92vw), 5.375rem);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon2 .itemBox .item .word {
  font-size: var(--font18);
  color: var(--text_66666);
  margin-top: var(--num_15);
}
.ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon2 .itemBox4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width:990px) {
  .ins_producteCon2 {
    padding-top: 30px;
  }
  .ins_producteCon2 * {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .ins_producteCon2 *::-webkit-scrollbar {
    display: none;
  }
  .ins_producteCon2 .center_box .item_box {
    width: 100%;
    height: auto;
    overflow: auto;
    border-bottom: 1px solid #e5e5e5;
  }
  .ins_producteCon2 .center_box .item_box::after {
    display: none;
  }
  .ins_producteCon2 .center_box .item_box .item {
    width: auto;
    word-break: keep-all;
    padding: 10px 20px;
  }
  .ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .img_swiper,
  .ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .centerInfo .word_box {
    width: 100%;
  }
  .ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon2 .itemBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ins_producteCon2 .center_box .content .swiper_box ul li .swiper_cont .swicontent .swiperCon2 .itemBox .item {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 20px;
  }
}
.ins_producteCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_120);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_producteCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_producteCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_65);
  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_60);
}
.ins_producteCon3 .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;
  background-color: #FFFFFF;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_producteCon3 .center_box .item_box .item .images {
  width: 49.3%;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_producteCon3 .center_box .item_box .item .images .pb {
  padding-bottom: 67.6%;
}
.ins_producteCon3 .center_box .item_box .item .word_box {
  width: 50.7%;
  padding: 20px var(--num_80);
}
.ins_producteCon3 .center_box .item_box .item .word_box .t1 {
  font-weight: 600;
}
.ins_producteCon3 .center_box .item_box .item .word_box .t2 {
  margin-top: var(--num_20);
  line-height: 1.5;
  color: var(--text_66666);
}
.ins_producteCon3 .center_box .item_box .item .word_box .more {
  margin-top: var(--num_25);
}
.ins_producteCon3 .center_box .item_box .item:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width:990px) {
  .ins_producteCon3 .center_box .item_box .item {
    flex-direction: column !important;
  }
  .ins_producteCon3 .center_box .item_box .item .images,
  .ins_producteCon3 .center_box .item_box .item .word_box {
    width: 100%;
    height: auto;
  }
  .ins_producteCon3 .center_box .item_box .item .word_box {
    padding: 20px;
    padding-top: 0;
  }
}
.ins_producteCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_60);
  overflow: hidden;
  background-image: var(--url);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.ins_producteCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_producteCon4 .center_box .ins_title {
  max-width: var(--maxWidth);
}
.ins_producteCon4 .center_box .ins_title * {
  color: #FFFFFF;
}
.ins_producteCon4 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_300);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--num_20);
}
.ins_producteCon4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: var(--border-radius16);
  overflow: hidden;
  padding: var(--num_30);
}
.ins_producteCon4 .center_box .item_box .item .t1 {
  width: 100%;
  height: auto;
  font-weight: 600;
  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-bottom: var(--num_20);
  border-bottom: 1px solid #e8e9ea;
}
.ins_producteCon4 .center_box .item_box .item .t1 span {
  color: var(--active_color);
  font-family: "Barlow";
}
.ins_producteCon4 .center_box .item_box .item .list {
  width: 100%;
  height: auto;
  margin-top: var(--num_15);
  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_15);
}
.ins_producteCon4 .center_box .item_box .item .list .one {
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-left: 12px;
}
.ins_producteCon4 .center_box .item_box .item .list .one::after {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--active_color);
  border-radius: 100px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon4.ins_producteCon6 {
  padding-top: var(--num_90);
  padding-bottom: var(--num_160);
}
.ins_producteCon4.ins_producteCon6 .center_box .item_box {
  margin-top: var(--num_130);
}
.ins_producteCon4.ins_producteCon6 .center_box .item_box .item {
  padding: var(--num_40) var(--num_30);
}
.ins_producteCon4.ins_producteCon6 .center_box .item_box .item .t2 {
  min-height: 128px;
  margin-top: var(--num_30);
  line-height: 1.5;
  color: var(--text_66666);
}
@media (max-width:990px) {
  .ins_producteCon4 .center_box .ins_title {
    max-width: 100% !important;
    width: 100% !important;
  }
  .ins_producteCon4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 30px !important;
  }
  .ins_producteCon4 .center_box .item_box .item .t2 {
    min-height: auto !important;
  }
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 产品无线监控 */
@keyframes linerun {
  0% {
    bottom: 220%;
  }
  100% {
    bottom: -100%;
  }
}
.ins_producteCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_85);
  padding-bottom: var(--num_110);
  background: #f6f8fc;
  overflow: hidden;
}
.ins_producteCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_producteCon5 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: var(--num_150);
  position: relative;
  z-index: 1;
  --delay: 15s;
}
.ins_producteCon5 .center_box .item_box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100vh;
  transform: translateY(-50vh);
  background: #eaebef;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.ins_producteCon5 .center_box .item_box::before {
  content: '';
  position: absolute;
  bottom: 220%;
  left: 0;
  width: 1px;
  height: 30px;
  background: var(--active_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
  animation: linerun var(--delay) linear infinite;
}
.ins_producteCon5 .center_box .item_box .line {
  width: 1px;
  height: 100%;
  position: absolute;
  background: red;
  top: 0;
}
.ins_producteCon5 .center_box .item_box .item {
  width: 100%;
  height: auto;
  padding: 0 var(--num_40);
  position: relative;
  z-index: 1;
}
.ins_producteCon5 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100vh;
  transform: translateY(-50vh);
  background: #eaebef;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.ins_producteCon5 .center_box .item_box .item::before {
  content: '';
  position: absolute;
  bottom: 220%;
  right: 0;
  width: 1px;
  height: 30px;
  background: var(--active_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
  animation: linerun var(--delay) linear infinite;
}
.ins_producteCon5 .center_box .item_box .item .images {
  width: 56.5%;
  height: auto;
  margin: auto;
}
.ins_producteCon5 .center_box .item_box .item .word_box {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: var(--num_40);
}
.ins_producteCon5 .center_box .item_box .item .word_box .t1 {
  line-height: 1.2;
  font-weight: 500;
}
.ins_producteCon5 .center_box .item_box .item .word_box .t2 {
  margin-top: var(--num_15);
}
@media (max-width:990px) {
  .ins_producteCon5 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
    margin-top: 30px;
  }
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 产品云里基站 */
.ins_producteCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_120);
  overflow: hidden;
  background: url(../images/z35.jpg) no-repeat center left / 100% auto;
  background-color: #f4f5f7;
}
.ins_producteCon7 .center_box {
  width: 100%;
  height: auto;
}
.ins_producteCon7 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: var(--num_40);
  gap: var(--num_20);
}
.ins_producteCon7 .center_box .content .swiperImg {
  width: calc(50% - 10px);
  background: #FFFFFF;
  border-radius: var(--border-radius20);
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_producteCon7 .center_box .content .swiperImg .swiper_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_producteCon7 .center_box .content .swiperImg .swiper_img ul li {
  width: 100%;
  height: auto;
}
.ins_producteCon7 .center_box .content .swiperImg .swiper_img ul li .centerInfo {
  width: 77.748%;
  margin: auto;
}
.ins_producteCon7 .center_box .content .swiperImg .swiper_img ul li .centerInfo .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_producteCon7 .center_box .content .swiperImg .idxPageShow {
  position: absolute;
  bottom: var(--num_40);
  z-index: 5;
}
.ins_producteCon7 .center_box .content .word_box {
  width: calc(50% - 10px);
  background: #FFFFFF;
  border-radius: var(--border-radius20);
  height: auto;
  padding-top: var(--num_40);
}
.ins_producteCon7 .center_box .content .word_box .item_box {
  width: 100%;
  height: auto;
  padding: 0 var(--num_40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #e8e9ea;
}
.ins_producteCon7 .center_box .content .word_box .item_box .item {
  font-size: var(--font24);
  width: 100%;
  height: auto;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_producteCon7 .center_box .content .word_box .item_box .item span {
  position: relative;
  z-index: 1;
  padding-bottom: var(--num_25);
  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;
  opacity: 0.5;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon7 .center_box .content .word_box .item_box .item span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.ins_producteCon7 .center_box .content .word_box .item_box .item:hover span {
  opacity: 1;
}
.ins_producteCon7 .center_box .content .word_box .item_box .item.active span {
  opacity: 1;
}
.ins_producteCon7 .center_box .content .word_box .item_box .item.active span::after {
  opacity: 1;
}
.ins_producteCon7 .center_box .content .word_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_producteCon7 .center_box .content .word_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_producteCon7 .center_box .content .word_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  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;
  gap: var(--num_15);
}
.ins_producteCon7 .center_box .content .word_box .swiper_box ul li .centerInfo .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: var(--num_15);
  position: relative;
  z-index: 1;
  line-height: 1;
  gap: 10px;
  min-height: 30px;
}
.ins_producteCon7 .center_box .content .word_box .swiper_box ul li .centerInfo .one::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e8e9ea;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon7 .center_box .content .word_box .swiper_box ul li .centerInfo .one * {
  font-size: var(--font14);
  color: #333333;
}
.ins_producteCon7 .center_box .content .word_box .swiper_box ul li .centerInfo .one .icon {
  padding-left: 12px;
  position: relative;
  z-index: 1;
}
.ins_producteCon7 .center_box .content .word_box .swiper_box ul li .centerInfo .one .icon::after {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--active_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 100px;
}
.ins_producteCon7 .center_box .content .word_box .swiper_box ul li .centerInfo .one:last-child::after {
  display: none;
}
@media (max-width:990px) {
  .ins_producteCon7 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_producteCon7 .center_box .content .swiperImg,
  .ins_producteCon7 .center_box .content .word_box {
    width: 100%;
    height: auto;
  }
  .ins_producteCon7 .center_box .content .swiperImg ul li .centerInfo {
    padding: 20px;
  }
}
.ins_producteCon8 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_140);
  overflow: hidden;
}
.ins_producteCon8 .center_box {
  width: 100%;
  height: auto;
}
.ins_producteCon8 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_40);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  padding: 5px;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_producteCon8 .center_box .item_box .images_back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.ins_producteCon8 .center_box .item_box .images_back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_producteCon8 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: var(--num_55) var(--num_20);
  border-radius: var(--border-radius16);
  overflow: hidden;
  cursor: pointer;
}
.ins_producteCon8 .center_box .item_box .item .icon {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_producteCon8 .center_box .item_box .item .icon .befor {
  opacity: 0;
  position: absolute;
}
.ins_producteCon8 .center_box .item_box .item .icon img {
  width: clamp(1.875rem, calc(0.183rem + 2.12vw), 2.563rem);
}
.ins_producteCon8 .center_box .item_box .item .word {
  font-size: var(--font22);
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 10px;
}
.ins_producteCon8 .center_box .item_box .item:hover {
  background: #ffffff52;
  backdrop-filter: blur(5px);
}
.ins_producteCon8 .center_box .item_box .item:hover .icon .after {
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon8 .center_box .item_box .item:hover .icon .befor {
  opacity: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_producteCon8 .center_box .item_box .item:hover .word {
  color: #000000;
}
@media (max-width:990px) {
  .ins_producteCon8 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .ins_producteCon8 .center_box .item_box .item {
    padding: 20px;
  }
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 产品ESL */
.ins_serveCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #e9eef4;
  border-bottom: 1px solid #e9eef4;
}
.ins_serveCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_serveCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-right: 1px solid #e9eef4;
  overflow: auto;
}
.ins_serveCon1 .center_box .item_box .item {
  padding: var(--num_40) 0;
  width: 100%;
  height: auto;
  font-size: var(--font20);
  border-left: 1px solid #e9eef4;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  min-width: 120px;
}
.ins_serveCon1 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: var(--active_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.ins_serveCon1 .center_box .item_box .item span {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon1 .center_box .item_box .item span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--active_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.ins_serveCon1 .center_box .item_box .item.active {
  color: var(--active_color);
}
.ins_serveCon1 .center_box .item_box .item.active::after,
.ins_serveCon1 .center_box .item_box .item.active span::after {
  opacity: 1;
}
.ins_serveCon1 .center_box .item_box .item:hover {
  color: var(--active_color);
}
.ins_serveCon1 .center_box .item_box .item:hover span::after {
  opacity: 1;
}
@media (max-width:990px) {
  .ins_serveCon1 * {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .ins_serveCon1 *::-webkit-scrollbar {
    display: none;
  }
  .ins_serveCon1 .center_box .item_box .item {
    padding: 15px 10px;
  }
}
.ins_serveCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_120);
  padding-bottom: var(--num_140);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_serveCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_serveCon2 .center_box .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: var(--border-radius16);
  overflow: hidden;
  padding: var(--num_60) 0;
  padding-left: 7.63%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_80);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_serveCon2 .center_box .content .images_back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ins_serveCon2 .center_box .content .images_back img {
  width: 100%;
  height: auto;
}
.ins_serveCon2 .center_box .content .images {
  box-shadow: 0px 0px 27px 0px rgba(76, 86, 93, 0.13);
  width: 24.06%;
  height: 100%;
}
.ins_serveCon2 .center_box .content .word_box {
  width: 63%;
}
.ins_serveCon2 .center_box .content .word_box .t2 {
  margin-top: var(--num_25);
  color: var(--text_66666);
  line-height: 2;
}
.ins_serveCon2 .center_box .content .word_box .more {
  margin-top: var(--num_40);
}
.ins_serveCon2 .center_box .content .word_box .more a {
  padding: 10px 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;
  border-radius: 100px;
  background: var(--active_color);
  color: #FFFFFF;
  width: fit-content;
  height: auto;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon2 .center_box .content .word_box .more a:hover {
  opacity: 0.8;
}
@media (max-width:990px) {
  .ins_serveCon2 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
  .ins_serveCon2 .center_box .content .images,
  .ins_serveCon2 .center_box .content .word_box {
    width: 100%;
    height: auto;
  }
  .ins_serveCon2 .center_box .content .images {
    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_serveCon2 .center_box .content .images img {
    max-width: 50%;
  }
}
.ins_serveCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_90);
  padding-bottom: var(--num_140);
  overflow: hidden;
}
.ins_serveCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_serveCon3 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: var(--num_50);
}
.ins_serveCon3 .center_box .content .conCon1 {
  width: 100%;
  height: auto;
}
.ins_serveCon3 .center_box .content .conCon1 .font_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: var(--num_40);
}
.ins_serveCon3 .center_box .content .conCon1 .font_box .images_back {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_serveCon3 .center_box .content .conCon1 .font_box .images_back img {
  width: 100%;
  height: auto;
}
.ins_serveCon3 .center_box .content .conCon1 .font_box .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  cursor: pointer;
}
.ins_serveCon3 .center_box .content .conCon1 .font_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon3 .center_box .content .conCon1 .font_box .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon3 .center_box .content .conCon1 .font_box .item_box .item .word {
  font-size: var(--font24);
  color: #FFFFFF;
  margin-top: var(--num_20);
}
.ins_serveCon3 .center_box .content .conCon1 .font_box .item_box .item .icon {
  width: 27.085%;
}
.ins_serveCon3 .center_box .content .conCon1 .font_box .item_box .item:hover {
  background: #00b0b966;
}
.ins_serveCon3 .center_box .content .conCon1 .font_box .item_box .item:hover .icon {
  transform: rotate(360deg);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon3 .center_box .content .conCon1 + .conCon1 {
  margin-top: var(--num_50);
}
@media (max-width:990px) {
  .ins_serveCon3 .center_box .content .conCon1 .font_box .images_back {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ins_serveCon3 .center_box .content .conCon1 .font_box .images_back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ins_serveCon3 .center_box .content .conCon1 .font_box .item_box {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px;
  }
  .ins_serveCon3 .center_box .content .conCon1 .font_box .item_box .item {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
  }
  .ins_serveCon3 .center_box .content .conCon1 .font_box .item_box .item .icon {
    width: 35px;
  }
  .ins_serveCon3 .center_box .content .conCon1 .font_box .item_box .item .word {
    font-size: 14px;
  }
}
.ins_serveCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_60);
  padding-bottom: var(--num_65);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_serveCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_serveCon4 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: var(--num_75);
}
.ins_serveCon4 .center_box .content .sele_box {
  width: 30.2%;
  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_20);
}
.ins_serveCon4 .center_box .content .sele_box .item {
  min-height: clamp(2.875rem, calc(-2.356rem + 6.54vw), 5rem);
  --width: clamp(1.875rem, calc(0.644rem + 1.54vw), 2.375rem);
  padding: var(--num_15) var(--num_60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  width: fit-content;
  height: auto;
  border-radius: var(--border-radius20);
  font-size: var(--font24);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.ins_serveCon4 .center_box .content .sele_box .item i {
  position: absolute;
  right: var(--num_30);
  width: var(--width);
  height: var(--width);
  border-radius: 100px;
  background: var(--active_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
}
.ins_serveCon4 .center_box .content .sele_box .item.active {
  padding-right: var(--num_150);
  border-color: var(--active_color);
  color: var(--active_color);
}
.ins_serveCon4 .center_box .content .sele_box .item.active i {
  opacity: 1;
  transform: scale(1);
}
.ins_serveCon4 .center_box .content .sele_box .item:hover {
  border-color: var(--active_color);
  color: var(--active_color);
}
.ins_serveCon4 .center_box .content .con_info {
  width: 67.7%;
}
.ins_serveCon4 .center_box .content .con_info .item_box {
  width: 100%;
  height: auto;
}
.ins_serveCon4 .center_box .content .con_info .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  --width: clamp(1.875rem, calc(0.644rem + 1.54vw), 2.375rem);
  padding-right: var(--num_20);
  padding-left: var(--num_35);
  border-radius: var(--border-radius20);
  overflow: visible;
}
.ins_serveCon4 .center_box .content .con_info .item_box .item .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;
  padding: var(--num_20) 0;
  gap: var(--num_20);
  cursor: pointer;
}
.ins_serveCon4 .center_box .content .con_info .item_box .item .top_box .answer,
.ins_serveCon4 .center_box .content .con_info .item_box .item .top_box .icon {
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon4 .center_box .content .con_info .item_box .item .top_box .answer {
  background: #7f909c;
  color: #FFFFFF;
}
.ins_serveCon4 .center_box .content .con_info .item_box .item .top_box .icon {
  border: 1px solid #e5e5e5;
  padding-top: 1px;
  padding-left: 1px;
}
.ins_serveCon4 .center_box .content .con_info .item_box .item .top_box .word {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 500;
}
.ins_serveCon4 .center_box .content .con_info .item_box .item .bot_box {
  width: 100%;
  height: auto;
  padding-left: calc(var(--width) + var(--num_20));
  padding-right: var(--width);
  padding-bottom: var(--num_25);
  line-height: 1.625;
  font-size: var(--font16);
  color: var(--text_66666);
  display: none;
}
.ins_serveCon4 .center_box .content .con_info .item_box .item .bot_box p + p {
  margin-top: 15px;
}
.ins_serveCon4 .center_box .content .con_info .item_box .item.active .top_box .answer {
  background: var(--active_color);
}
.ins_serveCon4 .center_box .content .con_info .item_box .item.active .top_box .word {
  color: var(--active_color);
}
.ins_serveCon4 .center_box .content .con_info .item_box .item.active .top_box .icon {
  transform: rotate(180deg);
}
.ins_serveCon4 .center_box .content .con_info .item_box .item + .item {
  margin-top: var(--num_20);
}
.ins_serveCon4 .center_box .content .con_info .pager_box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width:990px) {
  .ins_serveCon4 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .ins_serveCon4 .center_box .content .sele_box,
  .ins_serveCon4 .center_box .content .con_info {
    width: 100%;
    height: auto;
  }
  .ins_serveCon4 .center_box .content .sele_box {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .ins_serveCon4 .center_box .content .sele_box .item {
    width: auto;
    height: auto;
    word-break: keep-all;
    padding: 10px 20px;
  }
}
.ins_serveCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_100);
  overflow: hidden;
}
.ins_serveCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_serveCon5 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: var(--num_80);
  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;
  overflow: hidden;
}
.ins_serveCon5 .center_box .content .item_box {
  width: 15.27%;
  position: relative;
  z-index: 1;
}
.ins_serveCon5 .center_box .content .item_box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #f7f9fb;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon5 .center_box .content .item_box .item {
  background: #FFFFFF;
  min-height: 113px;
  display: -webkit-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_30);
  gap: var(--num_20);
  cursor: pointer;
}
.ins_serveCon5 .center_box .content .item_box .item .word {
  font-size: var(--font24);
  color: var(--text_66666);
}
.ins_serveCon5 .center_box .content .item_box .item .icon {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_serveCon5 .center_box .content .item_box .item .icon .befor {
  opacity: 0;
  position: absolute;
}
.ins_serveCon5 .center_box .content .item_box .item:hover,
.ins_serveCon5 .center_box .content .item_box .item.active {
  background: #f7f9fb;
}
.ins_serveCon5 .center_box .content .item_box .item:hover .icon .after,
.ins_serveCon5 .center_box .content .item_box .item.active .icon .after {
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon5 .center_box .content .item_box .item:hover .icon .befor,
.ins_serveCon5 .center_box .content .item_box .item.active .icon .befor {
  opacity: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon5 .center_box .content .item_box .item:hover .word,
.ins_serveCon5 .center_box .content .item_box .item.active .word {
  color: var(--text_color);
}
.ins_serveCon5 .center_box .content .swiper_box {
  width: 84.73%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_serveCon5 .center_box .content .swiper_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_serveCon5 .center_box .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .images {
  width: 54.92%;
  flex-shrink: 0;
  clip-path: polygon(16.4% 0%, 100% 0%, 83.6% 100%, 0% 100%);
}
.ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 90.3%;
}
.ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .word_box {
  padding: var(--num_100) var(--num_50);
  padding-left: var(--num_90);
  padding-bottom: var(--num_20);
}
.ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .word_box .t1 {
  font-weight: 600;
}
.ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .word_box .t2 {
  margin-top: var(--num_40);
  line-height: 1.58;
}
.ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .word_box .t3 {
  margin-top: var(--num_35);
  color: var(--active_color);
}
.ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .word_box .t3 span {
  opacity: 0.05;
}
@media (max-width:990px) {
  .ins_serveCon5 {
    padding-bottom: 30px;
  }
  .ins_serveCon5 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .ins_serveCon5 .center_box .content .item_box {
    display: none;
  }
  .ins_serveCon5 .center_box .content .item_box,
  .ins_serveCon5 .center_box .content .swiper_box {
    width: 100%;
    height: auto;
  }
  .ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .images {
    width: 100%;
    height: 100%;
    clip-path: unset !important;
  }
  .ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .images .pb {
    padding-bottom: 50%;
  }
  .ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .word_box {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .ins_serveCon5 .center_box .content .swiper_box ul li .centerInfo .word_box .t3 {
    width: fit-content;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
.ins_serveCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_140);
  overflow: hidden;
}
.ins_serveCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_serveCon6 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: var(--num_70);
  gap: var(--num_120);
}
.ins_serveCon6 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_serveCon6 .center_box .item_box .item .icon {
  width: 40%;
}
.ins_serveCon6 .center_box .item_box .item .word {
  font-size: var(--font24);
  text-align: center;
  margin-top: var(--num_30);
  line-height: 1.66;
}
@media (max-width:990px) {
  .ins_serveCon6 {
    padding-top: 30px;
  }
  .ins_serveCon6 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
  .ins_serveCon6 .center_box .item_box .item {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .ins_serveCon6 .center_box .item_box .item .word {
    font-size: 14px;
  }
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 内容资讯 */
.ins_newCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_110);
  padding-bottom: var(--num_50);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_newCon1 .center_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_newCon1 .center_box .swiper_box {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: var(--border-radius16);
  overflow: hidden;
  box-shadow: 0px 5px 40px 0px rgba(102, 102, 102, 0.12);
}
.ins_newCon1 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .word_box {
  width: 43.47%;
  padding-left: var(--num_100);
  padding-right: var(--num_130);
  padding-top: var(--num_65);
  padding-bottom: var(--num_120);
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .word_box .t1 {
  color: #999999;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .word_box .t2 {
  margin-top: var(--num_15);
  line-height: 1.3;
  height: calc(2em * 1.3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .word_box .t3 {
  margin-top: var(--num_15);
  line-height: 1.714;
  height: calc(4em * 1.714);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .word_box .ins_moreText {
  margin-top: var(--num_40);
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .images {
  width: 56.52%;
  height: auto;
  border-radius: var(--border-radius16);
  overflow: hidden;
}
.ins_newCon1 .center_box .swiper_box ul li .centerInfo .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newCon1 .center_box .idxPageShow {
  position: absolute;
  z-index: 5;
  width: 43.47%;
  height: auto;
  left: 0;
  bottom: var(--num_50);
  padding-left: var(--num_100);
  padding-right: var(--num_130);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width:990px) {
  .ins_newCon1 .center_box .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_newCon1 .center_box .swiper_box ul li .centerInfo .word_box,
  .ins_newCon1 .center_box .swiper_box ul li .centerInfo .images {
    width: 100%;
    height: auto;
  }
  .ins_newCon1 .center_box .swiper_box ul li .centerInfo .word_box {
    padding: 20px;
  }
  .ins_newCon1 .center_box .idxPageShow span {
    background: #FFFFFF;
  }
  .ins_newCon1 .center_box .idxPageShow span.swiper-pagination-bullet-active {
    background: var(--active_color);
  }
}
.ins_newCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  padding-top: var(--num_90);
  padding-bottom: var(--num_95);
  background: #f6f8fc;
}
.ins_newCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .sele_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  --height: clamp(2.5rem, calc(0.962rem + 1.92vw), 3.125rem);
  gap: var(--num_20);
}
.ins_newCon2 .center_box .sele_box .select {
  width: auto;
  height: auto;
}
.ins_newCon2 .center_box .sele_box .select .layui-form-select {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .sele_box .select .layui-form-select .layui-input,
.ins_newCon2 .center_box .sele_box .select .layui-form-select .layui-select,
.ins_newCon2 .center_box .sele_box .select .layui-form-select .layui-textarea {
  min-height: var(--height);
  height: auto;
  width: 188px;
  border: 0;
  border-radius: 100px;
  padding: 0 var(--num_30);
  font-size: var(--font16);
}
.ins_newCon2 .center_box .sele_box .select .layui-form-select .layui-edge {
  background: url(../images/y6.png) no-repeat center;
}
.ins_newCon2 .center_box .sele_box .input {
  width: 330px;
  height: var(--height);
  border-radius: 100px;
  background: #FFFFFF;
  padding: 0 var(--num_30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_25);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newCon2 .center_box .sele_box .input .icon {
  flex-shrink: 0;
}
.ins_newCon2 .center_box .sele_box .input input {
  font-size: var(--font16);
  color: #000000;
  --color: #c6c6c6;
}
.ins_newCon2 .center_box .sele_box .input input::-webkit-input-placeholder,
.ins_newCon2 .center_box .sele_box .input input textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_newCon2 .center_box .sele_box .input input:-moz-placeholder,
.ins_newCon2 .center_box .sele_box .input input textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_newCon2 .center_box .sele_box .input input::-moz-placeholder,
.ins_newCon2 .center_box .sele_box .input input textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_newCon2 .center_box .sele_box .input input:-ms-input-placeholder,
.ins_newCon2 .center_box .sele_box .input input textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_newCon2 .center_box .sele_box .btn_box {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .sele_box .btn_box button {
  min-width: 133px;
  height: var(--height);
  border-radius: 100px;
  background: var(--active_color);
  color: #FFFFFF;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_newCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--num_60);
  margin-top: var(--num_40);
}
.ins_newCon2 .center_box .item_box .item {
  padding: var(--num_30);
  padding-top: var(--num_50);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: var(--border-radius8);
  overflow: hidden;
  cursor: pointer;
}
.ins_newCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_newCon2 .center_box .item_box .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_newCon2 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
}
.ins_newCon2 .center_box .item_box .item .images .pb {
  padding-bottom: 69%;
}
.ins_newCon2 .center_box .item_box .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_newCon2 .center_box .item_box .item .word_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_20);
}
.ins_newCon2 .center_box .item_box .item .word_box .t1 {
  color: var(--text_color);
  font-weight: 500;
  line-height: 1.3;
  height: calc(2em * 1.3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_newCon2 .center_box .item_box .item .word_box .t2 {
  color: var(--text_66666);
  margin-top: var(--num_20);
  line-height: 1.625;
  height: calc(2em * 1.625);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ins_newCon2 .center_box .item_box .item .word_box .ins_moreText {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  margin-top: var(--num_20);
}
.ins_newCon2 .center_box .item_box .item .word_box .ins_moreText .t3 {
  color: var(--text_66666);
}
.ins_newCon2 .center_box .item_box .item:hover {
  box-shadow: 0px 4px 18px 0px rgba(102, 102, 102, 0.11);
}
.ins_newCon2 .center_box .item_box .item:hover::before {
  opacity: 0.6;
}
@media (max-width:990px) {
  .ins_newCon2 {
    padding-top: 20px;
  }
  .ins_newCon2 .center_box .sele_box {
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ins_newCon2 .center_box .sele_box .layui-input,
  .ins_newCon2 .center_box .sele_box .layui-select,
  .ins_newCon2 .center_box .sele_box .layui-textarea {
    width: 100% !important;
  }
  .ins_newCon2 .center_box .sele_box .select {
    width: 100%;
    display: none;
  }
  .ins_newCon2 .center_box .sele_box .btn_box {
    width: auto;
  }
  .ins_newCon2 .center_box .sele_box .btn_box button {
    width: 80px;
    min-width: unset !important;
  }
  .ins_newCon2 .center_box .sele_box .input {
    width: calc(100% - 110px) !important;
  }
  .ins_newCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .ins_newCon2 .center_box .item_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    padding-top: 20px;
    gap: 20px;
  }
  .ins_newCon2 .center_box .item_box .item .images {
    width: 40%;
  }
  .ins_newCon2 .center_box .item_box .item .images .pb {
    padding-bottom: 84%;
  }
  .ins_newCon2 .center_box .item_box .item .word_box {
    width: 60%;
    margin-top: 0;
  }
  .ins_newCon2 .center_box .item_box .item .word_box .t1 {
    height: auto !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 内容资讯详情 */
.newNav {
  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: 9px;
  color: #666666;
}
.newNav a {
  font-size: var(--font14);
  color: var(--text_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.newNav a:hover {
  color: var(--active_color);
}
.newNav i {
  font-size: 12px;
}
.ins_newdataCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_65);
  padding-bottom: var(--num_100);
  overflow: hidden;
}
.ins_newdataCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_newdataCon1 .center_box .ins_title {
  width: 100%;
  height: auto;
  margin-top: var(--num_75);
  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-bottom: var(--num_40);
  position: relative;
  z-index: 1;
}
.ins_newdataCon1 .center_box .ins_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #e5e8eb;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_newdataCon1 .center_box .ins_title .title_box {
  width: 70.14%;
  height: auto;
  padding-right: var(--num_80);
}
.ins_newdataCon1 .center_box .ins_title .title_box .f1 {
  font-size: var(--font26);
  font-weight: 600;
}
.ins_newdataCon1 .center_box .ins_title .title_box .f2 {
  margin-top: var(--num_30);
  color: var(--text_66666);
  display: -webkit-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_25);
}
.ins_newdataCon1 .center_box .ins_title .share {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_25);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_newdataCon1 .center_box .ins_title .share span {
  font-size: var(--font18);
}
.ins_newdataCon1 .center_box .ins_title .share .item {
  width: auto;
  height: auto;
  --width: 38px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_newdataCon1 .center_box .ins_title .share .item .icon {
  width: var(--width);
  height: var(--width);
  background: #e2e4e9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_newdataCon1 .center_box .ins_title .share .item .images {
  position: absolute;
  bottom: calc(100% + 10px);
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_newdataCon1 .center_box .ins_title .share .item:hover .icon {
  background: var(--active_color);
}
.ins_newdataCon1 .center_box .ins_title .share .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.ins_newdataCon1 .center_box .ins_title .share .item:hover .images {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ins_newdataCon1 .center_box .content_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: var(--num_40);
}
.ins_newdataCon1 .center_box .content_box .left_box {
  width: 70.14%;
  padding-right: var(--num_80);
  padding-top: var(--num_40);
}
.ins_newdataCon1 .center_box .content_box .left_box .content {
  width: 100%;
  height: auto;
}
.ins_newdataCon1 .center_box .content_box .left_box .content p {
  font-size: var(--font16);
  line-height: 2.25;
  font-weight: 500;
  color: var(--text_66666);
  min-height: 0.8em;
}
.ins_newdataCon1 .center_box .content_box .left_box .content h1 {
  font-size: var(--font26);
}
.ins_newdataCon1 .center_box .content_box .left_box .content img {
  border-radius: 4px;
  overflow: hidden;
}
.ins_newdataCon1 .center_box .content_box .left_box .menu_info {
  width: 100%;
  height: auto;
  margin-top: var(--num_90);
  border-top: 1px solid #dcdcdc;
}
.ins_newdataCon1 .center_box .content_box .left_box .menu_info .up_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 48px;
  height: clamp(3.75rem, calc(0.673rem + 3.85vw), 5rem);
  border-bottom: 1px solid #dcdcdc;
}
.ins_newdataCon1 .center_box .content_box .left_box .menu_info .up_box .left_b {
  width: 100px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  color: var(--text_color);
}
.ins_newdataCon1 .center_box .content_box .left_box .menu_info .up_box .left_b i {
  font-size: 12px;
}
.ins_newdataCon1 .center_box .content_box .left_box .menu_info .up_box .center {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: var(--font16);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_newdataCon1 .center_box .content_box .left_box .menu_info .up_box .righ_t {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: fit-content;
  font-size: var(--font14);
  color: var(--text_color);
}
.ins_newdataCon1 .center_box .content_box .left_box .menu_info .up_box:hover .center {
  color: var(--active_color);
}
.ins_newdataCon1 .center_box .content_box .left_box .new_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_newdataCon1 .center_box .content_box .left_box .new_more a,
.ins_newdataCon1 .center_box .content_box .left_box .new_more .more {
  width: 100%;
  min-width: 150px;
  min-height: 50px;
  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: var(--active_color);
  padding: 10px var(--num_20);
  border-radius: 100px;
  font-size: var(--font20);
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_newdataCon1 .center_box .content_box .left_box .new_more a:hover,
.ins_newdataCon1 .center_box .content_box .left_box .new_more .more:hover {
  opacity: 0.7;
}
.ins_newdataCon1 .center_box .content_box .right_box {
  width: 29.86%;
  padding-left: var(--num_80);
  padding-top: var(--num_40);
  position: relative;
  z-index: 1;
}
.ins_newdataCon1 .center_box .content_box .right_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_newdataCon1 .center_box .content_box .right_box .name {
  font-size: var(--font24);
  line-height: 1;
  padding-bottom: var(--num_25);
}
.ins_newdataCon1 .center_box .content_box .right_box .item_box {
  width: 100%;
  height: auto;
}
.ins_newdataCon1 .center_box .content_box .right_box .item_box .one {
  width: 100%;
  height: auto;
  padding-top: var(--num_30);
  padding-bottom: var(--num_45);
  display: block;
  border-top: 1px solid #dcdcdc;
}
.ins_newdataCon1 .center_box .content_box .right_box .item_box .one * {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_newdataCon1 .center_box .content_box .right_box .item_box .one .title {
  font-size: var(--font16);
  line-height: 1.5;
  color: var(--text_color);
}
.ins_newdataCon1 .center_box .content_box .right_box .item_box .one .details {
  font-size: 12px;
  opacity: 0.7;
  line-height: 1.5;
  margin-top: 10px;
  color: var(--text_66666);
}
.ins_newdataCon1 .center_box .content_box .right_box .item_box .one .time {
  font-size: 12px;
  margin-top: var(--num_20);
  color: #999999;
}
.ins_newdataCon1 .center_box .content_box .right_box .item_box .one:hover .title,
.ins_newdataCon1 .center_box .content_box .right_box .item_box .one:hover .details,
.ins_newdataCon1 .center_box .content_box .right_box .item_box .one:hover .time {
  color: var(--active_color);
}
@media (max-width:990px) {
  .ins_newdataCon1 .center_box .ins_title .title_box {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .ins_newdataCon1 .center_box .ins_title .share {
    display: none;
  }
  .ins_newdataCon1 .center_box .content_box .right_box {
    display: none;
  }
  .ins_newdataCon1 .center_box .content_box .left_box {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .ins_newdataCon1 .center_box .content_box .left_box .menu_info .up_box .left_b {
    display: none;
  }
  .ins_newdataCon1 .new_more a {
    min-width: 100px !important;
    min-height: 40px !important;
    padding: 15px 7px;
  }
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 视频中心 */
.ins_videoCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_100);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_videoCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_videoCon1 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.ins_videoCon1 .center_box .ins_title .t1 {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_videoCon1 .center_box .ins_title .t1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 3px;
  background: var(--active_color);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(10px);
}
.ins_videoCon1 .center_box .ins_title .input {
  height: 57px;
  min-width: 200px;
  width: 29.44%;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 5px 8px;
  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-left: var(--num_40);
}
.ins_videoCon1 .center_box .ins_title .input input {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  --color: #c6c6c6;
}
.ins_videoCon1 .center_box .ins_title .input input::-webkit-input-placeholder,
.ins_videoCon1 .center_box .ins_title .input input textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_videoCon1 .center_box .ins_title .input input:-moz-placeholder,
.ins_videoCon1 .center_box .ins_title .input input textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_videoCon1 .center_box .ins_title .input input::-moz-placeholder,
.ins_videoCon1 .center_box .ins_title .input input textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_videoCon1 .center_box .ins_title .input input:-ms-input-placeholder,
.ins_videoCon1 .center_box .ins_title .input input textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_videoCon1 .center_box .ins_title .input button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--active_color);
  flex-shrink: 0;
  cursor: pointer;
}
.ins_videoCon1 .center_box .ins_title .input button img {
  filter: brightness(0) invert(1);
}
.ins_videoCon1 .center_box .sele_box {
  width: 100%;
  height: auto;
  padding: var(--num_30);
  background: #FFFFFF;
  margin-top: var(--num_65);
  border-radius: var(--border-radius12);
  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_30);
}
.ins_videoCon1 .center_box .sele_box .item {
  width: 100%;
  height: auto;
}
.ins_videoCon1 .center_box .sele_box .item .icon_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_videoCon1 .center_box .sele_box .item .icon_box .icon {
  flex-shrink: 0;
  width: 8%;
  font-size: var(--font20);
}
.ins_videoCon1 .center_box .sele_box .item .icon_box .one_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_20) 0;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_videoCon1 .center_box .sele_box .item .icon_box .one_box .one {
  font-size: var(--font16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 9px;
  color: var(--text_66666);
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 13.63%;
  padding-left: var(--num_20);
}
.ins_videoCon1 .center_box .sele_box .item .icon_box .one_box .one i {
  font-size: 12px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_videoCon1 .center_box .sele_box .item .icon_box .one_box .one span {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_videoCon1 .center_box .sele_box .item .icon_box .one_box .one.active span {
  text-decoration: underline;
  color: var(--active_color);
}
.ins_videoCon1 .center_box .sele_box .item .icon_box .one_box .one.active i {
  color: var(--active_color);
}
.ins_videoCon1 .center_box .sele_box .item .word_box {
  width: 100%;
  height: auto;
  padding-left: 8%;
  margin-top: var(--num_15);
  display: none;
}
.ins_videoCon1 .center_box .sele_box .item .word_box .tow_box {
  width: 100%;
  height: auto;
  gap: var(--num_15) var(--num_40);
  padding: var(--num_15) var(--num_30);
  display: none;
  background: #f6f8fc;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_videoCon1 .center_box .sele_box .item .word_box .tow_box .tow {
  font-size: var(--font16);
  color: #999999;
}
.ins_videoCon1 .center_box .sele_box .item .word_box .tow_box .tow .layui-form-checkbox[lay-skin=primary] {
  width: auto;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.ins_videoCon1 .center_box .sele_box .item .word_box .tow_box .tow .layui-form-checkbox[lay-skin=primary] i {
  position: relative;
  z-index: 1;
  transform: translateY(-1.5px);
  width: 14px;
  height: 14px;
}
.ins_videoCon1 .center_box .sele_box .item .word_box .tow_box .tow .layui-form-checkbox[lay-skin=primary] > div {
  padding: 0;
  margin-top: 0;
}
.ins_videoCon1 .center_box .sele_box .item .word_box .tow_box .tow .layui-form-checked div {
  color: var(--active_color);
}
.ins_videoCon1 .center_box .sele_box .item .word_box .tow_box.active {
  display: flex !important;
}
.ins_videoCon1 .center_box .selest {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_25);
  margin-top: var(--num_30);
}
.ins_videoCon1 .center_box .selest * {
  font-size: var(--font14);
  color: #999999;
}
.ins_videoCon1 .center_box .selest .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px var(--num_30);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_videoCon1 .center_box .selest .list .one {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_videoCon1 .center_box .selest .list .one i {
  font-size: 12px;
  cursor: pointer;
}
.ins_videoCon1 .center_box .selest .list .one i:hover {
  color: var(--active_color);
}
.ins_videoCon1 .center_box .selest .list .one:last-child {
  cursor: pointer;
}
.ins_videoCon1 .center_box .selest .list .one:last-child:hover {
  color: var(--active_color);
}
.ins_videoCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 var(--num_40);
  margin-top: var(--num_25);
}
.ins_videoCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: var(--border-radius10);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_videoCon1 .center_box .item_box .item .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius10);
  overflow: hidden;
}
.ins_videoCon1 .center_box .item_box .item .images .pb {
  padding-bottom: 56%;
}
.ins_videoCon1 .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_videoCon1 .center_box .item_box .item .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_videoCon1 .center_box .item_box .item .images .pb .ab .icon {
  width: auto;
  height: auto;
  position: absolute;
  transform: scale(0.8);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 3;
}
.ins_videoCon1 .center_box .item_box .item .word_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_15);
  padding-bottom: var(--num_70);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_videoCon1 .center_box .item_box .item .word_box .t1 {
  font-size: var(--font18);
  color: var(--text_66666);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: calc(1em * 1.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}
.ins_videoCon1 .center_box .item_box .item .word_box .t2 {
  margin-top: var(--num_15);
  font-size: var(--font14);
  color: var(--text_66666);
  line-height: 1.3;
  position: absolute;
  bottom: var(--num_30);
  height: calc(1em * 1.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.ins_videoCon1 .center_box .item_box .item:hover {
  transform: scale(1.1);
  background: #FFFFFF;
  z-index: 2;
  box-shadow: 0px 5px 18px 0px rgba(36, 36, 36, 0.14);
}
.ins_videoCon1 .center_box .item_box .item:hover .word_box {
  padding: 0 var(--num_30);
  padding-bottom: var(--num_70);
}
.ins_videoCon1 .center_box .item_box .item:hover .word_box .t1 {
  color: var(--text_color);
  font-size: var(--font20);
}
.ins_videoCon1 .center_box .item_box .item:hover .word_box .t2 {
  opacity: 1;
}
.ins_videoCon1 .center_box .item_box .item:hover .icon {
  opacity: 1 !important;
}
.ins_videoCon1 .center_box .pager_box {
  margin-top: var(--num_70);
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 产品ESL */
.ins_aboutCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_150);
  padding-bottom: var(--num_50);
  overflow: hidden;
  background: none;
}
.ins_aboutCon1 .wrap-box {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .wrap-box .wrap-left {
  width: 45.13%;
}
.ins_aboutCon1 .wrap-box .wrap-left .ins_title .f2 {
  font-weight: 600;
  margin-top: var(--num_50);
}
.ins_aboutCon1 .wrap-box .wrap-left .list_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_30);
  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_30);
}
.ins_aboutCon1 .wrap-box .wrap-left .list_box .one {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  padding-bottom: var(--num_30);
  border-bottom: 1px solid #e5e5e5;
}
.ins_aboutCon1 .wrap-box .wrap-left .list_box .one:last-child {
  padding-bottom: 0;
  border: 0;
}
@media (max-width:990px) {
  .ins_aboutCon1 {
    padding: 50px 0;
  }
  .ins_aboutCon1 .wrap-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutCon1 .wrap-box .wrap-left {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
.ins_aboutCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_50);
  padding-bottom: var(--num_140);
  overflow: hidden;
}
.ins_aboutCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--num_20);
  margin-top: var(--num_50);
}
.ins_aboutCon2 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: var(--num_30);
  border-radius: var(--border-radius16);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #e5e5e5;
}
.ins_aboutCon2 .center_box .item_box .item .icon {
  width: clamp(1.875rem, calc(-0.587rem + 3.08vw), 2.875rem);
  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;
}
.ins_aboutCon2 .center_box .item_box .item .icon img {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon2 .center_box .item_box .item .icon .befor {
  opacity: 0;
  position: absolute;
}
.ins_aboutCon2 .center_box .item_box .item .word {
  font-size: var(--font22);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: var(--num_65);
}
.ins_aboutCon2 .center_box .item_box .item .word .t1,
.ins_aboutCon2 .center_box .item_box .item .word .t2 {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon2 .center_box .item_box .item .word .t1 {
  font-weight: 600;
}
.ins_aboutCon2 .center_box .item_box .item .word .t2 {
  margin-top: var(--num_15);
  color: var(--text_66666);
}
.ins_aboutCon2 .center_box .item_box .item:hover {
  background: var(--active_color);
  border: 1px solid var(--active_color);
}
.ins_aboutCon2 .center_box .item_box .item:hover .icon .after {
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon2 .center_box .item_box .item:hover .icon .befor {
  opacity: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon2 .center_box .item_box .item:hover .t1,
.ins_aboutCon2 .center_box .item_box .item:hover .t2 {
  color: #FFFFFF !important;
}
@media (max-width:990px) {
  .ins_aboutCon2 {
    padding-bottom: 50px;
  }
  .ins_aboutCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_aboutCon2 .center_box .item_box .item {
    flex-direction: row;
    gap: 30px;
    padding: 20px;
  }
  .ins_aboutCon2 .center_box .item_box .item .word {
    margin-top: 0;
  }
}
.ins_aboutCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_140);
  padding-bottom: var(--num_60);
  overflow: hidden;
  background: #f6f7f9;
}
.ins_aboutCon3 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutCon3 .center_box .left_box {
  width: 17.569%;
  flex-shrink: 0;
}
.ins_aboutCon3 .center_box .left_box .swiper_info {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-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;
  overflow: hidden;
  margin-top: var(--num_70);
}
.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item {
  width: 100%;
  height: 100px;
  /*transform: translateY(-40%);*/
}
.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li {
  width: 100%;
  height: auto;
  pointer-events: initial;
}
.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li .centerInfo {
  font-size: var(--font40);
  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;
  /*transform: translateY(500%);*/
  font-weight: 600;
  cursor: pointer;
  /*opacity: 0;*/
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.1;
}
.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li .centerInfo:hover {
  color: var(--active_color);
}
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper_sl {*/
/*  opacity: 1 !important;*/
/*}*/
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper_sl .centerInfo {*/
/*  transform: translateY(180%);*/
/*  opacity: 0.1;*/
/*}*/
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper_ne {*/
/*  opacity: 1 !important;*/
/*}*/
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper_ne .centerInfo {*/
/*  transform: translateY(-180%);*/
  /*opacity: 0.1;*/
/*  opacity: 0;*/
/*}*/
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper_sla .centerInfo {*/
/*  transform: translateY(240%);*/
/*  opacity: 0;*/
/*}*/
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper_nea .centerInfo {*/
/*  transform: translateY(-240%);*/
/*  opacity: 0;*/
/*}*/
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper-slide-prev {*/
/*  opacity: 1 !important;*/
/*}*/
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper-slide-prev .centerInfo {*/
/*  transform: translateY(-100%);*/
/*  opacity: 0.2;*/
/*}*/
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper-slide-next {*/
/*  opacity: 1 !important;*/
/*}*/
/*.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper-slide-next .centerInfo {*/
/*  transform: translateY(100%);*/
/*  opacity: 0.2;*/
/*}*/
.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper-slide-active .centerInfo {
  font-size: 80px;
  color: var(--active_color);
  font-weight: 600;
  line-height: 1;
  transform: translateY(0%);
  opacity: 1;
}


.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper-slide-prev .centerInfo { opacity: 0.5; }
.ins_aboutCon3 .center_box .left_box .swiper_info .swiper_item ul li.swiper-slide-next .centerInfo { opacity: 0.5; }
.ins_aboutCon3 .center_box .right_box {
  width: 77.083%;
  padding: var(--num_80);
  background: #FFFFFF;
  border-radius: var(--border-radius20);
  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_aboutCon3 .center_box .right_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutCon3 .center_box .right_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .right_box .swiper_box ul li .number {
  font-size: var(--font50);
  padding-bottom: var(--num_40);
  color: var(--active_color);
  font-weight: 600;
}
.ins_aboutCon3 .center_box .right_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--num_20);
  font-size: var(--font16);
}
.ins_aboutCon3 .center_box .right_box .swiper_box ul li .centerInfo p {
  position: relative;
  z-index: 1;
  padding-left: 11px;
}
.ins_aboutCon3 .center_box .right_box .swiper_box ul li .centerInfo p::after {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--active_color);
  border-radius: 100px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon3 .center_box .right_box .word {
  flex-shrink: 0;
  writing-mode: vertical-rl;
  opacity: 0.07;
}
@media (max-width:990px) {
  .ins_aboutCon3 .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .ins_aboutCon3 .center_box .left_box,
  .ins_aboutCon3 .center_box .right_box {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon3 .center_box .left_box .swiper_info {
    display: none;
  }
  .ins_aboutCon3 .center_box .right_box {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutCon3 .center_box .right_box .word {
    display: none;
  }
}
.ins_aboutCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_50);
  overflow: hidden;
  background: #f6f7f9;
}
.ins_aboutCon4 .center_box {
  width: 100%;
  height: auto;
  padding-bottom: var(--num_100);
  overflow: hidden;
}
.ins_aboutCon4 .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;
}
.ins_aboutCon4 .center_box .ins_title .item_box {
  width: fit-content;
  height: auto;
  padding: 8px var(--num_30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: var(--num_30);
  background: #ddf1f5;
  border-radius: 100px;
  padding: 4px;
}
.ins_aboutCon4 .center_box .ins_title .item_box .item {
  min-width: clamp(6.875rem, calc( -19.279rem + 32.69vw), 17.5rem);
  height: clamp(2.5rem, calc(0.962rem + 1.92vw), 3.125rem);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon4 .center_box .ins_title .item_box .item.active {
  background: #00c0d1;
  color: #FFFFFF !important;
}
.ins_aboutCon4 .center_box .ins_title .item_box .item:hover {
  color: var(--active_color);
}
.ins_aboutCon4 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_90);
}
.ins_aboutCon4 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 1;
}
.ins_aboutCon4 .center_box .swiper_box ul li.swiper-slide-active {
  opacity: 1;
  z-index: 10;
}
.ins_aboutCon4 .center_box .swiper_box .swiper_son {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .swiper_box .swiper_son .swiper-wrapper {
  -webkit-transition-duration: 2500ms;
  transition-duration: 2500ms;
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ins_aboutCon4 .center_box .swiper_box .swiper_son .centerInfo {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon4 .center_box .swiper_box .swiper_son .centerInfo .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_aboutCon4 .center_box .swiper_box .swiper_son .centerInfo .images .pb {
  padding-bottom: 108.4%;
}
.ins_aboutCon4 .center_box .swiper_box .swiper_son .centerInfo .word {
  font-size: var(--font20);
  font-weight: 500;
  margin-top: var(--num_20);
  text-align: center;
}
.ins_aboutCon4 .center_box .swiper_box .swiper_son .swiper-slide:nth-child(2n) .centerInfo {
  transform: translateY(22.3%);
}
@media (max-width:990px) {
  .ins_aboutCon4 .center_box .swiper_box {
    margin-top: 20px;
  }
  .ins_aboutCon4 .center_box .swiper_box ul li .swiper_son .centerInfo {
    transform: translateY(0) !important;
  }
  .ins_aboutCon4 .center_box .swiper_box ul li .swiper_son .centerInfo .word {
    font-size: var(--font28) !important;
  }
}
.ins_aboutCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_60);
  overflow: hidden;
}
.ins_aboutCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon5 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutCon5 .center_box .ins_title .item_box {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: var(--num_30);
}
.ins_aboutCon5 .center_box .ins_title .item_box .item {
  width: auto;
  padding: 8px var(--num_30);
  height: 40px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font14);
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon5 .center_box .ins_title .item_box .item.active {
  background: #00c0d1;
  color: #FFFFFF !important;
}
.ins_aboutCon5 .center_box .ins_title .item_box .item:hover {
  color: var(--active_color);
}
.ins_aboutCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_35);
}
.ins_aboutCon5 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon5 .center_box .swiper_box ul li.swiper-slide-active {
  opacity: 1;
}
.ins_aboutCon5 .center_box .swiper_box .swiper_son {
  width: 100%;
  height: auto;
}
.ins_aboutCon5 .center_box .swiper_box .swiper_son .swiper-wrapper {
  transition-timing-function: linear !important;
}
.ins_aboutCon5 .center_box .swiper_box .swiper_son .centerInfo {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_aboutCon5 .center_box .swiper_box .swiper_son .centerInfo .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius20);
  overflow: hidden;
  border: 1px solid #e8e9ea;
}
.ins_aboutCon5 .center_box .swiper_box .swiper_son .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_aboutCon5 .center_box .swiper_box .swiper_son .centerInfo .images .pb .ab img {
  max-width: 80%;
  max-height: 80%;
}
.ins_aboutCon5 .center_box .swiper_box .swiper_son .centerInfo .word {
  font-size: var(--font18);
  margin-top: var(--num_20);
  text-align: center;
}
.ins_aboutCon5 .center_box .swiper_box .pagerScroll {
  margin-top: var(--num_70);
  position: relative;
  z-index: 10;
}
.ins_aboutCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_50);
  padding-bottom: var(--num_100);
  overflow: hidden;
}
.ins_aboutCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon6 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
}
.ins_aboutCon6 .center_box .swiper_box ul {
  transition-timing-function: linear !important;
}
.ins_aboutCon6 .center_box .swiper_box .centerInfo {
  width: auto;
  height: auto;
  background: #f6f7f9;
  border-radius: 100px;
  overflow: hidden;
}
.ins_aboutCon6 .center_box .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_contactCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_100);
  padding-bottom: var(--num_60);
  overflow: hidden;
}
.ins_contactCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--num_20);
  margin-top: var(--num_40);
}
.ins_contactCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.ins_contactCon1 .center_box .item_box .item .layui-input,
.ins_contactCon1 .center_box .item_box .item .layui-select,
.ins_contactCon1 .center_box .item_box .item .layui-textarea {
  background-color: #f4f4f4 !important;
  border: 0 !important;
  min-height: clamp(2.5rem, calc(-0.577rem + 3.85vw), 3.75rem);
  font-size: var(--font16);
  padding: var(--num_20);
  --color: #666666;
}
.ins_contactCon1 .center_box .item_box .item .layui-input::-webkit-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-select::-webkit-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-textarea::-webkit-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-input textarea::-webkit-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-select textarea::-webkit-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-textarea textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_contactCon1 .center_box .item_box .item .layui-input:-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-select:-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-textarea:-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-input textarea:-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-select textarea:-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-textarea textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_contactCon1 .center_box .item_box .item .layui-input::-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-select::-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-textarea::-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-input textarea::-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-select textarea::-moz-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-textarea textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_contactCon1 .center_box .item_box .item .layui-input:-ms-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-select:-ms-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-textarea:-ms-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-input textarea:-ms-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-select textarea:-ms-input-placeholder,
.ins_contactCon1 .center_box .item_box .item .layui-textarea textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_contactCon1 .center_box .item_box .item .layui-input *,
.ins_contactCon1 .center_box .item_box .item .layui-select *,
.ins_contactCon1 .center_box .item_box .item .layui-textarea * {
  font-size: var(--font16);
}
.ins_contactCon1 .center_box .item_box .item .layui-textarea {
  min-height: 162px;
}
.ins_contactCon1 .center_box .item_box .grid_3 {
  grid-column: span 3;
}
.ins_contactCon1 .center_box .item_box .grid_2 {
  grid-column: span 2;
}
.ins_contactCon1 .center_box .item_box .last {
  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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ins_contactCon1 .center_box .item_box .last .one {
  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: 10px;
  flex-shrink: 0;
}
.ins_contactCon1 .center_box .item_box .last .one input {
  width: 240px;
  border-radius: 100px;
  max-width: 50%;
}
.ins_contactCon1 .center_box .item_box .last .one .icon {
  width: auto;
  height: clamp(2.5rem, calc(-0.577rem + 3.85vw), 3.75rem);
  border-radius: 100px;
  overflow: hidden;
}
.ins_contactCon1 .center_box .item_box .last .one .icon img {
  width: 100%;
  height: auto;
}
.ins_contactCon1 .center_box .item_box .last .input {
  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;
  gap: var(--num_20);
}
.ins_contactCon1 .center_box .item_box .last .input span {
  font-size: var(--font16);
}
.ins_contactCon1 .center_box .item_box .last .input a {
  color: red;
}
.ins_contactCon1 .center_box .item_box .last .input button {
  padding: 10px var(--num_85);
  height: auto;
  background: var(--active_color);
  font-size: var(--font20);
  color: #FFFFFF;
  border-radius: 100px;
}
@media (max-width:990px) {
  .ins_contactCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ins_contactCon1 .center_box .item_box .grid_3 {
    grid-column: span 2;
  }
  .ins_contactCon1 .center_box .item_box .grid_2 {
    grid-column: span 2;
  }
  .ins_contactCon1 .center_box .item_box .last .input {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_contactCon1 .center_box .item_box .last .input button {
    padding: 5px 12px;
    min-height: 40px;
    width: 100px;
  }
}
.ins_contactCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_50);
  padding-bottom: var(--num_100);
  overflow: hidden;
}
.ins_contactCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: var(--num_85);
}
.ins_contactCon2 .center_box .item_box .item {
  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_45);
}
.ins_contactCon2 .center_box .item_box .item .images {
  width: auto;
  height: auto;
  box-shadow: 0px 0px 9px 0px rgba(172, 172, 172, 0.35);
}
.ins_contactCon2 .center_box .item_box .item .word_box {
  width: auto;
  height: auto;
}
.ins_contactCon2 .center_box .item_box .item .word_box .icon {
  width: fit-content;
  height: auto;
  background: var(--active_color);
  border-radius: 50%;
}
.ins_contactCon2 .center_box .item_box .item .word_box .t1 {
  font-size: 12px;
  margin-top: var(--num_20);
  color: var(--text_66666);
}
.ins_contactCon2 .center_box .item_box .item .word_box .t2 {
  font-size: 14px;
  margin-top: 5px;
}
.ins_contactCon2 .center_box .item_box .line {
  width: 1px;
  height: auto;
  background: #dcdcdc;
}
.ins_contactCon2 .center_box .list_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: var(--num_130);
  margin-top: var(--num_110);
}
.ins_contactCon2 .center_box .list_box .item {
  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_40);
}
.ins_contactCon2 .center_box .list_box .item .images {
  width: auto;
  height: auto;
}
.ins_contactCon2 .center_box .list_box .item .line {
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}
.ins_contactCon2 .center_box .list_box .item .word_box {
  width: auto;
  height: auto;
}
.ins_contactCon2 .center_box .list_box .item .word_box .t1 {
  font-size: 12px;
  color: var(--text_66666);
}
.ins_contactCon2 .center_box .list_box .item .word_box .t2 {
  font-size: 14px;
  margin-top: 5px;
}
@media (max-width:990px) {
  .ins_contactCon2 .center_box .item_box,
  .ins_contactCon2 .center_box .list_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ins_contactCon2 .center_box .item_box .line,
  .ins_contactCon2 .center_box .list_box .line {
    display: none;
  }
  .ins_contactCon2 .center_box .item_box .item,
  .ins_contactCon2 .center_box .list_box .item {
    width: 100%;
    height: auto;
  }
  .ins_contactCon2 .center_box .item_box .item .images,
  .ins_contactCon2 .center_box .list_box .item .images {
    width: 40%;
  }
  .ins_contactCon2 .center_box .item_box .item .word_box .t1,
  .ins_contactCon2 .center_box .list_box .item .word_box .t1 {
    margin-top: 0;
  }
  .ins_contactCon2 .center_box .item_box .item .word_box .icon,
  .ins_contactCon2 .center_box .list_box .item .word_box .icon {
    display: none;
  }
}
.ins_contactCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_90);
  padding-bottom: var(--num_50);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_contactCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: var(--num_40);
  gap: var(--num_40) var(--num_80);
}
.ins_contactCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--num_25);
  padding: var(--num_65) var(--num_60);
  padding-bottom: var(--num_55);
  background: #FFFFFF;
  border-radius: var(--border-radius20);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_contactCon3 .center_box .item_box .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: var(--num_25) var(--num_15);
  width: 38.5%;
  flex-shrink: 0;
}
.ins_contactCon3 .center_box .item_box .item .icon .img {
  max-width: calc(50% - (var(--num_15) / 2));
}
.ins_contactCon3 .center_box .item_box .item .line {
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}
.ins_contactCon3 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
}
.ins_contactCon3 .center_box .item_box .item .word .t1 {
  word-break: break-all;
}
.ins_contactCon3 .center_box .item_box .item .word .t2 {
  margin-top: var(--num_15);
  font-weight: 600;
}
@media (max-width:990px) {
  .ins_contactCon3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ins_contactCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: var(--num_50);
  padding-bottom: var(--num_100);
  overflow: hidden;
  background: #f6f8fc;
}
.ins_contactCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_contactCon4 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #FFFFFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: var(--num_45);
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.ins_contactCon4 .center_box .content .word_box {
  width: 46.875%;
  padding: var(--num_60) var(--num_50);
}
.ins_contactCon4 .center_box .content .word_box .list {
  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: var(--num_25);
  margin-top: var(--num_45);
}
.ins_contactCon4 .center_box .content .word_box .list .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.ins_contactCon4 .center_box .content .word_box .list .one .icon {
  flex-shrink: 0;
  width: clamp(1.125rem, calc(-0.567rem + 2.12vw), 1.813rem);
}
.ins_contactCon4 .center_box .content .word_box .list .one .word {
  font-size: var(--font22);
  color: #666666;
}
.ins_contactCon4 .center_box .content .images {
  width: 53.125%;
  border-radius: var(--border-radius20);
}
.ins_contactCon4 .center_box .content .images img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_contactCon4 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_contactCon4 .center_box .content .word_box,
  .ins_contactCon4 .center_box .content .images {
    width: 100%;
    height: auto;
  }
}
/* -------------------------------------------------------  */
/* ------------------------------------------------------- 产品ESL */
.message_box {
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.message_box .center_box {
  width: 100%;
  height: auto;
  max-width: 86.66%;
  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;
}
.message_box .center_box .images {
  width: 50.72%;
}
.message_box .center_box .word_box {
  width: 45.19%;
  padding-right: var(--num_120);
}
.message_box .center_box .word_box .t1 {
  margin-top: var(--num_100);
}
.message_box .center_box .word_box .more {
  margin-top: var(--num_30);
}
.message_box .center_box .word_box .more a {
  width: fit-content;
  padding: var(--num_15) var(--num_55);
  background: var(--active_color);
  border-radius: var(--border-radius8);
  font-size: var(--font24);
  color: #FFFFFF;
  line-height: 1;
}
.message_box .center_box .word_box .img {
  margin-top: var(--num_40);
}
.message_box .center_box .word_box .t2 {
  margin-top: var(--num_40);
}
.message_box .center_box .word_box .t2 span {
  color: var(--active_color);
}
#header .header-pc .header-wrap .head-right .column .head_language { 
    position: relative; }

#header .header-pc .header-wrap .head-right .column .head_language .language_flag {
  width: max-content;
  height: auto;
  position: absolute;
  top: calc(100% + 10px);
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: var(--border-radius10);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#header .header-pc .header-wrap .head-right .column .head_language .language_flag a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .header-pc .header-wrap .head-right .column .head_language .language_flag a img {
  width: 30px;
  min-width: 25px;
  height: auto;
  object-fit: cover;
}
#header .header-pc .header-wrap .head-right .column .head_language .language_flag a span {
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
}
#header .header-pc .header-wrap .head-right .column .head_language .language_flag a:hover span {
  color: var(--active_color);
}
#header .header-pc .header-wrap .head-right .column .head_language:hover .language_flag {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#header .header-pc .header-wrap .public_nav .product_nav .cont_box .tow .thre .images .pb {
  /*border: 1px solid #e5e5e5;*/
}
#header .header-pc .header-wrap .public_nav .product_nav .cont_box .tow .thre .images .pb .ab {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*padding: 10px;*/
}
/* -------------------------------------------------------  */
* { scrollbar-color: #00c0d1 #d4d6d7; scrollbar-width: thin; }
.index-swiper .hero-info .hero-info-wrapper,
.index-swiper .hero-info .hero-info-wrapper .hero-info-head,
.index-swiper .hero-info .hero-info-wrapper .hero-info-title,
.index-products .index-products-slide .slide-box .img img {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-swiper .hero-info .hero-info-wrapper:hover { background: #00c0d1; }
.index-swiper .hero-info .hero-info-wrapper:hover .hero-info-head,
.index-swiper .hero-info .hero-info-wrapper:hover .hero-info-title{ color: #FFFFFF;  }
.index-swiper .hero-info .hero-info-wrapper:hover .btn-container .more-primary { background: #FFFFFF; }
.index-swiper .hero-info .hero-info-wrapper .btn-container .more-primary:hover { border: 1px solid #FFFFFF; } 
.navbar-communication .kefu-box .item { display: none; }
.navbar-communication .kefu-box .item:last-child { display: block !important; }
.navbar-communication .kefu-box .item .public-scrollTop-box .public-scrollTop .public-box{ width: 30px; height: 30px; }
.navbar-communication .kefu-box { bottom: 30px; }
.ins_aboutCon6 .center_box .swiper_box .centerInfo .pb .ab img {  max-width: 59%; max-height: 38%; }
.index-products .index-products-slide .slide-box .img img:hover { transform: scale(1.03); }







/*#header .header-pc .header-wrap .public_nav {*/
/*  display: none !important;*/
/*}*/
#header .header-pc .header-wrap .publicBox {
  width: fit-content;
  height: auto;
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  padding: 20px;
  line-height: 2;
  font-size: var(--font16);
  display: none;
}
#header .header-pc .header-wrap .publicBox .towBox {
  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: 5px;
}
#header .header-pc .header-wrap .publicBox .tow {
  color: #333333;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .publicBox .tow:hover,
#header .header-pc .header-wrap .publicBox .tow.active {
  color: #00c0d1;
}


















