@charset "UTF-8";
@font-face {
  font-family: "harmonyos-sans-sc-regular";
  src: url("../fonts/harmonyos/HarmonyOS_Sans_SC.woff2") format("woff2"), url("../fonts/harmonyos/HarmonyOS_Sans_SC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*公共常用样式*/
.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;
}

.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;
}

/* 插件初始化 */
.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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  /* overflow-x: hidden; */
  font: var(--font-size-16) "harmonyos-sans-sc-regular", "Microsoft YaHei", "sans-serif";
  --bg-colcor: #2346af;
  --text-color: #2346af;
  --all-color: #3768fe;
  --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: #eb2e3a;
  /* 文本色 */
  --text-color: #eb2e3a;
  /* 导航高度 */
  --header-height: 99px;
  --all-border-radius: 5px;
  line-height: 1.15;
  --font-size-72: max(0.72rem, 24px);
  --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: 1080px) {
  body {
    --header-height: 60px;
  }
}
ul {
  list-style-type: none;
  padding-left: 0; /* 取消左侧内边距 */
}

div,
a,
p,
span,
button,
input,
textarea {
  /* font-family: var(--font-regular); */
}

p {
  color: #666;
  font-size: var(--font-size-p);
  line-height: 1.5;
}

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

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;
}

.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%;
}

.w1660 {
  width: 86.79%;
  margin: 0 auto;
}

.w1600 {
  width: 84.46%;
  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,
  .w1600 {
    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%;
  }
}
.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-42);
}

.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: var(--header-height);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 10;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 4px 29px 0px rgba(199, 199, 199, 0.3);
}
.header-page .header .header-box {
  height: 100%;
}
.header-page .header .header-left {
  flex-shrink: 0;
  font-size: 0;
}
.header-page .header .header-left a {
  display: block;
}
.header-page .header .header-left .logo {
  width: auto;
  max-width: max(2rem, 130px);
}
.header-page .header .head-right {
  width: 100%;
  -moz-box-pack: right;
       justify-content: right;
  padding-left: 0.3rem;
}
.header-page .header .head-right .nav {
  margin-right: 0.7rem;
}
.header-page .header .head-right .nav .item {
  margin-right: 0.66rem;
  height: var(--header-height);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  font-size: var(--font-size-18);
  position: relative;
}
.header-page .header .head-right .nav .item > a {
  white-space: nowrap;
  height: var(--header-height);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.header-page .header .head-right .nav .item > a::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .head-right .nav .item .select {
  position: absolute;
  height: 0;
  left: 0px;
  top: var(--header-height);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 260px;
  max-width: 360px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -moz-transform: translate(0%, -10px) scale(1);
   -ms-transform: translate(0%, -10px) scale(1);
       transform: translate(0%, -10px) scale(1);
  -moz-transition: 0.8s;
  transition: 0.8s;
  border-radius: 10px;
}
.header-page .header .head-right .nav .item .select .select-list {
  position: relative;
  border: 1px solid rgba(230, 35, 43, 0.0902);
  padding: 0.14rem 0.24rem;
  opacity: 1;
  background-color: white;
  box-shadow: 0px 4px 27px 0px rgba(188, 188, 188, 0.3);
  overflow: hidden;
  border-radius: var(--all-border-radius);
}
.header-page .header .head-right .nav .item .select .select-list .box-item {
  width: 100%;
  padding: 16px 20px;
  font-size: var(--font-size-18);
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--all-border-radius);
  margin-bottom: 10px;
}
.header-page .header .head-right .nav .item .select .select-list .box-item h3 {
  font-size: var(--font-size-18);
  margin-left: 0.26rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
}
.header-page .header .head-right .nav .item .select .select-list .box-item .img-box {
  position: relative;
}
.header-page .header .head-right .nav .item .select .select-list .box-item .img-box img:nth-child(2) {
  display: none;
}
.header-page .header .head-right .nav .item .select .select-list .box-item-active h3 {
  color: #fff;
}
.header-page .header .head-right .nav .item .select .select-list .box-item-active .img-box img:nth-child(1) {
  display: none;
}
.header-page .header .head-right .nav .item .select .select-list .box-item-active .img-box img:nth-child(2) {
  display: block;
}
.header-page .header .head-right .nav .item .select .select-list .line-box {
  background-color: var(--primary-color);
  position: absolute;
  bottom: 80%;
  left: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0%;
  height: 0%;
  overflow: hidden;
  border-radius: var(--all-border-radius);
}
.header-page .header .head-right .nav .item .select3 {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 1;
  width: 65vw;
  -moz-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.header-page .header .head-right .nav .item .select3 .select-list {
  overflow: hidden;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin: 0px auto 0 auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: var(--all-border-radius);
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left {
  min-width: 28%;
  max-width: 30%;
  background-color: var(--primary-color);
  padding: 0.26rem 0.4rem;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList {
  position: relative;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  overflow: hidden;
  border-radius: var(--all-border-radius);
  width: 100%;
  height: 0;
  z-index: 1;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .box-item {
  font-size: var(--font-size-18);
  position: relative;
  color: white;
  padding: 0.15rem 0.36rem;
  overflow: hidden;
  border-radius: var(--all-border-radius);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  z-index: 2;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .box-item .img-box {
  margin-right: 0.3rem;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .box-item .img-box img {
  width: auto;
  max-width: 22px;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .box-item .img-box img:nth-child(1) {
  display: block;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .box-item .img-box img:nth-child(2) {
  display: none;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .box-item i {
  font-size: var(--font-size-12);
  position: absolute;
  top: 55%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  line-height: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: var(--text-color2);
  left: 100%;
  opacity: 0;
  font-weight: bold;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .box-item-active {
  color: var(--primary-color);
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .box-item-active .img-box img:nth-child(1) {
  display: none;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .tabList .box-item-active .img-box img:nth-child(2) {
  display: block;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .child {
  display: none;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .child .box2 {
  margin-right: 0.4rem;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .child .box2 .box-item {
  margin-bottom: 14px;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .child .box2:nth-last-child(1) {
  margin-right: 0;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-left .child-active {
  display: -moz-box;
  display: flex;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right {
  -moz-box-flex: 1;
       flex: 1;
  width: 100%;
  padding: 0.26rem 0.42rem 0.26rem 0.42rem;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child {
  display: none;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .series .series-item {
  font-size: var(--font-size-18);
  padding: 0.1rem 0.26rem;
  border: 1px solid #666666;
  overflow: hidden;
  border-radius: var(--all-border-radius);
  margin-right: 0.14rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .series .series-item:nth-last-child(1) {
  margin-right: 0;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .series .series-item-active {
  background-color: var(--primary-color);
  color: white;
  border-color: transparent;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .scroll-y {
  height: 48vh;
  margin-top: 0.22rem;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .products {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 0.2rem;
  padding-right: 0.2rem;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .products .products-item {
  border: 1px solid #dcdcdc;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.1rem 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .products .products-item .img-box {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .products .products-item .img-box img {
  width: auto;
  max-width: 60%;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .products .products-item h3 {
  color: #666666;
  font-size: var(--font-size-18);
  text-align: center;
  margin-top: 0.12rem;
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .products .products-item:hover {
  border-color: var(--primary-color);
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .products .products-item:hover h3 {
  color: var(--primary-color);
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .products-active {
  display: grid;
}
@media screen and (max-width: 1480px) {
  .header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
.header-page .header .head-right .nav .item .select3 .select-list .select-list-right .child-active {
  display: block;
}
.header-page .header .head-right .nav .item:nth-last-child(1) {
  margin-right: 0;
}
.header-page .header .head-right .nav .item-active > a::after {
  width: 100%;
  left: 0%;
}
.header-page .header .head-right .nav .item-active > a {
  color: var(--text-color);
}
.header-page .header .head-right .nav .item:hover > a::after {
  width: 100%;
  left: 0%;
}
.header-page .header .head-right .nav .item:hover .select {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
  left: 0px;
  -moz-transform: translate(0, 0) scale(1);
   -ms-transform: translate(0, 0) scale(1);
       transform: translate(0, 0) scale(1);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.header-page .header .head-right .nav .item:hover .select2 {
  height: auto;
  opacity: 1;
  -moz-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  pointer-events: auto;
}
.header-page .header .head-right .nav .item:hover .select3 {
  top: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.header-page .header .head-right .nav .item:hover > a::after {
  width: 100%;
}
.header-page .header .head-right .nav .item:hover > a {
  color: var(--text-color);
}
.header-page .header .head-right .phone {
  margin-right: 0.56rem;
}
.header-page .header .head-right .phone p {
  font-size: var(--font-size-20);
  color: #222;
}
.header-page .header .head-right .phone i {
  color: var(--text-color);
  font-size: var(--font-size-28);
  margin-right: 0.12rem;
}
.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;
  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.2rem;
  cursor: pointer;
}
.header-page .header .head-right .clearfix .search i {
  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 .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;
}
.header-page .m-mobilenav {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .header-page .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .header-page .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 .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 .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 .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .header-page .mbnav-list {
    margin-top: 20px;
  }
  .header-page .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 .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 .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #222;
  }
  .header-page .m-mobilenav .mbnav-btn.active .line {
    background-color: #ffffff;
  }
  .header-page .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .header-page .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #ffffff;
  }
  .header-page .m-mobilenav .mbnav-btn.active {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent;
  }
  .header-page .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .header-page .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .header-page .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100vh;
    opacity: 1;
  }
  .header-page .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 .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 .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 .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-page .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 .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 .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 .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .header-page .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(1) > a {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(2) > a {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(3) > a {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(4) > a {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(5) > a {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(6) > a {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(7) > a {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .header-page .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .header-page .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
    list-style: none;
  }
  .header-page .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .header-page .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
  }
  .header-page .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .header-page .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043f71;
  }
}

@media screen and (max-width: 1320px) {
  .header-page .header .head-right {
    -moz-box-pack: justify;
         justify-content: space-between;
    padding-left: 0;
  }
  .header-page .header .head-right .nav {
    -moz-box-pack: center;
         justify-content: center;
    width: 100%;
    margin: 0 0.4rem;
  }
  .header-page .header .head-right .phone {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .header-page .header {
    height: var(--header-height);
  }
  .header-page .header .head-right {
    -moz-box-pack: right;
         justify-content: right;
  }
  .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;
  overflow: hidden;
}
@-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 .bg {
  -o-object-position: right;
     object-position: right;
  min-height: 300px;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-banner .swiper-slide-active h1,
.all-banner .swiper-slide-active p {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
.all-banner .all-banner-content {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  height: 100%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.all-banner .all-banner-content h1 {
  font-size: var(--font-size-42);
  -moz-transition-delay: 0.3s;
       transition-delay: 0.3s;
}
.all-banner .all-banner-content p {
  font-size: var(--font-size-24);
  margin-top: 0.26rem;
  -moz-transition-delay: 0.6s;
       transition-delay: 0.6s;
}
.all-banner .module2 {
  padding: 0.2rem 0;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.all-banner .module2 .swiper {
  position: relative;
}
.all-banner .module2 .swiper .swiper-slide {
  width: auto;
}
.all-banner .module2 .swiper .swiper-slide .item {
  padding: 0.28rem 0.32rem;
  border-radius: var(--all-border-radius);
  position: relative;
  margin-right: 0.2rem;
}
.all-banner .module2 .swiper .swiper-slide .item .yuan {
  width: max(0.22rem, 16px);
  height: max(0.22rem, 16px);
  border-radius: 50%;
  border: 1px solid white;
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.all-banner .module2 .swiper .swiper-slide .item .yuan::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.all-banner .module2 .swiper .swiper-slide .item .name {
  margin-left: 0.22rem;
  font-size: var(--font-size-22);
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.all-banner .module2 .swiper .swiper-slide .item:hover .name {
  color: var(--primary-color);
}
.all-banner .module2 .swiper .swiper-slide .item-active {
  background-color: var(--primary-color);
}
.all-banner .module2 .swiper .swiper-slide .item-active .yuan {
  opacity: 1;
}
.all-banner .module2 .swiper .swiper-slide .item-active .name {
  color: white !important;
}
.all-banner .module2 .swiper .jiantou {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  z-index: 2;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.all-banner .module2 .swiper .jiantou i {
  font-size: var(--font-size-20);
}
.all-banner .module2 .swiper .swiper-next {
  right: 0;
  left: initial;
}
.all-banner .module2 .scroll-x {
  padding-bottom: 2px;
}
.all-banner .module2 .scroll-x::-webkit-scrollbar {
  height: 4px;
}
.all-banner .module2 .tabList .item {
  padding: 0.28rem 0.32rem;
  border-radius: var(--all-border-radius);
  position: relative;
  margin-right: 0.2rem;
}
.all-banner .module2 .tabList .item .yuan {
  width: max(0.22rem, 16px);
  height: max(0.22rem, 16px);
  border-radius: 50%;
  border: 1px solid white;
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.all-banner .module2 .tabList .item .yuan::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.all-banner .module2 .tabList .item .name {
  margin-left: 0.22rem;
  font-size: var(--font-size-22);
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.all-banner .module2 .tabList .item:hover .name {
  color: var(--primary-color);
}
.all-banner .module2 .tabList .item-active {
  background-color: var(--primary-color);
}
.all-banner .module2 .tabList .item-active .yuan {
  opacity: 1;
}
.all-banner .module2 .tabList .item-active .name {
  color: white !important;
}

.all-banner2 .all-banner-content {
  top: 50%;
  height: auto;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.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; /* 避免遮挡鼠标事件 */
}

.all-banner-top {
  height: var(--header-height);
}

.footer {
  background-color: #292929;
  position: relative;
  overflow: hidden;
}
.footer .bg {
  position: absolute;
  right: -3rem;
  bottom: -1.6rem;
  width: auto;
}
.footer .content .module1 {
  -moz-box-pack: justify;
       justify-content: space-between;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(216, 216, 216, 0.21);
}
.footer .content .module1 .module1-left {
  padding-top: 0.6rem;
  padding-bottom: 0.52rem;
  width: 25%;
}
.footer .content .module1 .module1-left .img-box img {
  width: auto;
}
.footer .content .module1 .module1-left .list {
  margin-top: 0.4rem;
}
.footer .content .module1 .module1-left .list .item {
  padding: 0.22rem 0 0.28rem 0;
  border-bottom: 1px solid rgba(216, 216, 216, 0.21);
}
.footer .content .module1 .module1-left .list .item .name {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-size-18);
}
.footer .content .module1 .module1-left .list .item p {
  color: white;
  font-size: var(--font-size-18);
  margin-left: 0.4rem;
  word-wrap: break-word; /* 允许长单词换行 */
}
.footer .content .module1 .module1-left .list .item .phone {
  font-size: var(--font-size-18);
}
.footer .content .module1 .module1-left .list .item:nth-last-child(1) {
  border-bottom-color: transparent;
}
.footer .content .module1 .module1-right {
  margin-left: 0.5rem;
}
.footer .content .module1 .module1-right .list .item {
  padding: 0 0.58rem;
  border-right: 1px solid rgba(216, 216, 216, 0.1);
  padding-top: 0.6rem;
  padding-bottom: 0.52rem;
}
.footer .content .module1 .module1-right .list .item h3 {
  font-size: var(--font-size-22);
  padding-bottom: 0.1rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-weight: 400;
}
.footer .content .module1 .module1-right .list .item h3 a {
  font-size: var(--font-size-22);
  color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .module1 .module1-right .list .item h3 a::after {
  content: "";
  position: absolute;
  left: inherit;
  left: 0%;
  bottom: 0;
  width: 30%;
  height: 2px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--primary-color);
}
.footer .content .module1 .module1-right .list .item h3 a:hover {
  color: var(--text-color);
}
.footer .content .module1 .module1-right .list .item h3 a:hover::after {
  width: 100%;
  left: 0%;
}
.footer .content .module1 .module1-right .list .item .item-textBox {
  margin-top: 0.26rem;
}
.footer .content .module1 .module1-right .list .item .item-textBox p {
  margin-bottom: 0.2rem;
}
.footer .content .module1 .module1-right .list .item .item-textBox p a {
  font-size: var(--font-size-18);
  color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.footer .content .module1 .module1-right .list .item .item-textBox p a::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0%;
  bottom: 0;
  width: 0%;
  height: 1px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--primary-color);
}
.footer .content .module1 .module1-right .list .item .item-textBox p a:hover {
  color: var(--text-color);
}
.footer .content .module1 .module1-right .list .item .item-textBox p a:hover::after {
  width: 100%;
  left: 0%;
}
.footer .content .module1 .module1-right .list .item:nth-last-child(1) {
  border-color: transparent;
}
.footer .content .module2 {
  padding: 0.2rem 0 0.4rem 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.footer .content .module2 .module2-left {
  flex-wrap: wrap;
  margin-right: 0.4rem;
  margin-top: 0.2rem;
}
.footer .content .module2 .module2-left .a {
  color: rgba(255, 255, 255, 0.39);
  margin-right: 0.16rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-14);
}
.footer .content .module2 .module2-right {
  margin-top: 0.2rem;
}
.footer .content .module2 .module2-right .friendship {
  border: 1px solid #ffffff;
  border-radius: 0.8rem;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  margin-right: 0.1rem;
  position: relative;
}
.footer .content .module2 .module2-right .friendship .name {
  color: white;
  font-size: var(--font-size-14);
}
.footer .content .module2 .module2-right .friendship .name i {
  margin-left: 0.12rem;
}
.footer .content .module2 .module2-right .friendship .select {
  position: absolute;
  left: 50%;
  bottom: 80%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  min-width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .module2 .module2-right .friendship .select .select-box {
  background: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(179, 179, 179, 0.3);
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 4px 0.2rem;
  margin-bottom: max(0.2rem, 10px);
}
.footer .content .module2 .module2-right .friendship .select .item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 12px;
  -moz-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer .content .module2 .module2-right .friendship .select .item i {
  font-size: var(--font-size-14);
}
.footer .content .module2 .module2-right .friendship .select .item:nth-last-child(1) {
  border-bottom: none;
}
.footer .content .module2 .module2-right .friendship .select .item:hover {
  color: var(--primary-color);
}
.footer .content .module2 .module2-right .friendship:hover .select {
  height: auto;
  opacity: 1;
  bottom: 100%;
}
.footer .content .module2 .module2-right .contact .item {
  width: max(0.32rem, 28px);
  height: max(0.32rem, 28px);
  border-radius: 50%;
  margin-right: 8px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid white;
  position: relative;
}
.footer .content .module2 .module2-right .contact .item i {
  font-size: var(--font-size-16);
  color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .module2 .module2-right .contact .item .code-box {
  position: absolute;
  background-color: white;
  width: 1.1rem;
  height: 1.1rem;
  bottom: -moz-calc(100% + 18px);
  bottom: calc(100% + 18px);
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.footer .content .module2 .module2-right .contact .item:hover .code-box {
  opacity: 1;
}
.footer .content .module2 .module2-right .contact .item:hover {
  border-color: var(--primary-color);
}
.footer .content .module2 .module2-right .contact .item:hover i {
  color: var(--primary-color);
}
@media screen and (max-width: 880px) {
  .footer .content .module1 {
    flex-wrap: wrap;
  }
  .footer .content .module1 .module1-left {
    width: 100%;
    text-align: center;
  }
  .footer .content .module1 .module1-right {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.footer-page {
  background-color: #292929;
}
.footer-page .content {
  padding: 1.2rem 0 0.35rem 0;
}
.footer-page .content .list {
  -moz-box-align: baseline;
       align-items: baseline;
}
.footer-page .content .list .item h3 {
  font-size: var(--font-size-18);
}
.footer-page .content .list .item .item-textBox {
  margin-top: 0.5rem;
}
.footer-page .content .list .item .item-textBox p,
.footer-page .content .list .item .item-textBox a {
  display: block;
  margin-bottom: 0.2rem;
  font-size: var(--font-size-16);
  color: #666;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer-page .content .list .item .item-textBox a:hover {
  color: var(--text-color);
  text-decoration: underline;
}
.footer-page .content .line {
  height: 2px;
  background-color: #eeeeed;
  margin: 0.6rem 0 0.18rem 0;
}
.footer-page .content .contact .contact-left p {
  margin-right: 0.46rem;
}
.footer-page .content .contact .contact-left a:hover {
  color: var(--text-color);
}
.footer-page .content .contact .contact-right .i-box {
  margin-right: 0.2rem;
  padding: 0.14rem;
  border-radius: 50%;
  background-color: #eeeeed;
}
.footer-page .content .contact .contact-right .i-box img {
  width: 16px;
}
.footer-page .content .contact .contact-right .i-box img:nth-child(2) {
  display: none;
}
.footer-page .content .contact .contact-right .i-box:hover {
  background-color: var(--text-color);
}
.footer-page .content .contact .contact-right .i-box:hover img:nth-child(1) {
  display: none;
}
.footer-page .content .contact .contact-right .i-box:hover img:nth-child(2) {
  display: block;
}
.footer-page .content .contact .contact-right .i-box:hover i {
  color: white;
}
.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);
  font-size: var(--font-size-40);
  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 .title {
  font-size: var(--font-size-30);
  color: #333333;
  margin-bottom: 0.5rem;
}
.footer-page .popupBox2 .popupBox2-content .content {
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.5rem;
}
.footer-page .popupBox2 .popupBox2-content form {
  margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .footer-page .popupBox2 .popupBox2-content {
    width: 90%;
  }
  .footer-page .popupBox2 .popupBox2-content .btm-light {
    margin-top: 40px !important;
  }
}
.footer-page .popupBox2-on {
  display: block !important;
}
.footer-page .cookiebox2 {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  z-index: 19;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.footer-page .cookiebox2 .cookiebox-content {
  background-color: #f6f6f6;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 0.2rem 0;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.footer-page .cookiebox2 .cookiebox-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);
  font-size: var(--font-size-40);
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.footer-page .cookiebox2 .cookiebox-content .logo {
  width: auto;
  max-height: max(0.44rem, 30px);
  margin-bottom: 0.1rem;
}
.footer-page .cookiebox2 .cookiebox-content h3 {
  font-size: var(--font-size-28);
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.footer-page .cookiebox2 .cookiebox-content p {
  font-size: var(--font-size-18);
  color: black;
}
.footer-page .cookiebox2 .cookiebox-content p a {
  color: var(--text-color);
}
.footer-page .cookiebox2 .cookiebox-content .btm-box {
  margin-top: 0.3rem;
  -moz-box-pack: right;
       justify-content: right;
}
.footer-page .cookiebox2 .cookiebox-content .btm-box .btm {
  background-color: var(--text-color);
  color: white;
  padding: 0.14rem 0.14rem;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin-left: 0.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer-page .cookiebox2 .cookiebox-content {
    display: block;
  }
  .footer-page .cookiebox2 .cookiebox-content p {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .footer-page .cookiebox2 .cookiebox-content .btm-box {
    width: 100%;
  }
}
.footer-page .cookiebox2-on {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-page .content {
    padding: 40px 0 0.35rem 0;
  }
  .footer-page .content .list {
    display: block;
  }
  .footer-page .content .list .item h3 {
    margin-bottom: 10px;
  }
  .footer-page .content .list .item .item-textBox {
    display: none;
  }
  .footer-page .content .line {
    margin: 20px 0;
  }
  .footer-page .content .contact {
    display: block;
  }
  .footer-page .content .contact .contact-left {
    display: block;
    text-align: center;
  }
  .footer-page .content .contact .contact-left p {
    color: #aeaeae;
    margin-right: 0;
  }
  .footer-page .content .contact .contact-right {
    width: 80%;
    -moz-box-pack: justify;
         justify-content: space-between;
    margin-top: 10px;
    margin: 20px auto;
  }
}

.contact-footer {
  position: fixed;
  width: auto;
  height: auto;
  right: -50px;
  bottom: 10%;
  z-index: 5;
  -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;
  -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;
  right: 90%;
  top: 0px;
  z-index: -1;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.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 {
  opacity: 1;
  right: -moz-calc(100% + 10px);
  right: calc(100% + 10px);
}
.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;
}

.fromOpen {
  cursor: pointer;
}

.all-form .inp-box {
  margin-bottom: 12px;
  position: relative;
}
.all-form .inp-box .box {
  width: 48%;
}
.all-form .inp-box label {
  font-size: var(--font-size-18);
  color: #000000;
  flex-shrink: 0;
  padding-left: 0.2rem;
  position: relative;
  width: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.all-form .inp-box label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.all-form .inp-box input {
  padding: 0 0.13rem;
  border: 1px solid transparent;
  font-size: var(--font-size-14);
  width: 100%;
  height: min(0.52rem, 40px);
  border-radius: var(--all-border-radius);
  overflow: hidden;
  background-color: #f6f6f6;
  margin-left: 0.2rem;
}
.all-form .inp-box textarea {
  padding: 0.12rem 0.13rem;
  border: 1px solid transparent;
  font-size: var(--font-size-14);
  width: 100%;
  min-height: max(1.6rem, 80px);
  border-radius: var(--all-border-radius);
  overflow: hidden;
  background-color: #f6f6f6;
  margin-left: 0.2rem;
}
.all-form .inp-box .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.all-form .inp-box-active {
  border-color: red !important;
}
.all-form .inp-box-active .tip {
  top: -moz-calc(100% + 6px) !important;
  top: calc(100% + 6px) !important;
  opacity: 1 !important;
}
.all-form .inp-box-active input,
.all-form .inp-box-active textarea {
  border-color: red;
}
.all-form .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  margin-top: 10px;
  position: relative;
}
.all-form .privacy input {
  margin-right: 0.1rem;
  margin-top: 0.06rem;
}
.all-form .privacy .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.all-form .privacy a {
  color: var(--text-color);
  cursor: pointer;
}
.all-form button {
  margin-top: 40px;
  color: white;
  background-color: var(--primary-color);
  padding: 0.2rem 0.36rem;
  border-radius: var(--all-border-radius);
}
.all-form button .name {
  font-size: var(--font-size-18);
}

.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;
}

.videoShow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 110;
  top: 0;
  left: 0;
  display: none;
}
.videoShow .videoClose {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}
.videoShow .video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 60%;
  height: 70%;
}
.videoShow .video-content iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .videoShow .video-content {
    width: 90%;
    height: 40%;
    min-height: 300px;
  }
}

.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-x: auto;
  overflow-y: hidden;
}

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

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

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

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

.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,
.btm-gradient > div .name {
  -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 > div .name {
  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: var(--text-color);
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  position: absolute;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

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

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

.btm-gradientContent {
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -moz-transition: all 0.25s ease-in-out, border-color 0.9s ease-in-out;
  transition: all 0.25s ease-in-out, border-color 0.9s ease-in-out;
}
.btm-gradientContent > div {
  position: relative;
  z-index: 2;
  -moz-transition: 0.8s;
  transition: 0.8s;
}

.btm-gradientContent::before {
  content: "";
  background-color: var(--text-color);
  width: 0;
  height: 0;
  top: 0.25rem;
  left: 2rem;
  z-index: 0;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  position: absolute;
  -moz-transition: width 0.85s ease-in-out, height 0.85s ease-in-out, background-color 0.2s ease-out;
  transition: width 0.85s ease-in-out, height 0.85s ease-in-out, background-color 0.2s ease-out;
  border-radius: 50%;
}

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

.btm-gradientContent:hover::before {
  width: 500px;
  height: 500px;
}

.crumbs-page {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
}
.crumbs-page .crumbs {
  background-color: #ededed;
}
.crumbs-page .crumbs i {
  margin-right: 0.1rem;
  color: #000066;
}
.crumbs-page .crumbs a {
  color: #666666;
  font-variant: var(--font-size-16);
}
.crumbs-page .crumbs a:hover {
  color: #000066;
}

.m-muban-pagebox {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  width: max(0.3rem, 30px);
  height: max(0.3rem, 30px);
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  display: -moz-box;
  display: flex;
  font-size: var(--font-size-16);
  color: #999899;
  margin: 4px;
  border: solid 1px #e3e3e2;
  box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
}
.m-muban-pagebox a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.m-muban-pagebox .active {
  background-color: var(--primary-color);
  color: #fff;
}
.m-muban-pagebox .m-muban-prev,
.m-muban-pagebox .m-muban-next {
  width: max(0.3rem, 30px);
  height: max(0.3rem, 30px);
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  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;
  }
}
.c-white {
  color: white;
}

.all-logo {
  background-color: #f7f7f7;
  padding: 0.3rem 0;
}
.all-logo .content .scroll-wrapper {
  overflow-x: hidden;
  width: 100%;
}
.all-logo .content .scroll-wrapper .ul {
  display: -moz-box;
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.all-logo .content .scroll-wrapper .ul .li {
  -moz-box-flex: 0;
       flex: 0 0 auto;
  width: max(2.88rem, 188px);
  height: max(0.76rem, 50px);
  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-right: 1px solid #e5e5e5;
}
.all-logo .content .scroll-wrapper .ul .li img {
  width: auto;
  max-width: max(0.72rem, 50px);
  height: auto;
}
.all-logo .content .scroll-wrapper .ul .li h3 {
  margin-left: 0.12rem;
  font-size: var(--font-size-18);
}
.all-logo .content .scroll-wrapper .ul .li:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.all-logo .content .scroll-wrapper .ul .li:hover h3 {
  color: var(--text-color);
}
.all-logo .content .scroll-wrapper .scroll-left {
  -moz-animation: scroll-left 30s linear infinite;
       animation: scroll-left 30s linear infinite;
}
.all-logo .content .scroll-wrapper .scroll-right {
  -moz-animation: scroll-right 30s linear infinite;
       animation: scroll-right 30s linear infinite;
}
.all-logo .content .scroll-wrapper {
  /* 鼠标悬浮时暂停动画 */
}
.all-logo .content .scroll-wrapper .scroll-left:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
.all-logo .content .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%);
  }
}

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

.all-btm {
  padding: 0.2rem 0.36rem;
  border-radius: var(--all-border-radius);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  background-color: var(--primary-color);
}
.all-btm .name {
  font-size: var(--font-size-18);
  color: white;
}
.all-btm i {
  font-size: var(--font-size-18);
}

@-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: initial;
  margin-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--primary-color);
}

.bg-page {
  background-image: url("../images/all-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.page-top {
  margin-top: var(--header-height);
}

.scrollbar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; /* 鼠标指针样式 */
}

.page {
  position: relative;
}
.page .index-s1 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}
@keyframes img-scote {
  0% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
.page .index-s1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s1 .swiperbanner-index {
  position: relative;
}
.page .index-s1 .swiperbanner-index .swiper-slide {
  overflow: hidden;
  position: relative;
}
.page .index-s1 .swiperbanner-index .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content h1 {
  font-size: var(--font-size-42);
  -moz-transition-delay: 0.3s;
       transition-delay: 0.3s;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .p1 {
  margin-top: 0.14rem;
  font-size: var(--font-size-24);
  -moz-transition-delay: 0.6s;
       transition-delay: 0.6s;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .all-btm {
  margin-top: 0.9rem;
  -moz-transition-delay: 0.9s;
       transition-delay: 0.9s;
}
.page .index-s1 .swiperbanner-index .swiper-slide-active h1,
.page .index-s1 .swiperbanner-index .swiper-slide-active p,
.page .index-s1 .swiperbanner-index .swiper-slide-active .all-btm {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
.page .index-s1 .swiperbanner-index .pagination {
  position: absolute;
  left: 50%;
  bottom: 1.3rem;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 3;
}
.page .index-s1 .swiperbanner-index .pagination .swiper-pagination {
  position: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .index-s1 .swiperbanner-index .pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  position: relative;
  height: auto;
  padding-bottom: 0.1rem;
  text-align: left;
  width: max(0.62rem, 40px);
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-20);
}
.page .index-s1 .swiperbanner-index .pagination .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #222222;
  border-radius: 2px;
  margin-right: 4px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
}
.page .index-s1 .swiperbanner-index .pagination .swiper-pagination .swiper-pagination-bullet-active {
  width: max(0.92rem, 40px);
}
.page .index-s2 {
  padding-top: 0.6rem;
  padding-bottom: 0.32rem;
  overflow: hidden;
}
.page .index-s2 .content .module1 h2 {
  font-size: var(--font-size-36);
}
.page .index-s2 .content .module1 .btm {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: var(--font-size-18);
}
.page .index-s2 .content .module2 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.page .index-s2 .content .module2 .swiper {
  overflow: visible;
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.page .index-s2 .content .module2 .swiper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.page .index-s2 .content .module2 .swiper .item {
  padding-top: 0.4rem;
  position: relative;
  background-color: white;
  box-shadow: 0px 4px 47px 0px rgba(167, 167, 167, 0.3);
  display: block;
  overflow: hidden;
  width: 100%;
}
.page .index-s2 .content .module2 .swiper .item h3 {
  font-size: var(--font-size-24);
  text-align: center;
  padding: 0 0.22rem;
}
.page .index-s2 .content .module2 .swiper .item .title,
.page .index-s2 .content .module2 .swiper .item p {
  font-size: var(--font-size-18);
  margin-top: 0.14rem;
  text-align: center;
  color: #222;
  padding: 0 0.22rem;
}
.page .index-s2 .content .module2 .swiper .item .img-box {
  margin-top: 0.32rem;
  padding: 0.3rem 0.22rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #f6f6f6;
  height: max(3.3rem, 220px);
}
.page .index-s2 .content .module2 .swiper .item .img-box img {
  width: auto;
  max-width: 80%;
}
.page .index-s2 .content .module2 .swiper .item .item-bot {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  background: -moz-linear-gradient(227deg, rgba(235, 46, 58, 0.1216) -2%, rgba(235, 46, 58, 0.1216) -2%, rgba(255, 255, 255, 0) 68%), #ffffff;
  background: linear-gradient(223deg, rgba(235, 46, 58, 0.1216) -2%, rgba(235, 46, 58, 0.1216) -2%, rgba(255, 255, 255, 0) 68%), #ffffff;
  box-shadow: -7px -17px 40px 0px rgba(179, 179, 179, 0.3);
  padding: 0.2rem 0.22rem;
  overflow: hidden;
}
.page .index-s2 .content .module2 .swiper .item .item-bot .series {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px; /* 行列间距 */
}
.page .index-s2 .content .module2 .swiper .item .item-bot .series .series-item {
  border: 1px solid #666666;
  padding: 0.1rem 0.1rem;
  font-size: var(--font-size-18);
  border-radius: var(--all-border-radius);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s2 .content .module2 .swiper .item .item-bot .series .series-item:hover {
  color: white;
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .index-s2 .content .module2 .swiper .item .item-bot .more {
  margin-top: 0.24rem;
  font-size: var(--font-size-18);
  color: var(--primary-color);
}
.page .index-s2 .content .module2 .swiper .item .item-bot .more i {
  margin-left: 0.16rem;
}
.page .index-s2 .content .module2 .swiper .item .item-bot::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s2 .content .module2 .swiper .item:hover .img-box img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .index-s2 .content .module2 .swiper .item:hover .item-bot {
  opacity: 1;
  bottom: 0;
}
.page .index-s2 .content .module2 .swiper .item:hover .item-bot::after {
  width: 90%;
  -moz-transition-delay: 0.4s;
       transition-delay: 0.4s;
}
.page .index-s3 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  overflow: hidden;
  background-color: #f7f8fc;
}
.page .index-s3 .content .module1 .module1-left {
  padding-right: 0.2rem;
}
.page .index-s3 .content .module1 .module1-left h2 {
  font-size: var(--font-size-36);
}
.page .index-s3 .content .module1 .module1-left .title {
  margin-top: 0.2rem;
  font-size: var(--font-size-18);
}
.page .index-s3 .content .module1 .module1-right {
  flex-shrink: 0;
}
.page .index-s3 .content .module1 .module1-right .btm {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: var(--font-size-18);
}
.page .index-s3 .content .module2 {
  margin-top: 0.56rem;
}
.page .index-s3 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.page .index-s3 .content .module2 .list .item {
  position: relative;
  overflow: hidden;
}
.page .index-s3 .content .module2 .list .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.8s;
  transition: 0.8s;
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.page .index-s3 .content .module2 .list .item .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page .index-s3 .content .module2 .list .item .item-content {
  position: relative;
  z-index: 2;
  padding: 1.56rem 0.26rem 0.48rem 0.26rem;
}
.page .index-s3 .content .module2 .list .item .item-content .img-box {
  background-color: white;
  width: max(0.52rem, 40px);
  height: max(0.52rem, 40px);
  border-radius: 50%;
}
.page .index-s3 .content .module2 .list .item .item-content .img-box img {
  width: auto;
  max-width: 90%;
}
.page .index-s3 .content .module2 .list .item .item-content h3 {
  margin-top: 0.48rem;
  font-size: var(--font-size-24);
}
.page .index-s3 .content .module2 .list .item .item-content p {
  margin-top: 0.26rem;
  font-size: var(--font-size-18);
}
.page .index-s3 .content .module2 .list .item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s3 .content .module2 .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  opacity: 0;
}
.page .index-s3 .content .module2 .list .item-active .bg {
  opacity: 1;
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}
.page .index-s3 .content .module2 .list .item-active .item-content h3,
.page .index-s3 .content .module2 .list .item-active .item-content p {
  color: white;
}
.page .index-s3 .content .module2 .list .item-active::after {
  width: 90%;
}
.page .index-s3 .content .module2 .list .item-active::before {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .page .index-s3 .content .module2 .list {
    gap: 0.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 980px) {
  .page .index-s3 .content .module2 .list {
    gap: 0.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .index-s4 {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  overflow: hidden;
}
.page .index-s4 .content .module1 .module1-left {
  padding-right: 0.2rem;
}
.page .index-s4 .content .module1 .module1-left h2 {
  font-size: var(--font-size-36);
}
.page .index-s4 .content .module1 .module1-left .title {
  margin-top: 0.2rem;
  font-size: var(--font-size-18);
}
.page .index-s4 .content .module1 .module1-right {
  flex-shrink: 0;
}
.page .index-s4 .content .module1 .module1-right .btm {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: var(--font-size-18);
}
.page .index-s4 .content .module2 {
  margin-top: 0.46rem;
}
.page .index-s4 .content .module2 .list {
  position: relative;
  box-shadow: 0px 4px 59px 0px rgba(182, 182, 182, 0.3);
  height: max(6.98rem, 400px);
  z-index: 3;
}
.page .index-s4 .content .module2 .list .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page .index-s4 .content .module2 .list .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.page .index-s4 .content .module2 .list .bg .img-active {
  opacity: 1;
}
.page .index-s4 .content .module2 .list .bg::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 10;
}
.page .index-s4 .content .module2 .list .item {
  position: relative;
  overflow: hidden;
  width: 20%;
  -moz-transition: 0.8s;
  transition: 0.8s;
  z-index: 19;
}
.page .index-s4 .content .module2 .list .item .item-head {
  display: none;
}
.page .index-s4 .content .module2 .list .item .item-content {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 0.52rem;
  opacity: 0;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  z-index: 3;
}
.page .index-s4 .content .module2 .list .item .item-content .img-box {
  width: auto;
}
.page .index-s4 .content .module2 .list .item .item-content .img-box img {
  width: max(0.6rem, 44px);
}
.page .index-s4 .content .module2 .list .item .item-content h3 {
  margin-top: 0.14rem;
  font-size: var(--font-size-24);
  line-height: 1.2;
}
.page .index-s4 .content .module2 .list .item .item-content .line {
  margin-top: 0.3rem;
  width: 24px;
  height: 6px;
  background-color: var(--primary-color);
}
.page .index-s4 .content .module2 .list .item .item-content p {
  margin-top: 0.26rem;
  font-size: var(--font-size-18);
}
.page .index-s4 .content .module2 .list .item .item-content .btm {
  margin-top: 0.6rem;
  color: white;
}
.page .index-s4 .content .module2 .list .item .item-content2 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.33);
}
.page .index-s4 .content .module2 .list .item .item-content2 .yuan {
  width: max(0.22rem, 18px);
  height: max(0.22rem, 18px);
  border-radius: 50%;
  position: relative;
  border: 1px solid white;
}
.page .index-s4 .content .module2 .list .item .item-content2 .yuan::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: max(0.1rem, 6px);
  height: max(0.1rem, 6px);
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}
.page .index-s4 .content .module2 .list .item .item-content2 h3 {
  margin-top: 0.4rem;
  color: white;
  font-size: var(--font-size-24);
}
.page .index-s4 .content .module2 .list .item-active {
  width: 26.8%;
  background-color: white;
  flex-shrink: 0;
}
.page .index-s4 .content .module2 .list .item-active .item-content {
  opacity: 1;
  -moz-transition-delay: 0.5s;
       transition-delay: 0.5s;
}
.page .index-s4 .content .module2 .list .item-active .item-content2 {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page .index-s4 .content .module2 .list {
    flex-wrap: wrap;
    height: auto;
    box-shadow: none;
  }
  .page .index-s4 .content .module2 .list .bg {
    display: none;
  }
  .page .index-s4 .content .module2 .list .item {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding-top: 0;
  }
  .page .index-s4 .content .module2 .list .item .item-head {
    display: block;
  }
  .page .index-s4 .content .module2 .list .item .item-content {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    padding: 0.3rem;
  }
  .page .index-s4 .content .module2 .list .item .item-content .btm {
    margin-top: 0.3rem;
  }
  .page .index-s4 .content .module2 .list .item .item-content2 {
    display: none;
  }
}
.page .index-s5 {
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
  overflow: hidden;
}
.page .index-s5 .content .module2 {
  margin-top: 0.64rem;
}
.page .index-s5 .content .module2 .scroll-wrapper {
  overflow-x: hidden;
  width: 100%;
}
.page .index-s5 .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-s5 .content .module2 .scroll-wrapper .ul .li {
  -moz-box-flex: 0;
       flex: 0 0 auto;
  width: max(2.68rem, 184px);
  height: max(0.9rem, 62px);
  margin-right: 5px;
  border: 1px solid #e7e7e7;
  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;
}
.page .index-s5 .content .module2 .scroll-wrapper .ul .li img {
  width: auto;
  max-width: 80%;
  height: auto;
}
.page .index-s5 .content .module2 .scroll-wrapper .ul .li:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.page .index-s5 .content .module2 .scroll-wrapper .scroll-left {
  -moz-animation: scroll-left 60s linear infinite;
       animation: scroll-left 60s linear infinite;
}
.page .index-s5 .content .module2 .scroll-wrapper .scroll-right {
  -moz-animation: scroll-right 60s linear infinite;
       animation: scroll-right 60s linear infinite;
}
.page .index-s5 .content .module2 .scroll-wrapper {
  /* 鼠标悬浮时暂停动画 */
}
.page .index-s5 .content .module2 .scroll-wrapper .scroll-left:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
.page .index-s5 .content .module2 .scroll-wrapper .scroll-right:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}
.page .index-s6 {
  padding-top: 0.4rem;
  padding-bottom: 0.7rem;
}
.page .index-s6 .content .module1 .module1-left {
  padding-right: 0.2rem;
}
.page .index-s6 .content .module1 .module1-left h2 {
  font-size: var(--font-size-36);
}
.page .index-s6 .content .module1 .module1-left .title {
  margin-top: 0.2rem;
  font-size: var(--font-size-18);
}
.page .index-s6 .content .module1 .module1-right {
  flex-shrink: 0;
}
.page .index-s6 .content .module1 .module1-right .scroll-x {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .index-s6 .content .module1 .module1-right .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .index-s6 .content .module1 .module1-right .tabList {
  min-width: 100%;
}
.page .index-s6 .content .module1 .module1-right .tabList .item {
  padding: 0 0.32rem;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #d8d8d8;
  white-space: nowrap;
}
.page .index-s6 .content .module1 .module1-right .tabList .item .yuan {
  width: max(0.22rem, 16px);
  height: max(0.22rem, 16px);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  position: relative;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s6 .content .module1 .module1-right .tabList .item .yuan::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s6 .content .module1 .module1-right .tabList .item .name {
  font-size: var(--font-size-24);
  color: #666666;
  margin-left: 0.1rem;
}
.page .index-s6 .content .module1 .module1-right .tabList .item:hover .name {
  color: var(--text-color);
}
.page .index-s6 .content .module1 .module1-right .tabList .item-active .yuan {
  opacity: 1;
}
.page .index-s6 .content .module1 .module1-right .tabList .item-active .name {
  color: var(--text-color);
}
.page .index-s6 .content .module1 .module1-right .tabList .item:nth-child(1) {
  padding-left: 0;
}
.page .index-s6 .content .module1 .module1-right .tabList .item:nth-last-child(1) {
  padding-right: 0;
  border-color: transparent;
}
.page .index-s6 .content .module2 {
  margin-top: 0.42rem;
}
.page .index-s6 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  display: none;
}
.page .index-s6 .content .module2 .list .item {
  box-shadow: 0px 4px 52px 0px rgba(194, 194, 194, 0.3);
  padding: 0.22rem 0.26rem 0.9rem 0.26rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.page .index-s6 .content .module2 .list .item .item-content {
  position: relative;
  z-index: 2;
}
.page .index-s6 .content .module2 .list .item .item-content .item-bot {
  margin-top: 0.22rem;
}
.page .index-s6 .content .module2 .list .item .item-content .item-bot .time-box .time {
  font-size: var(--font-size-18);
  color: #666666;
}
.page .index-s6 .content .module2 .list .item .item-content .item-bot .time-box .time i {
  margin-right: 4px;
  display: block;
}
.page .index-s6 .content .module2 .list .item .item-content .item-bot .time-box .name {
  color: #666666;
  font-size: var(--font-size-18);
}
.page .index-s6 .content .module2 .list .item .item-content .item-bot h3 {
  margin-top: 0.32rem;
  font-size: var(--font-size-18);
}
.page .index-s6 .content .module2 .list .item .item-content .item-bot p {
  margin-top: 0.2rem;
  font-size: var(--font-size-16);
}
.page .index-s6 .content .module2 .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../images/indexS6-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.page .index-s6 .content .module2 .list .item:hover {
  border-color: transparent;
  box-shadow: 0px 4px 37px 0px rgba(235, 46, 58, 0.14);
  -moz-transform: translateY(min(-0.14rem, -10px));
   -ms-transform: translateY(min(-0.14rem, -10px));
       transform: translateY(min(-0.14rem, -10px));
}
.page .index-s6 .content .module2 .list .item:hover::after {
  opacity: 1;
}
.page .index-s6 .content .module2 .list .item:hover .item-content .img-box img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .index-s6 .content .module2 .list .item:hover .item-content .time-box .time,
.page .index-s6 .content .module2 .list .item:hover .item-content .time-box .name {
  color: var(--primary-color);
}
.page .index-s6 .content .module2 .list .item:hover .item-content h3 {
  color: var(--primary-color);
}
.page .index-s6 .content .module2 .list-active {
  display: grid;
}
@media screen and (max-width: 1080px) {
  .page .index-s6 .content .module2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page .index-s6 .content .module1 {
    display: block;
  }
  .page .index-s6 .content .module1 .module1-left {
    width: 100%;
  }
  .page .index-s6 .content .module1 .module1-right {
    margin-top: 20px;
  }
  .page .index-s6 .content .module2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page .solution-s2 {
  padding-top: 0.42rem;
}
.page .solution-s2 .content h2 {
  font-size: var(--font-size-42);
}
.page .solution-s2 .content .module1 {
  margin-top: 0.36rem;
  margin-bottom: 0.34rem;
}
.page .solution-s2 .content .module1 .swiper {
  position: relative;
}
.page .solution-s2 .content .module1 .swiper .swiper-slide .item {
  width: 100%;
  cursor: pointer;
}
.page .solution-s2 .content .module1 .swiper .swiper-slide .item .img-box {
  height: max(1.98rem, 150px);
  border-radius: var(--all-border-radius);
}
.page .solution-s2 .content .module1 .swiper .swiper-slide .item .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .solution-s2 .content .module1 .swiper .swiper-slide .item .btm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.3rem;
  padding: 0.12rem 0.16rem;
  border: 1px solid #222;
  border-radius: var(--all-border-radius);
  font-size: var(--font-size-18);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .solution-s2 .content .module1 .swiper .swiper-slide .item .btm .name {
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .solution-s2 .content .module1 .swiper .swiper-slide .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .solution-s2 .content .module1 .swiper .swiper-slide .item:hover .btm {
  border-color: var(--primary-color);
}
.page .solution-s2 .content .module1 .swiper .swiper-slide .item:hover .btm .name {
  color: var(--primary-color);
}
.page .solution-s2 .content .module1 .swiper .jiantou {
  position: absolute;
  left: 0;
  top: 0%;
  height: max(1.98rem, 150px);
  z-index: 2;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 max(0.1rem, 6px);
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.page .solution-s2 .content .module1 .swiper .jiantou i {
  font-size: var(--font-size-30);
}
.page .solution-s2 .content .module1 .swiper .jiantou:hover {
  background: rgba(235, 46, 58, 0.38);
}
.page .solution-s2 .content .module1 .swiper .jiantou:hover i {
  color: white;
}
.page .solution-s2 .content .module1 .swiper .swiper-next {
  left: initial;
  right: 0;
}
.page .solution-s2 .content .module1 .swiper .swiper-button-lock {
  display: none;
}
.page .solution-s2 .content .module2 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.page .solution-s2 .content .module2 .child {
  display: none;
}
.page .solution-s2 .content .module2 .child .plan {
  margin-top: 0.46rem;
}
.page .solution-s2 .content .module2 .child .plan .plan-left {
  width: 40.24%;
  position: relative;
}
.page .solution-s2 .content .module2 .child .plan .plan-left .img-box {
  height: 100%;
}
.page .solution-s2 .content .module2 .child .plan .plan-left .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .solution-s2 .content .module2 .child .plan .plan-left .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50, -50%);
   -ms-transform: translate(-50, -50%);
       transform: translate(-50, -50%);
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  width: max(0.48rem, 30px);
  height: max(0.48rem, 30px);
  cursor: pointer;
}
.page .solution-s2 .content .module2 .child .plan .plan-left .bofang i {
  font-size: var(--font-size-30);
  color: var(--primary-color);
  line-height: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
}
.page .solution-s2 .content .module2 .child .plan .plan-left .bofang:hover i {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .solution-s2 .content .module2 .child .plan .plan-right {
  width: 59.76%;
  padding-left: 0.64rem;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li {
  margin-bottom: 0.26rem;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li .li-left .img-box {
  width: max(0.52rem, 40px);
  height: max(0.52rem, 40px);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li .li-left .img-box img {
  width: auto;
  max-width: 80%;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li .li-left .img-box img:nth-child(2) {
  display: none;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li .li-right {
  margin-left: 0.4rem;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li .li-right h3 {
  font-size: var(--font-size-18);
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li .li-right p {
  margin-top: 0.1rem;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li:hover .img-box {
  background-color: var(--primary-color);
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li:hover .img-box img:nth-child(1) {
  display: none;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li:hover .img-box img:nth-child(2) {
  display: block;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li:hover h3 {
  color: var(--primary-color);
}
.page .solution-s2 .content .module2 .child .plan .plan-right .ul .li:nth-last-child(1) {
  margin-bottom: 0;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .btm-box {
  margin-top: 0.3rem;
  flex-wrap: wrap;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .btm-box .btm {
  margin-top: 0.2rem;
  border: 1px solid transparent;
  border-right-color: #e5e5e5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 0.28rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 0.22rem;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .btm-box .btm i {
  margin-right: 0.24rem;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .btm-box .btm .name {
  font-size: var(--font-size-18);
  font-weight: 500;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .btm-box .btm:hover {
  border-color: var(--primary-color) !important;
}
.page .solution-s2 .content .module2 .child .plan .plan-right .btm-box .btm:hover i,
.page .solution-s2 .content .module2 .child .plan .plan-right .btm-box .btm:hover .name {
  color: var(--primary-color);
}
.page .solution-s2 .content .module2 .child .plan .plan-right .btm-box .btm:nth-last-child(1) {
  margin-right: 0;
  border-right-color: transparent;
}
.page .solution-s2 .content .module2 .child-active {
  display: block;
}
@media screen and (max-width: 980px) {
  .page .solution-s2 .content .module2 .child .plan {
    flex-wrap: wrap;
  }
  .page .solution-s2 .content .module2 .child .plan .plan-left {
    width: 100%;
  }
  .page .solution-s2 .content .module2 .child .plan .plan-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.page .solution-s3 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.page .solution-s3 .content .module1 {
  margin-top: 0.46rem;
}
.page .solution-s3 .content .module1 .module1-left {
  width: 40.24%;
  position: relative;
}
.page .solution-s3 .content .module1 .module1-left .img-box {
  height: 100%;
}
.page .solution-s3 .content .module1 .module1-left .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .solution-s3 .content .module1 .module1-left .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50, -50%);
   -ms-transform: translate(-50, -50%);
       transform: translate(-50, -50%);
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  width: max(0.48rem, 30px);
  height: max(0.48rem, 30px);
  cursor: pointer;
}
.page .solution-s3 .content .module1 .module1-left .bofang i {
  font-size: var(--font-size-30);
  color: var(--primary-color);
  line-height: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
}
.page .solution-s3 .content .module1 .module1-left .bofang:hover i {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .solution-s3 .content .module1 .module1-right {
  width: 59.76%;
  padding-left: 0.64rem;
}
.page .solution-s3 .content .module1 .module1-right .ul .li {
  margin-bottom: 0.26rem;
}
.page .solution-s3 .content .module1 .module1-right .ul .li .li-left .img-box {
  width: max(0.52rem, 40px);
  height: max(0.52rem, 40px);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
}
.page .solution-s3 .content .module1 .module1-right .ul .li .li-left .img-box img {
  width: auto;
  max-width: 80%;
}
.page .solution-s3 .content .module1 .module1-right .ul .li .li-left .img-box img:nth-child(2) {
  display: none;
}
.page .solution-s3 .content .module1 .module1-right .ul .li .li-right {
  margin-left: 0.4rem;
}
.page .solution-s3 .content .module1 .module1-right .ul .li .li-right h3 {
  font-size: var(--font-size-18);
}
.page .solution-s3 .content .module1 .module1-right .ul .li .li-right p {
  margin-top: 0.1rem;
}
.page .solution-s3 .content .module1 .module1-right .ul .li:hover .img-box {
  background-color: var(--primary-color);
}
.page .solution-s3 .content .module1 .module1-right .ul .li:hover .img-box img:nth-child(1) {
  display: none;
}
.page .solution-s3 .content .module1 .module1-right .ul .li:hover .img-box img:nth-child(2) {
  display: block;
}
.page .solution-s3 .content .module1 .module1-right .ul .li:hover h3 {
  color: var(--primary-color);
}
.page .solution-s3 .content .module1 .module1-right .ul .li:nth-last-child(1) {
  margin-bottom: 0;
}
.page .solution-s3 .content .module1 .module1-right .btm-box {
  margin-top: 0.3rem;
  flex-wrap: wrap;
}
.page .solution-s3 .content .module1 .module1-right .btm-box .btm {
  margin-top: 0.2rem;
  border: 1px solid transparent;
  border-right-color: #e5e5e5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 0.28rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 0.22rem;
}
.page .solution-s3 .content .module1 .module1-right .btm-box .btm i {
  margin-right: 0.24rem;
}
.page .solution-s3 .content .module1 .module1-right .btm-box .btm .name {
  font-size: var(--font-size-18);
  font-weight: 500;
}
.page .solution-s3 .content .module1 .module1-right .btm-box .btm:hover {
  border-color: var(--primary-color) !important;
}
.page .solution-s3 .content .module1 .module1-right .btm-box .btm:hover i,
.page .solution-s3 .content .module1 .module1-right .btm-box .btm:hover .name {
  color: var(--primary-color);
}
.page .solution-s3 .content .module1 .module1-right .btm-box .btm:nth-last-child(1) {
  margin-right: 0;
  border-right-color: transparent;
}
@media screen and (max-width: 980px) {
  .page .solution-s3 .content .module1 {
    flex-wrap: wrap;
  }
  .page .solution-s3 .content .module1 .module1-left {
    width: 100%;
  }
  .page .solution-s3 .content .module1 .module1-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.page .solution-s4 {
  margin-bottom: 0.74rem;
}
.page .solution-s4 .content {
  background-image: url("../images/solution-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.22rem 1rem 0.44rem 1rem;
}
.page .solution-s4 .content .module1 {
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.page .solution-s4 .content .module1 .module1-left h2 {
  color: white;
}
.page .solution-s4 .content .module1 .module1-left p {
  margin-top: 0.1rem;
  color: white;
}
.page .solution-s4 .content .module1 .module1-right {
  margin-top: 0.2rem;
}
.page .solution-s4 .content .module1 .module1-right .btm {
  background-color: white;
  border: 1px solid white;
}
.page .solution-s4 .content .module1 .module1-right .btm i {
  margin-right: 0.16rem;
}
.page .solution-s4 .content .module1 .module1-right .btm i,
.page .solution-s4 .content .module1 .module1-right .btm .name {
  color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .solution-s4 .content .module1 .module1-right .btm::before {
  background-color: #e6212b;
}
.page .solution-s4 .content .module1 .module1-right .btm:hover i,
.page .solution-s4 .content .module1 .module1-right .btm:hover .name {
  color: white;
}
@media screen and (max-width: 980px) {
  .page .solution-s4 .content {
    padding: 0.22rem 0.3rem 0.44rem 0.3rem;
  }
}

.page .products-s2 {
  padding-top: 0.5rem;
  padding-bottom: 0.34rem;
  background-color: #f7f8fc;
}
.page .products-s2 .content .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
  border-bottom: 3px solid var(--primary-color);
}
.page .products-s2 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .products-s2 .content .module1 .tabList .item {
  padding: 0 0.52rem;
  border-radius: var(--all-border-radius);
  position: relative;
  margin-right: 0.2rem;
  padding-bottom: 0.4rem;
}
.page .products-s2 .content .module1 .tabList .item .yuan {
  width: max(0.22rem, 16px);
  height: max(0.22rem, 16px);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .products-s2 .content .module1 .tabList .item .yuan::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .products-s2 .content .module1 .tabList .item .name {
  margin-left: 0.22rem;
  font-size: var(--font-size-22);
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.page .products-s2 .content .module1 .tabList .item:hover .name {
  color: var(--primary-color);
}
.page .products-s2 .content .module1 .tabList .item-active .yuan {
  opacity: 1;
}
.page .products-s2 .content .module1 .tabList .item-active .name {
  color: var(--primary-color);
}
.page .products-s2 .content .module2 {
  margin-top: 0.36rem;
  margin-bottom: 0.42rem;
}
.page .products-s2 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.36rem;
     -moz-column-gap: 0.36rem;
          column-gap: 0.36rem;
  row-gap: 0.26rem;
}
.page .products-s2 .content .module2 .list .item {
  background: #ffffff;
  box-shadow: 0px 4px 47px 0px rgba(167, 167, 167, 0.3);
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .products-s2 .content .module2 .list .item .img-box {
  padding: 0.48rem 0.6rem 0 0.6rem;
}
.page .products-s2 .content .module2 .list .item .img-box img {
  width: auto;
}
.page .products-s2 .content .module2 .list .item .item-bot {
  margin-top: 0.26rem;
  padding: 0.2rem;
}
.page .products-s2 .content .module2 .list .item .item-bot .btm {
  font-size: var(--font-size-18);
  padding: 0.1rem 0.2rem;
  border-radius: var(--all-border-radius);
  border: 1px solid #666666;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .products-s2 .content .module2 .list .item .item-bot2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  padding: 0.2rem;
  background: -moz-linear-gradient(207deg, rgba(235, 46, 58, 0.1216) -3%, rgba(235, 46, 58, 0.1216) -3%, rgba(255, 255, 255, 0) 52%), #ffffff;
  background: linear-gradient(243deg, rgba(235, 46, 58, 0.1216) -3%, rgba(235, 46, 58, 0.1216) -3%, rgba(255, 255, 255, 0) 52%), #ffffff;
}
.page .products-s2 .content .module2 .list .item .item-bot2 .btm {
  font-size: var(--font-size-18);
  padding: 0.1rem 0.2rem;
  border-radius: var(--all-border-radius);
  border: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--primary-color);
  color: white;
}
.page .products-s2 .content .module2 .list .item .item-bot2 .more {
  font-size: var(--font-size-18);
  color: var(--primary-color);
}
.page .products-s2 .content .module2 .list .item .item-bot2 .more i {
  margin-left: 0.12rem;
}
.page .products-s2 .content .module2 .list .item:hover {
  background-color: #f9f9fd;
}
.page .products-s2 .content .module2 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .products-s2 .content .module2 .list .item:hover .item-bot2 {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 980px) {
  .page .products-s2 .content .module2 .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page .products-s2 .content .module2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  .page .products-s2 .content .module2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .products-s3 {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #ffffff;
  box-shadow: 0px 4px 113px 0px rgba(212, 212, 212, 0.3);
}
.page .products-s3 .content h2 {
  line-height: 1.4;
  font-size: var(--font-size-36);
}
.page .products-s3 .content .module1 {
  margin-top: 0.26rem;
}
.page .products-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
}
.page .products-s3 .content .module1 .list .item {
  padding: 0.44rem 0.36rem 0.42rem 0.44rem;
  border: 1px solid rgba(230, 35, 43, 0.0902);
  background-color: white;
  position: relative;
}
.page .products-s3 .content .module1 .list .item .item-content {
  position: relative;
  z-index: 2;
}
.page .products-s3 .content .module1 .list .item .item-content .img-box {
  width: max(0.52rem, 40px);
  height: max(0.52rem, 40px);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
}
.page .products-s3 .content .module1 .list .item .item-content .img-box img {
  width: auto;
  max-width: 70%;
}
.page .products-s3 .content .module1 .list .item .item-content h3 {
  margin-top: 0.22rem;
  font-size: var(--font-size-20);
}
.page .products-s3 .content .module1 .list .item .item-content p {
  margin-top: 0.1rem;
  color: #222;
}
.page .products-s3 .content .module1 .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  -moz-transition: 0.8s;
  transition: 0.8s;
  background-image: url("../images/productsS3-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.page .products-s3 .content .module1 .list .item.item-active .item-content .img-box {
  background-color: white;
}
.page .products-s3 .content .module1 .list .item.item-active .item-content h3,
.page .products-s3 .content .module1 .list .item.item-active .item-content p {
  color: white;
}
.page .products-s3 .content .module1 .list .item.item-active::after {
  width: 100%;
  left: 0%;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page .products-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}
.page .products-s4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page .products-s4 .content h2 {
  font-size: var(--font-size-36);
}
.page .products-s4 .content .title {
  margin-top: 0.26rem;
}
.page .products-s4 .content .module1 {
  margin-top: 0.3rem;
}
.page .products-s5 {
  margin-bottom: 0.74rem;
}
.page .products-s5 .content {
  background-image: url("../images/solution-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.22rem 1rem 0.44rem 1rem;
}
.page .products-s5 .content .module1 {
  flex-wrap: wrap;
}
.page .products-s5 .content .module1 .module1-left {
  margin-top: 0.2rem;
}
.page .products-s5 .content .module1 .module1-left h2 {
  color: white;
}
.page .products-s5 .content .module1 .module1-left p {
  margin-top: 0.1rem;
  color: white;
}
.page .products-s5 .content .module1 .module1-right {
  margin-top: 0.2rem;
}
.page .products-s5 .content .module1 .module1-right .btm {
  background-color: white;
  border: 1px solid white;
}
.page .products-s5 .content .module1 .module1-right .btm i {
  margin-right: 0.16rem;
}
.page .products-s5 .content .module1 .module1-right .btm i,
.page .products-s5 .content .module1 .module1-right .btm .name {
  color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .products-s5 .content .module1 .module1-right .btm::before {
  background-color: #e6212b;
}
.page .products-s5 .content .module1 .module1-right .btm:hover i,
.page .products-s5 .content .module1 .module1-right .btm:hover .name {
  color: white;
}
@media screen and (max-width: 980px) {
  .page .products-s5 .content {
    padding: 0.22rem 0.3rem 0.44rem 0.3rem;
  }
}

.page .productsDetails-s1 {
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
}
.page .productsDetails-s1 .content .module1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 2.98rem;
  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 .productsDetails-s1 .content .module1 .module1-left h2 {
  font-size: var(--font-size-42);
}
.page .productsDetails-s1 .content .module1 .module1-left .scroll-y {
  max-height: max(3rem, 200px);
  margin-top: 0.36rem;
  padding-right: 0.6rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .product .title {
  font-size: var(--font-size-18);
  color: #222;
}
.page .productsDetails-s1 .content .module1 .module1-left .product .list {
  margin-top: 0.46rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .product .list .item {
  margin-bottom: 0.2rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .product .list .item .img-box {
  line-height: 1;
  flex-shrink: 0;
}
.page .productsDetails-s1 .content .module1 .module1-left .product .list .item p {
  color: #222222;
  font-size: var(--font-size-16);
  margin-left: 0.16rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .product .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .productsDetails-s1 .content .module1 .module1-left .btm-box {
  margin-top: 0.3rem;
  flex-wrap: wrap;
}
.page .productsDetails-s1 .content .module1 .module1-left .btm-box .btm {
  margin-top: 0.2rem;
  border: 1px solid transparent;
  border-right-color: #e5e5e5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 0.28rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 0.22rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .btm-box .btm i {
  font-size: var(--font-size-22);
  margin-right: 0.24rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .btm-box .btm .name {
  font-size: var(--font-size-18);
  font-weight: 500;
}
.page .productsDetails-s1 .content .module1 .module1-left .btm-box .btm:hover {
  border-color: var(--primary-color) !important;
}
.page .productsDetails-s1 .content .module1 .module1-left .btm-box .btm:hover i,
.page .productsDetails-s1 .content .module1 .module1-left .btm-box .btm:hover .name {
  color: var(--primary-color);
}
.page .productsDetails-s1 .content .module1 .module1-left .btm-box .btm:nth-last-child(1) {
  margin-right: 0;
  border-right-color: transparent;
}
.page .productsDetails-s1 .content .module1 .module1-right {
  width: 30.72%;
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper {
  box-shadow: 0px 4px 53px 0px rgba(196, 196, 196, 0.3);
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-slide .img-box {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.4rem 0;
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-slide .img-box img {
  width: auto;
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper {
  /* 使用自定义图标（例如 Font Awesome） */
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-prev::after {
  content: "";
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-prev {
  margin-left: 0.1rem;
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-prev .i-box {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #e5e5e4;
  flex-shrink: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-prev .i-box i {
  font-size: var(--font-size-22);
  color: var(--primary-color);
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-next {
  margin-right: 0.1rem;
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-next .i-box {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #e5e5e4;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex-shrink: 0;
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-next .i-box i {
  font-size: var(--font-size-22);
  color: var(--primary-color);
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-next::after {
  content: "";
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-prev:hover .i-box,
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-next:hover .i-box {
  background-color: var(--primary-color);
  color: white;
  border: solid 1px var(--primary-color);
}
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-prev:hover .i-box i,
.page .productsDetails-s1 .content .module1 .module1-right .bg-swiper .swiper-button-next:hover .i-box i {
  color: white;
}
.page .productsDetails-s1 .content .module1 .module1-right .thumbnail-swiper {
  margin-top: max(0.14rem, 10px);
}
.page .productsDetails-s1 .content .module1 .module1-right .thumbnail-swiper .box {
  height: 0.92rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(102, 102, 102, 0.3);
  cursor: pointer;
  background-color: #f8fcff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
}
.page .productsDetails-s1 .content .module1 .module1-right .thumbnail-swiper .box img {
  width: auto;
}
.page .productsDetails-s1 .content .module1 .module1-right .thumbnail-swiper .swiper-slide-thumb-active .box {
  border-color: var(--primary-color);
}
@media screen and (max-width: 1280px) {
  .page .productsDetails-s1 .content .module1 .module1-left {
    margin-right: 1.2rem;
  }
  .page .productsDetails-s1 .content .module1 .module1-right {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .page .productsDetails-s1 .content .module1 {
    flex-wrap: wrap;
  }
  .page .productsDetails-s1 .content .module1 .module1-left {
    width: 100%;
    margin-right: 0rem;
    -moz-box-ordinal-group: 3;
         order: 2;
    margin-top: 20px;
  }
  .page .productsDetails-s1 .content .module1 .module1-right {
    width: 100%;
    -moz-box-ordinal-group: 2;
         order: 1;
  }
}
.page .productsDetails-s2 {
  padding-top: 0.3rem;
  padding-bottom: 0.42rem;
}
.page .productsDetails-s2 .content .module1 .scroll-x {
  border-bottom: 3px solid var(--primary-color);
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
  width: 100%;
}
.page .productsDetails-s2 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .productsDetails-s2 .content .module1 .tabList {
  width: 100%;
  margin-bottom: 0.2rem;
  position: relative;
}
.page .productsDetails-s2 .content .module1 .tabList .line {
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module1 .tabList .item {
  margin-right: 0.14rem;
  font-size: var(--font-size-24);
  color: #666666;
  cursor: pointer;
  white-space: nowrap;
  padding: 0.16rem 0.4rem;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.page .productsDetails-s2 .content .module1 .tabList .item .img-box {
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module1 .tabList .item .img-box img {
  width: auto;
  max-width: max(0.22rem, 16px);
}
.page .productsDetails-s2 .content .module1 .tabList .item .name {
  margin-left: 0.22rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module1 .tabList .item.item-active {
  color: white !important;
}
.page .productsDetails-s2 .content .module1 .tabList .item.item-active .img-box {
  opacity: 1;
}
.page .productsDetails-s2 .content .module1 .tabList .item:hover {
  color: #222;
}
.page .productsDetails-s2 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .productsDetails-s2 .content .module2 {
  margin-top: 0.22rem;
}
.page .productsDetails-s2 .content .module2 .scroll-x {
  box-shadow: 0px 4px 63px 0px rgba(217, 217, 217, 0.49);
}
.page .productsDetails-s2 .content .module2 .list {
  display: none;
  width: 100%;
  height: 100%;
}
.page .productsDetails-s2 .content .module2 .list table {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse; /* ⭐ 合并边框 */
}
.page .productsDetails-s2 .content .module2 .list table thead th {
  background-color: #2b2b2b;
  color: white;
  padding: 0.14rem max(0.2rem, 14px);
  text-align: center;
}
.page .productsDetails-s2 .content .module2 .list table thead tbody tr td {
  padding: max(0.14rem, 16px) max(0.1rem, 10px);
  font-size: var(--font-size-18);
}
.page .productsDetails-s2 .content .module2 .list .table1 {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse; /* ⭐ 合并边框 */
}
.page .productsDetails-s2 .content .module2 .list .table1 thead th {
  background-color: #2b2b2b;
  color: white;
  padding: max(0.14rem, 10px) max(0.2rem, 14px);
  text-align: center;
}
.page .productsDetails-s2 .content .module2 .list .table1 tbody tr {
  border-bottom: 1px solid #d8d8d8;
}
.page .productsDetails-s2 .content .module2 .list .table1 tbody tr td {
  padding: 0.28rem 0.05rem;
  text-align: center;
  font-size: var(--font-size-18);
}
.page .productsDetails-s2 .content .module2 .list .table1 tbody tr td .ul {
  border: 1px solid rgba(230, 35, 43, 0.0902);
  border-radius: 0.1rem;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #f7f8fc;
}
.page .productsDetails-s2 .content .module2 .list .table1 tbody tr td .ul .li {
  padding: 0.16rem 0.16rem;
  position: relative;
  font-size: var(--font-size-18);
  line-height: 1.2;
}
.page .productsDetails-s2 .content .module2 .list .table1 tbody tr td .ul .li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: rgba(170, 170, 170, 0.17);
}
.page .productsDetails-s2 .content .module2 .list .table1 tbody tr td .ul .li:nth-last-child(1)::after {
  opacity: 0;
}
.page .productsDetails-s2 .content .module2 .list .table1 tbody tr td .ul .li:hover {
  color: var(--primary-color);
}
.page .productsDetails-s2 .content .module2 .list .table1 tbody tr:nth-last-child(1) {
  border-bottom: none;
}
.page .productsDetails-s2 .content .module2 .list .table2 {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse; /* ⭐ 合并边框 */
}
.page .productsDetails-s2 .content .module2 .list .table2 thead th {
  background-color: #2b2b2b;
  color: white;
  padding: max(0.14rem, 10px) max(0.2rem, 14px);
  text-align: center;
}
.page .productsDetails-s2 .content .module2 .list .table2 tbody tr td {
  padding: max(0.16rem, 10px) max(0.2rem, 14px);
  font-size: var(--font-size-18);
  text-align: center;
}
.page .productsDetails-s2 .content .module2 .list .table2 tbody tr:nth-child(1n) {
  background-color: #f7f8fc;
}
.page .productsDetails-s2 .content .module2 .list .table2 tbody tr:nth-child(2n) {
  background-color: #ffffff;
}
.page .productsDetails-s2 .content .module2 .list .information .item {
  position: relative;
  padding: 0.26rem 0;
  margin-bottom: 10px;
  border: 1px solid rgba(102, 102, 102, 0.45);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module2 .list .information .item .item-left {
  padding-left: 0.6rem;
}
.page .productsDetails-s2 .content .module2 .list .information .item .item-left p {
  font-size: var(--font-size-22);
  color: #222;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module2 .list .information .item .item-right i {
  font-size: var(--font-size-20);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module2 .list .information .item .item-right .name {
  font-size: var(--font-size-18);
  margin-left: 0.12rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module2 .list .information .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 4px;
  height: 0%;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module2 .list .information .item::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(1deg, rgba(235, 46, 58, 0.0902) 3%, rgba(255, 255, 255, 0) 131%);
  background: linear-gradient(89deg, rgba(235, 46, 58, 0.0902) 3%, rgba(255, 255, 255, 0) 131%);
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .productsDetails-s2 .content .module2 .list .information .item:hover {
  border-color: transparent;
}
.page .productsDetails-s2 .content .module2 .list .information .item:hover .name,
.page .productsDetails-s2 .content .module2 .list .information .item:hover p,
.page .productsDetails-s2 .content .module2 .list .information .item:hover i {
  color: var(--primary-color);
}
.page .productsDetails-s2 .content .module2 .list .information .item:hover::after {
  height: 70%;
}
.page .productsDetails-s2 .content .module2 .list .information .item:hover::before {
  opacity: 1;
}
.page .productsDetails-s2 .content .module2 .list .information .all-btm {
  margin: 0.36rem auto 0 auto;
  border: 1px solid var(--primary-color);
  background: -moz-linear-gradient(214deg, rgba(235, 46, 58, 0.12) 22%, rgba(255, 255, 255, 0) 91%);
  background: linear-gradient(236deg, rgba(235, 46, 58, 0.12) 22%, rgba(255, 255, 255, 0) 91%);
}
.page .productsDetails-s2 .content .module2 .list .information .all-btm > div .name {
  color: var(--primary-color);
}
.page .productsDetails-s2 .content .module2 .list .information .all-btm > div i {
  margin-left: 0.14rem;
  color: var(--primary-color);
}
.page .productsDetails-s2 .content .module2 .list .application-box .application {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.22rem;
     -moz-column-gap: 0.22rem;
          column-gap: 0.22rem;
  row-gap: 0.22rem;
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item {
  border: 1px solid rgba(216, 216, 216, 0.67);
  padding: 0.16rem 0.22rem 0.5rem 0.22rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
  border-radius: 0.1rem;
  overflow: hidden;
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item .btm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.24rem;
  padding: 0.12rem 0.16rem;
  border: 1px solid #222;
  border-radius: var(--all-border-radius);
  font-size: var(--font-size-18);
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item .btm .name {
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item p {
  margin-top: 0.22rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item:hover {
  background: -moz-linear-gradient(1deg, rgba(235, 46, 58, 0.0902) 3%, rgba(255, 255, 255, 0) 131%);
  background: linear-gradient(89deg, rgba(235, 46, 58, 0.0902) 3%, rgba(255, 255, 255, 0) 131%);
  border-color: transparent;
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item:hover .btm {
  background-color: white;
  border-color: transparent;
}
.page .productsDetails-s2 .content .module2 .list .application-box .application .item:hover .btm .name {
  color: #e6232b;
}
.page .productsDetails-s2 .content .module2 .list .application-box .all-btm {
  margin: 0.36rem auto 0 auto;
  border: 1px solid var(--primary-color);
  background: -moz-linear-gradient(214deg, rgba(235, 46, 58, 0.12) 22%, rgba(255, 255, 255, 0) 91%);
  background: linear-gradient(236deg, rgba(235, 46, 58, 0.12) 22%, rgba(255, 255, 255, 0) 91%);
}
.page .productsDetails-s2 .content .module2 .list .application-box .all-btm > div .name {
  color: var(--primary-color);
}
.page .productsDetails-s2 .content .module2 .list .application-box .all-btm > div i {
  margin-left: 0.14rem;
  color: var(--primary-color);
}
.page .productsDetails-s2 .content .module2 .list-active {
  display: block;
}
@media screen and (max-width: 980px) {
  .page .productsDetails-s2 .content .module2 .list .application {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page .productsDetails-s2 .content .module2 .list .information .item {
    flex-wrap: wrap;
    padding: 10px 8px;
  }
  .page .productsDetails-s2 .content .module2 .list .information .item .item-left {
    width: 100%;
    padding-left: 0;
  }
  .page .productsDetails-s2 .content .module2 .list .information .item .item-right {
    width: 100%;
    -moz-box-pack: right;
         justify-content: right;
    margin-top: 10px;
  }
  .page .productsDetails-s2 .content .module2 .list .application {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page .contact-s2 {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}
.page .contact-s2 .content .title {
  margin-top: 0.26rem;
  font-size: var(--font-size-24);
}
.page .contact-s2 .content .module1 {
  margin-top: 0.28rem;
}
.page .contact-s2 .content .module1 .module1-left {
  padding-top: 0.28rem;
  margin-right: 1.8rem;
  -moz-box-flex: 1;
       flex: 1;
}
.page .contact-s2 .content .module1 .module1-left .list .item {
  margin-bottom: 0.34rem;
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-left {
  width: max(0.52rem, 36px);
  height: max(0.52rem, 36px);
  flex-shrink: 0;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
  margin-bottom: 0.16rem;
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-left i {
  color: var(--primary-color);
  font-size: var(--font-size-20);
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-right {
  margin-left: 0.46rem;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  padding-bottom: 0.16rem;
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-right .name {
  font-size: var(--font-size-18);
  font-weight: 700;
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-right p {
  color: #797978;
  font-size: var(--font-size-18);
  margin-top: 0.16rem;
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-right .code {
  width: max(1rem, 80px);
  height: max(1rem, 80px);
}
.page .contact-s2 .content .module1 .module1-left .list .item:hover .item-left {
  background-color: var(--primary-color);
}
.page .contact-s2 .content .module1 .module1-left .list .item:hover .item-left i {
  color: white;
}
.page .contact-s2 .content .module1 .module1-left .list .item:hover .item-right .name {
  color: var(--primary-color);
}
.page .contact-s2 .content .module1 .module1-right {
  width: 58.37%;
  background: #ffffff;
  box-shadow: 0px 4px 36px 0px rgba(196, 196, 196, 0.3);
  padding: 0.3rem 0.42rem 0.42rem 0.54rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 880px) {
  .page .contact-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .contact-s2 .content .module1 .module1-left {
    width: 100%;
    margin-right: 0;
  }
  .page .contact-s2 .content .module1 .module1-right {
    width: 100%;
    margin-top: 20px;
    padding: 0.3rem 0.3rem 0.42rem 0.3rem;
  }
}
.page .contact-s3 {
  padding-top: 0.4rem;
  padding-bottom: 0.58rem;
}
.page .contact-s3 .content .list {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; /* 行间距 + 列间距 */
}
.page .contact-s3 .content .list .item {
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0.32rem 0.26rem;
  background-color: #f3f6ff;
  border-radius: var(--all-border-radius);
}
.page .contact-s3 .content .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .contact-s3 .content .list .item .item-bot {
  margin: 0.4rem 0 0 0;
}
.page .contact-s3 .content .list .item .item-bot .left {
  padding-right: 0.16rem;
}
.page .contact-s3 .content .list .item .item-bot .left .btm {
  border-radius: 0.8rem;
  color: white;
  background-color: var(--primary-color);
  font-size: var(--font-size-18);
  padding: 6px 0.22rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .contact-s3 .content .list .item .item-bot .left h3 {
  font-size: var(--font-size-24);
  margin-top: 0.22rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .contact-s3 .content .list .item .item-bot .left p {
  font-size: var(--font-size-16);
  margin-top: 0.1rem;
}
.page .contact-s3 .content .list .item .item-bot .right {
  position: relative;
  width: max(0.55rem, 40px);
  height: max(0.55rem, 40px);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 4px 23px 0px rgba(149, 149, 149, 0.19);
  flex-shrink: 0;
  background: -moz-linear-gradient(242deg, rgba(255, 86, 93, 0.0902) -25%, rgba(255, 86, 93, 0.0902) 18%, rgba(216, 216, 216, 0) 82%), #ffffff;
  background: linear-gradient(208deg, rgba(255, 86, 93, 0.0902) -25%, rgba(255, 86, 93, 0.0902) 18%, rgba(216, 216, 216, 0) 82%), #ffffff;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.page .contact-s3 .content .list .item .item-bot .right i {
  font-size: var(--font-size-20);
  color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .contact-s3 .content .list .item .item-bot .right .dianhua {
  font-size: var(--font-size-16);
  position: absolute;
  right: -moz-calc(100% + 10px);
  right: calc(100% + 10px);
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  color: #666;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
  border-radius: var(--all-border-radius);
  padding: 0.1rem 0.14rem;
}
.page .contact-s3 .content .list .item .item-bot .right:hover {
  background-color: var(--primary-color);
}
.page .contact-s3 .content .list .item .item-bot .right:hover i {
  color: white;
}
.page .contact-s3 .content .list .item .item-bot .right:hover .dianhua {
  opacity: 1;
}
.page .contact-s3 .content .list .item:nth-child(3n) {
  margin-right: 0;
}
.page .contact-s3 .content .list .item:hover {
  background-color: white;
}
.page .contact-s3 .content .list .item:hover h3 {
  color: var(--primary-color);
}
@media screen and (max-width: 880px) {
  .page .contact-s3 .content .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 668px) {
  .page .contact-s3 .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page .all-service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.16rem;
     -moz-column-gap: 0.16rem;
          column-gap: 0.16rem;
}
.page .all-service-list .item {
  background: #ffffff;
  box-shadow: 0px 4px 45px 0px rgba(172, 172, 172, 0.3);
  padding: 0.46rem 0.26rem 0.46rem 0.26rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  -moz-transition: 0.8s;
  transition: 0.8s;
  position: relative;
}
.page .all-service-list .item .item-left {
  position: relative;
  z-index: 2;
}
.page .all-service-list .item .item-left .img-box {
  width: max(0.52rem, 44px);
  height: max(0.52rem, 44px);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
  margin-top: 0.1rem;
}
.page .all-service-list .item .item-left .img-box i {
  color: var(--primary-color);
  font-size: var(--font-size-26);
}
.page .all-service-list .item .item-right {
  position: relative;
  z-index: 2;
  margin-left: 0.28rem;
}
.page .all-service-list .item .item-right h3 {
  font-size: var(--font-size-22);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .all-service-list .item .item-right p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .all-service-list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .all-service-list .item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  height: 2px;
  background-color: var(--primary-color);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .all-service-list .item:hover::before {
  width: 80%;
}
.page .all-service-list .item.item-active::after {
  height: 100%;
}
.page .all-service-list .item.item-active .item-right h3,
.page .all-service-list .item.item-active .item-right p {
  color: white;
}
@media screen and (max-width: 1180px) {
  .page .all-service-list .item {
    display: block;
  }
  .page .all-service-list .item .img-box {
    margin: 0 0 20px 0;
  }
  .page .all-service-list .item .item-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .all-service-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.page .service-s2 {
  padding-top: 0.64rem;
  padding-bottom: 0.74rem;
  background-image: url("../images/serviceS2-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.page .service-s2 .content .title {
  margin-top: 0.22rem;
}
.page .service-s2 .content .module1 {
  margin-top: 0.56rem;
}
.page .service-s2 .content form.formNone {
  display: none;
}
.page .service-s2 .content form .module2 {
  margin-top: 0.28rem;
  padding: 0.26rem 0.7rem 0.26rem 0.34rem;
  background: #ffffff;
  box-shadow: 0px 4px 45px 0px rgba(172, 172, 172, 0.3);
}
.page .service-s2 .content form .module2 .module2-left {
  position: relative;
}
.page .service-s2 .content form .module2 .module2-left .box {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.page .service-s2 .content form .module2 .module2-left .box .icon-category {
  color: var(--primary-color);
  font-size: var(--font-size-24);
}
.page .service-s2 .content form .module2 .module2-left .box .name {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  font-size: var(--font-size-20);
}
.page .service-s2 .content form .module2 .module2-left .box .icon-xiala {
  color: #666;
  font-size: var(--font-size-24);
}
.page .service-s2 .content form .module2 .module2-left input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.page .service-s2 .content form .module2 .module2-left .select {
  position: absolute;
  top: 200%;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(179, 179, 179, 0.3);
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 4px 0.2rem;
  z-index: 3;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .service-s2 .content form .module2 .module2-left .select .item {
  padding: 0.2rem 0.1rem;
  border-bottom: 1px solid #d8d8d8;
  font-size: var(--font-size-20);
  -moz-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.page .service-s2 .content form .module2 .module2-left .select .item i {
  font-size: var(--font-size-14);
}
.page .service-s2 .content form .module2 .module2-left .select .item:nth-last-child(1) {
  border-bottom: none;
}
.page .service-s2 .content form .module2 .module2-left .select .item:hover {
  color: var(--primary-color);
}
.page .service-s2 .content form .module2 .module2-left .select-active {
  opacity: 1;
  top: 240%;
}
.page .service-s2 .content form .module2 .module2-right .box {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 0.1rem;
}
.page .service-s2 .content form .module2 .module2-right .box input {
  font-size: var(--font-size-20);
  padding-right: 0.2rem;
}
.page .service-s2 .content form .module2 .module2-right .box button {
  background-color: white;
  cursor: pointer;
}
.page .service-s2 .content form .module2 .module2-right .box button i {
  font-size: var(--font-size-24);
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .page .service-s2 .content form .module2 {
    padding: 20px 10px;
    flex-wrap: wrap;
  }
  .page .service-s2 .content form .module2 .module2-left {
    width: 100%;
  }
  .page .service-s2 .content form .module2 .module2-left .select-active {
    top: 160%;
  }
  .page .service-s2 .content form .module2 .module2-right {
    width: 100%;
    margin-top: 20px;
  }
}
.page .service-s3 {
  padding-top: 0.36rem;
  padding-bottom: 0.3rem;
}
.page .service-s3 .content .module1 .img-box {
  width: max(0.52rem, 44px);
  height: max(0.52rem, 44px);
  border-radius: 50%;
  background-color: var(--primary-color);
}
.page .service-s3 .content .module1 .img-box i {
  color: white;
  font-size: var(--font-size-26);
}
.page .service-s3 .content .module1 h2 {
  font-size: var(--font-size-28);
  margin-left: 0.26rem;
}
.page .service-s3 .content .module2 {
  margin-top: 0.26rem;
}
.page .service-s3 .content .module2 .list {
  margin-bottom: 0.5rem;
}
.page .service-s3 .content .module2 .list .item {
  margin-bottom: 0.22rem;
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  border: 1px solid rgba(102, 102, 102, 0.45);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .service-s3 .content .module2 .list .item .item-left {
  position: relative;
  margin-right: 0.3rem;
}
.page .service-s3 .content .module2 .list .item .item-left i {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  font-size: var(--font-size-22);
  color: white;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .service-s3 .content .module2 .list .item .item-left p {
  font-size: var(--font-size-22);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .service-s3 .content .module2 .list .item .item-right {
  flex-shrink: 0;
}
.page .service-s3 .content .module2 .list .item .item-right i {
  font-size: var(--font-size-22);
  color: #666666;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .service-s3 .content .module2 .list .item .item-right .name {
  font-size: var(--font-size-18);
  margin-left: 0.12rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .service-s3 .content .module2 .list .item:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .service-s3 .content .module2 .list .item:hover .item-left i {
  opacity: 1;
}
.page .service-s3 .content .module2 .list .item:hover .item-left p {
  color: white;
  padding-left: max(0.36rem, 28px);
}
.page .service-s3 .content .module2 .list .item:hover .item-right i,
.page .service-s3 .content .module2 .list .item:hover .item-right .name {
  color: white;
}
@media screen and (max-width: 768px) {
  .page .service-s3 .content .module2 .list .item {
    flex-wrap: wrap;
  }
  .page .service-s3 .content .module2 .list .item .item-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .page .service-s3 .content .module2 .list .item .item-left p {
    padding-left: 0;
  }
  .page .service-s3 .content .module2 .list .item .item-right {
    width: 100%;
    -moz-box-pack: right;
         justify-content: right;
  }
}

.page .faqs-s2 {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}
.page .faqs-s2 .content .module1 .img-box {
  width: max(0.52rem, 44px);
  height: max(0.52rem, 44px);
  border-radius: 50%;
  background-color: var(--primary-color);
}
.page .faqs-s2 .content .module1 .img-box i {
  color: white;
  font-size: var(--font-size-26);
}
.page .faqs-s2 .content .module1 h2 {
  font-size: var(--font-size-28);
  margin-left: 0.26rem;
}
.page .faqs-s2 .content .module2 {
  margin-top: 0.4rem;
}
.page .faqs-s2 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.12rem;
     -moz-column-gap: 0.12rem;
          column-gap: 0.12rem;
  row-gap: 10px;
  margin-bottom: 0.4rem;
}
.page .faqs-s2 .content .module2 .list .item {
  border: 1px solid rgba(102, 102, 102, 0.2);
}
.page .faqs-s2 .content .module2 .list .item .item-head {
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding: 0.26rem 0.48rem;
}
.page .faqs-s2 .content .module2 .list .item .item-head .item-head-left {
  margin-right: 0.3rem;
}
.page .faqs-s2 .content .module2 .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-22);
  line-height: 1.2;
  font-weight: normal;
}
.page .faqs-s2 .content .module2 .list .item .item-head .item-head-right {
  flex-shrink: 0;
}
.page .faqs-s2 .content .module2 .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-16);
  color: #8a8a8a;
}
.page .faqs-s2 .content .module2 .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .faqs-s2 .content .module2 .list .item .item-bot {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: initial;
  display: none;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content {
  padding: 0.76rem 0.66rem;
  background: #ffffff;
  border-radius: var(--all-border-radius);
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 80%;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .close {
  position: absolute;
  right: min(-0.2rem, -20px);
  top: min(-0.2rem, -20px);
  width: max(0.66rem, 50px);
  height: max(0.66rem, 50px);
  border-radius: 50%;
  background-color: var(--primary-color);
  cursor: pointer;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .close i {
  font-size: var(--font-size-28);
  color: white;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .h3 {
  font-size: var(--font-size-24);
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #d8d8d8;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .scroll-y {
  max-height: 50vh;
  margin-top: 0.28rem;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article {
  padding-right: 0.2rem;
  font-size: var(--font-size-18);
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article p {
  margin-bottom: 0.3rem;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article h3,
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article h4,
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article h5,
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article h5 {
  margin-bottom: 0.2rem;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article img {
  width: auto;
  margin-bottom: 0.3rem;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article ul li p {
  margin-bottom: 0;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article a {
  color: var(--primary-color);
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  max-width: 100%;
}
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article table th,
.page .faqs-s2 .content .module2 .list .item .item-bot .item-bot-content .article table td {
  border: 1px solid #e1e8ed;
  padding: 14px 16px;
  color: #666666;
}
.page .faqs-s2 .content .module2 .list .item:hover .item-head h3,
.page .faqs-s2 .content .module2 .list .item:hover .item-head i {
  color: var(--primary-color);
}
.page .faqs-s2 .content .module2 .list .item-active .item-bot {
  display: block;
}
@media screen and (max-width: 768px) {
  .page .faqs-s2 .content .module1 .img-box {
    width: max(0.52rem, 44px);
    height: max(0.52rem, 44px);
    border-radius: 50%;
    background-color: var(--primary-color);
  }
  .page .faqs-s2 .content .module1 .img-box i {
    color: white;
    font-size: var(--font-size-26);
  }
  .page .faqs-s2 .content .module1 h2 {
    font-size: var(--font-size-28);
    margin-left: 0.26rem;
  }
  .page .faqs-s2 .content .module2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page .support-s2 {
  padding-top: 0.58rem;
  padding-bottom: 0.65rem;
}
.page .support-s2 .content .module1 {
  margin-top: 0.28rem;
}
.page .support-s2 .content .module1 .module1-left {
  padding-top: 0.7rem;
  margin-right: 0.6rem;
  -moz-box-flex: 1;
       flex: 1;
}
.page .support-s2 .content .module1 .module1-left h2 {
  font-size: var(--font-size-42);
}
.page .support-s2 .content .module1 .module1-left .list {
  margin-top: 0.7rem;
}
.page .support-s2 .content .module1 .module1-left .list .item {
  border-bottom: 1px solid #d8d8d8;
  padding: 0.22rem 0;
}
.page .support-s2 .content .module1 .module1-left .list .item .item-left {
  flex-shrink: 0;
  border-radius: 50%;
}
.page .support-s2 .content .module1 .module1-left .list .item .item-left i {
  font-size: var(--font-size-20);
}
.page .support-s2 .content .module1 .module1-left .list .item .item-right {
  width: 100%;
  margin-left: 0.4rem;
}
.page .support-s2 .content .module1 .module1-left .list .item .item-right .name {
  font-size: var(--font-size-18);
  font-weight: 700;
}
.page .support-s2 .content .module1 .module1-left .list .item .item-right p {
  color: #222222;
  font-size: var(--font-size-18);
}
.page .support-s2 .content .module1 .module1-left .list .item .item-right p strong {
  font-weight: normal;
  color: var(--primary-color);
}
.page .support-s2 .content .module1 .module1-left .list .item:hover .item-right .name {
  color: var(--primary-color);
}
.page .support-s2 .content .module1 .module1-right {
  width: 58.37%;
  background: #ffffff;
  box-shadow: 0px 4px 36px 0px rgba(196, 196, 196, 0.3);
  padding: 0.3rem 0.42rem 0.42rem 0.54rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 880px) {
  .page .support-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .support-s2 .content .module1 .module1-left {
    width: 100%;
    margin-right: 0;
  }
  .page .support-s2 .content .module1 .module1-right {
    width: 100%;
    margin-top: 20px;
    padding: 0.3rem 0.3rem 0.42rem 0.3rem;
  }
}

.page .video-s3 {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}
.page .video-s3 .content .module1 .img-box {
  width: max(0.52rem, 44px);
  height: max(0.52rem, 44px);
  border-radius: 50%;
  background-color: var(--primary-color);
}
.page .video-s3 .content .module1 .img-box i {
  color: white;
  font-size: var(--font-size-26);
}
.page .video-s3 .content .module1 h2 {
  font-size: var(--font-size-28);
  margin-left: 0.26rem;
}
.page .video-s3 .content .module2 {
  margin-top: 0.36rem;
  margin-bottom: 0.5rem;
}
.page .video-s3 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.12rem;
     -moz-column-gap: 0.12rem;
          column-gap: 0.12rem;
  row-gap: 12px;
}
.page .video-s3 .content .module2 .list .item {
  padding: 0.26rem;
  border: 1px solid rgba(102, 102, 102, 0.45);
  background-color: white;
  position: relative;
  overflow: hidden;
}
.page .video-s3 .content .module2 .list .item .item-content {
  position: relative;
  z-index: 2;
}
.page .video-s3 .content .module2 .list .item .item-content h3 {
  font-size: var(--font-size-22);
  height: 0.96rem;
  line-height: 1.5;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .video-s3 .content .module2 .list .item .item-content .line {
  height: 1px;
  background-color: #d8d8d8;
  margin-top: 0.2rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .video-s3 .content .module2 .list .item .item-content .item-bot {
  margin-top: 0.34rem;
  flex-wrap: wrap;
}
.page .video-s3 .content .module2 .list .item .item-content .item-bot .guankan {
  cursor: pointer;
}
.page .video-s3 .content .module2 .list .item .item-content .item-bot .xiazai {
  cursor: pointer;
}
.page .video-s3 .content .module2 .list .item .item-content .item-bot i {
  color: #222;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .video-s3 .content .module2 .list .item .item-content .item-bot .name {
  margin-left: 0.12rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .video-s3 .content .module2 .list .item .item-content .item-bot .name strong {
  color: #666666;
  font-weight: normal;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .video-s3 .content .module2 .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  -moz-transition: 0.8s;
  transition: 0.8s;
  background-image: url("../images/video-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  overflow: hidden;
}
.page .video-s3 .content .module2 .list .item:hover {
  border-color: transparent;
  border-radius: var(--all-border-radius);
}
.page .video-s3 .content .module2 .list .item:hover .item-content .img-box {
  background-color: white;
}
.page .video-s3 .content .module2 .list .item:hover .item-content h3,
.page .video-s3 .content .module2 .list .item:hover .item-content p,
.page .video-s3 .content .module2 .list .item:hover .item-content .name,
.page .video-s3 .content .module2 .list .item:hover .item-content .line,
.page .video-s3 .content .module2 .list .item:hover .item-content i {
  color: white;
}
.page .video-s3 .content .module2 .list .item:hover .item-content h3 strong,
.page .video-s3 .content .module2 .list .item:hover .item-content p strong,
.page .video-s3 .content .module2 .list .item:hover .item-content .name strong,
.page .video-s3 .content .module2 .list .item:hover .item-content .line strong,
.page .video-s3 .content .module2 .list .item:hover .item-content i strong {
  color: white;
}
.page .video-s3 .content .module2 .list .item:hover::after {
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .page .video-s3 .content .module2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 668px) {
  .page .video-s3 .content .module2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page .about-s2 {
  padding-top: 0.74rem;
  padding-bottom: 0.64rem;
  overflow: hidden;
}
.page .about-s2 .content .modele1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 0.58rem;
  padding-top: 0.84rem;
}
.page .about-s2 .content .modele1 .module1-left h2 {
  font-size: var(--font-size-36);
}
.page .about-s2 .content .modele1 .module1-left .p-list {
  margin-top: 0.24rem;
}
.page .about-s2 .content .modele1 .module1-left .p-list p {
  margin-bottom: 0.14rem;
}
.page .about-s2 .content .modele1 .module1-left .p-list p:nth-last-child(1) {
  margin-bottom: 0;
}
.page .about-s2 .content .modele1 .modele1-right {
  width: 49.76%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.page .about-s2 .content .modele1 .modele1-right .hengtiao {
  position: absolute;
  bottom: 0.36rem;
  left: -0.5rem;
  background-color: var(--primary-color);
  overflow: hidden;
  border-radius: var(--all-border-radius);
  padding: 0.16rem 0.32rem;
  opacity: 0;
  -moz-transform: scale(0.5);
   -ms-transform: scale(0.5);
       transform: scale(0.5);
  -moz-transition: 1s;
  transition: 1s;
}
.page .about-s2 .content .modele1 .modele1-right .hengtiao .i-box {
  width: max(0.52rem, 36px);
  height: max(0.52rem, 36px);
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
  margin-right: 0.2rem;
}
.page .about-s2 .content .modele1 .modele1-right .hengtiao .i-box i {
  color: var(--primary-color);
  font-size: var(--font-size-22);
}
.page .about-s2 .content .modele1 .modele1-right .hengtiao .name {
  font-size: var(--font-size-24);
  color: white;
}
.page .about-s2 .content .modele1 .modele1-right .hengtiao-active {
  opacity: 1;
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}
.page .about-s2 .content .modele1 .modele1-right .img-box {
  overflow: hidden;
  border-radius: var(--all-border-radius);
}
.page .about-s2 .content .modele1 .modele1-right .img-box img {
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 880px) {
  .page .about-s2 .content .modele1 {
    flex-wrap: wrap;
  }
  .page .about-s2 .content .modele1 .module1-left {
    width: 100%;
    margin-right: 0;
  }
  .page .about-s2 .content .modele1 .modele1-right {
    width: 100%;
    margin-top: 20px;
  }
  .page .about-s2 .content .modele1 .modele1-right .hengtiao {
    position: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
}
.page .about-s3 {
  padding-top: 0.78rem;
  padding-bottom: 0.7rem;
  background-color: #f7f8fc;
}
.page .about-s3 .content .module1 .list .item .item-head {
  line-height: 1;
}
.page .about-s3 .content .module1 .list .item .item-head .number {
  font-size: var(--font-size-72);
  line-height: 1;
  font-weight: 500;
}
.page .about-s3 .content .module1 .list .item .item-head sup {
  color: #666666;
  font-size: var(--font-size-36);
  top: -0.3rem;
}
.page .about-s3 .content .module1 .list .item .item-head sub {
  color: #666666;
  font-size: var(--font-size-36);
  bottom: 0;
}
.page .about-s3 .content .module1 .list .item .item-bot {
  margin-top: 6px;
}
.page .about-s3 .content .module1 .list .item .item-bot p {
  font-size: var(--font-size-16);
}
.page .about-s3 .content .module1 .list .item:hover .item-head > *,
.page .about-s3 .content .module1 .list .item:hover .item-bot > * {
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: var(--primary-color) !important;
}
@media screen and (max-width: 668px) {
  .page .about-s3 .content .module1 .list {
    flex-wrap: wrap;
  }
  .page .about-s3 .content .module1 .list .item {
    width: 60%;
    margin-bottom: 26px;
  }
  .page .about-s3 .content .module1 .list .item:nth-child(2n) {
    width: 40%;
  }
}
.page .about-s4 {
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
.page .about-s4 .content h2 {
  font-size: var(--font-size-36);
  text-align: center;
}
.page .about-s4 .content .module1 {
  margin-top: 0.64rem;
}
.page .about-s4 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.2rem;
}
.page .about-s4 .content .module1 .list .item {
  padding: 0.44rem 0.36rem 0.42rem 0.44rem;
  box-shadow: 0px 4px 45px 0px rgba(172, 172, 172, 0.3);
  background-color: white;
  position: relative;
  overflow: hidden;
  border-radius: var(--all-border-radius);
}
.page .about-s4 .content .module1 .list .item .item-content {
  position: relative;
  z-index: 2;
}
.page .about-s4 .content .module1 .list .item .item-content .img-box {
  width: max(0.52rem, 40px);
  height: max(0.52rem, 40px);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
}
.page .about-s4 .content .module1 .list .item .item-content .img-box img {
  width: auto;
  max-width: 70%;
}
.page .about-s4 .content .module1 .list .item .item-content h3 {
  margin-top: 0.22rem;
  font-size: var(--font-size-20);
}
.page .about-s4 .content .module1 .list .item .item-content p {
  margin-top: 0.1rem;
  color: #222;
}
.page .about-s4 .content .module1 .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  -moz-transition: 0.8s;
  transition: 0.8s;
  background-image: url("../images/aboutS4-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.page .about-s4 .content .module1 .list .item.item-active .item-content .img-box {
  background-color: white;
}
.page .about-s4 .content .module1 .list .item.item-active .item-content h3,
.page .about-s4 .content .module1 .list .item.item-active .item-content p {
  color: white;
}
.page .about-s4 .content .module1 .list .item.item-active::after {
  width: 100%;
  left: 0%;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page .about-s4 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}
.page .about-s5 {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height);
  padding-top: 0.5rem;
  padding-bottom: 1.36rem;
}
.page .about-s5 .content h2 {
  font-size: var(--font-size-36);
  text-align: center;
}
.page .about-s5 .content .title {
  margin-top: 0.2rem;
  text-align: center;
}
.page .about-s5 .content .module1 {
  margin-top: 0.9rem;
}
.page .about-s5 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.4rem;
}
.page .about-s5 .content .module1 .list .item .item-left {
  width: 45%;
}
.page .about-s5 .content .module1 .list .item .item-left .img-box {
  border-radius: var(--all-border-radius);
}
.page .about-s5 .content .module1 .list .item .item-right {
  width: 55%;
  padding: 0 0.5rem;
}
.page .about-s5 .content .module1 .list .item .item-right h3 {
  font-size: var(--font-size-24);
}
.page .about-s5 .content .module1 .list .item .item-right p {
  margin-top: 0.2rem;
}
.page .about-s5 .content .module1 .list .item:hover .img-box img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
@media screen and (max-width: 980px) {
  .page .about-s5 .content .module1 .list {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .page .about-s5 .content .module1 .list .item {
    flex-wrap: wrap;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .page .about-s5 .content .module1 .list .item .item-left {
    width: 100%;
  }
  .page .about-s5 .content .module1 .list .item .item-right {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
@media screen and (max-width: 668px) {
  .page .about-s5 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .about-s6 {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  background-color: #fafbfd;
  position: relative;
}
.page .about-s6 .content h2 {
  font-size: var(--font-size-36);
  text-align: center;
}
.page .about-s6 .content .title {
  margin-top: 0.2rem;
  text-align: center;
}
.page .about-s6 .content .title strong {
  font-size: var(--font-size-36);
  font-weight: normal;
  color: var(--primary-color);
}
.page .about-s6 .content .module1 {
  margin-top: 0.54rem;
}
.page .about-s6 .content .module1 .i-box {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 50%;
  color: #dedede;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px #c8c8c8;
  -moz-transition: 0.5s;
  transition: 0.5s;
  flex-shrink: 0;
}
.page .about-s6 .content .module1 .i-box i {
  font-size: var(--font-size-24);
  color: #999999;
}
.page .about-s6 .content .module1 .i-box:hover {
  background-color: var(--primary-color);
}
.page .about-s6 .content .module1 .i-box:hover i {
  color: white;
}
.page .about-s6 .content .module1 .swiper {
  margin: 0 2%;
  width: 85%;
}
.page .about-s6 .content .module1 .swiper .img-box {
  padding: 0.45rem 0.28rem;
  box-shadow: 0px 4px 39px 0px rgba(219, 219, 219, 0.3);
  border-radius: 0.1rem;
  background-color: white;
  display: block;
}

.page .news-s2 {
  padding-top: 0.78rem;
  padding-bottom: 0.59rem;
  position: relative;
}
.page .news-s2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .news-s2 .content {
  position: relative;
  z-index: 2;
}
.page .news-s2 .content .title {
  margin-top: 0.22rem;
  font-size: var(--font-size-18);
}
.page .news-s2 .content .module1 {
  margin-top: 0.5rem;
}
.page .news-s2 .content .module1 .scroll-x {
  border-bottom: 3px solid var(--primary-color);
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .news-s2 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .news-s2 .content .module1 .tabList {
  min-width: 100%;
  padding-bottom: 0.12rem;
}
.page .news-s2 .content .module1 .tabList .item {
  margin-right: 0.14rem;
  font-size: var(--font-size-24);
  color: #666666;
  cursor: pointer;
  white-space: nowrap;
  padding: 0.16rem 0.4rem;
  border-radius: 5px;
}
.page .news-s2 .content .module1 .tabList .item .img-box {
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .news-s2 .content .module1 .tabList .item .img-box img {
  width: auto;
  max-width: max(0.22rem, 18px);
}
.page .news-s2 .content .module1 .tabList .item .name {
  margin-left: 0.22rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .news-s2 .content .module1 .tabList .item.item-active {
  color: white !important;
  background-color: var(--primary-color);
}
.page .news-s2 .content .module1 .tabList .item.item-active .img-box {
  opacity: 1;
}
.page .news-s2 .content .module1 .tabList .item:hover {
  color: #222;
}
.page .news-s2 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .news-s2 .content .module2 {
  margin-top: 0.44rem;
  margin-bottom: 0.52rem;
}
.page .news-s2 .content .module2 .list {
  position: relative;
  overflow: hidden;
}
.page .news-s2 .content .module2 .list .line {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 0%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: -moz-linear-gradient(197deg, rgba(219, 25, 33, 0.11) -25%, rgba(219, 25, 33, 0) 100%);
  background: linear-gradient(253deg, rgba(219, 25, 33, 0.11) -25%, rgba(219, 25, 33, 0) 100%);
  opacity: 1;
  -moz-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
       transform: translateY(-100%);
}
.page .news-s2 .content .module2 .list .item {
  padding: max(0.14rem, 8px) 0.4rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid rgba(120, 120, 120, 0.26);
  position: relative;
  margin-bottom: 0.12rem;
}
.page .news-s2 .content .module2 .list .item .item-left {
  width: 29.52%;
}
.page .news-s2 .content .module2 .list .item .item-right {
  margin-left: 0.46rem;
  padding: 0.16rem 0;
  -moz-box-flex: 1;
       flex: 1;
}
.page .news-s2 .content .module2 .list .item .item-right .box .time i {
  color: #666;
}
.page .news-s2 .content .module2 .list .item .item-right .box .time p {
  font-size: var(--font-size-18);
  margin-left: 0.06rem;
}
.page .news-s2 .content .module2 .list .item .item-right .box .name {
  font-size: var(--font-size-18);
  margin-left: 0.06rem;
  color: #666;
  font-weight: 500;
  padding: 0.1rem 0.28rem;
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-transition: border 0.5s;
  transition: border 0.5s;
}
.page .news-s2 .content .module2 .list .item .item-right h3 {
  margin-top: 0.32rem;
  font-size: var(--font-size-24);
}
.page .news-s2 .content .module2 .list .item .item-right .title {
  margin-top: 0.3rem;
}
.page .news-s2 .content .module2 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .news-s2 .content .module2 .list .item:hover .item-right .box .time i,
.page .news-s2 .content .module2 .list .item:hover .item-right .box .time p {
  color: var(--text-color);
}
.page .news-s2 .content .module2 .list .item:hover .item-right .box .name {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.page .news-s2 .content .module2 .list .item:hover .item-right h3 {
  color: var(--text-color);
}
.page .news-s2 .content .module2 .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .news-s2 .content .module2 .list .item {
    flex-wrap: wrap;
  }
  .page .news-s2 .content .module2 .list .item .item-left {
    width: 100%;
  }
  .page .news-s2 .content .module2 .list .item .item-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.page .newsDetails-s2 {
  position: relative;
  padding-top: 0.56rem;
  padding-bottom: 0.78rem;
}
.page .newsDetails-s2 .module1 .module1-left {
  padding: 0.5rem 0.6rem 0.56rem 0.6rem;
  width: 70.72%;
  background: #ffffff;
  box-shadow: 0px 4px 52px 0px rgba(199, 199, 199, 0.3);
}
.page .newsDetails-s2 .module1 .module1-left .introduction h2 {
  margin-top: 0.2rem;
  line-height: 1.5;
}
.page .newsDetails-s2 .module1 .module1-left .introduction .time-box .time,
.page .newsDetails-s2 .module1 .module1-left .introduction .time-box .laiyuan {
  font-size: var(--font-size-18);
  color: #666;
  margin-top: 0.22rem;
}
.page .newsDetails-s2 .module1 .module1-left .introduction .time-box .laiyuan {
  margin-left: 0.62rem;
}
.page .newsDetails-s2 .module1 .module1-left .introduction .line {
  margin-top: 0.36rem;
  background-color: #eaeaea;
  width: 100%;
  height: 1px;
}
.page .newsDetails-s2 .module1 .module1-left .introduction .title {
  margin-top: 0.32rem;
  font-size: var(--font-size-18);
}
.page .newsDetails-s2 .module1 .module1-left .plot {
  padding: 0.34rem 0.28rem;
  background-color: #f7f8ff;
  border-radius: var(--all-border-radius);
  margin-top: 0.44rem;
}
.page .newsDetails-s2 .module1 .module1-left .plot h3 {
  font-size: var(--font-size-32);
  color: #222222;
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content {
  margin-top: 0.2rem;
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content a:nth-child(1) {
  margin-top: 0.16rem;
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content a {
  color: #666;
  font-size: var(--font-size-18);
  margin-bottom: 0.1rem;
  display: block;
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content a:hover {
  color: var(--text-color);
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content .toc-sub-container {
  padding-left: 0.24rem;
  margin-bottom: 0.16rem;
}
.page .newsDetails-s2 .module1 .module1-left .article {
  padding-top: 0.32rem;
}
.page .newsDetails-s2 .module1 .module1-left .article img {
  width: auto;
  margin-bottom: 0.44rem;
}
.page .newsDetails-s2 .module1 .module1-left .article h2 {
  margin-bottom: 0.2rem;
}
.page .newsDetails-s2 .module1 .module1-left .article h3,
.page .newsDetails-s2 .module1 .module1-left .article h4,
.page .newsDetails-s2 .module1 .module1-left .article h5,
.page .newsDetails-s2 .module1 .module1-left .article h5 {
  margin-bottom: 0.2rem;
}
.page .newsDetails-s2 .module1 .module1-left .article p {
  margin-bottom: 0.36rem;
}
.page .newsDetails-s2 .module1 .module1-left .article ul li p {
  margin-bottom: 0;
}
.page .newsDetails-s2 .module1 .module1-left .article a {
  color: var(--primary-color);
}
.page .newsDetails-s2 .module1 .module1-left .article table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  max-width: 100%;
}
.page .newsDetails-s2 .module1 .module1-left .article table th,
.page .newsDetails-s2 .module1 .module1-left .article table td {
  border: 1px solid #e1e8ed;
  padding: 14px 16px;
  color: #666666;
}
.page .newsDetails-s2 .module1 .module1-left .switch {
  margin-top: 0.36rem;
}
.page .newsDetails-s2 .module1 .module1-left .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);
  width: max(0.24rem, 24px);
  height: max(0.24rem, 24px);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-left .switch .btm i {
  font-size: var(--font-size-12);
}
.page .newsDetails-s2 .module1 .module1-left .switch .btm:hover {
  background-color: var(--primary-color);
  color: white;
}
.page .newsDetails-s2 .module1 .module1-left .recommend {
  margin-top: 0.64rem;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list {
  flex-wrap: wrap;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 49%;
  margin-right: 2%;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  display: block;
  padding: 0.26rem 0.2rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
  background-color: #f7f8ff;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot {
  padding-top: 0.3rem;
  padding-bottom: 0.08rem;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot h3 {
  font-size: var(--font-size-36);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot p {
  margin-top: 0.13rem;
  font-size: var(--font-size-18);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot .all-btm {
  border: 1px solid #666666;
  margin-top: 0.5rem;
  padding: 0.1rem 0.4rem;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot .all-btm .name {
  font-size: var(--font-size-18);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot .all-btm:hover {
  border-color: transparent;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:nth-child(2n) {
  margin-right: 0;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover {
  background: #ffffff;
  box-shadow: 0px 4px 35px 0px rgba(147, 147, 147, 0.3);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .more {
  color: var(--text-color);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .more i {
  color: var(--text-color);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .all-btm {
  border-color: transparent;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .all-btm .name {
  color: white;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .all-btm::before {
  height: 100%;
}
.page .newsDetails-s2 .module1 .module1-right {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: var(--all-border-radius);
  margin-left: 0.55rem;
  -moz-box-flex: 1;
       flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: -moz-calc(var(--header-height) + 20px);
  top: calc(var(--header-height) + 20px);
}
.page .newsDetails-s2 .module1 .module1-right .h-box .i-box {
  width: max(0.28rem, 26px);
  height: max(0.28rem, 26px);
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
}
.page .newsDetails-s2 .module1 .module1-right .h-box .i-box i {
  color: var(--primary-color);
}
.page .newsDetails-s2 .module1 .module1-right .h-box h3 {
  font-size: var(--font-size-18);
  font-weight: 400;
  margin-left: 0.12rem;
  color: #222;
}
.page .newsDetails-s2 .module1 .module1-right .list {
  margin-top: 0.18rem;
}
.page .newsDetails-s2 .module1 .module1-right .list .item {
  background: #ffffff;
  box-shadow: 0px 4px 52px 0px rgba(199, 199, 199, 0.3);
  padding: 0.28rem 0.2rem 0.28rem 0.16rem;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.page .newsDetails-s2 .module1 .module1-right .list .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/newsDetailsS2-bg.webp");
  background-size: cover;
  opacity: 0;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .item-content {
  position: relative;
  z-index: 2;
}
.page .newsDetails-s2 .module1 .module1-right .list .item h4 {
  font-size: var(--font-size-16);
  line-height: 1.5;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .line {
  margin-top: 0.18rem;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .more {
  margin-top: 0.18rem;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .more .time {
  color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .more .btm {
  background-color: var(--primary-color);
  width: max(0.28rem, 26px);
  height: max(0.28rem, 26px);
  border-radius: var(--all-border-radius);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .more .btm i {
  color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover {
  border-radius: var(--all-border-radius);
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover::after {
  opacity: 1;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover h4,
.page .newsDetails-s2 .module1 .module1-right .list .item:hover .line {
  color: white;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover .more .time {
  color: white;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover .more .btm {
  background-color: white;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover .more .btm i {
  color: var(--primary-color);
}
.page .newsDetails-s2 .module2 {
  margin-top: 0.4rem;
}
.page .newsDetails-s2 .module2 .box {
  margin-bottom: 0.16rem;
}
.page .newsDetails-s2 .module2 .box i {
  font-size: var(--font-size-20);
  color: #666666;
}
.page .newsDetails-s2 .module2 .box h3 {
  margin-left: 0.1rem;
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: 1.4;
}
.page .newsDetails-s2 .module2 .box:hover h3,
.page .newsDetails-s2 .module2 .box:hover i {
  color: var(--primary-color);
}
@media screen and (max-width: 980px) {
  .page .newsDetails-s2 .module1 .module1-left {
    width: 100%;
  }
  .page .newsDetails-s2 .module1 .module1-right {
    display: none;
    position: absolute;
    width: max(40%, 300px);
    left: 95%;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  .page .newsDetails-s2 .module1 .module1-left .recommend .list {
    flex-wrap: wrap;
  }
  .page .newsDetails-s2 .module1 .module1-left .recommend .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.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-top: 150px;
  margin-bottom: 0.4rem;
}
.page .privacy-s1 h1 {
  margin-bottom: 0.5rem;
}
.page .privacy-s1 h2,
.page .privacy-s1 h3,
.page .privacy-s1 h4,
.page .privacy-s1 h5,
.page .privacy-s1 h6 {
  margin-bottom: 0.3rem;
}
.page .privacy-s1 p {
  margin-bottom: 0.2rem;
}
.page .privacy-s1 hr {
  margin-bottom: 0.1rem;
}
.page .privacy-s1 a {
  color: var(--text-color);
}