@charset "UTF-8";
@font-face {
  font-family: "iconfont"; /* Project id 4893588 */
  src: url("../fonts/iconfont.woff2?t=1745895829915") format("woff2"), url("../fonts/iconfont.woff?t=1745895829915") format("woff"), url("../fonts/iconfont.ttf?t=1745895829915") format("truetype"), url("../fonts/iconfont.svg?t=1745895829915#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi:before {
  content: "\e639";
}

.icon-pingfen_xuanzhong:before {
  content: "\e877";
}

.icon-bofang:before {
  content: "\e731";
}

.icon-chaxun:before {
  content: "\e706";
}

.icon-shangpinsousuo-sousuo:before {
  content: "\e62a";
}

.icon-feishu-gray:before {
  content: "\e60c";
}

.icon-gezi:before {
  content: "\e661";
}

.icon-fanhui1:before {
  content: "\e60a";
}

.icon-fanhui:before {
  content: "\e670";
}

.icon-dizhi11:before {
  content: "\e652";
}

.icon-xiangshangjiantou:before {
  content: "\e65d";
}

.icon-sousuo2:before {
  content: "\e6d2";
}

.icon-24gl-mailboxFull:before {
  content: "\e948";
}

.icon-dizhi1:before {
  content: "\e63e";
}

.icon-Mobile-:before {
  content: "\e6cf";
}

.icon-youjiantou1:before {
  content: "\e603";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-email:before {
  content: "\e66f";
}

.icon-diqiu:before {
  content: "\e642";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-chakan:before {
  content: "\e602";
}

.icon-pdf:before {
  content: "\e740";
}

.icon-xiazai_xiazai:before {
  content: "\e616";
}

.icon-youjiantou:before {
  content: "\e625";
}

.icon-zuojiantou:before {
  content: "\e626";
}

.icon-address:before {
  content: "\e66b";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-10:before {
  content: "\e624";
}

.icon-lunbozuojian:before {
  content: "\e723";
}

.icon-left1:before {
  content: "\e725";
}

.icon-shubiao:before {
  content: "\e662";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-Youtube-fill:before {
  content: "\e883";
}

.icon-sousuo1:before {
  content: "\e61f";
}

.icon-Facebook:before {
  content: "\e607";
}

.icon-zhibiaozhushibiaozhu:before {
  content: "\e609";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-tuite:before {
  content: "\e60b";
}

.icon-huida:before {
  content: "\e61e";
}

.icon-dianhua1:before {
  content: "\e614";
}

.icon-youxiang1:before {
  content: "\e604";
}

.icon-fangzi:before {
  content: "\e8ff";
}

.icon-wenti:before {
  content: "\e613";
}

.icon-dizhi:before {
  content: "\e606";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-dianhua:before {
  content: "\e817";
}

.icon-weixin:before {
  content: "\e601";
}

.icon-phone-fill:before {
  content: "\e85f";
}

.icon-sousuo:before {
  content: "\e60d";
}

.icon-custom-phone:before {
  content: "\e634";
}

.icon-top:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-top2:before {
  content: "\e637";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-xiangyoujiantou:before {
  content: "\e65f";
}

.icon-xiangzuojiantou:before {
  content: "\e660";
}

.icon-xiazai:before {
  content: "\e823";
}

.icon-xiala:before {
  content: "\e61d";
}

.icon-xiangxiajiantou:before {
  content: "\e65e";
}

/*公共常用样式*/
.flex {
  display: -moz-box;
  display: flex;
}

.flex-bet {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}

.flex-bett {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.flex-aro {
  display: -moz-box;
  display: flex;
  justify-content: space-around;
  -moz-box-align: center;
       align-items: center;
}

.flex-cen {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}

.flex-cen-col {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.flex-jus {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
}

.flex-ali {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.flex-col {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.flex-row {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

.flex1 {
  -moz-box-flex: 1;
       flex: 1;
}

.line0 {
  width: 0.38rem;
  height: 0.04rem;
  border-radius: 0.2rem;
  background-color: #086a67;
}

.ell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ell1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.ell2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.ell3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.ell4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line0 {
  width: 0.38rem;
  height: 0.04rem;
  border-radius: 0.2rem;
  background-color: #086a67;
}

.ell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ell1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.ell2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.ell3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.ell4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

@font-face {
  font-family: "ms";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/msjh/msjh.ttc") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ms_bb";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/msjh/msjhbd.ttc") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ms_l";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/msjh/msjhl.ttc") format("woff2");
  font-display: swap;
}
/* 插件初始化 */
.swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  height: auto !important;
}

/*reset css*/
html {
  font-size: max(5.2083333333vw, 50px) !important; /* 适配1920px宽度 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*[id] {
  scroll-margin-top: 110px; /* 避免锚点内容被 fixed header 遮挡 */
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  /* overflow-x: hidden; */
  font: var(--font-size-16) "ms";
  --bg-colcor: #2346af;
  --text-color: #2346af;
  --all-color: #3768fe;
  background-color: white;
  --font-bold: "HarmonyOS_SansSC_Bold";
  --font-medium: "HarmonyOS_SansSC_Medium";
  --font-regular: "HarmonyOS_SansSC_Regular";
  --font-light: "HarmonyOS_SansSC_Light";
  --font-number: "pangmengzhengdao";
  /* 主题色 */
  --primary-color: #a67d3c;
  --primary-color2: #111111;
  --text-color: #a67d3c;
  --text-color2: #111111;
  --text-color3: #111111b3;
  color: #111111;
  /* 导航高度 */
  --header-height: 0.98rem;
  line-height: 1.15;
  --font-size-150: max(1.5rem, 32px);
  --font-size-120: max(1.2rem, 32px);
  --font-size-72: max(0.72rem, 28px);
  --font-size-68: max(0.68rem, 26px);
  --font-size-60: max(0.6rem, 26px);
  --font-size-54: max(0.54rem, 24px);
  --font-size-48: max(0.48rem, 24px);
  --font-size-42: max(0.42rem, 24px);
  --font-size-40: max(0.4rem, 24px);
  --font-size-36: max(0.36rem, 24px);
  --font-size-34: max(0.34rem, 24px);
  --font-size-32: max(0.32rem, 22px);
  --font-size-30: max(0.3rem, 22px);
  --font-size-28: max(0.28rem, 22px);
  --font-size-26: max(0.26rem, 20px);
  --font-size-24: max(0.24rem, 16px);
  --font-size-22: max(0.22rem, 16px);
  --font-size-20: max(0.2rem, 16px);
  --font-size-18: max(0.18rem, 14px);
  --font-size-16: max(0.16rem, 14px);
  --font-size-14: max(0.14rem, 12px);
  --font-size-12: max(0.12rem, 12px);
}

@media screen and (max-width: 768px) {
  body {
    --font-size-150: max(40px);
    --font-size-72: max(28px);
  }
}
div,
a,
p,
span,
button,
input,
textarea {
  /* font-family: var(--font-regular); */
}

p {
  color: var(--text-color3);
  font-size: var(--font-size-16);
  line-height: 1.5;
  font-family: "ms_l";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: var(--font-medium); */
  color: #111111;
  font-family: "ms_bb";
}

img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -moz-transition: 1s;
  transition: 1s;
}

video {
  width: 100%;
}

a {
  color: inherit;
}

a:hover {
  color: unset;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: none;
  outline: none;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -moz-box;
  display: flex;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -moz-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -moz-box-align: start;
       align-items: flex-start;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -moz-transform;
}

.swiper-backface-hidden .swiper-slide {
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-3d {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -moz-box-ordinal-group: 10000;
       order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -moz-transform-origin: 50%;
   -ms-transform-origin: 50%;
       transform-origin: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -moz-animation: swiper-preloader-spin 1s infinite linear;
       animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
       transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
  -moz-transform-origin: left top;
   -ms-transform-origin: left top;
       transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -moz-transform-origin: right top;
   -ms-transform-origin: right top;
       transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -moz-transform-origin: 100% 0;
   -ms-transform-origin: 100% 0;
       transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -moz-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
       transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
}

/* 常用宽度 */
.w1800 {
  width: 93.75%;
  margin: 0 auto;
}

.left-w1800 {
  margin-left: 3.125%;
}

.w1400 {
  width: 73.57%;
  margin: 0 auto;
}

.w1528 {
  width: 79.58%;
  margin: 0 auto;
}

.left-1400 {
  margin-left: 13.21%;
}

.right-1400 {
  margin-right: 13.21%;
}

.left-w1660 {
  margin-left: 13.21%;
}

.w1600 {
  width: 84.08%;
  margin: 0 auto;
}

.left-1600 {
  margin-left: 8.04%;
}

.w1760 {
  width: 92.5%;
  margin: 0 auto;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1599px) {
  .left-1660 {
    margin-left: 10%;
  }
  .w1600 {
    width: 90%;
  }
  .left-1600 {
    margin-left: 5%;
  }
  .w1400 {
    width: 80%;
  }
  .w1528 {
    width: 86%;
  }
  .left-1400 {
    margin-left: 10%;
  }
  .right-1400 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1439px) {
  .w1400,
  .w1528 {
    width: 90%;
  }
  .left-w1660 {
    margin-left: 5%;
  }
  .left-1400 {
    margin-left: 5%;
  }
  .right-1400 {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1279px) {
  .w1200 {
    width: 90%;
  }
}
@media screen and (max-width: 1279px) {
  .left-w1800 {
    margin: 0 3.125%;
  }
}
.and {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .and {
    display: block !important;
  }
}
.com-btn {
  padding: max(0.2rem, 10px) max(0.3rem, 15px);
  color: #222;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
  font-size: var(--font-size-p);
  border-radius: max(0.3rem, 30px);
  display: inline-block;
  border: none;
  background-color: var(--theme-color);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.com-btn:hover {
  cursor: pointer;
  -moz-transform: translateY(-4px);
   -ms-transform: translateY(-4px);
       transform: translateY(-4px);
}

h2 {
  font-size: var(--font-size-72);
  color: #111;
}
h2 strong {
  color: white;
  font-weight: bold;
}

.header-page {
  position: relative;
  z-index: 100;
}
.header-page .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  height: 99px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 10;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-page .header .header-box {
  border-bottom: 1px solid #eee;
  height: 100%;
}
.header-page .header .header-left {
  width: 100%;
}
.header-page .header .header-left .header-left-box .nav .nav-item {
  color: white;
  margin-right: 0.6rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "ms_bb";
  font-weight: bold;
}
.header-page .header .header-left .header-left-box .nav .nav-item > a {
  height: 99px;
  display: block;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  line-height: 1.5;
  position: relative;
}
.header-page .header .header-left .header-left-box .nav .nav-item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav {
  position: fixed;
  top: 99px;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #100e0a;
  overflow: hidden;
  -moz-transition: 0.8s;
  transition: 0.8s;
  max-height: 0;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 {
  padding-top: 0.76rem;
  padding-bottom: 0.5rem;
  -moz-box-pack: center;
       justify-content: center;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left {
  max-width: 50%;
  padding-right: 1.46rem;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list {
  margin-right: 1.46rem;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list .item {
  position: relative;
  padding-bottom: 0.14rem;
  margin-bottom: 0.14rem;
  min-width: 2rem;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list .item .name {
  color: white;
  margin-right: 0.6rem;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list .item i {
  color: white;
  position: absolute;
  right: 0;
  left: 85%;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  font-size: var(--font-size-26);
  margin-top: -2px;
  -moz-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list .item::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  right: 0;
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list .item:hover i {
  opacity: 1;
  left: 90%;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list .item:hover::after {
  width: 100%;
  left: 0;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list .item-active i {
  opacity: 1;
  left: 90%;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list .item-active::after {
  width: 100%;
  left: 0;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-left .list:nth-last-child(1) {
  margin-right: 0;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-right {
  width: 50%;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-right .box .img-box img {
  width: auto;
  max-height: 300px;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-right .box .all-btm {
  -moz-box-pack: left;
       justify-content: left;
  margin-top: 0.86rem;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-right .box .all-btm .btm {
  background-color: white;
  color: var(--text-color2);
  padding: 0.2rem 0.55rem;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-right .box .all-btm .i-box {
  background-color: white;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-right .box .all-btm .i-box i {
  color: var(--text-color2);
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav .selectNav-content .module1 .module1-right .box-active {
  display: block;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav2 {
  position: fixed;
  top: 99px;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #100e0a;
  overflow: hidden;
  -moz-transition: 0.8s;
  transition: 0.8s;
  max-height: 0;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav2 .selectNav-content .list {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav2 .selectNav-content .list .item {
  color: white;
  font-family: "ms_bb";
  margin-right: 2rem;
  font-size: var(--font-size-16);
}
.header-page .header .header-left .header-left-box .nav .nav-item .selectNav2 .selectNav-content .list .item:nth-last-child(1) {
  margin-right: 0;
}
.header-page .header .header-left .header-left-box .nav .nav-item:nth-last-child(1) {
  margin-right: 0;
}
.header-page .header .header-left .header-left-box .nav .nav-item-active > a::after {
  width: 100%;
}
.header-page .header .header-left .header-left-box .nav .nav-item:hover > a::after {
  width: 100%;
}
.header-page .header .header-left .header-left-box .nav .nav-item:hover .selectNav {
  max-height: 65vh;
  opacity: 1;
}
.header-page .header .header-left .header-left-box .nav .nav-item:hover .selectNav2 {
  max-height: 20vh;
  opacity: 1;
}
.header-page .header .header-left .header-left-box .cuslux {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem;
}
.header-page .header .header-left .header-left-box .cuslux .logo2-1 {
  display: none;
}
.header-page .header .header-left .header-left-box .cuslux a {
  font-size: var(--font-size-30);
  color: white;
}
.header-page .header .header-left .header-left-box .cuslux a img {
  width: max(1.76rem, 120px);
}
.header-page .header .head-right {
  flex-shrink: 0;
  padding-left: 0.4rem;
}
.header-page .header .head-right .clearfix {
  flex-shrink: 0;
}
.header-page .header .head-right .clearfix .language {
  font-size: var(--font-size-18);
  border-radius: -moz-calc(40px + 0.4rem);
  border-radius: calc(40px + 0.4rem);
  line-height: 1;
  cursor: pointer;
  color: white;
  white-space: nowrap;
  position: relative;
}
.header-page .header .head-right .clearfix .language .icon-yuyan {
  font-size: var(--font-size-20);
}
.header-page .header .head-right .clearfix .language .img-box {
  background-color: var(--text-color);
  border-radius: 50%;
}
.header-page .header .head-right .clearfix .language .img-box img {
  width: 26px;
}
.header-page .header .head-right .clearfix .language .name {
  margin: 0 6px 0 8px;
}
.header-page .header .head-right .clearfix .language .icon-xiajiantou {
  font-size: var(--font-size-18);
}
.header-page .header .head-right .clearfix .language .language-select {
  position: absolute;
  top: 130%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 140%;
  background-color: white;
  color: var(--text-color);
  border-radius: 0.06rem;
  max-height: 0;
  overflow: hidden;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-page .header .head-right .clearfix .language .language-select a {
  display: block;
  text-align: center;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ededed;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-page .header .head-right .clearfix .language .language-select a:hover {
  background-color: var(--text-color);
  color: white;
}
.header-page .header .head-right .clearfix .language-active .language-select {
  max-height: 200px;
}
.header-page .header .head-right .clearfix .search {
  margin-left: 0.1rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000000;
  width: max(0.4rem, 30px);
  height: max(0.4rem, 30px);
}
.header-page .header .head-right .clearfix .search i {
  color: white;
  font-size: var(--font-size-24);
}
.header-page .header .head-right .btm {
  display: none;
  margin-left: 10px;
  position: relative;
}
.header-page .header .head-right .btm img {
  width: 20px;
}
.header-page .header .m-mobilenav {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .header-page .header .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .header-page .header .mbnav-wp_seach > form > .box-form {
    display: -moz-box;
    display: flex;
    height: 100%;
    height: 40px;
    -moz-box-pack: justify;
         justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .header-page .header .mbnav-wp_seach > form > .box-form > .box-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .header-page .header .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .header-page .header .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .header-page .header .mbnav-list {
    margin-top: 20px;
  }
  .header-page .header .m-mobilenav {
    position: relative;
    z-index: 11;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .header-page .header .m-mobilenav .mbnav-btn {
    position: relative;
    z-index: 2;
    top: 0;
    left: 3%;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: 34px;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .header-page .header .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #222;
  }
  .header-page .header .m-mobilenav .mbnav-btn.active .line {
    background-color: #ffffff;
  }
  .header-page .header .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .header-page .header .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #ffffff;
  }
  .header-page .header .m-mobilenav .mbnav-btn.active {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent;
  }
  .header-page .header .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .header-page .header .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .header-page .header .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100vh;
    opacity: 1;
  }
  .header-page .header .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #ffffff;
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .header-page .header .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(51, 51, 51, 0.9);
    top: 0;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .header-page .header .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-page .header .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-page .header .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  .header-page .header .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .header-page .header .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .header-page .header .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .header-page .header .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .header-page .header .m-mobilenav .mbnav-item:nth-child(1) > a {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .header-page .header .m-mobilenav .mbnav-item:nth-child(2) > a {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .header-page .header .m-mobilenav .mbnav-item:nth-child(3) > a {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .header-page .header .m-mobilenav .mbnav-item:nth-child(4) > a {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .header-page .header .m-mobilenav .mbnav-item:nth-child(5) > a {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .header-page .header .m-mobilenav .mbnav-item:nth-child(6) > a {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .header-page .header .m-mobilenav .mbnav-item:nth-child(7) > a {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .header-page .header .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .header-page .header .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
    list-style: none;
  }
  .header-page .header .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .header-page .header .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
  }
  .header-page .header .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .header-page .header .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043f71;
  }
}
.header-page .header-active .header-box {
  border-bottom-color: #000;
}
.header-page .header-active2 {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header-page .header-active2 .header-box {
  border-bottom-color: transparent;
}
.header-page .header-active,
.header-page .header-active3 {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-page .header-active .header-left .header-left-box .nav .nav-item,
.header-page .header-active3 .header-left .header-left-box .nav .nav-item {
  color: #111;
}
.header-page .header-active .header-left .header-left-box .cuslux .logo2,
.header-page .header-active3 .header-left .header-left-box .cuslux .logo2 {
  display: none;
}
.header-page .header-active .header-left .header-left-box .cuslux .logo2-1,
.header-page .header-active3 .header-left .header-left-box .cuslux .logo2-1 {
  display: block;
}
.header-page .header-active4 {
  background-color: transparent;
}
.header-page .header-active4 .header-left .header-left-box .nav .nav-item {
  color: white;
}
.header-page .header-active4 .header-left .header-left-box .cuslux .logo2 {
  display: block;
}
.header-page .header-active4 .header-left .header-left-box .cuslux .logo2-1 {
  display: none;
}
.header-page .header-active4 .mbnav-btn .line {
  background-color: white !important;
}
.header-page .searchPage {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 101;
  display: none;
  opacity: 0;
}
.header-page .searchPage .close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 50px;
  color: white;
  line-height: 1;
  cursor: pointer;
}
.header-page .searchPage .sousuo {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 80%;
}
.header-page .searchPage .sousuo form {
  padding-bottom: 8px;
  border-bottom: 1px solid white;
}
.header-page .searchPage .sousuo form input {
  background-color: transparent;
  color: white;
  width: 98%;
  font-weight: bold;
  padding-right: 12px;
}
.header-page .searchPage .sousuo form .name {
  color: white;
  white-space: nowrap;
  font-size: var(--font-size-18);
  background-color: transparent;
}
.header-page .searchPage .sousuo form button {
  cursor: pointer;
}
.header-page .searchPage .sousuo .centre {
  margin-top: 16px;
  flex-wrap: wrap;
}
.header-page .searchPage .sousuo .centre p {
  color: white;
  margin-bottom: 8px;
}
.header-page .searchPage .sousuo .centre a {
  color: white;
  margin-right: 10px;
  margin-bottom: 8px;
  display: block;
}
.header-page .searchPage-active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  .header-page .header {
    height: 60px;
  }
  .header-page .header .head-right {
    -moz-box-pack: right;
         justify-content: right;
  }
  .header-page .header .cuslux {
    padding: 0 !important;
  }
  .header-page .header .nav {
    display: none;
  }
  .header-page .header .btm {
    display: block !important;
  }
}
.all-hidden {
  overflow: hidden;
}

.animate-translateY100 {
  opacity: 0;
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.animate-translateY100-active {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}

.all-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.all-banner .content {
  height: 100%;
}
@-moz-keyframes img-scote {
  0% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes img-scote {
  0% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
.all-banner .content .bg {
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  will-change: transform; /* 提升动画性能 */
}
.all-banner .content .all-banner-content {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.all-banner .content .all-banner-content .c-white {
  color: white;
}
.all-banner .content .all-banner-content h1 {
  font-size: var(--font-size-72);
  text-align: center;
}
.all-banner .content .all-banner-content p {
  margin-top: 0.3rem;
  text-align: center;
  font-size: var(--font-size-36);
  font-family: "ms";
}
.all-banner .content .all-banner-content .all-btm {
  margin: 0.5rem auto 0;
}
.all-banner .content .logo {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  z-index: 2;
  width: 100%;
  -moz-transform: translateX(-50%) scale(1);
   -ms-transform: translateX(-50%) scale(1);
       transform: translateX(-50%) scale(1);
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
  will-change: transform;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  opacity: 0.6;
}
.all-banner .content .logo img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .all-banner .content .logo {
    bottom: 0.3rem;
    opacity: 1;
  }
  .all-banner .content .logo img {
    width: 80%;
  }
}

.all-banner-top {
  height: 99px;
  background-color: white;
}

@media screen and (max-width: 1080px) {
  .all-banner-top {
    height: 60px;
  }
}
.all-mengceng {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  pointer-events: none; /* 避免遮挡鼠标事件 */
}

.footer-page {
  background-color: #111111;
}
.footer-page .content {
  padding: 0.98rem 0 0 0;
}
.footer-page .content .module1 {
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}
.footer-page .content .module1 .module1-left img {
  width: 4.16rem;
}
.footer-page .content .module1 .module1-right {
  margin-top: 0.3rem;
}
.footer-page .content .module1 .module1-right .list .i-box {
  margin-right: 0.3rem;
}
.footer-page .content .module1 .module1-right .list .i-box i {
  color: white;
  font-size: var(--font-size-24);
}
.footer-page .content .module1 .module1-right .list .i-box:hover img:nth-child(1) {
  display: none;
}
.footer-page .content .module1 .module1-right .list .i-box:hover img:nth-child(2) {
  display: block;
}
.footer-page .content .module1 .module1-right .list .i-box:hover i {
  color: var(--primary-color);
}
.footer-page .content .module2 {
  margin-top: 0.8rem;
  margin-bottom: 0.36rem;
}
.footer-page .content .module2 .list {
  -moz-box-align: baseline;
       align-items: baseline;
}
.footer-page .content .module2 .list .item {
  padding-right: 0.2rem;
}
.footer-page .content .module2 .list .item h3 {
  font-size: var(--font-size-18);
  color: #ffffff;
  line-height: 1.3;
}
.footer-page .content .module2 .list .item h3 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: max(0.08rem, 4px);
  position: relative;
}
.footer-page .content .module2 .list .item h3 a::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer-page .content .module2 .list .item h3 a:hover::after {
  width: 100%;
  left: 0%;
}
.footer-page .content .module2 .list .item .item-textBox {
  margin-top: max(0.38rem, 38px);
}
.footer-page .content .module2 .list .item .item-textBox a {
  display: block;
  margin-bottom: 0.12rem;
  font-size: var(--font-size-14);
  color: #ffffff;
  opacity: 0.7;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: max(0.08rem, 4px);
}
.footer-page .content .module2 .list .item .item-textBox a::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer-page .content .module2 .list .item .item-textBox a:hover {
  opacity: 1;
}
.footer-page .content .module2 .list .item .item-textBox a:hover::after {
  width: 100%;
  left: 0%;
}
.footer-page .content .module2 .list .item:nth-last-child(1) {
  padding-right: 0;
}
.footer-page .content .line {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.33;
}
.footer-page .content .module3 {
  margin: 0.62rem 0 0.42rem 0;
}
.footer-page .content .module3 .list {
  flex-wrap: wrap;
}
.footer-page .content .module3 .list .item {
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.footer-page .content .module3 .list .item h3 {
  margin-bottom: 0.16rem;
}
.footer-page .content .module3 .list .item h3,
.footer-page .content .module3 .list .item p {
  font-size: var(--font-size-24);
  color: #ffffff;
  opacity: 0.7;
}
.footer-page .content .module3 .list .item:nth-last-child(1) {
  padding-right: 0;
}
.footer-page .content .module4 {
  padding: 0.4rem 0;
  background-color: #292929;
}
.footer-page .content .module4 .list {
  flex-wrap: wrap;
}
.footer-page .content .module4 .list p {
  padding: 0 0.3rem;
  color: #ffffff;
  font-size: var(--font-size-16);
  position: relative;
}
.footer-page .content .module4 .list p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  background-color: white;
  width: 2px;
  height: 70%;
}
.footer-page .content .module4 .list p:nth-child(1) {
  padding-left: 0;
}
.footer-page .content .module4 .list p:nth-last-child(1) {
  padding-right: 0;
}
.footer-page .content .module4 .list p:nth-last-child(1)::after {
  opacity: 0;
}
.footer-page .content .module4 .list a:hover {
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  .footer-page .content .module3 .list .item {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
  .footer-page .content .module3 .list .item h3 {
    margin-bottom: 0;
    line-height: 1.5;
    padding-right: 0.2rem;
  }
}
.footer-page .popupBox2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.footer-page .popupBox2 .popupBox2-content {
  background-color: white;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 0.4rem 0.7rem;
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.footer-page .popupBox2 .popupBox2-content .popClose {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: var(--text-color);
  color: white;
  width: max(0.4rem, 40px);
  height: max(0.4rem, 40px);
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.footer-page .popupBox2 .popupBox2-content .popClose i {
  font-size: var(--font-size-20);
}
.footer-page .popupBox2 .popupBox2-content .title {
  font-size: var(--font-size-30);
  color: #333333;
  margin-bottom: 0.5rem;
}
.footer-page .popupBox2 .popupBox2-content form {
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .footer-page .popupBox2 .popupBox2-content {
    width: 90%;
    padding: 0.4rem 0.4rem;
  }
  .footer-page .popupBox2 .popupBox2-content .btm-light {
    margin-top: 40px !important;
  }
}
.footer-page .popupBox2-on {
  display: block !important;
}
.footer-page .cookie-s1 {
  position: fixed;
  width: max(3.6rem, 320px);
  bottom: 40px;
  right: 40px;
  z-index: 1;
  display: none;
  opacity: 0;
}
.footer-page .cookie-s1 .cookiebox-content {
  background-color: white;
  border-radius: max(0.2rem, 16px);
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 20px;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.footer-page .cookie-s1 .cookiebox-content h3 {
  font-size: var(--font-size-18);
}
.footer-page .cookie-s1 .cookiebox-content p {
  margin-top: 10px;
}
.footer-page .cookie-s1 .cookiebox-content p a {
  color: var(--primary-color);
}
.footer-page .cookie-s1 .cookiebox-content .btm-box {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  gap: 10px;
  margin-top: 16px;
}
.footer-page .cookie-s1 .cookiebox-content .btm-box .btm {
  border-radius: 0.8rem;
  padding: 12px 16px;
  width: 100%;
  text-align: center;
  font-size: var(--font-size-16);
  cursor: pointer;
}
.footer-page .cookie-s1 .cookiebox-content .btm-box .btm:nth-child(1) {
  background-color: #EFF0F0;
}
.footer-page .cookie-s1 .cookiebox-content .btm-box .btm:nth-child(2) {
  background-color: #000;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer-page .cookiebox2 {
    left: 50%;
    bottom: 30px;
    right: initial;
    -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
.footer-page .cookiebox-on {
  display: block;
  opacity: 1;
}

.contact-footer {
  position: fixed;
  width: auto;
  height: auto;
  right: -50px;
  bottom: 10%;
  z-index: 2;
  -moz-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.contact-footer .ul .close {
  position: relative;
  width: 40px;
  height: 40px;
  background: white;
}
.contact-footer .ul .close .jian {
  display: none;
}
.contact-footer .ul .li {
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  background-color: white;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-footer .ul .li > a,
.contact-footer .ul .li > span {
  cursor: pointer;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  /* background: #A7AFB9; */
  -moz-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 4px 6px 5px 1px rgba(213, 213, 213, 0.22);
}
.contact-footer .ul .li > a i,
.contact-footer .ul .li > span i {
  font-size: 20px;
  color: var(--text-color);
}
.contact-footer .ul .li a:hover,
.contact-footer .ul .li span:hover {
  background: var(--text-color);
}
.contact-footer .ul .li a:hover i,
.contact-footer .ul .li span:hover i {
  color: white;
}
.contact-footer .ul .li .ewm {
  position: absolute;
  left: 100px;
  top: 0px;
  z-index: -1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-footer .ul .li .ewm span {
  color: white;
  height: 40px;
  display: block;
  background: var(--text-color);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.1rem;
  border-radius: 0.05rem;
}
.contact-footer .ul .li .ewm img {
  width: 100px;
  min-width: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100px;
  max-height: 100px;
}
.contact-footer .ul .li:hover .ewm {
  left: -140px;
}
.contact-footer .ul .li:hover i {
  color: white;
}
.contact-footer .active .li {
  height: 0;
  overflow: hidden;
}
.contact-footer .active .close {
  height: 40px;
}
.contact-footer .active .close .jia {
  display: none;
}
.contact-footer .active .close .jian {
  display: block;
}

.all-form {
  margin: 1.2rem 0;
  background-size: 100% 100%;
  width: 100%;
}
.all-form .content {
  padding: 1.2rem 0 0 0;
}
.all-form .content .content-left {
  width: 40%;
}
.all-form .content .content-left p {
  font-size: var(--font-size-18);
  margin-top: 0.36rem;
}
.all-form .content .content-right {
  width: 50%;
  position: relative;
}
.all-form .content .content-right .bg {
  position: absolute;
  top: -20%;
  right: -10%;
  width: auto;
  height: auto;
  z-index: 1;
}
.all-form .content .content-right .content-right-box {
  background-color: #ffffff;
  box-shadow: 0px 36px 125px 0px rgba(118, 118, 118, 0.16);
  border-radius: 0.4rem;
  padding: 0.68rem 0.84rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-image: url("../images/productsDetails-s6-bg2.png");
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}
.all-form .content .content-right .content-right-box form .box .inp-box {
  width: 42%;
  width: 42%;
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.all-form .content .content-right .content-right-box form .box .inp-box label {
  display: block;
  font-size: var(--font-size-20);
  margin-bottom: 0.15rem;
  white-space: nowrap;
}
.all-form .content .content-right .content-right-box form .box .inp-box input {
  padding: 0.1rem 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.all-form .content .content-right .content-right-box form .box .inp-box .error-msg {
  position: absolute;
  left: 0;
  bottom: 4px;
  color: #ff4d4f;
  font-size: 12px;
  line-height: 1;
  -moz-transform: translateY(10px);
   -ms-transform: translateY(10px);
       transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.all-form .content .content-right .content-right-box form .box .inp-box.error .error-msg {
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
  opacity: 1;
}
.all-form .content .content-right .content-right-box form .box2 .inp-box {
  width: 100%;
}
.all-form .content .content-right .content-right-box form .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  position: relative;
  padding-bottom: 0.3rem;
}
.all-form .content .content-right .content-right-box form .privacy input {
  margin-right: 0.1rem;
  margin-top: 0.06rem;
}
.all-form .content .content-right .content-right-box form .privacy a {
  color: var(--text-color);
  cursor: pointer;
}
.all-form .content .content-right .content-right-box form .privacy .error-msg {
  position: absolute;
  left: 0;
  bottom: 4px;
  color: #ff4d4f;
  font-size: 12px;
  line-height: 1;
  -moz-transform: translateY(10px);
   -ms-transform: translateY(10px);
       transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-form .content .content-right .content-right-box form .privacy input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #ddd;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  cursor: pointer;
}
.all-form .content .content-right .content-right-box form .privacy.error input[type=checkbox] {
  border: 2px solid #ff4d4f;
  outline: none;
}
.all-form .content .content-right .content-right-box form .privacy.error .error-msg {
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
  opacity: 1;
  display: block;
}
.all-form .content .content-right .content-right-box form .btm {
  color: white;
  margin-top: 0.16rem;
  cursor: pointer;
  position: relative;
}
.all-form .content .content-right .content-right-box form .btm .i-box {
  width: max(0.32rem, 26px);
  height: max(0.32rem, 26px);
  background-color: white;
  border-radius: 50%;
  margin-left: 6px;
  flex-shrink: 0;
}
.all-form .content .content-right .content-right-box form .btm .i-box i {
  color: var(--text-color);
  margin: 0;
}
.all-form .content .content-right .content-right-box form .btm:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -45px;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -moz-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
       transform: skewX(-25deg);
}
.all-form .content .content-right .content-right-box form .btm:hover:before {
  left: 120%;
}
@media screen and (max-width: 768px) {
  .all-form .content {
    display: block;
  }
  .all-form .content .content-left {
    width: 100%;
  }
  .all-form .content .content-right {
    width: 100%;
    margin-top: 30px;
  }
  .all-form .content .content-right .content-right-box {
    padding: 0.68rem 0.4rem;
  }
  .all-form .content .content-right .content-right-box form .box .inp-box {
    width: 46%;
  }
  .all-form .content .content-right .content-right-box form .box2 .inp-box {
    width: 100%;
  }
  .all-form .content .content-right .bg {
    display: none;
  }
}

.all-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  pointer-events: none;
  display: none;
}
.all-alert .content {
  max-width: 300px;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  color: white;
  padding: 0.2rem 0.2rem;
  font-size: 16px;
}

.alert-on {
  display: block;
}

.all-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes turn {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.all-loading .content {
  max-width: 200px;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  padding: 0.2rem 0.2rem;
  text-align: center;
}
.all-loading .content img {
  width: 20px;
  -moz-animation: turn 3s linear infinite;
       animation: turn 3s linear infinite;
}
.all-loading .content .loading-text {
  color: white;
  font-size: 16px;
}

.loading-on {
  display: block;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-y::-webkit-scrollbar {
  width: 2px; /* 对于垂直滚动条 */
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: var(--text-color); /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}

.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: var(--text-color); /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-y::-webkit-scrollbar-track {
  background-color: #e7e7e7; /* 设置滚动条背景的颜色 */
}

.scroll-x {
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: thin; /* auto / thin / none */
  scrollbar-color: var(--text-color) #fceddf; /* thumb 轨道 */
}

.scroll-x::-webkit-scrollbar {
  height: 4px;
}

.scroll-x::-webkit-scrollbar-thumb {
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
  scrollbar-color: var(--text-color) #fceddf; /* thumb 轨道 */
}

.scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: var(--text-color); /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-x::-webkit-scrollbar-track {
  background-color: #fceddf; /* 设置滚动条背景的颜色 */
}

.fromOpen {
  cursor: pointer;
}

.btm-light {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btm-light:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -45px;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -moz-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
       transform: skewX(-25deg);
}

.btm-light:hover:before {
  left: 120%;
}

.btm-gradient {
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.btm-gradient > div {
  position: relative;
  z-index: 2;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.btm-gradient > div i {
  -moz-transition: 0.8s;
  transition: 0.8s;
}

.btm-gradient::before {
  content: "";
  background-color: var(--text-color);
  width: 0%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.btm-gradient:hover {
  color: white !important;
}
.btm-gradient:hover > div {
  color: white !important;
}
.btm-gradient:hover i {
  color: white !important;
}

.btm-gradient:hover::before {
  width: 100%;
}

.btm-gradientTop {
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.btm-gradientTop > div {
  position: relative;
  z-index: 2;
  -moz-transition: 0.8s;
  transition: 0.8s;
}

.btm-gradientTop::before {
  content: "";
  background-color: white;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  position: absolute;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.btm-gradientTop:hover {
  color: white !important;
  background-color: white;
  border-color: white;
}
.btm-gradientTop:hover > div {
  color: white !important;
}
.btm-gradientTop:hover i {
  color: var(--primary-color2) !important;
}

.btm-gradientTop:hover::before {
  height: 100%;
}

.btm-gradientContent {
  position: relative;
  -moz-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.btm-gradientContent > div {
  position: relative;
  z-index: 2;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.btm-gradientContent > div .i-box {
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.btm-gradientContent > div .i-box i {
  -moz-transition: 1s;
  transition: 1s;
}

.btm-gradientContent::before {
  content: "";
  background-color: var(--primary-color2);
  width: 0;
  height: 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 0.18rem;
  -moz-transform: translateY(-50%) scale(1);
   -ms-transform: translateY(-50%) scale(1);
       transform: translateY(-50%) scale(1);
  -moz-transition: 1.5s;
  transition: 1.5s;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border-color: white;
}

.btm-gradientContent:hover {
  color: white !important;
}
.btm-gradientContent:hover > div {
  color: white !important;
}
.btm-gradientContent:hover .i-box i {
  -moz-transform: rotate(0deg) !important;
   -ms-transform: rotate(0deg) !important;
       transform: rotate(0deg) !important;
}

.btm-gradientContent:hover::before {
  -moz-transform: translateY(-50%) scale(100);
   -ms-transform: translateY(-50%) scale(100);
       transform: translateY(-50%) scale(100);
}

.crumbs-page .crumbs {
  padding: 0.46rem 0;
  flex-wrap: wrap;
}
.crumbs-page .crumbs i {
  margin-right: 0.1rem;
  color: var(--primary-color);
  font-weight: bold;
}
.crumbs-page .crumbs a {
  color: var(--text-color2);
  font-variant: var(--font-size-16);
  line-height: 1.5;
  font-family: "ms_bb";
}
.crumbs-page .crumbs a:hover {
  color: var(--primary-color);
}

.crumbs-page2 {
  position: absolute;
  width: 100%;
  top: 99px;
  left: 0%;
}
.crumbs-page2 .crumbs {
  color: white;
}
.crumbs-page2 .crumbs a {
  color: white;
}

@media screen and (max-width: 1080px) {
  .crumbs-page2 {
    top: 60px;
  }
}
.m-muban-pagebox {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  width: max(0.4rem, 40px);
  height: max(0.4rem, 40px);
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  font-size: var(--font-size-16);
  color: #999899;
  margin: 4px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: solid 1px white;
  box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
}
.m-muban-pagebox a:hover {
  background-color: var(--text-color2);
  color: #fff;
}
.m-muban-pagebox .active {
  background-color: var(--text-color2);
  color: #fff;
}
.m-muban-pagebox .m-muban-prev,
.m-muban-pagebox .m-muban-next {
  width: max(0.4rem, 40px);
  height: max(0.4rem, 40px);
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  color: #999899;
  margin: 4px;
  border: solid 1px #e3e3e2;
  box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
}
.m-muban-pagebox .m-muban-prev i,
.m-muban-pagebox .m-muban-next i {
  font-size: var(--font-size-16);
}

@media screen and (max-width: 999px) {
  .m-muban-pagebox a,
  .m-muban-pagebox p,
  .m-muban-pagebox span,
  .m-muban-prev,
  .m-muban-next {
    width: max(0.3rem, 30px) !important;
    height: max(0.3rem, 30px) !important;
  }
  .m-muban-pagebox {
    -moz-box-pack: center;
         justify-content: center;
  }
}
.all-btm {
  cursor: pointer;
  border-radius: 0.8rem;
  background: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
  padding-right: 0.1rem;
  padding-top: 2px;
  padding-bottom: 2px;
}
.all-btm .btm {
  font-size: var(--font-size-16);
  padding: 0.16rem 0.22rem;
  border-radius: 0.8rem;
  color: var(--text-color2);
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  font-family: "ms_l";
  min-width: 1.98rem;
  min-height: max(0.53rem, 34px);
}
.all-btm .i-box {
  width: max(0.53rem, 34px);
  height: max(0.53rem, 34px);
  border-radius: 50%;
  background-color: white;
  -moz-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  z-index: 2;
}
.all-btm .i-box i {
  color: var(--text-color2);
  font-size: var(--font-size-24);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -moz-transition: 0.8s;
  transition: 0.8s;
}

.all-btm::before {
  content: "";
  background-color: white;
  width: 0%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 1s;
  transition: 1s;
}

.all-btm:hover::before {
  width: 100%;
}

.all-btm:hover .btm {
  background: transparent !important;
}
.all-btm:hover .i-box {
  background-color: var(--text-color2) !important;
}
.all-btm:hover .i-box i {
  -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
       transform: rotate(0deg);
  color: white !important;
}

.all-btm2 .btm {
  background-color: #000000;
  color: white;
}
.all-btm2 .i-box {
  background-color: #000000;
  color: white;
}
.all-btm2 .i-box i {
  color: white;
}

.all-btm2::before {
  background-color: #000000;
}

.all-btm2:hover .i-box {
  background-color: white !important;
}
.all-btm2:hover .i-box i {
  color: #000000 !important;
}

.formBox .inp-box {
  margin-bottom: 0.2rem;
  position: relative;
}
.formBox .inp-box label {
  font-size: var(--font-size-18);
  color: #000000;
}
.formBox .inp-box input {
  margin-top: 0.1rem;
  padding: 0.12rem 0.13rem;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-size: var(--font-size-16);
  width: 100%;
}
.formBox .inp-box textarea {
  margin-top: 0.1rem;
  padding: 0.12rem 0.13rem;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-size: var(--font-size-16);
  width: 100%;
  min-height: 80px;
}
.formBox .inp-box .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.formBox .box-active .tip {
  top: -moz-calc(100% + 6px) !important;
  top: calc(100% + 6px) !important;
  opacity: 1 !important;
}
.formBox .box-active input,
.formBox .box-active textarea {
  border-color: red;
}
.formBox .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  margin-top: 30px;
  position: relative;
}
.formBox .privacy input {
  margin-right: 0.1rem;
  margin-top: 0.06rem;
}
.formBox .privacy .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.formBox .privacy a {
  color: var(--text-color);
  cursor: pointer;
}
.formBox button {
  margin-top: max(0.62rem, 40px);
  color: white;
  font-size: var(--font-size-16);
  background-color: transparent;
}
.formBox button .btm {
  min-width: 1.98rem;
}

.formBox2 .inp-box {
  margin-bottom: 0.4rem;
}
.formBox2 .inp-box .box {
  width: 47%;
  position: relative;
}
.formBox2 .inp-box .box input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 0;
  margin-top: 0;
}
.formBox2 .inp-box .box2 {
  width: 100%;
}
.formBox2 .inp-box .box2 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  height: max(1.4rem, 80px);
  padding: 0;
}
.formBox2 .inp-box .box2 input {
  border: none;
  padding-left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.formBox2 .box-active input,
.formBox2 .box-active textarea {
  border-color: red !important;
}

.img-box {
  font-size: 0;
}

.all-strip {
  padding: 0.6rem 0 0.52rem 0;
  background-color: var(--primary-color);
}
.all-strip h2 {
  font-size: var(--font-size-48);
  text-align: center;
}
.all-strip .all-btm {
  margin: 0.3rem auto 0 auto;
}
.all-strip .more-box {
  margin-top: 0.3rem;
}
.all-strip .more-box .btm {
  font-size: var(--font-size-16);
  padding: 0.2rem 0.22rem;
  border-radius: 0.8rem;
  color: white;
  background-color: #000000;
}
.all-strip .more-box .i-box {
  width: max(0.52rem, 34px);
  height: max(0.52rem, 34px);
  border-radius: 50%;
  background-color: #000000;
}
.all-strip .more-box .i-box i {
  color: white;
  font-size: var(--font-size-24);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.all-strip .more-box:hover i {
  -moz-transform: rotate(0) !important;
   -ms-transform: rotate(0) !important;
       transform: rotate(0) !important;
}

.img-box {
  font-size: 0;
  overflow: hidden;
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -moz-transform-origin: top center;
   -ms-transform-origin: top center;
       transform-origin: top center;
  -moz-animation-name: swing;
       animation-name: swing;
}

.swiper-pagination {
  position: inherit;
  margin-top: 0.4rem;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--primary-color);
}

.page .index-s1 {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.page .index-s1 .content .swiper img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s1 .content .swiper .swiper-slide-active h1,
.page .index-s1 .content .swiper .swiper-slide-active .p1,
.page .index-s1 .content .swiper .swiper-slide-active .all-btm {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
.page .index-s1 .content .module1 {
  position: absolute;
  z-index: 2;
  top: 22%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.page .index-s1 .content .module1 h1 {
  font-size: var(--font-size-60);
  color: white;
  text-align: center;
}
.page .index-s1 .content .module1 .all-btm {
  margin: 0.7rem auto 0 auto;
}
.page .index-s1 .content .module1 .all-btm .btm {
  background-color: white;
  color: var(--text-color2);
  padding: 0.2rem 0.34rem;
}
.page .index-s1 .content .module1 .all-btm .i-box {
  background-color: white;
}
.page .index-s1 .content .module1 .all-btm .i-box i {
  color: var(--text-color2);
}
.page .index-s1 .content .module1 .p1 {
  margin-top: 0.14rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: right;
       justify-content: right;
  -moz-transition-delay: 0.9s;
       transition-delay: 0.9s;
}
.page .index-s1 .content .module1 .p1 p {
  color: #ffffff;
  font-size: var(--font-size-20);
}
.page .index-s1 .content .jiantou {
  position: unset;
  bottom: 38%;
  right: 0;
  margin-top: 0.42rem;
  z-index: 4;
}
.page .index-s1 .content .jiantou i {
  color: white;
  font-size: var(--font-size-24);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s1 .content .jiantou i:hover {
  -moz-transform: scale(1.18);
   -ms-transform: scale(1.18);
       transform: scale(1.18);
}
.page .index-s1 .content .jiantou .swiper-pagination {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: fit-content;
  margin: 0 0.32rem;
}
.page .index-s1 .content .jiantou .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.7;
  position: relative;
  margin-right: 0.16rem;
}
.page .index-s1 .content .jiantou .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .index-s1 .content .jiantou .swiper-pagination .swiper-pagination-bullet:nth-last-child(1) {
  margin-right: 0;
}
.page .index-s1 .content .jiantou .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  opacity: 0.3;
}
.page .index-s1 .content .logo {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  z-index: 2;
  width: 100%;
  -moz-transform: translateX(-50%) scale(1);
   -ms-transform: translateX(-50%) scale(1);
       transform: translateX(-50%) scale(1);
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
  will-change: transform;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  opacity: 0.6;
}
.page .index-s1 .content .logo img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .page .index-s1 .content .logo {
    bottom: 0.4rem;
    width: 80%;
    opacity: 1;
  }
}
.page .index-all {
  position: relative;
  z-index: 2;
}
.page .index-s2 .content {
  position: relative;
  height: -moz-calc(100vh + 100px);
  height: calc(100vh + 100px);
  overflow: hidden;
}
.page .index-s2 .content .swiper {
  height: -moz-calc(100vh + 100px) !important;
  height: calc(100vh + 100px) !important;
}
.page .index-s2 .content .swiper .swiper-slide {
  height: -moz-calc(100vh + 100px) !important;
  height: calc(100vh + 100px) !important;
}
.page .index-s2 .content .swiper .img-box {
  width: 100%;
  height: 100%;
}
.page .index-s2 .content .swiper .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s2 .content .swiper .swiper-content {
  position: absolute;
  top: 9%;
  top: 10vh;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 2;
}
.page .index-s2 .content .swiper .swiper-content h2 {
  font-size: var(--font-size-48);
  color: white;
  text-align: center;
}
.page .index-s2 .content .swiper .swiper-content .title {
  font-size: var(--font-size-20);
  color: #ffffff;
  margin-top: 2.5%;
  margin-top: 3vh;
  text-align: center;
}
.page .index-s2 .content .swiper .swiper-content .all-btm {
  margin: 3% auto 0 auto;
  margin: 5vh auto 0 auto;
}
.page .index-s2 .content .swiper .swiper-content .all-btm .btm {
  background-color: white;
  color: var(--text-color2);
  padding: 0.2rem 0.34rem;
}
.page .index-s2 .content .swiper .swiper-content .all-btm .i-box {
  background-color: white;
}
.page .index-s2 .content .swiper .swiper-content .all-btm .i-box i {
  color: var(--text-color2);
}
.page .index-s2 .content .swiper .swiper-content h3 {
  font-size: var(--font-size-48);
  color: white;
  margin-top: 11%;
  margin-top: 26vh;
}
.page .index-s2 .content .swiper .swiper-content .title2 {
  font-size: var(--font-size-20);
  color: white;
  margin-top: 1.5%;
  margin-top: 2vh;
  padding-left: 1.65rem;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .page .index-s2 .content .swiper .swiper-content .title2 {
    width: 100%;
    padding-left: 0;
  }
}
.page .index-s2 .content .module1 ::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .index-s2 .content .module1 {
  position: absolute;
  bottom: 6%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 3;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .index-s2 .content .module1 .tabList {
  -moz-box-pack: justify;
       justify-content: space-between;
  border-top: 1px solid white;
  padding-top: 4%;
  width: 100%;
  min-width: 1030px;
  margin-bottom: 0.2rem;
}
.page .index-s2 .content .module1 .tabList .item {
  cursor: pointer;
}
.page .index-s2 .content .module1 .tabList .item .img-box {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s2 .content .module1 .tabList .item .img-box img {
  width: max(0.75rem, 40px);
  height: max(0.75rem, 40px);
  border-radius: 50%;
}
.page .index-s2 .content .module1 .tabList .item .name {
  font-size: var(--font-size-18);
  color: white;
  margin-left: 0.22rem;
  max-width: max(2rem, 120px);
  line-height: 1.4;
  font-family: "ms_bb";
}
.page .index-s2 .content .module1 .tabList .item-active .img-box {
  border-color: white;
}
.page .index-s2 .content .jiantou {
  position: absolute;
  bottom: 38vh;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 3;
  -moz-box-pack: right;
       justify-content: right;
}
.page .index-s2 .content .jiantou .i-box {
  width: max(0.64rem, 40px);
  height: max(0.64rem, 40px);
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s2 .content .jiantou .i-box i {
  color: white;
  font-size: var(--font-size-24);
}
.page .index-s2 .content .jiantou .i-box:hover i {
  color: var(--text-color2);
}
.page .index-s2 .content .jiantou .i-box:nth-child(1) {
  margin-right: 0.54rem;
}
.page .index-s3 {
  background-image: url("../images/indexS3-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.5rem;
  padding-bottom: 0.68rem;
}
.page .index-s3 .content .h2-box h2 {
  color: white;
  font-size: var(--font-size-68);
  padding-left: 4.5rem;
}
.page .index-s3 .content .module1 {
  margin-top: 0.3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.page .index-s3 .content .module1 .module1-left {
  padding-right: 0.4rem;
}
.page .index-s3 .content .module1 .module1-left h2 {
  color: white;
  font-size: var(--font-size-68);
}
.page .index-s3 .content .module1 .module1-left .title {
  color: white;
  font-size: var(--font-size-20);
  margin-left: 1rem;
}
.page .index-s3 .content .module1 .module1-left .title strong {
  color: var(--text-color);
  font-size: var(--font-size-30);
}
.page .index-s3 .content .module1 .module1-right {
  flex-shrink: 0;
}
.page .index-s3 .content .module2 {
  margin-top: 0.66rem;
  display: -moz-box;
  display: flex;
}
.page .index-s3 .content .module2 .module2-left {
  width: 52.86%;
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-right: 0.42rem;
}
.page .index-s3 .content .module2 .module2-left .box {
  width: 100%;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .index-s3 .content .module2 .module2-left .box .box-left {
  max-width: 75%;
}
.page .index-s3 .content .module2 .module2-left .box .box-left h3 {
  color: #ffffff;
  font-size: var(--font-size-36);
  font-family: "ms_bb";
  line-height: 1.5;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -moz-transform 0.5s;
  opacity: 1;
}
.page .index-s3 .content .module2 .module2-left .box .box-left .h3-active {
  opacity: 0;
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%); /* 下方偏移，替换后自动回到原位 */
}
.page .index-s3 .content .module2 .module2-left .box .box-left .swiper {
  width: 100%;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.page .index-s3 .content .module2 .module2-left .box .box-left .swiper .swiper-slide .item-content {
  -moz-transition-delay: 0.3s;
       transition-delay: 0.3s; /* 延迟 0.3 秒执行 */
}
.page .index-s3 .content .module2 .module2-left .box .box-left .swiper .swiper-slide .item-content p {
  color: #ffffff;
  font-size: var(--font-size-36);
  font-family: "ms_bb";
}
.page .index-s3 .content .module2 .module2-left .box .box-left .swiper .swiper-slide-active .item .item-content {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
.page .index-s3 .content .module2 .module2-left .box .box-right .i-box {
  width: max(0.64rem, 40px);
  height: max(0.64rem, 40px);
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s3 .content .module2 .module2-left .box .box-right .i-box i {
  color: white;
  font-size: var(--font-size-24);
}
.page .index-s3 .content .module2 .module2-left .box .box-right .i-box:hover i {
  color: var(--text-color2);
}
.page .index-s3 .content .module2 .module2-left .box .box-right .i-box:nth-child(1) {
  margin-right: 0.3rem;
}
.page .index-s3 .content .module2 .module2-left .box2 {
  width: 100%;
  -moz-box-pack: justify;
       justify-content: space-between;
  min-height: max(1.8rem, 140px);
}
.page .index-s3 .content .module2 .module2-left .box2 .box2-left {
  max-width: 40%;
}
.page .index-s3 .content .module2 .module2-left .box2 .box2-left .swiper {
  max-width: 1rem;
}
.page .index-s3 .content .module2 .module2-left .box2 .box2-left .swiper .item {
  font-size: var(--font-size-150);
  color: white;
  font-family: "ms_bb";
  margin-right: 0.2rem;
  -moz-transform: skew(-20deg);
   -ms-transform: skew(-20deg);
       transform: skew(-20deg); /* 倾斜角度可正可负 */
  padding-left: 0.1rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s3 .content .module2 .module2-left .box2 .box2-left .text {
  color: #ffffff;
  opacity: 0.5;
  font-size: var(--font-size-48);
  -moz-transform: skew(-20deg);
   -ms-transform: skew(-20deg);
       transform: skew(-20deg); /* 倾斜角度可正可负 */
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 0.38rem;
  margin-top: 0.3rem;
  padding-left: 0.2rem;
}
.page .index-s3 .content .module2 .module2-left .box2 .box2-left .text::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.05rem;
  background-color: white;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.page .index-s3 .content .module2 .module2-left .box2 .box2-right {
  max-width: 50%;
}
.page .index-s3 .content .module2 .module2-left .box2 .box2-right p {
  color: rgba(255, 255, 255, 0.7019607843);
  opacity: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s3 .content .module2 .module2-left .box2 .box2-right p strong {
  color: white;
}
.page .index-s3 .content .module2 .module2-left .box2 .box2-right .p-active {
  opacity: 0; /* 先淡出 */
}
.page .index-s3 .content .module2 .module2-right {
  width: 47.14%;
  flex-shrink: 0;
}
.page .index-s3 .content .module2 .module2-right .swiper .swiper-slide {
  overflow: hidden; /* 避免图片过度移动 */
}
@media screen and (max-width: 1080px) {
  .page .index-s3 .content .module1 .module1-left {
    flex-wrap: wrap;
  }
  .page .index-s3 .content .module1 .module1-left .title {
    margin-left: 0;
    width: 100%;
  }
  .page .index-s3 .content .module2 {
    flex-wrap: wrap;
  }
  .page .index-s3 .content .module2 .module2-left {
    width: 100%;
    padding-right: 0;
    -moz-box-ordinal-group: 3;
         order: 2;
    margin-top: 20px;
  }
  .page .index-s3 .content .module2 .module2-left .box2 {
    margin-top: 20px;
  }
  .page .index-s3 .content .module2 .module2-right {
    -moz-box-ordinal-group: 2;
         order: 1;
    width: 100%;
  }
  .page .index-s3 .content .module2 .module2-right img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .index-s3 .content .h2-box h2 {
    padding-left: 1rem;
  }
  .page .index-s3 .content .module1 {
    display: block;
  }
  .page .index-s3 .content .module1 .module1-left {
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
  .page .index-s3 .content .module1 .module1-left .title {
    margin-top: 0.1rem;
    margin-left: 0;
  }
  .page .index-s3 .content .module2 .module2-left .box2 {
    display: block;
  }
  .page .index-s3 .content .module2 .module2-left .box2 .box2-left {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page .index-s3 .content .module2 .module2-left .box2 .box2-left .text {
    margin-left: 0 !important;
  }
  .page .index-s3 .content .module2 .module2-left .box2 .box2-right {
    max-width: 100%;
  }
}
.page .index-s4 {
  padding-top: 0.8rem;
  padding-bottom: 0.78rem;
}
.page .index-s4 .content h2 {
  line-height: 1.5;
  color: var(--text-color2);
  font-size: var(--font-size-48);
  text-align: center;
}
.page .index-s4 .content .title {
  margin-top: 0.6rem;
  font-size: var(--font-size-20);
  text-align: center;
  color: var(--text-color2);
}
.page .index-s4 .content .module1 .swiper {
  padding-top: 1.26rem;
  padding-right: max(0.8rem, 20px);
}
.page .index-s4 .content .module1 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.page .index-s4 .content .module1 .swiper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.page .index-s4 .content .module1 .swiper .swiper-slide .item {
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  width: 100%;
}
.page .index-s4 .content .module1 .swiper .swiper-slide .item .item-head {
  position: relative;
}
.page .index-s4 .content .module1 .swiper .swiper-slide .item .item-head .number {
  position: absolute;
  font-size: var(--font-size-120);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: min(-0.7rem, -18px);
  right: min(-0.64rem, -18px);
  font-style: italic;
  line-height: 1;
  font-family: "ms_bb";
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline; /* 添加下划线 */
  -webkit-text-decoration-color: #111;
     -moz-text-decoration-color: #111;
          text-decoration-color: #111; /* 下划线颜色，可选 */
  text-decoration-thickness: 0.04em; /* 下划线粗细，可选 */
  text-underline-offset: 0.1rem; /* 下划线与文字间距，可选 */
}
.page .index-s4 .content .module1 .swiper .swiper-slide .item h3 {
  margin-top: 0.32rem;
  font-size: var(--font-size-30);
  margin-bottom: 0.26rem;
  padding-bottom: 4px;
  margin-right: 0.9rem;
}
.page .index-s4 .content .module1 .swiper .swiper-slide .item p {
  color: #111111;
  opacity: 0.7;
  margin-top: auto;
  height: 3em;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s4 .content .module1 .swiper .swiper-slide .item:hover .img-box img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .index-s4 .content .module1 .swiper .swiper-slide .item:hover .number {
  color: var(--primary-color);
  -webkit-text-decoration-color: var(--primary-color);
     -moz-text-decoration-color: var(--primary-color);
          text-decoration-color: var(--primary-color); /* 下划线颜色，可选 */
}
.page .index-s4 .content .module1 .swiper .swiper-slide .item:hover p {
  opacity: 1;
}
.page .index-s4 .content .module1 .swiper .swiper-slide:nth-child(2n) .item .number {
  top: initial;
  bottom: min(-0.4rem, -18px);
  right: min(-0.4rem, -18px);
}
.page .index-s4 .content .module2 {
  margin-top: 0.3rem;
}
.page .index-s4 .content .module2 i {
  flex-shrink: 0;
  margin-top: 0.3rem;
  font-weight: bold;
  font-size: var(--font-size-20);
  position: relative;
}
.page .index-s4 .content .module2 i:hover {
  color: var(--text-color);
  cursor: pointer;
}
.page .index-s4 .content .module2 .swiper {
  margin: 0 0.2rem;
  width: 100%;
}
.page .index-s4 .content .module2 .swiper .indexS4-swiper-yarn-line {
  position: absolute;
  height: 2px;
  width: 0px;
  left: 0;
  top: 0.4rem;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.page .index-s4 .content .module2 .swiper .indexS4-swiper-yarn-line2 {
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 0.4rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #aaaaaa;
  z-index: 0;
}
.page .index-s4 .content .module2 .swiper .swiper-slide {
  position: relative;
  z-index: 1;
}
.page .index-s4 .content .module2 .swiper .swiper-slide .item {
  padding: 0.4rem 0;
  height: 50px;
  cursor: pointer;
}
.page .index-s4 .content .module2 .swiper .swiper-slide .item .line {
  width: 100%;
  height: 2px;
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}
.page .index-s4 .content .module2 .swiper .swiper-slide .item .line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-color: #707070;
  width: max(0.1rem, 8px);
  height: max(0.1rem, 8px);
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}
.page .index-s4 .content .module2 .swiper .swiper-slide .item .line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  width: max(0.1rem, 8px);
  height: max(0.1rem, 8px);
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 11;
  opacity: 0;
}
.page .index-s4 .content .module2 .swiper .swiper-slide .item .yarn {
  color: #666666;
  font-size: var(--font-size-20);
  font-size: 24px;
  margin-top: 0.16rem;
  margin-top: 16px;
  text-align: center;
  font-family: "MiSans Latin", Sans-serif;
  font-weight: 700;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1400px) {
  .page .index-s4 .content .module2 .swiper .swiper-slide .item .yuan {
    font-size: 20px;
  }
}
.page .index-s4 .content .module2 .swiper .active-year .yarn {
  font-weight: bold;
  color: #333333 !important;
}
.page .index-s4 .content .module2 .swiper .active-year .line::after {
  background-color: var(--primary-color) !important;
}
.page .index-s4 .content .module2 .swiper .active-year .line-active::after {
  width: max(0.14rem, 12px) !important;
  height: max(0.14rem, 12px) !important;
  background-color: var(--primary-color) !important;
}
.page .index-s4 .content .module2 .swiper .active-year .line-active::before {
  opacity: 1 !important;
}
@media screen and (max-width: 568px) {
  .page .index-s4 .content .module1 .swiper {
    padding-right: 0px;
  }
  .page .index-s4 .content .module1 .swiper .item .number {
    right: 6px !important;
    top: -30px !important;
  }
}
.page .index-s5 {
  padding-top: 1.2rem;
  position: relative;
}
.page .index-s5 .index-s5-bg {
  position: absolute;
  top: 100%; /* 初始在底部 */
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%); /* 水平居中 */
  width: 10%;
  height: 10%;
  background-image: url("../images/indexS5-1.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0;
}
.page .index-s5 .content {
  position: relative;
  z-index: 1;
}
.page .index-s5 .content h2 {
  line-height: 1.4;
  font-size: var(--font-size-48);
}
.page .index-s5 .content h2 strong {
  padding-left: 3.4rem;
}
.page .index-s5 .content .module1 {
  margin-top: 0.5rem;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .index-s5 .content .module1 .module1-left p {
  font-size: var(--font-size-20);
  line-height: 1.6;
}
.page .index-s5 .content .module1 .module1-left .all-btm {
  margin-top: 0.86rem;
  opacity: 0;
}
.page .index-s5 .content .module1 .module1-right {
  width: 40%;
}
.page .index-s5 .content .module1 .module1-right p {
  font-size: var(--font-size-18);
  opacity: 0.7;
  line-height: 1.6;
  font-family: "ms_bb";
}
.page .index-s5 .content .module1 .module1-right p strong {
  color: var(--primary-color);
  font-size: var(--font-size-24);
}
.page .index-s5 .content .module2 {
  margin-top: 2.2rem;
}
.page .index-s5 .content .module2 .list {
  border-top: 1px solid #000;
}
.page .index-s5 .content .module2 .list .item {
  border-right: 1px solid #000;
  padding: 0.56rem 0.6rem;
}
.page .index-s5 .content .module2 .list .item p {
  font-weight: "sm_bb";
  font-size: var(--font-size-20);
  text-align: center;
}
.page .index-s5 .content .module2 .list .item p strong {
  color: var(--primary-color);
  font-size: var(--font-size-30);
}
.page .index-s5 .content .module2 .list .item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  .page .index-s5 .content h2 strong {
    padding-left: 0;
  }
  .page .index-s5 .content .module1 {
    flex-wrap: wrap;
  }
  .page .index-s5 .content .module1 .module1-left {
    width: 100%;
    width: 100%;
  }
  .page .index-s5 .content .module1 .module1-right {
    width: 100%;
    margin-top: 20px;
  }
  .page .index-s5 .content .module2 {
    margin-top: 50px;
  }
  .page .index-s5 .content .module2 .list {
    flex-wrap: wrap;
  }
  .page .index-s5 .content .module2 .list .item {
    width: 50%;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .page .index-s5 .index-s5-bg {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .page .index-s5 .content h2 {
    color: white;
  }
  .page .index-s5 .content p {
    color: white;
  }
  .page .index-s5 .content .list {
    border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
  .page .index-s5 .content .list .item {
    border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
}
.page .index-s6 {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  background-color: #f7f6f0;
}
.page .index-s6 .content .h-box {
  position: relative;
}
.page .index-s6 .content .h-box h2 {
  text-align: center;
  font-size: var(--font-size-48);
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.page .index-s6 .content .h-box h2 strong {
  color: inherit;
}
.page .index-s6 .content .h-box img {
  width: auto;
  position: absolute;
  top: -0.32rem;
  left: 50%;
  -moz-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  z-index: 1;
}
.page .index-s6 .content .title {
  margin-top: 0.2rem;
  color: var(--text-color2);
  text-align: center;
  font-size: var(--font-size-20);
}
.page .index-s6 .content .all-btm {
  margin: 0.6rem auto 0 auto;
}
.page .index-s6 .content .list {
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.page .index-s6 .content .list .item {
  margin-bottom: 0.3rem;
}
.page .index-s6 .content .list .item .img-box {
  position: relative;
  overflow: hidden;
}
.page .index-s6 .content .list .item .img-box .i-box {
  width: max(0.52rem, 38px);
  height: max(0.52rem, 38px);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, 100%);
   -ms-transform: translate(-50%, 100%);
       transform: translate(-50%, 100%);
  background-color: #ffffff;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s6 .content .list .item .img-box .i-box i {
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  font-size: var(--font-size-22);
  font-weight: bold;
}
.page .index-s6 .content .list .item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 1;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page .index-s6 .content .list .item {
  margin-right: 2%;
}
.page .index-s6 .content .list .item h3 {
  font-size: var(--font-size-30);
  margin-top: 0.3rem;
}
.page .index-s6 .content .list .item:nth-child(4n) {
  margin-right: 0;
}
.page .index-s6 .content .list .item:hover .img-box img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .index-s6 .content .list .item:hover .img-box .i-box {
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  opacity: 1;
}
.page .index-s6 .content .list .item:hover .img-box::after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page .index-s6 .content .swiper-slide-active .img-box::after {
    opacity: 0 !important;
  }
}
.page .index-s7 {
  padding-top: 1rem;
  padding-bottom: 1.4rem;
}
.page .index-s7 .content h2 {
  font-size: var(--font-size-48);
  line-height: 1.5;
}
.page .index-s7 .content .module1 {
  margin-top: 0.86rem;
}
.page .index-s7 .content .module1 .module1-left {
  width: 66%;
  text-align: right;
}
.page .index-s7 .content .module1 .module1-left p {
  font-size: var(--font-size-20);
}
.page .index-s7 .content .module1 .module1-left p strong {
  color: var(--text-color);
  font-size: var(--font-size-30);
  font-family: "sm_bb";
}
.page .index-s7 .content .module2 {
  margin-top: 1.16rem;
}
.page .index-s7 .content .module2 .scroll-wrapper {
  overflow-x: hidden;
  width: 100%;
  border-top: 1px solid #6a6a6a;
}
.page .index-s7 .content .module2 .scroll-wrapper .ul {
  display: -moz-box;
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .index-s7 .content .module2 .scroll-wrapper .ul .li {
  -moz-box-flex: 0;
       flex: 0 0 auto;
  width: max(3.08rem, 216px);
  height: max(1.58rem, 120px);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-left: 1px solid #6a6a6a;
}
.page .index-s7 .content .module2 .scroll-wrapper .ul .li img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.page .index-s7 .content .module2 .scroll-wrapper .ul .li:hover {
  -moz-transform: translateY(-0.1rem);
   -ms-transform: translateY(-0.1rem);
       transform: translateY(-0.1rem);
}
.page .index-s7 .content .module2 .scroll-wrapper .ul .li:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.page .index-s7 .content .module2 .scroll-wrapper .scroll-left {
  -moz-animation: scroll-left 30s linear infinite;
       animation: scroll-left 30s linear infinite;
}
.page .index-s7 .content .module2 .scroll-wrapper .scroll-right {
  -moz-animation: scroll-right 30s linear infinite;
       animation: scroll-right 30s linear infinite;
}
.page .index-s7 .content .module2 .scroll-wrapper {
  /* 鼠标悬浮时暂停动画 */
}
.page .index-s7 .content .module2 .scroll-wrapper .scroll-left:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
.page .index-s7 .content .module2 .scroll-wrapper .scroll-right:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}
@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}
.page .index-s7 .content .module2 .scroll-wrapper:nth-last-child(1) {
  border-bottom: 1px solid #6a6a6a;
}
@media screen and (max-width: 808px) {
  .page .index-s7 .content .module1 {
    flex-wrap: wrap;
  }
  .page .index-s7 .content .module1 .module1-left {
    width: 100%;
  }
  .page .index-s7 .content .module1 .module1-left p {
    text-align: left;
  }
  .page .index-s7 .content .module1 .module1-right {
    margin-top: 20px;
  }
}
.page .index-s8 {
  background-image: url("../images/indexS8-1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1.52rem;
  overflow: hidden;
}
.page .index-s8 .content h2 {
  font-size: var(--font-size-48);
  color: white;
}
.page .index-s8 .content .module1 {
  margin-top: 0.26rem;
}
.page .index-s8 .content .module1 .module1-left p {
  font-size: var(--font-size-20);
  color: white;
}
.page .index-s8 .content .module1 .module1-right .jiantou {
  margin-right: 0.6rem;
}
.page .index-s8 .content .module1 .module1-right .jiantou .i-box {
  width: max(0.64rem, 40px);
  height: max(0.64rem, 40px);
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s8 .content .module1 .module1-right .jiantou .i-box i {
  color: white;
  font-size: var(--font-size-24);
}
.page .index-s8 .content .module1 .module1-right .jiantou .i-box:hover i {
  color: var(--text-color2);
}
.page .index-s8 .content .module1 .module1-right .jiantou .i-box:nth-child(1) {
  margin-right: 0.54rem;
}
.page .index-s8 .content .module2 {
  margin-top: 1.04rem;
}
.page .index-s8 .content .module2 .swiper .item {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 0.6rem;
  overflow: hidden;
  display: block;
}
.page .index-s8 .content .module2 .swiper .item .img-box {
  overflow: hidden;
  font-size: 0;
}
.page .index-s8 .content .module2 .swiper .item .img-box img {
  width: 100%;
  -moz-transition: 1s;
  transition: 1s;
}
.page .index-s8 .content .module2 .swiper .item .item-bot h3,
.page .index-s8 .content .module2 .swiper .item .item-bot h5 {
  font-size: var(--font-size-30);
  margin-top: 0.46rem;
  line-height: 1.5;
  color: white;
}
.page .index-s8 .content .module2 .swiper .item .item-bot .item-title {
  margin-top: 0.38rem;
  color: white;
}
.page .index-s8 .content .module2 .swiper .item .item-bot .more-box {
  margin-top: 0.5rem;
}
.page .index-s8 .content .module2 .swiper .item .item-bot .more-box .time {
  font-size: var(--font-size-16);
  color: white;
  opacity: 0.7;
}
.page .index-s8 .content .module2 .swiper .item .item-bot .more-box .more {
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.8rem;
}
.page .index-s8 .content .module2 .swiper .item .item-bot .more-box .more .name {
  margin: 0 0.2rem;
  color: var(--text-color2);
  opacity: 0;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .index-s8 .content .module2 .swiper .item .item-bot .more-box .more .i-box {
  width: max(0.52rem, 34px);
  height: max(0.52rem, 34px);
  border-radius: 50%;
  background-color: white;
  flex-shrink: 0;
}
.page .index-s8 .content .module2 .swiper .item .item-bot .more-box .more .i-box i {
  font-size: var(--font-size-24);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  color: var(--text-color2);
}
.page .index-s8 .content .module2 .swiper .item .item-bot .more-box .more::before {
  background-color: white !important;
}
.page .index-s8 .content .module2 .swiper .item:nth-child(4n) {
  margin-right: 0;
}
.page .index-s8 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.page .index-s8 .content .module2 .swiper .item:hover .btm-gradientContent .name {
  opacity: 1 !important;
}
.page .index-s8 .content .module2 .swiper .item:hover .btm-gradientContent {
  color: white !important;
}
.page .index-s8 .content .module2 .swiper .item:hover .btm-gradientContent > div {
  color: white !important;
}
.page .index-s8 .content .module2 .swiper .item:hover .btm-gradientContent .i-box i {
  -moz-transform: rotate(0deg) !important;
   -ms-transform: rotate(0deg) !important;
       transform: rotate(0deg) !important;
}
.page .index-s8 .content .module2 .swiper .item:hover .btm-gradientContent::before {
  -moz-transform: translateY(-50%) scale(100);
   -ms-transform: translateY(-50%) scale(100);
       transform: translateY(-50%) scale(100);
}
@media screen and (max-width: 880px) {
  .page .index-s8 .content .module1 {
    flex-wrap: wrap;
  }
  .page .index-s8 .content .module1 .module1-left {
    width: 100%;
  }
  .page .index-s8 .content .module1 .module1-right {
    width: 100%;
    margin-top: 20px;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
}

.products-page {
  background-color: #000000;
}
.products-page .crumbs-page .crumbs {
  color: white;
}
.products-page .crumbs-page i {
  color: white;
}
.products-page .crumbs-page a {
  color: white;
}

.page .products-all {
  position: relative;
}
.page .products-s2 .content h2 {
  font-size: var(--font-size-72);
  color: white;
}
.page .products-s2 .content .module1 {
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .products-s2 .content .module1 .list .item {
  margin-bottom: 0.18rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: right;
       justify-content: right;
}
.page .products-s2 .content .module1 .list .item .a,
.page .products-s2 .content .module1 .list .item a {
  color: #ffffff;
  font-size: var(--font-size-22);
  opacity: 0.5;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.02rem;
  text-align: right;
}
.page .products-s2 .content .module1 .list .item .a::after,
.page .products-s2 .content .module1 .list .item a::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .products-s2 .content .module1 .list .item:hover .a,
.page .products-s2 .content .module1 .list .item:hover a {
  opacity: 1;
}
.page .products-s2 .content .module1 .list .item:hover .a::after,
.page .products-s2 .content .module1 .list .item:hover a::after {
  width: 100%;
  left: 0%;
}
.page .products-s2 .content .module1 .list .item.item-active .a,
.page .products-s2 .content .module1 .list .item.item-active a {
  opacity: 1;
}
.page .products-s2 .content .module1 .list .item.item-active .a::after,
.page .products-s2 .content .module1 .list .item.item-active a::after {
  left: 0%;
  width: 100%;
}
.page .products-s3 {
  margin-top: min(-3rem, -160px);
  padding-bottom: 0.8rem;
}
.page .products-s3 .content .module1 {
  padding-bottom: 0.5rem;
}
.page .products-s3 .content .module1 .list .item {
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .products-s3 .content .module1 .list .item .item-left {
  width: 49.5%;
  position: relative;
}
.page .products-s3 .content .module1 .list .item .item-left p,
.page .products-s3 .content .module1 .list .item .item-left h3 {
  position: absolute;
  left: 0;
  top: 100%;
  color: white;
  padding: 0.4rem 0 0 0;
  font-size: var(--font-size-36);
  font-family: "ms_bb";
}
.page .products-s3 .content .module1 .list .item .item-right {
  width: 49.5%;
}
.page .products-s3 .content .module1 .list .item:nth-child(2n) .item-left {
  -moz-box-ordinal-group: 2;
       order: 1;
}
.page .products-s3 .content .module1 .list .item:nth-child(2n) .item-left p {
  position: initial;
}
.page .products-s3 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .products-s3 .content .module2 {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.page .products-s3 .content .module2 .list {
  flex-wrap: wrap;
}
.page .products-s3 .content .module2 .list .item {
  width: 31.3333%;
  margin-right: 3%;
  margin-bottom: 0.88rem;
}
.page .products-s3 .content .module2 .list .item h3 {
  color: white;
  font-size: var(--font-size-36);
  margin-top: 0.46rem;
}
.page .products-s3 .content .module2 .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .products-s3 .content .module2 .list .item:nth-child(3n) {
  margin-right: 0;
}
.page .products-s3 .content .module3 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.page .products-s3 .content .module3 .list {
  flex-wrap: wrap;
}
.page .products-s3 .content .module3 .list .item {
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 0.4rem;
}
.page .products-s3 .content .module3 .list .item h3 {
  color: white;
  font-size: var(--font-size-36);
  margin-top: 0.46rem;
}
.page .products-s3 .content .module3 .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .products-s3 .content .module3 .list .item:nth-child(2n) {
  margin-right: 0;
}
.page .products-s3 .content .module4 {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
.page .products-s3 .content .module4 .list {
  flex-wrap: wrap;
}
.page .products-s3 .content .module4 .list .item {
  width: 100%;
}
.page .products-s3 .content .module4 .list .item h3 {
  color: white;
  font-size: var(--font-size-36);
  margin-top: 0.46rem;
}
.page .products-s3 .content .module4 .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
@media screen and (max-width: 768px) {
  .page .products-s3 .content .module1 {
    padding-bottom: 0;
  }
  .page .products-s3 .content .module1 .list .item {
    flex-wrap: wrap;
    margin-bottom: 34px;
  }
  .page .products-s3 .content .module1 .list .item .item-left {
    width: 100%;
  }
  .page .products-s3 .content .module1 .list .item .item-left h3 {
    position: initial;
  }
  .page .products-s3 .content .module1 .list .item .item-right {
    width: 100%;
  }
  .page .products-s3 .content .module2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page .products-s3 .content .module2 .list .item {
    width: 100%;
    margin-bottom: 34px;
  }
  .page .products-s3 .content .module3 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page .products-s3 .content .module3 .list .item {
    width: 100%;
    margin-bottom: 34px;
  }
  .page .products-s3 .content .module4 {
    padding-top: 0;
  }
}

.page-separation {
  background-color: #f7f6f0;
}

.page .separation-s2 {
  padding-top: 0.3rem;
  padding-bottom: 0.82rem;
}
.page .separation-s2 .content h2 {
  font-size: var(--font-size-72);
}
.page .separation-s2 .content .title {
  margin-top: 0.4rem;
  font-size: var(--font-size-20);
  color: var(--text-color2);
}
.page .separation-s2 .content .module1 {
  margin-top: 0.7rem;
}
.page .separation-s2 .content .module1 .module1-left h3 {
  font-size: var(--font-size-18);
}
.page .separation-s2 .content .module1 .module1-left h3 strong {
  color: var(--text-color);
}
.page .separation-s2 .content .module1 .module1-right form .inp-box input {
  border-radius: 0.8rem;
  min-width: max(3.78rem, 200px);
  min-height: max(0.52rem, 40px);
  padding-left: 0.26rem;
  background-color: var(--primary-color2);
  color: white;
}
.page .separation-s2 .content .module1 .module1-right form .inp-box .i-box {
  width: max(0.52rem, 40px);
  height: max(0.52rem, 40px);
  border-radius: 50%;
  background-color: var(--text-color2);
  cursor: pointer;
}
.page .separation-s2 .content .module1 .module1-right form .inp-box .i-box i {
  color: white;
  font-size: var(--font-size-24);
}
.page .separation-s2 .content .module2 {
  margin-top: 0.48rem;
}
.page .separation-s2 .content .module2 .list {
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.page .separation-s2 .content .module2 .list .item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: max(0.22rem, 20px);
  background-color: #ffffff;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .separation-s2 .content .module2 .list .item .img-box {
  overflow: hidden;
}
.page .separation-s2 .content .module2 .list .item .item-bot {
  padding: 0.44rem 0.24rem 0.36rem 0.24rem;
  border-top: 1px solid rgba(17, 17, 17, 0.5647058824);
}
.page .separation-s2 .content .module2 .list .item .item-bot h3 {
  font-size: var(--font-size-24);
  line-height: 1.5;
}
.page .separation-s2 .content .module2 .list .item .item-bot .more {
  margin-top: 0.48rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 0.8rem;
}
.page .separation-s2 .content .module2 .list .item .item-bot .more .name {
  color: white;
  overflow: hidden;
  width: 0;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .separation-s2 .content .module2 .list .item .item-bot .more .name > div {
  opacity: 0;
}
.page .separation-s2 .content .module2 .list .item .item-bot .more .i-box {
  width: max(0.52rem, 40px);
  height: max(0.52rem, 40px);
  border-radius: 50%;
  background-color: var(--text-color2);
  flex-shrink: 0;
}
.page .separation-s2 .content .module2 .list .item .item-bot .more .i-box i {
  color: white;
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  font-size: var(--font-size-24);
}
.page .separation-s2 .content .module2 .list .item:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
.page .separation-s2 .content .module2 .list .item:hover .img-box img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .separation-s2 .content .module2 .list .item:hover .item-bot .more .name {
  margin: 0 0.2rem;
  width: max(0.9rem, 90px);
}
.page .separation-s2 .content .module2 .list .item:hover .item-bot .more .name > div {
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -moz-transition-delay: 0.5s;
       transition-delay: 0.5s;
}
.page .separation-s2 .content .module2 .list .item:hover .item-bot .btm-gradientContent {
  color: white !important;
}
.page .separation-s2 .content .module2 .list .item:hover .item-bot .btm-gradientContent > div {
  color: white !important;
}
.page .separation-s2 .content .module2 .list .item:hover .item-bot .btm-gradientContent .i-box i {
  -moz-transform: rotate(0deg) !important;
   -ms-transform: rotate(0deg) !important;
       transform: rotate(0deg) !important;
}
.page .separation-s2 .content .module2 .list .item:hover .item-bot .btm-gradientContent::before {
  -moz-transform: translateY(-50%) scale(100);
   -ms-transform: translateY(-50%) scale(100);
       transform: translateY(-50%) scale(100);
}
.page .separation-s2 .content .module2 .list .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  .page .separation-s2 .content .module2 .list .item {
    width: 49%;
    margin-bottom: 20px;
  }
  .page .separation-s2 .content .module2 .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 668px) {
  .page .separation-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .separation-s2 .content .module1 .module1-left {
    width: 100%;
    -moz-box-ordinal-group: 3;
         order: 2;
    margin-top: 16px;
  }
  .page .separation-s2 .content .module1 .module1-right {
    width: 100%;
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .page .separation-s2 .content .module2 .list .item {
    width: 100%;
    margin-right: 0;
  }
}

.page .productsDetails-s1 {
  border-top: solid 1px rgba(0, 0, 0, 0.062745098);
  border-bottom: solid 1px rgba(0, 0, 0, 0.062745098);
  padding: 0 3.125%;
}
.page .productsDetails-s1 .module1 {
  background-color: #ffffff;
}
.page .productsDetails-s1 .module1 .module1-left {
  border-right: solid 1px rgba(0, 0, 0, 0.062745098);
  width: 50%;
  padding-right: 0.4rem;
  padding-bottom: 0.74rem;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper {
  padding-bottom: 0.5rem;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .swiper-slide {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  height: inherit;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .swiper-slide .img-box {
  width: 100%;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .swiper-slide .img-box img {
  width: auto;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .jiantou {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 3;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .jiantou .jiantou-left .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .jiantou .jiantou-left .swiper-pagination .swiper-pagination-bullet {
  background-color: #b2b2b2;
  opacity: 1;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .jiantou .jiantou-left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .jiantou .jiantou-rigth .swiper-next {
  margin-left: 0.34rem;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .jiantou .jiantou-rigth .i-box {
  width: max(0.64rem, 40px);
  height: max(0.64rem, 40px);
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .jiantou .jiantou-rigth .i-box i {
  color: var(--text-color2);
  font-size: var(--font-size-24);
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .jiantou .jiantou-rigth .i-box::before {
  background: var(--primary-color2);
}
.page .productsDetails-s1 .module1 .module1-left .bg-swiper .jiantou .jiantou-rigth .i-box:hover i {
  color: white !important;
}
.page .productsDetails-s1 .module1 .module1-right {
  width: 50%;
  padding: 0.68rem 0.64rem;
}
.page .productsDetails-s1 .module1 .module1-right h2 {
  font-size: var(--font-size-48);
}
.page .productsDetails-s1 .module1 .module1-right .product {
  margin-top: 0.58rem;
}
.page .productsDetails-s1 .module1 .module1-right .product p {
  font-size: var(--font-size-18);
  color: var(--text-color2);
  margin-bottom: 0.2rem;
}
.page .productsDetails-s1 .module1 .module1-right .product p:nth-last-child(1) {
  margin-bottom: 0;
}
.page .productsDetails-s1 .module1 .module1-right h3 {
  margin-top: 0.8rem;
  font-size: var(--font-size-18);
  color: var(--text-color2);
  line-height: 1.5;
}
.page .productsDetails-s1 .module1 .module1-right .all-btm {
  margin-top: 0.82rem;
}
@media screen and (max-width: 880px) {
  .page .productsDetails-s1 .module1 {
    display: block;
  }
  .page .productsDetails-s1 .module1 .module1-left {
    width: 100% !important;
  }
  .page .productsDetails-s1 .module1 .module1-right {
    width: 100% !important;
    padding-left: 0;
  }
}
.page .productsDetails-s100 {
  margin-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #fafafa;
}
.page .productsDetails-s100 .industrial-s5-swiper {
  margin-top: 0.52rem;
  padding-bottom: 40px;
}
.page .productsDetails-s100 .industrial-s5-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: max(0.1rem, 10px);
}
.page .productsDetails-s100 .industrial-s5-swiper .swiper-slide .img-box {
  border-radius: max(0.1rem, 10px);
  overflow: hidden;
  font-size: 0;
  background-color: red;
}
.page .productsDetails-s100 .industrial-s5-swiper .swiper-slide .item-bot {
  position: absolute;
  bottom: 0.24rem;
  left: 0;
  width: 100%;
  padding: 0 0.25rem;
}
.page .productsDetails-s100 .industrial-s5-swiper .swiper-slide .item-bot h3 {
  font-size: var(--font-size-24);
  color: white;
}
.page .productsDetails-s100 .industrial-s5-swiper .swiper-slide .item {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--text-color);
  width: 100%;
  padding: 0.25rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  bottom: -100%;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s100 .industrial-s5-swiper .swiper-slide .item h3 {
  font-size: var(--font-size-24);
  color: white;
}
.page .productsDetails-s100 .industrial-s5-swiper .swiper-slide .item .title {
  margin-top: 0.2rem;
  color: white;
}
.page .productsDetails-s100 .industrial-s5-swiper .swiper-slide:hover .item {
  bottom: 0;
}
.page .productsDetails-s100 .swiper-pagination {
  bottom: 0;
}
.page .productsDetails-s100 .swiper-pagination-bullet {
  background-color: #b2b2b2;
  opacity: 1;
}
.page .productsDetails-s100 .swiper-pagination-bullet-active {
  background-color: #000000;
}

.page .about-s2 {
  padding-top: 0.98rem;
  padding-bottom: 0.99rem;
}
.page .about-s2 .content {
  overflow: hidden;
}
.page .about-s2 .content h2 {
  text-align: center;
  font-size: var(--font-size-150);
}
.page .about-s2 .content .module1 {
  flex-wrap: wrap;
  margin-top: 0.96rem;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .about-s2 .content .module1 .module1-left {
  width: 26.22%;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .about-s2 .content .module1 .module1-left .module1-left-head {
  padding-bottom: 0.3rem;
}
.page .about-s2 .content .module1 .module1-left .module1-left-head p {
  font-size: var(--font-size-18);
  color: #111;
  text-align: right;
}
.page .about-s2 .content .module1 .module1-left .module1-left-bot img {
  width: auto;
}
.page .about-s2 .content .module1 .module1-centent {
  width: 35.33%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.page .about-s2 .content .module1 .module1-right {
  width: 31.44%;
}
.page .about-s2 .content .module1 .module1-right .p-list {
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .about-s2 .content .module1 .module1-right .p-list p {
  color: #111111;
  opacity: 0.8;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-18);
  margin-bottom: 0.3rem;
}
.page .about-s2 .content .module1 .module1-right .p-list p:hover {
  opacity: 1;
}
.page .about-s2 .content .module1 .module1-right .p-list p:nth-last-child(1) {
  margin-bottom: 0;
}
.page .about-s2 .content .module2 {
  margin-top: 1.05rem;
}
.page .about-s2 .content .module2 .list {
  width: 100%;
  padding-bottom: 0.3rem;
  min-width: 1128px;
}
.page .about-s2 .content .module2 .list .item {
  width: 17.5%;
  margin-right: 3.125%;
  border-bottom: 4px solid #000000;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .about-s2 .content .module2 .list .item .item-head {
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-bottom: 0.74rem;
  -moz-box-align: start;
       align-items: flex-start;
}
.page .about-s2 .content .module2 .list .item .item-head .number {
  font-family: "ms_bb";
  position: relative;
  font-size: var(--font-size-48);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--primary-color);
  padding-bottom: 2px;
  font-style: italic;
}
.page .about-s2 .content .module2 .list .item .item-head .number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary-color);
}
.page .about-s2 .content .module2 .list .item .item-head p {
  font-family: "ms_bb";
  width: 70%;
  font-size: var(--font-size-18);
  color: #000000;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .about-s2 .content .module2 .list .item:hover {
  border-color: var(--primary-color);
}
.page .about-s2 .content .module2 .list .item:hover p {
  color: var(--primary-color);
}
.page .about-s2 .content .module2 .list .item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .page .about-s2 .content .module1 .module1-left {
    width: 46%;
  }
  .page .about-s2 .content .module1 .module1-centent {
    width: 48%;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .page .about-s2 .content .module1 .module1-right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page .about-s2 .content .module1 .module1-left {
    width: 100%;
  }
  .page .about-s2 .content .module1 .module1-left img {
    width: 100% !important;
  }
  .page .about-s2 .content .module1 .module1-centent {
    width: 100%;
    margin-top: 20px;
  }
}
.page .about-s3 {
  padding-top: 1.46rem;
  padding-bottom: 1.16rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.page .about-s3 .content {
  overflow: hidden;
}
.page .about-s3 .content h2 {
  text-align: center;
  font-size: var(--font-size-72);
  color: white;
}
.page .about-s3 .content .title {
  margin-top: 0.4rem;
  color: #ffffff;
  text-align: center;
}
.page .about-s3 .content .module1 {
  margin-top: 1.4rem;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .about-s3 .content .module1 .list .item {
  width: 22.5%;
}
.page .about-s3 .content .module1 .list .item h3 {
  font-size: var(--font-size-30);
  color: white;
  margin-top: 0.32rem;
}
.page .about-s3 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .about-s3 .content .module1 .list .item2 {
  position: relative;
  padding: 0 0.1rem;
}
.page .about-s3 .content .module1 .list .item2 .algorithm {
  color: white;
  font-size: var(--font-size-72);
  line-height: 1;
  position: relative;
  top: 30%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page .about-s3 .content .module1 .list {
    flex-wrap: wrap;
  }
  .page .about-s3 .content .module1 .list .item,
  .page .about-s3 .content .module1 .list .item2 {
    width: 100%;
    padding: 0;
  }
  .page .about-s3 .content .module1 .list .item2 {
    margin-bottom: 0.3rem;
  }
  .page .about-s3 .content .module1 .list .item2 .algorithm {
    top: 0;
    text-align: center;
  }
}
.page .about-s4 {
  padding-top: 2.32rem;
  padding-bottom: 3.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 9.76rem;
  position: relative;
  overflow: hidden;
}
.page .about-s4 .bg1 {
  position: absolute;
  width: 2.52rem;
  top: 0;
  right: 6.36%;
  z-index: 2;
}
.page .about-s4 .bg2 {
  position: absolute;
  width: auto;
  left: 3.02%;
  bottom: -35%;
  width: 2.18rem;
  z-index: 2;
}
.page .about-s4 .h2-box {
  position: relative;
  margin-left: 21.97%;
}
.page .about-s4 .h2-box .bg {
  position: absolute;
  left: 1.6rem;
  top: -0.2rem;
}
.page .about-s4 .h2-box .bg img {
  width: 7.29rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.page .about-s4 .h2-box h2 {
  padding-left: 2em; /* 给整体留空间 */
  text-indent: -2.1em; /* 把第一行拉回去 */
}
.page .about-s4 .title {
  width: 42%;
  color: #111111;
  font-size: var(--font-size-18);
  margin-left: 32.5%;
  line-height: 2;
  margin-top: 0.88rem;
}
@media screen and (max-width: 768px) {
  .page .about-s4 .h2-box {
    margin: 0 5%;
  }
  .page .about-s4 .title {
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
  }
}
.page .about-s5 {
  overflow: hidden;
  position: relative;
  padding-top: 3.45rem;
  padding-bottom: 2.68rem;
}
.page .about-s5 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%; /* 高度比容器大，留出移动空间 */
  background-image: url("images/aboutS5-bg.png");
  background-size: cover;
  background-position: center top;
  z-index: -1;
  will-change: transform; /* 提升动画性能 */
}
.page .about-s5 .content {
  overflow: hidden;
}
.page .about-s5 .content h2 {
  text-align: center;
  font-size: var(--font-size-72);
  color: white;
}
.page .about-s5 .content .module1 {
  margin-top: 0.66rem;
}
.page .about-s5 .content .module1 .list p {
  color: #ffffff;
  font-size: var(--font-size-24);
  margin: 0 auto 0.2rem auto;
  font-family: "ms_bb";
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.16rem;
  padding-bottom: 0.1rem;
}
.page .about-s5 .content .module1 .list p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.04rem;
  background-color: white;
}
.page .about-s5 .content .module1 .list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: max(0.16rem, 10px);
  width: max(0.06rem, 4px);
  height: max(0.06rem, 4px);
  border-radius: 50%;
  background-color: white;
}
.page .about-s6 {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 0.7rem;
}
.page .about-s6 .content h2 {
  font-size: var(--font-size-72);
}
.page .about-s6 .content .module1 {
  margin-top: 0.6rem;
  -moz-box-align: center;
       align-items: center;
}
.page .about-s6 .content .module1 .module1-left .i-box {
  width: max(0.64rem, 40px);
  height: max(0.64rem, 40px);
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .about-s6 .content .module1 .module1-left .i-box i {
  color: #111;
  font-size: var(--font-size-24);
}
.page .about-s6 .content .module1 .module1-left .i-box:hover::before {
  background-color: #000;
}
.page .about-s6 .content .module1 .module1-left .i-box:hover i {
  color: white !important;
}
.page .about-s6 .content .module1 .module1-left .i-box:nth-child(1) {
  margin-right: 0.3rem;
}
.page .about-s6 .content .module1 .module1-right {
  margin-left: 0.9rem;
}
.page .about-s6 .content .module1 .module1-right p {
  font-size: var(--font-size-18);
  color: #111111;
}
.page .about-s6 .content .module2 {
  margin-top: 0.94rem;
}
.page .about-s6 .content .module2 .swiper .item h3 {
  font-size: var(--font-size-20);
  margin-top: 0.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page .about-s6 .content .module1 {
    flex-wrap: wrap;
  }
  .page .about-s6 .content .module1 .module1-left {
    -moz-box-ordinal-group: 2;
         order: 1;
    margin-top: 10px;
  }
  .page .about-s6 .content .module1 .module1-right {
    width: 100%;
    margin-left: 0;
  }
}
.page .about-s7 {
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.page .about-s7 .content h2 {
  color: #111111;
  font-size: var(--font-size-48);
}
.page .about-s7 .content .title {
  margin-top: 0.85rem;
  color: #111111;
  text-align: right;
  font-size: var(--font-size-20);
}
.page .about-s7 .content .title strong {
  color: var(--text-color);
  font-size: var(--font-size-30);
}
.page .about-s7 .content table {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse; /* 合并边框 */
  margin-top: 1.16rem;
  margin-bottom: 0.2rem;
}
.page .about-s7 .content table tbody td {
  width: 14.28%;
  border: solid 1px #6a6a6a;
}
.page .about-s7 .content table tbody .img-box {
  padding: 0.1rem 0.1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.page .about-s7 .content table tbody .img-box img {
  width: auto;
  max-width: 70%;
}

.page .customize-s2 {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}
.page .customize-s2 .content .module1 h2 {
  font-size: var(--font-size-72);
  color: #111111;
}
.page .customize-s2 .content .module1 .h2-box {
  margin-top: 0.1rem;
}
.page .customize-s2 .content .module1 .h2-box h2 {
  font-size: var(--font-size-72);
  color: #111111;
}
.page .customize-s2 .content .module1 .h2-box .title {
  color: #111111;
  font-size: var(--font-size-20);
  padding-left: 0.54rem;
  width: 46%;
  line-height: 1.8;
}
.page .customize-s2 .content .module2 {
  margin-top: 1.08rem;
  padding-top: 0.62rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.page .customize-s2 .content .module2 .list {
  flex-wrap: wrap;
}
.page .customize-s2 .content .module2 .list .item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 0.5rem;
}
.page .customize-s2 .content .module2 .list .item .img-box {
  max-width: max(0.52rem, 28px);
  height: max(0.5rem, 30px);
}
.page .customize-s2 .content .module2 .list .item .img-box img {
  width: auto;
}
.page .customize-s2 .content .module2 .list .item h3 {
  margin-top: 0.5rem;
  color: #111111;
  font-size: var(--font-size-30);
  line-height: 1.5;
  height: max(0.9rem, 66px);
}
.page .customize-s2 .content .module2 .list .item p {
  margin-top: 0.36rem;
  color: #111111;
  line-height: 2;
}
.page .customize-s2 .content .module2 .list .item:hover .img-box {
  -moz-animation: swing 1s;
       animation: swing 1s;
}
.page .customize-s2 .content .module2 .list .item:nth-last-child(1) {
  margin-right: 0;
}
.page .customize-s2 .content .module3 {
  margin-top: 0.4rem;
  position: relative;
  -moz-transform: scale(0.6);
   -ms-transform: scale(0.6);
       transform: scale(0.6);
  opacity: 0;
}
.page .customize-s2 .content .module3 .swiper .item img {
  min-height: 400px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .customize-s2 .content .module3 .list {
  position: absolute;
  bottom: 0.6rem;
  left: 0.52rem;
  z-index: 2;
}
.page .customize-s2 .content .module3 .list .item {
  font-size: var(--font-size-24);
  color: #ffffff;
  font-family: "ms_bb";
  margin-bottom: 0.2rem;
  padding-bottom: max(0.08rem, 4px);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.page .customize-s2 .content .module3 .list .item::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  right: 0;
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .customize-s2 .content .module3 .list .item-active::after {
  left: 0%;
  right: initial;
  width: 100%;
}
.page .customize-s2 .content .all-btm {
  margin: 0.7rem auto 0;
}
@media screen and (max-width: 1028px) {
  .page .customize-s2 .content .module2 .list .item {
    width: 49%;
  }
  .page .customize-s2 .content .module2 .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  .page .customize-s2 .content .module1 .h2-box {
    flex-wrap: wrap;
  }
  .page .customize-s2 .content .module1 .h2-box .title {
    width: 100%;
  }
  .page .customize-s2 .content .module1 .item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1028px) {
  .page .customize-s2 .content .module2 .list .item {
    width: 49%;
  }
  .page .customize-s2 .content .module2 .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  .page .customize-s2 .content .module1 .h2-box {
    flex-wrap: wrap;
  }
  .page .customize-s2 .content .module1 .h2-box .title {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 668px) {
  .page .customize-s2 .content .module2 .list .item {
    width: 100%;
    margin-right: 0;
  }
  .page .customize-s2 .content .module2 .list .item p {
    margin-top: 0;
  }
}
.page .customize-s3 {
  padding-top: 1rem;
  padding-bottom: 0.7rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.page .customize-s3 .content h2 {
  color: white;
  font-size: var(--font-size-72);
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.page .customize-s3 .content .title {
  margin-top: 0.6rem;
  color: white;
  font-size: var(--font-size-20);
  text-align: center;
}
.page .customize-s3 .content .all-btm {
  margin: 0.6rem auto 0;
}
.page .customize-s3 .content .module1 {
  margin-top: 1.54rem;
}
.page .customize-s3 .content .module1 .list .item {
  width: 32%;
  margin-right: 2%;
  border: solid 1px #ffffff;
  padding: 0.2rem 0.2rem 0.54rem 0.2rem;
}
.page .customize-s3 .content .module1 .list .item .img-box {
  text-align: right;
}
.page .customize-s3 .content .module1 .list .item .img-box img {
  width: auto;
}
.page .customize-s3 .content .module1 .list .item h3 {
  color: #ffffff;
  font-size: var(--font-size-30);
  margin-top: 0.52rem;
  line-height: 1.2;
}
.page .customize-s3 .content .module1 .list .item p {
  margin-top: 0.48rem;
  color: #ffffff;
}
.page .customize-s3 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .customize-s3 .content .module1 .list .item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  .page .customize-s3 .content h2 {
    width: 100%;
  }
  .page .customize-s3 .content .module1 .list {
    flex-wrap: wrap;
  }
  .page .customize-s3 .content .module1 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page .customize-s4 .content .h2-box h2 {
  color: #111111;
  padding-left: 0;
}
.page .customize-s4 .content .module1 {
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.page .customize-s4 .content .module1 .module1-left h2 {
  color: #111111;
}
.page .customize-s4 .content .module1 .module1-left .title {
  color: #111111;
}
.page .customize-s4 .content .module2 .i-box {
  border: solid 1px rgba(0, 0, 0, 0.15) !important;
}
.page .customize-s4 .content .module2 .i-box i {
  color: #000000 !important;
}
.page .customize-s4 .content .module2 .i-box::before {
  background-color: #000000 !important;
}
.page .customize-s4 .content .module2 .i-box:hover i {
  color: white !important;
}
.page .customize-s4 .content .module2 h3,
.page .customize-s4 .content .module2 .item,
.page .customize-s4 .content .module2 .text {
  color: #111111 !important;
}
.page .customize-s4 .content .module2 p {
  color: #111111 !important;
  opacity: 0.7 !important;
}
.page .customize-s4 .content .module2 .text::after {
  background-color: #111 !important;
}
.page .customize-s5 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.98rem;
}
.page .customize-s5 .content h2 {
  color: #ffffff;
  text-align: left;
}
.page .customize-s5 .content .title {
  color: #ffffff;
  text-align: left;
  margin-top: 0.54rem;
}
.page .customize-s5 .content .module1 .item .number,
.page .customize-s5 .content .module1 .item h3,
.page .customize-s5 .content .module1 .item p {
  color: white !important;
  -webkit-text-decoration-color: white !important;
     -moz-text-decoration-color: white !important;
          text-decoration-color: white !important;
}
.page .customize-s5 .content .module1 .item:hover .number {
  color: var(--primary-color) !important;
  -webkit-text-decoration-color: var(--primary-color) !important;
     -moz-text-decoration-color: var(--primary-color) !important;
          text-decoration-color: var(--primary-color) !important; /* 下划线颜色，可选 */
}
.page .customize-s5 .content .module1 .item:hover p {
  opacity: 1 !important;
}
.page .customize-s5 .content .module2 {
  margin-top: 0.9rem;
}
.page .customize-s5 .content .module2 i {
  color: white;
}
.page .customize-s5 .content .module2 .swiper .indexS4-swiper-yarn-line2 {
  background-color: rgba(255, 255, 255, 0.1);
}
.page .customize-s5 .content .module2 .swiper .swiper-slide .item .line::after {
  background-color: #bbbbbb;
}
.page .customize-s6 {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page .customize-s6 .content h2 {
  font-size: var(--font-size-72);
  text-align: center;
}
.page .customize-s6 .content .title {
  margin-top: 0.6rem;
  text-align: center;
  color: #000000;
  font-size: var(--font-size-20);
}
.page .customize-s6 .content .module1 {
  margin-top: 0.5rem;
  -moz-box-align: center;
       align-items: center;
}
.page .customize-s6 .content .module1 > .i-box {
  width: max(0.64rem, 40px);
  height: max(0.64rem, 40px);
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .customize-s6 .content .module1 > .i-box i {
  color: #111;
  font-size: var(--font-size-24);
}
.page .customize-s6 .content .module1 > .i-box:hover::before {
  background-color: #000;
}
.page .customize-s6 .content .module1 > .i-box:hover i {
  color: white !important;
}
.page .customize-s6 .content .module1 > .i-box:nth-child(1) {
  margin-right: 0.3rem;
}
.page .customize-s6 .content .module1 .all-btm .i-box i {
  color: white;
}
.page .customize-s6 .content .module2 {
  margin-top: 0.94rem;
}
.page .customize-s6 .content .module2 .swiper .swiper-slide:nth-child(1n) {
  width: max(4.68rem, 280px);
}
.page .customize-s6 .content .module2 .swiper .swiper-slide:nth-child(2n) {
  width: max(3.48rem, 228px);
}
.page .customize-s6 .content .module2 .swiper .item .img-box {
  position: relative;
}
.page .customize-s6 .content .module2 .swiper .item .img-box .i-box {
  width: max(0.52rem, 38px);
  height: max(0.52rem, 38px);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-color: #ffffff;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .customize-s6 .content .module2 .swiper .item .img-box .i-box i {
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  font-size: var(--font-size-22);
  font-weight: bold;
}
.page .customize-s6 .content .module2 .swiper .item h3 {
  font-size: var(--font-size-20);
  margin-top: 0.2rem;
  line-height: 1.5;
}
.page .customize-s6 .content .module2 .swiper .item p {
  margin-top: 0.26rem;
  color: #111111;
  opacity: 0.7;
}
.page .customize-s6 .content .module2 .swiper .item:hover .img-box img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .customize-s6 .content .module2 .swiper .item:hover .img-box .i-box {
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page .customize-s6 .content .module1 {
    flex-wrap: wrap;
  }
  .page .customize-s6 .content .module1 .module1-left {
    -moz-box-ordinal-group: 2;
         order: 1;
    margin-top: 10px;
  }
  .page .customize-s6 .content .module1 .module1-right {
    width: 100%;
    margin-left: 0;
  }
}
.page .customize-s7 {
  overflow: hidden;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.page .customize-s7 .content h2 {
  color: #111111;
  font-size: var(--font-size-72);
  line-height: 1.2;
}
.page .customize-s7 .content .h2-box p {
  color: #111111;
  font-size: var(--font-size-20);
  margin-left: 0.2rem;
}
.page .customize-s7 .content .module1 {
  margin-top: 0.76rem;
}
.page .customize-s7 .content .module1 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.page .customize-s7 .content .module1 .swiper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.page .customize-s7 .content .module1 .swiper .swiper-pagination {
  position: initial;
  margin-top: 0.64rem;
  background-color: rgba(0, 0, 0, 0.07);
}
.page .customize-s7 .content .module1 .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--primary-color);
}
.page .customize-s7 .content .module1 .swiper .item .item-bot {
  padding-bottom: 0.86rem;
  background-color: white;
}
.page .customize-s7 .content .module1 .swiper .item .item-bot h3 {
  color: #000000;
  font-size: var(--font-size-30);
  line-height: 1.2;
  padding: 0 0.5rem;
}
.page .customize-s7 .content .module1 .swiper .item .item-bot p {
  margin-top: 0.48rem;
  color: #000000;
  line-height: 2;
  padding: 0 0.5rem;
  margin-bottom: 0.86rem;
}
.page .customize-s7 .content .module1 .swiper .item .item-bot .rating {
  width: 100%;
  height: max(1.1rem, 60px);
  background-color: #f6f5ef;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page .customize-s7 .content .module1 .swiper .item .item-bot .rating .sanjiao {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid white;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.page .customize-s7 .content .module1 .swiper .item .item-bot .rating i {
  font-size: var(--font-size-22);
  margin-right: 0.12rem;
  color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .customize-s7 .content .module1 .swiper .item:hover .img-box img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .customize-s7 .content .module1 .swiper .item:hover .item-bot .rating {
  background-color: #111111;
}
.page .customize-s7 .content .module1 .swiper .item:hover .item-bot .rating i {
  color: white;
}
@media screen and (max-width: 768px) {
  .page .customize-s7 .content .h2-box {
    display: block;
  }
}

.page .service-s2 {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 3.96rem;
  padding-bottom: 4.2rem;
  position: relative;
}
.page .service-s2 .content {
  overflow: hidden;
}
.page .service-s2 .content h2 {
  color: white;
  font-size: var(--font-size-72);
}
.page .service-s2 .content .title {
  margin-top: 0.46rem;
  color: #ffffff;
  font-size: var(--font-size-20);
  padding-left: 3rem;
  line-height: 1.8;
}
.page .service-s2 .content .module1 {
  position: absolute;
  top: 0.94rem;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  -moz-box-pack: right;
       justify-content: right;
}
.page .service-s2 .content .module1 .list .item {
  width: 4.44rem;
  min-height: 5.08rem;
  margin-bottom: 0.48rem;
  border: solid 1px white;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.page .service-s2 .content .module1 .list .item .item-head {
  padding: 0.3rem 0.26rem;
  border-bottom: 1px solid white;
}
.page .service-s2 .content .module1 .list .item .item-head .number {
  font-family: "ms_bb";
  color: white;
  font-size: var(--font-size-30);
  font-style: italic;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline; /* 必须设置 underline */
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white; /* 下划线颜色 */
  text-decoration-thickness: 0.02rem; /* 下划线粗细 */
  text-underline-offset: 4px; /* 下划线与文字间距 */
}
.page .service-s2 .content .module1 .list .item .item-bot {
  padding: 0.3rem 0.26rem;
  -moz-box-flex: 1;
       flex: 1;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .service-s2 .content .module1 .list .item .item-bot h3 {
  color: white;
  font-size: var(--font-size-30);
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.page .service-s2 .content .module1 .list .item .item-bot p {
  color: white;
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.page .service-s2 .content .module1 .list2 {
  margin-top: 2.1rem;
  margin-left: 0.48rem;
}
@media screen and (max-width: 1280px) {
  .page .service-s2 .content .title {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 980px) {
  .page .service-s2 .content .module1 {
    position: initial;
    margin-top: 30px;
    -moz-transform: translate(0);
     -ms-transform: translate(0);
         transform: translate(0);
    -moz-box-pack: center;
         justify-content: center;
  }
  .page .service-s2 .content .module1 .list {
    width: 50%;
  }
  .page .service-s2 .content .module1 .list .item {
    width: 100%;
  }
  .page .service-s2 .content .module1 .list .item h3 {
    font-size: var(--font-size-26) !important;
    word-break: break-word;
  }
  .page .service-s2 .content .module1 .list2 {
    margin-left: 0.3rem;
  }
}
.page .service-s3 {
  overflow: hidden;
  padding-top: 1.1rem;
  padding-bottom: 0.8rem;
  position: relative;
  background-color: #f7f6f0;
}
.page .service-s3 .content {
  overflow: hidden;
}
.page .service-s3 .content .module1 {
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: end;
       align-items: flex-end;
}
.page .service-s3 .content .module1 .module1-left h2 {
  font-size: var(--font-size-72);
}
.page .service-s3 .content .module1 .module1-left > h2 {
  padding-left: 3.1rem;
}
.page .service-s3 .content .module1 .module1-left .h-box {
  margin-top: 0.1rem;
}
.page .service-s3 .content .module1 .module1-left .h-box p {
  font-size: var(--font-size-20);
  color: #111111;
  margin-left: 0.3rem;
}
.page .service-s3 .content .module2 {
  margin-top: 1.4rem;
}
.page .service-s3 .content .module2 .list .item {
  padding: 0.28rem 0;
  min-height: 1.62rem;
  -moz-box-align: start;
       align-items: flex-start;
  border-top: 1px solid #111;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .service-s3 .content .module2 .list .item .item-left {
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 50%;
  padding-right: 0.3rem;
}
.page .service-s3 .content .module2 .list .item .item-left .number {
  font-style: italic;
  font-family: "ms_bb";
  font-size: var(--font-size-48);
  color: var(--text-color);
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline; /* 必须设置 underline */
  -webkit-text-decoration-color: var(--primary-color);
     -moz-text-decoration-color: var(--primary-color);
          text-decoration-color: var(--primary-color); /* 下划线颜色 */
  text-decoration-thickness: 2px; /* 下划线粗细 */
  text-underline-offset: 8px; /* 下划线与文字间距 */
}
.page .service-s3 .content .module2 .list .item .item-left h3 {
  margin-left: 0.76rem;
  color: #111111;
  font-size: var(--font-size-36);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .service-s3 .content .module2 .list .item .item-right {
  width: 50%;
}
.page .service-s3 .content .module2 .list .item .item-right p {
  font-size: var(--font-size-24);
  color: #111111;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .service-s3 .content .module2 .list .item:hover {
  background-color: #111;
}
.page .service-s3 .content .module2 .list .item:hover .item-left h3 {
  color: white;
}
.page .service-s3 .content .module2 .list .item:hover .item-right p {
  color: white;
}
@media screen and (max-width: 980px) {
  .page .service-s3 .content .module1 {
    flex-wrap: wrap;
  }
  .page .service-s3 .content .module1 .module1-left {
    width: 100%;
  }
  .page .service-s3 .content .module1 .module1-left > h2 {
    padding-left: 0;
  }
  .page .service-s3 .content .module1 .module1-left .h-box {
    display: block;
  }
  .page .service-s3 .content .module1 .module1-left .h-box p {
    margin-left: 0;
  }
  .page .service-s3 .content .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-pack: right;
         justify-content: right;
  }
  .page .service-s3 .content .module2 .list .item {
    flex-wrap: wrap;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .page .service-s3 .content .module2 .list .item .item-left {
    width: 100%;
  }
  .page .service-s3 .content .module2 .list .item .item-right {
    width: 100%;
    margin-top: 20px;
  }
}
.page .service-s4 {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 0.82rem;
  position: relative;
}
.page .service-s4 .content h2 {
  color: white;
  font-size: var(--font-size-72);
  text-align: center;
}
.page .service-s4 .content .title {
  margin-top: 0.56rem;
  color: #ffffff;
  font-size: var(--font-size-20);
  text-align: center;
}
.page .service-s4 .content .module1 .swiper {
  padding-top: 1.26rem;
  padding-right: max(0.8rem, 20px);
}
.page .service-s4 .content .module1 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.page .service-s4 .content .module1 .swiper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.page .service-s4 .content .module1 .swiper .swiper-slide .item {
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  width: 100%;
  padding-left: 0.32rem;
}
.page .service-s4 .content .module1 .swiper .swiper-slide .item .item-head {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .service-s4 .content .module1 .swiper .swiper-slide .item .item-head .number {
  font-size: var(--font-size-30);
  line-height: 1;
  font-family: "ms_bb";
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: var(--text-color);
  font-style: italic;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline; /* 必须设置 underline */
  -webkit-text-decoration-color: var(--text-color);
     -moz-text-decoration-color: var(--text-color);
          text-decoration-color: var(--text-color); /* 下划线颜色 */
  text-decoration-thickness: 3px; /* 下划线粗细 */
  text-underline-offset: 4px; /* 下划线与文字间距 */
}
.page .service-s4 .content .module1 .swiper .swiper-slide .item .item-head h3 {
  color: white;
  font-size: var(--font-size-30);
  margin-left: 0.34rem;
  line-height: 1.4;
  margin-top: -0.04rem;
}
.page .service-s4 .content .module1 .swiper .swiper-slide .item .item-bot {
  -moz-box-flex: 1;
       flex: 1;
  margin-top: 0.96rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
}
.page .service-s4 .content .module1 .swiper .swiper-slide .item .item-bot p {
  color: #ffffff;
}
.page .service-s4 .content .module1 .swiper .swiper-slide .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: white;
}
.page .service-s4 .content .module1 .swiper .swiper-slide .item:hover .img-box img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .service-s4 .content .module1 .swiper .swiper-slide .item:hover .number {
  color: var(--primary-color);
}
.page .service-s4 .content .module2 {
  margin-top: 1.1rem;
}
.page .service-s4 .content .module2 i {
  flex-shrink: 0;
  margin-top: 0.3rem;
  font-weight: bold;
  font-size: var(--font-size-20);
  position: relative;
}
.page .service-s4 .content .module2 i:hover {
  color: var(--text-color);
  cursor: pointer;
}
.page .service-s4 .content .module2 .swiper {
  width: 100%;
}
.page .service-s4 .content .module2 .swiper .indexS4-swiper-yarn-line {
  position: absolute;
  height: 2px;
  width: 0px;
  left: 0;
  top: 0.4rem;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.page .service-s4 .content .module2 .swiper .indexS4-swiper-yarn-line2 {
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 0.4rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  z-index: 0;
}
.page .service-s4 .content .module2 .swiper .swiper-slide {
  position: relative;
  z-index: 1;
}
.page .service-s4 .content .module2 .swiper .swiper-slide .item {
  padding: 0.4rem 0;
  height: 50px;
  cursor: pointer;
}
.page .service-s4 .content .module2 .swiper .swiper-slide .item .line {
  width: 100%;
  height: 2px;
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}
.page .service-s4 .content .module2 .swiper .swiper-slide .item .line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-color: white;
  width: max(0.1rem, 8px);
  height: max(0.1rem, 8px);
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}
.page .service-s4 .content .module2 .swiper .swiper-slide .item .line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  width: max(0.1rem, 8px);
  height: max(0.1rem, 8px);
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 11;
  opacity: 0;
}
.page .service-s4 .content .module2 .swiper .swiper-slide .item .line-active::after {
  background-color: var(--primary-color) !important;
}
.page .service-s4 .content .module2 .swiper .swiper-slide .item .yarn {
  color: #666666;
  font-size: var(--font-size-20);
  font-size: 24px;
  margin-top: 0.16rem;
  margin-top: 16px;
  text-align: center;
  font-family: "MiSans Latin", Sans-serif;
  font-weight: 700;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1400px) {
  .page .service-s4 .content .module2 .swiper .swiper-slide .item .yuan {
    font-size: 20px;
  }
}
.page .service-s4 .content .module2 .swiper .active-year .yarn {
  font-weight: bold;
  color: #333333 !important;
}
.page .service-s4 .content .module2 .swiper .active-year .line::after {
  background-color: var(--primary-color) !important;
}
.page .service-s4 .content .module2 .swiper .active-year .line-active::after {
  width: max(0.14rem, 12px) !important;
  height: max(0.14rem, 12px) !important;
  background-color: var(--primary-color) !important;
}
.page .service-s4 .content .module2 .swiper .active-year .line-active::before {
  opacity: 1 !important;
}
@media screen and (max-width: 568px) {
  .page .service-s4 .content .module1 .swiper {
    padding-right: 0px;
  }
  .page .service-s4 .content .module1 .swiper .item .number {
    right: 6px !important;
    top: -30px !important;
  }
}
.page .service-s5 {
  padding-top: 0.92rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.page .service-s5 .content .module1 {
  position: relative;
}
.page .service-s5 .content .module1 .module1-left {
  position: relative;
}
.page .service-s5 .content .module1 .module1-left .img-box {
  position: absolute;
  top: -0.2rem;
  left: 2.4rem;
  z-index: -1;
  max-width: 7.75rem;
}
.page .service-s5 .content .module1 .module1-left .h2-box h2 {
  color: #111111;
  font-size: var(--font-size-72);
  padding-left: 3.7rem;
  text-wrap: nowrap;
}
.page .service-s5 .content .module1 .module1-left .h2-box2 {
  margin-top: 0.1rem;
}
.page .service-s5 .content .module1 .module1-left .h2-box2 h2 {
  color: #111111;
  font-size: var(--font-size-72);
  text-wrap: nowrap;
}
.page .service-s5 .content .module1 .module1-left .h2-box2 p {
  margin-left: 0.6rem;
  font-size: var(--font-size-20);
  color: #111111;
}
.page .service-s5 .content .module1 .module1-left2 {
  display: none;
  -moz-box-pack: right;
       justify-content: right;
  flex-wrap: wrap;
}
.page .service-s5 .content .module1 .module1-left2 p {
  font-size: var(--font-size-20);
  color: #111111;
  width: 100%;
}
.page .service-s5 .content .module1 .module1-left2 .all-btm {
  margin: 0.1rem 0 0 0;
}
.page .service-s5 .content .module2 {
  margin-top: 1.18rem;
}
.page .service-s5 .content .module2 .list .item {
  margin-bottom: 0.4rem;
}
.page .service-s5 .content .module2 .list .item .item-head {
  padding: 0.4rem 0.6rem;
  border: solid 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .service-s5 .content .module2 .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .service-s5 .content .module2 .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-36);
  color: #111;
  line-height: 1.4;
}
.page .service-s5 .content .module2 .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
}
.page .service-s5 .content .module2 .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #111;
  font-size: var(--font-size-26);
}
.page .service-s5 .content .module2 .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .service-s5 .content .module2 .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border: solid 1px transparent;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .service-s5 .content .module2 .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  padding: 0.2rem 0.1rem 0.2rem 0.3rem;
  margin: 0.2rem 0.6rem 0.2rem 0.3rem;
  color: #111;
  font-size: var(--font-size-18);
  line-height: 1.8;
}
.page .service-s5 .content .module2 .list .item .item-bot .scroll-y p {
  color: #111;
  font-size: var(--font-size-18);
  line-height: 1.8;
}
.page .service-s5 .content .module2 .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .service-s5 .content .module2 .list .item-active .item-head {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.page .service-s5 .content .module2 .list .item-active .item-head .item-head-right i:nth-child(1) {
  display: none;
}
.page .service-s5 .content .module2 .list .item-active .item-head .item-head-right i:nth-child(2) {
  display: block !important;
}
.page .service-s5 .content .module2 .list .item-active .item-bot {
  border-color: rgba(0, 0, 0, 0.4);
  max-height: max(2rem, 200px);
}
@media screen and (max-width: 1280px) {
  .page .service-s5 .content .module1 .module1-left .h2-box {
    display: block;
  }
  .page .service-s5 .content .module1 .module1-left .h2-box h2 {
    text-wrap: wrap;
  }
  .page .service-s5 .content .module1 .module1-left .h2-box .all-btm {
    display: none;
  }
  .page .service-s5 .content .module1 .module1-left .h2-box2 {
    display: block;
  }
  .page .service-s5 .content .module1 .module1-left .h2-box2 h2 {
    text-wrap: wrap;
  }
  .page .service-s5 .content .module1 .module1-left .h2-box2 p {
    margin-left: 0;
    margin-top: 0.1rem;
  }
  .page .service-s5 .content .module1 .module1-left2 {
    display: -moz-box;
    display: flex;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page .service-s5 .content .module1 .module1-left .img-box {
    max-width: 100%;
    width: 100%;
    left: 0;
    top: -0.6rem;
  }
  .page .service-s5 .content .module1 .module1-left .h2-box h2 {
    padding-left: 0.4rem;
  }
}

.page .processMaterials-s2 {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 3.96rem;
  padding-bottom: 4.2rem;
  position: relative;
}
.page .processMaterials-s2 .content {
  overflow: hidden;
}
.page .processMaterials-s2 .content h2 {
  color: white;
  font-size: var(--font-size-72);
}
.page .processMaterials-s2 .content .title {
  margin-top: 0.46rem;
  color: #ffffff;
  font-size: var(--font-size-20);
  padding-left: 3rem;
}
.page .processMaterials-s2 .content .module1 {
  position: absolute;
  top: 0.94rem;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  -moz-box-pack: right;
       justify-content: right;
}
.page .processMaterials-s2 .content .module1 .list .item {
  width: 4.44rem;
  min-height: 5.08rem;
  margin-bottom: 0.48rem;
  border: solid 1px white;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.page .processMaterials-s2 .content .module1 .list .item .item-head {
  padding: 0.3rem 0.26rem;
  border-bottom: 1px solid white;
}
.page .processMaterials-s2 .content .module1 .list .item .item-head .number {
  font-family: "ms_bb";
  color: white;
  font-size: var(--font-size-30);
  font-style: italic;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline; /* 必须设置 underline */
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white; /* 下划线颜色 */
  text-decoration-thickness: 0.02rem; /* 下划线粗细 */
  text-underline-offset: 4px; /* 下划线与文字间距 */
}
.page .processMaterials-s2 .content .module1 .list .item .item-bot {
  padding: 0.3rem 0.26rem;
  -moz-box-flex: 1;
       flex: 1;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .processMaterials-s2 .content .module1 .list .item .item-bot h3 {
  color: white;
  font-size: var(--font-size-30);
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.page .processMaterials-s2 .content .module1 .list .item .item-bot p {
  color: white;
  font-size: var(--font-size-16);
}
.page .processMaterials-s2 .content .module1 .list2 {
  margin-top: 2.1rem;
  margin-left: 0.48rem;
}
@media screen and (max-width: 1280px) {
  .page .processMaterials-s2 .content .title {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 980px) {
  .page .processMaterials-s2 .content .module1 {
    position: initial;
    margin-top: 30px;
    -moz-transform: translate(0);
     -ms-transform: translate(0);
         transform: translate(0);
    -moz-box-pack: center;
         justify-content: center;
  }
  .page .processMaterials-s2 .content .module1 .list {
    width: 50%;
  }
  .page .processMaterials-s2 .content .module1 .list .item {
    width: 100%;
  }
  .page .processMaterials-s2 .content .module1 .list .item h3 {
    font-size: var(--font-size-26) !important;
    word-break: break-word;
  }
  .page .processMaterials-s2 .content .module1 .list2 {
    margin-left: 0.3rem;
  }
}
.page .processMaterials-s3 {
  padding-top: 1rem;
  padding-bottom: 0.7rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.page .processMaterials-s3 .content .h-box {
  flex-wrap: wrap;
}
.page .processMaterials-s3 .content .h-box h2 {
  color: white;
  font-size: var(--font-size-68);
  margin-right: 0.4rem;
}
.page .processMaterials-s3 .content .h-box .title,
.page .processMaterials-s3 .content .h-box p {
  color: white;
  font-size: var(--font-size-20);
}
.page .processMaterials-s3 .content .h-box2 {
  margin-top: 0.2rem;
  flex-wrap: nowrap;
}
.page .processMaterials-s3 .content .h-box2 h2 {
  padding-left: 13.5%;
}
.page .processMaterials-s3 .content .h-box2 .all-btm {
  flex-shrink: 0;
}
.page .processMaterials-s3 .content .module1 {
  margin-top: 1.54rem;
  flex-wrap: wrap;
}
.page .processMaterials-s3 .content .module1 .list .item {
  width: 32.6666%;
  margin-right: 1%;
  border: solid 1px #ffffff;
  padding: 0.2rem 0.2rem 0.54rem 0.2rem;
}
.page .processMaterials-s3 .content .module1 .list .item .img-box {
  text-align: right;
}
.page .processMaterials-s3 .content .module1 .list .item .img-box img {
  width: auto;
}
.page .processMaterials-s3 .content .module1 .list .item h3 {
  color: #ffffff;
  font-size: var(--font-size-30);
  margin-top: 0.52rem;
  line-height: 1.5;
}
.page .processMaterials-s3 .content .module1 .list .item p {
  margin-top: 0.4rem;
  color: #ffffff;
}
.page .processMaterials-s3 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .processMaterials-s3 .content .module1 .list .item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  .page .processMaterials-s3 .content .h-box h2 {
    margin-right: 0;
  }
  .page .processMaterials-s3 .content .h-box2 {
    flex-wrap: wrap;
  }
  .page .processMaterials-s3 .content .h-box2 h2 {
    padding-left: 0;
    margin-right: 0;
  }
  .page .processMaterials-s3 .content .h-box2 .all-btm {
    margin-top: 10px;
  }
  .page .processMaterials-s3 .content .module1 .list {
    flex-wrap: wrap;
  }
  .page .processMaterials-s3 .content .module1 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page .processMaterials-s4 {
  background-color: #f7f6f0;
  padding-top: 0.99rem;
  padding-bottom: 0.84rem;
}
.page .processMaterials-s4 .content .module1 {
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .processMaterials-s4 .content .module1 .module1-left {
  width: 70%;
  margin-right: 0.3rem;
  flex-wrap: wrap;
}
.page .processMaterials-s4 .content .module1 .module1-left h2 {
  font-size: var(--font-size-72);
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.page .processMaterials-s4 .content .module1 .module1-left p {
  color: #111111;
  font-size: var(--font-size-20);
}
.page .processMaterials-s4 .content .module1 .module1-right {
  flex-shrink: 0;
}
.page .processMaterials-s4 .content .module2 {
  margin-top: 0.82rem;
}
.page .processMaterials-s4 .content .module2 .list .item {
  padding: 0.37rem 0.4rem 0.37rem 0.5rem;
  background-color: #000000;
  margin-bottom: max(0.1rem, 8px);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .processMaterials-s4 .content .module2 .list .item .item-left {
  width: 50%;
}
.page .processMaterials-s4 .content .module2 .list .item .item-left .number {
  font-size: var(--font-size-48);
  color: #ffffff;
  font-family: "ms_bb";
  text-decoration: underline; /* 添加下划线 */
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white; /* 下划线颜色，可选 */
  text-decoration-thickness: 0.04rem; /* 下划线粗细，可选 */
  text-underline-offset: 0.1rem; /* 下划线与文字间距，可选 */
}
.page .processMaterials-s4 .content .module2 .list .item .item-left h3 {
  font-size: var(--font-size-36);
  color: #ffffff;
  margin-left: 0.76rem;
}
.page .processMaterials-s4 .content .module2 .list .item .item-right {
  width: 48%;
}
.page .processMaterials-s4 .content .module2 .list .item .item-right p {
  font-family: "ms_bb";
  color: #ffffff;
  line-height: 1.8;
}
.page .processMaterials-s4 .content .module2 .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .processMaterials-s4 .content .module2 .list .item:hover {
  background-color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .page .processMaterials-s4 .content .module1 {
    flex-wrap: wrap;
  }
  .page .processMaterials-s4 .content .module1 .module1-left {
    width: 100%;
  }
  .page .processMaterials-s4 .content .module1 .module1-left h2 {
    margin-right: 0;
  }
  .page .processMaterials-s4 .content .module1 .module1-right {
    width: 100%;
    margin-top: 6px;
  }
  .page .processMaterials-s4 .content .module2 .list .item {
    flex-wrap: wrap;
  }
  .page .processMaterials-s4 .content .module2 .list .item .item-left {
    width: 100%;
    display: block;
  }
  .page .processMaterials-s4 .content .module2 .list .item .item-left h3 {
    margin-left: 0;
    margin-top: 16px;
  }
  .page .processMaterials-s4 .content .module2 .list .item .item-right {
    width: 100%;
    margin-top: 16px;
  }
}
.page .processMaterials-s5 {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.1rem;
  padding-bottom: 0.76rem;
}
.page .processMaterials-s5 .content h2 {
  color: white;
  font-size: var(--font-size-72);
  text-align: center;
}
.page .processMaterials-s5 .content .title {
  color: white;
  font-size: var(--font-size-20);
  text-align: center;
  margin-top: 0.34rem;
  line-height: 1.8;
}
.page .processMaterials-s5 .content table {
  width: 100%;
  min-width: 880px;
  margin-top: 1.02rem;
  border-collapse: collapse; /* ⭐ 合并边框 */
}
.page .processMaterials-s5 .content table thead th {
  background-color: var(--primary-color);
  color: white;
  font-size: var(--font-size-36);
  font-family: "ms_bb";
  padding: 0.4rem 0.5rem;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.page .processMaterials-s5 .content table tbody tr th {
  color: white;
  font-size: var(--font-size-30);
  padding: 0.5rem 0.4rem;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.5;
}
.page .processMaterials-s5 .content table tbody tr td {
  color: white;
  font-size: var(--font-size-16);
  padding: 0.5rem 0.4rem;
  text-align: left;
  opacity: 0.7;
  line-height: 1.5;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.page .processMaterials-s5 .content .all-btm {
  margin: 0.76rem auto 0;
}
.page .processMaterials-s6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page .processMaterials-s6 .content h2 {
  font-size: var(--font-size-72);
  text-align: center;
}
.page .processMaterials-s6 .content .title {
  color: #111111;
  font-size: var(--font-size-20);
  text-align: center;
  margin-top: 0.34rem;
  line-height: 1.8;
}
.page .processMaterials-s6 .content .all-btm {
  margin: 0.5rem auto 0 auto;
}
.page .processMaterials-s6 .content .list {
  margin-top: 1.32rem;
}
.page .processMaterials-s6 .content .list .item {
  width: 32.66%;
  margin-right: 1%;
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .processMaterials-s6 .content .list .item .img-box img {
  min-height: 400px;
  max-height: max(5.3rem, 400px);
  -o-object-fit: cover;
     object-fit: cover;
}
.page .processMaterials-s6 .content .list .item .scroll-y {
  max-height: 60%;
}
.page .processMaterials-s6 .content .list .item .item-bot {
  position: absolute;
  z-index: 1;
  bottom: 0.52rem;
  left: 0;
  padding: 0 0.1rem;
  margin: 0 0.2rem;
}
.page .processMaterials-s6 .content .list .item .item-bot h3 {
  color: white;
  font-size: var(--font-size-30);
  line-height: 1.5;
}
.page .processMaterials-s6 .content .list .item .item-bot p {
  color: white;
  font-size: var(--font-size-16);
  margin-top: 0.6rem;
}
.page .processMaterials-s6 .content .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .processMaterials-s6 .content .list .item-active {
  -moz-transform: translateY(-0.6rem);
   -ms-transform: translateY(-0.6rem);
       transform: translateY(-0.6rem);
}
@media screen and (max-width: 880px) {
  .page .processMaterials-s6 .content .list {
    flex-wrap: wrap;
  }
  .page .processMaterials-s6 .content .list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page .processMaterials-s6 .content .list .item .img-box img {
    min-height: 100%;
  }
  .page .processMaterials-s6 .content .list .item-active {
    -moz-transform: translateY(0rem);
     -ms-transform: translateY(0rem);
         transform: translateY(0rem);
  }
}
.page .processMaterials-s7 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.page .processMaterials-s7 .content h2 {
  color: white;
  font-size: var(--font-size-72);
}
.page .processMaterials-s7 .content .module1 {
  margin-top: 0.74rem;
}
.page .processMaterials-s7 .content .module1 .title,
.page .processMaterials-s7 .content .module1 p {
  color: white;
  font-size: var(--font-size-20);
  text-align: center;
  width: 24%;
  text-align: left;
}
.page .processMaterials-s7 .content .module2 {
  margin-top: 1.54rem;
}
.page .processMaterials-s7 .content .module2 .list .item {
  width: 32%;
  margin-right: 2%;
  border: solid 1px #ffffff;
  padding: 0.2rem 0.2rem 0.54rem 0.2rem;
}
.page .processMaterials-s7 .content .module2 .list .item .img-box {
  text-align: right;
}
.page .processMaterials-s7 .content .module2 .list .item .img-box img {
  width: auto;
}
.page .processMaterials-s7 .content .module2 .list .item h3 {
  color: #ffffff;
  font-size: var(--font-size-30);
  margin-top: 0.52rem;
  line-height: 1.5;
}
.page .processMaterials-s7 .content .module2 .list .item p {
  margin-top: 0.48rem;
  color: #ffffff;
  line-height: 1.8;
}
.page .processMaterials-s7 .content .module2 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .processMaterials-s7 .content .module2 .list .item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  .page .processMaterials-s7 .content h2 {
    width: 100%;
  }
  .page .processMaterials-s7 .content .module1 {
    flex-wrap: wrap;
  }
  .page .processMaterials-s7 .content .module1 p,
  .page .processMaterials-s7 .content .module1 .title {
    width: 100%;
  }
  .page .processMaterials-s7 .content .module1 .all-btm {
    margin-top: 20px;
  }
  .page .processMaterials-s7 .content .module2 .list {
    flex-wrap: wrap;
  }
  .page .processMaterials-s7 .content .module2 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page .processMaterials-s8 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}
.page .processMaterials-s8 .content h2 {
  font-size: var(--font-size-72);
}
.page .processMaterials-s8 .content .module1 {
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 0.1rem;
}
.page .processMaterials-s8 .content .module1 .module1-left {
  width: 70%;
  margin-right: 0.3rem;
  flex-wrap: wrap;
}
.page .processMaterials-s8 .content .module1 .module1-left h2 {
  font-size: var(--font-size-72);
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.page .processMaterials-s8 .content .module1 .module1-left p {
  color: #111111;
  font-size: var(--font-size-20);
}
.page .processMaterials-s8 .content .module1 .module1-right {
  flex-shrink: 0;
}
.page .processMaterials-s8 .content .module2 {
  margin-top: 1.16rem;
}
.page .processMaterials-s8 .content .module2 .list {
  flex-wrap: wrap;
}
.page .processMaterials-s8 .content .module2 .list .item {
  width: 32.44%;
  margin-right: 1.33%;
  position: relative;
  padding-bottom: 3.6rem;
  border-top: 1px solid #111;
  padding-top: 0.36rem;
}
.page .processMaterials-s8 .content .module2 .list .item h3 {
  color: #111111;
  font-size: var(--font-size-30);
}
.page .processMaterials-s8 .content .module2 .list .item p {
  margin-bottom: 0.28rem;
  color: #111111;
  opacity: 0.7;
  margin-top: 0.4rem;
}
.page .processMaterials-s8 .content .module2 .list .item .img-box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page .processMaterials-s8 .content .module2 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .processMaterials-s8 .content .module2 .list .item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  .page .processMaterials-s8 .content .module1 {
    flex-wrap: wrap;
  }
  .page .processMaterials-s8 .content .module1 .module1-left {
    width: 100%;
  }
  .page .processMaterials-s8 .content .module1 .module1-left h2 {
    margin-right: 0;
  }
  .page .processMaterials-s8 .content .module1 .module1-right {
    width: 100%;
    margin-top: 6px;
  }
  .page .processMaterials-s8 .content .module2 .list .item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .page .processMaterials-s8 .content .module2 .list .item .img-box {
    position: initial;
  }
}
.page .processMaterials-s9 {
  padding-top: 1.2rem;
  padding-bottom: 0.72rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.page .processMaterials-s9 .content h2 {
  font-size: var(--font-size-72);
  color: white;
}
.page .processMaterials-s9 .content .module1 {
  margin-top: 0.1rem;
  flex-wrap: wrap;
}
.page .processMaterials-s9 .content .module1 h2 {
  margin-right: 0.4rem;
}
.page .processMaterials-s9 .content .module1 p {
  color: #ffffff;
  font-size: var(--font-size-20);
}
.page .processMaterials-s9 .content .module2 {
  margin-top: 4.06rem;
}
.page .processMaterials-s9 .content .module2 .swiper .item h3 {
  color: #ffffff;
  font-size: var(--font-size-24);
  margin-top: 0.2rem;
  text-align: center;
  line-height: 1.4;
}
.page .processMaterials-s9 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}

.page .project-s2 {
  background-color: var(--primary-color);
  padding: 1.1rem 0;
}
.page .project-s2 .content h2 {
  color: white;
}
.page .project-s2 .content .module1 {
  margin-top: 0.1rem;
}
.page .project-s2 .content .module1 .module1-left {
  width: 70%;
}
.page .project-s2 .content .module1 .module1-left h2 {
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.page .project-s2 .content .module1 .module1-left p {
  color: #ffffff;
  font-size: var(--font-size-20);
}
.page .project-s2 .content .module1 .module1-right {
  flex-shrink: 0;
}
@media screen and (max-width: 880px) {
  .page .project-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .project-s2 .content .module1 .module1-left {
    width: 100%;
    flex-wrap: wrap;
  }
  .page .project-s2 .content .module1 .module1-left h2 {
    width: 100%;
    margin-right: 0;
  }
  .page .project-s2 .content .module1 .module1-left p {
    width: 100%;
    margin-top: 8px;
  }
  .page .project-s2 .content .module1 .module1-right {
    margin: 20px auto 0;
  }
}
.page .project-s3 {
  background-color: #000000;
}
.page .project-s3 .content {
  padding: 0.18rem 0 0.18rem 0.18rem;
}
.page .project-s3 .content .swiper .item {
  position: relative;
}
.page .project-s3 .content .swiper .item .img-box {
  position: relative;
}
.page .project-s3 .content .swiper .item .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page .project-s3 .content .swiper .item .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.page .project-s3 .content .swiper .item .item-bot {
  position: absolute;
  left: 50%;
  bottom: 0.64rem;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: -moz-calc(100% - 0.4rem);
  width: calc(100% - 0.4rem);
  padding: 0 0.22rem;
  z-index: 2;
  max-height: 30%;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .project-s3 .content .swiper .item .item-bot h3 {
  color: #ffffff;
  font-size: var(--font-size-36);
}
.page .project-s3 .content .swiper .item .item-bot p {
  color: #ffffff;
  margin-top: 0.46rem;
}
.page .project-s3 .content .swiper .item:hover .img-box::after {
  opacity: 0;
}
.page .project-s3 .content .swiper .i-box {
  width: max(0.64rem, 40px);
  height: max(0.64rem, 40px);
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  z-index: 2;
  background-color: white;
}
.page .project-s3 .content .swiper .i-box i {
  color: #000;
  font-size: var(--font-size-24);
}
.page .project-s3 .content .swiper .i-box::before {
  background-color: #000;
}
.page .project-s3 .content .swiper .i-box:hover {
  border-color: transparent;
}
.page .project-s3 .content .swiper .i-box:hover i {
  color: white !important;
}
.page .project-s3 .content .swiper .swiper-prev {
  left: 0.6rem;
}
.page .project-s3 .content .swiper .swiper-next {
  right: 0.6rem;
}
.page .project-s3 .content .swiper .swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page .project-s3 .content .content {
    padding: 0.18rem;
    z-index: 2;
  }
  .page .project-s3 .content .content i {
    color: white;
    font-size: var(--font-size-24);
  }
}
@media screen and (max-width: 768px) {
  .page .project-s3 .content {
    padding: 0.18rem;
  }
}
.page .project-s4 {
  padding-top: 0.96rem;
  padding-bottom: 0.8rem;
}
.page .project-s4 .content h2 {
  text-align: center;
}
.page .project-s4 .content h4 {
  margin: 0.5rem auto 0 auto;
  font-size: var(--font-size-36);
  text-align: center;
  color: #111111;
  font-family: "ms_l";
  font-weight: normal;
  width: 70%;
  line-height: 1.5;
}
.page .project-s4 .content .title {
  margin-top: 0.5rem;
  font-size: var(--font-size-20);
  text-align: center;
  color: #111111;
}
.page .project-s4 .content .module1 {
  margin-top: 0.9rem;
}
.page .project-s4 .content .module1 .list {
  flex-wrap: wrap;
}
.page .project-s4 .content .module1 .list .item {
  width: 32.66%;
  margin-right: 1%;
  margin-bottom: 0.5rem;
}
.page .project-s4 .content .module1 .list .item h3 {
  margin-top: 0.4rem;
  font-size: var(--font-size-20);
  line-height: 1.5;
  font-family: "ms_l";
  font-weight: normal;
}
.page .project-s4 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .project-s4 .content .module1 .list .item:nth-child(3n) {
  margin-right: 0;
}
.page .project-s4 .content .module1 .list .item2 {
  width: 49.5%;
}
.page .project-s4 .content .module1 .list .item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .project-s4 .content .module1 .list .item {
    width: 100%;
  }
}
.page .project-s5 {
  padding-top: 0.92rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
  background-color: #000000;
}
.page .project-s5 .content .module1 {
  position: relative;
}
.page .project-s5 .content .module1 .module1-left {
  position: relative;
}
.page .project-s5 .content .module1 .module1-left .img-box {
  position: absolute;
  top: -0.2rem;
  left: 2.4rem;
  z-index: -1;
  z-index: 1;
  max-width: 7.75rem;
}
.page .project-s5 .content .module1 .module1-left .h2-box {
  position: relative;
  z-index: 2;
}
.page .project-s5 .content .module1 .module1-left .h2-box h2 {
  color: white;
  font-size: var(--font-size-72);
  padding-left: 3.7rem;
  text-wrap: nowrap;
}
.page .project-s5 .content .module1 .module1-left .h2-box2 {
  margin-top: 0.1rem;
  position: relative;
  z-index: 2;
}
.page .project-s5 .content .module1 .module1-left .h2-box2 h2 {
  color: white;
  font-size: var(--font-size-72);
  text-wrap: nowrap;
}
.page .project-s5 .content .module1 .module1-left .h2-box2 p {
  margin-left: 0.6rem;
  font-size: var(--font-size-20);
  color: white;
}
.page .project-s5 .content .module1 .module1-left2 {
  display: none;
  -moz-box-pack: right;
       justify-content: right;
  flex-wrap: wrap;
}
.page .project-s5 .content .module1 .module1-left2 p {
  font-size: var(--font-size-20);
  color: white;
  width: 100%;
}
.page .project-s5 .content .module1 .module1-left2 .all-btm {
  margin: 0.1rem 0 0 0;
}
.page .project-s5 .content .module2 {
  margin-top: 1.18rem;
}
.page .project-s5 .content .module2 .list .item {
  margin-bottom: 0.4rem;
}
.page .project-s5 .content .module2 .list .item .item-head {
  padding: 0.4rem 0.6rem;
  border: solid 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .project-s5 .content .module2 .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .project-s5 .content .module2 .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-36);
  color: #ffffff;
  line-height: 1.4;
}
.page .project-s5 .content .module2 .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
}
.page .project-s5 .content .module2 .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: var(--font-size-26);
}
.page .project-s5 .content .module2 .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .project-s5 .content .module2 .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border: solid 1px transparent;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .project-s5 .content .module2 .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  padding: 0.2rem 0.1rem 0.2rem 0.3rem;
  margin: 0.2rem 0.6rem 0.2rem 0.3rem;
  color: #ffffff;
  font-size: var(--font-size-18);
  line-height: 1.8;
}
.page .project-s5 .content .module2 .list .item .item-bot .scroll-y p {
  color: #ffffff;
  font-size: var(--font-size-18);
  line-height: 1.8;
}
.page .project-s5 .content .module2 .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .project-s5 .content .module2 .list .item-active .item-head {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.page .project-s5 .content .module2 .list .item-active .item-head .item-head-right i:nth-child(1) {
  display: none;
}
.page .project-s5 .content .module2 .list .item-active .item-head .item-head-right i:nth-child(2) {
  display: block !important;
}
.page .project-s5 .content .module2 .list .item-active .item-bot {
  border-color: rgba(255, 255, 255, 0.4);
  max-height: max(2rem, 200px);
}
@media screen and (max-width: 1280px) {
  .page .project-s5 .content .module1 .module1-left .h2-box {
    display: block;
  }
  .page .project-s5 .content .module1 .module1-left .h2-box h2 {
    text-wrap: wrap;
  }
  .page .project-s5 .content .module1 .module1-left .h2-box .all-btm {
    display: none;
  }
  .page .project-s5 .content .module1 .module1-left .h2-box2 {
    display: block;
  }
  .page .project-s5 .content .module1 .module1-left .h2-box2 h2 {
    text-wrap: wrap;
  }
  .page .project-s5 .content .module1 .module1-left .h2-box2 p {
    margin-left: 0;
    margin-top: 0.1rem;
  }
  .page .project-s5 .content .module1 .module1-left2 {
    display: -moz-box;
    display: flex;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page .project-s5 .content .module1 .module1-left .img-box {
    max-width: 100%;
    width: 100%;
    left: 0;
    top: -0.6rem;
  }
  .page .project-s5 .content .module1 .module1-left .h2-box h2 {
    padding-left: 0.4rem;
  }
}

.projectDetails-page {
  background-color: #000;
}
.projectDetails-page .crumbs-page .crumbs {
  color: white;
}
.projectDetails-page .crumbs-page i {
  color: white;
}
.projectDetails-page .crumbs-page a {
  color: white;
}

.page .projectDetails-s2 {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.page .projectDetails-s2 .content h2 {
  font-size: var(--font-size-72);
  text-align: center;
  color: white;
}
.page .projectDetails-s2 .content .title {
  font-size: var(--font-size-20);
  text-align: center;
  margin-top: 0.44rem;
  color: white;
}
.page .projectDetails-s2 .content .module1 .list {
  margin-top: 0.8rem;
  flex-wrap: wrap;
}
.page .projectDetails-s2 .content .module1 .list .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.4rem;
}
.page .projectDetails-s2 .content .module1 .list .item img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .projectDetails-s2 .content .module1 .list .item p {
  color: white;
  font-size: var(--font-size-16);
  text-align: center;
  margin-top: 0.14rem;
}
.page .projectDetails-s2 .content .module1 .list .item h3 {
  color: white;
  font-size: var(--font-size-20);
  text-align: center;
  margin-top: 0.2rem;
}
.page .projectDetails-s2 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .projectDetails-s2 .content .module1 .list .item:nth-child(3n) {
  margin-right: 0;
}
.page .projectDetails-s2 .content .module2 {
  margin-top: 0.74rem;
}
.page .projectDetails-s2 .content .module2 .name {
  font-size: var(--font-size-18);
  color: white;
}
.page .projectDetails-s2 .content .module2 i {
  font-weight: bold;
  color: var(--text-color2);
  font-size: var(--font-size-20);
  color: white;
}
.page .projectDetails-s2 .content .module2 .i-box:hover i,
.page .projectDetails-s2 .content .module2 .i-box:hover .name {
  color: white;
  color: var(--primary-color);
}

.page .faqs-s1 {
  padding-top: 0.54rem;
  padding-bottom: 0.64rem;
}
.page .faqs-s1 h2 {
  font-size: var(--font-size-60);
  color: #fffefe;
}
.page .faqs-s1 .list {
  margin-top: 0.66rem;
  margin-bottom: 0.84rem;
}
.page .faqs-s1 .list .item {
  margin-bottom: 0.4rem;
}
.page .faqs-s1 .list .item .item-head {
  padding: 0.4rem 0.6rem;
  border: solid 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.page .faqs-s1 .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .faqs-s1 .list .item .item-head .item-head-left i {
  color: white;
  font-size: var(--font-size-26);
}
.page .faqs-s1 .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-36);
  color: #fffefe;
  line-height: 1.4;
}
.page .faqs-s1 .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
}
.page .faqs-s1 .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  font-size: var(--font-size-26);
}
.page .faqs-s1 .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .faqs-s1 .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  border: solid 1px rgba(255, 255, 255, 0.4);
  border-top: none;
}
.page .faqs-s1 .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  padding: 0.2rem 0.1rem 0.2rem 0.3rem;
  margin: 0.2rem 0.6rem 0.2rem 0.3rem;
  color: #fffefe;
  font-size: var(--font-size-18);
  line-height: 1.8;
}
.page .faqs-s1 .list .item .item-bot .scroll-y p {
  color: #fffefe;
  font-size: var(--font-size-18);
  line-height: 1.8;
}
.page .faqs-s1 .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .faqs-s1 .list .item-active .item-head-right i:nth-child(1) {
  display: none;
}
.page .faqs-s1 .list .item-active .item-head-right i:nth-child(2) {
  display: block !important;
}
.page .faqs-s1 .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}

.faqa-page {
  background-color: #000000;
}
.faqa-page .crumbs-page {
  color: white;
}
.faqa-page .crumbs-page .crumbs a {
  color: white;
}
.faqa-page .crumbs-page i {
  color: white;
}
.faqa-page .crumbs-page i:hover {
  color: var(--primary-color);
}
.faqa-page .crumbs-page a:hover {
  color: var(--primary-color);
}

.contactUs-s2 .content h2 {
  text-align: center;
  font-size: var(--font-size-72);
}
.contactUs-s2 .content .module1 {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 1.06rem;
}
.contactUs-s2 .content .module1 .list .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  flex-wrap: wrap;
}
.contactUs-s2 .content .module1 .list .item .item-left {
  padding: 0.2rem 0.2rem 0.42rem 0.6rem;
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.contactUs-s2 .content .module1 .list .item .item-right {
  padding: 0.2rem 0.2rem 0.42rem 0.6rem;
  width: 50%;
}
.contactUs-s2 .content .module1 .list .item h4 {
  font-size: var(--font-size-24);
  font-weight: normal;
}
.contactUs-s2 .content .module1 .list .item p {
  margin-top: 0.2rem;
  font-size: var(--font-size-30);
  color: #000000;
}
.contactUs-s2 .content .module2 .module2-left {
  width: 50%;
  padding: 0.4rem 0.2rem 0.5rem 0;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.contactUs-s2 .content .module2 .module2-left h3 {
  font-size: var(--font-size-24);
  font-weight: normal;
}
.contactUs-s2 .content .module2 .module2-left .img-box {
  margin-top: 0.32rem;
}
.contactUs-s2 .content .module2 .module2-right {
  width: 50%;
  padding: 0.9rem 0.2rem 0.5rem 0.4rem;
}
.contactUs-s2 .content .module2 .module2-right h2 {
  margin-bottom: 0.52rem;
  text-align: left;
  font-size: var(--font-size-60);
}
@media screen and (max-width: 880px) {
  .contactUs-s2 .content .module1 {
    border-bottom: none;
  }
  .contactUs-s2 .content .module1 .list .item .item-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 2.83%;
  }
  .contactUs-s2 .content .module1 .list .item .item-right {
    width: 100%;
    padding-left: 2.83%;
  }
  .contactUs-s2 .content .module2 {
    margin-bottom: 40px;
  }
  .contactUs-s2 .content .module2 .module2-box {
    flex-wrap: wrap;
  }
  .contactUs-s2 .content .module2 .module2-left {
    width: 100%;
    border-right: none;
  }
  .contactUs-s2 .content .module2 .module2-right {
    width: 100%;
    padding: 0;
  }
}

.page .news-s2 {
  padding-top: 0.54rem;
  padding-bottom: 0.8rem;
}
.page .news-s2 h2 {
  color: var(--text-color2);
}
.page .news-s2 .title {
  font-size: var(--font-size-20);
  margin-top: 0.44rem;
  color: var(--text-color2);
}
.page .news-s2 .module1 {
  margin-top: 1.32rem;
}
.page .news-s2 .module1 .tabList .item {
  font-size: var(--font-size-24);
  margin-right: 0.8rem;
  position: relative;
  padding-bottom: 0.2rem;
  color: var(--primary-color2);
}
.page .news-s2 .module1 .tabList .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background-color: var(--text-color2);
  height: 2px;
  width: 0%;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .news-s2 .module1 .tabList .item-active::after {
  width: 100%;
}
.page .news-s2 .module1 .tabList .item:hover::after {
  width: 100%;
}
.page .news-s2 .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .news-s2 .module2 {
  margin-top: 0.66rem;
}
.page .news-s2 .module2 .list {
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.page .news-s2 .module2 .list .item {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 0.6rem;
  width: 23.5%;
  margin-right: 2%;
  overflow: hidden;
  display: block;
}
.page .news-s2 .module2 .list .item .img-box {
  overflow: hidden;
  font-size: 0;
}
.page .news-s2 .module2 .list .item .img-box img {
  width: 100%;
  -moz-transition: 1s;
  transition: 1s;
}
.page .news-s2 .module2 .list .item .item-bot h3,
.page .news-s2 .module2 .list .item .item-bot h5 {
  font-size: var(--font-size-30);
  margin-top: 0.46rem;
  line-height: 1.5;
}
.page .news-s2 .module2 .list .item .item-bot .item-title {
  margin-top: 0.38rem;
}
.page .news-s2 .module2 .list .item .item-bot .more-box {
  margin-top: 0.5rem;
}
.page .news-s2 .module2 .list .item .item-bot .more-box .time {
  font-size: var(--font-size-16);
}
.page .news-s2 .module2 .list .item .item-bot .more-box .more {
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.8rem;
}
.page .news-s2 .module2 .list .item .item-bot .more-box .more .name {
  margin: 0 0.2rem;
  color: white;
}
.page .news-s2 .module2 .list .item .item-bot .more-box .more .i-box {
  width: max(0.52rem, 34px);
  height: max(0.52rem, 34px);
  border-radius: 50%;
  background-color: #000000;
  flex-shrink: 0;
}
.page .news-s2 .module2 .list .item .item-bot .more-box .more .i-box i {
  color: white;
  font-size: var(--font-size-24);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
}
.page .news-s2 .module2 .list .item:nth-child(4n) {
  margin-right: 0;
}
.page .news-s2 .module2 .list .item:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.page .news-s2 .module2 .list .item:hover .btm-gradientContent {
  color: white !important;
}
.page .news-s2 .module2 .list .item:hover .btm-gradientContent > div {
  color: white !important;
}
.page .news-s2 .module2 .list .item:hover .btm-gradientContent .i-box i {
  -moz-transform: rotate(0deg) !important;
   -ms-transform: rotate(0deg) !important;
       transform: rotate(0deg) !important;
}
.page .news-s2 .module2 .list .item:hover .btm-gradientContent::before {
  -moz-transform: translateY(-50%) scale(100);
   -ms-transform: translateY(-50%) scale(100);
       transform: translateY(-50%) scale(100);
}
@media screen and (max-width: 1280px) {
  .page .news-s2 .module2 .list .item {
    width: 32%;
    margin-right: 2% !important;
  }
  .page .news-s2 .module2 .list .item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 880px) {
  .page .news-s2 .module2 .list .item {
    width: 49%;
    margin-right: 2% !important;
  }
  .page .news-s2 .module2 .list .item:nth-child(3n) {
    margin-right: 2% !important;
  }
  .page .news-s2 .module2 .list .item:nth-child(2n) {
    margin-right: 0% !important;
  }
}
@media screen and (max-width: 618px) {
  .page .news-s2 .module2 .list .item {
    width: 100%;
    margin-right: 0 !important;
  }
}

.page .newsDetails-s2 .content {
  position: relative;
  margin-top: 0.8rem;
  padding-bottom: 0.7rem;
}
.page .newsDetails-s2 .content .module1 h2 {
  font-size: var(--font-size-60);
}
.page .newsDetails-s2 .content .module1 .author {
  margin-top: 0.32rem;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #000;
  flex-wrap: wrap;
}
.page .newsDetails-s2 .content .module1 .author .author-left {
  padding-right: 0.4rem;
  padding-bottom: 0.3rem;
  flex-wrap: wrap;
}
.page .newsDetails-s2 .content .module1 .author .author-left .time {
  font-size: var(--font-size-16);
  margin-right: 0.2rem;
}
.page .newsDetails-s2 .content .module1 .author .author-left .zuozhe {
  margin-top: 0.2rem;
}
.page .newsDetails-s2 .content .module1 .author .author-left .zuozhe .i-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
}
.page .newsDetails-s2 .content .module1 .author .author-left .zuozhe p {
  margin-left: 0.12rem;
  color: #111111;
}
.page .newsDetails-s2 .content .module1 .author .author-right {
  flex-shrink: 0;
}
.page .newsDetails-s2 .content .module1 .author .author-right .i-box {
  margin-right: 0.5rem;
}
.page .newsDetails-s2 .content .module1 .author .author-right .i-box i {
  color: var(--primary-color2);
  font-size: var(--font-size-26);
}
.page .newsDetails-s2 .content .module1 .author .author-right .i-box:hover i {
  color: var(--primary-color);
}
.page .newsDetails-s2 .content .module1 .author .author-right .i-box:nth-last-child(1) {
  margin-right: 0;
}
.page .newsDetails-s2 .content .module2 {
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 0.74rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.page .newsDetails-s2 .content .module2 .module2-left {
  width: 18.11%;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page .newsDetails-s2 .content .module2 .module2-left h2 {
  font-size: var(--font-size-24);
}
.page .newsDetails-s2 .content .module2 .module2-left .text-box p {
  margin-bottom: 0.3rem;
  color: var(--text-color2);
  font-size: var(--font-size-18);
  cursor: pointer;
  font-family: "ms_bb";
}
.page .newsDetails-s2 .content .module2 .module2-left .text-box p:nth-last-child(1) {
  margin-bottom: 0;
}
.page .newsDetails-s2 .content .module2 .module2-left .text-box p:hover {
  color: var(--text-color);
}
.page .newsDetails-s2 .content .module2 .module2-left form {
  margin-top: 0.64rem;
}
.page .newsDetails-s2 .content .module2 .module2-right {
  width: 74.33%;
}
.page .newsDetails-s2 .content .module2 .module2-right .article h2 {
  font-size: var(--font-size-24);
  margin-bottom: 0.24rem;
}
.page .newsDetails-s2 .content .module2 .module2-right .article h2,
.page .newsDetails-s2 .content .module2 .module2-right .article h3,
.page .newsDetails-s2 .content .module2 .module2-right .article h4,
.page .newsDetails-s2 .content .module2 .module2-right .article h5,
.page .newsDetails-s2 .content .module2 .module2-right .article h6 {
  margin-bottom: 0.24rem;
}
.page .newsDetails-s2 .content .module2 .module2-right .article img {
  width: auto;
  margin-bottom: 0.24rem;
}
.page .newsDetails-s2 .content .module2 .module2-right .article p {
  margin-bottom: 0.24rem;
  color: var(--text-color2);
  line-height: 1.5;
  font-size: var(--font-size-18);
}
.page .newsDetails-s2 .content .module2 .module2-right .line2 {
  margin-top: 0.5rem;
}
.page .newsDetails-s2 .content .module2 .module2-right .switch {
  margin-top: 0.36rem;
}
.page .newsDetails-s2 .content .module2 .module2-right .switch .btm {
  background-color: #ffffff;
  box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
  border-radius: max(0.05rem, 5px);
  border: solid 1px #efefef;
  color: #666666;
  font-size: var(--font-size-16);
  margin-left: max(0.06rem, 6px);
  padding: 0.12rem 0.22rem;
  cursor: pointer;
}
.page .newsDetails-s2 .content .module2 .module2-right .switch .btm:hover {
  background-color: var(--text-color);
  color: white;
}
.page .newsDetails-s2 .content .module3 {
  padding-top: 0.74rem;
}
.page .newsDetails-s2 .content .module3 .name {
  font-size: var(--font-size-18);
}
.page .newsDetails-s2 .content .module3 i {
  font-weight: bold;
  color: var(--text-color2);
  font-size: var(--font-size-20);
}
.page .newsDetails-s2 .content .module3 .i-box:hover i,
.page .newsDetails-s2 .content .module3 .i-box:hover .name {
  color: var(--primary-color);
}
@media screen and (max-width: 980px) {
  .page .newsDetails-s2 .content .module2 .module2-left {
    display: none;
  }
  .page .newsDetails-s2 .content .module2 .module2-right {
    width: 100%;
  }
}

.privacy-page {
  background-color: white;
}

.page .privacy-s1 {
  box-shadow: 6px 10px 120px 2px rgba(133, 167, 255, 0.14);
  border-radius: 0.05rem;
  padding: 0.6rem 1.65rem;
  margin-bottom: 0.4rem;
}
.page .privacy-s1 h1 {
  margin-bottom: 0.5rem;
}
.page .privacy-s1 h3 {
  margin: 0.3rem 0;
}
.page .privacy-s1 p {
  margin-bottom: 0.2rem;
}
.page .privacy-s1 hr {
  margin-bottom: 0.1rem;
}
.page .privacy-s1 a {
  color: var(--text-color);
}