* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input,
textarea {
  border: none;
  resize: none;
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.fszero h1 {
  margin: 0;
}
[lang=zh-CN] .share-cn {
  display: block;
}
[lang=zh-CN] .share-other {
  display: none;
}
.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
@-ms-viewport {
  width: auto !important;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
select,
button,
input,
textarea {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none !important;
}
img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.table-box {
  font-size: var(--16);
  line-height: calc(24 / 16);
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}
.table-box table td,
.table-box table th {
  padding: var(--d13) var(--d20);
  border: 1px solid #F6F7F8;
}
.table-box table tr {
  background-color: #fff;
}
.table-box table tr td:first-child {
  text-align: left;
  background-color: #FAFDFF;
}
.table-box table.rowspan1 tr:first-child,
.table-box table.rowspan2 tr:nth-child(1),
.table-box table.rowspan2 tr:nth-child(2),
.table-box table.rowspan3 tr:first-child,
.table-box table.rowspan3 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(3),
.table-box table.rowspan4 tr:first-child,
.table-box table.rowspan4 tr:nth-child(2),
.table-box table.rowspan4 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(4),
.table-box table.rowspan5 tr:first-child,
.table-box table.rowspan5 tr:nth-child(2),
.table-box table.rowspan5 tr:nth-child(3),
.table-box table.rowspan5 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(5) {
  background-color: #D9D9D9;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .table-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
label {
  width: 100%;
  height: 100%;
}
.box-follow .img-box > img {
  height: auto;
}
.box-follow iframe[src=''],
.box-follow iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.box-follow iframe[src=''] + img,
.box-follow iframe[data-src=''] + img {
  display: block !important;
}
.tranlanguage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.tranlanguage p {
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .tranlanguage p {
    font-size: 14px;
  }
}
.tranlanguage p img {
  width: 24px;
  margin-right: 10px;
}
.tranlanguage p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
}
.tranlanguage ul {
  position: absolute;
  min-width: 100%;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
  padding: 10px 0;
}
.tranlanguage ul li a {
  display: block;
  padding: 10px 10px;
}
.tranlanguage ul li a img {
  width: 30px;
  object-fit: cover;
}
.fancybox-slide--iframe .fancybox-content {
  min-width: 80vw;
  min-height: 80vh;
}
.swiper-re {
  position: relative !important;
}
.swiper-action {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  z-index: 10 !important;
}
.swiper-initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}
body {
  font-family: 'MonaSans', 'Microsoft YaHei UI', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #424E61;
  color: #424E61;
  background-color: #fff;
}
@font-face {
  font-family: 'MonaSans';
  font-weight: 400;
  font-style: normal;
  src: local('MonaSans Regular'), local('MonaSans-Regular'), url('../../app/fonts/MonaSans-Regular.ttf') format('woff2'), url('../../app/fonts/MonaSans-Regular.woff') format('woff'), url('../../app/fonts/MonaSans-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'MonaSans';
  font-weight: 500;
  font-style: normal;
  src: local('MonaSans Medium'), local('MonaSans-Medium'), url('../../app/fonts/MonaSans-Medium.woff2') format('woff2'), url('../../app/fonts/MonaSans-Medium.woff') format('woff'), url('../../app/fonts/MonaSans-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'MonaSans';
  font-weight: 600;
  font-style: normal;
  src: local('MonaSans SemiBold'), local('MonaSans-SemiBold'), url('../../app/fonts/MonaSans-SemiBold.woff2') format('woff2'), url('../../app/fonts/MonaSans-SemiBold.woff') format('woff'), url('../../app/fonts/MonaSans-SemiBold.ttf') format('truetype');
  font-display: swap;
}
i {
  line-height: 1;
}
.container {
  max-width: 1650px;
  padding: 0;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1650px) / 2);
  --c: #0553DD;
  --c2: #2B6A4D;
  --c3: #202733;
  --g210: 13.125rem;
  --g152: 9.5rem;
  --g104: 6.5rem;
  --g94: 5.875rem;
  --g86: 5.375rem;
  --g80: 5rem;
  --g70: 4.375rem;
  --g64: 4rem;
  --g50: 3.125rem;
  --g48: 3rem;
  --g40: 2.5rem;
  --g24: 1.5rem;
  --g20: 1.25rem;
  --g18: 1.125rem;
  --g16: 1rem;
  --g10: 0.625rem;
  --r150: 150px;
  --r136: 136px;
  --r120: 120px;
  --r110: 110px;
  --r100: 100px;
  --r85: 85px;
  --r80: 80px;
  --r72: 72px;
  --r70: 70px;
  --r68: 68px;
  --r64: 64px;
  --r60: 60px;
  --r58: 58px;
  --r56: 56px;
  --r52: 52px;
  --r50: 50px;
  --r48: 48px;
  --r46: 46px;
  --r45: 45px;
  --r44: 44px;
  --r42: 42px;
  --r40: 40px;
  --r38: 38px;
  --r36: 36px;
  --r34: 34px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d300: 300px;
  --d286: 286px;
  --d260: 260px;
  --d243: 243px;
  --d225: 225px;
  --d212: 212px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d183: 183px;
  --d180: 180px;
  --d176: 176px;
  --d170: 170px;
  --d166: 166px;
  --d164: 164px;
  --d160: 160px;
  --d158: 158px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d138: 138px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d95: 95px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d65: 65px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d42: 42px;
  --d40: 40px;
  --d38: 38px;
  --d36: 36px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d19: 19px;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d13: 13px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --162: 162px;
  --154: 154px;
  --128: 128px;
  --110: 110px;
  --100: 100px;
  --96: 96px;
  --92: 92px;
  --90: 90px;
  --86: 86px;
  --80: 80px;
  --78: 78px;
  --76: 76px;
  --75: 75px;
  --72: 72px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --62: 62px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --54: 54px;
  --52: 52px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --45: 45px;
  --44: 44px;
  --42: 42px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --25: 25px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --19: 19px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  :root {
    --p: calc((100vw - 1480px) / 2);
    --g210: 6.125rem;
    --r136: 120px;
    --r48: 40px;
    --r44: 40px;
    --70: 60px;
    --68: 60px;
    --36: 35px;
    --24: 20px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --g210: 4.125rem;
    --g104: 4.5rem;
    --g86: 4.375rem;
    --g70: 3.375rem;
    --r150: 100px;
    --r136: 90px;
    --r110: 90px;
    --r100: 80px;
    --r85: 75px;
    --r70: 60px;
    --r64: 60px;
    --r60: 55px;
    --r58: 50px;
    --r56: 50px;
    --r48: 35px;
    --r44: 30px;
    --d700: 600px;
    --d376: 300px;
    --d357: 285px;
    --d330: 270px;
    --d300: 250px;
    --d260: 150px;
    --d243: 150px;
    --d225: 150px;
    --d212: 150px;
    --d208: 150px;
    --d200: 120px;
    --d190: 110px;
    --d185: 110px;
    --d183: 110px;
    --d180: 110px;
    --d176: 110px;
    --d170: 110px;
    --d166: 100px;
    --d168: 100px;
    --d162: 100px;
    --d164: 100px;
    --d160: 100px;
    --d158: 100px;
    --d155: 100px;
    --d150: 100px;
    --d147: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d128: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d115: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d95: 70px;
    --d90: 70px;
    --d88: 65px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d72: 50px;
    --d70: 50px;
    --d68: 40px;
    --d66: 40px;
    --d64: 40px;
    --d62: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d54: 35px;
    --d52: 30px;
    --d50: 30px;
    --d46: 30px;
    --d45: 30px;
    --d44: 30px;
    --d42: 30px;
    --d40: 30px;
    --d38: 30px;
    --d34: 24px;
    --d36: 24px;
    --d35: 24px;
    --d32: 24px;
    --d30: 24px;
    --d28: 20px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d17: 10px;
    --d16: 10px;
    --d12: 8px;
    --128: 100px;
    --120: 100px;
    --110: 70px;
    --100: 70px;
    --96: 70px;
    --90: 75px;
    --86: 65px;
    --80: 65px;
    --75: 65px;
    --72: 65px;
    --70: 52px;
    --68: 52px;
    --66: 60px;
    --64: 54px;
    --62: 52px;
    --60: 50px;
    --58: 48px;
    --56: 45px;
    --54: 42px;
    --52: 42px;
    --50: 38px;
    --48: 38px;
    --46: 36px;
    --45: 36px;
    --44: 36px;
    --42: 36px;
    --38: 34px;
    --36: 30px;
    --34: 30px;
    --32: 30px;
    --30: 28px;
    --28: 26px;
    --26: 22px;
    --24: 20px;
    --20: 18px;
    --19: 18px;
    --18: 16px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1rem;
  }
  .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --g210: 5.125rem;
    --g104: 2.5rem;
    --g86: 2.375rem;
    --g80: 3rem;
    --g70: 2.175rem;
    --g50: 2rem;
    --g40: 1.5rem;
    --r136: 80px;
    --r110: 80px;
    --r100: 70px;
    --r85: 65px;
    --r70: 55px;
    --r64: 50px;
    --r60: 50px;
    --r56: 50px;
    --r52: 50px;
    --r50: 45px;
    --r46: 40px;
    --r44: 40px;
    --r40: 35px;
    --r38: 30px;
    --d700: 450px;
    --d376: 220px;
    --d357: 205px;
    --d330: 205px;
    --d300: 205px;
    --d260: 100px;
    --d243: 100px;
    --d225: 100px;
    --d212: 100px;
    --d208: 80px;
    --d200: 80px;
    --d190: 80px;
    --d185: 80px;
    --d183: 80px;
    --d180: 80px;
    --d176: 80px;
    --d170: 80px;
    --d168: 75px;
    --d166: 75px;
    --d162: 75px;
    --d164: 75px;
    --d160: 75px;
    --d158: 75px;
    --d155: 75px;
    --d150: 70px;
    --d147: 70px;
    --d145: 70px;
    --d140: 60px;
    --d138: 60px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d95: 40px;
    --d93: 40px;
    --d90: 40px;
    --d88: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d72: 30px;
    --d70: 30px;
    --d68: 30px;
    --d65: 30px;
    --d62: 30px;
    --d56: 25px;
    --d55: 25px;
    --d54: 28px;
    --d48: 30px;
    --d42: 30px;
    --d40: 20px;
    --d38: 20px;
    --d36: 18px;
    --d32: 18px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d12: 10px;
    --160: 80px;
    --128: 80px;
    --120: 66px;
    --100: 60px;
    --96: 60px;
    --90: 66px;
    --86: 55px;
    --75: 50px;
    --72: 50px;
    --70: 50px;
    --68: 46px;
    --66: 50px;
    --65: 50px;
    --64: 46px;
    --62: 46px;
    --60: 45px;
    --58: 38px;
    --56: 38px;
    --54: 38px;
    --52: 38px;
    --50: 38px;
    --50: 36px;
    --48: 30px;
    --46: 30px;
    --45: 30px;
    --44: 30px;
    --42: 30px;
    --40: 30px;
    --38: 30px;
    --36: 28px;
    --34: 28px;
    --32: 24px;
    --30: 24px;
    --28: 20px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --19: 16px;
    --17: 15px;
    --16: 14px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --g210: 3.125rem;
    --r120: 100px;
    --r60: 40px;
    --r52: 40px;
    --r38: 35px;
    --r36: 30px;
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d300: 150px;
    --d260: 80px;
    --d243: 80px;
    --d225: 80px;
    --d212: 80px;
    --d166: 80px;
    --d90: 55px;
    --d88: 55px;
    --d68: 30px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d46: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d19: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --128: 80px;
    --120: 50px;
    --96: 55px;
    --90: 50px;
    --86: 45px;
    --75: 45px;
    --72: 45px;
    --70: 45px;
    --68: 45px;
    --66: 40px;
    --64: 38px;
    --62: 36px;
    --54: 32px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --25: 18px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --r120: 80px;
    --r70: 50px;
    --r58: 46px;
    --r56: 46px;
    --r50: 35px;
    --r48: 40px;
    --r44: 35px;
    --d700: 264px;
    --d330: 100px;
    --d300: 100px;
    --d170: 80px;
    --d166: 80px;
    --d158: 70px;
    --d155: 70px;
    --d150: 70px;
    --d147: 65px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d93: 40px;
    --d68: 30px;
    --d58: 28px;
    --d54: 28px;
    --d24: 20px;
    --120: 50px;
    --96: 50px;
    --80: 40px;
    --72: 40px;
    --70: 40px;
    --68: 40px;
    --60: 40px;
    --58: 40px;
    --52: 30px;
    --48: 28px;
    --46: 26px;
    --45: 26px;
    --44: 26px;
    --42: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .fooder {
    padding-bottom: 52px !important;
  }
  :root {
    --p: 5%;
    --r64: 45px;
    --r48: 35px;
    --d357: 85px;
    --d300: 85px;
    --d243: 60px;
    --d225: 60px;
    --d212: 60px;
    --d208: 60px;
    --d200: 60px;
    --d190: 60px;
    --d185: 60px;
    --d183: 60px;
    --d180: 60px;
    --d176: 60px;
    --d170: 60px;
    --d168: 50px;
    --d166: 50px;
    --d162: 50px;
    --d164: 50px;
    --d160: 50px;
    --d158: 50px;
    --d155: 50px;
    --d150: 50px;
    --d147: 50px;
    --d145: 50px;
    --d138: 40px;
    --d135: 40px;
    --d130: 40px;
    --d128: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d84: 40px;
    --d75: 40px;
    --d65: 25px;
    --d54: 20px;
    --d52: 20px;
    --d42: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d20: 8px;
    --d18: 8px;
    --d17: 8px;
    --120: 40px;
    --96: 38px;
    --80: 38px;
    --75: 38px;
    --72: 36px;
    --70: 36px;
    --68: 36px;
    --66: 36px;
    --64: 36px;
    --62: 36px;
    --60: 34px;
    --58: 32px;
    --56: 30px;
    --54: 28px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --22: 18px;
    --18: 14px;
    --15: 14px;
    --14: 12px;
  }
}
@media (max-width: 576px) {
  :root {
    --r120: 70px;
    --r46: 30px;
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d243: 50px;
    --d225: 50px;
    --d212: 50px;
    --d208: 30px;
    --d200: 30px;
    --d190: 30px;
    --d185: 30px;
    --d183: 30px;
    --d180: 30px;
    --d176: 30px;
    --d170: 30px;
    --d166: 30px;
    --d168: 30px;
    --d162: 30px;
    --d164: 30px;
    --d160: 30px;
    --d158: 30px;
    --d155: 30px;
    --d150: 30px;
    --d147: 30px;
    --d145: 30px;
    --d140: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d128: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d115: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 30px;
    --d75: 30px;
    --d72: 30px;
    --d70: 30px;
    --d64: 20px;
    --d50: 20px;
    --d48: 20px;
    --d44: 15px;
    --d42: 15px;
    --d40: 15px;
    --d38: 15px;
    --d34: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --128: 50px;
    --120: 35px;
    --110: 50px;
    --96: 35px;
    --90: 35px;
    --80: 30px;
    --75: 28px;
    --72: 28px;
    --70: 28px;
    --68: 28px;
    --66: 28px;
    --65: 28px;
    --64: 28px;
    --62: 28px;
    --60: 28px;
    --48: 26px;
    --46: 26px;
    --44: 24px;
    --40: 24px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
}
.title {
  font-size: var(--70);
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: var(--d26);
  color: var(--c3);
  text-align: center;
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
@keyframes playan3 {
  0% {
    transform: translate(0%, 0%);
  }
  15% {
    transform: translate(0%, -50%);
  }
  /* 最大上抖 */
  30% {
    transform: translate(0%, 30%);
  }
  /* 下抖，幅度降低 */
  45% {
    transform: translate(0%, -15%);
  }
  /* 上抖，幅度再降 */
  60% {
    transform: translate(0%, 8%);
  }
  /* 下抖，小幅抖动 */
  75% {
    transform: translate(0%, -4%);
  }
  /* 上抖，微幅 */
  90% {
    transform: translate(0%, 2%);
  }
  /* 下抖，极微 */
  100% {
    transform: translate(0%, 0%);
  }
  /* 完全停止 */
}
@keyframes playan4 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.setSlow0 {
  animation: an0 5s ease forwards;
}
@keyframes an0 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow2 {
  animation: an2 1s ease forwards;
}
.setSlow1 {
  animation: an1 1s ease forwards;
}
@keyframes an1 {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.setSlow2 {
  animation: an2 1s ease forwards;
}
@keyframes an2 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.setSlow1_1 {
  animation: an1_1 1s ease forwards;
}
@keyframes an1_1 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}
.setSlow2_2 {
  animation: an2_2 1s ease forwards;
}
@keyframes an2_2 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
.crbam {
  color: var(--c3);
  padding-bottom: var(--d17);
}
.crbam i {
  margin-right: var(--d24);
  font-size: var(--24);
  line-height: 1;
}
.crbam .crbam-list {
  display: inline;
  font-size: var(--16);
  line-height: var(--24);
}
.crbam .crbam-list .crbam-list2 {
  display: inline;
}
.crbam .crbam-list .crbam-list2::after {
  content: '>';
}
.crbam .crbam-list .crbam-list2:last-child::after {
  content: '';
}
.crbam .action {
  color: var(--c);
}
.other-banner .other-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  width: 30vw;
  min-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}
@media (max-width: 991px) {
  .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.drop-select li:hover a {
  color: #777777;
}
.drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
}
.drop-select li a:hover {
  background: #eee;
}
.drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #FFFFFF26;
}
.header .header-box {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box .header-content {
  height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.header .header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.header .header-left .header-logo {
  display: flex;
  align-items: center;
  padding: 0 var(--d35);
  border-left: 1px solid #FFFFFF26;
  height: 100%;
  border-right: 1px solid #FFFFFF26;
}
.header .header-left .header-logo .logo {
  width: 147px;
}
.header .header-left .header-logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.header .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.5s;
}
.header .header-right .translate {
  margin-right: var(--d60);
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 var(--d35);
  border-left: 1px solid #FFFFFF26;
  border-right: 1px solid #FFFFFF26;
}
.header .header-search .search-con {
  justify-content: space-between;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-search .search-con i {
  font-size: var(--20);
  transition: all 0.5s;
  color: #fff;
}
.header .header-search .search {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  width: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-search .search .search-box .input-text {
  width: 95%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-cart {
  padding: 0 var(--d35);
  border-left: 1px solid #FFFFFF26;
  height: 100%;
}
.header .header-cart a {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #fff;
}
.header .header-cart a:hover {
  color: var(--c);
}
.header .header-cart a i {
  margin-right: 6px;
  font-size: var(--24);
}
.header .header-cart a span {
  font-size: var(--16);
  line-height: 1;
}
.header .header-language {
  border-left: 1px solid #FFFFFF26;
  height: 100%;
}
.header .header-language:hover .drop-select {
  opacity: 1;
  pointer-events: auto;
}
.header .header-language .header-language2 {
  height: 100%;
}
.header .header-language .header-language3 {
  height: 100%;
  padding: 0 var(--d35);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #fff;
  font-size: var(--18);
  cursor: pointer;
}
.header .header-language .header-language3 span {
  margin-left: 6px;
  margin-right: var(--d20);
}
.header .header-language .header-language3 img {
  width: var(--32);
}
.header .header-language .header-language3 i {
  font-size: 10px;
}
.header .header-language .more {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotateX(-50deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  min-width: 100%;
  text-align: left;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 10px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: var(--c) !important;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.headeraction .header-box {
  background-color: var(--c);
  top: 0;
  box-shadow: -1px 5px 22.5px -7px rgba(21, 21, 21, 0.37);
}
.headeraction .header-box .header-logo .logo img {
  filter: unset;
}
@media (min-width: 1201px) {
  .header-none {
    display: none;
  }
  .header-navbox {
    overflow: hidden;
    position: relative;
  }
  .header-navbox span {
    display: block;
    transition: all 0.5s;
  }
  .header-navbox .header-navbox1 {
    position: relative;
  }
  .header-navbox .header-navbox2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
  }
  .header-nav {
    display: flex;
    height: 100%;
    padding: 0 var(--d60);
  }
  .header-nav .header-list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    height: 100%;
    margin-right: 50px;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .header-navbox .header-navbox1 {
    transform: translateY(-100%);
  }
  .header-nav .header-list .header-list2:hover .header-navbox .header-navbox2 {
    transform: translateY(0%);
  }
  .header-nav .header-list .header-list2:hover .header-list3 {
    opacity: 1;
  }
  .header-nav .header-list .header-list2:hover .header-list3 a {
    opacity: 1;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2:hover .header-list3 {
    opacity: 1;
  }
  .header-nav .header-list .header-list2:hover .header-list3 a {
    opacity: 1;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    transition: all 0.5s;
    position: relative;
    font-size: var(--16);
    opacity: 0.7;
    color: #fff;
  }
  .header-nav .header-list .header-list2 .header-list3:hover span::after {
    width: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    font-size: 9px;
    margin-left: 8px;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .action .header-list3 a {
    opacity: 1;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: left;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    background-color: var(--c) !important;
    color: #fff !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .more .more-1-list .more-1-list2 .more2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav .header-list .header-list2 {
    margin-right: 35px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .header-none2 {
    display: none;
  }
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 80px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    display: none;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li:hover .xs-wechatBox {
  display: flex;
}
.xs-online ul li .xs-wechatBox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.xs-online ul li .xs-wechatBox img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online-wrap2 {
  transition: all 0.5s;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1100;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  padding: 10px 5px;
}
.online-wrap .online {
  transition: all 0.5s;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  pointer-events: auto;
}
.online-wrap .online a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-bottom: 4px;
  width: 50px;
  height: 50px;
  background-color: rgba(34, 34, 34, 0.18);
  border-radius: 50%;
}
.online-wrap .online a i {
  font-size: 20px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}
.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.online-wrap .online a .show-num span {
  height: 48px;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  background-color: var(--c);
}
.online-wrap .online a:hover i {
  color: #fff !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: calc(100%);
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: '+';
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .open:before {
  transform: rotate(90deg);
}
.online-wrap .online-icon {
  position: relative;
  line-height: 1;
}
.online-wrap .icon-cart {
  position: relative;
}
.online-wrap .icon-cart .cart-num {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(40%, -40%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10;
  font-size: 12px;
}
.online-show {
  right: 0 !important;
}
@media (max-width: 1400px) {
  .online-wrap .online-wrap2 {
    transform: scale(0.8);
    right: 10px;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-wrap2 {
    top: unset;
    right: -101%;
    bottom: 120px;
  }
  .online-wrap .online-btn {
    display: block;
  }
}
.pro {
  position: relative;
}
.top {
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 150px;
  transform: translateY(-100%);
  left: 0;
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: var(--d42);
  z-index: 10;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: 114px;
  max-width: 10vw;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 30px;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  opacity: 1;
}
.index-banner .banner-pagination .swiper-pagination-bullet:last-child::before {
  width: 2px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  right: 0;
  position: absolute;
  content: '';
}
.index-banner .banner-pagination .swiper-pagination-bullet::after {
  width: 2px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
}
.index-banner .banner-pagination .swiper-pagination-bullet .banner-num {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.index-banner .banner-pagination .swiper-pagination-bullet .banner-num::after {
  width: 1px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: '';
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  border-bottom: 1px solid #FFFFFF;
  color: #fff;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active .banner-num::after {
  height: 4px;
}
.index-banner .slide-inner {
  padding-bottom: calc(960 / 1920 * 100%);
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-slide iframe,
.index-banner .swiper-slide .banner-video,
.index-banner .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner .sw-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-but .con-but2 {
  padding: 3px;
  padding-left: var(--d14);
  background-color: var(--c);
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  color: #fff;
}
.con-but .con-but2:hover .con-but-icon i {
  transform: translateX(10px);
}
.con-but .con-but2 .con-but-icon {
  margin-left: var(--d12);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: radial-gradient(54.29% 54.29% at 51.43% 51.43%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 80.77%, rgba(255, 255, 255, 0.5) 100%), #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.con-but .con-but2 .con-but-icon i {
  font-size: 11px;
  transition: all 0.5s;
}
.swiper-but {
  width: var(--r40);
  min-width: var(--r40);
  height: var(--r40);
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-but:hover {
  background-color: var(--c);
  color: #fff;
}
.swiper-but i {
  font-size: 12px;
}
.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d10);
}
.indexcontent {
  padding-top: var(--d120);
}
.indexcontent .i-product {
  position: relative;
  z-index: 10;
}
.indexcontent .i-product .i-product-text {
  text-align: center;
  width: 990px;
  max-width: 100%;
  margin: 0 auto var(--d80);
}
.indexcontent .i-product .i-product-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.indexcontent .i-product .i-product-con .i-product-left {
  width: calc(1059 / 1650 * 100%);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.indexcontent .i-product .i-product-con .i-product-left .img-box {
  padding-bottom: calc(770 / 1060 * 100%);
}
.indexcontent .i-product .i-product-con .i-product-left .i-product-swbut {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: var(--d35);
  z-index: 10;
  width: 100%;
}
.indexcontent .i-product .i-product-con .i-product-left .i-product-swbut .swiper-but {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.indexcontent .i-product .i-product-con .i-product-left .i-product-swbut .swiper-but:hover {
  background-color: #fff;
  color: var(--c);
}
.indexcontent .i-product .i-product-con .i-product-left .i-product-swbut .i-product-pagination {
  width: auto;
  margin: 0 var(--d20);
}
.indexcontent .i-product .i-product-con .i-product-left .i-product-swbut .i-product-pagination .swiper-pagination-bullet {
  width: 16px;
  border-radius: 6px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all 0.5s;
}
.indexcontent .i-product .i-product-con .i-product-left .i-product-swbut .i-product-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 46px;
}
.indexcontent .i-product .i-product-con .i-product-right {
  width: calc(583 / 1650 * 100%);
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 {
  cursor: pointer;
  margin-bottom: var(--d8);
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-product .i-product-con .i-product-right {
  width: calc(583 / 1650 * 100%);
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 {
  cursor: pointer;
  margin-bottom: var(--d8);
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 {
  background-color: #F6F7F8;
  border-radius: 30px;
  padding: var(--d10);
  padding-left: var(--d28);
  padding-bottom: var(--d22);
  transition: all 0.5s;
  overflow: hidden;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3:hover .i-product-icon1 {
  top: 0 !important;
  left: 100% !important;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3:hover .i-product-icon2 {
  top: 50% !important;
  left: 50% !important;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-list-titlebox {
  padding-bottom: var(--d10);
  padding-top: var(--d28);
  padding-right: var(--d28);
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-list-titlebox .i-product-list-title {
  width: calc(100% - 40px);
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-list-titlebox .i-product-list-title h3 {
  color: var(--c3);
  font-weight: 500;
  font-size: var(--24);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-list-titlebox .i-product-list-num {
  color: #C6CCD5;
  font-size: var(--22);
  transition: all 0.5s;
  line-height: 1;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-typebox {
  display: none;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-typebox .i-product-typebox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-typebox .i-product-typebox2 .i-product-type {
  padding: var(--d8) var(--d13);
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  font-size: var(--14);
  color: #fff;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-typebox .i-product-typebox2 .i-product-icon {
  width: var(--r64);
  height: var(--r64);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-typebox .i-product-typebox2 .i-product-icon i {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: var(--16);
  color: #fff;
  transition: all 0.5s;
  display: block;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-typebox .i-product-typebox2 .i-product-icon .i-product-icon1 {
  left: 50%;
  top: 50%;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-typebox .i-product-typebox2 .i-product-icon .i-product-icon2 {
  left: 0;
  top: 100%;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-list-text {
  display: none;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-list-text .i-product-list-text2 {
  padding-top: 4px;
  width: calc(100% - var(--r64));
  padding-right: var(--d30);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #fff;
  opacity: 0.8;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .open .i-product-list3 {
  background-color: var(--c);
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .open .i-product-list-title h3 {
  color: #fff !important;
}
.indexcontent .i-product .i-product-con .i-product-right .i-product-list .open .i-product-list-num {
  opacity: 0 !important;
}
.indexcontent .i-about {
  padding-top: var(--d180);
  padding-bottom: var(--d120);
}
.indexcontent .i-about .about-type {
  margin-bottom: var(--d60);
}
.indexcontent .i-about .i-about-title {
  text-align: center;
}
.indexcontent .i-about .i-about-text {
  text-align: center;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto var(--d130);
  font-size: var(--16);
  line-height: calc(30 / 16);
}
.indexcontent .i-choose {
  padding: var(--d100) 0;
}
.indexcontent .i-choose .i-choose-con {
  margin-bottom: calc(-1 * var(--d30));
}
.indexcontent .i-choose .i-choose-con .i-choose-titlebox {
  padding-top: var(--d22);
  margin-bottom: var(--d30);
}
.indexcontent .i-choose .i-choose-con .i-choose-titlebox h2 {
  line-height: calc(76 / 70);
  color: #fff;
  text-align: left;
  margin-bottom: var(--d20);
}
.indexcontent .i-choose .i-choose-con .i-choose-titlebox h2 span {
  color: var(--c);
}
.indexcontent .i-choose .i-choose-con .i-choose-titlebox .i-choose-text {
  color: #fff;
}
.indexcontent .i-choose .i-choose-textbox {
  margin-bottom: var(--d30);
}
.indexcontent .i-choose .i-choose-con2 {
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: var(--d40) var(--d42) var(--d40) var(--d36);
  position: relative;
}
.indexcontent .i-choose .i-choose-con2:hover .i-choose-icon2 {
  background-color: var(--c) !important;
}
.indexcontent .i-choose .i-choose-con2:hover::after {
  opacity: 1;
}
.indexcontent .i-choose .i-choose-con2:hover .i-choose-con-text {
  opacity: 1 !important;
}
.indexcontent .i-choose .i-choose-con2:hover .i-choose-icon2 img {
  animation: playan3 1s linear forwards;
}
.indexcontent .i-choose .i-choose-con2::after {
  width: 345px;
  height: 184px;
  right: 0;
  bottom: 0;
  background: linear-gradient(111.05deg, rgba(5, 83, 221, 0) 11.85%, rgba(5, 83, 221, 0.8) 100%);
  filter: blur(50px);
  content: '';
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
.indexcontent .i-choose .i-choose-con2 .i-choose-bg {
  position: absolute;
  width: calc(404 / 530 * 100%);
  top: 0;
  right: 0;
}
.indexcontent .i-choose .i-choose-con2 .i-choose-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-choose .i-choose-con2 .i-choose-icon {
  width: var(--r100);
  height: var(--r100);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1A202A;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  margin-bottom: var(--d60);
  position: relative;
  z-index: 10;
}
.indexcontent .i-choose .i-choose-con2 .i-choose-icon .i-choose-icon2 {
  width: calc(90 / 100 * 100%);
  height: calc(90 / 100 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #292F3B;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  transition: all 0.5s;
}
.indexcontent .i-choose .i-choose-con2 .i-choose-icon .i-choose-icon2 img {
  width: var(--30);
  height: var(--30);
  object-fit: cover;
}
.indexcontent .i-choose .i-choose-con2 .i-choose-con-title {
  font-size: var(--26);
  color: #fff;
  margin-bottom: var(--d20);
  position: relative;
  z-index: 10;
}
.indexcontent .i-choose .i-choose-con2 .i-choose-con-text {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: #fff;
  opacity: 0.8;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}
.indexcontent .i-solution {
  padding: var(--d170) 0 var(--d120);
}
.indexcontent .i-solution .i-solution-con {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-solution .i-solution-con .i-solution-left {
  width: calc(517 / 1650 * 100%);
  padding-right: var(--d185);
  padding-top: var(--d24);
}
.indexcontent .i-solution .i-solution-con .i-solution-left .i-solution-title {
  margin-bottom: var(--d40);
}
.indexcontent .i-solution .i-solution-con .i-solution-left .i-solution-title .title {
  text-align: left;
}
.indexcontent .i-solution .i-solution-con .i-solution-left .i-solution-text {
  margin-bottom: var(--d100);
  font-size: var(--16);
  line-height: calc(22 / 16);
}
.indexcontent .i-solution .i-solution-con .i-solution-left .i-solution-but .i-solution-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d17) var(--d70);
  border-radius: 50px;
  background-color: var(--c3);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
}
.indexcontent .i-solution .i-solution-con .i-solution-left .i-solution-but .i-solution-but2:hover {
  background-color: var(--c);
}
.indexcontent .i-solution .i-solution-con .i-solution-right {
  width: calc(1133 / 1650 * 100%);
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list {
  padding-top: var(--d24);
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 {
  padding-bottom: var(--d52);
  border-bottom: 1px solid #E8EBF0;
  padding-top: var(--d78);
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2:hover .i-solution-list-title h3 {
  color: var(--c) !important;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2:hover .i-solution-iconbox {
  background-color: var(--c) !important;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2:hover .i-solution-iconbox .i-solution-icon i {
  color: #fff !important;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2:hover .i-solution-icon1 {
  transform: translateX(100%) !important;
  transition: all 0.5s;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2:hover .i-solution-icon2 {
  transform: translateX(0%) !important;
  transition: all 0.5s;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2:first-child {
  padding-top: 0;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-img {
  width: calc(220 / 1133 * 100%);
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-img .img-box {
  border-radius: 30px;
  padding-bottom: calc(280 / 440 * 100%);
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox {
  width: calc(913 / 1133 * 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: var(--d34);
  padding-right: var(--d20);
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-textbox2 {
  width: calc(100% - var(--r60));
  padding-right: var(--d170);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-textbox2 .i-solution-num {
  position: relative;
  width: 45px;
  min-width: 45px;
  margin-right: var(--d15);
  transform: translateY(-40%);
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-textbox2 .i-solution-num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-textbox2 .i-solution-num span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--16);
  line-height: 1;
  color: #9DA6B4;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-textbox2 .i-solution-textbox3 {
  width: calc(100% - 45px);
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-textbox2 .i-solution-textbox3 .i-solution-list-type {
  font-size: var(--16);
  line-height: 1;
  color: #9DA6B4;
  margin-bottom: var(--d20);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-textbox2 .i-solution-textbox3 .i-solution-list-title {
  margin-bottom: var(--d24);
  transition: all 0.5s;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-textbox2 .i-solution-textbox3 .i-solution-list-title h3 {
  font-size: var(--30);
  line-height: 1;
  color: var(--c3);
  font-weight: 500;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-textbox2 .i-solution-textbox3 .i-solution-list-text {
  font-size: var(--16);
  line-height: calc(22 / 16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-iconbox {
  position: relative;
  width: var(--r60);
  height: var(--r60);
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-iconbox .i-solution-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-iconbox .i-solution-icon i {
  color: var(--c2);
  font-size: var(--16);
  transition: all 0.5s;
}
.indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox .i-solution-iconbox .i-solution-icon2 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
.indexcontent .i-news {
  background-color: #F6F7F8;
  padding: var(--d100) 0;
}
.indexcontent .i-news .i-news-text {
  text-align: center;
  width: 990px;
  max-width: 100%;
  margin: 0 auto var(--d80);
}
.indexcontent .i-feed {
  padding: var(--d120) 0;
}
.indexcontent .i-feed .i-feed-title .title {
  text-align: left;
}
.indexcontent .i-feed .i-feed-text {
  width: 990px;
  max-width: 100%;
  margin-bottom: var(--d80);
}
.indexcontent .i-feed .i-feed-list {
  margin-bottom: calc(var(--d30) * -1);
}
.indexcontent .i-feed .i-feed-list .i-feed-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-feed .i-feed-list .i-feed-list2 .i-feed-list3 .img-box {
  border-radius: 20px;
  padding-bottom: calc(525 / 450 * 100%);
}
.indexcontent .i-feed .i-feed-list .i-feed-list2 .i-feed-list3 .i-feed-list-title {
  text-align: center;
  margin-top: var(--d24);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: 1;
  font-weight: 500;
  color: #222;
}
.indexcontent .i-feed .i-feed-list .i-feed-list2 .i-feed-list3 .i-feed-list-title svg,
.indexcontent .i-feed .i-feed-list .i-feed-list2 .i-feed-list3 .i-feed-list-title img {
  width: var(--20);
  height: var(--20);
  object-fit: contain;
  margin-right: var(--d12);
}
.indexcontent .i-feed .i-feed-list .i-feed-list2 .i-feed-list3 .i-feed-list-title i {
  font-size: var(--20);
  margin-right: var(--d12);
}
.news-box {
  padding: var(--d10);
  border-radius: 20px;
  border: 1px solid #D8DDE6;
  background: #EEF1F6;
}
.news-box:hover .news-box2 .img-box::after {
  opacity: 0 !important;
}
.news-box:hover .news-datebox {
  opacity: 0;
}
.news-box:hover .news-list-title {
  opacity: 0;
}
.news-box:hover .news-list-icon {
  opacity: 1 !important;
}
.news-box .news-box2 {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.news-box .news-box2 .img-box {
  padding-bottom: calc(960 / 740 * 100%);
}
.news-box .news-box2 .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
  transition: all 0.5s;
}
.news-box .news-box2 .news-datebox {
  position: absolute;
  top: 0;
  width: 100%;
  padding: var(--d10) var(--d15) 3px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
.news-box .news-box2 .news-datebox::after {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  content: '';
  height: 1px;
  z-index: 9;
}
.news-box .news-box2 .news-datebox::before {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  left: calc(118 / 340 * 100%);
  content: '';
  z-index: 9;
}
.news-box .news-box2 .news-datebox .news-date {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.news-box .news-box2 .news-datebox .news-date .news-day {
  color: #fff;
  font-size: var(--46);
  line-height: 1;
  margin-right: 5px;
}
.news-box .news-box2 .news-datebox .news-date .news-m {
  color: #fff;
  font-size: var(--14);
  font-style: normal;
  line-height: 1;
}
.news-box .news-box2 .news-datebox .news-type {
  color: #fff;
  font-size: var(--14);
  font-style: normal;
  line-height: 1;
}
.news-box .news-box2 .news-list-title {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: var(--d24) var(--d45) var(--d24) var(--d15);
  transition: all 0.5s;
}
.news-box .news-box2 .news-list-title h3 {
  font-size: var(--20);
  line-height: calc(22 / 20);
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-box .news-box2 .news-list-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--r80);
  height: var(--r80);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: rgba(5, 83, 221, 0.2);
  transition: all 0.5s;
  opacity: 0;
}
.news-box .news-box2 .news-list-icon .news-list-icon2 {
  width: calc(70 / 80 * 100%);
  height: calc(70 / 80 * 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
}
.news-box .news-box2 .news-list-icon .news-list-icon2 i {
  color: #fff;
  font-size: var(--16);
}
.i-about-list {
  --bs-gutter-x: var(var(--g40));
  margin-bottom: calc(-1 * var(--d40));
  width: 1430px;
  max-width: 100%;
  margin: 0 auto var(--d90);
}
.i-about-list .i-about-list2 {
  margin-bottom: var(--d40);
}
.i-about-list .i-about-list2:hover .num {
  color: var(--c) !important;
}
.i-about-list .i-about-list2 .i-about-list3 .num {
  margin-bottom: var(--d46);
  font-size: var(--60);
  line-height: 1;
  color: var(--c3);
  transition: all 0.5s;
}
.i-about-list .i-about-list2 .i-about-list3 .i-about-list-title {
  border-top: 1px solid #E8EBF0;
  padding-top: var(--d32);
  margin-bottom: var(--d15);
  line-height: 1;
  font-size: var(--26);
  font-weight: 500;
  color: var(--c3);
}
.i-about-list .i-about-list2 .i-about-list3 .i-about-list-text {
  font-size: var(--16);
  line-height: calc(22 / 16);
}
.i-about-video {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.i-about-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-about-video .i-about-iconbg {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  padding: 30px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.i-about-video .i-about-iconbg .i-about-icon {
  width: 153px;
  height: 153px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: var(--d26);
}
.i-about-video .i-about-iconbg .i-about-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background-image: url('../img/video_iconbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation: playan1 10s linear infinite normal;
}
.i-about-video .i-about-iconbg .i-about-icon i {
  color: #fff;
  font-size: var(--24);
}
.i-about-video .i-about-iconbg .i-about-video-title {
  text-align: center;
  font-size: var(--20);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.04em;
}
.about-type {
  padding: var(--d14);
  background: #FFFFFF;
  border: 1px solid #EEF2F7;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about-type .about-type-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(466 / 206 * 100%);
  z-index: -1;
}
.about-type .about-type-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-type .about-type2 {
  background: #FFFFFF;
  border: 1px solid #F0F1F2;
  border-radius: 50px;
  padding: var(--d17) var(--d10);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px 18px 2px rgba(5, 131, 221, 0.4);
  position: relative;
  z-index: 10;
}
.about-type .about-type2 span {
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  position: relative;
  padding: 0 calc(var(--d15) + 8px);
}
.about-type .about-type2 span::before {
  width: 8px;
  height: 8px;
  background: #F6F7F8;
  border: 1px solid #E8EBF0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}
.about-type .about-type2 span::after {
  width: 8px;
  height: 8px;
  background: #F6F7F8;
  border: 1px solid #E8EBF0;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}
.fooder {
  padding: var(--d30);
  padding-bottom: 0;
  position: relative;
  z-index: 12;
}
.fooder .fooder-top {
  border-radius: 20px;
  background: rgba(32, 39, 51, 0.8);
  backdrop-filter: blur(10px);
  padding-bottom: var(--d42);
  margin-bottom: var(--d130);
}
.fooder .fooder-top .fooder-top2 {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d93);
  padding-bottom: var(--d140);
}
.fooder .fooder-top .fooder-top2 .fooder-con-title {
  font-size: var(--26);
  line-height: 1;
  font-weight: 600;
  margin-bottom: var(--d36);
  color: #fff;
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox {
  width: 520px;
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox .fooder-contact .fooder-mes .fooder-mes2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox .fooder-contact .fooder-mes .fooder-mes2:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes3 {
  padding: var(--d24) 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes3:hover i {
  color: var(--c);
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes3:hover .fooder-mes-textbox .fooder-mes-title {
  opacity: 1 !important;
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes3:hover .fooder-mes-text {
  opacity: 1 !important;
  text-decoration: underline;
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes3 i {
  margin-right: var(--d25);
  font-size: var(--22);
  color: #fff;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-mes-textbox .fooder-mes-title {
  font-size: var(--14);
  line-height: 1;
  margin-bottom: 6px;
  opacity: 0.8;
  transition: all 0.5s;
  color: #fff;
}
.fooder .fooder-top .fooder-top2 .fooder-mesbox .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-mes-textbox .fooder-mes-text {
  font-size: var(--20);
  line-height: 1;
  color: #fff;
  opacity: 0.8;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-top2 .fooder-products .fooder-navbox a {
  display: block;
  font-size: var(--18);
  line-height: calc(44 / 18);
  color: #fff;
  opacity: 0.8;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-top2 .fooder-products .fooder-navbox a:hover {
  opacity: 1;
}
.fooder .fooder-top .fooder-top2 .fooder-formbox {
  width: 570px;
}
.fooder .fooder-top .fooder-conbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fooder .fooder-top .fooder-conbox a {
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-conbox a:hover {
  opacity: 1 !important;
  color: var(--c);
}
.fooder .fooder-top .fooder-conbox .fooder-copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #8F99A7;
  color: #c3d0e6;
}
.fooder .fooder-top .fooder-conbox .fooder-copyright .cnzz {
  margin: 0 var(--d10);
  opacity: 1;
}
.fooder .fooder-top .fooder-conbox .food-privacy {
  color: #8F99A7;
}
.fooder .fooder-top .fooder-conbox .food-privacy span {
  color: #fff;
  opacity: 0.2;
  margin: 0 var(--d20);
}
.fooder .fooder-img .fooder-img2 {
  position: relative;
}
.fooder .fooder-img .fooder-img2 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-img .fooder-img2 .fooder-share {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.fooder .fooder-img .fooder-img2 .fooder-share a {
  width: var(--r56);
  height: var(--r56);
  border-radius: 50%;
  border: 1px solid #404040;
  background: #303030;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.fooder .fooder-img .fooder-img2 .fooder-share a:hover {
  background-color: var(--c);
}
.fooder .fooder-img .fooder-img2 .fooder-share a:hover i {
  color: var(--c);
}
.fooder .fooder-img .fooder-img2 .fooder-share a::after {
  width: calc(48 / 56 * 100%);
  height: calc(48 / 56 * 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10;
  content: '';
  border-radius: 50%;
}
.fooder .fooder-img .fooder-img2 .fooder-share a i {
  color: #111111;
  font-size: var(--16);
  position: relative;
  z-index: 11;
  transition: all 0.5s;
}
.fooder-form ul {
  --bs-gutter-x: var(--g10);
}
.fooder-form ul li {
  margin-bottom: var(--d10);
}
.fooder-form .input-box {
  width: 100%;
  padding: var(--d15) var(--d18);
  font-size: var(--15);
  line-height: 1;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.1);
}
.fooder-form .input-box::placeholder {
  color: #B8BEC8;
  transition: all 0.5s;
}
.fooder-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.fooder-form .textarea-box {
  height: 120px;
  margin-bottom: var(--d10);
}
.fooder-form .submit {
  margin-top: var(--d18);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--18);
  line-height: 1;
  margin-left: auto;
}
.productcontent {
  padding-top: var(--d80);
  background-color: #F5F5F5;
}
.productcontent .product-right-textbox .product-right-title {
  margin-bottom: var(--d26);
}
.productcontent .product-right-textbox .product-right-title h3 {
  font-size: var(--40);
  line-height: 1;
  color: var(--c3);
}
.productcontent .product-right-textbox .product-right-text {
  width: 990px;
  max-width: 100%;
  margin-bottom: var(--d70);
}
.productcontent .product-list {
  margin-bottom: calc(-1 * var(--d44));
  padding-bottom: var(--d80);
}
.productcontent .product-list .product-list2 {
  margin-bottom: var(--d44);
}
.gmt-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CFD6E0;
}
.gmt-box .gmt-left {
  width: calc(390 / 1650 * 100%);
  padding-right: var(--d30);
  border-right: 1px solid #CFD6E0;
  padding-bottom: var(--d120);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding-top: var(--d60);
}
.gmt-box .gmt-left .gmt-left2 .gmt-form {
  width: 100%;
  background-color: #fff;
  padding: var(--d13) var(--d22);
  border-radius: 50px;
  margin-bottom: var(--d40);
}
.gmt-box .gmt-left .gmt-left2 .gmt-form .search-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gmt-box .gmt-left .gmt-left2 .gmt-form .input-text {
  background-color: transparent;
  width: calc(100% - var(--20));
}
.gmt-box .gmt-left .gmt-left2 .gmt-form .submit {
  width: var(--20);
  font-size: var(--20);
  color: var(--c);
  background-color: transparent;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  transition: all 0.5s;
  overflow: hidden;
  border-bottom: 1px solid #CFD6E0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:first-child {
  border-top: 1px solid #CFD6E0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover a {
  color: var(--c) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: var(--d24) 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but .gmt-but2 {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #202733;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: var(--20);
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but .jian {
  opacity: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: var(--d24) 0;
  font-size: var(--20);
  line-height: 1;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: var(--c3);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
  width: 85%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  position: relative;
  padding-bottom: var(--d50);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more1 {
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  list-style: disc;
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d20);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover {
  transform: translateX(20px);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover > a {
  text-decoration: underline;
  color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2::marker {
  color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: block;
  width: 100%;
  font-size: var(--15);
  line-height: 1;
  position: relative;
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action {
  transform: translateX(20px);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action > a {
  color: var(--c);
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .menubut a {
  color: var(--c) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-but2 {
  background-color: var(--c) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .jian {
  opacity: 1 !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .jia {
  opacity: 0 !important;
}
.gmt-box .gmt-rigth {
  width: calc(1260 / 1650 * 100%);
  padding-left: var(--d60);
  padding-top: var(--d60);
  padding-bottom: var(--d120);
}
.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.s-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu .s-menu1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.s-menu .s-menu1 .s-menu2 {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
  font-weight: 700;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: var(--c);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d30);
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev,
.pagination .next {
  width: var(--r40);
  height: var(--r40);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev a,
.pagination .next a {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  cursor: pointer;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.pagination .prev a i,
.pagination .next a i {
  font-size: var(--14);
}
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: var(--c);
  border-color: var(--c);
  color: #fff;
}
.pagination .pagination-page {
  margin: 0 var(--d34);
}
.pagination li {
  margin-right: var(--d26);
  font-size: var(--18);
  color: var(--c3);
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination .active a {
  border-color: var(--c);
  color: var(--c);
}
.product-con:not(.product-con:has(.product-close)):hover .product-more {
  opacity: 1;
}
.product-con:not(.product-con:has(.product-close)):hover .product-img {
  box-shadow: 0 8px 20px 0 rgba(7, 79, 205, 0.1);
}
.product-con:not(.product-con:has(.product-close)):hover .product-list-title h3 {
  text-decoration: underline;
}
.product-con .product-con2 .product-img {
  position: relative;
  transition: all 0.5s;
}
.product-con .product-con2 .product-img .img-box {
  border-radius: 30px;
}
.product-con .product-con2 .product-img .product-more {
  position: absolute;
  z-index: 1;
  padding: var(--d13) var(--d20);
  background-color: var(--c);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  bottom: var(--d20);
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--14);
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
  opacity: 0;
}
.product-con .product-con2 .product-list-textbox {
  padding-top: var(--d24);
}
.product-con .product-con2 .product-list-textbox .product-list-title {
  margin-bottom: var(--d10);
}
.product-con .product-con2 .product-list-textbox .product-list-title h3 {
  text-align: center;
  font-size: var(--18);
  line-height: 1;
  color: var(--c3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.product-con .product-con2 .product-list-textbox .product-list-model {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--14);
  line-height: 1;
}
.product-con .product-close .product-img {
  position: relative;
}
.product-con .product-close .product-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(32, 39, 51, 0.3);
  backdrop-filter: blur(10px);
  z-index: 2;
}
.product-con .product-close .product-img::before {
  font-family: 'iconfont' !important;
  content: '\e608';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--56);
  z-index: 10;
  color: #fff;
}
.login {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.login .login-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  width: 930px;
  max-width: 90%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.login .login-con .login-img {
  width: calc(367 / 930 * 100%);
}
.login .login-con .login-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login .login-con .login-formbox {
  width: calc(563 / 930 * 100%);
  padding: var(--d50);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login .login-con .login-formbox .login-title {
  font-size: var(--36);
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: var(--c3);
  margin-bottom: var(--d19);
}
.login .login-con .login-formbox .login-text {
  width: 433px;
  max-width: 100%;
  margin: 0 auto var(--d50);
  font-size: var(--14);
  line-height: calc(20 / 14);
  text-align: center;
}
.login .login-con2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  width: 930px;
  max-width: 90%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.login .login-con2 .login-formbox {
  width: 100%;
  padding: var(--d50);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login .login-con2 .login-formbox .login-title {
  font-size: var(--36);
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: var(--c3);
  margin-bottom: var(--d19);
}
.login .login-con2 .login-formbox .login-text {
  width: 600px;
  max-width: 100%;
  margin: 0 auto var(--d50);
  font-size: var(--14);
  line-height: calc(20 / 14);
  text-align: center;
}
.login .login-con2 .login-formbox .login-form ul {
  --bs-gutter-x: var(--g10);
}
.login .login-con2 .login-formbox .login-form .input-box {
  margin-bottom: var(--d10);
}
.login .login-con2 .login-formbox .login-form .textarea-box {
  height: 150px;
}
.login-open {
  opacity: 1;
  visibility: visible;
}
.login-form {
  width: 100%;
}
.login-form ul li {
  margin-bottom: var(--d10);
}
.login-form .input-box {
  width: 100%;
  padding: var(--d16) var(--d18);
  font-size: var(--14);
  line-height: 1;
  color: var(--c3);
  border-radius: 10px;
  background-color: #F6F7F8;
}
.login-form .input-box::placeholder {
  color: #424E61;
  transition: all 0.5s;
}
.login-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.login-form .form-text {
  font-size: var(--14);
  text-align: center;
  line-height: 1;
  margin: var(--d20) 0;
  color: #202733;
}
.login-form .form-text a {
  color: #0553DD;
}
.login-form .submit {
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d17) var(--d32);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  background-color: var(--c);
  font-weight: 400;
  border-radius: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.details-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: var(--d100);
}
.details-content .details-left {
  width: calc(510 / 1200 * 100%);
}
.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.details-content .details-left .details-imgbox .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: 100%;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-next,
.details-content .details-left .details-imgbox .details-swiperbox .details-prev {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 17px;
  background-color: #fff;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-next:hover,
.details-content .details-left .details-imgbox .details-swiperbox .details-prev:hover {
  background-color: var(--c);
}
.details-content .details-left .details-imgbox .details-swiperbox .details-next i,
.details-content .details-left .details-imgbox .details-swiperbox .details-prev i {
  display: block;
  transform: rotate(90deg);
}
.details-content .details-left .details-imgbox .details-swiperbox .details-next {
  top: unset;
  bottom: 0;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  padding-top: var(--d18);
  width: 100%;
  height: 100%;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #F5F5F5;
  overflow: hidden;
  background-color: #FFFFFF;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 10;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::before {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e601";
  font-size: var(--32);
  color: #fff;
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
  width: var(--r46);
  height: var(--r46);
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.details-content .details-right {
  width: calc(690 / 1200 * 100%);
  padding-left: var(--d80);
  padding-top: var(--d60);
}
.details-content .details-right .details-right2 {
  height: 100%;
}
.details-content .details-right .details-right2 .details-textbox {
  margin-bottom: var(--d48);
}
.details-content .details-right .details-right2 .details-textbox .details-type {
  font-size: var(--14);
  color: var(--c);
  line-height: 1;
  margin-bottom: var(--d30);
  padding: 6px var(--d18);
  border-radius: 50px;
  border: 1px solid var(--c);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.details-content .details-right .details-right2 .details-textbox .details-textbox-title {
  margin-bottom: var(--d40);
}
.details-content .details-right .details-right2 .details-textbox .details-textbox-title h1 {
  font-size: var(--36);
  line-height: 1;
  font-weight: 500;
  color: var(--c3);
}
.details-content .details-right .details-right2 .details-textbox .details-text {
  margin-bottom: var(--d80);
}
.details-content .details-right .details-right2 .details-share {
  display: flex;
  align-items: center;
  margin-bottom: var(--d40);
}
.details-content .details-right .details-right2 .details-share p {
  font-size: var(--20);
  margin-right: var(--d20);
  font-weight: 500;
  color: var(--c3);
}
.details-content .details-right .details-right2 .details-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.details-content .details-right .details-right2 .details-but {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.details-content .details-right .details-right2 .details-but:first-child {
  margin-right: var(--d10);
}
.details-content .details-right .details-right2 .details-but:first-child .details-but2 {
  background-color: var(--c);
  color: #fff;
  font-weight: 500;
}
.details-content .details-right .details-right2 .details-but:last-child .details-but2 {
  background-color: #202733;
  color: #fff;
  font-weight: 500;
}
.details-content .details-right .details-right2 .details-but .details-but2 {
  padding: var(--d17) var(--d80);
  background-color: #fff;
  font-size: var(--16);
  line-height: 1;
  transition: all 0.5s;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.details-content .details-right .details-right2 .details-but .details-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.details-content .details-right .details-right2 .details-but .details-but2::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.details-navbox {
  position: sticky;
  top: 76px;
  left: 0;
  z-index: 1000;
  background-color: #F5F5F5;
}
.details-navbox .details-nav {
  position: relative;
  z-index: 10;
}
.details-navbox .details-nav::after {
  width: calc(100% + var(--d60));
  height: 1px;
  top: 0;
  left: calc(var(--d60) * -1);
  background-color: #CFD6E0;
  content: '';
  position: absolute;
  z-index: 1;
}
.details-navbox .details-nav::before {
  width: calc(100% + var(--d60));
  height: 1px;
  bottom: 0;
  left: calc(var(--d60) * -1);
  background-color: #CFD6E0;
  content: '';
  position: absolute;
  z-index: 1;
}
.details-navbox .details-nav .navbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.details-navbox .details-nav .navbox .navbox2 {
  transition: all 0.5s;
  position: relative;
  margin-right: var(--d90);
}
.details-navbox .details-nav .navbox .navbox2 a {
  padding: var(--d18) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  text-align: center;
  font-size: var(--18);
  white-space: nowrap;
}
.details-navbox .details-nav .navbox .navbox2 a::after {
  bottom: 0;
  left: 0;
  content: '';
  height: 1px;
  position: absolute;
  background-color: var(--c);
  z-index: 2;
  width: 0;
  transition: all 0.5s;
}
.details-navbox .details-nav .navbox .navbox2:hover a {
  color: var(--c);
}
.details-navbox .details-nav .navbox .navbox2:hover a::after {
  width: 100%;
}
.details-navbox .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details-navbox .details-nav .navbox .action a {
  color: var(--c);
}
.details-navbox .details-nav .navbox .action a::after {
  width: 100%;
}
.details .con-title {
  font-size: var(--32);
  line-height: 1;
  margin-bottom: var(--d30);
  font-weight: 500;
  color: var(--c3);
}
.details .prodetails {
  padding-top: var(--d100);
}
.details .prodetails .prodetails-text {
  font-size: var(--16);
  line-height: calc(28 / 16);
}
.details .prodetails .prodetails-text p img {
  border-radius: 20px;
}
.details .culture {
  margin-bottom: var(--d90);
}
.details .culture .culture-text {
  font-size: var(--18);
  line-height: 1;
  color: var(--c3);
  margin-bottom: var(--d24);
}
.details .culture .culture-text2 ul li {
  margin-bottom: var(--d14);
  font-size: var(--16);
}
.details .culture .culture-text2 ul li:last-child {
  margin-bottom: 0;
}
.details .culture .culture-text2 ul li p {
  padding-left: calc(var(--d18) + var(--20));
  position: relative;
}
.details .culture .culture-text2 ul li p::before {
  width: var(--20);
  height: var(--20);
  background-color: var(--c);
  content: '\eaf1';
  font-family: 'iconfont' !important;
  border-radius: 50%;
  margin-right: var(--d18);
  display: inline-block;
  position: absolute;
  top: 0;
  transform: translateY(10%);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--12);
}
.details .specifications {
  margin-bottom: var(--d90);
}
.details .specifications .specifications-text {
  font-size: var(--16);
  line-height: calc(28 / 16);
}
.details .specifications .specifications-text p img {
  border-radius: 20px;
}
.details .inquiry {
  margin-bottom: var(--d90);
}
.details .related {
  margin-bottom: var(--d90);
}
.details .related .related-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d44);
}
.details .related .related-titlebox .con-title {
  margin-bottom: 0;
}
.details .customer .content-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d40);
}
.details .customer .con-title {
  margin-bottom: 0;
}
.inquiry-form .product-input {
  margin-bottom: var(--d20);
}
.inquiry-form .product-input .input-box {
  font-size: var(--16);
  line-height: 1;
  color: #FFFFFF;
  border-radius: 10px;
  background-color: var(--c3) !important;
}
.inquiry-form ul li {
  margin-bottom: var(--d20);
}
.inquiry-form .input-box {
  border-radius: 10px;
  width: 100%;
  padding: var(--d17) var(--d22);
  font-size: var(--16);
  background-color: #FFFFFF;
}
.inquiry-form .input-box::placeholder {
  color: #424E61;
  transition: all 0.5s;
}
.inquiry-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.inquiry-form .textarea-box {
  height: 200px;
  margin-bottom: var(--d20);
}
.inquiry-form .form-group {
  margin-bottom: var(--d30);
}
.inquiry-form .form-butbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.inquiry-form .input-up {
  border-radius: 40px;
  border: 1px dashed #202733;
  padding: var(--d12) var(--d22);
  font-size: var(--16);
  line-height: 1;
  font-weight: 500;
  margin-right: var(--d10);
  cursor: pointer;
  transition: all 0.5s;
}
.inquiry-form .input-up img {
  margin-left: var(--d10);
  transition: all 0.5s;
}
.inquiry-form .input-up:hover {
  background-color: var(--c);
  color: #fff;
}
.inquiry-form .input-up:hover img {
  filter: brightness(0) invert(1);
}
.inquiry-form .submit {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d17) var(--d56);
  font-size: var(--16);
  line-height: 1;
  border-radius: 50px;
  color: #fff;
  background-color: var(--c);
  overflow: hidden;
  position: relative;
}
.inquiry-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.inquiry-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.customerreviews {
  padding-bottom: var(--d80);
}
.customerreviews .content-titlebox .write {
  font-size: var(--18);
  color: #00479D;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.customerreviews .reviews-form {
  margin-bottom: var(--d60);
}
.customerreviews .reviews-form .consult-list2 {
  margin-bottom: var(--d20);
}
.customerreviews .reviews-form .input-box {
  width: 100%;
  color: #001937;
  font-size: var(--14);
  padding: var(--d16) var(--d24);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #F0F0F0;
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  color: #000;
}
.customerreviews .reviews-form .input-box::placeholder {
  color: #444444;
  transition: all 0.5s;
}
.customerreviews .reviews-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.customerreviews .reviews-form .input-box span {
  color: #444444;
  margin-right: var(--d20);
}
.customerreviews .reviews-form .textarea-box {
  height: 171px;
  margin-bottom: var(--d20);
}
.customerreviews .reviews-form .submit {
  overflow: hidden;
  position: relative;
  padding: var(--d10) var(--d64);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: var(--c);
  font-size: var(--14);
  line-height: 1;
  color: #fff;
}
.customerreviews .reviews-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.customerreviews .reviews-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.customerreviews .reviews-list .reviews-list2 {
  margin-bottom: var(--d56);
}
.customerreviews .reviews-list .reviews-list2:last-child {
  margin-bottom: 0;
}
.customerreviews .reviews-list .reviews-list-titlebox {
  display: flex;
  align-items: center;
}
.customerreviews .reviews-list .reviews-list-titlebox .reviews-list-title {
  font-size: var(--26);
  line-height: 1;
  font-weight: 600;
  margin-bottom: var(--d17);
  color: #00479D;
}
.customerreviews .reviews-list .reviews-rating {
  font-size: var(--18);
  display: flex;
  align-items: center;
  margin-bottom: var(--d22);
}
.customerreviews .reviews-list .reviews-rating .reviews-evaluate {
  font-size: var(--18);
  line-height: 1;
  color: #444444;
  margin-right: var(--d24);
}
.customerreviews .reviews-list .reviews-list-text {
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rating .rating2 {
  position: relative;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.rating .rating2:last-child {
  margin-right: 0;
}
.rating .rating2 i {
  font-size: 14px;
  height: 14px;
  line-height: 1;
  color: var(--c);
}
.rating .rating2 .icon-star-full {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--c);
  opacity: 0;
}
.rating .ratingaction .icon-star-full {
  opacity: 1;
}
.about-text {
  width: 990px;
  max-width: 100%;
  margin: 0 auto var(--d80);
  text-align: center;
}
.aboutcontent {
  background-color: #F6F7F8;
}
.aboutcontent .about {
  padding-top: var(--d100);
  position: relative;
  background-color: #fff;
}
.aboutcontent .about .about-bg {
  position: absolute;
  background-color: #F6F7F8;
  width: 100%;
  bottom: 0;
  left: 0;
}
.aboutcontent .about .container {
  position: relative;
  z-index: 10;
}
.aboutcontent .about .about-type {
  left: 0;
  transform: none;
  margin-bottom: var(--d35);
}
.aboutcontent .about .about-title {
  width: 940px;
  max-width: 100%;
  margin-bottom: var(--d80);
}
.aboutcontent .about .about-title .title {
  text-align: left;
}
.aboutcontent .about .about-conbox {
  padding-left: var(--d286);
}
.aboutcontent .about .about-conbox .about-con-title {
  font-size: var(--26);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--c);
  font-weight: 500;
  margin-bottom: var(--d30);
}
.aboutcontent .about .about-conbox .about-con-text {
  width: 1230px;
  max-width: 100%;
  font-size: var(--18);
  line-height: calc(30 / 18);
  margin-bottom: var(--d96);
}
.aboutcontent .about .about-conbox .i-about-list {
  width: 100%;
  margin-bottom: var(--d90);
}
.aboutcontent .strength {
  padding-top: var(--d130);
  padding-bottom: var(--d80);
}
.aboutcontent .strength .strength-slick {
  margin: calc(-1 * var(--d15));
}
.aboutcontent .strength .strength-slick .item-slick {
  padding: var(--d15);
}
.aboutcontent .strength .strength-con {
  height: 100%;
  cursor: pointer;
}
.aboutcontent .strength .strength-con:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .strength .strength-con:hover .strength-name {
  background-color: var(--c);
  color: #fff;
}
.aboutcontent .strength .strength-con .strength-img {
  margin-bottom: 6px;
}
.aboutcontent .strength .strength-con .strength-img .img-box {
  border-radius: 30px;
  padding-bottom: calc(600 / 1060 * 100%);
}
.aboutcontent .strength .strength-con .strength-name {
  padding: var(--d18);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  font-size: var(--16);
  line-height: 1;
  color: var(--c3);
  transition: all 0.5s;
}
.aboutcontent .partners {
  background-color: #fff;
  padding: var(--d120) 0;
}
.aboutcontent .partners .partners-slick {
  margin: calc(-1 * var(--d15));
}
.aboutcontent .partners .partners-slick .item-slick {
  padding: var(--d15);
}
.aboutcontent .partners .partners-img {
  border: 1px solid #E8EBF0;
  transition: all 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.aboutcontent .partners .partners-img:hover {
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(7, 79, 205, 0.1);
}
.aboutcontent .partners .partners-img .img-box {
  padding-bottom: calc(300 / 400 * 100%);
}
.slick-dots {
  padding-top: var(--d60);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  width: 20px;
  height: 4px;
  border-radius: 50px;
  background-color: #CFD6E0;
  margin-right: var(--d10);
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots .slick-active {
  width: 60px;
  background-color: var(--c);
}
.slick-dots button {
  opacity: 0;
}
.honorscontnet {
  padding: var(--d120) 0;
  background-color: #F6F7F8;
}
.honorscontnet .honors-list {
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d80);
}
.honorscontnet .honors-list .honors-list2 {
  margin-bottom: var(--d30);
}
.honorscontnet .honors-list .honors-list2 .item {
  height: 100%;
}
.honorscontnet .honors-con {
  padding: var(--d35);
  padding-right: var(--d80);
  overflow: hidden;
  border-radius: 30px;
  background: #FFF;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  height: 100%;
}
.honorscontnet .honors-con:hover {
  box-shadow: 0 8px 20px 0 rgba(7, 79, 205, 0.1);
}
.honorscontnet .honors-con:hover .honors-type {
  background-color: var(--c) !important;
  color: #fff !important;
}
.honorscontnet .honors-con:hover .img-box img {
  transform: scale(1.1);
}
.honorscontnet .honors-con .honors-titlebox .honors-type {
  padding: var(--d8) var(--d20);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-bottom: var(--d34);
  background-color: #F5F5F5;
  transition: all 0.5s;
}
.honorscontnet .honors-con .honors-titlebox .honors-title {
  margin-bottom: var(--d32);
}
.honorscontnet .honors-con .honors-titlebox .honors-title h3 {
  color: var(--c3);
  font-weight: 500;
  font-size: var(--18);
  line-height: calc(22 / 18);
}
.honorscontnet .honors-con .honors-imgbox {
  border-radius: 20px;
  overflow: hidden;
}
.honorscontnet .honors-con .honors-imgbox .img-box {
  padding-bottom: calc(735 / 550 * 100%);
}
.development {
  padding: var(--d120) 0;
  background-color: #F6F7F8;
  position: relative;
}
.development .container {
  position: relative;
  z-index: 10;
}
.development .development-swbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.development .development-swbox::after {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed var(--c);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.development .development-swbox .development-prev {
  margin-right: var(--d100);
  position: relative;
  z-index: 1;
}
.development .development-swbox .development-next {
  margin-left: var(--d100);
  position: relative;
  z-index: 1;
}
.development .development-swbox .development-swiper {
  width: 100%;
  padding-left: 6px;
}
.development .development-swbox .development-swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.development .development-swbox .development-swiper .swiper-slide::after {
  box-sizing: content-box;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--c);
  content: '';
}
.development .development-swbox .development-swiper .swiper-slide::before {
  width: 0;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -100%);
  border-left: 1px dashed var(--c);
  content: '';
}
.development .development-swbox .development-swiper .swiper-slide .development-textcon {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.development .development-swbox .development-swiper .swiper-slide:nth-child(2n) {
  justify-content: flex-end;
}
.development .development-swbox .development-swiper .swiper-slide:nth-child(2n)::before {
  transform: translate(-50%, 0%);
}
.development .development-swbox .development-swiper .swiper-slide:nth-child(2n) .development-textcon {
  justify-content: flex-end;
}
.development .development-swbox .development-swiper .swiper-slide-next::after {
  background-color: #fff;
  border: 6px solid var(--c);
}
.development .development-swbox .development-swiper .swiper-slide-next .development-date {
  color: var(--c) !important;
}
.development .development-textcon2 .development-date {
  font-size: var(--40);
  letter-spacing: -0.03em;
  margin-bottom: var(--d30);
  line-height: 1;
  font-weight: 500;
  color: var(--c3);
}
.development .development-textcon2 .development-sw-title {
  margin-bottom: var(--d14);
}
.development .development-textcon2 .development-sw-title h3 {
  font-size: var(--18);
  letter-spacing: -0.02em;
  line-height: 1;
}
.development .development-textcon2 .development-sw-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.development .waves {
  position: absolute;
  width: 100%;
  height: 722px;
  bottom: 0;
  left: 0;
}
.culture {
  padding: var(--d120) 0;
  background-color: #F6F7F8;
}
.culture .culture-title .title {
  text-align: left;
}
.culture .culture-text {
  width: 990px;
  max-width: 100%;
  margin-bottom: var(--d90);
}
.culture .culture-list .culture-list2 {
  padding: var(--d26) 0;
  border-bottom: 1px solid #EEEEEE;
}
.culture .culture-list .culture-list2:hover .img-box img {
  transform: scale(1.1);
}
.culture .culture-list .culture-list2:hover .culture-icon {
  border-radius: 15px !important;
  border: 4px solid rgba(255, 255, 255, 0.1) !important;
  background: #0553DD !important;
}
.culture .culture-list .culture-list2:hover .culture-icon img {
  animation: playan3 1s linear forwards;
}
.culture .culture-list .culture-list2:first-child {
  border-top: 1px solid #EEEEEE;
}
.culture .culture-list .culture-list2 .culture-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.culture .culture-list .culture-list2 .culture-list3 .culture-img {
  width: calc(420 / 1650 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
.culture .culture-list .culture-list2 .culture-list3 .culture-img .img-box {
  padding-bottom: calc(440 / 840 * 100%);
}
.culture .culture-list .culture-list2 .culture-list3 .culture-textbox {
  width: calc(1230 / 1650 * 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: var(--d110);
}
.culture .culture-list .culture-list2 .culture-list3 .culture-textbox .culture-textbox2 {
  width: calc(100% - var(--r60));
  padding-right: var(--d30);
  max-width: 700px;
}
.culture .culture-list .culture-list2 .culture-list3 .culture-textbox .culture-textbox2 .culture-list-title h3 {
  letter-spacing: -0.03em;
  font-size: var(--26);
  line-height: 1;
  margin-bottom: var(--d18);
  font-weight: 500;
  color: var(--c3);
}
.culture .culture-list .culture-list2 .culture-list3 .culture-textbox .culture-textbox2 .culture-list-text {
  font-size: var(--18);
  line-height: calc(22 / 18);
}
.culture .culture-list .culture-list2 .culture-list3 .culture-textbox .culture-icon {
  width: var(--r60);
  height: var(--r60);
  min-width: var(--r60);
  border-radius: 15px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  background: #202733;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.culture .culture-list .culture-list2 .culture-list3 .culture-textbox .culture-icon img {
  width: var(--24);
  height: var(--24);
  object-fit: cover;
}
.application {
  padding: var(--d120) 0;
}
.application .application-list {
  margin-bottom: calc(-1 * var(--d30));
}
.application .application-list .application-list2 {
  margin-bottom: var(--d30);
}
.application .application-list .application-list2 .application-list3 {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.application .application-list .application-list2 .application-list3:hover .img-box img {
  transform: scale(1.1);
}
.application .application-list .application-list2 .application-list3:hover::after {
  opacity: 0;
}
.application .application-list .application-list2 .application-list3:hover::before {
  opacity: 1;
}
.application .application-list .application-list2 .application-list3:hover .application-list-title h3 {
  text-decoration: underline;
}
.application .application-list .application-list2 .application-list3:hover .application-icon img {
  animation: playan3 1s linear forwards;
}
.application .application-list .application-list2 .application-list3::after {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.02%, #000 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0.8;
}
.application .application-list .application-list2 .application-list3::before {
  content: '';
  background: linear-gradient(180deg, rgba(5, 83, 221, 0) 27.02%, #0553DD 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
}
.application .application-list .application-list2 .application-list3 .application-imgbox .img-box {
  padding-bottom: calc(615 / 795 * 100%);
}
.application .application-list .application-list2 .application-list3 .application-textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--d30) var(--d70) var(--d60) var(--d32);
  z-index: 11;
}
.application .application-list .application-list2 .application-list3 .application-textbox .application-icon {
  margin-bottom: var(--d30);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--r46);
  height: var(--r46);
  min-width: var(--r46);
}
.application .application-list .application-list2 .application-list3 .application-textbox .application-icon img {
  width: var(--24);
  height: var(--24);
}
.application .application-list .application-list2 .application-list3 .application-textbox .application-list-title {
  margin-bottom: var(--d10);
}
.application .application-list .application-list2 .application-list3 .application-textbox .application-list-title h3 {
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  font-size: var(--28);
}
.application .application-list .application-list2 .application-list3 .application-textbox .application-list-text {
  font-size: var(--18);
  line-height: calc(22 / 18);
  color: #fff;
}
.assembly {
  padding: var(--d120) 0;
  background-color: #F6F7F8;
}
.assembly .assembly-title {
  margin-bottom: var(--d60);
}
.assembly .assembly-title .title {
  text-align: left;
  margin-bottom: 0;
}
.assembly .assembly-textbox {
  width: 1510px;
  max-width: 100%;
  margin-bottom: var(--d100);
}
.assembly .assembly-textbox .assembly-text-title {
  font-size: var(--26);
  font-weight: 500;
  color: var(--c);
  margin-bottom: var(--d30);
  letter-spacing: -0.03em;
}
.assembly .assembly-textbox .assembly-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
}
.assembly .process-title {
  font-size: var(--40);
  margin-bottom: var(--d48);
  font-weight: 500;
  color: var(--c3);
  letter-spacing: -0.03em;
}
.assembly .process-con {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.assembly .process-con:hover .process-textbox {
  transform: translate(0) !important;
  background-color: var(--c) !important;
}
.assembly .process-con::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.14%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.assembly .process-con .process-imgbox .img-box {
  padding-bottom: calc(440 / 330 * 100%);
}
.assembly .process-con .process-textbox {
  position: absolute;
  padding: var(--d30) var(--d24) 0;
  background-color: transparent;
  border-radius: 20px;
  z-index: 10;
  bottom: 0;
  width: 100%;
  transition: all 0.5s;
}
.assembly .process-con .process-sw-title {
  margin-bottom: var(--d16);
}
.assembly .process-con .process-sw-title h3 {
  font-size: var(--18);
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}
.assembly .process-con .process-sw-text {
  padding-bottom: var(--d24);
  color: #fff;
  font-size: var(--16);
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.assembly .swiper-slide {
  position: relative;
}
.assembly .swiper-slide:last-child .process-icon {
  display: none;
}
.assembly .swiper-slide .process-icon {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: -40px;
  z-index: 11;
}
.assembly .swiper-slide .process-icon i {
  font-size: var(--30);
  color: #B8BEC8;
}
.assembly .process-swbox .swiper-butbox {
  margin-top: var(--d40);
  justify-content: flex-start;
}
.casecontent .classic {
  padding: var(--d120) 0 var(--d100);
  background-color: #F6F7F8;
}
.casecontent .classic-text {
  text-align: center;
  margin-bottom: var(--d50);
}
.casecontent .classic-slick {
  margin: calc(-1 * var(--d15));
}
.casecontent .classic-slick .item-slick {
  padding: var(--d15);
}
.casecontent .classic-con {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}
.casecontent .classic-con:hover .img-box img {
  transform: scale(1.1);
}
.casecontent .classic-con:hover .classic-icon {
  background-color: var(--c) !important;
}
.casecontent .classic-con::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.79%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.casecontent .classic-con .img-box {
  padding-bottom: calc(380 / 530 * 100%);
}
.casecontent .classic-con .classic-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: var(--d20);
  z-index: 10;
}
.casecontent .classic-con .classic-name h3 {
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  text-align: center;
}
.casecontent .gallery {
  padding: var(--d120) 0;
}
.casecontent .gallery .gallery-title {
  margin-bottom: var(--d60);
}
.casecontent .gallery .gallery-title h2 {
  text-align: center;
  font-size: var(--40);
  font-weight: 500;
  letter-spacing: -0.03;
  color: var(--c3);
}
.classic-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--r80);
  height: var(--r80);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  border-radius: 50%;
  transition: all 0.5s;
}
.classic-icon i {
  font-size: var(--56);
  color: #fff;
}
.classic-navbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d100);
}
.classic-navbox .classic-list {
  padding: 6px;
  background-color: #E5E9F1;
  display: inline-flex;
  justify-content: safe center;
  align-items: center;
  border-radius: 50px;
  overflow-x: auto;
  overflow-y: hidden;
}
.classic-navbox .classic-list .classic-list2 {
  margin-right: 6px;
}
.classic-navbox .classic-list .classic-list2:last-child {
  margin-right: 0;
}
.classic-navbox .classic-list .classic-list2 .classic-list3 {
  padding: var(--d20) var(--d50);
  background-color: #fff;
  border-radius: 50px;
  font-size: var(--18);
  line-height: 1;
  cursor: pointer;
  transition: all 0.5s;
  color: var(--c3);
  font-weight: 500;
  letter-spacing: -0.02em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.classic-navbox .classic-list .action .classic-list3 {
  background-color: var(--c);
  color: #fff;
}
.newscontent {
  padding: var(--d120) 0 var(--d96);
  background-color: #F6F7F8;
}
.newscontent .about-text {
  margin-bottom: var(--d50);
}
.newscontent .news-list {
  padding-bottom: var(--d80);
  margin-bottom: calc(var(--d30) * -1);
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d30);
}
.downloadcontent {
  padding: var(--d120) 0;
  background-color: #F6F7F8;
}
.downloadcontent .about-text {
  margin-bottom: var(--d50);
}
.downloadcontent .download-form {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 8px 20px 0 rgba(7, 79, 205, 0.1);
  padding: var(--d78) var(--d75);
}
.downloadcontent .download-form .inquiry-form .input-box {
  background-color: #F6F7F8;
}
.downloadcontent .download-form .inquiry-form .submit {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: var(--d17) var(--d72);
  background-color: var(--c3);
}
.downloadcontent .documents-list .documents-list2 .documents-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d10) 0;
  border-bottom: 1px solid #E5E9F1;
}
.downloadcontent .documents-list .documents-list2 .documents-list3:first-child {
  border-top: 1px solid #E5E9F1;
}
.downloadcontent .documents-list .documents-list2 .documents-list3 .documents-list-title {
  width: 50%;
}
.downloadcontent .documents-list .documents-list2 .documents-list3 .documents-list-title h3 {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: var(--c3);
}
.downloadcontent .documents-list .documents-list2 .documents-list3 .documents-datebox {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downloadcontent .documents-list .documents-list2 .documents-list3 .documents-datebox .documents-date {
  font-size: var(--14);
  line-height: 1;
}
.downloadcontent .documents-list .documents-list2 .documents-list3 .documents-datebox .documents-but {
  border-radius: 50px;
  padding: var(--d8) var(--d12);
  background-color: var(--c3);
  color: #fff;
  font-size: var(--16);
  line-height: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.downloadcontent .documents-list .documents-list2 .documents-list3 .documents-datebox .documents-but:hover {
  background-color: var(--c);
}
.downloadcontent .video-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downloadcontent .video-box .video-left {
  width: calc(825 / 1650 * 100%);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.downloadcontent .video-box .video-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.downloadcontent .video-box .video-right {
  width: calc(825 / 1650 * 100%);
  padding-left: var(--d105);
}
.downloadcontent .video-box .video-right .video-con-title {
  margin-bottom: var(--d26);
}
.downloadcontent .video-box .video-right .video-con-title h3 {
  font-size: var(--40);
  line-height: 1;
  font-weight: 500;
  color: var(--c3);
}
.downloadcontent .video-box .video-right .video-con-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  margin-bottom: var(--d70);
}
.downloadcontent .video-box .video-right .video-mes {
  font-size: var(--16);
  line-height: 1;
  margin-bottom: var(--d40);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.downloadcontent .video-box .video-right .video-mes span {
  color: #6E7785;
}
.downloadcontent .video-box .video-right .video-mes i {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 var(--d14);
  border-radius: 50%;
  background-color: #B8BEC8;
}
.downloadcontent .video-box .video-right .video-but .video-but2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.downloadcontent .video-box .video-right .video-but .video-but2:hover .video-but-icon::after,
.downloadcontent .video-box .video-right .video-but .video-but2:hover .video-but-title {
  background-color: var(--c3);
}
.downloadcontent .video-box .video-right .video-but .video-but2 .video-but-title {
  padding: var(--d17) var(--d66);
  font-weight: 500;
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  background-color: var(--c);
  margin-right: 6px;
  transition: all 0.5s;
}
.downloadcontent .video-box .video-right .video-but .video-but2 .video-but-icon {
  width: var(--r58);
  height: var(--r58);
  border-radius: 50%;
  min-width: var(--r58);
  background-color: rgba(5, 83, 221, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.downloadcontent .video-box .video-right .video-but .video-but2 .video-but-icon::after {
  width: calc(50 / 58 * 100%);
  height: calc(50 / 58 * 100%);
  background-color: var(--c);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  transition: all 0.5s;
}
.downloadcontent .video-box .video-right .video-but .video-but2 .video-but-icon i {
  font-size: var(--18);
  z-index: 10;
  color: #fff;
}
.contact {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
  background-color: #F6F7F8;
  position: relative;
}
.contact .contact-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.contact .contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .contact-title {
  position: relative;
  z-index: 10;
}
.contact .contact-title .title {
  text-align: left;
}
.contact .contact-text {
  max-width: 100%;
  position: relative;
  z-index: 10;
  width: 990px;
  margin-bottom: var(--d100);
}
.contact .contact-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.contact .contact-box .contact-left {
  width: calc(700 / 1650 * 100%);
  padding-right: var(--d80);
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 {
  margin-bottom: var(--d30);
}
.contact .contact-box .contact-left .contact-mes .contact-mes2:last-child {
  margin-bottom: 0;
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3:hover .contact-icon {
  background-color: var(--c);
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3:hover .contact-icon img {
  animation: playan3 1s linear forwards;
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3:hover .contact-mes-text {
  color: var(--c) !important;
  text-decoration: underline;
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-icon {
  width: var(--r60);
  height: var(--r60);
  min-width: var(--r60);
  border-radius: 15px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  background: #202733;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-right: var(--d34);
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-icon img {
  width: var(--24);
  height: var(--24);
  object-fit: cover;
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-content .contact-mes-title {
  font-size: var(--18);
  line-height: 1;
  color: #9DA6B4;
  margin-bottom: var(--d14);
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-content .contact-mes-text {
  font-size: var(--22);
  line-height: calc(30 / 22);
  font-weight: 500;
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-content .contact-mes-text a {
  display: block;
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-content .contact-mes-text .contact-mes-imgbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-content .contact-mes-text .contact-mes-imgbox .contact-mes-img {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border: 4px solid #F0F0F0;
  margin-right: var(--d20);
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-content .contact-mes-text .contact-mes-imgbox .contact-mes-img:last-child {
  margin-right: 0;
}
.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-content .contact-mes-text .contact-mes-imgbox .contact-mes-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .contact-box .contact-right {
  width: calc(950 / 1650 * 100%);
}
.contact-form {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 8px 20px 0 rgba(7, 79, 205, 0.1);
  padding: var(--d50) var(--d55) var(--d60);
}
.contact-form ul {
  --bs-gutter-x: 1em;
}
.contact-form ul li {
  margin-bottom: var(--d30);
}
.contact-form .form-title {
  font-size: var(--16);
  line-height: calc(23 / 16);
  font-weight: 500;
  margin-bottom: 6px;
}
.contact-form .input-box {
  width: 100%;
  border-radius: 10px;
  padding: var(--d16) var(--d20);
  font-size: var(--14);
  line-height: calc(20 / 14);
  background-color: #F6F7F8;
  color: #fff;
}
.contact-form .input-box::placeholder {
  color: #B8BEC8;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  height: 160px;
  margin-bottom: var(--d26);
  border-radius: 2px;
}
.contact-form .form-butbox {
  margin-top: var(--d26);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form .input-up {
  border-radius: 40px;
  border: 1px dashed #202733;
  padding: var(--d12) var(--d42);
  font-size: var(--16);
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
}
.contact-form .input-up img {
  margin-left: var(--d10);
  transition: all 0.5s;
}
.contact-form .input-up:hover {
  background-color: var(--c);
  color: #fff;
}
.contact-form .input-up:hover img {
  filter: brightness(0) invert(1);
}
.contact-form .submit {
  margin-right: var(--d10);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d17) var(--d72);
  font-size: var(--16);
  line-height: 1;
  border-radius: 50px;
  color: #fff;
  background-color: var(--c3);
  overflow: hidden;
  position: relative;
}
.contact-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.contact-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d100);
  padding-top: var(--d60);
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .index-news-date {
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d20);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  white-space: nowrap;
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d50);
}
.sitemapcontent {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.sitemapcontent .sitemap-content .sitemap-title {
  margin-bottom: var(--d60);
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: var(--d30);
}
.sitemapcontent .sitemap-content .list1 .list2:last-child {
  margin-bottom: 0;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3 {
  border-radius: 8px;
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: var(--c);
  color: #fff;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
  padding-top: 20px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--c);
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: var(--c);
}
.privacycontent {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.cart {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
  background-color: #F7F7F8;
}
.cart .pic {
  width: 60%;
}
.cart .cartcontent {
  padding-bottom: var(--d100);
}
.cart .cart-box .title-inquiry-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .check-all label {
  width: auto;
}
.cart .cart-box .title-inquiry-info .check-all label span {
  margin-left: var(--d10);
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5f7fa;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cart .cart-box .inquiry-list .number-box span:hover {
  background-color: #254b9e;
  color: #fff;
}
.cart .cart-box .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cart .cart-box .inquiry-list .iclose:hover::after {
  color: #254b9e;
}
.cart .cart-box .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  z-index: 10;
}
.cart .cart-box .checkbox {
  width: 10%;
}
.cart .cart-box .pimg,
.cart .cart-box .number {
  width: 20%;
}
.cart .cart-box .pname {
  width: 40%;
}
.cart .cart-box .pname2 {
  display: none;
}
.cart .cart-box .operation {
  width: 10%;
}
.cart .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
  bottom: 0;
  left: 0;
}
.cart .cart-box .pimg-pname-num {
  display: none;
}
.cart .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}
.cart .detailscontent .requestbox {
  padding-top: var(--36);
  padding-bottom: var(--64);
}
@media (max-width: 1400px) {
  .cart .cart-box .title-inquiry-info .item {
    font-size: 14px;
    padding: 10px;
  }
  .cart .cart-box .inquiry-list .item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .pic {
    width: 100%;
  }
  .cart .cart-box .pimg,
  .cart .cart-box .pname,
  .cart .cart-box .number {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .cart .cart-box .pimg-pname-num .cart-img {
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .cart .cart-box .checkbox span,
  .cart .cart-box .operation span {
    display: none;
  }
}
.servicecontent {
  padding: var(--d100) 0;
}
.servicecontent .service-navbox {
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: var(--d30);
}
.servicecontent .service-nav {
  display: flex;
  justify-content: safe center;
  align-items: center;
}
.servicecontent .service-nav .service-nav2 {
  margin-right: var(--d20);
  transition: all 0.5s;
}
.servicecontent .service-nav .service-nav2:hover {
  background-color: var(--c);
  color: #fff;
}
.servicecontent .service-nav .service-nav2:last-child {
  margin-right: 0;
}
.servicecontent .service-nav .service-nav2 .service-nav3 {
  padding: var(--d15);
  border: 1px solid var(--c);
}
.servicecontent .service-nav .action {
  background-color: var(--c);
  color: #fff;
}
.servicecontent .service-title {
  margin-bottom: var(--d30);
}
.servicecontent .service-title h2 {
  text-align: left;
}
.servicecontent .service-text {
  margin-bottom: var(--d30);
}
.servicecontent .service-list {
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d80);
}
.servicecontent .service-list .service-list2 {
  margin-bottom: var(--d30);
}
.servicecontent .service-list .service-list2 .service-list3 .service-imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.servicecontent .service-list .service-list2 .service-list3 .service-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicecontent .service-list .service-list2 .service-list3 .service-list-title h3 {
  color: var(--c3);
  font-size: var(--24);
  line-height: calc(30 / 24);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.servicecontent .service-list .service-list2 .service-list3 .service-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .fooder .fooder-top .fooder-top2 .fooder-mesbox {
    width: 370px;
  }
  .i-about-video .i-about-iconbg .i-about-icon {
    width: 120px;
    height: 120px;
  }
  .assembly .swiper-slide .process-icon {
    right: -22.5px;
  }
}
@media (max-width: 1400px) {
  .i-about-video .i-about-iconbg .i-about-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .downloadcontent .video-box {
    flex-direction: column;
  }
  .downloadcontent .video-box .video-right {
    width: 100%;
    padding-left: 0;
  }
  .downloadcontent .video-box .video-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .downloadcontent .documents-list .documents-list2 .documents-list3 {
    flex-direction: column;
  }
  .downloadcontent .documents-list .documents-list2 .documents-list3 .documents-list-title {
    width: 100%;
  }
  .downloadcontent .documents-list .documents-list2 .documents-list3 .documents-datebox {
    width: 100%;
    margin-top: var(--d30);
    flex-wrap: wrap;
  }
  .downloadcontent .documents-list .documents-list2 .documents-list3 .documents-datebox .documents-but {
    margin-top: var(--d20);
  }
  .culture .culture-list .culture-list2 .culture-list3 {
    flex-direction: column;
  }
  .culture .culture-list .culture-list2 .culture-list3 .culture-img {
    width: 100%;
  }
  .culture .culture-list .culture-list2 .culture-list3 .culture-textbox {
    width: 100%;
    padding-left: 0;
    margin-top: var(--d30);
  }
  .aboutcontent .about .about-conbox {
    padding-left: 0;
  }
  .details-navbox {
    top: 60px;
  }
  .header {
    position: sticky;
  }
  .header .header-box {
    background-color: var(--c);
    top: 0;
    box-shadow: -1px 5px 22.5px -7px rgba(21, 21, 21, 0.37);
  }
  .header .header-box .header-logo .logo img {
    filter: unset;
  }
  .header .header-language {
    border: none;
  }
  .header .header-language .header-language3 {
    padding: 0;
    margin-right: var(--d30);
    border: none;
  }
  .header .header-search {
    padding: 0;
    margin-right: var(--d30);
    border: none;
  }
  .header .header-cart {
    padding: 0;
    margin-right: var(--d30);
    border: none;
  }
  .header .header-left .header-logo {
    padding: 0;
    border: none;
  }
  .details-content {
    flex-direction: column;
  }
  .details-content .details-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .contact .contact-box {
    flex-direction: column;
  }
  .contact .contact-box .contact-left {
    width: 100%;
    padding-left: 0;
  }
  .contact .contact-box .contact-right {
    width: 100%;
    margin-top: var(--d30);
  }
  .details-content .details-right {
    width: 100%;
    padding-left: 0;
  }
  .fooder .fooder-top .fooder-top2 {
    flex-wrap: wrap;
  }
  .fooder .fooder-top .fooder-top2 .fooder-formbox {
    width: 100%;
    margin-top: var(--d30);
  }
  .indexcontent .i-solution .i-solution-con {
    flex-direction: column;
  }
  .indexcontent .i-solution .i-solution-con .i-solution-left {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d50);
  }
  .indexcontent .i-solution .i-solution-con .i-solution-right {
    width: 100%;
  }
  .i-about-video .i-about-iconbg .i-about-icon {
    width: 80px;
    height: 80px;
  }
  .header .header-left .header-logo .logo {
    width: 110px;
  }
  .header .header-box .header-content {
    height: 60px;
  }
  .indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-typebox {
    display: block !important;
  }
  .indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 .i-product-list3 .i-product-list-text {
    display: block !important;
  }
  .indexcontent .i-product .i-product-con .i-product-right .i-product-list .i-product-list2 {
    display: none;
  }
  .indexcontent .i-product .i-product-con .i-product-right .i-product-list .open {
    display: block;
  }
  .indexcontent .i-product .i-product-con .i-product-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-product .i-product-con .i-product-right {
    width: 100%;
  }
  .indexcontent .i-product .i-product-con {
    flex-direction: column;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .s-menu {
    display: block;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 990px) {
  .indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox {
    padding: 0;
  }
  .assembly .swiper-slide .process-icon {
    right: -14.5px;
  }
  .i-about-list .i-about-list2 .i-about-list3 .num {
    margin-bottom: var(--d15);
  }
  .i-about-list .i-about-list2 .i-about-list3 .i-about-list-title {
    padding-top: var(--d15);
    margin-bottom: var(--d15);
  }
  .i-about-list .i-about-list2 {
    margin-bottom: 30px;
  }
  .indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 {
    flex-direction: column;
  }
  .indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-img {
    width: 100%;
    margin-bottom: var(--40);
  }
  .indexcontent .i-solution .i-solution-con .i-solution-right .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-textbox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .details-navbox {
    top: 50px;
  }
  .fooder .fooder-top .fooder-top2 .fooder-mesbox {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .i-about-video {
    height: 250px;
  }
  .fooder .fooder-top .fooder-conbox .fooder-copyright {
    flex-wrap: wrap;
  }
  .assembly .swiper-slide .process-icon {
    right: -3.5px;
  }
  .fooder .fooder-img .fooder-img2 .fooder-share {
    position: relative;
  }
  .indexcontent .i-feed .i-feed-list {
    --bs-gutter-x: 0rem;
  }
  .development .development-swbox .development-swiper .swiper-slide:nth-child(2n) .development-textcon {
    justify-content: flex-start;
  }
  .development .development-swbox .development-swiper .swiper-slide::before {
    display: none;
  }
  .development .development-swbox .development-swiper .swiper-slide::after {
    display: none;
  }
  .development .development-swbox::after {
    display: none;
  }
  .development .canvas-box {
    display: none;
  }
  .development .development-swbox .development-swiper .swiper-slide:nth-child(2n) {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .header .header-language .header-language3 img {
    display: none;
  }
  .header .header-left .header-logo .logo {
    width: 90px;
  }
  .header .header-box .header-content {
    height: 50px;
  }
  .assembly .swiper-slide .process-icon {
    display: none;
  }
}
