* {
  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(--18);
  line-height: calc(24 / 18);
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}
.table-box table td,
.table-box table th {
  padding: var(--d13) 0;
  border-bottom: 1px solid #DEDEDE;
}
.table-box ul {
  list-style-type: unset;
  padding-left: 15px;
}
.table-box ul li {
  list-style-type: unset;
}
.table-box img {
  width: 60px;
  border: 1px solid #DEDEDE;
}
.table-box table tr td:first-child {
  padding-left: calc(var(--d30) + var(--r34) + var(--d20));
  width: auto;
}
@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;
}
body {
  font-family: 'Manrope', '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: #666666;
  background-color: #fff;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 400;
  font-style: normal;
  src: local('Manrope Regular'), local('Manrope-Regular'), url('../../app/fonts/Manrope-Regular.woff2') format('woff2'), url('../../app/fonts/Manrope-Regular.woff') format('woff'), url('../../app/fonts/Manrope-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  font-style: normal;
  src: local('Manrope Medium'), local('Manrope-Medium'), url('../../app/fonts/Manrope-Medium.woff2') format('woff2'), url('../../app/fonts/Manrope-Medium.woff') format('woff'), url('../../app/fonts/Manrope-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 600;
  font-style: normal;
  src: local('Manrope SemiBold'), local('Manrope-SemiBold'), url('../../app/fonts/Manrope-SemiBold.woff2') format('woff2'), url('../../app/fonts/Manrope-SemiBold.woff') format('woff'), url('../../app/fonts/Manrope-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 700;
  font-style: normal;
  src: local('Manrope Bold'), local('Manrope-Bold'), url('../../app/fonts/Manrope-Bold.woff2') format('woff2'), url('../../app/fonts/Manrope-Bold.woff') format('woff'), url('../../app/fonts/Manrope-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 800;
  font-style: normal;
  src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'), url('../../app/fonts/Manrope-ExtraBold.woff2') format('woff2'), url('../../app/fonts/Manrope-ExtraBold.woff') format('woff'), url('../../app/fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  font-weight: 500;
  font-style: normal;
  src: local('Syne Medium'), local('Syne-Medium'), url('../../app/fonts/Syne-Medium.woff2') format('woff2'), url('../../app/fonts/Syne-Medium.woff') format('woff'), url('../../app/fonts/Syne-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  font-weight: 700;
  font-style: normal;
  src: local('Syne Bold'), local('Syne-Bold'), url('../../app/fonts/Syne-Bold.woff2') format('woff2'), url('../../app/fonts/Syne-Bold.woff') format('woff'), url('../../app/fonts/Syne-Bold.ttf') format('truetype');
  font-display: swap;
}
i {
  line-height: 1;
}
.container {
  padding: 0;
  max-width: 1410px;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1410px) / 2);
  --c: #FFDA40;
  --c2: #465157;
  --c3: #000000;
  --g210: 13.125rem;
  --g168: 10.5rem;
  --g152: 9.5rem;
  --g104: 6.5rem;
  --g94: 5.875rem;
  --g86: 5.375rem;
  --g80: 5rem;
  --g70: 4.375rem;
  --g64: 4rem;
  --g50: 3.125rem;
  --g48: 3rem;
  --g40: 2.5rem;
  --g24: 1.5rem;
  --g20: 1.25rem;
  --g18: 1.125rem;
  --g16: 1rem;
  --g12: 0.75rem;
  --g10: 0.625rem;
  --r150: 150px;
  --r136: 136px;
  --r130: 130px;
  --r120: 120px;
  --r110: 110px;
  --r100: 100px;
  --r96: 96px;
  --r90: 90px;
  --r85: 85px;
  --r80: 80px;
  --r76: 76px;
  --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;
  --r34: 34px;
  --r32: 32px;
  --r30: 30px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d300: 300px;
  --d286: 286px;
  --d260: 260px;
  --d243: 243px;
  --d225: 225px;
  --d212: 212px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d183: 183px;
  --d180: 180px;
  --d176: 176px;
  --d170: 170px;
  --d166: 166px;
  --d164: 164px;
  --d162: 162px;
  --d160: 160px;
  --d158: 158px;
  --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;
  --128: 128px;
  --110: 110px;
  --100: 100px;
  --96: 96px;
  --92: 92px;
  --90: 90px;
  --86: 86px;
  --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) {
  :root {
    --g210: 6.125rem;
    --r136: 120px;
    --r130: 110px;
    --r48: 40px;
    --r45: 40px;
    --r44: 40px;
    --90: 65px;
    --70: 60px;
    --68: 60px;
    --40: 36px;
    --36: 35px;
    --24: 20px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --g210: 4.125rem;
    --g168: 5.5rem;
    --g104: 4.5rem;
    --g86: 4.375rem;
    --g70: 3.375rem;
    --r150: 100px;
    --r136: 90px;
    --r130: 90px;
    --r110: 90px;
    --r100: 80px;
    --r96: 80px;
    --r90: 80px;
    --r85: 75px;
    --r76: 70px;
    --r70: 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: 230px;
    --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;
    --128: 100px;
    --120: 100px;
    --110: 70px;
    --100: 70px;
    --96: 70px;
    --90: 30px;
    --86: 65px;
    --80: 65px;
    --75: 65px;
    --74: 65px;
    --72: 65px;
    --70: 52px;
    --68: 52px;
    --66: 60px;
    --64: 54px;
    --62: 52px;
    --60: 50px;
    --58: 48px;
    --56: 45px;
    --54: 42px;
    --52: 42px;
    --50: 38px;
    --48: 38px;
    --46: 36px;
    --45: 36px;
    --44: 36px;
    --42: 36px;
    --40: 36px;
    --38: 34px;
    --36: 30px;
    --34: 30px;
    --32: 30px;
    --30: 28px;
    --28: 26px;
    --26: 22px;
    --24: 20px;
    --20: 18px;
    --19: 18px;
    --18: 16px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1rem;
  }
  .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --g210: 5.125rem;
    --g168: 2.5rem;
    --g104: 2.5rem;
    --g86: 2.375rem;
    --g80: 3rem;
    --g70: 2.175rem;
    --g50: 2rem;
    --g40: 1.5rem;
    --r136: 80px;
    --r130: 80px;
    --r110: 80px;
    --r100: 70px;
    --r96: 70px;
    --r90: 68px;
    --r85: 65px;
    --r76: 60px;
    --r70: 55px;
    --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: 160px;
    --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;
    --128: 80px;
    --120: 66px;
    --100: 60px;
    --96: 60px;
    --90: 30px;
    --86: 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: 24px;
    --30: 24px;
    --28: 20px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --19: 16px;
    --17: 15px;
    --16: 14px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --g210: 3.125rem;
    --r120: 100px;
    --r60: 40px;
    --r52: 40px;
    --r38: 35px;
    --r36: 30px;
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d300: 150px;
    --d286: 100px;
    --d260: 80px;
    --d243: 80px;
    --d225: 80px;
    --d212: 80px;
    --d166: 80px;
    --d90: 55px;
    --d88: 55px;
    --d68: 30px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d46: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d19: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --128: 80px;
    --120: 50px;
    --96: 55px;
    --90: 30px;
    --86: 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) {
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --r120: 80px;
    --r76: 50px;
    --r70: 50px;
    --r58: 46px;
    --r56: 46px;
    --r54: 40px;
    --r50: 35px;
    --d700: 264px;
    --d330: 100px;
    --d300: 100px;
    --d286: 90px;
    --d170: 80px;
    --d166: 80px;
    --d158: 70px;
    --d155: 70px;
    --d150: 70px;
    --d147: 65px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d93: 40px;
    --d68: 30px;
    --d58: 28px;
    --d54: 28px;
    --d24: 20px;
    --120: 50px;
    --96: 50px;
    --80: 40px;
    --72: 40px;
    --70: 40px;
    --68: 40px;
    --60: 40px;
    --58: 40px;
    --52: 30px;
    --48: 28px;
    --46: 26px;
    --45: 26px;
    --44: 26px;
    --42: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .fooder {
    padding-bottom: 52px !important;
  }
  :root {
    --p: 5%;
    --r130: 50px;
    --r64: 45px;
    --r62: 45px;
    --r48: 35px;
    --d357: 85px;
    --d300: 85px;
    --d286: 60px;
    --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;
    --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;
  }
}
.syne {
  font-family: 'Syne', 'Microsoft YaHei UI', sans-serif;
}
.title {
  font-size: var(--45);
  line-height: calc(60 / 45);
  font-weight: 800;
  color: var(--c2);
}
.title2 {
  font-size: var(--45);
  line-height: calc(60 / 45);
  font-weight: 700;
  color: var(--c2);
}
.title3 {
  font-size: var(--20);
  line-height: calc(24 / 20);
  font-weight: 600;
  text-align: center;
  color: var(--c2);
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(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(-50%, -50%) scale(1);
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.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);
}
.crbam {
  color: var(--c3);
  padding: var(--d44) 0 var(--d20);
  border-bottom: 1px solid #DEDEDE;
}
.crbam i {
  margin-right: var(--d14);
  font-size: var(--16);
  line-height: 1;
}
.crbam .crbam-list {
  display: inline;
}
.crbam .crbam-list .crbam-list2 {
  display: inline;
}
.crbam .crbam-list .crbam-list2 a {
  display: inline;
  font-size: var(--14);
}
.crbam .crbam-list .crbam-list2::after {
  content: '>';
}
.crbam .crbam-list .crbam-list2:last-child::after {
  display: none;
}
.crbam .crbam-list .action {
  font-weight: 700;
}
.other-banner {
  position: relative;
}
.other-banner .other-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-banner .other-textbox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.other-banner .other-textbox .other-textbox2 {
  width: 903px;
  max-width: 100%;
  margin-left: auto;
  color: #fff;
}
.other-banner .other-textbox .other-type {
  font-size: var(--20);
  line-height: calc(24 / 20);
  margin-bottom: var(--d12);
}
.other-banner .other-textbox .other-title {
  margin-bottom: var(--d10);
}
.other-banner .other-textbox .other-title h2 {
  font-size: var(--72);
  line-height: calc(70 / 72);
  font-weight: 700;
}
.other-banner .other-textbox .other-text {
  font-size: var(--20);
  line-height: calc(26 / 20);
}
.drop-select {
  position: absolute;
  content: '';
  left: 50%;
  transform: translate(-50%, -1px);
  top: calc(100%);
  z-index: 2;
  width: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.drop-select li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.drop-select li:hover a {
  background-color: var(--c);
  color: #fff;
}
.drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  white-space: nowrap;
}
.drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
  transition: all 0.5s;
}
.header .header-box0 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111111;
  transition: all 0.5s;
  height: 40px;
}
.header .header-box0 .header-content0 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-box0 .header-content0 .header-share {
  padding: 0 var(--d20);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box0 .header-content0 .header-share::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  opacity: 0.6;
  background-color: #DEDEDE;
  content: '';
  transform: translateY(-50%);
}
.header .header-box0 .header-content0 .header-share::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  opacity: 0.6;
  background-color: #DEDEDE;
  content: '';
  transform: translateY(-50%);
}
.header .header-box0 .header-content0 .header-share a {
  font-size: var(--20);
  color: #fff;
  margin-right: var(--d20);
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box0 .header-content0 .header-share a:last-child {
  margin-right: 0;
}
.header .header-box0 .header-content0 .header-share a:hover {
  color: var(--c);
}
.header .header-box0 .header-content0 .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box0 .header-content0 .header-mes .header-mes2 {
  margin-right: var(--d60);
}
.header .header-box0 .header-content0 .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-box0 .header-content0 .header-mes .header-mes2 .header-mes3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--16);
}
.header .header-box0 .header-content0 .header-mes .header-mes2 .header-mes3 i {
  font-size: var(--16);
  margin-right: var(--d10);
}
.header .header-box {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #41535D;
}
.header .header-box .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  height: 90px;
}
.header .header-logo {
  display: flex;
  align-items: center;
}
.header .header-logo .logo {
  width: 194px;
  position: relative;
}
.header .header-logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}
.header .header-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s;
  height: 100%;
}
.header .header-right .translate {
  margin-right: var(--d60);
}
.header .header-right-other {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .header-language {
  height: 100%;
  position: relative;
}
.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;
  padding: 0 var(--d32);
  position: relative;
}
.header .header-language .header-language3::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  opacity: 0.6;
  background-color: #DEDEDE;
  content: '';
  transform: translateY(-50%);
}
.header .header-language .header-language3 .icon-yuyan {
  font-size: var(--20);
  margin-right: var(--d10);
}
.header .header-language .header-language3 span {
  font-size: var(--14);
  margin-left: 4px;
}
.header .header-language .header-language3 .icon-xia {
  font-size: 10px;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 10px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: var(--c) !important;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header .header-search .search-con {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-search .search-con i {
  transition: all 0.5s;
  font-size: var(--20);
  color: #fff;
}
.header .header-searchbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  padding-bottom: var(--d176);
  background-color: #fff;
  padding-top: var(--d80);
  transform: translateY(-100%);
  transition: all 0.5s;
}
.header .header-searchbox .header-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.header .header-searchbox .header-close i {
  font-size: var(--38);
}
.header .header-searchbox .header-search-title {
  margin-bottom: var(--d86);
}
.header .header-searchbox .header-search-title h2 {
  text-align: center;
  font-size: var(--50);
  line-height: calc(60 / 50);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--c2);
}
.header .header-searchbox .header-search-title h2 span {
  font-size: var(--40);
  line-height: calc(60 / 40);
  color: var(--c);
  font-weight: 400;
}
.header .header-searchbox .header-form {
  padding-bottom: var(--d14);
  border-bottom: 1px solid #DEDEDE;
}
.header .header-searchbox .header-form .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-searchbox .header-form .search-box .input-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  width: calc(100% - var(--34));
}
.header .header-searchbox .header-form .search-box .submit {
  background-color: transparent;
}
.header .header-searchbox .header-form .search-box .submit i {
  color: #465157;
  font-size: var(--34);
}
.header .active {
  transform: translateY(0);
  opacity: 1;
}
.othermore {
  transition: all 0.5s;
  opacity: 0;
  transform: rotateX(-50deg);
  transform-origin: top;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 130px;
  width: 100vw;
  background-color: #fff;
  max-height: 90vh;
}
.othermore .othermore-box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  max-height: 100vh;
}
.othermore .othermore-box .othermore-navbox {
  background-color: #F4F4F4;
  width: calc(var(--p) + 410 / 1920 * 100%);
  padding-left: var(--p);
  padding-right: var(--d62);
  padding-top: var(--d75);
  padding-bottom: var(--d30);
}
.othermore .othermore-box .othermore-navbox .othermore-navbox2 {
  overflow-y: auto;
  overflow-x: hidden;
}
.othermore .othermore-box .othermore-navbox .othermore-nav .othermore-nav2 {
  margin-bottom: var(--d20);
}
.othermore .othermore-box .othermore-navbox .othermore-nav .othermore-nav2:last-child {
  margin-bottom: 0;
}
.othermore .othermore-box .othermore-navbox .othermore-nav .othermore-nav2 a {
  font-size: var(--18);
  line-height: 1.4;
  font-weight: 600;
  display: block;
}
.othermore .othermore-box .othermore-navbox .othermore-nav .action a {
  font-weight: 800;
}
.othermore .othermore-box .othermore-con {
  width: calc(100% - (var(--p) + 410 / 1920 * 100%));
  padding-right: var(--p);
  padding-left: var(--d95);
  background-color: #fff;
}
.othermore .othermore-box .othermore-con .othermore-content {
  padding-top: var(--d50);
  padding-bottom: var(--d68);
}
.othermore .othermore-box .othermore-con .othermore-content .othermore-listbox {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: var(--d20);
}
.othermore .othermore-box .othermore-con .othermore-content .othermore-list {
  --bs-gutter-x: var(var(--g20));
  max-height: 26vh;
  height: 500px;
}
.othermore .othermore-box .othermore-con .othermore-content .othermore-list .othermore-list2 {
  margin-bottom: var(--d20);
}
.othermore .othermore-box .othermore-con .othermore-content .othermore-list .othermore-list2 .othermore-list3 {
  padding: 3px 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.othermore .othermore-box .othermore-con .othermore-content .othermore-list .othermore-list2 .othermore-list3 .othermore-list-img {
  width: 77px;
}
.othermore .othermore-box .othermore-con .othermore-content .othermore-list .othermore-list2 .othermore-list3 .othermore-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.othermore .othermore-box .othermore-con .othermore-content .othermore-list .othermore-list2 .othermore-list3 .othermore-list-title {
  width: calc(100% - 77px);
  padding-left: var(--d26);
  font-size: var(--16);
  line-height: calc(26 / 16);
  font-weight: 700;
  color: #515151;
}
.othermore .othermore-box .othermore-con .othermore-content .othermore-list .othermore-list2 .othermore-list3 .productmore-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.othermore .othermore-box .othermore-con .othermore-content .othermore-list .action .othermore-list3 {
  background-color: #F4F4F4;
}
.othermore .othermore-box .othermore-con .othermore-content .productmore-swiper .productmore-img {
  width: 493px;
  max-width: 100%;
}
.othermore .othermore-box .othermore-con .othermore-content .productmore-swiper .productmore-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.othermore .othermore-box .othermore-con .othermore-content2 {
  padding-top: var(--d75);
  padding-bottom: var(--d115);
}
.othermore .othermore-box .othermore-con .othermore-content2 .othermore-img {
  width: 100%;
  margin-bottom: var(--d50);
}
.othermore .othermore-box .othermore-con .othermore-content2 .othermore-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.othermore .othermore-box .othermore-con .othermore-content2 .othermore-more {
  font-size: var(--18);
  line-height: calc(22 / 18);
  color: var(--c2);
  font-weight: 500;
}
.othermore .othermore-box .othermore-con .othermore-content2 .othermore-more i {
  color: var(--c2);
  font-size: var(--18);
}
.othermore2 {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.headeraction {
  box-shadow: -1px 5px 22.5px -7px rgba(21, 21, 21, 0.37);
}
@media (min-width: 1201px) {
  .header-none {
    display: none;
  }
  .header-nav {
    display: flex;
    height: 100%;
    margin-right: var(--d50);
  }
  .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%;
    margin-right: var(--d70);
  }
  .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 .othermore {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    position: relative;
    font-size: var(--18);
    line-height: calc(24 / 18);
    color: #fff;
    font-weight: 500;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3 a .header-navbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .header-list3 a .header-navbox span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    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: 16px;
    color: #28252B;
    padding: 5px;
    background-color: #fff;
  }
  .more .more-1-list .more-1-list2 .more-1-list3 {
    overflow: hidden;
  }
  .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;
  }
  .more .more-1-list .more-1-list2 .more2 .more-2-list {
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
  }
  .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list3 {
    overflow: hidden;
  }
  .more .more-1-list .more-1-list2 .more-1-list3: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-none2 {
    display: none;
  }
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 80px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    display: none;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: var(--c2);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li:hover .xs-wechatBox {
  display: flex;
}
.xs-online ul li .xs-wechatBox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.xs-online ul li .xs-wechatBox img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online-wrap2 {
  transition: all 0.5s;
  position: fixed;
  right: 0px;
  top: 70%;
  z-index: 1100;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.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;
  width: 60px;
  height: 60px;
  background-color: var(--c2);
}
.online-wrap .online a i {
  font-size: 20px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  height: 60px;
  background-color: #353E43;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #353E43;
  padding: var(--d13);
}
.online-wrap .online a .show-num .show-img .show-img2 {
  background-color: #fff;
}
.online-wrap .online a .show-num span {
  height: 100%;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  background-color: #353E43;
}
.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 .gotop {
  background-color: #D9DDDF;
}
.online-wrap .online .gotop i {
  color: var(--c2);
}
.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;
  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;
}
.online-wrap .icon-cart .cart-num {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(40%, -40%);
  width: 10px;
  height: 10px;
  font-size: 9px;
  background-color: #FF0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10;
  font-size: 12px;
}
.online-show {
  right: 0 !important;
}
@media (max-width: 1400px) {
  .online-wrap .online-wrap2 {
    transform: scale(0.8);
    right: 10px;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-wrap2 {
    top: unset;
    right: -101%;
    bottom: 120px;
  }
  .online-wrap .online-btn {
    display: block;
  }
}
.pro {
  position: relative;
}
.top {
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 150px;
  transform: translateY(-100%);
  left: 0;
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-paginationbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 100;
  padding: var(--d8) var(--d25);
  background-color: #111111;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .banner-paginationbox .banner-play {
  margin-right: var(--d26);
  position: relative;
  cursor: pointer;
}
.index-banner .banner-paginationbox .banner-play i {
  font-size: var(--34);
  color: #fff;
  transition: all 0.5s;
}
.index-banner .banner-paginationbox .banner-play .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.index-banner .banner-paginationbox .stop .icon-zanting {
  opacity: 0;
}
.index-banner .banner-paginationbox .stop .icon-bofang {
  opacity: 1;
}
.index-banner .banner-paginationbox .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  transition: all 0.5s;
  margin: 0;
  margin-right: var(--d26);
}
.index-banner .banner-paginationbox .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index-banner .banner-paginationbox .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner .banner-prev {
  left: 0;
}
.index-banner .banner-next {
  right: 0;
}
.index-banner .banner-but {
  width: 60px;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.42);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.index-banner .banner-but i {
  color: #fff;
  font-size: var(--44);
}
.index-banner .slide-inner {
  padding-bottom: calc(855 / 1920 * 100%);
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-slide iframe,
.index-banner .swiper-slide .banner-video,
.index-banner .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner .sw-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.con-but {
  display: flex;
}
.con-but .con-but2 {
  padding: var(--d10) var(--d36);
  border-radius: 50px;
  background-color: var(--c2);
  color: #fff;
  font-size: var(--14);
  font-weight: 700;
  line-height: calc(20 / 14);
  transition: all 0.5s;
}
.con-but .con-but2:hover {
  background-color: #384d54;
}
.swiper-but {
  width: var(--r44);
  height: var(--r44);
  min-width: var(--r44);
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #fff;
}
.swiper-but i {
  font-size: var(--24);
}
.swiper-but:hover {
  background-color: var(--c);
  color: #fff;
}
.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d10);
}
.indexcontent .i-pro {
  padding-top: var(--d124);
  padding-bottom: var(--d100);
  overflow: hidden;
}
.indexcontent .i-pro .i-pro-title {
  text-align: center;
  margin-bottom: var(--d30);
}
.indexcontent .i-pro .i-pro-text {
  width: 1086px;
  margin: 0 auto var(--d90);
  max-width: 100%;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #666666;
  text-align: center;
}
.indexcontent .i-pro .i-pro-listbox {
  position: relative;
  width: 1130px;
  margin: 0 auto;
  max-width: 100%;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-prev {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s;
  color: #CDCDCD;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-prev:hover {
  color: var(--c);
}
.indexcontent .i-pro .i-pro-listbox .i-pro-prev i {
  font-size: var(--32);
}
.indexcontent .i-pro .i-pro-listbox .i-pro-next {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s;
  color: #CDCDCD;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-next:hover {
  color: var(--c);
}
.indexcontent .i-pro .i-pro-listbox .i-pro-next i {
  font-size: var(--32);
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick {
  margin: calc(-1 * var(--d10)) -5px;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-list {
  position: relative;
  overflow: unset;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-list::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-list .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-list .slick-active {
  position: relative;
  z-index: 11;
  opacity: 1;
  pointer-events: all !important;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-list .slick-track {
  position: relative;
  z-index: 11;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item {
  padding: var(--d10) 5px;
  height: 210px;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box {
  padding: var(--d36) var(--d50) var(--d20);
  position: relative;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box:hover .i-pro-navbox {
  opacity: 1;
  visibility: visible;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box:hover .i-pro-imgbox .img-box .i-pro-img1 {
  opacity: 0;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box:hover .i-pro-imgbox .img-box .i-pro-img2 {
  opacity: 1;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box .i-pro-navbox {
  width: 100%;
  top: 20px;
  left: 0;
  padding: var(--d18) var(--d30);
  background-color: var(--c);
  position: absolute;
  z-index: 999;
  transform: translate3d(0, -100%, 0);
  will-change: transform;
  opacity: 0;
  visibility: hidden;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box .i-pro-navbox::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 15px solid var(--c);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box .i-pro-navbox .i-pro-list .i-pro-list2 {
  margin-bottom: var(--d10);
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box .i-pro-navbox .i-pro-list .i-pro-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box .i-pro-navbox .i-pro-list .i-pro-list2 .i-pro-list3 {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box .i-pro-imgbox {
  margin-bottom: var(--d15);
  width: 130px;
  max-width: 100%;
  margin: 0 auto;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box .i-pro-imgbox .img-box {
  padding-bottom: calc(90 / 180 * 100%);
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box .i-pro-imgbox .img-box .i-pro-img2 {
  opacity: 0;
}
.indexcontent .i-pro .i-pro-listbox .i-pro-slick .slick-item .i-pro-box .i-pro-title {
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: var(--18);
  line-height: calc(26 / 18);
}
.indexcontent .i-industry {
  padding: var(--d130) 0;
}
.indexcontent .i-industry .i-industry-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d130);
}
.indexcontent .i-industry .i-industry-box .i-industry-left {
  width: calc(690 / 1410 * 100%);
  position: relative;
}
.indexcontent .i-industry .i-industry-box .i-industry-left .i-industry-vricon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--r120);
  height: var(--r120);
  border-radius: 50%;
  fill: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.indexcontent .i-industry .i-industry-box .i-industry-left .i-industry-vricon i {
  font-size: var(--56);
}
.indexcontent .i-industry .i-industry-box .i-industry-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-industry .i-industry-box .i-industry-right {
  width: calc(720 / 1410 * 100%);
  padding-left: var(--d75);
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-title {
  margin-bottom: var(--d20);
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-text {
  margin-bottom: var(--d62);
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-list {
  margin-bottom: calc(-1 * var(--d40));
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-list .i-industry-list2 {
  margin-bottom: var(--d40);
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-list .i-industry-list2 .i-industry-list3 {
  padding: var(--d26) var(--d22);
  border-radius: 6px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  color: #515151;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-list .i-industry-list2 .i-industry-list3:hover {
  background-color: #515151;
  color: #fff;
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-num {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.5s;
  font-weight: 600;
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-num .num {
  font-size: var(--60);
  line-height: 1;
  margin-right: var(--d16);
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-num .tip {
  font-size: var(--30);
  line-height: calc(40 / 30);
}
.indexcontent .i-industry .i-industry-box .i-industry-right .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-list-title h3 {
  font-size: var(--22);
  line-height: calc(30 / 22);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 {
  margin-bottom: var(--d60);
}
.indexcontent .i-industry .i-industry-list .i-industry-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-con {
  margin-bottom: var(--d30);
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-textbox1 {
  width: calc(420 / 1420 * 100%);
  background-color: #F5F5F5;
  padding: var(--d50) var(--d34) var(--d50) var(--d50);
  position: relative;
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-textbox1::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid #F5F5F5;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 40px;
  right: 0;
  transform: translate(100%, 0%);
  z-index: 10;
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-textbox1 .i-industry-list-title {
  margin-bottom: var(--d20);
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-textbox1 .i-industry-list-title h3 {
  font-size: var(--40);
  line-height: calc(50 / 40);
  color: var(--c2);
  font-weight: 800;
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-textbox1 .i-industry-list-text {
  font-size: var(--17);
  line-height: calc(28 / 17);
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-img {
  overflow: hidden;
  width: calc(1000 / 1420 * 100%);
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-con2 {
  margin-bottom: calc(-1 * var(--d30));
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-con2 .i-industry-textbox {
  margin-bottom: var(--d30);
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-con2 .i-industry-textbox1 {
  width: calc(311 / 690 * 100%);
  padding: var(--d40) var(--d36) var(--d40) var(--d30);
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-con2 .i-industry-textbox1 .i-industry-list-title h3 {
  font-size: var(--22);
  line-height: calc(34 / 22);
}
.indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-con2 .i-industry-img {
  overflow: hidden;
  width: calc(379 / 690 * 100%);
}
.indexcontent .i-news {
  padding: var(--d100) 0 var(--d130);
  background-color: #F7F7F7;
}
.indexcontent .i-news .i-news-title {
  text-align: center;
  margin-bottom: var(--d50);
}
.indexcontent .i-news .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d44);
}
.indexcontent .i-news .con-but .con-but2 {
  padding: var(--d10) var(--d42);
  font-weight: 400;
}
.i-news-swbox {
  position: relative;
  margin-bottom: var(--d40);
}
.i-news-swbox .i-news-but {
  position: absolute;
  top: 105px;
  transition: all 0.5s;
  color: var(--c2);
}
.i-news-swbox .i-news-but:hover {
  color: var(--c);
  transition: all 0.5s;
}
.i-news-swbox .i-news-but i {
  font-size: var(--60);
}
.i-news-swbox .i-news-prev {
  left: 0;
  transform: translate(-100%, 0);
  width: var(--r60);
  height: var(--r60);
  z-index: 10;
}
.i-news-swbox .i-news-next {
  right: 0;
  transform: translate(100%, 0);
  width: var(--r60);
  height: var(--r60);
  z-index: 10;
}
.i-news-pagination {
  text-align: center;
}
.i-news-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--c2);
  opacity: 1;
  background-color: transparent;
  transition: all 0.5s;
  margin: 0 !important;
  margin-right: var(--d20) !important;
}
.i-news-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.i-news-pagination .swiper-pagination-bullet-active {
  background-color: var(--c2);
}
.i-about {
  padding-top: var(--d130);
  padding-bottom: var(--d130);
  background-color: #F7F7F7;
}
.i-about .i-about-list .i-about-list2 {
  margin-bottom: var(--d70);
}
.i-about .i-about-list .i-about-list2:last-child {
  margin-bottom: 0;
}
.i-about .i-about-list .i-about-list2:nth-child(2n) .i-about-list3 {
  flex-direction: row-reverse;
}
.i-about .i-about-list .i-about-list2:nth-child(2n) .i-about-list3 .i-about-textbox {
  margin-left: 0;
  margin-right: calc(-1 * (var(--p) - 2.91667vw));
}
.i-about .i-about-list .i-about-list2 .i-about-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-img {
  width: calc(1030 / 1920 * 100%);
}
.i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-textbox {
  padding: var(--d50) var(--d84) var(--d60) var(--d50);
  width: calc(832 / 1920 * 100%);
  margin-left: calc(-1 * (var(--p) - 2.91667vw));
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-textbox:hover::after {
  width: 100%;
}
.i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-textbox::after {
  width: 0%;
  bottom: 0;
  height: 10px;
  left: 0;
  background-color: var(--c);
  content: '';
  position: absolute;
  transition: all 0.5s;
}
.i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-textbox .i-about-list-title {
  margin-bottom: var(--d16);
}
.i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-textbox .i-about-list-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #666666;
  margin-bottom: var(--d50);
}
.news-box:hover .img-box img {
  transform: scale(1.1);
}
.news-box:hover .news-textbox2::after {
  width: 100% !important;
}
.news-box .news-img .img-box {
  padding-bottom: calc(270 / 450 * 100%);
}
.news-box .news-textbox {
  padding: 0 var(--d24);
  position: relative;
  z-index: 10;
  margin-top: calc(var(--d50) * -1);
}
.news-box .news-textbox .news-textbox2 {
  background-color: #fff;
  padding: var(--d38) var(--d38) var(--d32);
  position: relative;
}
.news-box .news-textbox .news-textbox2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 10px;
  transform: translate(-50%, 100%);
  background-color: var(--c);
  transition: all 0.5s;
}
.news-box .news-textbox .news-textbox2 .news-list-text {
  margin-bottom: var(--d20);
  font-size: var(--16);
  line-height: calc(28 / 16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-box .news-textbox .news-textbox2 .news-list-title {
  margin-bottom: var(--d55);
}
.news-box .news-textbox .news-textbox2 .news-list-title h3 {
  font-size: var(--18);
  line-height: calc(28 / 18);
  color: var(--c2);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-box .news-textbox .news-textbox2 .news-list-date {
  font-size: var(--14);
  line-height: calc(20 / 14);
}
.fooder .fooder-top {
  padding-top: var(--d46);
  padding-bottom: var(--d38);
  background-color: var(--c2);
  color: #fff;
}
.fooder .fooder-top a:hover {
  text-decoration: underline;
}
.fooder .fooder-top .fooder-top2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d80);
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-title {
  font-family: 'Syne', 'Microsoft YaHei UI', sans-serif;
  font-weight: 700;
  font-size: var(--22);
  line-height: 1;
  margin-bottom: var(--d20);
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-nav a {
  display: block;
  font-size: var(--16);
  line-height: calc(24 / 16);
  margin-bottom: var(--d14);
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-nav a:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-sharebox {
  margin-top: var(--d14);
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: -5px;
  flex-wrap: wrap;
  width: calc((var(--r32) + 10px) * 5);
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-share .fooder-share2 {
  padding: 5px;
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-share .fooder-share2 .fooder-share3 {
  position: relative;
  width: var(--r32);
  height: var(--r32);
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-share .fooder-share2 .fooder-share3:hover .fooder-shareimg {
  opacity: 1;
  visibility: visible;
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-share .fooder-share2 .fooder-share3 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-share .fooder-share2 .fooder-share3 .fooder-shareimg {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-top2 .fooder-navbox .fooder-share .fooder-share2 .fooder-share3 .fooder-shareimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-top .fooder-form {
  width: 450px;
  max-width: 100%;
  border: 2px solid #000;
}
.fooder .fooder-top .fooder-form .search-box {
  width: 100%;
  padding: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.fooder .fooder-top .fooder-form .search-box .input-text {
  width: calc(100% - 100px);
  padding-right: var(--d10);
}
.fooder .fooder-top .fooder-form .search-box .submit {
  padding: var(--d8) var(--d16);
  width: 100px;
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  line-height: calc(20 / 14);
  color: #fff;
}
.fooder .fooder-top .fooder-form .search-box .submit i {
  font-size: var(--18);
  margin-right: 4px;
}
.fooder .fooder-copyright {
  padding: var(--d13) 0;
  background-color: #111111;
}
.fooder .fooder-copyright .fooder-copyright2 {
  font-size: var(--14);
  line-height: calc(20 / 14);
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fooder .fooder-copyright .fooder-copyright2 .fooder-copyright3 a,
.fooder .fooder-copyright .fooder-copyright2 .fooder-copyright3 p {
  display: inline;
}
.fooder .fooder-copyright .fooder-copyright2 .fooder-copyright3 .cnzz {
  margin-left: var(--d15);
}
.fooder .fooder-copyright .fooder-copyright2 .fooder-sitemap {
  opacity: 0.6;
}
.productcontent .product-conbox {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
  height: 100%;
}
.productcontent .product-conbox .product-title {
  margin-bottom: var(--d30);
  text-align: center;
}
.productcontent .product-conbox .product-text {
  width: 1158px;
  max-width: 100%;
  margin: 0 auto var(--d60);
  text-align: center;
}
.productcontent .product-conbox .product-list {
  padding-bottom: var(--d70);
  margin-bottom: calc(-1 * var(--d50));
}
.productcontent .product-conbox .product-list .product-list2 {
  margin-bottom: var(--d50);
}
.product-box:hover .img-box img {
  transform: scale(1.1);
}
.product-box:hover .con-but .con-but2 {
  background-color: #384d54;
}
.product-box:hover .product-textbox2::after {
  width: 100% !important;
}
.product-box .product-img .img-box {
  padding-bottom: calc(280 / 450 * 100%);
}
.product-box .product-textbox {
  padding: 0 var(--d24);
  position: relative;
  z-index: 10;
  margin-top: calc(var(--d50) * -1);
}
.product-box .product-textbox .product-textbox2 {
  min-height: 238px;
  background-color: #fff;
  padding: var(--d30);
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.product-box .product-textbox .product-textbox2::after {
  width: 0%;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--c);
  position: absolute;
  content: '';
  transition: all 0.5s;
}
.product-box .product-textbox .product-textbox2 .product-list-title {
  margin-bottom: var(--d12);
}
.product-box .product-textbox .product-textbox2 .product-list-title h3 {
  font-size: var(--18);
  line-height: calc(28 / 18);
  color: var(--c2);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box .product-textbox .product-textbox2 .product-list-text {
  margin-bottom: var(--d30);
  font-size: var(--16);
  line-height: calc(24 / 16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-box .product-textbox .product-textbox2 .product-list-date {
  font-size: var(--14);
  line-height: calc(20 / 14);
}
.product-box .con-but .con-but2 {
  padding: var(--d8) var(--d24);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-page li a {
  width: var(--r30);
  height: var(--r30);
  background-color: transparent;
  transition: all 0.5s;
  cursor: pointer;
  font-size: var(--16);
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pagination .pagination-page li a i {
  font-size: var(--14);
}
.pagination .pagination-page li a:hover {
  background-color: #304047 !important;
  color: #fff !important;
}
.pagination .pagination-page {
  margin: 0 var(--d14);
}
.pagination li {
  margin-right: var(--d20);
  color: #000;
  font-size: var(--14);
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination .active a {
  background-color: #304047 !important;
  color: #fff !important;
}
.product-imgbox {
  background-color: #F4F4F4;
  padding: var(--d110) 0 var(--d130);
}
.product-imgbox .product-swbox {
  position: relative;
}
.product-imgbox .product-swbox .product-but {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.product-imgbox .product-swbox .product-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.product-imgbox .product-swbox .product-next {
  right: 0;
  transform: translate(50%, -50%);
}
.product-imgbox .product-swbox .img-box {
  padding-bottom: calc(560 / 1410 * 100%);
}
.productsecond {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.productsecond .prosecond-con .prosecond-list {
  margin-bottom: var(--d60);
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 {
  margin-bottom: var(--d54);
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2:last-child {
  margin-bottom: 0;
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3:hover .prosecond-imgbox img {
  transform: scale(1.1);
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3:hover .con-but .con-but2 {
  background-color: var(--c);
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3 .prosecond-imgbox {
  width: calc(650 / 1410 * 100%);
  overflow: hidden;
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3 .prosecond-imgbox img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3 .prosecond-textbox {
  width: calc(760 / 1410 * 100%);
  padding-left: var(--d50);
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3 .prosecond-textbox .prosecond-list-title {
  margin-bottom: var(--d24);
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3 .prosecond-textbox .prosecond-list-title h3 {
  font-weight: 800;
  font-size: var(--22);
  color: var(--c3);
  line-height: calc(30 / 22);
}
.productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3 .prosecond-textbox .prosecond-list-text {
  margin-bottom: var(--d50);
}
body:has(.productdetails) .crbam {
  background-color: #F4F4F4;
}
body:has(.productthird) .crbam {
  background-color: #F4F4F4;
}
input[type="checkbox"] {
  accent-color: var(--c2);
}
.productthird {
  padding-top: var(--d30);
  padding-bottom: var(--d130);
  background-color: #F4F4F4;
}
.productthird .productthird-conbox .productthird-title {
  padding: 6px var(--d16);
  background-color: var(--c2);
  margin-bottom: var(--d30);
  position: relative;
}
.productthird .productthird-conbox .productthird-title::after {
  width: 100%;
  position: absolute;
  background-color: var(--c2);
  bottom: -3px;
  height: 1px;
  content: '';
  left: 0;
  z-index: 10;
}
.productthird .productthird-conbox .productthird-title h2 {
  font-size: var(--18);
  line-height: calc(28 / 18);
  letter-spacing: -0.02em;
  color: #fff;
}
.productthird .productthird-conbox .productthird-listbox {
  margin-bottom: var(--d40);
}
.productthird .productthird-conbox .productthird-listbox .productthird-listbox2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: var(--d30);
  margin-bottom: var(--d30);
  border-bottom: 1px solid #DEDEDE;
}
.productthird .productthird-conbox .productthird-listbox .productthird-listbox2:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.productthird .productthird-conbox .productthird-listbox .productthird-listbox2 .productthird-listbox-title {
  width: calc(174 / 1026 * 100%);
  padding-right: var(--d10);
  font-size: var(--18);
  line-height: calc(28 / 18);
  letter-spacing: -0.02em;
  font-weight: 500;
}
.productthird .productthird-conbox .productthird-listbox .productthird-listbox2 .productthird-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(852 / 1026 * 100%);
  margin-right: calc(-1 * var(--d52));
  margin-bottom: calc(-1 * var(--d20));
}
.productthird .productthird-conbox .productthird-listbox .productthird-listbox2 .productthird-list .productthird-list2 {
  margin-right: var(--d52);
  margin-bottom: var(--d20);
}
.productthird .productthird-conbox .productthird-listbox .productthird-listbox2 .productthird-list .productthird-list2 .productthird-list3 {
  font-size: var(--18);
  line-height: calc(28 / 18);
  letter-spacing: -0.02em;
  cursor: pointer;
}
.productthird .productthird-conbox .productthird-listbox .productthird-listbox2 .productthird-list .action .productthird-list3 {
  font-weight: 600;
}
.gmt-box {
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(330 / 1410 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-titlebox {
  border-radius: 10px 10px 0 0;
  background: var(--c2);
  padding: var(--d12) var(--d26);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: var(--20);
  line-height: calc(30 / 20);
  letter-spacing: -0.02em;
  font-weight: 700;
}
.gmt-box .gmt-left .gmt-left2 .gmt-titlebox i {
  font-weight: 400;
  font-size: var(--34);
  margin-right: var(--d10);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list {
  background-color: #fff;
  padding: var(--d30) var(--d8) var(--d105) var(--d16);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  transition: all 0.5s;
  margin-bottom: var(--d20);
  overflow: hidden;
}
.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: #F4F4F4;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  padding: var(--d10) var(--d8);
  line-height: 1;
  color: var(--c2);
  transition: all 0.5s;
  transform: translateY(-50%);
  pointer-events: none;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
  font-size: var(--20);
}
.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);
  padding-right: var(--d8);
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: var(--c2);
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.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(--d20);
  padding-bottom: var(--d10);
  padding-left: var(--d10);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d10);
  font-size: var(--18);
  line-height: calc(28 / 18);
  font-weight: 500;
  cursor: pointer;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 .checkbox-item {
  cursor: pointer;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 input {
  margin-right: var(--d15);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but {
  transform: translateY(-50%) rotate(90deg);
}
.gmt-box .gmt-rigth {
  width: calc(1080 / 1410 * 100%);
  padding-left: var(--d54);
}
.gmt-box .gmt-rigth .product-list {
  margin-bottom: calc(var(--d30) * -1);
  padding-bottom: var(--d60);
}
.gmt-box .gmt-rigth .product-list .product-list2 {
  margin-bottom: var(--d30);
}
.productcon-box {
  background-color: #fff;
  height: 100%;
}
.productcon-box:hover .img-box img {
  transform: scale(1.1);
}
.productcon-box .productcon-imgbox .img-box {
  padding-bottom: calc(450 / 685 * 100%);
}
.productcon-box .productcon-imgbox .img-box img.lazy {
  background: unset;
}
.productcon-box .productcon-textbox {
  padding: var(--d26);
  padding-bottom: var(--d30);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.productcon-box .productcon-textbox .productcon-textbox2 {
  margin-bottom: var(--d15);
}
.productcon-box .productcon-textbox .productcon-textbox2 .productcon-title {
  margin-bottom: 4px;
}
.productcon-box .productcon-textbox .productcon-textbox2 .productcon-title h3 {
  font-size: var(--24);
  line-height: calc(32 / 24);
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #304047;
}
.productcon-box .productcon-textbox .productcon-textbox2 .productcon-type {
  font-size: var(--12);
  line-height: calc(16 / 12);
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--c);
  margin-bottom: var(--d10);
}
.productcon-box .productcon-textbox .productcon-textbox2 .productcon-list-textbox {
  border-top: 1px solid var(--c);
  border-bottom: 1px solid var(--c);
  padding: var(--d10) 0;
}
.productcon-box .productcon-textbox .productcon-textbox2 .productcon-list-textbox .productcon-list-textbox2 {
  display: flex;
  font-size: var(--12);
  line-height: calc(18 / 12);
  font-weight: 500;
  color: var(--c2);
  justify-content: space-between;
  margin-bottom: 6px;
}
.productcon-box .productcon-textbox .productcon-textbox2 .productcon-list-textbox .productcon-list-textbox2:last-child {
  margin-bottom: 0;
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox {
  position: relative;
  margin-bottom: var(--d26);
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox:hover .productcon-dow-more {
  opacity: 1;
  visibility: visible;
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox .productcon-download-conbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--c2);
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox .productcon-download-conbox .productcon-icon {
  margin-right: var(--d10);
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox .productcon-download-conbox .productcon-icon i {
  font-size: var(--16);
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox .productcon-download-conbox p {
  margin-right: 4px;
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox .productcon-download-conbox p span {
  font-weight: 700;
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox .productcon-download-conbox > i {
  font-size: var(--12);
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox .productcon-dow-more {
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: var(--d10);
  opacity: 0;
  visibility: hidden;
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox .productcon-dow-more .productcon-download-conbox {
  margin-bottom: var(--d10);
}
.productcon-box .productcon-textbox .productcon-butbox .productcon-downloadbox .productcon-dow-more .productcon-download-conbox:last-child {
  margin-bottom: 0;
}
.productcon-box .productcon-textbox .productcon-butbox .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productdetails {
  background-color: #F4F4F4;
}
.productdetails .productdetails2 {
  background-color: #F4F4F4;
  padding-top: var(--d52);
  padding-bottom: calc(var(--d52) + var(--d54));
}
.productdetails .productdetails2 .details-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.productdetails .productdetails2 .details-content .details-left {
  width: calc(724 / 1410 * 100%);
  padding-right: var(--d30);
  padding-bottom: var(--d22);
}
.productdetails .productdetails2 .details-content .details-left .details-title {
  margin-bottom: var(--d14);
}
.productdetails .productdetails2 .details-content .details-left .details-title h1 {
  font-size: var(--45);
  line-height: calc(56 / 45);
  font-weight: 700;
  color: var(--c2);
}
.productdetails .productdetails2 .details-content .details-left .details-title2 {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: var(--c2);
  font-weight: 700;
  margin-bottom: var(--d30);
}
.productdetails .productdetails2 .details-content .details-left .details-text {
  margin-bottom: var(--d50);
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.productdetails .productdetails2 .details-content .details-left .details-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--d40)) calc(-1 * var(--d30));
  padding-bottom: var(--d80);
}
.productdetails .productdetails2 .details-content .details-left .details-list .details-list2 {
  margin-bottom: var(--d30);
  padding: 0 var(--d40);
}
.productdetails .productdetails2 .details-content .details-left .details-list .details-list2 .details-list3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.productdetails .productdetails2 .details-content .details-left .details-list .details-list2 .details-list3 .details-list-icon {
  width: var(--32);
  height: var(--32);
  margin-bottom: var(--d13);
}
.productdetails .productdetails2 .details-content .details-left .details-list .details-list2 .details-list3 .details-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productdetails .productdetails2 .details-content .details-left .details-list .details-list2 .details-list3 .details-list-title {
  line-height: calc(22 / 16);
  font-size: var(--16);
  text-align: center;
  color: #465157;
}
.productdetails .productdetails2 .details-content .details-left .details-butbox {
  display: flex;
  justify-content: space-between;
}
.productdetails .productdetails2 .details-content .details-left .details-butbox .details-butbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productdetails .productdetails2 .details-content .details-left .details-butbox .details-butbox2 .details-but {
  margin-right: var(--d14);
}
.productdetails .productdetails2 .details-content .details-left .details-butbox .details-butbox2 .details-but .details-but2 {
  padding: var(--d10) var(--d20);
  border-radius: 50px;
  border: 1px solid var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  line-height: calc(20 / 14);
  transition: all 0.5s;
}
.productdetails .productdetails2 .details-content .details-left .details-butbox .details-butbox2 .details-but .details-but2 i {
  font-size: var(--20);
  margin-right: 4px;
}
.productdetails .productdetails2 .details-content .details-left .details-butbox .details-butbox2 .details-car .details-car2 {
  padding: var(--d10) var(--d18);
  border: 1px solid var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  line-height: calc(20 / 14);
  background-color: var(--c2);
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
}
.productdetails .productdetails2 .details-content .details-left .details-butbox .details-butbox2 .details-car .details-car2:hover {
  background-color: #384d54;
}
.productdetails .productdetails2 .details-content .details-left .details-share {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  color: #333333;
}
.productdetails .productdetails2 .details-content .details-left .details-share p {
  margin-right: var(--d14);
}
.productdetails .productdetails2 .details-content .details-right {
  width: calc(686 / 1410 * 100%);
}
.productdetails .productdetails2 .details-content .details-right .img-box {
  padding-bottom: calc(450 / 685 * 100%);
}
.productdetails .details {
  padding-top: var(--d110);
  padding-bottom: var(--d70);
  background-color: #fff;
}
.productdetails .details .table-box table tr td:first-child {
  width: 50%;
}
.productdetails .details .photo {
  padding-top: var(--d70);
}
.productdetails .details .photo .photo-swbox {
  margin-bottom: var(--d80);
}
.productdetails .details .photo .photo-swbox .details-swiper1 .swiper-slide {
  border-bottom: 4px solid #fff;
}
.productdetails .details .photo .photo-swbox .details-swiper1 .swiper-slide-thumb-active {
  border-bottom: 4px solid var(--c);
}
.productdetails .details .photo .photo-swbox2 {
  position: relative;
}
.productdetails .details .photo .photo-swbox2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productdetails .details .photo .photo-swbox2 .photo-but {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.productdetails .details .photo .photo-swbox2 .photo-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.productdetails .details .photo .photo-swbox2 .photo-next {
  right: 0;
  transform: translate(50%, -50%);
}
.productdetails .details .photo .photo-swbox2 .img-box {
  padding-bottom: calc(560 / 1410*100%);
}
.productdetails .details .technology {
  padding-top: var(--d70);
}
.productdetails .details .technology .technology-con .technology-box {
  display: flex;
  justify-content: space-between;
  background-color: #F4F4F4;
}
.productdetails .details .technology .technology-con .technology-box .technology-img {
  width: calc(690 / 1410 * 100%);
}
.productdetails .details .technology .technology-con .technology-box .technology-img .img-box {
  padding-bottom: calc(430 / 690 * 100%);
}
.productdetails .details .technology .technology-con .technology-box .technology-textbox {
  width: calc(720 / 1410 * 100%);
  padding: var(--d70);
  padding-right: var(--d158);
}
.productdetails .details .technology .technology-con .technology-box .technology-textbox .technology-title {
  margin-bottom: var(--d20);
}
.productdetails .details .technology .technology-con .technology-box .technology-textbox .technology-title h3 {
  font-size: var(--30);
  line-height: calc(40 / 30);
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--c2);
}
.productdetails .details .technology .technology-con .technology-list {
  background-color: #fff;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(-1 * var(--d35));
  display: flex;
  justify-content: safe center;
  position: relative;
  z-index: 10;
}
.productdetails .details .technology .technology-con .technology-list .technology-list2 {
  flex: 1;
}
.productdetails .details .technology .technology-con .technology-list .technology-list2 .technology-list3 {
  transition: all 0.5s;
  height: 100%;
  padding: var(--d19) var(--d12) var(--d13);
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.productdetails .details .technology .technology-con .technology-list .technology-list2 .technology-list3 .technology-icon {
  margin-bottom: var(--d12);
}
.productdetails .details .technology .technology-con .technology-list .technology-list2 .technology-list3 .technology-list-title {
  text-align: center;
}
.productdetails .details .technology .technology-con .technology-list .technology-list2 .technology-list3 .technology-list-title h3 {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: var(--c2);
}
.productdetails .details .technology .technology-con .technology-list .action .technology-list3 {
  background-color: var(--c);
}
.productdetails .details .description {
  padding-top: var(--d70);
}
.productdetails .details .description .join-list {
  margin-bottom: var(--d30);
}
.productdetails .details .description .join-list .join-list2 {
  margin-bottom: var(--d30);
}
.productdetails .details .description .join-list .join-list2:last-child {
  margin-bottom: 0;
}
.productdetails .details .downloads {
  padding-top: var(--d70);
  padding-bottom: var(--d70);
}
.productdetails .details .downloads .downloads-slick {
  padding: calc(-1 * var(--d15));
}
.productdetails .details .downloads .downloads-slick .slick-item {
  padding: var(--d15);
}
.productdetails .details .downloads .downloads-slick .slick-item .downloads-con {
  padding: var(--d24);
  padding-bottom: var(--d20);
  border: 1px solid #E1E4E6;
}
.productdetails .details .downloads .downloads-slick .slick-item .downloads-con .downloads-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: var(--d16);
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: var(--d16);
}
.productdetails .details .downloads .downloads-slick .slick-item .downloads-con .downloads-titlebox .downloads-titlebox2 {
  display: flex;
  align-items: center;
  width: calc(100% - 55px);
}
.productdetails .details .downloads .downloads-slick .slick-item .downloads-con .downloads-titlebox .downloads-titlebox2 .downloads-icon {
  width: var(--r50);
  height: var(--r50);
  min-width: var(--r50);
  margin-right: var(--d24);
  background-color: #EAEAEA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productdetails .details .downloads .downloads-slick .slick-item .downloads-con .downloads-titlebox .downloads-titlebox2 .downloads-icon i {
  font-size: var(--24);
  color: var(--c2);
}
.productdetails .details .downloads .downloads-slick .slick-item .downloads-con .downloads-titlebox .downloads-type {
  padding: 3px var(--d15);
  background-color: #F5F7FA;
  color: #999;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  line-height: calc(20 / 14);
}
.productdetails .details .downloads .downloads-slick .slick-item .downloads-con .downloads-but {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px var(--d20) 5px var(--d16);
  border-radius: 50px;
  border: 1px solid var(--c2);
}
.productdetails .details .related {
  padding-top: var(--d70);
}
.productdetails .details .related .productcon-box {
  box-shadow: inset 0 1px 6.1px 3px rgba(0, 0, 0, 0.04);
}
.productdetails .details .faq {
  padding-top: var(--d70);
}
.productdetails .details .faq .faq-list {
  padding-left: calc(var(--d30) + var(--r34) + var(--d44));
}
.productdetails .details .faq .faq-list .faq-list2 {
  margin-bottom: var(--d30);
}
.productdetails .details .faq .faq-list .faq-list2:last-child {
  margin-bottom: 0;
}
.productdetails .details .faq .faq-list .faq-list2 .faq-list3 .faq-list-title {
  margin-bottom: var(--d20);
}
.productdetails .details .faq .faq-list .faq-list2 .faq-list3 .faq-list-title h3 {
  font-size: var(--22);
  line-height: calc(34 / 22);
  font-weight: 700;
  color: var(--c2);
}
.productdetails .details .faq .faq-list .faq-list2 .faq-list3 .faq-list-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
  font-weight: 500;
  color: var(--c2);
}
.con-title {
  font-size: var(--45);
  line-height: calc(56 / 45);
  letter-spacing: -0.02em;
  color: var(--c2);
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--d34);
}
.relatednews {
  padding-top: var(--d70);
  padding-bottom: var(--d130);
  background-color: #F4F4F4;
}
.relatednews .relatednews-title {
  text-align: center;
  margin-bottom: var(--d40);
}
.relatednews .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d44);
}
.relatednews .con-but .con-but2 {
  padding: var(--d10) var(--d42);
  font-weight: 400;
}
.photo-swbox .img-box {
  padding-bottom: calc(600 / 1410 * 100%);
}
.photo-swbox .details-swiperbox {
  padding: 0 var(--d120);
  margin-top: calc(-1 * var(--d34));
  position: relative;
}
.photo-swbox .details-swiperbox .details-but {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.photo-swbox .details-swiperbox .details-prev {
  left: var(--d120);
  transform: translate(-50%, -50%);
}
.photo-swbox .details-swiperbox .details-next {
  right: var(--d120);
  transform: translate(50%, -50%);
}
.photo-swbox .details-swiper1 {
  height: auto !important;
}
.photo-swbox .details-swiper1 .swiper-slide {
  position: relative;
}
.photo-swbox .details-swiper1 .swiper-slide::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  opacity: 0.7;
  background-color: #fff;
  z-index: 10;
  transition: all 0.5s;
}
.photo-swbox .details-swiper1 .swiper-slide-thumb-active::after {
  opacity: 0;
}
.photo-swbox .details-swiper1 .swiper-video {
  position: relative;
}
.photo-swbox .details-swiper1 .swiper-video::before {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e624";
  font-size: var(--34);
  color: #fff;
  z-index: 9;
  line-height: 1;
  border-radius: 50%;
  width: var(--r40);
  height: var(--r40);
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d60);
}
.slick-dots li {
  width: var(--r30);
  height: var(--r30);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 var(--d10);
}
.slick-dots li button {
  background-color: transparent;
  color: #666666;
}
.slick-dots .slick-active {
  background-color: var(--c2);
}
.slick-dots .slick-active button {
  color: #fff;
}
.offerform .offerform-box {
  display: flex;
  justify-content: space-between;
  background-color: #F7F7F7;
}
.offerform .offerform-box:hover .offerform-iconbox2 {
  background-color: #465157 !important;
}
.offerform .offerform-box .offerform-textbox {
  padding: var(--d56) 0;
  padding-left: var(--d60);
  width: calc(1040 / 1410 * 100%);
}
.offerform .offerform-box .offerform-textbox .offerform-title {
  margin-bottom: var(--d20);
}
.offerform .offerform-box .offerform-textbox .offerform-title h2 {
  font-size: var(--45);
  line-height: calc(60 / 45);
  font-weight: 700;
  color: var(--c2);
}
.offerform .offerform-box .offerform-textbox .offerform-text {
  font-size: var(--30);
  line-height: calc(36 / 30);
}
.offerform .offerform-box .offerform-iconbox {
  width: calc(370 / 1410 * 100%);
  background-color: #DEDEDE;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.offerform .offerform-box .offerform-iconbox2 {
  transition: all 0.5s;
  background-color: var(--c);
  width: calc(327 / 370 * 100%);
  height: 100%;
  margin-left: auto;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.offerform .offerform-box .offerform-iconbox2 i {
  color: #fff;
  font-size: var(--80);
  margin-right: var(--d84);
}
.details-navbox {
  position: sticky;
  top: 130px;
  left: 0;
  z-index: 1000;
  background-color: var(--c2);
  overflow: hidden;
}
.details-navbox .details-nav {
  position: relative;
  z-index: 10;
  padding: var(--d18) var(--d162);
}
.details-navbox .details-nav .navbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.details-navbox .details-nav .navbox .navbox2 {
  white-space: nowrap;
  transition: all 0.5s;
  position: relative;
  margin-right: var(--d30);
}
.details-navbox .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details-navbox .details-nav .navbox .navbox2 a {
  font-size: var(--20);
  line-height: calc(24 / 20);
  color: #fff;
}
.details-navbox .details-nav .navbox .navbox2:hover a {
  font-weight: 700;
}
.details-navbox .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details-navbox .details-nav .navbox .action a {
  font-weight: 700;
}
.join-list .join-list2 {
  overflow: hidden;
}
.join-list .join-list2:last-child {
  margin-bottom: 0;
}
.join-list .join-list2 .join-list3 {
  position: relative;
  z-index: 10;
}
.join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: var(--d18) var(--d30);
  transition: all 0.5s;
  overflow: hidden;
  background-color: #F4F4F4;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
  width: calc(100% - var(--16));
  font-size: var(--22);
  line-height: calc(30 / 22);
  font-weight: 700;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title .join-type {
  width: var(--r34);
  height: var(--r34);
  min-width: var(--r34);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--22);
  line-height: calc(30 / 22);
  font-weight: 700;
  border-radius: 4px;
  margin-right: var(--d20);
  color: #fff;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title .join-type img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  transform: rotate(90deg);
  transition: all 0.5s;
}
.join-list .join-list2 .join-list3 .join-textbox {
  display: none;
  padding-top: var(--d24);
}
.join-list .open .join-icon {
  transform: rotate(-90deg) !important;
}
.about-titlebox {
  margin-bottom: var(--d70);
  text-align: center;
}
.about-titlebox .title2 {
  margin-bottom: var(--d20);
}
.aboutcontent {
  padding-bottom: var(--d120);
}
.aboutcontent .machinery {
  padding-top: var(--d100);
}
.aboutcontent .machinery .machinery-title {
  text-align: center;
  margin-bottom: var(--d36);
}
.aboutcontent .machinery .machinery-title2 {
  margin-bottom: var(--d20);
}
.aboutcontent .machinery .machinery-text {
  text-align: center;
  font-size: var(--16);
  line-height: calc(26 / 16);
  margin: 0 auto var(--d80);
  width: 1170px;
  max-width: 100%;
}
.aboutcontent .ourproducts {
  padding-top: var(--d130);
}
.aboutcontent .ourproducts .ourproducts-list {
  display: flex;
  justify-content: flex-start;
}
.aboutcontent .ourproducts .ourproducts-list .ourproducts-list2 {
  flex: 1;
}
.aboutcontent .ourproducts .ourproducts-list .ourproducts-list2 .ourproducts-list3 {
  height: 100%;
  padding: var(--d30) var(--d22);
  background-color: #F4F4F4;
  color: var(--c2);
  font-size: var(--20);
  line-height: calc(24 / 20);
  font-weight: 600;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.aboutcontent .ourproducts .ourproducts-list .ourproducts-list2 .ourproducts-list3::after {
  width: 100%;
  bottom: 0;
  height: 14px;
  left: 0;
  background-color: var(--c2);
  transform: translateY(100%);
  z-index: 10;
  position: absolute;
  content: "";
  transition: all 0.5s;
  opacity: 0;
}
.aboutcontent .ourproducts .ourproducts-list .action .ourproducts-list3 {
  position: relative;
  background-color: var(--c2);
  color: #fff;
}
.aboutcontent .ourproducts .ourproducts-list .action .ourproducts-list3::after {
  opacity: 1;
}
.aboutcontent .ourproducts .ourproducts-navbox2 .ourproducts-list .ourproducts-list2 .ourproducts-list3::after {
  top: 0;
  bottom: unset;
  transform: translateY(-100%);
}
.aboutcontent .ourproducts .ourproducts-conbox {
  padding-top: var(--d34);
  padding-bottom: var(--d24);
  position: relative;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproductsall-swiper {
  overflow: unset;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproductsall-swiper .swiper-wrapper > .swiper-slide {
  z-index: 1;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproductsall-swiper .swiper-wrapper .swiper-slide-active {
  z-index: 10;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox {
  position: relative;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swiper1 {
  pointer-events: all;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swiper1 .swiper-wrapper {
  pointer-events: all;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swiper1 .swiper-wrapper .swiper-slide {
  pointer-events: all;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox1 .ourproducts-imgbox {
  transition: all 0.5s;
  border: 1px solid var(--c2);
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox1 .swiper-slide {
  padding: 8.5px;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox1 .swiper-slide-thumb-active .ourproducts-imgbox {
  transform: scale(1.05);
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox2 {
  position: relative;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox2 .ourproducts-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 100;
  cursor: pointer;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox2 .ourproducts-prev i {
  color: var(--c2);
  font-size: var(--60);
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox2 .ourproducts-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 100;
  cursor: pointer;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox2 .ourproducts-next i {
  color: var(--c2);
  font-size: var(--60);
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox2 .ourproducts-swiper2 {
  width: 1184px;
  margin: 0 auto;
  max-width: 100%;
  pointer-events: all;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox2 .ourproducts-swiper2 .ourproducts-imgbox {
  position: relative;
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-swbox .ourproducts-swbox2 .ourproducts-swiper2 .ourproducts-imgbox .ourproducts-sw-title {
  padding: var(--d8) var(--d35);
  background-color: var(--c);
  font-size: var(--20);
  line-height: calc(24 / 20);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: var(--d56);
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
}
.aboutcontent .ourproducts .ourproducts-conbox .ourproducts-imgbox .img-box {
  padding-bottom: calc(480 / 720 * 100%);
}
.aboutcontent .process {
  padding-top: var(--d130);
  padding-bottom: var(--d130);
}
.aboutcontent .process .process-swiper {
  margin-bottom: var(--d38);
}
.aboutcontent .process .process-swiper .process-con {
  background-color: var(--c2);
}
.aboutcontent .process .process-swiper .process-con .process-imgbox .img-box {
  padding-bottom: calc(600 / 1410 * 100%);
}
.aboutcontent .process .process-swiper .process-con .process-textbox {
  padding: var(--d50) var(--d160) var(--d70);
}
.aboutcontent .process .process-swiper .process-con .process-textbox .process-sw-title {
  text-align: center;
  margin-bottom: var(--d24);
}
.aboutcontent .process .process-swiper .process-con .process-textbox .process-sw-title h3 {
  font-size: var(--45);
  line-height: calc(54 / 45);
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #fff;
}
.aboutcontent .process .process-swiper .process-con .process-textbox .process-sw-text {
  width: 1090px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: var(--16);
  line-height: calc(26 / 16);
  color: #fff;
}
.aboutcontent .process .process-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.aboutcontent .process .process-pagination::after {
  max-width: 100%;
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  border-top: 1px dashed #727272;
  content: '';
  z-index: -1;
}
.aboutcontent .process .process-pagination .swiper-pagination-bullet {
  width: var(--r40);
  height: var(--r40);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727272;
  opacity: 1;
  color: #fff;
  font-size: var(--20);
  line-height: calc(24 / 20);
  letter-spacing: -0.02em;
  margin: 0 var(--d20);
}
.aboutcontent .process .process-pagination .swiper-pagination-bullet-active {
  background-color: var(--c2);
}
.aboutcontent .i-about {
  padding-bottom: 0;
  background-color: #fff;
}
.aboutcontent .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-textbox {
  background-color: #F7F7F7;
}
.aboutcontent .videobox {
  padding-top: var(--d130);
  padding-bottom: var(--d130);
}
.aboutcontent .videobox .videobox-title {
  text-align: center;
  margin-bottom: var(--d40);
}
.aboutcontent .videobox .videobox-imgbox {
  position: relative;
}
.aboutcontent .videobox .videobox-imgbox .img-box {
  padding-bottom: calc(755 / 1410 * 100%);
}
.aboutcontent .videobox .videobox-imgbox .videobox-icon {
  width: var(--r96);
  height: var(--r96);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.42);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .videobox .videobox-imgbox .videobox-icon i {
  font-size: var(--80);
}
.aboutcontent .brand {
  padding-bottom: var(--d130);
}
.aboutcontent .brand .join-list .join-list2 {
  margin-bottom: var(--d40);
}
.aboutcontent .brand .join-list .join-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .brand .brand-titlebox {
  padding: var(--d10);
  padding-right: var(--d40);
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutcontent .brand .brand-titlebox .brand-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - var(--40));
}
.aboutcontent .brand .brand-titlebox .brand-left .brand-logo {
  width: 210px;
}
.aboutcontent .brand .brand-titlebox .brand-left .brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .brand .brand-titlebox .brand-left .brand-titlebox2 {
  width: calc(100% - 210px);
  padding-left: var(--d54);
  margin-left: var(--d17);
  border-left: 1px solid #DEDEDE;
}
.aboutcontent .brand .brand-titlebox .brand-left .brand-titlebox2 .brand-title {
  font-size: var(--20);
  line-height: calc(24 / 20);
  font-weight: 700;
  margin-bottom: var(--d16);
}
.aboutcontent .brand .brand-titlebox .brand-to {
  transition: all 0.5s;
}
.aboutcontent .brand .brand-textbox .brand-text {
  margin-bottom: var(--d30);
  text-align: center;
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.aboutcontent .brand .brand-textbox .brand-list {
  margin-bottom: calc(-1 * var(--d30));
}
.aboutcontent .brand .brand-textbox .brand-list .brand-list2 {
  margin-bottom: var(--d30);
}
.aboutcontent .brand .brand-textbox .brand-list .brand-list2 .brand-list3 {
  border: 1px solid #DEDEDE;
  padding: var(--d14);
  text-align: center;
}
.aboutcontent .brand .brand-textbox .brand-list .brand-list2 .brand-list3 .brand-list-title {
  font-size: var(--18);
  line-height: calc(24 / 18);
  color: var(--c2);
  margin-bottom: var(--d10);
  font-weight: 700;
}
.aboutcontent .brand .open .brand-to {
  transform: rotate(180deg) !important;
}
.aboutcontent .cooperation {
  padding-bottom: var(--d130);
}
.aboutcontent .cooperation .machinery {
  position: relative;
  z-index: 10;
}
.aboutcontent .cooperation .machinery .machinery-text {
  margin-bottom: 0;
}
.aboutcontent .cooperation .cooperation-bg {
  margin-top: calc(-1 * var(--d110));
}
.aboutcontent .cooperation .cooperation-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .case {
  padding-bottom: var(--d130);
}
.aboutcontent .case .case-list {
  margin-bottom: calc(-1 * var(--d50));
  padding-bottom: var(--d70);
}
.aboutcontent .case .case-list .case-list2 {
  margin-bottom: var(--d50);
}
.aboutcontent .case .case-list .case-list2 .case-box:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .case .case-list .case-list2 .case-box:hover .case-textbox2::after {
  width: 100% !important;
}
.aboutcontent .case .case-list .case-list2 .case-box .case-img .img-box {
  padding-bottom: calc(380 / 690 * 100%);
}
.aboutcontent .case .case-list .case-list2 .case-box .case-textbox {
  padding: 0 var(--d24);
  position: relative;
  z-index: 10;
  margin-top: calc(var(--d50) * -1);
}
.aboutcontent .case .case-list .case-list2 .case-box .case-textbox .case-textbox2 {
  min-height: 210px;
  background-color: #F7F7F7;
  padding: var(--d32) var(--d54) var(--d40);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutcontent .case .case-list .case-list2 .case-box .case-textbox .case-textbox2::after {
  width: 0%;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--c);
  position: absolute;
  content: '';
  transition: all 0.5s;
}
.aboutcontent .case .case-list .case-list2 .case-box .case-textbox .case-textbox2 .case-list-title h3 {
  text-align: center;
  font-size: var(--30);
  line-height: calc(40 / 30);
  color: var(--c2);
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutcontent .case .case-list .case-list2 .case-box .case-textbox .case-textbox2 .case-list-text {
  text-align: center;
  margin-bottom: var(--d20);
  font-size: var(--18);
  line-height: calc(26 / 18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.aboutcontent .honor {
  padding-bottom: var(--d130);
}
.aboutcontent .honor .honor-list {
  margin-bottom: calc(-1 * var(--d50));
  padding-bottom: var(--d70);
}
.aboutcontent .honor .honor-list .honor-list2 {
  margin-bottom: var(--d50);
}
.aboutcontent .honor .honor-list .honor-list2 .honor-box:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .honor .honor-list .honor-list2 .honor-box:hover .honor-textbox2::after {
  width: 100% !important;
}
.aboutcontent .honor .honor-list .honor-list2 .honor-box .honor-img .img-box {
  padding-bottom: calc(380 / 690 * 100%);
}
.aboutcontent .honor .honor-list .honor-list2 .honor-box .honor-textbox {
  padding: 0 var(--d24);
  position: relative;
  z-index: 10;
  margin-top: calc(var(--d50) * -1);
}
.aboutcontent .honor .honor-list .honor-list2 .honor-box .honor-textbox .honor-textbox2 {
  min-height: 210px;
  background-color: #F7F7F7;
  padding: var(--d32) var(--d54) var(--d40);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutcontent .honor .honor-list .honor-list2 .honor-box .honor-textbox .honor-textbox2::after {
  width: 0%;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--c);
  position: absolute;
  content: '';
  transition: all 0.5s;
}
.aboutcontent .honor .honor-list .honor-list2 .honor-box .honor-textbox .honor-textbox2 .honor-list-title h3 {
  text-align: center;
  font-size: var(--20);
  line-height: calc(25 / 20);
  color: var(--c2);
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutcontent .honor .honor-list .honor-list2 .honor-box .honor-textbox .honor-textbox2 .honor-list-text {
  text-align: center;
  margin-bottom: var(--d20);
  font-size: var(--18);
  line-height: calc(26 / 18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.aboutcontent .exhibition {
  padding-bottom: var(--d30);
}
.aboutcontent .exhibition .exhibition-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .exhibition .attended {
  padding-top: var(--d130);
}
.aboutcontent .exhibition .attended .attended-slick {
  margin-bottom: calc(-1 * var(--d30));
}
.aboutcontent .exhibition .attended .attended-slick .slick-item {
  margin-bottom: var(--d30);
}
.aboutcontent .exhibition .attended .attended-title {
  margin-bottom: var(--d45);
  text-align: center;
}
.aboutcontent .exhibition .attended .attended-titlebox {
  padding: var(--d26) var(--d40) var(--d26) var(--d34);
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutcontent .exhibition .attended .attended-titlebox .attended-left {
  width: calc(100% - var(--40));
}
.aboutcontent .exhibition .attended .attended-titlebox .attended-left .attended-join-title {
  font-size: var(--30);
  line-height: calc(44 / 30);
  font-weight: 700;
  margin-bottom: var(--d10);
  color: var(--c2);
}
.aboutcontent .exhibition .attended .attended-titlebox .attended-left .attended-join-date {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.aboutcontent .exhibition .attended .attended-titlebox .attended-icon {
  width: var(--40);
  height: var(--40);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.aboutcontent .exhibition .attended .attended-titlebox .attended-icon i {
  font-size: var(--25);
}
.aboutcontent .exhibition .attended .join-textbox {
  margin-top: var(--d45);
}
.aboutcontent .exhibition .attended .join-textbox .attended-join-textbox {
  display: flex;
  justify-content: space-between;
}
.aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-left {
  width: calc(780 / 1410 * 100%);
  padding-left: var(--d34);
  padding-right: calc(var(--d60) * 2);
  position: relative;
}
.aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-left::after {
  position: absolute;
  right: var(--d60);
  width: 1px;
  background-color: #DEDEDE;
  top: 0;
  height: 100%;
  content: '';
}
.aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-left .attended-textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d30);
}
.aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-left .attended-textbox:last-child {
  margin-bottom: 0;
}
.aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-left .attended-textbox .attended-left-title {
  font-size: var(--20);
  line-height: calc(26 / 20);
  font-weight: 600;
  color: var(--c2);
}
.aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-left .attended-textbox .attended-left-text {
  font-size: var(--18);
  line-height: calc(24 / 18);
}
.aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-right {
  width: calc(630 / 1410 * 100%);
}
.aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.open .attended-icon {
  transform: rotate(180deg) !important;
}
.global {
  padding-bottom: var(--d130);
}
.global .join-list .join-list2 {
  margin-bottom: var(--d30);
}
.global .join-list .join-list2:last-child {
  margin-bottom: 0;
}
.global .open .global-icon {
  transform: rotate(-180deg) !important;
}
.global .global-title {
  text-align: center;
  margin-bottom: var(--d50);
}
.global .global-textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d20) var(--d34) var(--d20) var(--d40);
  background-color: #F7F7F7;
}
.global .global-textbox .global-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - var(--30));
  padding-right: var(--d40);
}
.global .global-textbox .global-left .global-join-title {
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: var(--c2);
  font-weight: 700;
}
.global .global-textbox .global-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--30);
  height: var(--30);
  transition: all 0.5s;
}
.global .global-textbox .global-icon i {
  font-size: var(--20);
}
.global .join-textbox {
  margin-top: var(--d30);
}
.global .global-list {
  margin-bottom: calc(-1 * var(--d30));
}
.global .global-list .global-list2 {
  margin-bottom: var(--d30);
}
.global .global-list .global-list2 .global-list3 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.global .global-list .global-list2 .global-list3 .global-list-textbox {
  padding: var(--d40) var(--d40) var(--d30);
  background-color: #F7F7F7;
  height: 100%;
}
.global .global-list .global-list2 .global-list3 .global-list-textbox .global-list-textbox2 {
  margin-bottom: var(--d30);
  padding-bottom: var(--d30);
  border-bottom: 1px solid #DEDEDE;
}
.global .global-list .global-list2 .global-list3 .global-list-textbox .global-list-textbox2 .global-list-name {
  margin-bottom: var(--d10);
  line-height: calc(28 / 22);
  font-size: var(--22);
  font-weight: 700;
  color: var(--c2);
}
.global .global-list .global-list2 .global-list3 .global-list-textbox .global-list-textbox2 .global-list-type {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.global .global-list .global-list2 .global-list3 .global-list-textbox .global-mesbox .global-mesbox2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d16);
  color: var(--c2);
}
.global .global-list .global-list2 .global-list3 .global-list-textbox .global-mesbox .global-mesbox2:last-child {
  margin-bottom: 0;
}
.global .global-list .global-list2 .global-list3 .global-list-textbox .global-mesbox .global-mesbox2 i {
  font-size: var(--20);
  margin-right: var(--d10);
}
.global .global-list .global-list2 .global-list3 .global-list-textbox .global-mesbox .global-mesbox2 a {
  font-size: var(--18);
  line-height: calc(24 / 18);
}
.global .global-list .global-list2 .global-list3 .global-list-bom {
  padding: var(--d18) var(--d40);
  background-color: var(--c2);
  font-size: var(--18);
  line-height: calc(24 / 18);
  color: #fff;
}
.global .map {
  position: relative;
}
.global .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global .map .map-list {
  width: 100%;
  height: 100%;
}
.global .map .map-list .map-list2 {
  position: absolute;
  z-index: 10;
  width: calc(18.16 / 1410 * 100%);
  height: calc(18.16 / 718 * 100%);
  background-color: var(--c2);
  border-radius: 50%;
}
.global .map .map-list .map-list2 .map-list-text {
  position: relative;
  right: calc(-1 * var(--d19));
  top: 50%;
  transform: translate(100%, -50%);
  font-size: var(--16);
  color: var(--c2);
  line-height: calc(20 / 16);
  font-weight: 600;
}
.global .map .map-list .map-list2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--c2);
  border-radius: 50%;
  animation: playan2 1.5s linear infinite normal;
}
.global .map .map-list .canada {
  top: 26.5%;
  left: 12%;
}
.global .map .map-list .america {
  top: 38.2%;
  left: 16.6%;
}
.global .map .map-list .mexico {
  top: 47.7%;
  left: 16.7%;
}
.global .map .map-list .brazil {
  top: 70.65%;
  left: 33.05%;
}
.global .map .map-list .india {
  top: 49.15%;
  left: 68.6%;
}
.global .map .map-list .russia {
  top: 18.7%;
  left: 79.8%;
}
.global .map .map-list .indonesia {
  top: 63.6%;
  left: 77.7%;
}
.global .map .map-list .australia {
  top: 77.7%;
  left: 82.9%;
}
.global .map .map2 {
  display: none;
}
.newscontent .news-titlebox {
  padding-top: var(--d100);
  position: relative;
  z-index: 10;
  padding-bottom: var(--d60);
}
.newscontent .news-titlebox .news-title {
  text-align: center;
  margin-bottom: var(--d20);
}
.newscontent .news-titlebox .news-text {
  margin: 0 auto var(--d60);
  width: 1170px;
  max-width: 100%;
  text-align: center;
}
.newscontent .news-conbox {
  padding-top: var(--d95);
  padding-bottom: var(--d58);
  background-color: #F7F7F7;
}
.newscontent .news-conbox .news-contitle {
  text-align: center;
  margin-bottom: var(--d40);
}
.newscontent .news-conbox .news-list {
  margin-bottom: calc(-1 * var(--d50));
  padding-bottom: var(--d60);
}
.newscontent .news-conbox .news-list .news-list2 {
  margin-bottom: var(--d50);
}
.news-navbox {
  position: sticky;
  top: 130px;
  z-index: 1000;
  margin-bottom: -35px;
  transition: all 0.5s;
}
.news-navbox .container {
  transition: all 0.5s;
}
.news-navbox .news-nav {
  transition: all 0.5s;
  border-radius: 50px;
  background-color: var(--c2);
  display: flex;
  justify-content: safe center;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.news-navbox .news-nav .news-nav2 .news-nav3 {
  padding: var(--d18) var(--d100);
  font-size: var(--24);
  line-height: calc(34 / 24);
  font-weight: 500;
  transition: all 0.5s;
  color: #fff;
}
.news-navbox .news-nav .action .news-nav3 {
  font-weight: 700;
}
.news-navboxaction .container {
  width: 100%;
  max-width: 100%;
}
.news-navboxaction .news-nav {
  border-radius: 0;
}
.company {
  padding: var(--d130) 0;
}
.company .company-title {
  margin-bottom: var(--d20);
  text-align: center;
}
.company .company-text {
  width: 825px;
  max-width: 100%;
  font-size: var(--16);
  line-height: calc(26 / 16);
  margin-bottom: var(--d30);
  text-align: center;
  margin: 0 auto var(--d30);
}
.company .company-time {
  text-align: center;
  font-size: var(--18);
  line-height: calc(24 / 18);
  font-weight: 500;
  color: var(--c2);
  margin-bottom: var(--d40);
}
.company .company-box {
  display: flex;
  justify-content: space-between;
}
.company .company-box .company-left {
  width: calc(690 / 1410 * 100%);
}
.company .company-box .company-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .company-box .company-right {
  width: calc(720 / 1410 * 100%);
  padding-left: calc(var(--d40) * 2);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.company .company-box .company-right::after {
  left: var(--d40);
  width: 1px;
  background-color: #DEDEDE;
  top: 0;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 10;
}
.company .company-box .company-right .company-list {
  margin-bottom: var(--d50);
}
.company .company-box .company-right .company-list .company-list2 {
  margin-bottom: var(--d26);
}
.company .company-box .company-right .company-list .company-list2:last-child {
  margin-bottom: 0;
}
.company .company-box .company-right .company-list .company-list2 .company-list3 {
  color: var(--c2);
  font-size: var(--16);
  line-height: calc(24 / 16);
  display: flex;
  justify-content: flex-start;
  font-weight: 500;
  align-items: center;
}
.company .company-box .company-right .company-list .company-list2 .company-list3 i {
  font-size: var(--26);
  margin-right: var(--d10);
}
.company .company-box .company-right .company-but {
  padding: var(--d10) var(--d35);
  background-color: var(--c2);
  font-size: var(--14);
  line-height: calc(20 / 14);
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company .company-box .company-right .company-but i {
  font-size: var(--18);
  margin-right: var(--d10);
}
.company .company-box .company-right .company-but:hover {
  background-color: var(--c);
  color: var(--c2);
}
.offer {
  padding-top: var(--d110);
  padding-bottom: var(--d130);
  background-color: #F7F7F7;
}
.offer .offer-title {
  margin-bottom: var(--d20);
  text-align: center;
}
.offer .offer-text {
  text-align: center;
  margin-bottom: var(--d50);
}
.contact-form .form-title {
  font-size: var(--20);
  line-height: calc(24 / 20);
  margin-bottom: var(--d18);
  font-weight: 500;
  color: var(--c2);
}
.contact-form ul li {
  margin-bottom: var(--d40);
}
.contact-form .input-box {
  width: 100%;
  padding: var(--d22) var(--d34);
  font-size: var(--16);
  line-height: calc(22 / 16);
  background: #fff;
}
.contact-form .input-box::placeholder {
  color: #D5D5D5;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  height: 170px;
  margin-bottom: var(--d20);
}
.contact-form .form-group {
  margin-bottom: var(--d40);
}
.contact-form .form-text {
  font-size: var(--20);
  color: #999;
  font-weight: 500;
  line-height: calc(22 / 20);
  margin-bottom: var(--d50);
}
.contact-form .submit {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: var(--d10) var(--d46);
  font-size: var(--14);
  border-radius: 50px;
  line-height: calc(20 / 14);
  color: var(--c2);
  background-color: var(--c);
  overflow: hidden;
  position: relative;
}
.contact-form .submit i {
  font-size: var(--15);
  margin-left: var(--d15);
}
.contact-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.contact-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.newsdetails .newsdetails-con {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.newsdetails .newsdetails-con .newsdetails-titlebox {
  padding-bottom: var(--d50);
  border-bottom: 1px solid #DEDEDE;
}
.newsdetails .newsdetails-con .newsdetails-titlebox .newsdetails-title {
  margin-bottom: var(--d20);
  text-align: center;
}
.newsdetails .newsdetails-con .newsdetails-titlebox .newsdetails-date {
  text-align: center;
  font-size: var(--16);
  line-height: calc(26 / 16);
  color: #666666;
}
.newsdetails .newsdetails-con .newsdetails-text {
  padding-top: var(--d50);
  padding-bottom: var(--d40);
}
.newsdetails .newsdetails-con .newsdetails-text video {
  max-width: 100%;
  width: 100%;
}
.newsdetails .newsdetails-con .share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d100);
}
.newsdetails .newsdetails-con .share p {
  font-size: var(--14);
  line-height: calc(20 / 14);
  margin-right: var(--d14);
}
.newsdetails .newsdetails-con .newsdetails-news .news-prev {
  margin-bottom: var(--d20);
}
.newsdetails .newsdetails-con .newsdetails-news .newsdetails-box {
  display: flex;
  justify-content: space-between;
}
.newsdetails .newsdetails-con .newsdetails-news .newsdetails-box:hover .newsdetails-textbox {
  background-color: var(--c);
}
.newsdetails .newsdetails-con .newsdetails-news .newsdetails-box .newsdetails-img {
  width: 303px;
}
.newsdetails .newsdetails-con .newsdetails-news .newsdetails-box .newsdetails-img .img-box {
  padding-bottom: calc(180 / 300 * 100%);
}
.newsdetails .newsdetails-con .newsdetails-news .newsdetails-box .newsdetails-textbox {
  width: calc(100% - 303px);
  padding: var(--d40);
  padding-right: var(--d286);
  background-color: #F7F7F7;
  transition: all 0.5s;
}
.newsdetails .newsdetails-con .newsdetails-news .newsdetails-box .newsdetails-textbox .newsdetails-list-title {
  margin-bottom: var(--d20);
}
.newsdetails .newsdetails-con .newsdetails-news .newsdetails-box .newsdetails-textbox .newsdetails-list-title h3 {
  font-size: var(--22);
  line-height: calc(28 / 22);
  font-weight: 600;
  color: var(--c2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsdetails .related {
  padding: var(--d110) 0;
  background-color: #F7F7F7;
}
.newsdetails .customer {
  padding: var(--d130) 0;
  text-align: center;
}
.newsdetails .customer .customer-title {
  margin-bottom: var(--d40);
}
.newsdetails .customer .customer-swbox {
  position: relative;
  margin-bottom: var(--d130);
}
.newsdetails .customer .customer-swbox .customer-but {
  border-radius: 4px;
  background: #D2D2D2;
  width: var(--r44);
  height: var(--r44);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  transition: all 0.5s;
  color: #fff;
}
.newsdetails .customer .customer-swbox .customer-but:hover {
  background-color: var(--c);
  color: var(--c2);
}
.newsdetails .customer .customer-swbox .customer-but i {
  font-size: var(--24);
}
.newsdetails .customer .customer-swbox .customer-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.newsdetails .customer .customer-swbox .customer-next {
  right: 0;
  transform: translate(50%, -50%);
}
.newsdetails .customer .customer-swbox .customer-swiper .customer-con {
  padding: 4px;
  height: 100%;
}
.newsdetails .customer .customer-swbox .customer-swiper .customer-con .customer-con2 {
  padding: var(--d24) var(--d30);
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  height: 100%;
}
.newsdetails .customer .customer-swbox .customer-swiper .customer-con .customer-con2 .customer-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--d16);
  margin-bottom: var(--d16);
  border-bottom: 1px solid #F3F3F3;
}
.newsdetails .customer .customer-swbox .customer-swiper .customer-con .customer-con2 .customer-titlebox .custome-sw-title {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: var(--c);
  font-weight: 700;
}
.newsdetails .customer .customer-swbox .customer-swiper .customer-con .customer-con2 .customer-titlebox .customer-sw-date {
  font-size: var(--14);
  line-height: calc(20 / 14);
}
.newsdetails .customer .customer-swbox .customer-swiper .customer-con .customer-con2 .customer-sw-text {
  font-size: var(--14);
  line-height: calc(24 / 14);
  color: #474747;
  text-align: left;
}
.newsdetails .offerform .offerform-box:hover .offerform-iconbox2 {
  background-color: var(--c) !important;
}
.newsdetails .offerform .offerform-box:hover .offerform-iconbox2 i {
  color: #fff !important;
}
.newsdetails .offerform .offerform-box .offerform-textbox {
  width: calc(1038 / 1410 * 100%);
}
.newsdetails .offerform .offerform-box .offerform-iconbox2 {
  width: calc(372 / 1410 * 100%);
  margin: 0;
  background-color: #DEDEDE;
  height: auto;
}
.newsdetails .offerform .offerform-box .offerform-iconbox2 i {
  transition: all 0.5s;
  color: var(--c2);
}
.sendcontnet {
  margin-top: calc(-1 * var(--d32));
  position: relative;
  z-index: 115;
}
.sendcontnet .send-type {
  padding: var(--d38) var(--d90);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sendcontnet .send-type .send-icon {
  width: var(--60);
  height: var(--60);
}
.sendcontnet .send-type .send-icon i {
  font-size: var(--60);
  color: #fff;
}
.sendcontnet .send-type .send-textbox {
  width: calc(100% - var(--60));
  padding-left: var(--d40);
  font-size: var(--24);
  line-height: calc(36 / 24);
  color: #fff;
}
.sendcontnet .company {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.companycontent {
  padding-bottom: var(--d130);
}
.companycontent .company {
  padding-top: var(--d100);
}
.companycontent .selection {
  padding-bottom: var(--d130);
}
.companycontent .selection .selection-title {
  text-align: center;
  margin-bottom: var(--d40);
}
.companycontent .selection .selection-list .selection-list2 {
  margin-bottom: var(--d40);
}
.companycontent .selection .selection-list .selection-list2:last-child {
  margin-bottom: 0;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 {
  overflow: hidden;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-text {
  margin: 0 auto var(--d24);
  width: 650px;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con {
  padding: var(--d30) var(--d36) var(--d19);
  background-color: #F7F7F7;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 {
  display: flex;
  justify-content: space-between;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 350px;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox:last-child .selection-i::before {
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #F7F7F7;
  left: 50%;
  transform: translate(0%);
  bottom: -10px;
  content: '';
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox .selection-icon-conbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox .selection-icon-conbox .selection-con-icon {
  margin-bottom: var(--d10);
  width: 70px;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox .selection-icon-conbox .selection-con-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox .selection-icon-conbox .selection-con-text {
  font-size: var(--18);
  line-height: calc(22 / 18);
  font-weight: 500;
  text-align: center;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox .selection-i {
  width: 16px;
  min-width: 16px;
  min-height: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--c2);
  margin-top: var(--d14);
  position: relative;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox .selection-i::after {
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: var(--c2);
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0;
  content: '';
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox .selection-i::before {
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: var(--c2);
  left: 50%;
  transform: translate(0%);
  bottom: -10px;
  content: '';
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox2 {
  margin-top: var(--d28);
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox2 .selection-con-icon {
  width: 155px;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox2 .selection-con-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-textbox {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-textbox .selection-text {
  font-size: var(--18);
  line-height: calc(22 / 18);
  font-weight: 600;
}
.companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-textbox .selection-text:first-child {
  margin-right: var(--d140);
}
.teamcontent .global-title {
  margin-bottom: var(--d20);
}
.teamcontent .global-text {
  width: 1170px;
  margin: 0 auto var(--d40);
  max-width: 100%;
  font-size: var(--16);
  line-height: calc(26 / 16);
  text-align: center;
}
.social {
  padding-top: var(--d100);
}
.social .social-title {
  text-align: center;
  margin-bottom: var(--d20);
}
.social .social-text {
  margin-bottom: var(--d40);
  text-align: center;
}
.social .social-list {
  margin-bottom: calc(-1 * var(--d30));
}
.social .social-list .social-list2 {
  margin-bottom: var(--d30);
}
.social .social-list .social-list2 .social-list3 {
  padding: var(--d40) var(--d40) var(--d38);
  height: 100%;
  background-color: #F7F7F7;
  position: relative;
}
.social .social-list .social-list2 .social-list3:hover .social-img {
  opacity: 1;
  visibility: visible;
}
.social .social-list .social-list2 .social-list3:hover .social-icon {
  opacity: 0;
  transform: translateX(-10px);
}
.social .social-list .social-list2 .social-list3:hover .social-list-title {
  opacity: 0;
  transform: translateX(-10px);
}
.social .social-list .social-list2 .social-list3:hover .social-list-text {
  opacity: 0;
  transform: translateX(-10px);
}
.social .social-list .social-list2 .social-list3 .social-icon {
  width: var(--r60);
  height: var(--r60);
  margin-bottom: var(--d30);
  transition: all 0.5s;
}
.social .social-list .social-list2 .social-list3 .social-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social .social-list .social-list2 .social-list3 .social-list-title {
  margin-bottom: var(--d10);
  transition: all 0.5s;
}
.social .social-list .social-list2 .social-list3 .social-list-title h3 {
  font-size: var(--22);
  line-height: calc(28 / 22);
  color: var(--c3);
  font-weight: 700;
}
.social .social-list .social-list2 .social-list3 .social-list-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  transition: all 0.5s;
}
.social .social-list .social-list2 .social-list3 .social-img {
  transition: all 0.5s;
  width: 200px;
  height: 200px;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.social .social-list .social-list2 .social-list3 .social-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitmentcontent .recruitment {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.recruitmentcontent .recruitment .recruitment-title {
  text-align: center;
  margin-bottom: var(--d20);
}
.recruitmentcontent .recruitment .recruitment-text {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto var(--d40);
  text-align: center;
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.recruitmentcontent .recruitment .recruitment-list {
  margin-bottom: calc(-1 * var(--d105));
  --bs-gutter-x: var(--g104);
  padding-bottom: var(--d80);
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 {
  margin-bottom: var(--d105);
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(1) .jiantou2 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(1) .jiantou3 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(2) .jiantou2 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(2) .jiantou3 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(3) .jiantou1 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(3) .jiantou3 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(4) .jiantou1 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(4) .jiantou2 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(4) .jiantou3 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(5) .jiantou2 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(5) .jiantou1 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(6) .jiantou2 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2:nth-child(6) .jiantou1 {
  display: none;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou1 {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(100%, -50%);
  width: 70px;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou2 {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 100%);
  width: 33px;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou3 {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 70px;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .recruitment-list3 {
  padding: var(--d40) var(--d40) var(--d30);
  background-color: #F7F7F7;
  height: 100%;
  position: relative;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .recruitment-list3 .recruitment-icon {
  width: var(--r60);
  height: var(--r60);
  margin-bottom: var(--d20);
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .recruitment-list3 .recruitment-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .recruitment-list3 .recruitment-list-title {
  padding-bottom: var(--d10);
  margin-bottom: var(--d10);
  border-bottom: 1px solid #DEDEDE;
  font-size: var(--22);
  line-height: calc(28 / 22);
  color: var(--c2);
  font-weight: 700;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .recruitment-list3 .recruitment-mes .recruitment-mes2 {
  font-weight: 500;
  font-size: var(--16);
  line-height: calc(24 / 16);
  margin-bottom: var(--d10);
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .recruitment-list3 .recruitment-mes .recruitment-mes2:last-child {
  margin-bottom: 0;
}
.recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .recruitment-list3 .recruitment-mes .recruitment-mes2 i {
  font-size: var(--20);
  margin-right: var(--d10);
}
.recruitmentcontent .recruitment .recruitment-con {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  padding: var(--d26) var(--d30);
  border: 1px solid var(--c2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruitmentcontent .recruitment .recruitment-con .recruitment-left .recruitment-con-title {
  font-size: var(--22);
  line-height: calc(28 / 22);
  color: var(--c2);
  margin-bottom: var(--d10);
}
.recruitmentcontent .recruitment .recruitment-con .recruitment-left .recruitment-con-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.recruitmentcontent .recruitment .recruitment-con .recruitment-mes .recruitment-mes2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--c2);
}
.recruitmentcontent .recruitment .recruitment-con .recruitment-mes .recruitment-mes2 i {
  font-size: var(--20);
  margin-right: var(--d10);
}
.recruitmentcontent .recruitment .recruitment-con .recruitment-mes .recruitment-mes2 a {
  font-weight: 500;
}
.recruitmentcontent .socialrecruitment {
  padding: var(--d95) 0 var(--d130);
  background-color: #F7F7F7;
}
.recruitmentcontent .socialrecruitment .socialrecruitment-title {
  text-align: center;
  margin-bottom: var(--d70);
}
.recruitmentcontent .socialrecruitment .global-textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d20) var(--d34) var(--d20) var(--d40);
  background-color: #fff;
}
.recruitmentcontent .socialrecruitment .global-textbox .global-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - var(--30));
  padding-right: var(--d40);
}
.recruitmentcontent .socialrecruitment .global-textbox .global-left .global-join-title {
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: var(--c2);
  font-weight: 700;
}
.recruitmentcontent .socialrecruitment .global-textbox .global-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--30);
  height: var(--30);
  transition: all 0.5s;
}
.recruitmentcontent .socialrecruitment .global-textbox .global-icon i {
  font-size: var(--20);
}
.recruitmentcontent .socialrecruitment .socialrecruitment-textbox {
  background-color: #fff;
  padding: var(--d34) var(--d34) var(--d52);
}
.recruitmentcontent .socialrecruitment .socialrecruitment-textbox .table-box table td,
.recruitmentcontent .socialrecruitment .socialrecruitment-textbox .table-box table th {
  padding: 0;
  border-bottom: 0;
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.recruitmentcontent .socialrecruitment .open .global-icon {
  transform: rotate(-180deg) !important;
}
.recruitmentcontent .socialrecruitment .join-list {
  margin-bottom: var(--d60);
}
.recruitmentcontent .socialrecruitment .join-list2 {
  margin-bottom: var(--d30);
}
.recruitmentcontent .socialrecruitment .join-list2:last-child {
  margin-bottom: 0;
}
.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 {
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c2);
  color: var(--c2);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: var(--c2);
  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(--c2);
}
.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(--c2);
}
.privacycontent {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.cart {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
  background-color: #f5f5f5;
}
.cart .img-box {
  padding-bottom: calc(400 / 640 * 100%);
}
.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;
  }
}
.cimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sales {
  padding: var(--d90) 0 var(--d84);
  background-color: #F7F7F7;
}
.sales .sales-title {
  text-align: center;
  margin-bottom: var(--d20);
}
.sales .sales-text {
  text-align: center;
  font-size: var(--16);
  line-height: calc(26 / 16);
  color: #666;
  width: 770px;
  max-width: 100%;
  margin: 0 auto var(--d30);
}
.sales table {
  width: 659px;
  max-width: 100%;
  margin: 0 auto;
  font-size: var(--16);
  color: #465157;
  font-weight: 500;
  line-height: calc(24 / 16);
}
.sales .table-box table td,
.sales .table-box table th {
  padding: 0 !important;
  padding-top: var(--d20) !important;
  padding-bottom: var(--d20) !important;
}
.sales .table-box table td img,
.sales .table-box table th img {
  width: 28px;
}
.sales .table-box table td a:hover,
.sales .table-box table th a:hover {
  text-decoration: underline;
}
.sales .table-box table tr td:first-child {
  width: calc(128 / 659 * 100%);
}
.sales .table-box table tr td:nth-child(2) {
  width: calc(100 / 659 * 100%);
}
.sales .table-box table tr td:nth-child(3) {
  width: calc(200 / 659 * 100%);
}
.sales .table-box table tr td:nth-child(4) {
  width: calc(189 / 659 * 100%);
}
.sparecontent {
  padding-top: var(--d100);
  padding-bottom: var(--d140);
}
.sparecontent .news-title {
  text-align: center;
  margin-bottom: var(--d20);
}
.sparecontent .news-text {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin: 0 auto var(--d95);
}
.sparecontent .spare {
  background-color: #F7F7F7;
  padding: var(--d95) 0 var(--d124);
}
.sparecontent .spare .spare-title {
  text-align: center;
  margin-bottom: var(--d25);
}
.sparecontent .spare .spare-title2 {
  text-align: center;
  font-size: var(--24);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: var(--d25);
}
.sparecontent .spare .spare-text {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin: 0 auto var(--d40);
}
.sparecontent .spare .spare-img {
  width: 1410px;
  max-width: 100%;
}
.sparecontent .spare .spare-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sparecontent .service .service-title {
  text-align: center;
  padding: var(--d10) 0;
  margin-bottom: var(--d10);
}
.sparecontent .service .service-title h2 {
  font-size: var(--28);
  line-height: calc(40 / 28);
  font-weight: 700;
  color: #465157;
}
.sparecontent .service .service-text {
  font-size: var(--18);
  line-height: calc(36 / 18);
  text-align: center;
  color: #666;
}
.sparecontent .i-industry {
  padding-bottom: 0;
}
.sparecontent .offerform {
  padding-top: var(--d120);
}
@media (max-width: 1600px) {
  .header .header-box .header-content {
    height: 70px;
  }
  .news-navbox,
  .othermore,
  .details-navbox {
    top: 110px;
  }
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou2 {
    width: 20px;
  }
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou3,
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou1 {
    width: 40px;
  }
}
@media (max-width: 1400px) {
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou3 {
    width: 25px;
    left: -8px;
  }
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou1 {
    width: 25px;
    right: -8px;
  }
}
@media (max-width: 1200px) {
  .news-navbox,
  .details-navbox {
    top: 90px;
  }
  .gmt-box,
  .productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3,
  .i-about .i-about-list .i-about-list2 .i-about-list3 {
    flex-direction: column !important;
  }
  .aboutcontent .exhibition .attended .join-textbox .attended-join-textbox,
  .productdetails .productdetails2 .details-content,
  .indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox,
  .indexcontent .i-industry .i-industry-box {
    flex-direction: column-reverse;
  }
  .indexcontent .i-industry .i-industry-box .i-industry-right {
    padding: 0;
    width: 100%;
    margin-bottom: var(--d30);
  }
  .productdetails .productdetails2 .details-content .details-left,
  .gmt-box .gmt-rigth,
  .productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3 .prosecond-textbox {
    padding: 0;
    width: 100%;
    margin-top: var(--d30);
  }
  .aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-right,
  .productdetails .productdetails2 .details-content .details-right,
  .gmt-box .gmt-left,
  .productsecond .prosecond-con .prosecond-list .prosecond-list2 .prosecond-list3 .prosecond-imgbox,
  .indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-img,
  .indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-textbox1,
  .indexcontent .i-industry .i-industry-box .i-industry-left {
    width: 100%;
  }
  .aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-left {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    margin-top: var(--d30);
  }
  .aboutcontent .exhibition .attended .join-textbox .attended-join-textbox .attended-join-left::after {
    display: none;
  }
  .productdetails .details-con .details-con2 .details-list {
    flex-wrap: wrap;
    margin-bottom: calc(-1 * var(--d30));
    justify-content: space-around;
  }
  .productdetails .details-con .details-con2 .details-list .details-list2 {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: var(--d30);
  }
  .header .header-logo .logo {
    width: 140px;
  }
  .i-news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .header .header-box .header-content {
    height: 50px;
  }
  .i-about {
    padding-left: var(--p);
    padding-right: var(--p);
  }
  .indexcontent .i-industry .i-industry-list .i-industry-list2 .i-industry-list3 .i-industry-textbox .i-industry-textbox1::after {
    display: none;
  }
  .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-textbox {
    margin: 0 !important;
    width: 100%;
  }
  .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-img {
    width: 100%;
  }
  .productdetails .details .technology .technology-con .technology-list {
    margin-top: 0;
  }
  .productdetails .details .technology .technology-con .technology-box {
    flex-direction: column;
  }
  .productdetails .details .technology .technology-con .technology-box .technology-img {
    width: 100%;
  }
  .productdetails .details .technology .technology-con .technology-box .technology-textbox {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox .selection-icon-conbox .selection-con-icon {
    width: 48px;
  }
  .header .header-searchbox .header-close {
    width: 50px;
    height: 50px;
  }
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 {
    margin-bottom: 40px;
  }
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou1 {
    display: none !important;
  }
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou3 {
    display: none !important;
  }
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou2 {
    display: block !important;
  }
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2:last-child .jiantou2 {
    display: none !important;
  }
  .recruitmentcontent .recruitment .recruitment-list .recruitment-list2 .jiantou2 {
    width: 12px;
    bottom: -5px;
  }
  .company .company-box {
    flex-direction: column;
  }
  .company .company-box .company-left {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .company .company-box .company-right {
    width: 100%;
    padding: 0;
  }
  .company .company-box .company-right::after {
    display: none;
  }
  .fooder .fooder-top .fooder-top2 {
    flex-wrap: wrap;
  }
  .productdetails .details .technology .technology-con .technology-list {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .productdetails .details .technology .technology-con .technology-list .technology-list2 {
    flex: unset;
  }
  .productdetails .details .technology .technology-con .technology-list .technology-list2 .technology-list3 {
    width: 150px;
  }
  .index-banner .banner-but {
    width: 30px;
    height: 60px;
  }
  .i-news-swbox {
    padding: 0 calc(var(--d60) + 10px);
  }
  .i-news-swbox .i-news-but {
    transform: unset;
  }
  .fooder-navbox {
    width: 50%;
    margin-bottom: var(--d30);
  }
  .aboutcontent .ourproducts .ourproducts-list {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .aboutcontent .ourproducts .ourproducts-list .ourproducts-list2 {
    flex: unset;
  }
  .aboutcontent .ourproducts .ourproducts-list .ourproducts-list2 .ourproducts-list3 {
    width: 140px;
  }
  .companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox2 .selection-con-icon {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .newsdetails .newsdetails-con .newsdetails-news .newsdetails-box {
    flex-direction: column;
  }
  .companycontent .selection .selection-list .selection-list2 .selection-list3 .selection-list-con .selection-list-con2 .selection-conbox .selection-icon-conbox {
    width: 100px;
  }
  .newsdetails .newsdetails-con .newsdetails-news .newsdetails-box .newsdetails-img {
    width: 100%;
  }
  .newsdetails .newsdetails-con .newsdetails-news .newsdetails-box .newsdetails-textbox {
    width: 100%;
    padding: var(--d30);
  }
  .productdetails .productdetails2 .details-content .details-left .details-butbox {
    flex-direction: column;
    align-items: flex-end;
  }
  .productdetails .productdetails2 .details-content .details-left .details-butbox .details-butbox2 {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: var(--d20);
  }
  .aboutcontent .brand .brand-titlebox .brand-left .brand-logo {
    width: 100px;
  }
  .aboutcontent .brand .brand-titlebox .brand-left .brand-titlebox2 {
    width: calc(100% - 100px);
  }
}
@media (max-width: 576px) {
  .fooder-navbox {
    width: 100%;
  }
  .aboutcontent .brand .brand-titlebox .brand-left {
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutcontent .brand .brand-titlebox .brand-left .brand-logo {
    width: 200px;
  }
  .aboutcontent .brand .brand-titlebox .brand-left .brand-titlebox2 {
    width: 100%;
    padding-left: 0;
    border: 0;
    margin-left: 0;
  }
  .offerform .offerform-box .offerform-iconbox2 i {
    margin-right: 20px;
  }
  .news-navbox .news-nav .news-nav2 .news-nav3 {
    font-size: 14px;
    padding: var(--d30);
  }
  .header .header-searchbox .header-close {
    width: 30px;
    height: 30px;
  }
}
.setSlow1 {
  animation: an1 1s ease forwards;
}
@keyframes an1 {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.setSlow2 {
  animation: an2 1s ease forwards;
}
@keyframes an2 {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
