* {
  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: 1.3;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #404B4A;
}
.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;
  word-break: unset !important;
}
.table-box table td,
.table-box table th {
  padding: var(--d16) !important;
  border: 1px solid #b3dfdc;
  word-break: none !important;
}
.table-box table tr:first-child {
  background-color: #167872 !important;
  color: #fff !important;
  position: sticky;
  top: 0;
}
.table-box table tr:first-child td {
  background-color: #167872 !important;
  color: #fff !important;
}
.table-box table tr:nth-child(2n) {
  background-color: #FFFFFF;
}
@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 {
  display: none !important;
  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;
}
.review-box p {
  margin: 0 0 0 var(--d20);
  font-size: var(--20);
  color: #094D49;
}
.review-box .ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  border-radius: 3px;
  line-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-box .ratingbox .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.review-box .ratingbox .rating input {
  display: none !important;
}
.review-box .ratingbox .rating input:checked ~ label svg {
  fill: #094D49;
}
.review-box .ratingbox .rating label {
  margin-right: 5px;
  cursor: pointer;
  color: #094D49;
  display: flex;
  align-items: center;
}
.review-box .ratingbox .rating label::before {
  display: none !important;
}
.review-box .ratingbox .rating label svg {
  width: var(--20);
  height: var(--20);
  fill: none;
  stroke: #094D49;
  stroke-width: 2px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.review-box .ratingbox .rating label:hover svg,
.review-box .ratingbox .rating label:hover ~ label svg {
  fill: #F85E03;
}
body {
  font-family: 'OpenSans', '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: var(--16);
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #424E61;
  color: #4D4D4D;
  background-color: #fff;
}
@font-face {
  font-family: 'OpenSans';
  font-weight: 400;
  font-style: normal;
  src: local('OpenSans Regular'), local('OpenSans-Regular'), url('../../app/fonts/OpenSans-Regular.woff2') format('woff2'), url('../../app/fonts/OpenSans-Regular.woff') format('woff'), url('../../app/fonts/OpenSans-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  font-weight: 500;
  font-style: normal;
  src: local('OpenSans Medium'), local('OpenSans-Medium'), url('../../app/fonts/OpenSans-Medium.woff2') format('woff2'), url('../../app/fonts/OpenSans-Medium.woff') format('woff'), url('../../app/fonts/OpenSans-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-weight: 400;
  font-style: normal;
  src: local('Birthstone Regular'), local('Oswald-Regular'), url('../../app/fonts/Oswald-Regular.woff2') format('woff2'), url('../../app/fonts/Oswald-Regular.woff') format('woff'), url('../../app/fonts/Oswald-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-weight: 600;
  font-style: normal;
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url('../../app/fonts/Oswald-SemiBold.woff2') format('woff2'), url('../../app/fonts/Oswald-SemiBold.woff') format('woff'), url('../../app/fonts/Oswald-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'TitilliumWeb';
  font-weight: 400;
  font-style: normal;
  src: local('TitilliumWeb Regular'), local('TitilliumWeb-Regular'), url('../../app/fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('../../app/fonts/TitilliumWeb-Regular.woff') format('woff'), url('../../app/fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'TitilliumWeb';
  font-weight: 600;
  font-style: normal;
  src: local('TitilliumWeb SemiBold'), local('TitilliumWeb-SemiBold'), url('../../app/fonts/TitilliumWeb-SemiBold.woff2') format('woff2'), url('../../app/fonts/TitilliumWeb-SemiBold.woff') format('woff'), url('../../app/fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
  font-display: swap;
}
.oswald {
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
}
.titilliumweb {
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.typebox {
  font-size: var(--16);
  color: #094D49;
  line-height: 1;
  margin-bottom: var(--d10);
}
.typebox img {
  width: var(--22);
  margin-right: var(--d10);
}
.title {
  font-size: var(--58);
  line-height: 1.2;
  font-weight: 500;
  color: #171c1c;
  letter-spacing: -0.02em;
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.title2 {
  font-size: var(--58);
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.title2 span {
  color: var(--c3);
}
.title3 {
  font-size: var(--58);
  line-height: 1.2;
  font-weight: 500;
  color: #171C1C;
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.title3 span {
  background-color: var(--c2);
  color: #fff;
}
.text {
  font-size: var(--16);
  line-height: 1.5;
  color: #404B4A;
}
.textbox {
  text-align: center;
  margin-bottom: var(--d80);
}
.textbox .title {
  margin-bottom: var(--d26);
}
.textbox .text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
i {
  line-height: 1;
}
.container {
  padding: 0;
  max-width: 1650px;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1650px) / 2);
  --c: #6C9D9A;
  --c2: #167872;
  --c3: #C22A2C;
  --c4: #094D49;
  --g210: 13.125rem;
  --g168: 10.5rem;
  --g160: 10rem;
  --g152: 9.5rem;
  --g110: 6.875rem;
  --g104: 6.5rem;
  --g94: 5.875rem;
  --g86: 5.375rem;
  --g80: 5rem;
  --g70: 4.375rem;
  --g64: 4rem;
  --g60: 3.75rem;
  --g55: 3.4375rem;
  --g50: 3.125rem;
  --g48: 3rem;
  --g40: 2.5rem;
  --g32: 2rem;
  --g24: 1.5rem;
  --g20: 1.25rem;
  --g18: 1.125rem;
  --g16: 1rem;
  --g12: 0.75rem;
  --g10: 0.625rem;
  --g8: 0.5rem;
  --r217: 217px;
  --r188: 188px;
  --r166: 166px;
  --r150: 150px;
  --r136: 136px;
  --r130: 130px;
  --r120: 120px;
  --r116: 116px;
  --r110: 110px;
  --r100: 100px;
  --r96: 96px;
  --r94: 94px;
  --r90: 90px;
  --r85: 85px;
  --r80: 80px;
  --r76: 76px;
  --r74: 74px;
  --r72: 72px;
  --r70: 70px;
  --r68: 68px;
  --r64: 64px;
  --r62: 62px;
  --r60: 60px;
  --r58: 58px;
  --r56: 56px;
  --r54: 54px;
  --r52: 52px;
  --r50: 50px;
  --r48: 48px;
  --r46: 46px;
  --r45: 45px;
  --r44: 44px;
  --r42: 42px;
  --r40: 40px;
  --r38: 38px;
  --r36: 36px;
  --r35: 35px;
  --r34: 34px;
  --r32: 32px;
  --r30: 30px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d300: 300px;
  --d286: 286px;
  --d274: 274px;
  --d260: 260px;
  --d243: 243px;
  --d225: 225px;
  --d212: 212px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d183: 183px;
  --d180: 180px;
  --d176: 176px;
  --d170: 170px;
  --d168: 168px;
  --d166: 166px;
  --d164: 164px;
  --d162: 162px;
  --d160: 160px;
  --d158: 158px;
  --d155: 155px;
  --d154: 154px;
  --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;
  --d54: 54px;
  --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;
  --130: 130px;
  --128: 128px;
  --120: 120px;
  --110: 110px;
  --100: 100px;
  --96: 96px;
  --92: 92px;
  --90: 90px;
  --86: 86px;
  --84: 84px;
  --80: 80px;
  --78: 78px;
  --76: 76px;
  --75: 75px;
  --74: 74px;
  --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);
    --r217: 180px;
    --g210: 6.125rem;
    --g160: 6rem;
    --r136: 120px;
    --r130: 110px;
    --r48: 40px;
    --r45: 40px;
    --r44: 40px;
    --90: 65px;
    --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;
    --g168: 5.5rem;
    --g160: 5rem;
    --g110: 5rem;
    --g104: 4.5rem;
    --g86: 4.375rem;
    --g70: 3.375rem;
    --r217: 160px;
    --r188: 120px;
    --r166: 100px;
    --r150: 100px;
    --r136: 90px;
    --r130: 90px;
    --r116: 90px;
    --r110: 90px;
    --r100: 80px;
    --r96: 80px;
    --r90: 80px;
    --r85: 75px;
    --r80: 72px;
    --r76: 70px;
    --r74: 70px;
    --r72: 70px;
    --r70: 60px;
    --r68: 60px;
    --r62: 60px;
    --r64: 60px;
    --r60: 55px;
    --r58: 50px;
    --r56: 50px;
    --r54: 50px;
    --r48: 35px;
    --r45: 35px;
    --r44: 35px;
    --d700: 600px;
    --d376: 300px;
    --d357: 285px;
    --d330: 270px;
    --d300: 250px;
    --d286: 150px;
    --d274: 150px;
    --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;
    --d154: 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;
    --130: 100px;
    --128: 100px;
    --120: 100px;
    --110: 70px;
    --100: 70px;
    --96: 70px;
    --90: 30px;
    --86: 65px;
    --84: 65px;
    --80: 65px;
    --75: 65px;
    --74: 65px;
    --72: 65px;
    --70: 52px;
    --68: 52px;
    --66: 60px;
    --65: 54px;
    --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;
    --40: 36px;
    --38: 34px;
    --36: 30px;
    --34: 30px;
    --32: 30px;
    --30: 28px;
    --28: 26px;
    --26: 22px;
    --24: 20px;
    --22: 18px;
    --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;
    --g168: 2.5rem;
    --g160: 2.5rem;
    --g110: 2.5rem;
    --g104: 2.5rem;
    --g86: 2.375rem;
    --g80: 3rem;
    --g70: 2.175rem;
    --g60: 2.175rem;
    --g55: 2.175rem;
    --g50: 2rem;
    --g40: 1.5rem;
    --r217: 120px;
    --r188: 100px;
    --r136: 80px;
    --r130: 80px;
    --r116: 80px;
    --r110: 80px;
    --r100: 70px;
    --r96: 68px;
    --r90: 68px;
    --r85: 65px;
    --r80: 62px;
    --r76: 60px;
    --r74: 56px;
    --r72: 56px;
    --r70: 55px;
    --r68: 50px;
    --r64: 50px;
    --r62: 50px;
    --r60: 50px;
    --r52: 50px;
    --r50: 45px;
    --r40: 35px;
    --r38: 30px;
    --r30: 24px;
    --d700: 450px;
    --d376: 220px;
    --d357: 205px;
    --d330: 205px;
    --d300: 205px;
    --d286: 100px;
    --d274: 100px;
    --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;
    --d154: 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: 20px;
    --d32: 20px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d12: 10px;
    --160: 80px;
    --130: 80px;
    --128: 80px;
    --120: 70px;
    --120: 66px;
    --100: 60px;
    --96: 60px;
    --90: 30px;
    --86: 55px;
    --84: 55px;
    --75: 50px;
    --74: 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: 28px;
    --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;
    --r100: 60px;
    --r60: 40px;
    --r52: 40px;
    --r38: 35px;
    --r35: 30px;
    --r36: 30px;
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d300: 150px;
    --d286: 80px;
    --d274: 80px;
    --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;
    --120: 50px;
    --96: 55px;
    --90: 30px;
    --86: 45px;
    --84: 45px;
    --75: 45px;
    --74: 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) {
  .container2,
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --r120: 80px;
    --r80: 50px;
    --r76: 50px;
    --r74: 50px;
    --r72: 50px;
    --r70: 50px;
    --r58: 46px;
    --r56: 46px;
    --r54: 40px;
    --r50: 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) {
  .container2,
  .container {
    max-width: 90%;
  }
  .fooder {
    padding-bottom: 52px !important;
  }
  :root {
    --p: 5%;
    --r130: 50px;
    --r68: 45px;
    --r64: 45px;
    --r62: 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;
    --d154: 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;
    --74: 37px;
    --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;
    --30: 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;
    --d154: 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;
    --d36: 15px;
    --d34: 15px;
    --d32: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --130: 50px;
    --128: 50px;
    --120: 35px;
    --110: 50px;
    --96: 35px;
    --90: 35px;
    --80: 30px;
    --75: 28px;
    --74: 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;
  }
}
@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.5;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@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% {
    transform: translate(0%, -50%) scale(1);
  }
  50% {
    transform: translate(0%, 50%) scale(1);
  }
  100% {
    transform: translate(0%, -50%) scale(1);
  }
}
@keyframes playan5 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.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;
  }
}
.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  border-radius: 5px;
  padding: var(--d10);
  background-color: var(--c);
  margin-bottom: var(--d30);
  color: #fff;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.other-banner {
  position: relative;
}
.other-banner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, rgba(6, 53, 50, 0.9) 0%, rgba(6, 53, 50, 0) 83.28%);
}
.other-banner .other-img {
  position: relative;
}
.other-banner .other-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-banner .other-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
.other-banner .other-textbox .other-title {
  margin-bottom: var(--d30);
}
.other-banner .other-textbox .other-title h2 {
  font-size: var(--60);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.other-banner .other-textbox .other-textbox2 {
  width: 810px;
  max-width: 100%;
  color: #fff;
}
.other-banner .other-textbox .other-textbox2 .other-text-title {
  font-size: var(--36);
  line-height: 1;
  margin-bottom: var(--d10);
  font-weight: 500;
}
.other-banner .other-textbox .other-textbox2 .other-text {
  font-family: 'OpenSans';
  font-size: var(--20);
}
.other-banner .con-but {
  margin-top: var(--d36);
}
.crbam {
  color: #171C1C;
  font-size: var(--16);
  line-height: 1.5;
}
.crbam .container {
  padding: var(--d14) 0;
  border-bottom: 1px dashed #CAD5D4;
}
.crbam i {
  font-size: var(--24);
  margin-right: var(--d10);
  color: #171C1C;
}
.crbam .crbam-list {
  display: inline;
}
.crbam .crbam-list .crbam-list2 {
  display: inline;
}
.crbam .crbam-list .crbam-list2 a {
  display: inline;
  line-height: 1;
}
.crbam .crbam-list .crbam-list2::after {
  content: '>';
}
.crbam .crbam-list .crbam-list2:last-child::after {
  display: none;
}
.crbam .crbam-list .action {
  color: #000000;
}
.drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  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;
  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;
}
.ams {
  display: inline-block;
}
.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  transition: all 0.5s;
  background-color: var(--c2);
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.header .header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(90 / 120 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 325px;
}
.header .header-logo .logo {
  width: 130px;
  position: relative;
  z-index: 1000;
}
.header .header-logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header-logo .logo a {
  position: relative;
  z-index: 10;
}
.header .header-box0 {
  background-color: var(--c2);
}
.header .header-box0 .header-content0 {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-con {
  width: calc(100% - 325px);
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--d60);
  transition: all 0.5s;
}
.header .header-conbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box {
  width: 100%;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}
.header .header-box .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  height: 90px;
  width: 100%;
  border-top: 1px solid #fff;
}
.header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s;
  height: 100%;
  position: relative;
  z-index: 100;
}
.header .header-right .translate {
  margin-right: var(--d60);
}
.header .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-mes .header-mes2 {
  margin-right: var(--d40);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
}
.header .header-mes .header-mes2:hover {
  color: var(--c);
  text-decoration: underline;
}
.header .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-mes .header-mes2 i {
  font-size: var(--16);
  margin-right: 6px;
}
.header .header-cart {
  margin-right: var(--d32);
}
.header .header-cart a {
  transition: all 0.5s;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--r50);
  height: var(--r50);
  border-radius: 50%;
  position: relative;
  background-color: var(--c2);
}
.header .header-cart a i {
  font-size: var(--20);
}
.header .header-cart a .dot {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, 0%);
  background-color: #C22A2C;
  color: #fff;
  font-size: 10px;
}
.header .header-right2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .header-language {
  height: 100%;
  position: relative;
  margin-right: var(--d30);
}
.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%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
}
.header .header-language .header-language3 img {
  width: var(--32);
  margin-right: 6px;
}
.header .header-language .header-language3 span {
  font-size: var(--16);
  line-height: 1;
  margin-right: var(--d16);
}
.header .header-language .header-language3 .icon-xia {
  font-size: 8px;
  transition: all 0.5s;
}
.header .header-but .header-but2 {
  padding: var(--d12) var(--d26);
  background-color: #C22A2C;
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  border-radius: 10px;
  transition: all 0.5s;
}
.header .header-but .header-but2:hover {
  background: var(--c);
}
.header .header-share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d40);
}
.header .header-share a {
  margin-right: var(--d22);
  display: block;
  color: #fff;
  transition: all 0.5s;
}
.header .header-share a:hover {
  color: var(--c);
}
.header .header-share a:last-child {
  margin-right: 0;
}
.header .header-share a i {
  font-size: var(--14);
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.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);
}
.other-header {
  position: sticky;
}
.headeraction {
  background-color: var(--c2);
}
.headeraction .header-con {
  background-color: var(--c2);
}
.headeraction .header-logo {
  background-color: var(--c2) !important;
  transition: all 0.5s;
}
.productsmore-more {
  transform-origin: top;
  opacity: 0;
  transform: rotateX(-50deg);
  visibility: hidden;
  transition: all 0.5s;
  position: fixed;
  top: 90px;
  background-color: #167872;
  width: 700px;
}
.productsmore-more .productsmore-more2 {
  display: flex;
  justify-content: space-between;
}
.productsmore-more .productsmore-more2 .productsmore-imgbox {
  width: 325px;
  position: relative;
}
.productsmore-more .productsmore-more2 .productsmore-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productsmore-more .productsmore-more2 .productsmore-imgbox .productsmore-imgtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C22A2C;
  font-size: var(--34);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  width: calc(226 / 325 * 100%);
}
.productsmore-more .productsmore-more2 .productsmore-textbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox {
  width: 100%;
  padding: var(--d40) 0;
  background-color: #E8F3F1;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav .productsmore-nav2 {
  border-bottom: 1px dashed #CAD5D4;
  padding: 4px 0;
  width: 50%;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav .productsmore-nav2 .productsmore-nav3 {
  padding: 0 var(--d20);
  transition: all 0.5s;
  height: 100%;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav .productsmore-nav2 .productsmore-nav3 .productsmore-nav4 {
  padding: var(--d12) 0;
  color: #171C1C;
  font-size: var(--18);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav .productsmore-nav2 .productsmore-nav3 .productsmore-nav4 span {
  width: calc(100% - var(--30));
  padding-left: 10px;
  font-weight: 500;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav .productsmore-nav2 .productsmore-nav3 .productsmore-nav4 img {
  width: var(--30);
  height: var(--30);
  border-radius: 50%;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav .productsmore-nav2 .productsmore-nav3 .productsmore-nav4 i {
  color: #ADCAC5;
  font-size: var(--14);
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav .action .productsmore-nav3 {
  background-color: var(--c2);
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav .action .productsmore-nav3 .productsmore-nav4 {
  color: #fff;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-navbox .productsmore-nav .action .productsmore-nav3 .productsmore-nav4 i {
  color: #fff;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-swbox {
  width: calc(945 / 1595 * 100%);
  padding-right: var(--p);
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-swbox .productsmore-box {
  padding: var(--d40) var(--d60) var(--d40) var(--d90);
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-swbox .productsmore-box .productsmore-title {
  margin-bottom: var(--d20);
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-swbox .productsmore-box .productsmore-title h3 {
  font-size: var(--30);
  line-height: 1;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-swbox .productsmore-box .productsmore-text {
  font-size: var(--16);
  line-height: 1.4;
  color: #C8E3E2;
  margin-bottom: var(--d40);
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-swbox .productsmore-box .productsmore-imgbox .img-box {
  padding-bottom: calc(160 / 330 * 100%);
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-swbox .productsmore-box .productsmore-but {
  margin-top: var(--d10);
}
.productsmore-more .productsmore-more2 .productsmore-textbox .productsmore-swbox .productsmore-box .productsmore-but .productsmore-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d14) var(--d58);
  background-color: var(--c3);
  border-radius: 50px;
  font-size: var(--16);
  color: #fff;
}
@media (min-width: 1201px) {
  .header-search {
    width: 77px;
  }
  .header-search .search-con {
    display: none;
  }
  .header-search .search-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-search .search-box .submit {
    width: var(--18);
    height: var(--18);
    background-color: transparent;
    margin-right: var(--d10);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-search .search-box .submit i {
    font-size: var(--18);
  }
  .header-search .search-box .input-text {
    width: calc(100% - var(--16));
    padding-left: 6px;
    font-size: var(--14);
    line-height: 1;
    background-color: transparent;
    color: #fff;
  }
  .header-search .search-box .input-text::placeholder {
    color: #fff;
    opacity: 0.6;
  }
  .header-none {
    display: none !important;
  }
  .header-nav {
    display: flex;
    position: relative;
    height: 100%;
  }
  .header-nav .header-list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: var(--d44);
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2:hover .productsmore-more {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    position: relative;
    transition: all 0.5s;
    height: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3::after {
    width: 0%;
    height: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3:hover::after {
    width: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3:hover a .header-navbox .header-title {
    transform: translateY(-110%);
  }
  .header-nav .header-list .header-list2 .header-list3:hover a .header-navbox .header-title2 {
    transform: translateY(0%);
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .header-list3 a .header-navbox {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3 a .header-navbox .header-title2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(110%);
  }
  .header-nav .header-list .header-list2 .header-list3 a .header-navbox span {
    position: relative;
    font-size: var(--18);
    line-height: 1.5;
    transition: all 0.5s;
    font-weight: 700;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .action .header-list3::after {
    width: 100% !important;
  }
  .more {
    transform-origin: top;
    opacity: 0;
    transform: translate(-50%, 100%) rotateX(-50deg);
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    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: 1200px) {
  .header-search {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-right: var(--d32);
  }
  .header-search .search-con {
    height: var(--22);
  }
  .header-search .search-con i {
    color: #fff;
    font-size: var(--18);
  }
  .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-search .search .search-box {
    width: 100%;
    border: 1px solid var(--c);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  }
  .header-search .search .search-box .input-text {
    width: 95%;
    font-size: 14px;
    font-weight: 400;
  }
  .header-search .search .search-box .submit {
    background-color: transparent;
    border: none;
    padding-right: 10px;
  }
  .header-search .open {
    opacity: 1;
    transform: translate(0%, 100%);
    visibility: visible;
  }
  .header-none2 {
    display: none !important;
  }
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 40px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 500;
  }
  .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;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1100;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  right: 5px;
}
.online-wrap .backtop {
  width: 40px;
  height: 40px;
  background-color: rgba(148, 148, 148, 0.28);
  border-radius: 50%;
}
.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(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  border-radius: 50%;
}
.online-wrap .online a i {
  font-size: 22px;
  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(--c4);
}
.online-wrap .online a:hover i {
  color: #fff;
}
.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;
  line-height: 1;
  width: 25px;
  height: 25px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.online-wrap .open:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.online-wrap .online-icon {
  position: relative;
  line-height: 1;
}
.online-wrap .icon-cart {
  position: relative;
  color: #fff;
}
.online-wrap .icon-cart .cart-num {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(40%, -40%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFA95C;
  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);
  }
}
@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-list {
  --bs-gutter-x: var(--g60);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  overflow: hidden;
  padding: var(--d30) 0;
}
.index-banner .banner-list .banner-list2 {
  position: relative;
}
.index-banner .banner-list .banner-list2:last-child::after {
  display: none;
}
.index-banner .banner-list .banner-list2::after {
  position: absolute;
  width: 0px;
  height: 50px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: '';
  border-left: 1px dashed #FFFFFF;
  opacity: 0.2;
}
.index-banner .banner-list .banner-list2 .banner-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-banner .banner-list .banner-list2 .banner-list3 .banner-icon {
  width: var(--40);
  margin-right: var(--d16);
}
.index-banner .banner-list .banner-list2 .banner-list3 .banner-icon img {
  position: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .banner-list .banner-list2 .banner-list3 .banner-list-textbox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.index-banner .banner-list .banner-list2 .banner-list3 .banner-list-textbox .banner-list-num {
  font-size: var(--50);
  line-height: 1;
  font-weight: 600;
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
  color: #fff;
  margin-right: var(--d10);
}
.index-banner .banner-list .banner-list2 .banner-list3 .banner-list-textbox .banner-list-textbox2 {
  font-size: var(--16);
  line-height: 1;
  color: #fff;
}
.index-banner .banner-list .banner-list2 .banner-list3 .banner-list-textbox .banner-list-textbox2 .banner-list-text1 {
  color: #fff;
  margin-bottom: var(--d10);
}
.index-banner .banner-pagination {
  position: absolute;
  left: calc(100% - var(--d60));
  top: 50%;
  z-index: 1000;
  transform: translate(-100%, -50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  width: 12px;
  height: auto;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.2;
  background-color: #fff;
  margin: var(--d8) 0;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-banner .banner-textbox {
  bottom: var(--d70);
  width: 100%;
  padding: 0 var(--p);
  position: absolute;
  z-index: 100;
}
.index-banner .banner-textbox .banner-title {
  margin-bottom: var(--d40);
}
.index-banner .banner-textbox .banner-title h2 {
  font-size: var(--78);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #fff;
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.index-banner .banner-textbox .banner-title h2 span {
  color: var(--c3);
}
.index-banner .banner-textbox .banner-textbox2 {
  color: #fff;
  margin-bottom: var(--d40);
}
.index-banner .banner-textbox .banner-textbox2 .banner-text-title {
  font-size: var(--36);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: var(--d16);
}
.index-banner .banner-textbox .banner-textbox2 .banner-text {
  width: 560px;
  max-width: 100%;
  font-size: var(--20);
  line-height: 1.5;
  font-family: 'OpenSans';
}
.index-banner .banner-textbox .con-but {
  margin-bottom: var(--d110);
}
.index-banner .banner-textbox .con-but .con-but2 {
  background-color: #fff;
  color: #000;
}
.index-banner .banner-textbox .con-but .con-but2:hover {
  background-color: var(--c3);
  color: #fff;
}
.index-banner .slide-inner {
  padding-bottom: calc(960 / 1920 * 100%);
  position: relative;
}
.index-banner .slide-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(6, 53, 50, 0.8) 0%, rgba(6, 53, 50, 0) 83.28%);
  content: '';
}
.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;
}
.banner-list {
  --bs-gutter-x: var(--g60);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  overflow: hidden;
  padding: var(--d30) 0;
}
.banner-list .banner-list2 {
  position: relative;
}
.banner-list .banner-list2:last-child::after {
  display: none;
}
.banner-list .banner-list2::after {
  position: absolute;
  width: 0px;
  height: 50px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: '';
  border-left: 1px dashed #FFFFFF;
  opacity: 0.2;
}
.banner-list .banner-list2 .banner-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.banner-list .banner-list2 .banner-list3 .banner-icon {
  width: var(--40);
  margin-right: var(--d16);
}
.banner-list .banner-list2 .banner-list3 .banner-icon img {
  position: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-list .banner-list2 .banner-list3 .banner-list-textbox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.banner-list .banner-list2 .banner-list3 .banner-list-textbox .banner-list-num {
  font-size: var(--50);
  line-height: 1;
  font-weight: 600;
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
  color: #fff;
  margin-right: var(--d10);
}
.banner-list .banner-list2 .banner-list3 .banner-list-textbox .banner-list-textbox2 {
  font-size: var(--16);
  line-height: 1;
  color: #fff;
}
.banner-list .banner-list2 .banner-list3 .banner-list-textbox .banner-list-textbox2 .banner-list-text1 {
  color: var(--c);
  margin-bottom: var(--d10);
}
.my-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-pagination .swiper-pagination-bullet {
  margin: 0 var(--d10) !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 var(--d15);
  border: 0px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  box-sizing: content-box;
  opacity: 1;
}
.my-pagination .swiper-pagination-bullet-active {
  border: 4px solid #000;
  background: var(--c);
}
.con-but .con-but2 {
  padding: var(--d16) var(--d48);
  border-radius: 20px;
  background-color: var(--c2);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  white-space: nowrap;
  color: #fff;
  font-family: 'TitilliumWeb';
}
.con-but .con-but2:hover {
  background-color: var(--c3);
}
.swiper-but {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--r48);
  height: var(--r48);
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
  border: 1px dashed #3A6F6C;
}
.swiper-but:hover {
  color: #fff !important;
  background-color: var(--c2);
}
.swiper-but i {
  font-size: var(--12);
}
.swiper-but2 {
  color: var(--c2);
}
.con-swbox {
  position: relative;
}
.con-swbox .swiper-but {
  position: absolute;
  z-index: 10;
}
.con-swbox .swiper-prev {
  top: 50%;
  transform: translate(-100%, -50%);
  left: -5px;
}
.con-swbox .swiper-next {
  top: 50%;
  transform: translate(100%, -50%);
  right: -5px;
}
.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but:first-child {
  margin-right: 6px;
}
.indexcontent .banner-list {
  margin-top: var(--d30);
  margin-bottom: calc(-1 * var(--d30));
}
.indexcontent .banner-list .banner-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-about {
  padding: var(--d120) 0 var(--d100);
}
.indexcontent .i-about .i-about-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-about .i-about-box .i-about-left {
  width: calc(743 / 1650 * 100%);
  padding-bottom: var(--d46);
  position: relative;
}
.indexcontent .i-about .i-about-box .i-about-left::after {
  width: 10px;
  height: 166px;
  border-radius: 3px;
  background-color: var(--c3);
  content: '';
  position: absolute;
  right: var(--d72);
  top: var(--d70);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-imgbox {
  width: calc(610 / 743 * 100%);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-imgbox img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-imgbox2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(360 / 743 * 100%);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-imgbox2 img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-about .i-about-box .i-about-right {
  width: calc(907 / 1650 * 100%);
  padding-left: var(--d128);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-title {
  margin-bottom: var(--d30);
  width: 680px;
  max-width: 100%;
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-text {
  margin-bottom: var(--d30);
}
.indexcontent .i-about .i-about-box .i-about-right .con-but {
  margin-bottom: var(--d20);
}
.indexcontent .i-about .i-about-box .i-about-right .con-but .con-but2 {
  padding: var(--d16) var(--d64);
}
.indexcontent .i-pro {
  padding: var(--d124) 0 var(--d60);
}
.indexcontent .i-pro .i-pro-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-pro .i-pro-box .i-pro-left {
  width: calc(840 / 1650 * 100%);
  padding-top: var(--d13);
  padding-right: var(--d40);
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .typebox {
  color: #fff;
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-title {
  margin-bottom: var(--d20);
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-text {
  font-size: var(--16);
  line-height: 1.5;
  color: #D7E8E5;
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-text ul li {
  position: relative;
  padding-left: calc(var(--18) + var(--d10));
  margin-bottom: var(--d12);
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-text ul li:last-child {
  margin-bottom: 0;
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-text ul li::before {
  font-family: 'iconfont' !important;
  width: var(--18);
  height: var(--18);
  border-radius: 50%;
  background-color: var(--c3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\e698";
  z-index: 10;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 10px;
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-text-title {
  font-size: var(--26);
  line-height: 1;
  margin-bottom: var(--d10);
  color: #fff;
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-textbox {
  padding-bottom: var(--d36);
  margin-bottom: var(--d60);
  position: relative;
  border-bottom: 1px dashed #3A6F6C;
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-textbox::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: var(--c3);
  content: '';
  transform: translate(0, 100%);
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-textbox2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-pro .i-pro-box .i-pro-left .i-pro-swbox .i-pro-textbox3 {
  margin-bottom: var(--d60);
}
.indexcontent .i-pro .i-pro-box .i-pro-left .swiper-butbox {
  justify-content: flex-start;
  margin-left: calc(195px + var(--d20));
  transform: translateY(-100%);
  position: relative;
  z-index: 100;
}
.indexcontent .i-pro .i-pro-box .i-pro-right {
  width: calc(810 / 1650 * 100%);
}
.indexcontent .i-pro .i-pro-box .i-pro-right .i-pro-right2 {
  width: 472px;
  max-width: 100%;
}
.indexcontent .i-pro .i-pro-box .i-pro-right .i-pro-right2 .img-box {
  padding-bottom: calc(680 / 480 * 100%);
}
.indexcontent .i-industrial {
  padding-top: var(--d100);
}
.indexcontent .i-industrial .typebox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-industrial .i-industrial-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.indexcontent .i-industrial .i-industrial-text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto var(--d80);
  text-align: center;
}
.indexcontent .i-industrial .i-industrial-list {
  height: 600px;
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 {
  height: 100%;
  width: calc(115 / 1650 * 100%);
  transition: all 0.5s;
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3::after {
  background: rgba(23, 28, 28, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox {
  padding: var(--d56) var(--20) var(--d50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.5s;
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox .i-industrial-num {
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
  font-size: var(--22);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.03em;
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox .i-industrial-list-title {
  font-size: var(--20);
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  transform: translate(-50%) rotate(90deg);
  transform-origin: right;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox2 {
  padding: var(--d60) var(--d50) var(--d50);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 670px;
  max-width: 100%;
  z-index: 10;
  position: relative;
  height: 100%;
  opacity: 0;
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox2 .i-industrial-icon {
  width: var(--r54);
  height: var(--r54);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox2 .i-industrial-icon img {
  width: var(--24);
  height: var(--24);
  object-fit: cover;
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox2 .i-industrial-list-textbox .i-industrial-list-title {
  font-size: var(--26);
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  margin-bottom: var(--d20);
}
.indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox2 .i-industrial-list-textbox .i-industrial-list-text {
  font-size: var(--16);
  line-height: 1.5;
  color: #fff;
  margin-bottom: var(--d40);
}
.indexcontent .i-industrial .i-industrial-list .action {
  width: calc(810 / 1650 * 100%);
}
.indexcontent .i-industrial .i-industrial-list .action .i-industrial-textbox {
  opacity: 0 !important;
}
.indexcontent .i-industrial .i-industrial-list .action .i-industrial-textbox2 {
  opacity: 1 !important;
  transition: all 0.5s;
  transition-delay: 0.5s;
}
.indexcontent .i-choose {
  padding-top: var(--d110);
  position: relative;
}
.indexcontent .i-choose .container {
  position: relative;
  z-index: 10;
}
.indexcontent .i-choose .i-choose-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 630px;
}
.indexcontent .i-choose .i-choose-bg::after {
  background: linear-gradient(90deg, #094541 0%, rgba(9, 69, 65, 0.6) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 100%;
}
.indexcontent .i-choose .i-choose-bg img {
  width: 100%;
  height: 100%;
  max-height: 630px;
  object-fit: cover;
}
.indexcontent .i-choose .typebox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.indexcontent .i-choose .i-choose-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.indexcontent .i-choose .i-choose-text {
  color: #D7E8E5;
}
.indexcontent .i-choose .i-choose-list {
  --bs-gutter-x: var(--g110);
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 20px 0 rgba(158, 171, 171, 0.08);
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 {
  position: relative;
}
.indexcontent .i-choose .i-choose-list .i-choose-list2:last-child::after {
  display: none;
}
.indexcontent .i-choose .i-choose-list .i-choose-list2::after {
  width: 1px;
  height: 386px;
  border-left: 1px dashed #D5DAD9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: '';
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3 {
  padding: var(--d70) 0 var(--d84);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3:hover .i-choose-but {
  background-color: var(--c2);
  transform: unset;
  color: #fff;
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3:hover .i-choose-icon img {
  animation: playan3 1s linear forwards;
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-icon {
  margin-bottom: var(--d50);
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-icon img {
  width: var(--44);
  height: var(--44);
  object-fit: cover;
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-list-title {
  margin-bottom: var(--d12);
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-list-title h3 {
  font-size: var(--22);
  line-height: 1.2;
  font-weight: 500;
  color: #171C1C;
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-list-text {
  margin-bottom: var(--d80);
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-but {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--r48);
  height: var(--r48);
  border-radius: 50%;
  cursor: pointer;
  color: var(--c2);
  transition: all 0.5s;
  border: 1px dashed #3A6F6C;
  transform: rotate(-45deg);
}
.indexcontent .i-choose .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-but i {
  font-size: var(--12);
}
.indexcontent .i-custom {
  background-color: var(--c2);
}
.indexcontent .i-custom .i-custom-titlebox {
  padding: var(--d100) 0 var(--d80);
}
.indexcontent .i-custom .i-custom-titlebox .typebox {
  color: #fff;
}
.indexcontent .i-custom .i-custom-titlebox .i-custom-title {
  margin-bottom: var(--d20);
}
.indexcontent .i-custom .i-custom-titlebox .i-custom-text {
  color: #D7E8E5;
  text-align: left;
  margin-left: 0;
  margin-bottom: 0;
}
.indexcontent .i-custom .i-custom-textbox {
  position: relative;
}
.indexcontent .i-custom .i-custom-textbox .container {
  position: relative;
  z-index: 10;
}
.indexcontent .i-custom .i-custom-textbox::after {
  background: rgba(9, 69, 65, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 100%;
}
.indexcontent .i-custom .i-custom-list {
  --bs-gutter-x: 0rem;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2:first-child {
  border-right: 1px dashed rgba(255, 255, 255, 0.25);
}
.indexcontent .i-custom .i-custom-list .i-custom-list2:first-child .i-custom-list3 {
  padding: var(--d32) var(--d68) var(--d96) 0;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2:last-child .i-custom-list3 {
  padding: var(--d32) 0 var(--d96) var(--d68);
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d28);
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox .i-custom-list-titlebox2 {
  width: calc(441 / 758 * 100%);
  padding-top: var(--d62);
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox .i-custom-list-titlebox2 .i-custom-num {
  margin-bottom: var(--d30);
  line-height: 1;
  font-size: var(--22);
  color: #26A199;
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox .i-custom-list-titlebox2 .i-custom-list-title {
  margin-bottom: var(--d10);
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox .i-custom-list-titlebox2 .i-custom-list-title h3 {
  font-size: var(--26);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #fff;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox .i-custom-list-titlebox2 .i-custom-list-text {
  font-size: var(--16);
  line-height: 1.4;
  color: #D1E3E0;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox .i-custom-list-img {
  width: calc(317 / 758 * 100%);
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox .i-custom-list-img .img-box {
  padding-bottom: calc(280 / 315 * 100%);
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon {
  width: 562px;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  --bs-gutter-x: var(--g32);
  padding-bottom: var(--d60);
  margin-bottom: calc(-1 * var(--d30));
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon .i-custom-iconcon2 {
  position: relative;
  margin-bottom: var(--d30);
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon .i-custom-iconcon2::after {
  width: 40px;
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.6);
  position: absolute;
  top: calc(var(--r68) / 2);
  right: -18px;
  content: '';
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon .i-custom-iconcon2:last-child::after {
  display: none;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon .i-custom-iconcon2 .i-custom-iconcon3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon .i-custom-iconcon2 .i-custom-iconcon3:hover img {
  animation: playan3 1s linear forwards;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon .i-custom-iconcon2 .i-custom-iconcon3 .i-custom-icon {
  width: var(--r68);
  height: var(--r68);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border: 1px solid #447A76;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon .i-custom-iconcon2 .i-custom-iconcon3 .i-custom-icon img {
  width: var(--28);
  height: var(--28);
  object-fit: cover;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon .i-custom-iconcon2 .i-custom-iconcon3 .i-custom-list-title {
  text-align: center;
  font-size: var(--16);
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-top: var(--d14);
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-butbox .con-but:first-child {
  margin-right: var(--d20);
}
.indexcontent .i-trusted {
  background-color: #E8F3F1;
  padding: var(--d78) 0 var(--d70);
}
.indexcontent .i-trusted .i-trusted-imgbox {
  background-color: #fff;
  border-radius: 10px;
}
.indexcontent .i-trusted .i-trusted-imgbox .i-trusted-img {
  padding: var(--d20) 0;
}
.indexcontent .i-trusted .i-trusted-imgbox .i-trusted-img .img-box {
  padding-bottom: calc(160 / 335 * 100%);
}
.indexcontent .i-trusted .i-trusted-imgbox .i-trusted-swtextbox {
  padding: 0 var(--d48) var(--d24);
}
.indexcontent .i-trusted .i-trusted-imgbox .i-trusted-swtitle {
  text-align: center;
  font-size: var(--18);
  color: #171C1C;
  font-weight: 500;
}
.indexcontent .i-trusted .i-trusted-imgbox .i-trusted-swtext {
  margin-top: var(--d8);
  text-align: center;
  font-size: var(--14);
  line-height: 1.2;
  color: #667271;
}
.indexcontent .i-trusted .i-trusted-swiper {
  padding-bottom: var(--d60);
}
.indexcontent .i-trusted .i-trusted-swiper .swiper-wrapper {
  align-items: center;
}
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide {
  opacity: 0.4;
}
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide .i-trusted-swtextbox,
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide .i-trusted-swtext,
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide .i-trusted-swtitle {
  display: none;
}
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-active {
  opacity: 1;
}
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-active .i-trusted-imgbox {
  box-shadow: 0 4px 16px -6px rgba(151, 180, 178, 0.15), 0 4.031px 1.612px -0.625px rgba(151, 180, 178, 0.05), 0 9.554px 3.822px -1.25px rgba(151, 180, 178, 0.05), 0 17.428px 6.971px -1.875px rgba(151, 180, 178, 0.05), 0 28.974px 11.59px -2.5px rgba(151, 180, 178, 0.04), 0 46.791px 18.716px -3.125px rgba(151, 180, 178, 0.04), 0 76.592px 30.637px -3.75px rgba(151, 180, 178, 0.03), 0 131.886px 52.754px -4.375px rgba(151, 180, 178, 0.02);
}
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-active .i-trusted-swtextbox,
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-active .i-trusted-swtext,
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-active .i-trusted-swtitle {
  display: block;
}
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-next,
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-prev {
  opacity: 1;
}
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-next .i-trusted-swtextbox,
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-prev .i-trusted-swtextbox,
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-next .i-trusted-swtitle,
.indexcontent .i-trusted .i-trusted-swiper .swiper-slide-prev .i-trusted-swtitle {
  display: block;
}
.indexcontent .i-cases {
  padding: var(--d100) 0;
}
.indexcontent .i-news {
  padding: var(--d90) 0;
  background-color: #E8F3F1;
}
.indexcontent .i-news .i-news-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d80);
}
.indexcontent .i-news .i-news-titlebox .i-news-titlebox2 {
  width: 800px;
  max-width: 100%;
}
.indexcontent .i-news .i-news-titlebox .i-news-titlebox2 .i-certifications-title {
  margin-bottom: var(--d26);
}
.indexcontent .i-contact {
  padding-top: var(--d120);
  position: relative;
}
.indexcontent .i-contact .i-contact-textbox {
  margin-bottom: var(--d86);
}
.indexcontent .i-contact .i-contact-textbox .i-contact-title {
  margin-bottom: var(--d26);
}
.indexcontent .i-contact .i-contact-textbox .i-contact-text {
  width: 800px;
}
.indexcontent .i-contact .i-contact-formbox {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32.91667vw;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 10px 20px 3px rgba(86, 112, 110, 0.2);
  padding: var(--d55) var(--d40) var(--d32);
}
.indexcontent .i-contact .i-contact-formbox .i-contact-formtitle {
  font-size: var(--26);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #167872;
  margin-bottom: var(--d14);
}
.indexcontent .i-contact .i-contact-formbox .i-contact-formtext {
  width: 390px;
  max-width: 100%;
  font-size: var(--14);
  line-height: 1.3;
  color: #667271;
  margin-bottom: var(--d55);
}
.indexcontent .i-contact .i-contact-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-certifications-swbut {
  margin-top: var(--d30);
  margin-bottom: 0 !important;
}
.i-about-list {
  margin-bottom: var(--d60);
}
.i-about-list .i-about-list2 {
  margin-bottom: var(--d30);
}
.i-about-list .i-about-list2:last-child {
  margin-bottom: 0;
}
.i-about-list .i-about-list2 .i-about-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.i-about-list .i-about-list2 .i-about-list3:hover .i-about-icon i {
  animation: playan3 1s linear forwards;
}
.i-about-list .i-about-list2 .i-about-list3 .i-about-icon {
  width: var(--r68);
  height: var(--r68);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E8F3F1;
  color: #094D49;
  border-radius: 10px;
}
.i-about-list .i-about-list2 .i-about-list3 .i-about-icon i {
  font-size: var(--26);
}
.i-about-list .i-about-list2 .i-about-list3 .i-about-list-textbox {
  width: calc(100% - var(--r68));
  padding-left: var(--d30);
}
.i-about-list .i-about-list2 .i-about-list3 .i-about-list-textbox .i-about-list-title {
  font-size: var(--20);
  line-height: 1;
  font-weight: 500;
  margin-bottom: var(--d10);
  color: #094D49;
}
.i-about-list .i-about-list2 .i-about-list3 .i-about-list-textbox .i-about-list-text {
  font-size: var(--16);
  line-height: 1.4;
  color: #667271;
}
.i-built {
  background: linear-gradient(180deg, #FFF 0%, #E8F3F1 100%);
  padding: var(--d124) 0 var(--d124);
}
.i-built .typebox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-built .i-built-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.i-built .textbox {
  margin-bottom: var(--d90);
}
.i-built .i-built-box {
  display: flex;
  justify-content: space-between;
}
.i-built .i-built-box .i-built-left {
  width: calc(775 / 1650 * 100%);
}
.i-built .i-built-box .i-built-left .img-box {
  padding-bottom: calc(510 / 775 * 100%);
  border-radius: 20px;
}
.i-built .i-built-box .i-built-right {
  width: calc(875 / 1650 * 100%);
  padding-left: var(--d84);
  height: 510px;
}
.i-built .i-built-box .i-built-right .i-built-swiper2 {
  height: 100%;
}
.i-built .i-built-box .i-built-right .i-built-list2 {
  margin-bottom: var(--d20);
  padding-bottom: var(--d20);
  position: relative;
  margin-right: 20px;
}
.i-built .i-built-box .i-built-right .i-built-list2::after {
  border-bottom: 1px dashed #CAD5D4;
  width: calc(100% - var(--d30));
  height: 0px;
  bottom: 0;
  right: 0;
  position: absolute;
  content: '';
}
.i-built .i-built-box .i-built-right .i-built-list2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.i-built .i-built-box .i-built-right .i-built-list2:last-child::after {
  display: none;
}
.i-built .i-built-box .i-built-right .i-built-list2 .i-built-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-built .i-built-box .i-built-right .i-built-list2 .i-built-list3 .i-built-img {
  width: var(--76);
  border-radius: 8px;
  overflow: hidden;
}
.i-built .i-built-box .i-built-right .i-built-list2 .i-built-list3 .i-built-list-textbox {
  width: calc(100% - var(--76));
  padding-left: var(--d30);
}
.i-built .i-built-box .i-built-right .i-built-list2 .i-built-list3 .i-built-list-textbox .i-built-list-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-built .i-built-box .i-built-right .i-built-list2 .i-built-list3 .i-built-list-textbox .i-built-list-title h3 {
  font-size: var(--22);
  line-height: 1;
  color: #094D49;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.i-built .i-built-box .i-built-right .i-built-list2 .i-built-list3 .i-built-list-textbox .i-built-list-text {
  margin-top: var(--d15);
  display: none;
}
.i-built .i-built-box .i-built-right .i-built-list2 .i-built-list3 .i-built-list-textbox .i-built-list-text .i-built-list-text2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: var(--16);
  line-height: 1.5;
  color: #404B4A;
}
.i-built .i-built-box .i-built-right .open .i-built-list3 {
  align-items: flex-start;
}
.i-built .i-built-box .i-built-right .open .i-built-list3 .i-built-list-textbox .i-built-list-titlebox .i-built-list-title h3 {
  color: var(--c2);
}
.i-built .i-built-box .i-built-right .open .i-built-list3 .i-built-list-textbox .i-built-list-titlebox .i-built-icon {
  transform: rotate(90deg);
  color: var(--c2);
}
.i-video {
  padding: var(--d120) 0 var(--d100);
}
.i-video .i-about-play {
  width: var(--r50);
  height: var(--r50);
  z-index: 100;
}
.i-video .i-about-play i {
  font-size: var(--20);
}
.i-video .i-video-list {
  margin-bottom: calc(-1 * var(--d30));
}
.i-video .i-video-list .i-video-list2 {
  margin-bottom: var(--d30);
}
.i-video .i-video-list .i-video-list2 .img-box {
  border-radius: 10px;
  padding-bottom: calc(3 / 4 * 100%);
}
.i-certifications {
  padding: var(--d120) 0 var(--d100);
}
.i-certifications .typebox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-certifications .i-certifications-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.i-certifications .textbox {
  margin-bottom: var(--d30);
}
.i-certifications .swiper-butbox {
  margin-top: var(--d30);
}
.i-certifications .i-certifications-imgbox {
  padding: var(--d20);
  background-color: #E8F3F1;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.i-certifications .i-certifications-imgbox:hover {
  box-shadow: 0 8px 15px 0 rgba(86, 112, 110, 0.15);
}
.i-certifications .i-certifications-imgbox:hover .img-box img {
  transform: scale(1.1);
}
.i-certifications .i-certifications-imgbox:hover::after {
  opacity: 1;
}
.i-certifications .i-certifications-imgbox::after {
  border-radius: 10px;
  border: 1px solid rgba(22, 120, 114, 0.3);
  background: linear-gradient(180deg, rgba(22, 120, 114, 0) 0%, rgba(22, 120, 114, 0.8) 50%, rgba(22, 120, 114, 0) 100%);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.i-certifications .i-certifications-imgbox .img-box {
  padding-bottom: calc(735 / 520 * 100%);
  z-index: 10;
}
.i-certifications .i-certifications-imgtitle {
  text-align: center;
  margin-top: var(--d20);
  font-size: var(--16);
  font-weight: 500;
  color: #171C1C;
}
.i-about-play {
  width: var(--r100);
  height: var(--r100);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.i-about-play i {
  color: #fff;
  font-size: var(--64);
}
.cases-box {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.cases-box:hover .img-box img {
  transform: scale(1.1);
}
.cases-box:hover .cases-textbox {
  background-color: #094D49;
  transform: unset !important;
}
.cases-box:hover .cases-textbox .cases-swtitle h3 {
  text-decoration: underline;
}
.cases-box:hover .cases-textbox .cases-swicon {
  background-color: var(--c3) !important;
  color: #fff !important;
}
.cases-box .img-box {
  padding-bottom: calc(440 / 395 * 100%);
}
.cases-box .cases-textbox {
  position: absolute;
  width: calc(360 / 396 * 100%);
  background-color: #171C1C;
  padding: var(--d24) var(--d24) var(--d24) var(--d18);
  left: 0;
  bottom: 0;
  z-index: 10;
  border-top-right-radius: 16px;
  overflow: hidden;
  transition: all 0.5s;
}
.cases-box .cases-textbox .cases-titlebox2 {
  display: flex;
  justify-content: space-between;
}
.cases-box .cases-textbox .cases-titlebox2 .cases-swtitle {
  width: calc(100% - var(--r30));
  padding-right: var(--d28);
}
.cases-box .cases-textbox .cases-titlebox2 .cases-swtitle h3 {
  font-family: 'TitilliumWeb';
  font-size: var(--18);
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cases-box .cases-textbox .cases-titlebox2 .cases-swicon {
  width: var(--r30);
  height: var(--r30);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #171C1C;
  transition: all 0.5s;
}
.cases-box .cases-textbox .cases-titlebox2 .cases-swicon i {
  font-size: var(--12);
  transform: rotate(-45deg);
}
.cases-box .cases-textbox .cases-list-text {
  font-size: var(--14);
  line-height: 1.3;
  color: #ADCAC5;
  padding-top: var(--d20);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-box::after {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 19.27%), linear-gradient(180deg, rgba(0, 0, 0, 0) 47.46%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
}
.news-box:hover .img-box img {
  transform: scale(1.1);
}
.news-box:hover .news-list-textbox {
  transform: unset !important;
}
.news-box:hover .news-list-textbox .news-list-title h3 {
  text-decoration: underline;
}
.news-box .img-box {
  padding-bottom: calc(380 / 535 * 100%);
}
.news-box .news-list-date {
  position: absolute;
  top: var(--d26);
  left: var(--d26);
  padding: 4px var(--d10);
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  font-size: var(--14);
  color: #fff;
  z-index: 10;
}
.news-box .news-list-textbox {
  position: absolute;
  bottom: 0;
  width: 452px;
  max-width: 100%;
  left: 0;
  padding: var(--d26);
  padding-bottom: 0;
  z-index: 10;
  transition: all 0.5s;
}
.news-box .news-list-textbox .news-list-title {
  padding-bottom: var(--d16);
}
.news-box .news-list-textbox .news-list-title h3 {
  font-family: 'TitilliumWeb';
  font-size: var(--20);
  line-height: 1.2;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-box .news-list-textbox .news-list-text .news-list-text2 {
  padding-bottom: var(--d26);
  font-size: var(--14);
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i-contact-form ul li {
  margin-bottom: var(--d25);
  padding-bottom: var(--d14);
  border-bottom: 1px dashed #B6C5C4;
}
.i-contact-form .input-box {
  width: 100%;
  font-size: var(--14);
  line-height: 1;
  background-color: transparent;
  color: #094D49;
}
.i-contact-form .input-box::placeholder {
  color: #094D49;
  transition: all 0.5s;
}
.i-contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.i-contact-form .textarea-box {
  height: 90px;
  margin-bottom: var(--d25);
  border-bottom: 1px dashed #B6C5C4;
}
.i-contact-form .form-group {
  margin-bottom: var(--d25);
  padding-bottom: var(--d14);
  border-bottom: 1px dashed #B6C5C4;
}
.i-contact-form .submit {
  background-color: transparent;
  width: 100%;
}
.i-contact-form .submit .con-but {
  width: 100%;
}
.i-contact-form .submit .con-but .con-but2 {
  width: 100%;
  padding: var(--d14);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fooder .fooder-box {
  padding-top: var(--d100);
  padding-bottom: var(--d200);
}
.fooder .fooder-box .fooder-box2 {
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-box .fooder-box2 .fooder-logobox {
  width: 460px;
}
.fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-logo {
  width: 206px;
  margin-bottom: var(--d26);
}
.fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-logotext {
  font-size: var(--18);
  line-height: 1.3;
  color: #AFD3D1;
  margin-bottom: var(--d100);
  font-family: 'TitilliumWeb';
}
.fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-share a {
  width: var(--r56);
  height: var(--r56);
  margin-right: var(--d10);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0A4C4A;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}
.fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-share a:hover {
  background-color: var(--c3);
}
.fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-share a:hover i {
  animation: playan3 1s linear forwards;
}
.fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-share a i {
  font-size: var(--18);
}
.fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-box .fooder-box2 .fooder-contitle {
  font-size: var(--26);
  line-height: 1;
  margin-bottom: var(--d22);
  font-weight: 500;
  color: #fff;
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.fooder .fooder-box .fooder-box2 .fooder-nav a {
  display: block;
  font-size: var(--18);
  line-height: calc(38 / 18);
  color: #AFD3D1;
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.fooder .fooder-box .fooder-box2 .fooder-nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox {
  width: 442px;
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 {
  margin-bottom: var(--d30);
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes3 {
  display: flex;
  justify-content: flex-start;
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes3:hover .fooder-icon {
  background-color: var(--c3);
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes3:hover .fooder-icon i {
  animation: playan3 1s linear forwards;
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-icon {
  width: var(--r68);
  height: var(--r68);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #145956;
  transition: all 0.5s;
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-icon i {
  font-size: var(--24);
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-textbox {
  width: calc(100% - var(--r68));
  padding-left: var(--d26);
  padding-top: var(--d8);
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-textbox .fooder-mestitle {
  font-size: var(--22);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  margin-bottom: var(--d10);
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-textbox .fooder-mestext {
  font-size: var(--18);
  line-height: 1.3;
  color: #AFD3D1;
  font-family: 'TitilliumWeb', 'Microsoft YaHei UI', sans-serif;
}
.fooder .fooder-box .fooder-box2 .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes3 .fooder-textbox .fooder-mestext a:hover {
  color: #fff;
  text-decoration: underline;
}
.fooder .fooder-bom .fooder-bom2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fooder .fooder-bom .fooder-bom2 .fooder-copyright p,
.fooder .fooder-bom .fooder-bom2 .fooder-copyright a {
  display: inline-flex;
  font-size: var(--16);
  line-height: 1.14;
  color: #AFD3D1;
}
.fooder .fooder-bom .fooder-bom2 .fooder-bomnav {
  font-size: var(--16);
  color: #669B99;
  font-family: 'TitilliumWeb';
}
.fooder .fooder-bom .fooder-bom2 .fooder-bomnav a {
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-bom2 .fooder-bomnav a:hover {
  color: #fff;
}
.fooder .fooder-bom .fooder-bom2 .fooder-bomnav span {
  margin: 0 var(--d20);
  font-size: 8px;
}
.fooder .xing {
  font-size: 19.5625vw;
  text-align: center;
  line-height: 1;
  color: #277370;
  letter-spacing: -0.06em;
  font-weight: 600;
  transform: translateY(50%);
  opacity: 0.8;
  pointer-events: none;
}
.blognav .blognav-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: var(--d60);
}
.blognav .blognav-box .blognav1 {
  margin-right: var(--d30);
}
.blognav .blognav-box .blognav1:last-child {
  margin-right: 0;
}
.blognav .blognav-box .action .con-but2 {
  background-color: var(--c3);
}
.aboutcontent .banner-list {
  margin-top: var(--d30);
  margin-bottom: calc(-1 * var(--d30));
}
.aboutcontent .banner-list .banner-list2 {
  margin-bottom: var(--d30);
}
.aboutcontent .about .about-box {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d120);
  padding-bottom: var(--d100);
}
.aboutcontent .about .about-box .about-left {
  width: calc(810 / 1650 * 100%);
}
.aboutcontent .about .about-box .about-left .about-imgbg {
  width: calc(258 / 560 * 100%);
  top: 50%;
  transform: translate(100%, -60%);
  right: 0;
  position: absolute;
}
.aboutcontent .about .about-box .about-left .about-imgbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .about .about-box .about-left .about-video {
  width: calc(560 / 810 * 100%);
  position: relative;
}
.aboutcontent .about .about-box .about-left .about-video .img-box {
  padding-bottom: calc(585 / 560 * 100%);
  border-radius: 16px;
}
.aboutcontent .about .about-box .about-left .about-imgbox {
  width: calc(480 / 810 * 100%);
  margin-top: calc(-1 * var(--d50));
  margin-left: auto;
  position: relative;
}
.aboutcontent .about .about-box .about-left .about-imgbox .about-imgbg2 {
  width: calc(163 / 480 * 100%);
  position: absolute;
  top: 48%;
  left: -70%;
}
.aboutcontent .about .about-box .about-left .about-imgbox .about-imgbg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .about .about-box .about-left .about-imgbox .img-box {
  padding-bottom: calc(510 / 480 * 100%);
  border-radius: 16px;
}
.aboutcontent .about .about-box .about-left .about-imgbox .about-textbox {
  width: calc(394 / 480 * 100%);
  padding: var(--d28) var(--d30);
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: var(--d90);
  z-index: 10;
  left: calc(-1 * var(--d110));
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.aboutcontent .about .about-box .about-left .about-imgbox .about-textbox .about-icon {
  width: var(--r72);
  height: var(--r72);
  border-radius: 50%;
  background-color: var(--c3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .about .about-box .about-left .about-imgbox .about-textbox .about-icon img {
  width: var(--40);
  height: var(--40);
}
.aboutcontent .about .about-box .about-left .about-imgbox .about-textbox .about-textbox2 {
  width: calc(100% - var(--r72));
  padding-left: var(--d26);
}
.aboutcontent .about .about-box .about-left .about-imgbox .about-textbox .about-textbox2 .about-img-title {
  margin-bottom: var(--d10);
  font-size: var(--38);
  line-height: 1;
  font-weight: 600;
  color: #000;
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
}
.aboutcontent .about .about-box .about-left .about-imgbox .about-textbox .about-textbox2 .about-img-text {
  font-size: var(--16);
  line-height: 1.1;
  color: #404B4A;
}
.aboutcontent .about .about-box .about-right {
  padding-left: var(--d38);
  width: calc(840 / 1650 * 100%);
}
.aboutcontent .about .about-box .about-right .about-title {
  margin-bottom: var(--d50);
  width: 660px;
  max-width: 100%;
}
.aboutcontent .engineering {
  padding: var(--d90) 0 var(--d105);
  background-color: #F4F9F8;
}
.aboutcontent .engineering .typebox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .engineering .i-built-title {
  margin-bottom: var(--d50);
}
.aboutcontent .engineering .title {
  text-align: center;
}
.aboutcontent .engineering .engineering-conbox {
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: var(--d30);
}
.aboutcontent .engineering .engineering-conbox .engineering-imgbox {
  width: calc(700 / 1650 * 100%);
}
.aboutcontent .engineering .engineering-conbox .engineering-imgbox .img-box {
  padding-bottom: calc(430 / 700 * 100%);
}
.aboutcontent .engineering .engineering-conbox .engineering-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .engineering .engineering-conbox .engineering-textbox {
  width: calc(950 / 1650 * 100%);
  padding: var(--d55) var(--d124) var(--d55) var(--d64);
  background-color: #E8F3F1;
}
.aboutcontent .engineering .engineering-conbox .engineering-textbox .i-about-list {
  margin-bottom: 0;
}
.aboutcontent .engineering .engineering-conbox .engineering-textbox .engineering-contitle {
  margin-bottom: var(--d12);
}
.aboutcontent .engineering .engineering-conbox .engineering-textbox .engineering-contitle h3 {
  font-size: var(--30);
  line-height: 1;
  font-weight: 500;
  color: #171C1C;
}
.aboutcontent .engineering .engineering-conbox .engineering-textbox .engineering-contype {
  font-size: var(--16);
  font-weight: 500;
  color: #094D49;
  margin-bottom: var(--d30);
}
.aboutcontent .engineering .engineering-conbox .engineering-textbox .engineering-context {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.aboutcontent .engineering .engineering-conbox .engineering-textbox .engineering-context ul {
  padding-left: 15px;
  list-style-type: upper-alpha;
}
.aboutcontent .engineering .engineering-conbox .engineering-textbox .engineering-context ul li {
  list-style-type: disc;
}
.aboutcontent .engineering .engineering-list {
  margin-bottom: calc(-1 * var(--d40));
  padding-bottom: var(--d80);
}
.aboutcontent .engineering .engineering-list .engineering-list2 {
  margin-bottom: var(--d40);
}
.aboutcontent .engineering .engineering-list .engineering-list2 .engineering-list3:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .engineering .engineering-list .engineering-list2 .engineering-list3:hover .engineering-textbox .engineering-list-title h3 {
  color: var(--c3) !important;
}
.aboutcontent .engineering .engineering-list .engineering-list2 .engineering-list3 .engineering-imgbox {
  margin-bottom: var(--d26);
}
.aboutcontent .engineering .engineering-list .engineering-list2 .engineering-list3 .engineering-imgbox .img-box {
  border-radius: 12px;
  padding-bottom: calc(360 / 530 * 100%);
}
.aboutcontent .engineering .engineering-list .engineering-list2 .engineering-list3 .engineering-textbox .engineering-list-title {
  margin-right: var(--d8);
}
.aboutcontent .engineering .engineering-list .engineering-list2 .engineering-list3 .engineering-textbox .engineering-list-title h3 {
  font-family: 'TitilliumWeb';
  transition: all 0.5s;
  font-size: var(--26);
  line-height: 1;
  font-weight: 500;
  color: #171C1C;
}
.aboutcontent .engineering .engineering-list .engineering-list2 .engineering-list3 .engineering-textbox .engineering-list-type {
  font-family: 'TitilliumWeb';
  transition: all 0.5s;
  font-size: var(--26);
  line-height: 1;
  font-weight: 500;
  color: #171C1C;
}
.aboutcontent .engineering .engineering-list .engineering-list2 .engineering-list3 .engineering-textbox .engineering-list-text {
  font-size: var(--14);
  line-height: calc(22 / 14);
  color: #404B4A;
}
.aboutcontent .engineering .engineering-imgbox {
  border-radius: 12px;
  overflow: hidden;
}
.aboutcontent .engineering .engineering-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .cor {
  padding: var(--d170) 0;
  overflow: hidden;
}
.aboutcontent .cor .cor-list {
  --bs-gutter-x: var(--g110);
}
.aboutcontent .cor .cor-list .cor-list2 {
  position: relative;
}
.aboutcontent .cor .cor-list .cor-list2:last-child::after {
  display: none;
}
.aboutcontent .cor .cor-list .cor-list2::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 300%;
  width: 0;
  border-left: 1px dashed #FFFFFF;
  position: absolute;
  content: '';
  opacity: 0.2;
}
.aboutcontent .cor .cor-list .cor-list2:hover .cor-list3 {
  transform: translateY(calc(-1 * var(--d100)));
}
.aboutcontent .cor .cor-list .cor-list2:hover .cor-icon {
  background: var(--c3) !important;
}
.aboutcontent .cor .cor-list .cor-list2:hover .cor-icon i {
  animation: playan3 1s linear forwards;
}
.aboutcontent .cor .cor-list .cor-list2 .cor-list3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
}
.aboutcontent .cor .cor-list .cor-list2 .cor-list3 .cor-icon {
  width: var(--r68);
  height: var(--r68);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: var(--d60);
  transition: all 0.5s;
}
.aboutcontent .cor .cor-list .cor-list2 .cor-list3 .cor-icon i {
  font-size: var(--26);
}
.aboutcontent .cor .cor-list .cor-list2 .cor-list3 .cor-list-title {
  text-align: center;
  font-size: var(--26);
  line-height: 1;
  font-weight: 500;
  margin-bottom: var(--d16);
  color: #fff;
}
.aboutcontent .cor .cor-list .cor-list2 .cor-list3 .cor-list-text {
  font-size: var(--16);
  line-height: 1.4;
  color: #C8E3E2;
  text-align: center;
}
.aboutcontent .choose {
  padding: var(--d95) 0 var(--d105);
  background-color: #E8F3F1;
}
.aboutcontent .choose .choose-list {
  --bs-gutter-x: var(--g110);
}
.aboutcontent .choose .choose-list .choose-list2 .choose-list3 {
  padding-top: var(--d28);
  height: 100%;
  position: relative;
}
.aboutcontent .choose .choose-list .choose-list2 .choose-list3 .choose-list-num {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 200px;
  color: #D8EAE8;
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
}
.aboutcontent .choose .choose-list .choose-list2 .choose-list3 .choose-list-icon {
  width: var(--60);
  height: var(--60);
  margin-bottom: var(--d40);
}
.aboutcontent .choose .choose-list .choose-list2 .choose-list3 .choose-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .choose .choose-list .choose-list2 .choose-list3 .choose-list-title {
  width: 270px;
  max-width: 100%;
  margin-bottom: var(--d14);
}
.aboutcontent .choose .choose-list .choose-list2 .choose-list3 .choose-list-title h3 {
  font-size: var(--22);
  line-height: 1.2;
  color: #171c1c;
}
.aboutcontent .choose .choose-list .choose-list2 .choose-list3 .choose-list-text {
  position: relative;
  z-index: 10;
}
.aboutcontent .stand {
  padding: var(--d95) 0;
}
.aboutcontent .stand .typebox {
  color: #fff;
}
.aboutcontent .stand .stand-title {
  margin-bottom: var(--d26);
}
.aboutcontent .stand .stand-text {
  margin: 0;
  margin-bottom: var(--d70);
  color: #fff;
  text-align: left;
}
.aboutcontent .stand .stand-list .stand-list2 {
  position: relative;
}
.aboutcontent .stand .stand-list .stand-list2:hover .stand-listbg {
  opacity: 1;
}
.aboutcontent .stand .stand-list .stand-list2:hover .stand-list-title,
.aboutcontent .stand .stand-list .stand-list2:hover .stand-list-text,
.aboutcontent .stand .stand-list .stand-list2:hover .stand-num {
  color: #fff !important;
}
.aboutcontent .stand .stand-list .stand-list2:hover .stand-icon {
  background: var(--c3) !important;
}
.aboutcontent .stand .stand-list .stand-list2:hover .stand-icon i {
  animation: playan3 1s linear forwards;
}
.aboutcontent .stand .stand-list .stand-list2 .stand-listbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.aboutcontent .stand .stand-list .stand-list2 .stand-listbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .stand .stand-list .stand-list2 .container {
  position: relative;
  z-index: 10;
}
.aboutcontent .stand .stand-list .stand-list2 .stand-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d50) 0;
}
.aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-textbox {
  width: calc(100% - var(--r56));
  padding-right: var(--d376);
  display: flex;
  justify-content: space-between;
}
.aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-textbox .stand-num {
  font-size: var(--16);
  line-height: 1;
  color: #629694;
  transition: all 0.5s;
}
.aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-textbox .stand-textbox2 {
  width: calc(100% - 25px);
  display: flex;
  justify-content: space-between;
  padding-left: var(--d154);
}
.aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-textbox .stand-textbox2 .stand-list-title {
  padding-right: var(--d30);
  font-size: var(--30);
  color: #D2E0E0;
  line-height: 1;
  font-weight: 500;
  transition: all 0.5s;
}
.aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-textbox .stand-textbox2 .stand-list-text {
  width: 530px;
  max-width: 100%;
  font-size: var(--16);
  line-height: 1.5;
  color: #D2E0E0;
  transition: all 0.5s;
}
.aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-icon {
  width: var(--r56);
  height: var(--r56);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
.aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-icon i {
  font-size: var(--22);
}
.aboutcontent .built {
  padding: var(--d120) 0 var(--d140);
  position: relative;
  overflow: hidden;
}
.aboutcontent .built .milestone-canvas {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 600px;
  left: 50%;
  transform: translate(-50%, 0);
}
.aboutcontent .built .milestone-canvas canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .built .built-swcon .built-swimg {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.aboutcontent .built .built-swcon .built-swimg::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.aboutcontent .built .built-swcon .built-swimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .built .built-swcon .built-swimg .built-swtextbox {
  position: absolute;
  padding: var(--d70);
  width: 1067px;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 10;
}
.aboutcontent .built .built-swcon .built-swimg .built-swtextbox .built-swtitle {
  text-align: center;
  font-size: var(--36);
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-bottom: var(--d20);
  font-family: 'TitilliumWeb';
}
.aboutcontent .built .built-swcon .built-swimg .built-swtextbox .built-swtext {
  line-height: 1.5;
  font-size: var(--16);
  opacity: 0.8;
  color: #fff;
  text-align: center;
}
.aboutcontent .built .built-swiper2 {
  margin: var(--d40) auto 0;
  width: 1580px;
  max-width: 100%;
}
.aboutcontent .built .built-navbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: var(--d20);
  position: relative;
  color: #95A2A1;
  transition: all 0.5s;
}
.aboutcontent .built .built-navbox::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #E1E7E7;
  height: 3px;
  content: '';
}
.aboutcontent .built .built-navbox::before {
  position: absolute;
  width: 0%;
  top: 0;
  left: 0;
  background-color: #216B68;
  height: 3px;
  content: '';
  transition: all 0.5s;
  z-index: 10;
}
.aboutcontent .built .built-navbox .built-years {
  margin-bottom: 4px;
  font-size: var(--18);
  line-height: 1;
  text-align: center;
}
.aboutcontent .built .built-navbox .built-nav {
  line-height: 1.2;
  font-size: var(--16);
  text-align: center;
}
.aboutcontent .built .swiper-slide-thumb-active .built-navbox {
  color: #216B68;
}
.aboutcontent .built .swiper-slide-thumb-active .built-navbox::before {
  width: 100%;
}
.factorycontent {
  padding: var(--d120) 0;
}
.factorycontent .factory-list .factory-list2:nth-child(2n) .factory-list3 {
  flex-direction: row-reverse;
}
.factorycontent .factory-list .factory-list2:nth-child(2n) .factory-list3 .factory-textbox {
  background-color: #fff;
}
.factorycontent .factory-list .factory-list2 .factory-list3 {
  display: flex;
  justify-content: space-between;
}
.factorycontent .factory-list .factory-list2 .factory-list3 .factory-imgbox {
  width: calc(825 / 1650 * 100%);
}
.factorycontent .factory-list .factory-list2 .factory-list3 .factory-imgbox .img-box {
  padding-bottom: calc(545 / 825 * 100%);
}
.factorycontent .factory-list .factory-list2 .factory-list3 .factory-textbox {
  width: calc(825 / 1650 * 100%);
  background-color: #E8F3F1;
  padding: var(--d75) var(--d80);
}
.factorycontent .factory-list .factory-list2 .factory-list3 .factory-textbox .factory-list-title {
  border-bottom: 1px dashed #CAD5D4;
  font-size: var(--30);
  line-height: 1;
  padding-bottom: var(--d26);
  margin-bottom: var(--d40);
  font-weight: 500;
  color: #167872;
}
.factorycontent .factory-list .factory-list2 .factory-list3 .factory-textbox .factory-list-text {
  color: #667271;
  margin-bottom: var(--d26);
}
.factorycontent .factory-list .factory-list2 .factory-list3 .factory-textbox .factory-list-text2 {
  color: #667271;
}
.factorycontent .factory-list .factory-list2 .factory-list3 .factory-textbox .factory-list-text2 ul li {
  position: relative;
  padding-left: calc(var(--18) + var(--d10));
  margin-bottom: var(--d12);
}
.factorycontent .factory-list .factory-list2 .factory-list3 .factory-textbox .factory-list-text2 ul li:last-child {
  margin-bottom: 0;
}
.factorycontent .factory-list .factory-list2 .factory-list3 .factory-textbox .factory-list-text2 ul li::before {
  font-family: 'iconfont' !important;
  width: var(--18);
  height: var(--18);
  border-radius: 50%;
  background-color: var(--c3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\e698";
  z-index: 10;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 10px;
  color: #fff;
}
.customcontent {
  padding: var(--d68) 0 var(--d120);
}
.gmt-box {
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(360 / 1650 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  transition: all 0.5s;
  margin-bottom: var(--d10);
  overflow: hidden;
  border-radius: 6px;
}
.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;
  background-color: var(--c2);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover {
  background-color: var(--c3);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover .gmt-num {
  color: var(--c3) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover .gmt-but i {
  color: #fff !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-num {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-right: var(--d12);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: var(--c2);
  font-size: var(--15);
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: var(--d20);
  top: 50%;
  z-index: 10;
  transition: all 0.5s;
  transform: translateY(-50%);
  border-radius: 50%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--14);
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: var(--d10) var(--d20) var(--d10) var(--d10);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
  width: 95%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  position: relative;
  padding-top: var(--d12);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
  color: var(--c) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a .gmt-more3 {
  transform: none;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  padding: var(--d18) 0;
  margin: 0 var(--d17);
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: var(--16);
  line-height: 1;
  position: relative;
  transition: all 0.5s;
  border-bottom: 1px dashed #D9D9D9;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a .gmt-more3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateX(-18px);
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a i {
  font-size: 8px;
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 10px;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action {
  color: var(--c) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a .gmt-more3 {
  transform: none;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut {
  background-color: var(--c3);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-num {
  color: var(--c3) !important;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but i {
  color: #fff !important;
}
.gmt-box .gmt-title {
  margin-bottom: var(--d20);
}
.gmt-box .gmt-title h2 {
  font-size: var(--40);
  line-height: 1;
}
.gmt-box .gmt-text {
  width: 1120px;
  max-width: 100%;
  margin-bottom: var(--d60);
}
.gmt-box .gmt-rigth {
  width: calc(1290 / 1650 * 100%);
  padding-left: var(--d80);
}
.gmt-box .gmt-rigth .product-list {
  margin-bottom: calc(var(--d36) * -1);
  padding-bottom: var(--80);
}
.gmt-box .gmt-rigth .product-list .product-list2 {
  margin-bottom: var(--d36);
}
.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;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-page a,
.pagination .prev a,
.pagination .next a {
  width: var(--r46);
  height: var(--r46);
  transition: all 0.5s;
  cursor: pointer;
  background-color: #F4F9F8;
  border: 1px solid #E8F3F1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pagination .pagination-page a i,
.pagination .prev a i,
.pagination .next a i {
  font-size: var(--16);
}
.pagination .pagination-page a:hover,
.pagination .prev a:hover,
.pagination .next a:hover {
  color: #fff;
  background-color: #094D49;
}
.pagination .pagination-page {
  margin: 0 var(--d8);
}
.pagination li {
  margin-right: var(--d8);
  color: #222222;
  font-size: var(--20);
  line-height: 1;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination .active a {
  color: #fff;
  background-color: #094D49;
}
.product-box:hover .product-cart {
  opacity: 1 !important;
}
.product-box:hover h3 {
  color: #167872 !important;
}
.product-box .img-box {
  padding-bottom: calc(755 / 600 * 100%);
}
.product-box .product-imgbox {
  position: relative;
}
.product-box .product-imgbox .product-type {
  position: absolute;
  top: var(--d14);
  left: var(--d14);
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -4px;
}
.product-box .product-imgbox .product-type .product-type2 {
  padding: 4px var(--d12);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: var(--12);
  line-height: 1;
  color: #404B4A;
  margin-right: 4px;
  margin-bottom: 4px;
}
.product-box .product-imgbox .product-cart {
  width: calc(364 / 390 * 100%);
  position: absolute;
  padding: var(--d8);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: var(--d14);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  font-size: var(--14);
  line-height: 1;
  color: #fff;
  background-color: #094D49;
  transition: all 0.5s;
  opacity: 0;
}
.product-box .product-list-title {
  margin-top: var(--d20);
}
.product-box .product-list-title h3 {
  font-size: var(--18);
  color: #171C1C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--d100) 0 var(--d90);
  max-width: 100%;
  margin: 0 auto;
}
.details-content .img-box {
  padding-bottom: calc(755 / 600 * 100%);
}
.details-content .details-left {
  width: calc(758 / 1650 * 100%);
}
.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.details-content .details-left .details-imgbox .swiper-slide {
  overflow: hidden;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: calc(140 / 758 * 100%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.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: "\e687";
  font-size: var(--36);
  color: var(--c2);
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
  width: var(--r52);
  height: var(--r52);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: calc(602 / 758 * 100%);
  overflow: hidden;
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox2:hover .details-but {
  opacity: 1;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-but {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 10;
  color: var(--c);
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-prev {
  left: 10px;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-next {
  right: 10px;
}
.details-content .details-right {
  width: calc(892 / 1650 * 100%);
  padding-left: var(--d84);
}
.details-content .details-right .details-right2 {
  height: 100%;
}
.details-content .details-right .details-right2 .details-title {
  padding-bottom: var(--d26);
  margin-bottom: var(--d50);
  border-bottom: 1px dashed #CAD5D4;
  position: relative;
}
.details-content .details-right .details-right2 .details-title::after {
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #094D49;
  width: 100px;
  height: 1px;
  content: '';
}
.details-content .details-right .details-right2 .details-title h2 {
  font-size: var(--40);
  line-height: 1;
  color: #094D49;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.details-content .details-right .details-right2 .details-text-title {
  font-size: var(--16);
  line-height: 1;
  color: var(--c3);
  margin-bottom: var(--d10);
  font-weight: 500;
}
.details-content .details-right .details-right2 .details-text {
  margin-bottom: var(--d30);
}
.details-content .details-right .details-right2 .details-text2 ul li {
  position: relative;
  padding-left: calc(var(--18) + var(--d10));
  margin-bottom: var(--d12);
}
.details-content .details-right .details-right2 .details-text2 ul li:last-child {
  margin-bottom: 0;
}
.details-content .details-right .details-right2 .details-text2 ul li::before {
  font-family: 'iconfont' !important;
  width: var(--18);
  height: var(--18);
  border-radius: 50%;
  background-color: var(--c3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\e698";
  z-index: 10;
  left: 0;
  top: 50%;
  color: #fff;
  transform: translate(0, -50%);
  font-size: 10px;
}
.details-content .details-right .details-right2 .details-butcontent {
  padding-top: var(--d30);
  margin-top: var(--d70);
  border-top: 1px dashed #CAD5D4;
}
.details-content .details-right .details-right2 .details-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: var(--d166);
}
.details-content .details-right .details-right2 .details-share p {
  font-size: var(--18);
  margin-right: var(--d15);
  color: #171C1C;
}
.details-content .details-right .details-right2 .details-sharebox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.details-content .details-right .details-right2 .details-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--d40);
}
.details-content .details-right .details-right2 .details-butbox .con-but {
  width: calc(398 / 810 * 100%);
}
.details-content .details-right .details-right2 .details-butbox .con-but .con-but2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-navbox {
  position: sticky;
  top: 130px;
  left: 0;
  z-index: 1000;
  background-color: #094D49;
  overflow: hidden;
}
.details-navbox .details-nav {
  position: relative;
  z-index: 10;
}
.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(--d66);
}
.details-navbox .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details-navbox .details-nav .navbox .navbox2 a {
  display: block;
  padding: var(--d24) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  text-align: center;
  font-size: var(--18);
  line-height: calc(30 / 18);
  white-space: nowrap;
  color: #AFD3D1;
  position: relative;
}
.details-navbox .details-nav .navbox .navbox2 a::after {
  width: 0%;
  background-color: var(--c3);
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.details-navbox .details-nav .navbox .navbox2:hover a {
  color: #fff;
  font-weight: 500;
}
.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: #fff;
  font-weight: 500;
}
.details-navbox .details-nav .navbox .action a::after {
  width: 100%;
}
.con-textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d50);
}
.con-title {
  font-size: var(--40);
  line-height: 1;
  font-weight: 500;
  color: #171C1C;
}
.customdetailscontent .description {
  padding-top: var(--d70);
  background-color: #E8F3F1;
}
.customdetailscontent .description .description-text {
  width: 1510px;
  max-width: 100%;
  margin-bottom: var(--d50);
}
.customdetailscontent .description .description-conbox {
  margin-bottom: calc(-1 * var(--d30));
}
.customdetailscontent .description .description-conbox .description-conbox2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d30);
}
.customdetailscontent .description .description-conbox .description-conbox2:nth-child(2n) {
  flex-direction: row-reverse;
}
.customdetailscontent .description .description-conbox .description-conbox2:nth-child(2n) .description-textbox {
  background-color: #094D49;
}
.customdetailscontent .description .description-conbox .description-conbox2:nth-child(2n) .description-textbox ul li .description-text-title {
  color: #fff;
}
.customdetailscontent .description .description-conbox .description-conbox2:nth-child(2n) .description-textbox ul li .description-list-text {
  color: #AFD3D1;
}
.customdetailscontent .description .description-conbox .description-conbox2 .description-img {
  width: calc(810 / 1650 * 100%);
  border-radius: 10px;
  overflow: hidden;
}
.customdetailscontent .description .description-conbox .description-conbox2 .description-img .img-box {
  padding-bottom: calc(400 / 810 * 100%);
}
.customdetailscontent .description .description-conbox .description-conbox2 .description-textbox {
  width: calc(810 / 1650 * 100%);
  border-radius: 10px;
  overflow: hidden;
  padding: var(--d65);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customdetailscontent .description .description-conbox .description-conbox2 .description-textbox ul {
  width: 100%;
}
.customdetailscontent .description .description-conbox .description-conbox2 .description-textbox ul li {
  position: relative;
  padding-left: calc(var(--18) + var(--d10));
  margin-bottom: var(--d30);
}
.customdetailscontent .description .description-conbox .description-conbox2 .description-textbox ul li:last-child {
  margin-bottom: 0;
}
.customdetailscontent .description .description-conbox .description-conbox2 .description-textbox ul li::before {
  font-family: 'iconfont' !important;
  width: var(--18);
  height: var(--18);
  border-radius: 50%;
  background-color: var(--c3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\e698";
  z-index: 10;
  left: 0;
  top: 0%;
  transform: translate(0, 20%);
  font-size: 10px;
  color: #fff;
}
.customdetailscontent .description .description-conbox .description-conbox2 .description-textbox ul li .description-text-title {
  font-size: var(--20);
  font-weight: 500;
  color: #167872;
  margin-bottom: var(--d12);
}
.customdetailscontent .description .description-conbox .description-conbox2 .description-textbox ul li .description-list-text {
  font-size: var(--16);
  line-height: 1;
  color: #404B4A;
}
.customdetailscontent .specifications {
  padding-top: var(--d70);
  background-color: #E8F3F1;
  padding-bottom: var(--d70);
}
.customdetailscontent .advantages {
  padding-top: var(--d105);
  background-color: #E8F3F1;
  padding-bottom: var(--d100);
}
.customdetailscontent .advantages .swiper-but {
  border: 1px dashed #094D49;
}
.customdetailscontent .advantages .swiper-but i {
  color: #094D49;
}
.customdetailscontent .advantages .swiper-but:hover i {
  color: #fff;
}
.customdetailscontent .advantages .advantages-box:hover .img-box img {
  transform: scale(1.1);
}
.customdetailscontent .advantages .advantages-box:hover .advantages-textbox .advantages-icon .advantages-icon2 {
  background-color: var(--c2);
}
.customdetailscontent .advantages .advantages-box:hover .advantages-textbox .advantages-icon .advantages-icon2 img {
  filter: brightness(0) invert(1);
  animation: playan3 1s linear forwards;
}
.customdetailscontent .advantages .advantages-box:hover .advantages-textbox .advantages-textbox2 {
  background-color: var(--c2);
}
.customdetailscontent .advantages .advantages-box:hover .advantages-textbox .advantages-textbox2 .advantages-list-title {
  color: #fff;
}
.customdetailscontent .advantages .advantages-box:hover .advantages-textbox .advantages-textbox2 .advantages-list-text {
  color: #AFD3D1;
}
.customdetailscontent .advantages .advantages-box .advantages-imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.customdetailscontent .advantages .advantages-box .advantages-imgbox .img-box {
  padding-bottom: calc(270 / 530 * 100%);
}
.customdetailscontent .advantages .advantages-box .advantages-textbox {
  padding: 0 var(--d20);
  position: relative;
  z-index: 100;
  margin-top: calc(-1 * var(--d50));
}
.customdetailscontent .advantages .advantages-box .advantages-textbox .advantages-icon {
  width: var(--r96);
  height: var(--r96);
  border-radius: 50%;
  position: absolute;
  left: calc(var(--d44) + var(--d20));
  top: 0;
  transform: translate(0, -50%);
  background-color: #fff;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customdetailscontent .advantages .advantages-box .advantages-textbox .advantages-icon .advantages-icon2 {
  width: calc(86 / 96 * 100%);
  height: calc(86 / 96 * 100%);
  border-radius: 50%;
  background-color: #E8F3F1;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customdetailscontent .advantages .advantages-box .advantages-textbox .advantages-icon .advantages-icon2 img {
  width: var(--32);
  height: var(--32);
  object-fit: cover;
  transition: all 0.5s;
}
.customdetailscontent .advantages .advantages-box .advantages-textbox .advantages-textbox2 {
  padding: var(--d72) var(--d66) var(--d50) var(--d44);
  border-radius: 10px;
  -webkit-clip-path: polygon(100% 0, 100% 55%, 75% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 55%, 75% 100%, 0 100%, 0 0);
  background-color: #fff;
  transition: all 0.5s;
  height: 100%;
}
.customdetailscontent .advantages .advantages-box .advantages-textbox .advantages-textbox2 .advantages-list-title {
  font-size: var(--20);
  line-height: 1;
  margin-bottom: var(--d12);
  font-weight: 500;
  color: #167872;
  transition: all 0.5s;
}
.customdetailscontent .advantages .advantages-box .advantages-textbox .advantages-textbox2 .advantages-list-text {
  font-size: var(--16);
  line-height: 1.3;
  color: #404B4A;
  transition: all 0.5s;
}
.customdetailscontent .process {
  background-color: var(--c4);
  padding: var(--d100) 0 var(--d80);
}
.customdetailscontent .process .con-title {
  color: #fff;
  margin-bottom: var(--d40);
}
.customdetailscontent .process .process-swiper {
  position: relative;
}
.customdetailscontent .process .process-swiper::after {
  width: 100%;
  height: 0;
  border-top: 1px dashed #2C6D6A;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: '';
}
.customdetailscontent .process .process-swiper .swiper-slide:nth-child(2n - 1) .process-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.customdetailscontent .process .process-swiper .swiper-slide:nth-child(2n - 1) .process-box .process-box2 {
  padding-top: var(--d88);
}
.customdetailscontent .process .process-swiper .swiper-slide:nth-child(2n - 1) .process-box .process-box2 .process-icon {
  top: 0;
  transform: translate(-50%, -50%);
}
.customdetailscontent .process .process-swiper .swiper-slide:nth-child(2n - 1) .process-box .process-box2::after {
  top: 0;
}
.customdetailscontent .process .process-swiper .swiper-slide:nth-child(2n) .process-box .process-box2 {
  padding-bottom: var(--d88);
}
.customdetailscontent .process .process-swiper .swiper-slide:nth-child(2n) .process-box .process-box2 .process-icon {
  bottom: 0;
  transform: translate(-50%, 50%);
}
.customdetailscontent .process .process-swiper .swiper-slide:nth-child(2n) .process-box .process-box2::after {
  bottom: 0;
}
.customdetailscontent .process .process-box .process-box2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.customdetailscontent .process .process-box .process-box2::after {
  width: 0px;
  height: calc(var(--d88) - 8px);
  border-right: 1px dashed #2C6D6A;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
}
.customdetailscontent .process .process-box .process-box2 .process-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: var(--d12);
  height: var(--d12);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--c3);
}
.customdetailscontent .process .process-box .process-box2 .process-icon .process-icon2 {
  width: calc(8 / 12 * 100%);
  height: calc(8 / 12 * 100%);
  border-radius: 50%;
  background-color: #fff;
}
.customdetailscontent .process .process-box .process-box2 .process-num {
  width: var(--r76);
  height: var(--r76);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--c3);
  font-size: var(--38);
  line-height: 1;
  color: var(--c3);
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
  margin-bottom: var(--d30);
}
.customdetailscontent .process .process-box .process-box2 .process-num span {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 70%);
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 70%);
}
.customdetailscontent .process .process-box .process-box2 .process-swtitle {
  text-align: center;
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d10);
  color: #fff;
}
.customdetailscontent .process .process-box .process-box2 .process-swtext {
  font-size: var(--16);
  line-height: 1.3;
  color: #AFD3D1;
  text-align: center;
}
.customdetailscontent .quality {
  padding-top: var(--d84);
  padding-bottom: var(--d95);
}
.customdetailscontent .quality .con-title {
  margin-bottom: var(--d30);
}
.customdetailscontent .quality .quality-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customdetailscontent .certification {
  padding-top: var(--d100);
  background-color: #E8F3F1;
}
.customdetailscontent .certification .certification-list .certification-list2 {
  margin-bottom: var(--d40);
}
.customdetailscontent .certification .certification-list .certification-list2:last-child {
  margin-bottom: 0;
}
.customdetailscontent .certification .certification-list .certification-list2 .certification-list3 .certification-list-title {
  font-size: var(--18);
  line-height: 1;
  color: var(--c3);
  font-weight: 500;
  margin-bottom: var(--d20);
}
.customdetailscontent .certification .certification-list .certification-list2 .certification-list3 .certification-list-con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: calc(-1 * var(--d10));
}
.customdetailscontent .certification .certification-list .certification-list2 .certification-list3 .certification-list-con .certification-list-con2 {
  width: calc(1 / 7 * 100%);
  padding: var(--d10);
}
.customdetailscontent .certification .certification-list .certification-list2 .certification-list3 .certification-list-con .certification-list-con2 .certification-list-con3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F9F8;
  font-size: var(--20);
  font-weight: 500;
  border-radius: 8px;
  color: #094D49;
  padding: var(--d32) var(--d10);
}
.customdetailscontent .optional {
  padding: var(--d100) 0;
  background-color: #E8F3F1;
}
.customdetailscontent .optional .certification-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customdetailscontent .optional .certification-butbox .certification-but {
  padding: var(--d8);
  min-width: 314px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c2);
  border-radius: 6px;
  margin-right: var(--d20);
  cursor: pointer;
  transition: all 0.5s;
}
.customdetailscontent .optional .certification-butbox .certification-but:hover {
  background-color: var(--c3);
}
.customdetailscontent .optional .certification-butbox .certification-but:hover .certification-icon {
  color: var(--c3);
}
.customdetailscontent .optional .certification-butbox .certification-but:last-child {
  margin-right: 0;
}
.customdetailscontent .optional .certification-butbox .certification-but .certification-icon {
  width: var(--r38);
  height: var(--r38);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: var(--c2);
  transition: all 0.5s;
}
.customdetailscontent .optional .certification-butbox .certification-but .certification-icon i {
  font-size: var(--24);
}
.customdetailscontent .optional .certification-butbox .certification-but span {
  width: calc(100% - var(--r38));
  padding-left: var(--d12);
  font-size: var(--20);
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.customdetailscontent .optional .certification-butbox .action {
  background-color: var(--c3);
}
.customdetailscontent .optional .certification-butbox .action .certification-icon {
  color: var(--c3);
}
.customdetailscontent .optional .certification-swbox {
  position: relative;
}
.customdetailscontent .optional .certification-box .certification-imgbox {
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 6px 15px 0 rgba(86, 112, 110, 0.15);
}
.customdetailscontent .optional .certification-box .certification-imgbox .img-box {
  padding-bottom: calc(300 / 315 * 100%);
}
.customdetailscontent .optional .certification-box .certification-swtitle {
  margin-top: var(--d20);
  font-size: var(--20);
  line-height: 1;
  font-weight: 500;
  color: #094D49;
}
.customdetailscontent .inquire {
  padding: var(--d84) 0;
  background-color: #F4F9F8;
}
.related {
  padding: var(--d100) 0 var(--d120);
}
.customizable {
  padding: var(--d78) 0;
}
.customizable .con-title {
  margin-bottom: var(--d16);
}
.customizable .customizable-text {
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d50);
  color: var(--c3);
}
.customizable .customizable-list {
  --bs-gutter-x: var(--g86);
}
.customizable .customizable-list .customizable-list2 {
  margin-bottom: var(--d30);
}
.customizable .customizable-list .customizable-list2 .customizable-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customizable .customizable-list .customizable-list2 .customizable-list3 .customizable-imgbox {
  width: calc(310 / 766 * 100%);
  border-radius: 10px;
  overflow: hidden;
}
.customizable .customizable-list .customizable-list2 .customizable-list3 .customizable-imgbox .img-box {
  padding-bottom: calc(380 / 310 * 100%);
}
.customizable .customizable-list .customizable-list2 .customizable-list3 .customizable-textbox {
  width: calc(456 / 766 * 100%);
  padding-left: var(--d40);
}
.customizable .customizable-list .customizable-list2 .customizable-list3 .customizable-textbox ul li {
  position: relative;
  padding-left: calc(var(--18) + var(--d10));
  margin-bottom: var(--d18);
  color: #094D49;
  font-size: var(--18);
  font-weight: 500;
}
.customizable .customizable-list .customizable-list2 .customizable-list3 .customizable-textbox ul li:last-child {
  margin-bottom: 0;
}
.customizable .customizable-list .customizable-list2 .customizable-list3 .customizable-textbox ul li::before {
  font-family: 'iconfont' !important;
  width: var(--18);
  height: var(--18);
  border-radius: 50%;
  background-color: var(--c3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\e698";
  z-index: 10;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 10px;
  color: #fff;
}
.contact-form .form-title {
  font-size: var(--18);
  line-height: 1;
  font-weight: 500;
  padding-left: var(--d20);
  color: #094D49;
  margin-bottom: var(--d12);
  font-family: 'TitilliumWeb';
}
.contact-form .product-input {
  margin-bottom: var(--d20);
}
.contact-form .product-input .input-box {
  color: #000000;
  background-color: var(--c);
  font-size: var(--20);
  line-height: calc(28 / 20);
  letter-spacing: -0.02em;
  font-weight: 500;
  background-color: var(--c4);
  border: 1px solid #AE917E;
  color: #fff;
}
.contact-form ul {
  --bs-gutter-x: var(--g20);
}
.contact-form ul li {
  margin-bottom: var(--d15);
}
.contact-form .input-box {
  width: 100%;
  padding: var(--d17) var(--d20);
  font-size: var(--16);
  line-height: 1;
  background: #E8F3F1;
  border-radius: 6px;
  border: 1px solid #DDEBE8;
}
.contact-form .input-box::placeholder {
  color: #404B4A;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  height: 260px;
  margin-bottom: var(--d20);
}
.contact-form .form-group {
  margin-bottom: var(--d20);
}
.contact-form .submit {
  background-color: transparent;
  position: relative;
  left: 100%;
  transform: translate(-100%, 0);
}
.contact-form .submit .con-but .con-but2 {
  padding: var(--d16) var(--d84);
}
.faqs {
  background-color: #E8F3F1;
  padding: var(--d100) 0 var(--d115);
}
.faqs .faqs-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.faqs .faqs-box .faqs-img {
  display: none;
  width: calc(560 / 1650 * 100%);
  border-radius: 10px;
  overflow: hidden;
}
.faqs .faqs-box .faqs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faqs .faqs-box .faqs-textbox {
  width: 100%;
}
.faqs .join-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faqs .join-list .join-list2 {
  width: 48%;
}
.join-list {
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #094D49;
}
.join-list .join-list2 {
  position: relative;
  border-bottom: 1px dashed #CAD5D4;
}
.join-list .join-list2:hover .join-titlebox .join-list-title i {
  color: var(--c3) !important;
}
.join-list .join-list2:hover .join-list3 .join-titlebox .join-icon {
  background-color: var(--c4) !important;
  color: #fff !important;
}
.join-list .join-list2:last-child {
  margin-bottom: 0;
}
.join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  padding: var(--d20) 0;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
  width: calc(100% - 20px);
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-size: var(--24);
  line-height: 1;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title p {
  display: inline-block;
  padding-left: var(--d16);
  font-weight: 500;
  font-size: var(--22);
  line-height: 1;
  color: var(--c4);
  font-family: 'TitilliumWeb';
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title i {
  font-size: var(--30);
  color: #AFD3D1;
  transition: all 0.5s;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon {
  width: var(--r42);
  height: var(--r42);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--c4);
  background-color: #fff;
  border: 1px solid #094D49;
  border-radius: 50%;
  transition: all 0.5s;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon i {
  font-size: var(--16);
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon .join-icon1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.join-list .join-list2 .join-list3 .join-textbox {
  display: none;
  padding-bottom: var(--d30);
}
.join-list .join-list2 .join-list3 .join-textbox .join-textbox2 {
  padding: var(--d30) var(--d190) var(--d30) var(--d46);
  border-radius: 0 0 10px 10px;
  background: #094D49;
  font-size: var(--16);
  line-height: 1.3;
  color: #fff;
  font-family: 'OpenSans';
}
.join-list .join-list2 .join-list3 .join-textbox .join-textbox2 p {
  margin-bottom: var(--d15);
}
.join-list .join-list2 .join-list3 .join-textbox .join-textbox2 p:last-child {
  margin-bottom: 0;
}
.join-list .open .join-titlebox .join-list-title i {
  color: var(--c3) !important;
}
.join-list .open .join-list3 .join-titlebox .join-icon {
  background-color: var(--c4) !important;
  color: #fff !important;
}
.join-list .open .join-list3 .join-titlebox .join-mes .join-icon1 {
  opacity: 1 !important;
}
.join-list .open .join-list3 .join-titlebox .join-mes .join-icon2 {
  opacity: 0 !important;
}
.aircontent .customoptions {
  padding: var(--d120) 0 var(--d24);
}
.aircontent .customoptions .customoptions-box {
  display: flex;
  justify-content: space-between;
}
.aircontent .customoptions .customoptions-box .customoptions-list {
  width: calc(470 / 1650 * 100%);
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 {
  margin-bottom: var(--d20);
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2:last-child {
  margin-bottom: 0;
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 .customoptions-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 .customoptions-list3:hover .customoptions-icon {
  background-color: var(--c3);
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 .customoptions-list3:hover .customoptions-icon img {
  animation: playan3 1s linear forwards;
  filter: brightness(0) invert(1);
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 .customoptions-list3:hover .customoptions-list-title {
  color: var(--c3) !important;
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 .customoptions-list3 .customoptions-icon {
  width: var(--r80);
  height: var(--r80);
  border-radius: 10px;
  background-color: #E8F3F1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 .customoptions-list3 .customoptions-icon img {
  width: var(--34);
  height: var(--34);
  object-fit: cover;
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 .customoptions-list3 .customoptions-list-textbox {
  width: calc(100% - var(--r80));
  padding-left: var(--d30);
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 .customoptions-list3 .customoptions-list-textbox .customoptions-list-title {
  font-size: var(--20);
  line-height: 1;
  margin-bottom: var(--d10);
  color: #094D49;
  font-weight: 500;
  transition: all 0.5s;
}
.aircontent .customoptions .customoptions-box .customoptions-list .customoptions-list2 .customoptions-list3 .customoptions-list-textbox .customoptions-list-text {
  font-size: var(--16);
  line-height: 1.3;
  color: #667271;
}
.aircontent .customoptions .customoptions-box .customoptions-img {
  width: calc(600 / 1650 * 100%);
  padding-top: var(--d36);
}
.aircontent .customoptions .customoptions-box .customoptions-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aircontent .requirements {
  padding-bottom: var(--d120);
}
.aircontent .requirements .contact-form .submit {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.aircontent .faqs .industrial-title {
  margin-bottom: var(--d26);
}
.aircontent .faqs .industrial-text {
  width: 800px;
  max-width: 100%;
  margin-bottom: var(--d70);
}
.worldwide {
  padding-top: var(--d120);
}
.worldwide .worldwide-img {
  transition: all 0.5s;
}
.worldwide .worldwide-img:hover {
  box-shadow: 0px 4px 15px rgba(86, 112, 110, 0.15);
}
.worldwide .worldwide-img .img-box {
  background: #F4F9F8;
  border: 1px solid #E8F3F1;
  border-radius: 8px;
  padding-bottom: calc(90 / 260 * 100%);
}
.intostep {
  padding: var(--d95) 0;
}
.intostep .textbox .typebox {
  color: #fff;
}
.intostep .textbox .title2 {
  margin-bottom: var(--d26);
}
.intostep .textbox .text {
  color: #fff;
}
.intostep .intostep-box:hover .img-box img {
  transform: scale(1.1);
}
.intostep .intostep-box .intostep-imgbox {
  margin-bottom: var(--d30);
  position: relative;
}
.intostep .intostep-box .intostep-imgbox .img-box {
  padding-bottom: calc(230 / 350 * 100%);
  border-radius: 10px;
}
.intostep .intostep-box .intostep-imgbox .intostep-icon {
  position: absolute;
  right: -56px;
  top: 50%;
  transform: translate(0, -50%);
  width: var(--30);
  height: var(--30);
  z-index: 10;
}
.intostep .intostep-box .intostep-imgbox .intostep-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intostep .intostep-box .intostep-textbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0 var(--d35);
}
.intostep .intostep-box .intostep-textbox .intostep-num {
  font-size: var(--38);
  line-height: 1;
  color: var(--c3);
  font-family: 'Oswald', 'Microsoft YaHei UI', sans-serif;
  margin-bottom: var(--d8);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 70%);
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 70%);
}
.intostep .intostep-box .intostep-textbox .intostep-sw-title {
  margin-bottom: var(--d10);
}
.intostep .intostep-box .intostep-textbox .intostep-sw-title h2 {
  font-size: var(--18);
  text-align: center;
  line-height: 1;
  color: #fff;
}
.intostep .intostep-box .intostep-textbox .intostep-sw-text {
  text-align: center;
  font-size: var(--16);
  line-height: 1.3;
  color: #AFD3D1;
}
.intostep .intostep-swiper {
  margin-bottom: var(--d50);
}
.coremetrics {
  padding: var(--d100) 0;
  background-color: #E8F3F1;
}
.coremetrics .coremetrics-text {
  margin-top: var(--d26);
  width: 800px;
  max-width: 100%;
  margin-bottom: var(--d70);
}
.coremetrics .coremetrics-conbox {
  display: flex;
  justify-content: space-between;
}
.coremetrics .coremetrics-conbox .coremetrics-left {
  width: calc(650 / 1650 * 100%);
}
.coremetrics .coremetrics-conbox .coremetrics-left .img-box {
  padding-bottom: calc(485 / 650 * 100%);
  border-radius: 10px;
}
.coremetrics .coremetrics-conbox .coremetrics-right {
  padding-left: var(--d40);
  width: calc(1000 / 1650 * 100%);
}
.industrycontent .productrange {
  background-color: #E8F3F1;
  padding: var(--d120) 0 var(--d100);
}
.industrycontent .productrange .productrange-img {
  margin-bottom: var(--d30);
  margin-top: var(--d30);
}
.industrycontent .productrange .productrange-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industrycontent .productrange .productrange-imgtext {
  font-size: var(--20);
  line-height: calc(24 / 20);
  margin-bottom: var(--d30);
}
.industrycontent .productrange .productrange-box:hover .img-box img {
  transform: scale(1.1);
}
.industrycontent .productrange .productrange-box:hover .productrange-textbox .productrange-textbox2 {
  background-color: var(--c2);
}
.industrycontent .productrange .productrange-box:hover .productrange-textbox .productrange-textbox2 .productrange-list-title {
  color: #fff;
}
.industrycontent .productrange .productrange-box:hover .productrange-textbox .productrange-textbox2 .productrange-list-text {
  color: #AFD3D1;
}
.industrycontent .productrange .productrange-box .productrange-imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.industrycontent .productrange .productrange-box .productrange-imgbox .img-box {
  padding-bottom: calc(350 / 530 * 100%);
}
.industrycontent .productrange .productrange-box .productrange-textbox {
  padding: 0 var(--d20);
  position: relative;
  z-index: 100;
  margin-top: calc(-1 * var(--d50));
}
.industrycontent .productrange .productrange-box .productrange-textbox .productrange-textbox2 {
  padding: var(--d36) var(--d52) var(--d46) var(--d38);
  border-radius: 10px;
  -webkit-clip-path: polygon(100% 0, 100% 55%, 75% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 55%, 75% 100%, 0 100%, 0 0);
  background-color: #fff;
  transition: all 0.5s;
  height: 100%;
}
.industrycontent .productrange .productrange-box .productrange-textbox .productrange-textbox2 .productrange-list-title {
  font-size: var(--22);
  line-height: 1;
  margin-bottom: var(--d12);
  font-weight: 500;
  color: #167872;
  transition: all 0.5s;
  font-family: 'TitilliumWeb';
}
.industrycontent .productrange .productrange-box .productrange-textbox .productrange-textbox2 .productrange-list-text {
  font-size: var(--16);
  line-height: 1.3;
  color: #404B4A;
  transition: all 0.5s;
}
.industrycontent .customization {
  padding: var(--d130) 0 var(--d100);
}
.industrycontent .customization .industrial-listbox {
  overflow: hidden;
}
.industrycontent .customization .industrial-list {
  --bs-gutter-x: var(--g64);
}
.industrycontent .customization .industrial-list .industrial-list2:hover .industrial-list3 .industrial-icon {
  border: 4px solid var(--c3);
  background-color: #fff;
  color: var(--c3);
}
.industrycontent .customization .industrial-list .industrial-list2:hover .industrial-list3 .industrial-list-title {
  color: var(--c3);
}
.industrycontent .customization .industrial-list .industrial-list2:last-child .industrial-list3::after {
  display: none;
}
.industrycontent .customization .industrial-list .industrial-list2 .industrial-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.industrycontent .customization .industrial-list .industrial-list2 .industrial-list3::after {
  position: absolute;
  top: calc(var(--r74) / 2);
  right: -122px;
  width: 180px;
  height: 0;
  border: 1px dashed #CAD5D4;
  content: '';
  z-index: 1;
}
.industrycontent .customization .industrial-list .industrial-list2 .industrial-list3 .industrial-icon {
  width: var(--r74);
  height: var(--r74);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 4px solid #094D49;
  background-color: #E8F3F1;
  margin-bottom: var(--d30);
  transition: all 0.5s;
}
.industrycontent .customization .industrial-list .industrial-list2 .industrial-list3 .industrial-icon i {
  font-size: var(--26);
}
.industrycontent .customization .industrial-list .industrial-list2 .industrial-list3 .industrial-list-title {
  text-align: center;
  font-size: var(--18);
  line-height: 1;
  font-weight: 500;
  color: #094D49;
  margin-bottom: var(--d10);
  transition: all 0.5s;
}
.industrycontent .customization .industrial-list .industrial-list2 .industrial-list3 .industrial-list-text {
  text-align: center;
  font-size: var(--16);
  line-height: 1.3;
  color: #404B4A;
}
.industrycontent .structural {
  padding: var(--d95) 0;
}
.industrycontent .structural .structural-textbox {
  margin-bottom: var(--d70);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.industrycontent .structural .structural-textbox .structural-textbox2 {
  width: 800px;
}
.industrycontent .structural .structural-textbox .structural-textbox2 .structural-title {
  margin-bottom: var(--d26);
}
.industrycontent .structural .structural-box:hover .img-box img {
  transform: scale(1.1);
}
.industrycontent .structural .structural-box .structural-img {
  margin-bottom: var(--d20);
}
.industrycontent .structural .structural-box .structural-img .img-box {
  border-radius: 8px;
  box-shadow: 0 8px 20px 0 rgba(86, 112, 110, 0.3);
  padding-bottom: calc(300 / 315 * 100%);
}
.industrycontent .structural .structural-box .structural-swtitle {
  font-size: var(--20);
  color: #094D49;
  font-weight: 500;
}
.industrycontent .material {
  padding: var(--d100) 0;
}
.industrycontent .material .material-list {
  --bs-gutter-x: var(--g70);
  margin-bottom: calc(-1 * var(--d70));
}
.industrycontent .material .material-list .material-list2 {
  margin-bottom: var(--d70);
}
.industrycontent .material .material-list .material-list2 .material-list3 {
  position: relative;
  border-radius: 50%;
}
.industrycontent .material .material-list .material-list2 .material-list3:hover img {
  transform: scale(1.1);
}
.industrycontent .material .material-list .material-list2 .material-list3 .material-img {
  overflow: hidden;
  border-radius: 50%;
}
.industrycontent .material .material-list .material-list2 .material-list3::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
  border-radius: 50%;
}
.industrycontent .material .material-list .material-list2 .material-list3 .material-list-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--24);
  color: #fff;
  font-weight: 500;
  z-index: 10;
  text-align: center;
  width: 100%;
}
.industrycontent .testing {
  padding: var(--d100) 0;
}
.industrycontent .testing .testing-box .testing-img .img-box {
  border-radius: 10px;
  padding-bottom: calc(400 / 315 * 100%);
}
.industrycontent .testing .testing-box .testing-textbox {
  padding-top: var(--d30);
}
.industrycontent .testing .testing-box .testing-textbox .testing-swtitle {
  text-align: center;
  margin-bottom: var(--d10);
  font-size: var(--18);
  line-height: 1;
  color: #094D49;
  font-weight: 500;
}
.industrycontent .testing .testing-box .testing-textbox .testing-swtext {
  font-size: var(--16);
  line-height: 1.3;
  text-align: center;
  color: #404B4A;
}
.industrycontent .i-cases {
  background-color: #E8F3F1;
  padding: var(--d100) 0;
}
.industrycontent .requirements {
  padding: var(--d120) 0;
  padding-top: 0;
}
.industrycontent .requirements .contact-form .submit {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.industrycontent .faqs .industrial-title {
  margin-bottom: var(--d26);
}
.industrycontent .faqs .industrial-text {
  width: 800px;
  max-width: 100%;
  margin-bottom: var(--d70);
}
.industrial {
  padding: var(--d120) 0 var(--d100);
}
.industrial .typebox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.industrial .industrial-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.industrial .textbox {
  margin-bottom: var(--d30);
}
.industrial .swiper-butbox {
  margin-bottom: var(--d70);
}
.industrial .industrial-con:hover .img-box img {
  transform: scale(1.1);
}
.industrial .industrial-con:hover .industrial-textbox .industrial-icon {
  background-color: var(--c3);
}
.industrial .industrial-con:hover .industrial-textbox .industrial-icon img {
  animation: playan3 1s linear forwards;
  filter: brightness(0) invert(1);
}
.industrial .industrial-con .industrial-imgbox {
  margin-bottom: 4px;
}
.industrial .industrial-con .industrial-imgbox .img-box {
  padding-bottom: calc(295 / 400 * 100%);
  border-radius: 10px;
}
.industrial .industrial-con .industrial-textbox {
  position: relative;
  padding: var(--d36);
  padding-top: calc(var(--d20) + var(--r80) / 2);
  background-color: var(--c4);
  border-radius: 10px;
  font-size: var(--20);
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.industrial .industrial-con .industrial-textbox .industrial-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--r80);
  height: var(--r80);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 10;
  transition: all 0.5s;
}
.industrial .industrial-con .industrial-textbox .industrial-icon img {
  transition: all 0.5s;
  width: var(--34);
  height: var(--34);
  object-fit: contain;
}
.projectcases {
  padding: var(--d120) 0;
}
.projectcases .projectcases-list {
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d80);
}
.projectcases .projectcases-list .projectcases-list2 {
  margin-bottom: var(--d30);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev a,
.pagination .next a {
  width: var(--r46);
  height: var(--r46);
  transition: all 0.5s;
  cursor: pointer;
  line-height: 1;
  color: #171C1C;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #E8F3F1;
  border-radius: 50%;
}
.pagination .prev a span,
.pagination .next a span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev a span,
.pagination .next a span,
.pagination .prev a i,
.pagination .next a i {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.pagination .prev a i,
.pagination .next a i {
  font-size: 14px;
}
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: var(--c2);
}
.pagination .prev a:hover i,
.pagination .next a:hover i,
.pagination .prev a:hover span,
.pagination .next a:hover span {
  color: #fff;
}
.pagination .pagination-page {
  margin: 0 var(--d8);
}
.pagination li {
  margin-right: var(--d8);
  color: #171C1C;
  font-size: var(--16);
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:hover {
  color: #fff;
}
.pagination .active a span {
  color: #fff;
}
.blogcontent {
  padding: var(--d120) 0;
}
.blogcontent .blog-list {
  margin-bottom: calc(-1 * var(--d20));
  padding-bottom: var(--d80);
}
.blogcontent .blog-list .blog-list2 {
  margin-bottom: var(--d20);
}
.contactcontent .contact {
  padding: var(--d120) 0;
}
.contactcontent .contact .contact-title {
  margin-bottom: var(--d26);
}
.contactcontent .contact .contact-text {
  width: 800px;
  max-width: 100%;
  margin-bottom: var(--d80);
}
.contactcontent .contact .contact-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contactcontent .contact .contact-box .contact-left {
  width: calc(800 / 1650 * 100%);
  border-radius: 16px;
  overflow: hidden;
  padding: var(--d10);
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox {
  padding: var(--d60) var(--d64) var(--d60) var(--d45);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: var(--d42);
  margin-bottom: var(--d70);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2:hover .contact-icon {
  background-color: var(--c3);
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2:hover .contact-icon i {
  animation: playan3 1s linear forwards;
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2:hover .contact-mestitle {
  color: var(--c3) !important;
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2:hover .contact-mestext {
  text-decoration: underline;
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2 .contact-icon {
  width: var(--r60);
  height: var(--r60);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c4);
  transition: all 0.5s;
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2 .contact-icon i {
  font-size: var(--28);
  color: #fff;
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2 .contact-mestextbox {
  width: calc(100% - var(--r60));
  padding-left: var(--d30);
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2 .contact-mestextbox .contact-mestitle {
  font-size: var(--16);
  line-height: 1;
  margin-bottom: var(--d12);
  color: #404B4A;
  transition: all 0.5s;
}
.contactcontent .contact .contact-box .contact-left .contact-mesbox .contact-mes .contact-mes2 .contact-mestextbox .contact-mestext {
  font-family: 'TitilliumWeb';
  font-size: var(--22);
  line-height: calc(24 / 22);
  color: #171C1C;
  font-weight: 500;
}
.contactcontent .contact .contact-box .contact-right {
  width: calc(800 / 1650 * 100%);
}
.contactcontent .contact .contact-box .contact-right .submit {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.contactcontent .map .img-box {
  padding-bottom: calc(600 / 1920 * 100%);
}
@media (max-width: 1800px) {
  .index-banner .banner-textbox .banner-title h2 {
    font-size: var(--64);
  }
  .header-nav .header-list .header-list2 {
    margin-right: 30px;
  }
  .header .header-logo {
    width: 225px;
  }
  .header .header-con {
    width: calc(100% - 225px);
  }
  .header .header-logo .logo {
    position: relative;
    z-index: 1000;
  }
  .indexcontent .i-industrial .i-industrial-list {
    height: 535px;
  }
  .index-banner .banner-textbox .con-but {
    margin-bottom: var(--d30);
  }
}
@media (max-width: 1600px) {
  .indexcontent .i-about .i-about-box .i-about-left::after {
    height: 100px;
  }
  .header .header-logo .logo {
    width: 100px;
  }
  .indexcontent .i-industrial .i-industrial-list {
    height: 460px;
  }
  .header .header-con {
    width: calc(100% - 150px);
  }
  .header .header-logo {
    width: 150px;
  }
  .header .header-box .header-content {
    height: 60px;
  }
  .header-nav .header-list .header-list2 {
    margin-right: 20px;
  }
  .fooder .fooder-box .fooder-box2 .fooder-logobox {
    width: 260px;
  }
  .indexcontent .i-contact .i-contact-textbox .i-contact-text {
    width: 500px;
    max-width: 100%;
  }
  .aboutcontent .choose .choose-list .choose-list2 .choose-list3 .choose-list-num {
    font-size: 130px;
  }
  .details-navbox {
    top: 100px;
  }
  .productsmore-more {
    top: 60px;
  }
  .indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox .i-industrial-list-title {
    width: 330px;
  }
}
@media (max-width: 1400px) {
  .customdetailscontent .advantages .advantages-box .advantages-textbox .advantages-textbox2 {
    -webkit-clip-path: polygon(100% 0, 100% 70%, 85% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 85% 100%, 0 100%, 0 0);
  }
  .contact-form .textarea-box {
    height: 150px;
  }
  .details-content .details-right .details-right2 .details-share {
    margin-right: 10px;
  }
  .indexcontent .i-industrial .i-industrial-list {
    height: 385px;
  }
  .aboutcontent .choose .choose-list .choose-list2 .choose-list3 .choose-list-num {
    font-size: 100px;
  }
  .fooder .fooder-box .fooder-box2 .fooder-mesbox {
    width: 300px;
  }
  .indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox .i-industrial-list-title {
    width: 270px;
  }
}
.newsdetcon .news-title .title {
  font-size: 2rem !important;
}
@media (max-width: 1200px) {
  .indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-butbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .indexcontent .i-custom .i-custom-list .i-custom-list2:first-child .i-custom-list3 {
    padding: var(--d32) 0 var(--d96) 0;
  }
  .indexcontent .i-custom .i-custom-list .i-custom-list2:last-child .i-custom-list3 {
    padding: var(--d32) 0 var(--d96) 0;
  }
  .cases-box .cases-textbox {
    transform: unset !important;
  }
  .aboutcontent .engineering .engineering-conbox {
    flex-direction: column;
  }
  .aboutcontent .engineering .engineering-conbox .engineering-imgbox,
  .aboutcontent .engineering .engineering-conbox .engineering-textbox {
    width: 100%;
  }
  .customdetailscontent .description .description-conbox .description-conbox2 {
    flex-direction: column !important;
  }
  .customdetailscontent .description .description-conbox .description-conbox2 .description-img {
    width: 100%;
  }
  .customdetailscontent .description .description-conbox .description-conbox2 .description-textbox {
    width: 100%;
  }
  .details-content {
    flex-direction: column;
  }
  .details-content .details-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .details-content .details-right {
    width: 100%;
    padding: 0;
  }
  .aboutcontent .about .about-box .about-right {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d30);
  }
  .aboutcontent .about .about-box .about-left {
    width: 100%;
  }
  .aboutcontent .about .about-box {
    flex-direction: column-reverse;
  }
  .header {
    position: sticky;
    background-color: var(--c2);
  }
  .header .header-logo {
    background-color: var(--c2) !important;
  }
  .i-about-box {
    flex-direction: column;
  }
  .indexcontent .i-about .i-about-box .i-about-left {
    width: 100%;
  }
  .indexcontent .i-about .i-about-box .i-about-right {
    width: 100%;
    padding: 0;
  }
  .index-banner .slide-inner {
    padding-bottom: calc(1600 / 1920 * 100%);
  }
  .header-right2 {
    margin-left: auto;
  }
  .header .header-con {
    background-color: var(--c2);
  }
  .indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon {
    max-width: 100%;
    margin: 0 auto;
  }
  .i-custom .con-but {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .indexcontent .i-built .i-built-box {
    flex-direction: column;
  }
  .indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-iconcon .i-custom-iconcon2::after {
    display: none;
  }
  .indexcontent .i-built .i-built-box .i-built-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-built .i-built-box .i-built-right {
    width: 100%;
    padding: 0;
  }
  .indexcontent .i-contact .i-contact-formbox {
    width: 100%;
    margin: 0 auto var(--d30);
    position: unset;
  }
  .fooder .fooder-box .fooder-box2 {
    flex-wrap: wrap;
  }
  .fooder .fooder-box .fooder-box2 .fooder-logobox {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-news .i-news-titlebox .i-news-titlebox2 {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .news-box .news-list-textbox {
    transform: unset !important;
  }
  .indexcontent .i-news .i-news-titlebox {
    flex-direction: column;
  }
  .fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-logotext {
    margin-bottom: 30px;
  }
  .factorycontent .factory-list .factory-list2 .factory-list3 {
    flex-direction: column !important;
  }
  .factorycontent .factory-list .factory-list2 .factory-list3 .factory-imgbox {
    width: 100%;
  }
  .factorycontent .factory-list .factory-list2 .factory-list3 .factory-textbox {
    width: 100%;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
    padding: 0;
  }
  .s-menu {
    display: block;
  }
  .customdetailscontent .optional .certification-butbox .certification-but {
    min-width: 235px;
  }
  .aircontent .customoptions .customoptions-box {
    flex-direction: column;
  }
  .aircontent .customoptions .customoptions-box .customoptions-img {
    order: 2;
    width: 100%;
  }
  .aircontent .customoptions .customoptions-box .customoptions-list {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .coremetrics .coremetrics-conbox {
    flex-direction: column;
  }
  .coremetrics .coremetrics-conbox .coremetrics-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .contactcontent .contact .contact-box {
    flex-direction: column;
  }
  .contactcontent .contact .contact-box .contact-left {
    width: 100%;
  }
  .contactcontent .contact .contact-box .contact-right {
    width: 100%;
    margin-top: var(--d30);
    padding: 0;
  }
  .coremetrics .coremetrics-conbox .coremetrics-right {
    padding: 0;
    width: 100%;
  }
  .industrycontent .customization .industrial-list .industrial-list2 .industrial-list3::after {
    display: none;
  }
  .industrycontent .structural .structural-textbox .structural-textbox2 {
    width: 100%;
  }
  .industrycontent .structural .structural-textbox {
    flex-direction: column;
  }
  .index-banner .banner-textbox .banner-list .banner-list2 {
    margin-bottom: var(--d30);
  }
  .faqs .join-list {
    flex-direction: column;
  }
  .faqs .join-list .join-list2 {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .con-title {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .con-textbox {
    flex-direction: column;
    align-items: flex-end;
  }
  .faqs .faqs-box {
    flex-direction: column;
  }
  .faqs .faqs-box .faqs-img {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .faqs .faqs-box .faqs-textbox {
    width: 100%;
    padding: 0;
  }
  .aboutcontent .stand .stand-list .stand-list2 .stand-list3 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .aboutcontent .built .built-swcon .built-swimg .built-swtextbox {
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
  }
  .aboutcontent .built .built-swcon .built-swimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-textbox .stand-textbox2 .stand-list-title {
    padding: 0;
    margin-bottom: var(--d20);
  }
  .aboutcontent .cor .cor-list .cor-list2:nth-child(2n - 1) .cor-icon {
    margin-top: 0;
  }
  .aboutcontent .cor .cor-list .cor-list2 {
    margin-bottom: var(--d20);
  }
  .aboutcontent .cor .cor-list .cor-list2:last-child {
    margin-bottom: 0;
  }
  .aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-icon {
    margin-bottom: var(--d20);
  }
  .aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-textbox .stand-num {
    margin-bottom: var(--d20);
  }
  .aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-textbox {
    padding-right: 0;
    flex-direction: column;
  }
  .aboutcontent .stand .stand-list .stand-list2 .stand-list3 .stand-textbox .stand-textbox2 {
    flex-direction: column;
    padding-left: 0;
    width: 100%;
  }
  .indexcontent .i-pro .i-pro-box {
    flex-direction: column-reverse;
  }
  .indexcontent .i-pro .i-pro-box .i-pro-left {
    width: 100%;
  }
  .indexcontent .i-pro .i-pro-box .i-pro-right {
    width: 344px;
    margin: 0 auto;
    max-width: 100%;
  }
  .indexcontent .i-industrial .i-industrial-list {
    flex-direction: column;
  }
  .indexcontent .i-industrial .i-industrial-list .i-industrial-list2 {
    width: 100% !important;
  }
  .indexcontent .i-industrial .i-industrial-list {
    height: auto;
  }
  .indexcontent .i-industrial .i-industrial-list .i-industrial-list2 {
    margin-bottom: var(--d30);
  }
  .indexcontent .i-industrial .i-industrial-list .i-industrial-list2:last-child {
    margin-bottom: 0;
  }
  .indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox2 {
    opacity: 1 !important;
  }
  .indexcontent .i-industrial .i-industrial-list .i-industrial-list2 .i-industrial-list3 .i-industrial-textbox {
    opacity: 0 !important;
  }
  .fooder .fooder-box .fooder-box2 .fooder-logobox .fooder-logo {
    width: 140px;
  }
  .con-but .con-but2 {
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .customizable .customizable-list .customizable-list2 .customizable-list3 {
    flex-direction: column;
  }
  .customizable .customizable-list .customizable-list2 .customizable-list3 .customizable-textbox {
    width: 100%;
    padding: 0;
  }
  .customizable .customizable-list .customizable-list2 .customizable-list3 .customizable-imgbox {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .customdetailscontent .certification .certification-list .certification-list2 .certification-list3 .certification-list-con .certification-list-con2 {
    width: calc(1 / 5 * 100%);
  }
  .customdetailscontent .optional .certification-butbox {
    flex-direction: column;
  }
  .details-content .details-left .details-imgbox {
    flex-direction: column;
  }
  .customdetailscontent .optional .certification-butbox .certification-but {
    margin-right: 0;
  }
  .customdetailscontent .optional .certification-butbox .certification-but:first-child {
    margin-bottom: var(--d20);
  }
  .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    width: 100%;
    height: auto !important;
  }
  .details-navbox {
    top: 75px;
  }
  .other-banner .other-img {
    height: 300px;
  }
  .indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox {
    flex-direction: column;
  }
  .indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox .i-custom-list-titlebox2 {
    width: 100%;
  }
  .indexcontent .i-custom .i-custom-list .i-custom-list2 .i-custom-list3 .i-custom-list-titlebox .i-custom-list-img {
    width: 250px;
    margin: 0 auto;
    margin-top: var(--d30);
  }
  .index-banner .slide-inner {
    position: unset;
    height: 150vh;
    padding-bottom: 0;
  }
  .index-banner .slide-inner a {
    height: 100%;
  }
  .index-banner .slide-inner img {
    position: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header .header-mes {
    display: none;
  }
  .header .header-logo {
    width: 100px;
  }
  .header .header-logo .logo {
    width: 80px;
  }
  .header .header-con {
    width: calc(100% - 100px);
  }
  .header .header-box0 .header-content0 {
    height: 35px;
  }
  .header .header-box .header-content {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .header-but {
    display: none;
  }
  .header .header-cart {
    margin-right: 0;
  }
  .aboutcontent .about .about-box .about-left .about-imgbox .about-textbox {
    width: 100%;
  }
  .details-content .details-right .details-right2 .details-sharebox {
    flex-direction: column;
  }
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d100);
  padding-top: var(--d60);
  background-color: #ececec;
  overflow: hidden;
}
.newsdetcon .container {
  position: relative;
}
.newsdetcon .container .newsdetcon2 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.newsdetcon .container .newsdetcon2 > div {
  position: relative;
  z-index: 10;
}
.newsdetcon .container .newsdetcon2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 105%;
  content: '';
  background-color: #fff;
  z-index: 1;
}
.newsdetcon .news-video {
  width: 900px;
  max-width: 100%;
  margin: 0 auto var(--d50);
}
.newsdetcon .news-video .img-box {
  padding-bottom: calc(3 / 4 * 100%);
}
.newsdetcon .input-box {
  background-color: #F6F6F6 !important;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .news-title .title {
  font-size: var(--32);
}
.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-prve .swiper-but,
.newsdetcon .news-next .swiper-but {
  margin-right: var(--d20);
}
.newsdetcon .news-prve .swiper-but:hover i,
.newsdetcon .news-next .swiper-but:hover i {
  color: #fff !important;
}
.newsdetcon .news-prve .swiper-but i,
.newsdetcon .news-next .swiper-but i {
  color: var(--c2);
}
.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 a i,
.newsdetcon .news-next a i {
  display: block;
  transform: rotate(90deg);
}
.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);
}
.news-text {
  margin-bottom: var(--d40);
  font-size: var(--18);
}
.news-text .table-box {
  margin-bottom: 20px;
}
.news-text h3,
.news-text h4 {
  font-family: 'TitilliumWeb';
  margin-top: 48px;
  margin-bottom: 10px;
  color: #167872;
  line-height: 1.5;
}
.news-text > p {
  margin-bottom: 26px;
}
.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);
}
.cart .img-box {
  padding-bottom: calc(755 / 600 * 100%);
}
.cart .product-input .input-box {
  background-color: var(--c) !important;
}
.cart .input-box {
  background-color: #F6F6F6 !important;
}
.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;
  }
  .header .header-logo {
    height: calc(65 / 120 * 100%);
  }
}
.controls {
  display: none;
}
.projectcases-conlist {
  margin-bottom: var(--d50);
}
.projectcases-conlist .projectcases-conlist2 {
  border-bottom: 1px solid #666;
  margin-bottom: var(--d30);
  transition: all 0.5s;
}
.projectcases-conlist .projectcases-conlist2:last-child {
  margin-bottom: 0;
}
.projectcases-conlist .projectcases-conlist2 .projectcases-conlist-textbox {
  padding: var(--d20);
  background-color: #000;
  border-radius: 10px;
}
.projectcases-conlist .projectcases-conlist2 .projectcases-conlist-textbox .projectcases-conlist-swtitle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projectcases-conlist .projectcases-conlist2 .projectcases-conlist-textbox .projectcases-conlist-swtitle h3 {
  width: calc(100% - var(--r30));
  padding-right: var(--d30);
  font-size: var(--30);
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.projectcases-conlist .projectcases-conlist2 .projectcases-conlist-textbox .projectcases-conlist-swtitle .projectcases-but {
  width: var(--r30);
  height: var(--r30);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #171C1C;
  transition: all 0.5s;
}
.projectcases-conlist .projectcases-conlist2 .projectcases-conlist-textbox .projectcases-conlist-swtitle .projectcases-but i {
  font-size: var(--12);
  transform: rotate(-45deg);
}
.projectcases-conlist .projectcases-conlist2 .projectcases-conlist-textbox .projectcases-conlist-text {
  font-size: var(--16);
  line-height: 1.3;
  color: #fff;
  padding-top: var(--d20);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: none;
}
.projectcases-conlist .open {
  background-color: #167872 !important;
}
.projectcases-conlist .open .projectcases-but {
  background-color: var(--c3) !important;
  color: #fff !important;
}
