@charset "UTF-8";
@font-face {
  font-family: "InterTight-Bold";
  src: url("../fonts/InterTight/InterTight-Bold.woff2") format("woff2"), url("../fonts/InterTight/InterTight-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterTight-Medium";
  src: url("../fonts/InterTight/InterTight-Medium.woff2") format("woff2"), url("../fonts/InterTight/InterTight-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterTight-Regular";
  src: url("../fonts/InterTight/InterTight-Regular.woff2") format("woff2"), url("../fonts/InterTight/InterTight-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: normal;
}
/*公共常用样式*/
.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);
  scroll-behavior: smooth;
}

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

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

body {
  /* overflow-x: hidden; */
  font: var(--font-size-16) "InterTight-Regular", Arial, Helvetica, sans-serif;
  /* 主题色 */
  --primary-color: #573490;
  /* 文本色 */
  /* 导航高度 */
  --header-height: 99px;
  --padding-w1600: 7.96%;
  --all-border-radius: max(0.2rem, 16px);
  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-50: max(0.5rem, 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: 1599px) {
  body {
    --padding-w1600: 5%;
  }
}
@media screen and (max-width: 768px) {
  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: #333;
}

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 {
  /* margin: 0.67em 0; */
  font-size: var(--font-size-60);
}

/* 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%;
}

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

.left-w1600 {
  margin-left: 7.96%;
}

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

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

@media screen and (max-width: 1599px) {
  .left-w1660 {
    margin-left: 5%;
  }
  .w1600 {
    width: 90%;
  }
  .w1400 {
    width: 80%;
  }
  .w1528 {
    width: 86%;
  }
  .left-1400 {
    margin-left: 10%;
  }
  .right-1400 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1439px) {
  .w1400,
  .w1528 {
    width: 90%;
  }
  .left-w1660 {
    margin-left: 5%;
  }
  .left-1400 {
    margin-left: 5%;
  }
  .right-1400 {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1279px) {
  .w1200 {
    width: 90%;
  }
}
.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-60);
  font-weight: normal;
}

.header-page {
  position: relative;
  z-index: 100;
}
.header-page .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  height: 99px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 10;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  border-bottom: 1px solid transparent;
}
.header-page .header.noborder {
  border-color: transparent;
}
.header-page .header .header-box {
  height: 100%;
}
.header-page .header .header-left {
  flex-shrink: 0;
}
.header-page .header .header-left a {
  display: block;
  max-width: max(1.04rem, 60px);
}
.header-page .header .head-right {
  width: 100%;
}
.header-page .header .head-right .nav {
  width: 100%;
}
.header-page .header .head-right .nav .item {
  margin-right: 0.5rem;
  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 {
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .head-right .nav .item > a::after {
  content: "";
  background: #000;
  position: absolute;
  left: inherit;
  right: 0%;
  bottom: 0;
  width: 0%;
  height: 2px;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-page .header .head-right .nav .item .select {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  top: 100%;
  width: auto;
  min-width: 140%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -moz-transform: translate(-50%, -10px);
   -ms-transform: translate(-50%, -10px);
       transform: translate(-50%, -10px);
  -moz-transition: opacity 0.8s ease, transform 0.8s ease, -moz-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -moz-transform 0.8s ease;
}
.header-page .header .head-right .nav .item .select .select-list {
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.header-page .header .head-right .nav .item .select a {
  display: block;
  width: 100%;
  padding: 20px 20px;
  white-space: nowrap;
  color: #666;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.header-page .header .head-right .nav .item .select a:nth-last-child(1) {
  border-bottom: none;
}
.header-page .header .head-right .nav .item .select a:hover {
  background-color: var(--all-color);
  color: #fff;
}
.header-page .header .head-right .nav .item .select2 {
  position: fixed;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 20px 30px 30px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0;
  -moz-transform: translate(0, -10px);
   -ms-transform: translate(0, -10px);
       transform: translate(0, -10px);
  -moz-transition: opacity 0.8s ease, transform 0.8s ease, -moz-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -moz-transform 0.8s ease;
}
.header-page .header .head-right .nav .item .select2 .two-list {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-page .header .head-right .nav .item .select2 .two-list .two-item {
  font-size: var(--font-size-16);
  padding: 0 0.6rem;
  border-left: 1px solid #dedede;
}
.header-page .header .head-right .nav .item .select2 .two-list .two-item .h {
  color: var(--primary-color) !important;
  position: relative;
  padding-bottom: 0.2rem;
  font-weight: 600;
}
.header-page .header .head-right .nav .item .select2 .two-list .two-item .h::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #dedede;
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
}
.header-page .header .head-right .nav .item .select2 .two-list .two-item a {
  display: block;
  color: #666666;
  text-align: left;
  margin-bottom: 0.2rem;
}
.header-page .header .head-right .nav .item .select2 .two-list .two-item a:hover {
  color: var(--primary-color);
}
.header-page .header .head-right .nav .item:nth-last-child(1) {
  margin-right: 0;
}
.header-page .header .head-right .nav .item-active1 > a {
  color: #999899;
}
.header-page .header .head-right .nav .item-active > a::after {
  width: 100%;
}
.header-page .header .head-right .nav .item-active > a {
  color: #000;
}
.header-page .header .head-right .nav .item:hover .select {
  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 .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 > a::after {
  width: 100%;
  left: 0px;
}
.header-page .header .head-right .nav .item:hover > a {
  color: #000;
}
.header-page .header .head-right .clearfix {
  flex-shrink: 0;
}
.header-page .header .head-right .clearfix .contact {
  border-radius: 1rem;
  padding: 0.14rem 0.18rem;
  margin-right: 0.2rem;
  border: 1px solid #000;
  position: relative;
}
.header-page .header .head-right .clearfix .contact::before {
  content: "";
  position: absolute;
  width: -moz-calc(100% - 1px);
  width: calc(100% - 1px);
  height: -moz-calc(100% - 1px);
  height: calc(100% - 1px);
  left: -1px;
  top: -1px;
  border: 0px solid var(--primary-color);
  border-radius: 1rem;
}
.header-page .header .head-right .clearfix .contact:hover::before {
  border-width: 2px;
  border-color: var(--primary-color);
}
.header-page .header .head-right .clearfix .contact:hover > div i {
  color: var(--primary-color);
}
.header-page .header .head-right .clearfix .contact:hover > div .name {
  color: var(--primary-color);
}
.header-page .header .head-right .clearfix .contact > div i {
  color: #000;
  font-size: var(--font-size-18);
  font-weight: bold;
}
.header-page .header .head-right .clearfix .contact > div .name {
  margin-left: 0.1rem;
  color: #000;
  font-size: var(--font-size-18);
}
.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 {
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 26px;
  height: 26px;
}
.header-page .header .head-right .clearfix .language .img-box svg {
  width: 18px;
  height: 18px;
  color: #fff;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -moz-transform 0.3s ease;
}
.header-page .header .head-right .clearfix .language .img-box img {
  width: 26px;
}
.header-page .header .head-right .clearfix .language .img-box i {
  font-size: var(--font-size-26);
  color: #000;
}
.header-page .header .head-right .clearfix .language:hover .img-box svg {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}
.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(--primary-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(--primary-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;
}
@media screen and (max-width: 1280px) {
  .header-page .header .head-right .clearfix .contact {
    display: none;
  }
}
.header-page .header-active {
  background-color: white;
  border-color: #eee;
}
.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 .header-page {
    position: relative;
    z-index: 103;
    background: #fff;
  }
  .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: 0;
    padding: 0;
    list-style: none;
  }
  .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: 102;
    top: 0;
    left: 0;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-pack: center;
         justify-content: center;
    gap: 6px;
    cursor: pointer;
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header-page .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #222;
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transform-origin: center;
     -ms-transform-origin: center;
         transform-origin: center;
  }
  .header-page .m-mobilenav .mbnav-btn.active .line1 {
    -moz-transform: translateY(8px) rotate(45deg);
     -ms-transform: translateY(8px) rotate(45deg);
         transform: translateY(8px) rotate(45deg);
    background-color: #222;
  }
  .header-page .m-mobilenav .mbnav-btn.active .line2 {
    opacity: 0;
    -moz-transform: scaleX(0);
     -ms-transform: scaleX(0);
         transform: scaleX(0);
  }
  .header-page .m-mobilenav .mbnav-btn.active .line3 {
    -moz-transform: translateY(-8px) rotate(-45deg);
     -ms-transform: translateY(-8px) rotate(-45deg);
         transform: translateY(-8px) rotate(-45deg);
    background-color: #222;
  }
  .header-page .m-mobilenav .mbnav-bd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    z-index: 101;
    pointer-events: none;
  }
  .header-page .m-mobilenav .mbnav-bd.show {
    visibility: visible;
    pointer-events: auto;
  }
  .header-page .m-mobilenav .mbnav-bd.show .mbnav-wp {
    opacity: 1;
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
  }
  .header-page .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    -moz-transform: translateY(0);
     -ms-transform: translateY(0);
         transform: translateY(0);
  }
  .header-page .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    opacity: 0;
    -moz-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
         transform: translateX(-100%);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 60px;
  }
  .header-page .m-mobilenav .mbnav-fix {
    position: relative;
    width: 100%;
    min-height: -moz-calc(100vh - 80px);
    min-height: calc(100vh - 80px);
    padding: 40px 8% 60px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-pack: center;
         justify-content: center;
  }
  .header-page .m-mobilenav .mbnav-item {
    position: relative;
    padding: 0;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .header-page .m-mobilenav .mbnav-item:last-child {
    border-bottom: none;
  }
  .header-page .m-mobilenav .mbnav-item > a {
    display: block;
    padding: 20px 0;
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 500;
    color: #222;
    text-decoration: none;
    letter-spacing: 0.02em;
    opacity: 0;
    -moz-transform: translateY(30px);
     -ms-transform: translateY(30px);
         transform: translateY(30px);
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }
  .header-page .m-mobilenav .mbnav-item > a:hover {
    color: #666;
  }
  .header-page .m-mobilenav .mbnav-item > a::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #222;
    -moz-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header-page .m-mobilenav .mbnav-item > a:hover::after {
    width: 60px;
  }
  .header-page .m-mobilenav .mbnav-item > a.current {
    color: #222;
    font-weight: 600;
  }
  .header-page .m-mobilenav .mbnav-item > a.current::after {
    width: 60px;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(1) > a {
    -moz-transition-delay: 0.05s;
         transition-delay: 0.05s;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(2) > a {
    -moz-transition-delay: 0.1s;
         transition-delay: 0.1s;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(3) > a {
    -moz-transition-delay: 0.15s;
         transition-delay: 0.15s;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(4) > a {
    -moz-transition-delay: 0.2s;
         transition-delay: 0.2s;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(5) > a {
    -moz-transition-delay: 0.25s;
         transition-delay: 0.25s;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(6) > a {
    -moz-transition-delay: 0.3s;
         transition-delay: 0.3s;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(7) > a {
    -moz-transition-delay: 0.35s;
         transition-delay: 0.35s;
  }
  .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 a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .header-page .m-mobilenav .mbsbnav-item a.active {
    color: #222;
  }
  .header-page .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043f71;
  }
}

@media screen and (max-width: 1080px) {
  .header-page .header {
    height: 60px;
  }
  .header-page .header .head-right {
    -moz-box-pack: right;
         justify-content: right;
  }
  .header-page .header .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;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.all-banner .all-banner-content h1 {
  margin: 0.4rem 0 0.34rem 0;
  font-size: var(--font-size-54);
  -moz-transition-delay: 0.3s;
       transition-delay: 0.3s;
}
.all-banner .all-banner-content p {
  width: 60%;
  font-size: var(--font-size-18);
}

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

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

.footer {
  background-color: #100c17;
  position: relative;
  overflow: hidden;
  padding-top: 1.16rem;
}
.footer .content .module1 {
  -moz-box-pack: justify;
       justify-content: space-between;
  position: relative;
  z-index: 1;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.footer .content .module1 .module1-left {
  width: 40%;
}
.footer .content .module1 .module1-left h3 {
  color: #ffffff;
  font-size: var(--font-size-30);
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.footer .content .module1 .module1-left .list {
  margin-top: 0.46rem;
  display: grid;
  row-gap: 0.3rem;
}
.footer .content .module1 .module1-left .list .item i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: white;
}
.footer .content .module1 .module1-left .list .item p {
  color: white;
  font-size: var(--font-size-18);
  margin-left: 0.3rem;
  word-wrap: break-word; /* 允许长单词换行 */
  color: #ffffff;
  opacity: 0.6;
  line-height: 1.5;
  text-align: left;
}
.footer .content .module1 .module1-left .list .item:nth-last-child(1) {
  border-bottom-color: transparent;
}
.footer .content .module1 .module1-right {
  -moz-box-flex: 1;
       flex: 1;
  display: -moz-box;
  display: flex;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.footer .content .module1 .module1-right .list .item {
  padding: 0 0.78rem 0 0.3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .content .module1 .module1-right .list .item h3 {
  font-size: var(--font-size-20);
  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-20);
  color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .module1 .module1-right .list .item .item-textBox {
  margin-top: 0.3rem;
}
.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: #ffffff;
  opacity: 0.3;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-bottom: 4px;
}
.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: white;
}
.footer .content .module1 .module1-right .list .item .item-textBox p a:hover {
  color: white;
  opacity: 1;
}
.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) {
  padding-right: 0;
}
.footer .content .module2 {
  padding: 0.24rem 0 0.24rem 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .content .module2 .module2-left {
  flex-wrap: wrap;
  margin-right: 0.4rem;
}
.footer .content .module2 .module2-left p {
  color: rgba(255, 255, 255, 0.39);
  margin-right: 0.16rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-18);
}
.footer .content .module2 .module2-left p a {
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .module2 .module2-left p a:hover {
  color: white;
}
.footer .content .module2 .module2-right {
  margin-top: 0.2rem;
}
.footer .content .module2 .module2-right .contact {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.footer .content .module2 .module2-right .contact .item {
  width: max(0.32rem, 28px);
  height: max(0.32rem, 28px);
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid white;
}
.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:hover {
  border-color: var(--primary-color);
}
.footer .content .module2 .module2-right .contact .item:hover i {
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .footer .content .module1 {
    flex-wrap: wrap;
  }
  .footer .content .module1 .module1-left {
    width: 100%;
    text-align: left;
  }
  .footer .content .module1 .module1-right {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.footer-page {
  background-color: #f5f7f8;
}
.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(--primary-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;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box {
  border-bottom: 1px solid #ececec;
  padding: 0.16rem 0;
  margin-bottom: 0.4rem;
  position: relative;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box-active .tip {
  top: 110% !important;
  opacity: 1 !important;
}
.footer-page .popupBox2 .popupBox2-content form .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  margin-top: 0.4rem;
  position: relative;
}
.footer-page .popupBox2 .popupBox2-content form .privacy input {
  margin-right: 0.1rem;
  margin-top: 0.06rem;
}
.footer-page .popupBox2 .popupBox2-content form .privacy .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.footer-page .popupBox2 .popupBox2-content form .privacy a {
  color: var(--primary-color);
  cursor: pointer;
}
.footer-page .popupBox2 .popupBox2-content form button {
  margin-top: 0.8rem;
  background-color: var(--primary-color);
  background-blend-mode: normal, normal;
  border-radius: max(0.1rem, 10px);
  width: 100%;
  padding: 0.16rem 0.24rem;
  margin-top: 0.62rem;
  color: white;
  font-size: var(--font-size-16);
}
.footer-page .popupBox2 .popupBox2-content form button i {
  font-size: var(--font-size-28);
  margin-left: 0.1rem;
}
@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: 10;
  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(--primary-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(--primary-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(--primary-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: 2;
  -moz-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.contact-footer .ul .close {
  position: relative;
  width: 40px;
  height: 40px;
  background: white;
}
.contact-footer .ul .close .jian {
  display: none;
}
.contact-footer .ul .li {
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  background-color: white;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-footer .ul .li > a,
.contact-footer .ul .li > span {
  cursor: pointer;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  /* background: #A7AFB9; */
  -moz-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 4px 6px 5px 1px rgba(213, 213, 213, 0.22);
}
.contact-footer .ul .li > a i,
.contact-footer .ul .li > span i {
  font-size: 20px;
  color: var(--primary-color);
}
.contact-footer .ul .li a:hover,
.contact-footer .ul .li span:hover {
  background: var(--primary-color);
}
.contact-footer .ul .li a:hover i,
.contact-footer .ul .li span:hover i {
  color: white;
}
.contact-footer .ul .li .ewm {
  position: absolute;
  left: 100px;
  top: 0px;
  z-index: -1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-footer .ul .li .ewm span {
  color: white;
  height: 40px;
  display: block;
  background: var(--primary-color);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.1rem;
  border-radius: 0.05rem;
}
.contact-footer .ul .li .ewm img {
  width: 100px;
  min-width: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100px;
  max-height: 100px;
}
.contact-footer .ul .li:hover .ewm {
  left: -140px;
}
.contact-footer .ul .li:hover i {
  color: white;
}
.contact-footer .active .li {
  height: 0;
  overflow: hidden;
}
.contact-footer .active .close {
  height: 40px;
}
.contact-footer .active .close .jia {
  display: none;
}
.contact-footer .active .close .jian {
  display: block;
}

.all-form .inp-box {
  margin-bottom: 10px;
  position: relative;
}
.all-form .inp-box label {
  font-size: var(--font-size-18);
  color: #000000;
}
.all-form .inp-box input {
  padding: 0.17rem 0.13rem;
  border: 1px solid transparent;
  font-size: var(--font-size-18);
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #f7f8fc;
}
.all-form .inp-box textarea {
  padding: 0.12rem 0.13rem;
  border: 1px solid transparent;
  font-size: var(--font-size-18);
  width: 100%;
  min-height: max(1.36rem, 80px);
  border-radius: 6px;
  background-color: #f7f8fc;
  overflow: hidden;
}
.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-box2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
  row-gap: 0.2rem;
}
.all-form .inp-box2 .box {
  width: auto !important;
}
.all-form .inp-box-active {
  border-color: red !important;
}
.all-form .inp-box-active .tip {
  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: 95%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.all-form .privacy a {
  color: var(--primary-color);
  cursor: pointer;
}
.all-form button {
  margin-top: max(0.2rem, 10px);
}
.all-form button .btm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: var(--font-size-20);
}
@media screen and (max-width: 980px) {
  .all-form .inp-box2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.all-form2 .inp-box .box {
  width: 49%;
  position: relative;
}
.all-form2 .inp-box .box2 {
  width: 100%;
}
.all-form2 .inp-box .box2 textarea {
  width: 100%;
  height: max(1.4rem, 100px);
}
.all-form2 .inp-box .box2 input {
  width: 100%;
}
.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(--primary-color); /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}

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

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

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

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

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

.scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-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 {
  -moz-transition: 0.8s;
  transition: 0.8s;
}

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

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

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

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

.btm-gradientTop::before {
  content: "";
  background-color: var(--primary-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(--primary-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 {
  padding: 0.26rem 0;
}
.crumbs-page .crumbs .flex-ali {
  flex-wrap: wrap;
  row-gap: 0.1rem;
}
.crumbs-page .crumbs i {
  margin-right: 0.1rem;
  color: var(--primary-color);
}
.crumbs-page .crumbs a {
  color: #666666;
  font-variant: var(--font-size-16);
}
.crumbs-page .crumbs a:hover {
  color: var(--primary-color);
}

.m-muban-pagebox {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
}
.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  width: max(0.4rem, 40px);
  height: max(0.4rem, 40px);
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  font-size: var(--font-size-16);
  color: #999899;
  margin: 4px;
  border: solid 1px #e3e3e2;
  box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.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.78rem, 78px);
  height: max(0.4rem, 40px);
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #ffffff;
  border-radius: 0.25rem;
  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-24);
}

@media screen and (max-width: 999px) {
  .m-muban-pagebox a,
  .m-muban-pagebox p,
  .m-muban-pagebox span {
    width: max(0.3rem, 30px) !important;
    height: max(0.3rem, 30px) !important;
  }
  .m-muban-pagebox .m-muban-prev,
  .m-muban-pagebox .m-muban-next {
    width: max(0.4rem, 44px) !important;
    height: max(0.3rem, 30px) !important;
  }
}
.c-white {
  color: white;
}

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

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

.all-btm {
  cursor: pointer;
  border-radius: 0.8rem;
  background: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
  padding-right: 0.16rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.all-btm .btm {
  font-size: var(--font-size-16);
  padding: 0.16rem 0.32rem;
  border-radius: 0.8rem;
  color: var(--text-color2);
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  color: #000;
  height: max(0.53rem, 34px);
}
.all-btm .i-box {
  width: max(0.53rem, 34px);
  height: max(0.53rem, 34px);
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  z-index: 2;
  border: 1px solid #000000;
}
.all-btm .i-box i {
  color: var(--text-color2);
  font-size: var(--font-size-24);
  -moz-transition: 0.8s;
  transition: 0.8s;
  color: #000;
}

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

.all-btm:hover .btm {
  border-width: 2px;
  border-color: var(--primary-color) !important;
  color: var(--primary-color);
}
.all-btm:hover .i-box {
  border-width: 2px;
  border-color: var(--primary-color) !important;
}
.all-btm:hover .i-box i {
  -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
       transform: rotate(0deg);
  color: var(--primary-color) !important;
}

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

.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; /* 鼠标指针样式 */
}

.swiper-pagination {
  position: initial !important;
  margin-top: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--primary-color);
}

.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 .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%;
  height: auto;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content {
  position: absolute;
  top: 66%;
  left: 50%;
  -moz-transform: translate(-52%, -62%);
   -ms-transform: translate(-52%, -62%);
       transform: translate(-52%, -62%);
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content h1 {
  -moz-transition-delay: 0.3s;
       transition-delay: 0.3s;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .p1 {
  margin-top: 0.24rem;
  font-size: var(--font-size-30);
  -moz-transition-delay: 0.6s;
       transition-delay: 0.6s;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .list {
  margin-top: 0.3rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  row-gap: 0.14rem;
  -moz-transition-delay: 0.6s;
       transition-delay: 0.6s;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .list .li i {
  color: var(--primary-color);
  font-size: var(--font-size-18);
  color: #fff;
  background: var(--primary-color);
  border-radius: 50%;
  width: max(0.2rem, 15px);
  height: max(0.2rem, 15px);
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .list .li i img {
  width: auto;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .list .li p {
  font-size: var(--font-size-20);
  color: #fff;
  margin-left: 4px;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.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 .list {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
.page .index-s1 .swiperbanner-index .swiper-container-horizontal > .swiper-pagination-bullets,
.page .index-s1 .swiperbanner-index .swiper-pagination-custom,
.page .index-s1 .swiperbanner-index .swiper-pagination-fraction {
  bottom: 30px;
}
.page .index-s1 .swiperbanner-index .swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  background-color: #01012f;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 4px;
}
.page .index-s2 {
  padding-top: 1.26rem;
  padding-bottom: 1.12rem;
}
.page .index-s2 .content {
  overflow: hidden;
}
.page .index-s2 .content .module1 {
  margin-top: 0.36rem;
  row-gap: 20px;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.page .index-s2 .content .module1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
  flex-shrink: 0;
}
.page .index-s2 .content .module1 .module1-left h2 {
  color: #111;
}
.page .index-s2 .content .module1 .module1-left p {
  margin-top: 0.36rem;
  font-size: var(--font-size-20);
  color: #333;
}
.page .index-s2 .content .module1 .module1-left p strong {
  color: var(--primary-color);
}
.page .index-s2 .content .module1 .module1-left .all-btm {
  margin-top: 0.82rem;
}
.page .index-s2 .content .module1 .module1-right {
  width: 50.875%;
}
.page .index-s2 .content .module1 .module1-right .img-box {
  border-radius: var(--all-border-radius);
}
.page .index-s2 .content .module1 .module1-right .img-box img:hover {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .index-s2 .content .module2 {
  margin-top: 1.1rem;
}
.page .index-s2 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
  row-gap: 0.4rem;
}
.page .index-s2 .content .module2 .list .item {
  -webkit-column-gap: 0.26rem;
     -moz-column-gap: 0.26rem;
          column-gap: 0.26rem;
  row-gap: 0.2rem;
  position: relative;
  padding-bottom: 0.28rem;
}
.page .index-s2 .content .module2 .list .item .img-box {
  width: max(0.46rem, 30px);
  height: max(0.46rem, 30px);
  border-radius: 50%;
  -moz-transition: 0.6s;
  transition: 0.6s;
  background-color: #666666;
}
.page .index-s2 .content .module2 .list .item .img-box img {
  width: 60%;
}
.page .index-s2 .content .module2 .list .item .item-bot {
  margin-left: 0.2rem;
}
.page .index-s2 .content .module2 .list .item .item-bot h3 {
  font-size: var(--font-size-60);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .index-s2 .content .module2 .list .item .item-bot h3 sub,
.page .index-s2 .content .module2 .list .item .item-bot h3 strong {
  font-size: var(--font-size-60);
  bottom: -0.02rem;
  margin-left: -0.08rem;
  font-weight: normal;
}
.page .index-s2 .content .module2 .list .item .item-bot h3 strong {
  bottom: 0;
}
.page .index-s2 .content .module2 .list .item .item-bot p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
  font-size: #444;
}
.page .index-s2 .content .module2 .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d7d7d7;
  width: 1px;
  height: 100%;
}
.page .index-s2 .content .module2 .list .item:hover .img-box {
  background-color: var(--primary-color);
}
.page .index-s2 .content .module2 .list .item:hover .item-bot h3 {
  color: var(--primary-color);
}
@media screen and (max-width: 980px) {
  .page .index-s2 .content .module1 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (max-width: 880px) {
  .page .index-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .index-s2 .content .module1 .module1-left {
    width: 100%;
  }
  .page .index-s2 .content .module1 .module1-left .all-btm {
    margin-top: 20px;
  }
  .page .index-s2 .content .module1 .module1-right {
    width: 100%;
  }
  .page .index-s2 .content .module2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page .index-s2 .content .module2 .list .item {
    -moz-box-pack: left;
         justify-content: left;
  }
  .page .index-s2 .content .module2 .list .item:nth-child(2n) {
    padding-left: 0.2rem;
  }
}
@media screen and (max-width: 668px) {
  .page .index-s2 .content .title {
    width: 100%;
  }
}
.page .index-s3 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #f8f8f8;
}
.page .index-s3 .content {
  overflow: hidden;
}
.page .index-s3 .content h2 {
  text-align: center;
}
.page .index-s3 .content .module1 {
  margin-top: 0.8rem;
}
.page .index-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  row-gap: 0.5rem;
}
.page .index-s3 .content .module1 .list .item .item-content {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
}
.page .index-s3 .content .module1 .list .item .item-content .img-box {
  position: relative;
  aspect-ratio: 51/48;
}
.page .index-s3 .content .module1 .list .item .item-content .img-box img {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s3 .content .module1 .list .item .item-content .img-box img:nth-child(1) {
  opacity: 1;
}
.page .index-s3 .content .module1 .list .item .item-content .img-box img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s3 .content .module1 .list .item .item-content .text-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  text-align: center;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s3 .content .module1 .list .item .item-content .text-box .fenlei {
  border-radius: 1rem;
  color: #111;
  font-size: var(--font-size-24);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
}
.page .index-s3 .content .module1 .list .item .item-content .text-box ul {
  margin-top: 0.24rem;
  list-style: disc; /* 实心圆 */
  padding-left: 0.26rem;
}
.page .index-s3 .content .module1 .list .item .item-content .text-box ul li {
  color: #ffffff;
  font-size: var(--font-size-18);
  margin-bottom: 0.1rem;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.page .index-s3 .content .module1 .list .item .item-content .text-box ul li::marker {
  color: white; /* 圆点颜色 */
  font-size: var(--font-size-16); /* 圆点大小 */
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .index-s3 .content .module1 .list .item h3 {
  margin-top: 0.3rem;
  font-size: var(--font-size-30);
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.page .index-s3 .content .module1 .list .item:hover .item-content .text-box {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}
.page .index-s3 .content .module1 .list .item:hover .item-content .text-box .fenlei {
  color: #fff;
}
.page .index-s3 .content .module1 .list .item:hover .item-content .img-box img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .index-s3 .content .module1 .list .item:hover .item-content .img-box img:nth-child(1) {
  opacity: 0;
}
.page .index-s3 .content .module1 .list .item:hover .item-content .img-box img:nth-child(2) {
  opacity: 1;
}
.page .index-s3 .content .module1 .list .item:hover .item-content .text-box {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .page .index-s3 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 668px) {
  .page .index-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .index-s4 {
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.page .index-s4 .content h2 {
  text-align: center;
}
.page .index-s4 .content .module1 {
  margin-top: 0.8rem;
}
.page .index-s4 .content .module1 .swiper .item {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
}
.page .index-s4 .content .module1 .swiper .item .mengceng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.page .index-s4 .content .module1 .swiper .item .mengceng .i-box {
  width: max(0.62rem, 40px);
  height: max(0.62rem, 40px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.page .index-s4 .content .module1 .swiper .item .mengceng .i-box i {
  font-size: var(--font-size-26);
  color: white;
}
.page .index-s4 .content .module1 .swiper .item h3 {
  color: #ffffff;
  font-size: var(--font-size-24);
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  padding: 0 0.26rem;
  line-height: 1.5;
  z-index: 2;
  font-weight: normal;
}
.page .index-s4 .content .module1 .swiper .item:hover .img-box img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .index-s4 .content .module1 .swiper .item:hover .mengceng {
  opacity: 1;
}
.page .index-s5 {
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.page .index-s5 .bg img {
  min-height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s5 .content {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  padding-top: 0.6rem;
  z-index: 2;
}
.page .index-s5 .content h2 {
  text-align: center;
}
.page .index-s5 .content .module1 {
  margin-top: 0.76rem;
  position: relative;
}
.page .index-s5 .content .module1 .list {
  position: relative;
}
.page .index-s5 .content .module1 .list .item {
  position: absolute;
  max-width: 4.74rem;
  border-radius: var(--all-border-radius);
  background-size: 100% 100%;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  overflow: hidden;
  -moz-transition: 0.8s;
  transition: 0.8s;
  background-color: rgba(255, 255, 255, 0.48);
  padding: 9px;
}
.page .index-s5 .content .module1 .list .item .item-content {
  padding: max(0.14rem, 8px) 0.24rem 0.2rem 0.24rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: var(--all-border-radius);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s5 .content .module1 .list .item .item-content .box .i-box {
  width: max(0.36rem, 24px);
  height: max(0.36rem, 24px);
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s5 .content .module1 .list .item .item-content .box .i-box i {
  color: #252525;
  font-size: var(--font-size-16);
  font-weight: 400;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s5 .content .module1 .list .item .item-content .box .i-box i:nth-child(2) {
  display: none;
}
.page .index-s5 .content .module1 .list .item .item-content h3 {
  color: #111111;
  font-size: var(--font-size-30);
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
  margin-top: 0.45rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s5 .content .module1 .list .item .item-content p {
  color: #333333;
  font-size: var(--font-size-18);
  width: 90%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s5 .content .module1 .list .item-left .box {
  -moz-box-pack: right;
       justify-content: right;
}
.page .index-s5 .content .module1 .list .item-right h3 {
  text-align: right;
}
.page .index-s5 .content .module1 .list .item-right p {
  text-align: right;
  width: 100% !important;
}
.page .index-s5 .content .module1 .list .item-active {
  max-width: 7.6rem;
}
.page .index-s5 .content .module1 .list .item-active .item-content {
  border-radius: max(0.3rem, 24px);
}
.page .index-s5 .content .module1 .list .item-active .item-content .box .i-box {
  background-color: var(--primary-color);
}
.page .index-s5 .content .module1 .list .item-active .item-content .box .i-box i {
  color: white;
}
.page .index-s5 .content .module1 .list .item-active .item-content h3 {
  margin-top: -0.1rem;
}
.page .index-s5 .content .module1 .list .item-active .item-content p {
  opacity: 1;
  margin-top: 0.16rem;
  height: auto;
}
.page .index-s5 .content .module1 .list .item1 {
  left: 0;
  top: 0;
}
.page .index-s5 .content .module1 .list .item1 .item-content {
  background-image: url("../images/indexS5-1.webp");
}
.page .index-s5 .content .module1 .list .item2 {
  top: 3rem;
  left: 1.18rem;
}
.page .index-s5 .content .module1 .list .item2 .item-content {
  background-image: url("../images/indexS5-2.webp");
}
.page .index-s5 .content .module1 .list .item3 {
  top: 6rem;
  left: 1.18rem;
}
.page .index-s5 .content .module1 .list .item3 .item-content {
  background-image: url("../images/indexS5-3.webp");
}
.page .index-s5 .content .module1 .list .item3.item-active {
  max-width: 7.2rem !important;
}
.page .index-s5 .content .module1 .list .item4 {
  top: 0.4rem;
  right: 1.8rem;
}
.page .index-s5 .content .module1 .list .item4 .item-content {
  background-image: url("../images/indexS5-4.webp");
}
.page .index-s5 .content .module1 .list .item5 {
  top: 3.6rem;
  right: 1rem;
}
.page .index-s5 .content .module1 .list .item5 .item-content {
  background-image: url("../images/indexS5-5.webp");
}
.page .index-s5 .content .module1 .list .item6 {
  top: 6.2rem;
  right: 2.5rem;
}
.page .index-s5 .content .module1 .list .item6 .item-content {
  background-image: url("../images/indexS5-6.webp");
}
.page .index-s5 .content .module1 .list .item6.item-active {
  max-width: 7.2rem !important;
}
.page .index-s5 .content .module1 .all-btm {
  position: absolute;
  top: 9.8rem;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
@media screen and (max-width: 1180px) {
  .page .index-s5 .content .module1 .list .item5 {
    top: 4rem;
  }
  .page .index-s5 .content .module1 .list .item6 {
    top: 7rem;
  }
}
@media screen and (max-width: 900px) {
  .page .index-s5 .content .module1 .list .item {
    position: initial;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .page .index-s5 .content .module1 .list .item .item-content {
    background-image: url("../images/indexS5-1.webp") !important;
  }
  .page .index-s5 .content .module1 .list .item .item-content .box {
    -moz-box-pack: right;
         justify-content: right;
  }
  .page .index-s5 .content .module1 .list .item .item-content h3 {
    margin-top: 6px;
  }
  .page .index-s5 .content .module1 .list .item .item-content p,
  .page .index-s5 .content .module1 .list .item .item-content h3 {
    text-align: left;
  }
  .page .index-s5 .content .module1 .list .item.item-active {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page .index-s5 .content .module1 .all-btm {
    position: initial;
    margin: 30px auto 0 auto;
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
  }
}
@media screen and (max-width: 900px) {
  .page .index-s5 .bg {
    display: none;
  }
  .page .index-s5 .content {
    position: initial;
    -moz-transform: translate(0);
     -ms-transform: translate(0);
         transform: translate(0);
  }
}
.page .index-s6 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background: -moz-linear-gradient(bottom, #f8f8f8 0%, #fff 100%);
  background: linear-gradient(to top, #f8f8f8 0%, #fff 100%);
  overflow: hidden;
}
.page .index-s6 .content h2 {
  text-align: center;
}
.page .index-s6 .content .module1 {
  margin-top: 0.8rem;
}
.page .index-s6 .content .module1 .swiper .swiper-pagination {
  margin-top: 0.7rem;
}
.page .index-s6 .content .module1 .swiper .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .index-s6 .content .module1 .swiper .item h3 {
  margin-top: 0.42rem;
  font-size: var(--font-size-20);
  text-align: center;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
.page .index-s7 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.page .index-s7 .content {
  overflow: hidden;
}
.page .index-s7 .content .module1 {
  -moz-box-pack: justify;
       justify-content: space-between;
  row-gap: max(0.3rem, 28px);
}
.page .index-s7 .content .module1 .module1-left {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  width: 34.375%;
  padding: 1.2rem 0 0.6rem 0;
}
.page .index-s7 .content .module1 .module1-left .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page .index-s7 .content .module1 .module1-left .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s7 .content .module1 .module1-left .card {
  z-index: 2;
  position: relative;
  padding: 0 0.6rem 0 0.6rem;
}
.page .index-s7 .content .module1 .module1-left .card h2 {
  color: #000;
}
.page .index-s7 .content .module1 .module1-left .card .contact {
  margin-top: 0.46rem;
  display: grid;
  row-gap: 0.4rem;
}
.page .index-s7 .content .module1 .module1-left .card .contact .item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.page .index-s7 .content .module1 .module1-left .card .contact .item i {
  font-size: var(--font-size-30);
  width: max(0.6rem, 50px);
  height: max(0.6rem, 50px);
  background: #fff;
  border-radius: 0.15rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.page .index-s7 .content .module1 .module1-left .card .contact .item .name {
  color: #444;
  opacity: 0.5;
  font-size: var(--font-size-18);
}
.page .index-s7 .content .module1 .module1-left .card .contact .item p {
  font-size: var(--font-size-18);
  color: #111;
  margin-top: 0.1rem;
}
.page .index-s7 .content .module1 .module1-left .card .contact .itemfont30 p {
  font-size: var(--font-size-30);
}
.page .index-s7 .content .module1 .module1-right {
  width: 63.75%;
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 2.92rem 0.5rem 0.5rem 0.46rem;
}
.page .index-s7 .content .module1 .module1-right .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page .index-s7 .content .module1 .module1-right .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s7 .content .module1 .module1-right .all-form {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: white;
  border-radius: var(--all-border-radius);
  padding: 0.46rem 0.3rem;
}
@media screen and (max-width: 980px) {
  .page .index-s7 .content .module1 {
    flex-wrap: wrap;
  }
  .page .index-s7 .content .module1 .module1-left {
    width: 100%;
  }
  .page .index-s7 .content .module1 .module1-right {
    width: 100%;
    padding: 2.92rem 0.3rem 0.5rem 0.3rem;
  }
}

.page-products {
  background-color: #f7f8fc;
}

.page .products-s2 {
  padding-bottom: 0.56rem;
}
.page .products-s2 .content .module1 {
  -webkit-column-gap: 1.25%;
     -moz-column-gap: 1.25%;
          column-gap: 1.25%;
  row-gap: 0.2rem;
  flex-wrap: wrap;
}
.page .products-s2 .content .module1 .module1-left {
  width: 59.375%;
}
.page .products-s2 .content .module1 .module1-left .swiper .swiper-pagination {
  bottom: 0.2rem;
  left: initial;
  right: 0.3rem;
  position: absolute !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .products-s2 .content .module1 .module1-left .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}
.page .products-s2 .content .module1 .module1-left .item {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .products-s2 .content .module1 .module1-left .item .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page .products-s2 .content .module1 .module1-left .item h3 {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: -moz-calc(100% - 0.3rem - 0.3rem);
  width: calc(100% - 0.3rem - 0.3rem);
  color: white;
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-24);
}
.page .products-s2 .content .module1 .module1-left .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .products-s2 .content .module1 .module1-right {
  width: 39.375%;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
  row-gap: 0.2rem;
}
.page .products-s2 .content .module1 .module1-right .item {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .products-s2 .content .module1 .module1-right .item .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page .products-s2 .content .module1 .module1-right .item h3 {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: -moz-calc(100% - 0.3rem - 0.3rem);
  width: calc(100% - 0.3rem - 0.3rem);
  color: white;
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-24);
}
.page .products-s2 .content .module1 .module1-right .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 668px) {
  .page .products-s2 .content .module1 .module1-left {
    width: 100%;
  }
  .page .products-s2 .content .module1 .module1-right {
    width: 100%;
  }
}
.page .products-s3 {
  padding-bottom: 0.6rem;
}
.page .products-s3 .content {
  margin-top: 0.6rem;
}
.page .products-s3 .content .module1 {
  margin-top: 0.99rem;
}
.page .products-s3 .content .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .products-s3 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .products-s3 .content .module1 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .products-s3 .content .module1 .tabList .item {
  margin-right: 0.76rem;
  font-size: var(--font-size-16);
  color: #888888;
  cursor: pointer;
  white-space: nowrap;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding-bottom: max(0.02rem, 2px);
}
.page .products-s3 .content .module1 .tabList .item::before {
  content: "";
  position: absolute;
  left: inherit;
  bottom: 0px;
  right: 0px;
  width: 0%;
  background: #000;
  height: max(0.01rem, 1px);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.page .products-s3 .content .module1 .tabList .item.item-active::before, .page .products-s3 .content .module1 .tabList .item:hover::before {
  width: 100%;
  left: 0px;
}
.page .products-s3 .content .module1 .tabList .item.item-active, .page .products-s3 .content .module1 .tabList .item:hover {
  color: #111111;
}
.page .products-s3 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .products-s3 .content .module2 {
  margin-top: 0.84rem;
}
.page .products-s3 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 0.6rem;
}
.page .products-s3 .content .module2 .list .item {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  background-color: white;
  padding: 0.26rem 0.3rem;
  position: relative;
}
.page .products-s3 .content .module2 .list .item .img-box {
  width: auto;
  display: block;
}
.page .products-s3 .content .module2 .list .item .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: 1/1;
}
.page .products-s3 .content .module2 .list .item .img-box img.active {
  opacity: 1;
}
.page .products-s3 .content .module2 .list .item .item-bot {
  margin-top: 0.34rem;
}
.page .products-s3 .content .module2 .list .item .item-bot h3 {
  font-weight: normal;
  font-size: var(--font-size-18);
}
.page .products-s3 .content .module2 .list .item .item-bot .colorClass {
  margin-top: 0.2rem;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 0.1rem;
}
.page .products-s3 .content .module2 .list .item .item-bot .colorClass .yuan {
  width: max(0.22rem, 16px);
  height: max(0.22rem, 16px);
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 2px solid transparent;
  cursor: pointer;
}
.page .products-s3 .content .module2 .list .item .item-bot .colorClass .yuan .box {
  width: max(0.14rem, 8px);
  height: max(0.14rem, 8px);
  border-radius: 50%;
  background-color: var(--color);
}
.page .products-s3 .content .module2 .list .item .item-bot .colorClass .yuan-active {
  border-color: var(--color);
}
.page .products-s3 .content .module2 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .products-s3 .content .module2 .list .item2 {
  grid-column: span 2;
  padding: 0;
}
.page .products-s3 .content .module2 .list .item2 .img-box {
  height: 100%;
}
.page .products-s3 .content .module2 .list .item2 .item-bot {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: -moz-calc(100% - 0.3rem - 0.3rem);
  width: calc(100% - 0.3rem - 0.3rem);
}
@media screen and (max-width: 668px) {
  .page .products-s3 .content .module2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .products-s3 .content .module2 .list .item2 {
    grid-column: span 1;
    padding: 0.26rem 0.3rem;
  }
  .page .products-s3 .content .module2 .list .item2 .img-box {
    height: auto;
  }
  .page .products-s3 .content .module2 .list .item2 .item-bot {
    position: initial;
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
    width: 100%;
  }
}

.page-productsDetails {
  background-color: #f7f8fc;
}

.page .productsDetails-s1 {
  padding-top: 0.1rem;
  padding-bottom: 1.2rem;
}
.page .productsDetails-s1 .content {
  overflow: hidden;
}
.page .productsDetails-s1 .content .module1 {
  -webkit-column-gap: 0.92rem;
     -moz-column-gap: 0.92rem;
          column-gap: 0.92rem;
  row-gap: 0.4rem;
}
.page .productsDetails-s1 .content .module1 .module1-left {
  width: 46.875%;
  min-width: 300px;
  flex-shrink: 0;
  min-width: 0;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
  background-color: white;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-slide .img-box {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  aspect-ratio: 4/3.5;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-slide .img-box img:nth-child(1) {
  opacity: 1;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-slide .img-box img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-slide .img-box img:hover:nth-child(2) {
  opacity: 1;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .jiantou {
  position: absolute;
  right: 0.32rem;
  bottom: 0.3rem;
  z-index: 2;
  -webkit-column-gap: 0.12rem;
     -moz-column-gap: 0.12rem;
          column-gap: 0.12rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .jiantou .i-box {
  width: max(0.44rem, 34px);
  height: max(0.44rem, 34px);
  border-radius: 50%;
  background-color: var(--primary-color);
  border: solid 1px #e5e5e4;
  flex-shrink: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  opacity: 0.4;
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .jiantou .i-box i {
  font-size: var(--font-size-20);
  color: white;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .jiantou .i-box:hover {
  opacity: 1;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .colorClass {
  margin-top: 0.2rem;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 0.1rem;
  position: absolute;
  left: 0.32rem;
  bottom: 0.36rem;
  z-index: 2;
  max-width: 70%;
  flex-wrap: wrap;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .colorClass .yuan {
  width: max(0.22rem, 16px);
  height: max(0.22rem, 16px);
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 2px solid transparent;
  cursor: pointer;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .colorClass .yuan .box {
  width: max(0.14rem, 8px);
  height: max(0.14rem, 8px);
  border-radius: 50%;
  background-color: var(--color);
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .colorClass .yuan-active {
  border-color: var(--color);
}
.page .productsDetails-s1 .content .module1 .module1-right {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  width: -moz-calc(53.125% - 0.92rem);
  width: calc(53.125% - 0.92rem);
}
.page .productsDetails-s1 .content .module1 .module1-right h2 {
  margin-bottom: 0.26rem;
}
.page .productsDetails-s1 .content .module1 .module1-right .line {
  width: 100%;
  height: 1px;
  background-color: #dcdde1;
}
.page .productsDetails-s1 .content .module1 .module1-right .feature {
  margin-top: 0.42rem;
  margin-bottom: 0.42rem;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  row-gap: 0.2rem;
}
.page .productsDetails-s1 .content .module1 .module1-right .feature .item {
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .productsDetails-s1 .content .module1 .module1-right .feature .item .item-left {
  display: -moz-box;
  display: flex;
}
.page .productsDetails-s1 .content .module1 .module1-right .feature .item .item-left i {
  font-size: var(--font-size-14);
  color: var(--primary-color);
  font-weight: bold;
  margin-top: 0.05rem;
}
@media screen and (max-width: 668px) {
  .page .productsDetails-s1 .content .module1 .module1-right .feature .item .item-left i {
    margin-top: 5px !important;
  }
}
.page .productsDetails-s1 .content .module1 .module1-right .feature .item .item-left p {
  margin-left: 0.16rem;
  color: #333333;
}
.page .productsDetails-s1 .content .module1 .module1-right .feature .item .item-right {
  width: 60%;
}
.page .productsDetails-s1 .content .module1 .module1-right .thumbnail-swiper {
  margin-top: max(0.5rem, 16px);
  width: 100%;
}
.page .productsDetails-s1 .content .module1 .module1-right .thumbnail-swiper .box {
  -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 transparent;
  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;
  aspect-ratio: 4/3;
}
.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: 880px) {
  .page .productsDetails-s1 .content .module1 {
    flex-wrap: wrap;
  }
  .page .productsDetails-s1 .content .module1 .module1-left {
    width: 100%;
  }
  .page .productsDetails-s1 .content .module1 .module1-right {
    width: 100%;
  }
  .page .productsDetails-s1 .content .module1 .module1-right .neirong {
    -moz-box-ordinal-group: 2;
         order: 1;
    margin-top: 20px;
  }
  .page .productsDetails-s1 .content .module1 .module1-right .swiper {
    width: 100%;
    -moz-box-ordinal-group: 1;
         order: 0;
    margin-top: 0;
    padding-right: 1px;
  }
  .page .productsDetails-s1 .content .module1 .module1-right .swiper .box {
    border-color: #ddd;
  }
}
.page .productsDetails-s2 {
  position: relative;
  min-height: 9.4rem;
}
.page .productsDetails-s2 .bg {
  overflow: hidden;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page .productsDetails-s2 .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .productsDetails-s2 .bg img:nth-child(1) {
  opacity: 1;
}
.page .productsDetails-s2 .bg img:nth-child(2) {
  left: 0px;
  top: 0px;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page .productsDetails-s2 .bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page .productsDetails-s2 .bg img:nth-child(1) {
    opacity: 0;
  }
  .page .productsDetails-s2 .bg img:nth-child(2) {
    left: 0px;
    top: 0px;
    position: absolute;
    opacity: 1;
  }
}
.page .productsDetails-s2 .content {
  height: 100%;
}
.page .productsDetails-s2 .content .module1 {
  -moz-box-pack: right;
       justify-content: right;
  min-height: max(9.4rem, 600px);
  -moz-box-align: center;
       align-items: center;
  padding: 0.4rem 0;
}
.page .productsDetails-s2 .content .module1 .list {
  position: relative;
  width: 31.84%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.2rem;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}
.page .productsDetails-s2 .content .module1 .list .item {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* 兼容 Safari */
  border-radius: var(--all-border-radius);
  padding: 0.26rem 0.3rem 0.26rem 0.42rem;
}
.page .productsDetails-s2 .content .module1 .list .item .img-box {
  display: -moz-box;
  display: flex;
  -moz-box-pack: right;
       justify-content: right;
}
.page .productsDetails-s2 .content .module1 .list .item .img-box img {
  width: auto;
  max-width: 0.48rem;
}
.page .productsDetails-s2 .content .module1 .list .item h3 {
  color: white;
  font-size: var(--font-size-30);
  margin-top: 0.46rem;
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.page .productsDetails-s2 .content .module1 .list .item p {
  color: white;
  font-size: var(--font-size-18);
  margin-top: 0.2rem;
}
@media screen and (max-width: 880px) {
  .page .productsDetails-s2 .content .module1 {
    -moz-box-align: end;
         align-items: flex-end;
  }
  .page .productsDetails-s2 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .page .productsDetails-s2 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .productsDetails-s2 .content .module1 .list .item h3 {
    margin-top: 0px;
  }
}
.page .productsDetails-s3 {
  position: relative;
  min-height: 9.4rem;
}
.page .productsDetails-s3 .bg {
  overflow: hidden;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page .productsDetails-s3 .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .productsDetails-s3 .content {
  height: 100%;
}
.page .productsDetails-s3 .content .module1 {
  -moz-box-pack: right;
       justify-content: right;
  min-height: max(9.4rem, 600px);
  -moz-box-align: center;
       align-items: center;
  padding: 0.4rem 0;
}
.page .productsDetails-s3 .content .module1 .list {
  position: relative;
  width: 31.84%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.2rem;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}
.page .productsDetails-s3 .content .module1 .list .item {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: var(--all-border-radius);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* 兼容 Safari */
  padding: 0.26rem 0.3rem 0.26rem 0.42rem;
}
.page .productsDetails-s3 .content .module1 .list .item .img-box {
  display: -moz-box;
  display: flex;
  -moz-box-pack: right;
       justify-content: right;
}
.page .productsDetails-s3 .content .module1 .list .item .img-box img {
  width: auto;
  max-width: 0.48rem;
}
.page .productsDetails-s3 .content .module1 .list .item h3 {
  color: white;
  font-size: var(--font-size-30);
  margin-top: 0.46rem;
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.page .productsDetails-s3 .content .module1 .list .item p {
  color: white;
  font-size: var(--font-size-18);
  margin-top: 0.2rem;
}
@media screen and (max-width: 880px) {
  .page .productsDetails-s3 .content .module1 {
    -moz-box-align: end;
         align-items: flex-end;
  }
  .page .productsDetails-s3 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .page .productsDetails-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .productsDetails-s3 .content .module1 .list .item h3 {
    margin-top: 10px;
  }
}
.page .productsDetails-s4 {
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
  background-color: white;
}
.page .productsDetails-s4 .content h2 {
  text-align: center;
}
.page .productsDetails-s4 .content .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0.94rem;
}
.page .productsDetails-s4 .content .list .item {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  background-color: white;
  padding: 0.26rem 0.3rem;
  position: relative;
  box-shadow: 0px 0px 81px 0px rgba(174, 171, 177, 0.23);
}
.page .productsDetails-s4 .content .list .item .img-box {
  width: auto;
  display: block;
  display: grid;
}
.page .productsDetails-s4 .content .list .item .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: 1/1;
  opacity: 0;
}
.page .productsDetails-s4 .content .list .item .img-box img.active {
  opacity: 1;
}
.page .productsDetails-s4 .content .list .item .item-bot {
  margin-top: 0.34rem;
}
.page .productsDetails-s4 .content .list .item .item-bot h3 {
  font-weight: normal;
  font-size: var(--font-size-18);
}
.page .productsDetails-s4 .content .list .item .item-bot .colorClass {
  margin-top: 0.2rem;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 0.1rem;
}
.page .productsDetails-s4 .content .list .item .item-bot .colorClass .yuan {
  width: max(0.22rem, 16px);
  height: max(0.22rem, 16px);
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 2px solid transparent;
  cursor: pointer;
}
.page .productsDetails-s4 .content .list .item .item-bot .colorClass .yuan .box {
  width: max(0.14rem, 8px);
  height: max(0.14rem, 8px);
  border-radius: 50%;
  background-color: var(--color);
}
.page .productsDetails-s4 .content .list .item .item-bot .colorClass .yuan-active {
  border-color: var(--color);
}
.page .productsDetails-s4 .content .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .productsDetails-s4 .content .list .item2 {
  grid-column: span 2;
  padding: 0;
}
.page .productsDetails-s4 .content .list .item2 .img-box {
  height: 100%;
}
.page .productsDetails-s4 .content .list .item2 .item-bot {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: -moz-calc(100% - 0.3rem - 0.3rem);
  width: calc(100% - 0.3rem - 0.3rem);
}
.page .productsDetails-s4 .content .all-btm {
  margin: 0.6rem auto 0 auto;
}
.page .productsDetails-s4 .content .all-btm .btm {
  background-color: transparent;
  color: #111111;
  border-color: #111111;
  font-size: var(--font-size-20);
}
.page .productsDetails-s4 .content .all-btm .i-box {
  background-color: transparent;
  border-color: #111111;
}
.page .productsDetails-s4 .content .all-btm .i-box i {
  color: #111111;
}
@media screen and (max-width: 668px) {
  .page .productsDetails-s4 .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .productsDetails-s4 .content .list .item2 {
    grid-column: span 1;
    padding: 0.26rem 0.3rem;
  }
  .page .productsDetails-s4 .content .list .item2 .img-box {
    height: auto;
  }
  .page .productsDetails-s4 .content .list .item2 .item-bot {
    position: initial;
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
    width: 100%;
  }
}

.page .faqs-s2 {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}
.page .faqs-s2 .content .module1 {
  margin-top: 0.4rem;
}
.page .faqs-s2 .content .module1 .module1-left {
  width: 23%;
}
.page .faqs-s2 .content .module1 .module1-left .list {
  padding: 0.3rem 0;
  border-radius: var(--all-border-radius);
  background: #f7f8ff;
}
.page .faqs-s2 .content .module1 .module1-left .list .item {
  margin-bottom: 0.1rem;
  padding: 0.16rem 0.34rem 0.16rem 0.2rem;
  font-size: var(--font-size-24);
}
.page .faqs-s2 .content .module1 .module1-left .list .item.item-active {
  background-color: var(--primary-color);
  color: white;
}
.page .faqs-s2 .content .module1 .module1-right {
  -moz-box-flex: 1;
       flex: 1;
  padding-left: 0.26rem;
}
.page .faqs-s2 .content .module1 .module1-right .list {
  display: none;
}
.page .faqs-s2 .content .module1 .module1-right .list .item {
  margin-bottom: 0.4rem;
  background-color: #f2f3ff;
  border-radius: var(--all-border-radius);
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head {
  padding: 0.28rem 0.24rem;
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-right: 0.2rem;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-32);
  line-height: 1.4;
  font-weight: normal;
  margin-left: 0.36rem;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: max(0.1rem, 5px);
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot .box {
  padding: 0 0.24rem 0.28rem 0.24rem;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  margin-left: 0.36rem;
  font-size: var(--font-size-18);
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-18);
  line-height: 1.6;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .faqs-s2 .content .module1 .module1-right .list .item-active .item-head-right i:nth-child(1) {
  display: none;
}
.page .faqs-s2 .content .module1 .module1-right .list .item-active .item-head-right i:nth-child(2) {
  display: block !important;
}
.page .faqs-s2 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}
.page .faqs-s2 .content .module1 .module1-right .list-active {
  display: block;
}
@media screen and (max-width: 880px) {
  .page .faqs-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .faqs-s2 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .page .faqs-s2 .content .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}

.page .technology-s2 {
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
.page .technology-s2 .content h2 {
  text-align: center;
}
.page .technology-s2 .content .title {
  text-align: center;
  font-size: var(--font-size-20);
  margin-top: 0.22rem;
}
.page .technology-s2 .content .list {
  margin-top: 0.7rem;
  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 .technology-s2 .content .list .item {
  padding: 0.4rem 0.36rem 0.48rem 0.36rem;
  border: solid 1px #dbdbdb;
  border-radius: var(--all-border-radius);
  position: relative;
}
.page .technology-s2 .content .list .item h3 {
  font-size: var(--font-size-28);
  font-weight: normal;
}
.page .technology-s2 .content .list .item .line {
  margin-top: 0.32rem;
  height: 1px;
  width: 100%;
  background-color: #edeff2;
}
.page .technology-s2 .content .list .item .contact {
  margin-top: 0.36rem;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  row-gap: 0.3rem;
}
.page .technology-s2 .content .list .item .contact .box {
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}
.page .technology-s2 .content .list .item .contact .box .box-left .i-box {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 0.15rem;
}
.page .technology-s2 .content .list .item .contact .box .box-left .i-box i {
  font-size: var(--font-size-20);
  color: black;
}
.page .technology-s2 .content .list .item .contact .box .box-right .name {
  color: #333333;
  opacity: 0.5;
  font-size: var(--font-size-18);
}
.page .technology-s2 .content .list .item .contact .box .box-right p {
  margin-top: 0.1rem;
  color: #111111;
}
.page .technology-s2 .content .list .item .title {
  text-align: left;
  color: #111111;
  font-size: var(--font-size-20);
  margin-bottom: 0.4rem;
  margin-top: 0.36rem;
}
.page .technology-s2 .content .list .item .btm {
  border: solid 1px #000;
  border-radius: 0.8rem;
  min-height: 0.66rem;
  padding: 0.24rem 0.2rem;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  bottom: 0.48rem;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: -moz-calc(100% - 0.36rem - 0.36rem);
  width: calc(100% - 0.36rem - 0.36rem);
  -moz-transition: 0s;
  transition: 0s;
}
.page .technology-s2 .content .list .item .btm i {
  font-size: var(--font-size-18);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .technology-s2 .content .list .item .btm .name {
  margin-left: 10px;
  font-size: var(--font-size-18);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .technology-s2 .content .list .item .btm:hover {
  border: 2px solid var(--primary-color);
}
.page .technology-s2 .content .list .item .btm:hover i,
.page .technology-s2 .content .list .item .btm:hover .name {
  color: var(--primary-color);
}
.page .technology-s2 .content .list .item .media {
  margin-top: 0.24rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.page .technology-s2 .content .list .item .media .box {
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  border-bottom: 1px solid #edeff2;
  padding: 0.1rem 0;
}
.page .technology-s2 .content .list .item .media .box .i-box {
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  border-radius: 0.15rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .technology-s2 .content .list .item .media .box .i-box i {
  font-size: var(--font-size-20);
  color: black;
}
.page .technology-s2 .content .list .item .media .box .name {
  color: #111;
  font-size: var(--font-size-18);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .technology-s2 .content .list .item .media .box:hover .i-box {
  background-color: #f7f7f7;
}
.page .technology-s2 .content .list .item .media .box:hover .name {
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .page .technology-s2 .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .technology-s2 .content .list .item .btm {
    position: initial;
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
  }
}
.page .technology-s3 {
  padding-top: 1rem;
  padding-bottom: 0.42rem;
}
.page .technology-s3 .content h2 {
  text-align: center;
}
.page .technology-s3 .content .list {
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.2rem;
  margin-top: 0.8rem;
}
.page .technology-s3 .content .list .item {
  padding: 0.6rem 0.5rem;
  border-radius: var(--all-border-radius);
  border: solid 1px #dbdbdb;
  width: 21%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.page .technology-s3 .content .list .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .technology-s3 .content .list .item .bg img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.page .technology-s3 .content .list .item .bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, #fff 100%);
  pointer-events: none;
  /* 👇 关键：默认收起 */
  -moz-transform: scaleY(1);
   -ms-transform: scaleY(1);
       transform: scaleY(1);
  -moz-transform-origin: top;
   -ms-transform-origin: top;
       transform-origin: top;
  -moz-transition: transform 0.6s ease, -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -moz-transform 0.6s ease;
}
.page .technology-s3 .content .list .item .item-head {
  color: #e8e8e8;
  font-size: var(--font-size-50);
}
.page .technology-s3 .content .list .item .item-bot {
  margin-top: 1.5rem;
}
.page .technology-s3 .content .list .item .item-bot .i-box {
  background-color: #f7f7f7;
  border-radius: var(--all-border-radius);
  width: max(0.88rem, 60px);
  height: max(0.88rem, 60px);
}
.page .technology-s3 .content .list .item .item-bot .i-box i {
  font-size: var(--font-size-34);
}
.page .technology-s3 .content .list .item .item-bot h3 {
  margin-top: 0.46rem;
  font-size: var(--font-size-28);
  font-weight: normal;
}
.page .technology-s3 .content .list .item .item-bot .p-box {
  max-height: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.page .technology-s3 .content .list .item .item-bot p {
  margin-top: 0.2rem;
  font-size: var(--font-size-18);
}
.page .technology-s3 .content .list .item-active {
  width: 33.25%;
  padding-top: 1rem;
}
.page .technology-s3 .content .list .item-active .bg {
  max-height: 300px;
}
.page .technology-s3 .content .list .item-active .item-bot .i-box {
  opacity: 0;
}
.page .technology-s3 .content .list .item-active .item-bot .p-box {
  max-height: 100px;
}
@media screen and (max-width: 980px) {
  .page .technology-s3 .content .list {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page .technology-s3 .content .list .item {
    width: auto;
  }
  .page .technology-s3 .content .list .item .bg {
    opacity: 0;
  }
  .page .technology-s3 .content .list .item .item-bot .i-box {
    opacity: 1 !important;
  }
  .page .technology-s3 .content .list .item .item-bot .p-box {
    max-height: 100px;
  }
  .page .technology-s3 .content .list .item-active {
    width: auto;
    -moz-transform: translateY(0rem);
     -ms-transform: translateY(0rem);
         transform: translateY(0rem);
  }
}
@media screen and (max-width: 668px) {
  .page .technology-s3 .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .technology-s4 {
  padding-top: 1rem;
}
.page .technology-s4 .content h2 {
  text-align: center;
}
.page .technology-s4 .content .module1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  margin-top: 0.8rem;
}
.page .technology-s4 .content .module1 .list {
  display: grid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page .technology-s4 .content .module1 .list .item {
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #edeff2;
  position: relative;
}
.page .technology-s4 .content .module1 .list .item .item-head {
  padding: 0.28rem 0;
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-right: 0.2rem;
}
.page .technology-s4 .content .module1 .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .technology-s4 .content .module1 .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .technology-s4 .content .module1 .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-24);
  line-height: 1.4;
  font-weight: normal;
}
.page .technology-s4 .content .module1 .list .item .item-head i {
  flex-shrink: 0;
  margin-top: max(0.05rem, 4px);
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
}
.page .technology-s4 .content .module1 .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .technology-s4 .content .module1 .list .item .item-bot .box {
  padding: 0 0.24rem 0.28rem 0;
}
.page .technology-s4 .content .module1 .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .technology-s4 .content .module1 .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  font-size: var(--font-size-18);
}
.page .technology-s4 .content .module1 .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-18);
  line-height: 1.6;
}
.page .technology-s4 .content .module1 .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .technology-s4 .content .module1 .list .item-active .item-head-right i:nth-child(1) {
  display: none;
}
.page .technology-s4 .content .module1 .list .item-active .item-head-right i:nth-child(2) {
  display: block !important;
}
.page .technology-s4 .content .module1 .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}
@media screen and (max-width: 768px) {
  .page .technology-s4 .content .module1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .technology-s5 {
  position: relative;
  min-height: 6.6rem;
  padding: 0.5rem 0;
  background: #f7f8fc;
}
.page .technology-s5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page .technology-s5 .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.page .technology-s5 .content {
  position: relative;
  height: 100%;
  z-index: 2;
}
.page .technology-s5 .content .module1 {
  flex-wrap: wrap;
  -webkit-column-gap: 1.78rem;
     -moz-column-gap: 1.78rem;
          column-gap: 1.78rem;
  row-gap: 0.4rem;
}
.page .technology-s5 .content .module1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
  flex-shrink: 0;
}
.page .technology-s5 .content .module1 .module1-left p {
  margin-top: 0.33rem;
  color: #333333;
}
.page .technology-s5 .content .module1 .module1-right {
  width: 56.25%;
}
.page .technology-s5 .content .module1 .module1-right form input,
.page .technology-s5 .content .module1 .module1-right form textarea {
  background-color: white;
}
@media screen and (max-width: 668px) {
  .page .technology-s5 .content .module1 .module1-left {
    width: 100%;
  }
  .page .technology-s5 .content .module1 .module1-right {
    width: 100%;
  }
}

.page .about-all {
  padding-top: 0.7rem;
}
.page .about-all > h2 {
  text-align: center;
}
.page .about-s1 {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height);
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 3;
}
.page .about-s1 .module1 {
  margin-top: 0.44rem;
  padding: 0.2rem 0;
}
.page .about-s1 .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .about-s1 .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .about-s1 .module1 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  -webkit-column-gap: 0.62rem;
     -moz-column-gap: 0.62rem;
          column-gap: 0.62rem;
  padding-bottom: 8px;
}
.page .about-s1 .module1 .tabList .item {
  padding: 0 0.1rem 0px 0.1rem;
  font-size: var(--font-size-16);
  color: #888888;
  cursor: pointer;
  white-space: nowrap;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .about-s1 .module1 .tabList .item.item-active, .page .about-s1 .module1 .tabList .item:hover {
  color: #222;
}
.page .about-s1 .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .about-s1 .module1 .tabList .line {
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0px;
  height: 1px;
  background-color: #111;
}
.page .about-s2 {
  padding-top: 0.4rem;
  padding-bottom: 0.68rem;
}
.page .about-s2 .content h2 {
  text-align: center;
}
.page .about-s2 .content .module2 {
  margin-top: 0.46rem;
  border-radius: var(--all-border-radius);
}
.page .about-s2 .content .module3 {
  margin-top: 1.1rem;
}
.page .about-s2 .content .module3 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
  row-gap: 0.4rem;
}
.page .about-s2 .content .module3 .list .item {
  -webkit-column-gap: 0.26rem;
     -moz-column-gap: 0.26rem;
          column-gap: 0.26rem;
  row-gap: 0.2rem;
  position: relative;
  padding-bottom: 0.28rem;
}
.page .about-s2 .content .module3 .list .item .img-box {
  width: max(0.46rem, 30px);
  height: max(0.46rem, 30px);
  border-radius: 50%;
  -moz-transition: 0.6s;
  transition: 0.6s;
  background-color: #666666;
}
.page .about-s2 .content .module3 .list .item .img-box img {
  width: 60%;
}
.page .about-s2 .content .module3 .list .item .item-bot {
  margin-left: 0.2rem;
}
.page .about-s2 .content .module3 .list .item .item-bot h3 {
  font-size: var(--font-size-60);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .about-s2 .content .module3 .list .item .item-bot h3 sub,
.page .about-s2 .content .module3 .list .item .item-bot h3 strong {
  font-size: var(--font-size-60);
  bottom: -0.02rem;
  font-weight: normal;
  margin-left: -0.08rem;
}
.page .about-s2 .content .module3 .list .item .item-bot h3 strong {
  bottom: 0;
}
.page .about-s2 .content .module3 .list .item .item-bot p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
  font-size: #444;
}
.page .about-s2 .content .module3 .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d7d7d7;
  width: 1px;
  height: 100%;
}
.page .about-s2 .content .module3 .list .item:hover .img-box {
  background-color: var(--primary-color);
}
.page .about-s2 .content .module3 .list .item:hover .item-bot h3 {
  color: var(--primary-color);
}
@media screen and (max-width: 880px) {
  .page .about-s2 .content .module3 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page .about-s2 .content .module3 .list .item {
    -moz-box-pack: left;
         justify-content: left;
  }
  .page .about-s2 .content .module3 .list .item:nth-child(2n) {
    padding-left: 0.2rem;
  }
}
.page .about-s3 {
  padding-top: 0.56rem;
  padding-bottom: 0.68rem;
}
.page .about-s3 .content h2 {
  text-align: center;
}
.page .about-s3 .content .title {
  margin: 0.3rem auto 0 auto;
  font-size: var(--font-size-18);
  width: 70%;
  text-align: center;
  color: #444444;
}
.page .about-s3 .content .list {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  row-gap: 0.5rem;
}
.page .about-s3 .content .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .about-s3 .content .list .item h3 {
  margin-top: 0.3rem;
  font-size: var(--font-size-24);
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.page .about-s3 .content .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 768px) {
  .page .about-s3 .content .title {
    width: 100%;
  }
  .page .about-s3 .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .about-s4 {
  padding-top: 1rem;
  padding-bottom: 0.68rem;
}
.page .about-s4 .content h2 {
  text-align: center;
}
.page .about-s4 .content .title {
  font-size: var(--font-size-18);
  margin: 0.3rem auto 0 auto;
  font-size: var(--font-size-18);
  width: 70%;
  text-align: center;
  color: #444444;
}
.page .about-s4 .content .list {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  row-gap: 0.5rem;
}
.page .about-s4 .content .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .about-s4 .content .list .item h3 {
  margin-top: 0.3rem;
  font-size: var(--font-size-24);
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.page .about-s4 .content .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 768px) {
  .page .about-s4 .content .title {
    width: 100%;
  }
  .page .about-s4 .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .about-s5 {
  padding-top: 0.56rem;
  padding-bottom: 0.68rem;
}
.page .about-s5 .content h2 {
  text-align: center;
}
.page .about-s5 .content .title {
  margin: 0.3rem auto 0 auto;
  font-size: var(--font-size-18);
  width: 70%;
  text-align: center;
  color: #444444;
}
.page .about-s5 .content .list {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  row-gap: 0.5rem;
}
.page .about-s5 .content .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .about-s5 .content .list .item h3 {
  margin-top: 0.3rem;
  font-size: var(--font-size-24);
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.page .about-s5 .content .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 768px) {
  .page .about-s5 .content .title {
    width: 100%;
  }
  .page .about-s5 .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .about-s6 {
  padding-top: 1rem;
  padding-bottom: 0.68rem;
}
.page .about-s6 .content h2 {
  text-align: center;
}
.page .about-s6 .content .title {
  font-size: var(--font-size-18);
  margin: 0.3rem auto 0 auto;
  font-size: var(--font-size-18);
  width: 70%;
  text-align: center;
  color: #444444;
}
.page .about-s6 .content .list {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  row-gap: 0.5rem;
}
.page .about-s6 .content .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .about-s6 .content .list .item h3 {
  margin-top: 0.3rem;
  font-size: var(--font-size-24);
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.page .about-s6 .content .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 768px) {
  .page .about-s6 .content .title {
    width: 100%;
  }
  .page .about-s6 .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .about-s7 {
  padding-top: 1.12rem;
  padding-bottom: 1rem;
  background-color: #f7f8fc;
}
.page .about-s7 .content h2 {
  text-align: center;
}
.page .about-s7 .content .module1 {
  margin-top: 0.9rem;
}
.page .about-s7 .content .module1 .swiper .item {
  background-color: white;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.5rem 0.6rem;
}
.page .about-s7 .content .module1 .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.36rem;
}
.page .about-s7 .content .module1 .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.2rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .about-s7 .content .module1 .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: var(--font-size-18);
}
.page .about-s7 .content .module1 .jiantou .i-box:hover {
  background-color: white;
}
.page .about-s7 .content .module1 .jiantou .i-box:hover i {
  color: #222;
}
.page .about-s7 .content .module1 .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.page .about-s8 {
  padding-top: 1rem;
  padding-bottom: 0.68rem;
}
.page .about-s8 .content h2 {
  text-align: center;
}
.page .about-s8 .content .title {
  font-size: var(--font-size-18);
  margin: 0.3rem auto 0 auto;
  font-size: var(--font-size-18);
  width: 70%;
  text-align: center;
  color: #444444;
}
.page .about-s8 .content .list {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  row-gap: 0.5rem;
}
.page .about-s8 .content .list .item {
  position: relative;
}
.page .about-s8 .content .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .about-s8 .content .list .item .img-box .mengceng {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.page .about-s8 .content .list .item .img-box .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  font-size: var(--font-size-50);
}
.page .about-s8 .content .list .item .img-box .bofang i {
  color: white;
  font-size: var(--font-size-50);
}
.page .about-s8 .content .list .item h3 {
  margin-top: 0.3rem;
  font-size: var(--font-size-24);
  font-weight: normal;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
}
.page .about-s8 .content .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 768px) {
  .page .about-s8 .content .title {
    width: 100%;
  }
  .page .about-s8 .content .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page .news-s1 {
  margin-top: 0.64rem;
  padding-bottom: 1.2rem;
}
.page .news-s1 h2 {
  text-align: center;
}
.page .news-s1 .module1 {
  margin-top: 0.46rem;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.2rem;
  flex-wrap: wrap;
}
.page .news-s1 .module1 form .inp-box {
  width: 3.6rem;
  min-height: 0.6rem;
  border-radius: 0.8rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  border: solid 1px #dcdcdc;
  padding: 0.2rem 0.24rem;
}
.page .news-s1 .module1 form .inp-box input {
  background-color: transparent;
  border: none;
  outline: none;
  margin-right: 0.2rem;
  width: 100%;
  height: 100%;
}
.page .news-s1 .module1 form .inp-box button {
  background-color: transparent;
}
.page .news-s1 .module1 form .inp-box i {
  font-size: var(--font-size-22);
  cursor: pointer;
}
.page .news-s1 .module1 .list {
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}
.page .news-s1 .module1 .list a {
  display: block;
  border: solid 1px #dcdcdc;
  min-height: 0.6rem;
  padding: 0.2rem 0.62rem;
  border-radius: 0.8rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-16);
}
.page .news-s1 .module1 .list a.item-active, .page .news-s1 .module1 .list a:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.page .news-s1 .module2 {
  margin-top: 0.6rem;
}
.page .news-s1 .module2 .list {
  margin-bottom: 0.4rem;
}
.page .news-s1 .module2 .list .item {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: -moz-box;
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  padding: 0.2rem var(--padding-w1600);
  -moz-box-align: center;
       align-items: center;
}
.page .news-s1 .module2 .list .item .img-box {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  flex-shrink: 0;
  width: 26.25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page .news-s1 .module2 .list .item .img-box img {
  width: 100%;
}
.page .news-s1 .module2 .list .item .item-bot {
  padding: 0.2rem 0rem 0.2rem 0.5rem;
  position: relative;
}
.page .news-s1 .module2 .list .item .item-bot .time {
  font-size: var(--font-size-16);
}
.page .news-s1 .module2 .list .item .item-bot .time i {
  margin-right: 0.1rem;
  font-size: var(--font-size-16);
}
.page .news-s1 .module2 .list .item .item-bot h3 {
  font-size: var(--font-size-24);
  margin-top: 0.1rem;
  color: #222222;
  line-height: 1.5;
  width: 45%;
  font-weight: normal;
}
.page .news-s1 .module2 .list .item .item-bot p {
  font-size: var(--font-size-16);
  margin-top: 0.2rem;
  width: 60%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.page .news-s1 .module2 .list .item .item-bot .all-btm2 {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  overflow: hidden;
  border-radius: 50%;
}
.page .news-s1 .module2 .list .item .item-bot .all-btm2 .i-box {
  width: max(0.53rem, 34px);
  height: max(0.53rem, 34px);
  border-radius: 50%;
  background-color: #e5e5e5;
}
.page .news-s1 .module2 .list .item .item-bot .all-btm2 .i-box i {
  color: white;
  position: relative;
  z-index: 3;
}
.page .news-s1 .module2 .list .item .item-bot .all-btm2::after {
  content: "";
  background-color: var(--primary-color);
  width: 0%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: 2;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .news-s1 .module2 .list .item:nth-child(1) {
  padding-bottom: 0.5rem;
  -moz-box-align: normal;
       align-items: normal;
}
.page .news-s1 .module2 .list .item:nth-child(1) .img-box {
  width: 53.125%;
}
.page .news-s1 .module2 .list .item:nth-child(1) .item-bot h3 {
  width: 100%;
  font-size: var(--font-size-30);
}
.page .news-s1 .module2 .list .item:nth-child(1) .item-bot p {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.page .news-s1 .module2 .list .item:nth-child(1) .item-bot .all-btm {
  margin-top: 0.9rem;
}
.page .news-s1 .module2 .list .item:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.page .news-s1 .module2 .list .item:hover .all-btm .btm {
  background: transparent !important;
}
.page .news-s1 .module2 .list .item:hover .all-btm .i-box {
  background-color: white !important;
}
.page .news-s1 .module2 .list .item:hover .all-btm .i-box i {
  -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
       transform: rotate(0deg);
  color: var(--primary-color) !important;
}
.page .news-s1 .module2 .list .item:hover .all-btm::before {
  width: 100%;
}
.page .news-s1 .module2 .list .item:hover .all-btm2::after {
  width: 100%;
}
@media screen and (max-width: 880px) {
  .page .news-s1 .module2 .list .item .img-box {
    width: 40%;
  }
  .page .news-s1 .module2 .list .item .item-bot h3,
  .page .news-s1 .module2 .list .item .item-bot p {
    width: 88%;
  }
  .page .news-s1 .module2 .list .item:nth-child(1) {
    -moz-box-align: center !important;
         align-items: center !important;
  }
  .page .news-s1 .module2 .list .item:nth-child(1) .all-btm {
    margin-top: 0.3rem !important;
  }
}
@media screen and (max-width: 668px) {
  .page .news-s1 .module2 .list .item {
    flex-wrap: wrap;
  }
  .page .news-s1 .module2 .list .item .img-box {
    width: 100% !important;
  }
  .page .news-s1 .module2 .list .item .item-bot {
    width: 100% !important;
    padding-left: 0;
  }
  .page .news-s1 .module2 .list .item .item-bot h3,
  .page .news-s1 .module2 .list .item .item-bot p {
    width: 100%;
  }
  .page .news-s1 .module2 .list .item .item-bot .all-btm,
  .page .news-s1 .module2 .list .item .item-bot .all-btm2 {
    display: none !important;
  }
}

.newsDetails-page .newsDetails-s2 {
  padding: 0.9rem 12.6% 0.5rem 12.6%;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
}
.newsDetails-page .newsDetails-s2 .back .back-left .i-box {
  width: max(0.32rem, 30px);
  height: max(0.32rem, 30px);
  border-radius: 50%;
  background-color: var(--primary-color);
}
.newsDetails-page .newsDetails-s2 .back .back-left .i-box i {
  font-size: var(--font-size-20);
  color: #fff;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newsDetails-page .newsDetails-s2 .back .back-left .name {
  margin-left: 0.16rem;
  color: #333333;
  font-size: var(--font-size-18);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newsDetails-page .newsDetails-s2 .back .back-left:hover .name {
  color: var(--primary-color);
}
.newsDetails-page .newsDetails-s2 .back .back-right .name {
  font-size: var(--font-size-18);
  color: #333333;
  padding-right: 0.24rem;
}
.newsDetails-page .newsDetails-s2 .back .back-right .media {
  display: -moz-box;
  display: flex;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.1rem;
}
.newsDetails-page .newsDetails-s2 .back .back-right .media .i-box i {
  color: #d0cdd5;
  color: var(--primary-color);
  opacity: 0.5;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-24);
}
.newsDetails-page .newsDetails-s2 .back .back-right .media .i-box:hover i {
  opacity: 1;
}
.newsDetails-page .newsDetails-s2 .timeBox {
  margin-bottom: 0.32rem;
  margin-top: 0.86rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  row-gap: 0.1rem;
  flex-wrap: wrap;
}
.newsDetails-page .newsDetails-s2 .timeBox .time {
  font-size: var(--font-size-16);
  color: var(--text-color2);
  border-radius: 4px;
  color: #777777;
}
.newsDetails-page .newsDetails-s2 .timeBox .time i {
  margin-right: 12px;
  color: #777777;
}
.newsDetails-page .newsDetails-s2 .timeBox .browse i {
  color: #777777;
  font-size: var(--font-size-22);
}
.newsDetails-page .newsDetails-s2 .timeBox .browse p {
  color: var(--primary-color);
  padding-left: 0.1rem;
  color: #777777;
}
.newsDetails-page .newsDetails-s2 h2 {
  font-size: var(--font-size-42);
  margin-top: 0.32rem;
}
.newsDetails-page .newsDetails-s2 .article-content {
  margin-top: 0.54rem;
}
.newsDetails-page .newsDetails-s2 .article-content img {
  width: auto;
  margin-bottom: 0.6rem;
}
.newsDetails-page .newsDetails-s2 .article-content h2 {
  font-size: var(--font-size-28);
  margin-bottom: 0.4rem;
}
.newsDetails-page .newsDetails-s2 .article-content h3,
.newsDetails-page .newsDetails-s2 .article-content h4,
.newsDetails-page .newsDetails-s2 .article-content h5,
.newsDetails-page .newsDetails-s2 .article-content h6 {
  font-size: var(--font-size-22);
  margin-bottom: 0.4rem;
}
.newsDetails-page .newsDetails-s2 .article-content p {
  color: #666666;
  margin-bottom: 0.4rem;
  line-height: 1.6;
  font-size: var(--font-size-16);
}
.newsDetails-page .newsDetails-s2 .article-content ul {
  margin-bottom: 0.4rem;
}
.newsDetails-page .newsDetails-s2 .article-content table {
  margin-bottom: 0.4rem;
  width: 100%;
  border-collapse: collapse; /* ⭐ 合并边框 */
}
.newsDetails-page .newsDetails-s2 .article-content table td {
  padding: 0.4rem 0.2rem;
}
.newsDetails-page .newsDetails-s2 .skip {
  margin-top: 1rem;
  padding: 0.3rem 0;
  -webkit-column-gap: 1.64rem;
     -moz-column-gap: 1.64rem;
          column-gap: 1.64rem;
}
.newsDetails-page .newsDetails-s2 .skip .box {
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.newsDetails-page .newsDetails-s2 .skip .box .box-head .i-box {
  width: max(0.32rem, 32px);
  height: max(0.32rem, 32px);
  border-radius: 50%;
  background-color: #e5e5e5;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.newsDetails-page .newsDetails-s2 .skip .box .box-head .i-box i {
  color: white;
}
.newsDetails-page .newsDetails-s2 .skip .box .box-head .name {
  color: #777777;
  margin-left: 0.16rem;
}
.newsDetails-page .newsDetails-s2 .skip .box .title {
  margin-top: 0.2rem;
  color: #111111;
  font-size: var(--font-size-24);
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.newsDetails-page .newsDetails-s2 .skip .box:hover .box-head .i-box {
  background-color: var(--primary-color);
}
.newsDetails-page .newsDetails-s2 .skip .box:hover .box-head .name {
  color: var(--primary-color);
}
.newsDetails-page .newsDetails-s2 .skip .box:hover .title {
  color: var(--primary-color);
  text-decoration: underline;
}
.newsDetails-page .newsDetails-s2 .skip .line {
  width: 1px;
  background-color: #eaeaea;
}
@media screen and (max-width: 768px) {
  .newsDetails-page .newsDetails-s2 {
    padding: 1.3rem 0;
  }
}
.newsDetails-page .newsDetails-s3 {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
.newsDetails-page .newsDetails-s3 h2 {
  text-align: center;
}
.newsDetails-page .newsDetails-s3 .list {
  margin-top: 1rem;
}
.newsDetails-page .newsDetails-s3 .list .item {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: -moz-box;
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  padding: 0.2rem var(--padding-w1600);
  -moz-box-align: center;
       align-items: center;
}
.newsDetails-page .newsDetails-s3 .list .item .img-box {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  flex-shrink: 0;
  width: 26.25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.newsDetails-page .newsDetails-s3 .list .item .img-box img {
  width: 100%;
}
.newsDetails-page .newsDetails-s3 .list .item .item-bot {
  padding: 0.2rem 0rem 0.2rem 0.5rem;
  position: relative;
}
.newsDetails-page .newsDetails-s3 .list .item .item-bot .time {
  font-size: var(--font-size-16);
}
.newsDetails-page .newsDetails-s3 .list .item .item-bot .time i {
  margin-right: 0.1rem;
  font-size: var(--font-size-16);
}
.newsDetails-page .newsDetails-s3 .list .item .item-bot h3 {
  font-size: var(--font-size-24);
  margin-top: 0.1rem;
  color: #222222;
  line-height: 1.5;
  width: 45%;
}
.newsDetails-page .newsDetails-s3 .list .item .item-bot p {
  font-size: var(--font-size-16);
  margin-top: 0.2rem;
  width: 60%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.newsDetails-page .newsDetails-s3 .list .item .item-bot .all-btm2 {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  overflow: hidden;
  border-radius: 50%;
}
.newsDetails-page .newsDetails-s3 .list .item .item-bot .all-btm2 .i-box {
  width: max(0.53rem, 34px);
  height: max(0.53rem, 34px);
  border-radius: 50%;
  background-color: #e5e5e5;
}
.newsDetails-page .newsDetails-s3 .list .item .item-bot .all-btm2 .i-box i {
  color: white;
  position: relative;
  z-index: 3;
}
.newsDetails-page .newsDetails-s3 .list .item .item-bot .all-btm2::after {
  content: "";
  background-color: var(--primary-color);
  width: 0%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: 2;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.newsDetails-page .newsDetails-s3 .list .item:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.newsDetails-page .newsDetails-s3 .list .item:hover .all-btm::before {
  width: 100%;
}
.newsDetails-page .newsDetails-s3 .list .item:hover .all-btm2::after {
  width: 100%;
}
@media screen and (max-width: 880px) {
  .newsDetails-page .newsDetails-s3 .list .item .img-box {
    width: 40%;
  }
  .newsDetails-page .newsDetails-s3 .list .item .item-bot h3,
  .newsDetails-page .newsDetails-s3 .list .item .item-bot p {
    width: 88%;
  }
}
@media screen and (max-width: 668px) {
  .newsDetails-page .list .item {
    flex-wrap: wrap;
  }
  .newsDetails-page .list .item .img-box {
    width: 100% !important;
  }
  .newsDetails-page .list .item .item-bot {
    width: 100% !important;
    padding-left: 0;
  }
  .newsDetails-page .list .item .item-bot h3,
  .newsDetails-page .list .item .item-bot p {
    width: 100%;
  }
  .newsDetails-page .list .item .item-bot .all-btm,
  .newsDetails-page .list .item .item-bot .all-btm2 {
    display: none !important;
  }
}

.personalCenter-page .crumbs {
  background-color: #eeecea;
  padding-bottom: 0.15rem;
}
.personalCenter-page .content {
  margin-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.personalCenter-page .content .user .user-left {
  padding-top: 0.4rem;
  width: 42%;
}
.personalCenter-page .content .user .user-left .name img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 0.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.personalCenter-page .content .user .user-left .name h1 {
  color: #161616;
  font-size: var(--font-size-42);
  margin: 0;
}
.personalCenter-page .content .user .user-left h2 {
  color: var(--primary-color);
  font-size: var(--font-size-24);
  margin-top: 0.38rem;
}
.personalCenter-page .content .user .user-left .title {
  color: #666666;
  font-size: var(--font-size-18);
  margin-top: 0.24rem;
}
.personalCenter-page .content .user .user-left .email {
  font-weight: bold;
  font-size: var(--font-size-24);
  margin-top: 0.42rem;
  color: #222222;
}
.personalCenter-page .content .user .user-left .phone {
  font-weight: bold;
  margin-top: 0.28rem;
  font-size: var(--font-size-24);
  color: #222222;
}
.personalCenter-page .content .user .user-left .icon-box {
  margin-top: 0.3rem;
}
.personalCenter-page .content .user .user-left .icon-box .img-box {
  background-color: #e6e6e6;
  margin-right: 0.16rem;
  width: max(0.4rem, 26px);
  height: max(0.4rem, 26px);
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  cursor: pointer;
}
.personalCenter-page .content .user .user-left .icon-box .img-box img {
  width: 60%;
}
.personalCenter-page .content .user .user-left .icon-box .img-box img:nth-child(2) {
  display: none;
}
.personalCenter-page .content .user .user-left .icon-box .img-box:hover {
  background-color: var(--primary-color);
  color: white;
}
.personalCenter-page .content .user .user-left .icon-box .img-box:hover img:nth-child(1) {
  display: none;
}
.personalCenter-page .content .user .user-left .icon-box .img-box:hover img:nth-child(2) {
  display: block;
}
.personalCenter-page .content .user .user-left .btm {
  margin-top: 0.28rem;
  padding: 0.22rem 0.38rem;
  background-color: var(--primary-color);
  border-radius: 0.3rem;
  font-size: var(--font-size-18);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  cursor: pointer;
}
.personalCenter-page .content .user .user-right {
  width: 52%;
  margin-left: 6%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.personalCenter-page .content .list {
  margin-top: 0.9rem;
  flex-wrap: wrap;
}
.personalCenter-page .content .list .item {
  background-color: white;
  width: 32%;
  margin-right: 1.5%;
  background-color: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(220, 212, 213, 0.36);
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.34rem;
}
.personalCenter-page .content .list .item .img-box {
  overflow: hidden;
}
.personalCenter-page .content .list .item .img-box img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.personalCenter-page .content .list .item .item-bot {
  padding: 0.36rem 0.5rem;
}
.personalCenter-page .content .list .item .item-bot h3 {
  font-size: var(--font-size-22);
}
.personalCenter-page .content .list .item .item-bot p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
}
.personalCenter-page .content .list .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .personalCenter-page .content .list .item {
    width: 49%;
  }
  .personalCenter-page .content .list .item .item-bot {
    padding: 0.3rem 0.2rem;
  }
  .personalCenter-page .content .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .personalCenter-page .content .list .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .personalCenter-page .content .user .user-left {
    width: 100%;
  }
  .personalCenter-page .content .user .user-right {
    display: none;
  }
  .personalCenter-page .content .list .item {
    width: 100% !important;
  }
  .personalCenter-page .content .list .item .item-bot {
    padding: 0.3rem 0.2rem;
  }
  .personalCenter-page .content .list .item:nth-child(3n) {
    margin-right: 0;
  }
}

.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 0.6rem;
  margin-top: 150px;
  margin-bottom: 0.4rem;
}
.page .privacy-s1 h1 {
  margin-bottom: 0.5rem;
  color: var(--primary-color);
  font-size: var(--font-size-36);
}
.page .privacy-s1 h2,
.page .privacy-s1 h3,
.page .privacy-s1 h4,
.page .privacy-s1 h5,
.page .privacy-s1 h6 {
  margin-bottom: 0.3rem;
  color: #333;
}
.page .privacy-s1 h2 {
  font-size: var(--font-size-24);
  margin-top: 0.4rem;
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid #eee;
  color: var(--primary-color);
}
.page .privacy-s1 h3 {
  font-size: var(--font-size-18);
  margin-top: 0.25rem;
}
.page .privacy-s1 p {
  margin-bottom: 0.2rem;
  line-height: 1.7;
}
.page .privacy-s1 hr {
  margin-bottom: 0.1rem;
}
.page .privacy-s1 a {
  color: var(--primary-color);
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.page .privacy-s1 a:hover {
  color: #7b4fb8;
}
.page .privacy-s1 .update-date {
  color: #666;
  font-size: var(--font-size-14);
  margin-bottom: 0.3rem;
}
.page .privacy-s1 .privacy-content ul {
  margin: 0.15rem 0 0.25rem 0.3rem;
}
.page .privacy-s1 .privacy-content ul li {
  list-style-type: disc;
  margin-bottom: 0.1rem;
  line-height: 1.7;
  color: #666;
}
.page .privacy-s1 .privacy-content .contact-info {
  background: #f8f5fc;
  padding: 0.25rem 0.3rem;
  border-radius: 0.1rem;
  margin-top: 0.2rem;
  border-left: 0.04rem solid var(--primary-color);
}
.page .privacy-s1 .privacy-content .contact-info p {
  margin-bottom: 0.08rem;
}
.page .privacy-s1 .privacy-content .contact-info p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  .page .index-s1 .swiperbanner-index .swiper-slide .s1-content .list {
    flex-wrap: wrap;
  }
  .page .index-s1 .swiperbanner-index .swiper-slide img {
    min-height: 400px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page .index-s1 .swiperbanner-index .swiper-slide i img,
  .page .index-s1 .swiperbanner-index .swiper-slide em img {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .index-s1 .swiperbanner-index .swiper-slide .s1-content .list {
    display: inline-block;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  .page .index-s1 .swiperbanner-index .swiper-slide .s1-content .list .flex-ali {
    margin-bottom: 4px;
  }
}
.blockannuflex {
  display: -moz-box;
  display: flex;
}

/* ========================================
   Cookie Banner Variant 2 - Clean White Card
   ======================================== */
.cookie-cookie-v2 {
  position: fixed;
  bottom: 0.4rem;
  left: 0.4rem;
  z-index: 9999;
  max-width: max(3.6rem, 360px);
  width: 90%;
  -moz-transform: translateX(-300%);
   -ms-transform: translateX(-300%);
       transform: translateX(-300%);
  -moz-transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -moz-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -moz-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cookie-cookie-v2.active {
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
}

.cookie-card-v2 {
  position: relative;
  background: #ffffff;
  border-radius: 0.24rem;
  padding: 0.32rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15), 0 0.05rem 0.2rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.cookie-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.03rem;
  background: -moz-linear-gradient(left, transparent 0%, var(--primary-color) 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, var(--primary-color) 50%, transparent 100%);
  -moz-animation: decorationSlide 2s ease-in-out infinite;
       animation: decorationSlide 2s ease-in-out infinite;
}

@-moz-keyframes decorationSlide {
  0%, 100% {
    opacity: 0.3;
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
  }
  50% {
    opacity: 1;
    -moz-transform: scaleX(1);
         transform: scaleX(1);
  }
}

@keyframes decorationSlide {
  0%, 100% {
    opacity: 0.3;
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
  }
  50% {
    opacity: 1;
    -moz-transform: scaleX(1);
         transform: scaleX(1);
  }
}
.cookie-content-v2 {
  position: relative;
  z-index: 1;
}

.cookie-header-v2 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.16rem;
  margin-bottom: 0.2rem;
}

.cookie-icon-v2 {
  width: 0.48rem;
  height: 0.48rem;
  min-width: 36px;
  min-height: 36px;
  background: #000;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.1);
}
.cookie-icon-v2 svg {
  width: 0.28rem;
  height: 0.28rem;
  min-width: 22px;
  min-height: 22px;
  color: #fff;
}

.cookie-title-v2 {
  font-size: var(--font-size-20);
  font-weight: 600;
  color: #222;
  margin: 0;
  letter-spacing: 0.01em;
}

.cookie-desc-v2 {
  font-size: var(--font-size-13);
  color: #666;
  line-height: 1.6;
  margin: 0 0 0.24rem 0;
}

.cookie-link-v2 {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookie-link-v2:hover {
  color: #000;
  text-decoration: underline;
}

.cookie-options-v2 {
  margin-bottom: 0.24rem;
}

.cookie-option-v2 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.12rem;
  padding: 0.12rem 0.16rem;
  background: #f5f5f5;
  border-radius: 0.08rem;
  margin-bottom: 0.08rem;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookie-option-v2:hover {
  background: #e8e8e8;
}
.cookie-option-v2 input[type=checkbox] {
  width: 0.18rem;
  height: 0.18rem;
  min-width: 16px;
  min-height: 16px;
  cursor: pointer;
  accent-color: var(--primary-color);
}
.cookie-option-v2 input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.cookie-option-label {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-flex: 1;
       flex: 1;
  gap: 0.08rem;
}

.cookie-option-name {
  font-size: var(--font-size-13);
  color: #333;
}

.cookie-option-badge {
  font-size: var(--font-size-11);
  padding: 0.02rem 0.08rem;
  background: rgba(0, 0, 0, 0.08);
  color: #666;
  border-radius: 0.04rem;
  white-space: nowrap;
}

.cookie-actions-v2 {
  display: -moz-box;
  display: flex;
  gap: 0.12rem;
}

.cookie-btn-v2 {
  -moz-box-flex: 1;
       flex: 1;
  padding: 0.14rem 0.2rem;
  border-radius: 0.08rem;
  font-size: var(--font-size-13);
  font-weight: 500;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  white-space: nowrap;
  text-align: center;
}

.cookie-btn-decline-v2 {
  background: #f5f5f5;
  color: #666;
  border: 0.01rem solid #ddd;
}
.cookie-btn-decline-v2:hover {
  background: #e8e8e8;
  border-color: #ccc;
  color: #333;
}

.cookie-btn-accept-v2 {
  background: #222;
  color: #fff;
  border: 2px solid #222;
  box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.15);
}
.cookie-btn-accept-v2:hover {
  background: transparent;
  color: #573490;
  border-color: #573490;
  -moz-transform: translateY(-0.02rem);
   -ms-transform: translateY(-0.02rem);
       transform: translateY(-0.02rem);
  box-shadow: 0 0.04rem 0.12rem rgba(87, 52, 144, 0.2);
}
.cookie-btn-accept-v2:active {
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}

/* Cookie V2 Mobile Responsive */
@media screen and (max-width: 768px) {
  .cookie-cookie-v2 {
    bottom: 0.2rem;
    right: 0.2rem;
    left: 0.2rem;
    max-width: none;
    width: auto;
  }
  .cookie-card-v2 {
    padding: 0.28rem;
  }
}
@media screen and (max-width: 480px) {
  .cookie-cookie-v2 {
    bottom: 0.15rem;
    right: 0.15rem;
    left: 0.15rem;
  }
  .cookie-card-v2 {
    padding: 0.24rem;
  }
  .cookie-icon-v2 {
    width: 0.4rem;
    height: 0.4rem;
    min-width: 32px;
    min-height: 32px;
  }
  .cookie-icon-v2 svg {
    width: 0.24rem;
    height: 0.24rem;
    min-width: 20px;
    min-height: 20px;
  }
  .cookie-title-v2 {
    font-size: var(--font-size-18);
  }
  .cookie-desc-v2 {
    font-size: var(--font-size-12);
  }
  .cookie-actions-v2 {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .cookie-btn-v2 {
    width: 100%;
    padding: 0.16rem 0.2rem;
  }
}
.iconimg {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0.1rem;
  background: #f4f5f7;
  border-radius: 0.15rem;
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-shrink: 0;
}

.icon-liucheng {
  border-radius: 0.2rem;
  overflow: hidden;
}

.icon-liucheng, .iconimg {
  display: -moz-box;
  display: flex;
  font-size: 0px;
}

.index-pro-content {
  font-size: var(--font-size-18);
  color: #333333;
  margin-bottom: 0.6rem;
  height: 1.4rem;
}

.index-pro-title {
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
  font-family: "InterTight-Medium", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-28);
  white-space: nowrap;
  color: #000;
}

.step-tag {
  display: inline-block;
  font-size: var(--font-size-18);
  font-family: "InterTight-Regular", Arial, Helvetica, sans-serif;
  padding: 0.15rem 0.3rem;
  border: solid 1px #d3d3d3;
  border-radius: 0.1rem;
  background: #fff;
}

.index-process-mid {
  overflow: hidden;
}

.processswiper {
  margin-top: 1.1rem;
  margin-bottom: 1rem;
  overflow: visible !important;
  background: url(../images/indexswiperbj.webp) no-repeat;
  background-position: 0% 51%;
  background-size: 100% auto;
}
.processswiper .swiper-button-next,
.processswiper .swiper-button-prev {
  color: #000;
  top: 51%;
}
.processswiper .swiper-button-next::after,
.processswiper .swiper-button-prev::after {
  font-size: var(--font-size-30);
}

.processswiper .swiper-slide:nth-child(2n) {
  margin-top: max(3.6rem, 242px);
}
.processswiper .swiper-slide:nth-child(2n) .index-pro-content {
  margin-bottom: 0px;
}
.processswiper .swiper-slide:nth-child(2n) .step-tag {
  margin-bottom: 0.5rem;
}
.processswiper .swiper-slide:nth-child(2n) .index-process-div .icon-liucheng {
  top: auto;
}
.processswiper .swiper-slide:nth-child(2n) .index-process-div::before {
  top: 6%;
}

@media screen and (max-width: 1279px) {
  .processswiper .swiper-slide:nth-child(2n) {
    margin-top: 3.7rem;
  }
}
@media screen and (max-width: 991px) {
  .processswiper .swiper-slide:nth-child(2n) {
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .processswiper {
    background: transparent;
  }
  .processswiper .swiper-slide:nth-child(2n) {
    margin-top: 0;
  }
  .processswiper .index-process-div {
    min-height: auto;
  }
  .processswiper .swiper-slide:nth-child(2n) .index-process-div::before {
    top: 0px;
  }
  .index-pro-content,
  .processswiper .swiper-slide:nth-child(2n) .index-pro-content {
    height: 84px;
    margin-bottom: 20px;
  }
  .step-tag {
    position: absolute;
    left: 0.22rem;
    top: 0px;
  }
  .iconimg {
    opacity: 0;
  }
}
.processswiper .index-process-div {
  position: relative;
}
.processswiper .index-process-div::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 94%;
  background: #d3d3d3;
  width: 1px;
}
.processswiper .index-process-div .icon-liucheng {
  position: absolute;
  left: 0.2rem;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  aspect-ratio: 4/3;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.processswiper .index-process-div .icon-liucheng img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-process-div {
  padding-left: 0.22rem;
  min-width: 4rem;
}
.index-process-div img {
  width: auto;
}
.index-process-div:hover .index-pro-title, .index-process-div:hover .index-pro-content {
  opacity: 0;
}
.index-process-div:hover .icon-liucheng {
  opacity: 1;
  z-index: 1;
}
.index-process-div:hover .icon-liucheng img {
  height: auto;
}

.process-content h2 {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .processswiper .index-process-div .icon-liucheng {
    aspect-ratio: 4/2.6;
  }
}
@media screen and (max-width: 768px) {
  .processswiper .index-process-div .icon-liucheng {
    opacity: 1;
    position: unset;
    aspect-ratio: 4/3;
  }
  .index-process-div:hover .index-pro-title, .index-process-div:hover .index-pro-content {
    opacity: 1;
  }
  .page .technology-s5 .bg img {
    display: none;
  }
}
.page .products-s3 .content .module2 .list .item .img-box .item-hover-img {
  aspect-ratio: 1/0.88;
}

.item-hover-img {
  position: relative;
}
.item-hover-img img:nth-child(2) {
  position: absolute;
  background-color: red;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.item-hover-img:hover img:nth-child(2) {
  opacity: 1;
}

.item-hover-img.active {
  display: block;
}

.item-hover-img {
  text-align: center;
  display: none;
}
.itemteshu .img-box .item-hover-img {
  aspect-ratio: 911/474 !important;
}

.page .index-s7 .content .module1 .module1-left .card .contact .item:nth-child(3) i {
  font-size: var(--font-size-34);
}

@media screen and (max-width: 768px) {
  .page .index-s1 .swiperbanner-index .swiper-slide .s1-content h1 {
    font-size: 24px;
  }
  .page .index-s1 .swiperbanner-index .swiper-slide .s1-content {
    text-align: left;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
  }
  .page .technology-s5 {
    margin-top: 40px;
  }
}