@charset "UTF-8";
@font-face {
  font-family: "am";
  src: url("../fonts/wixmadefordisplay/WixMadeforDisplay-Medium.woff2") format("woff2"), url("../fonts/wixmadefordisplay/WixMadeforDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bm";
  src: url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bb";
  src: url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ab";
  src: url("../fonts/wixmadefordisplay/WixMadeforDisplay-Bold.woff2") format("woff2"), url("../fonts/wixmadefordisplay/WixMadeforDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "am";
  src: url("../fonts/wixmadefordisplay/WixMadeforDisplay-Regular.woff2") format("woff2"), url("../fonts/wixmadefordisplay/WixMadeforDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  max-width: 100%;
  width: 100%;
  border: none;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pcbanner {
  display: block;
}

.phonebanner {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcbanner {
    display: none;
  }
  .phonebanner {
    display: block;
  }
}
ul li {
  list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: none;
}

.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;
  cursor: pointer;
}
.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(--theme-color2);
  width: 0%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.btm-gradient:hover {
  color: white !important;
  border-color: transparent !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(--text-color);
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  position: absolute;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

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

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

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

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

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

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

/*公共常用样式*/
.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-bet {
  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 !important;
  -webkit-box-orient: vertical !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
}

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

/*reset css*/
html {
  font-size: max(5.2083333333vw, 50px) !important; /* 适配1920px宽度 */
  /* 适配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;
}

body {
  /* overflow-x: hidden; */
  font: var(--font-size-18) "am", Arial, Helvetica, sans-serif, "Microsoft YaHei", "sans-serif";
  --theme-color: #3b9c55;
  --theme-color2: #ed7324;
  --primary-color: #c1dedd;
  --font-bold: $bb;
  /* --font-medium: 'HarmonyOS_SansSC_Medium'; */
  /* --font-regular: 'HarmonyOS_SansSC_Regular'; */
  /* --font-light: 'wixmadefordisplay_REGULAR'; */
  /* --font-number: 'pangmengzhengdao'; */
  /* 主题色 */
  --color-primary: #3b9c55;
  /* 文本色 */
  --color-text: #222;
  --color-link: #3b9c55;
  --color-vi: #3b9c55;
  /* 导航高度 */
  --header-height: 0.98rem;
  line-height: 1.5;
  --font-size-72: max(0.72rem, 24px);
  --font-size-60: max(0.6rem, 26px);
  --font-size-48: max(0.48rem, 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);
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

main {
  display: block;
  -moz-box-flex: 1;
       flex: 1;
}

ul {
  list-style-type: none;
  padding-left: 0; /* 取消左侧内边距 */
}

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

input,
textarea {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 一般需要加上保证可控 */
}

input[type=text]:focus,
textarea:focus {
  outline: none; /* 去掉外边框 */
  box-shadow: none; /* 去掉阴影 */
}

input,
textarea {
  outline: none;
  box-shadow: none;
  border: none; /* 去掉默认边框 */
}

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

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

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-bold);
  color: #222;
}

h2 {
  font-size: var(--font-size-40);
}

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.
 */
/* Sections
     ========================================================================== */
/**
   * Render the `main` element consistently in IE.
   */
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  margin: 0;
  line-height: 1.3;
}

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

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

/**
   * 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.
   */
/**
   * 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 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

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

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

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

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

.w1720 {
  width: 89.58%;
  margin: 0 auto;
}

.left-w1720 {
  margin-left: 5.21%;
}

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

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

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

@media screen and (max-width: 1720px) {
  .w1720 {
    width: 94%;
  }
  .left-w1720 {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1599px) {
  .w1600 {
    width: 90%;
  }
  .left-1600 {
    margin-left: 5%;
  }
  .w1400 {
    width: 80%;
  }
  .left-1400 {
    margin-left: 10%;
  }
  .right-1400 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1439px) {
  .w1400 {
    width: 90%;
  }
  .left-1400 {
    margin-left: 5%;
  }
  .right-1400 {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1279px) {
  .w1200 {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .w1720 {
    width: 96%;
  }
  .left-w1720 {
    width: 96%;
    margin: 0 auto;
  }
}
.video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  z-index: 9999;
}

.video-popup.active {
  display: -moz-box;
  display: flex;
}

.video-popup-content {
  position: relative;
  width: 90%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-popup iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: var(--font-size-34);
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
}

.footer-kuang-title {
  font-size: var(--font-size-18);
  color: #fff;
}

.footer-kuang-content {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.footer-kuang-content a,
.footer-kuang-content p,
.footer-kuang-content span {
  margin-right: 0.3rem;
}
.footer-kuang-content a:hover {
  color: var(--color-link);
}

.footer-kuang-left {
  display: inline-block;
}

.footer-kuang-div {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(216, 216, 216, 0.11);
  margin-bottom: 0.14rem;
}
.footer-kuang-div i {
  font-size: var(--font-size-18);
  color: var(--color-666);
  margin-bottom: 0.1rem;
  display: block;
}

.footer-mid {
  background: #2b2b2b;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-kuang-ewm {
  flex-wrap: wrap;
  width: 1.13rem;
  min-width: 100px;
  margin-top: 0.2rem;
}

.ewm-title {
  font-size: var(--font-size-16);
  color: #9e9e9e;
  margin-top: 0.1rem;
  text-align: center;
}

.footer-kuang-div:last-child {
  border-bottom: 0px;
}

.footer-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}

.footer-kuang-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: flex;
       justify-content: flex;
}
.footer-kuang-right ul {
  margin-left: 1rem;
}
.footer-kuang-right ul li:first-child {
  margin-top: 0.2rem;
  color: #fff;
  font-size: var(--font-size-22);
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 0.16rem;
}
.footer-kuang-right ul li:first-child::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 0.05rem;
  height: 0.2rem;
  background: #fff;
}
.footer-kuang-right ul li {
  font-size: var(--font-size-18);
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.1rem;
}
.footer-kuang-right ul li a {
  display: block;
}
.footer-kuang-right ul li a:hover {
  color: var(--color-link);
}

.footer-kuang-bot {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}

.footer-cop {
  color: rgba(255, 255, 255, 0.35);
  margin-top: 0.2rem;
}
.footer-cop a:hover {
  color: var(--color-link);
}

@media screen and (max-width: 991px) {
  .footer-kuang-right {
    display: none;
  }
  .footer-kuang-bot {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .footer-cop {
    width: 100%;
  }
  .footer-kuang-left {
    width: 100%;
    text-align: center;
  }
  .footer-kuang-left i {
    color: #fff;
  }
  .footer-kuang-content {
    -moz-box-pack: center;
         justify-content: center;
  }
}
::-moz-selection {
  color: #fff;
  background: #829d94;
}
::selection {
  color: #fff;
  background: #829d94;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  line-height: 22px;
}

.table table tr td {
  border: 1px solid #f2f2f2;
  border: 0px;
  font-size: 0.12rem;
  text-align: left;
}

.m-muban-nav {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background: -moz-linear-gradient(left, #0f1a6b 0%, #1022ad 100%);
  background: linear-gradient(90deg, #0f1a6b 0%, #1022ad 100%);
}

.m-muban-mid-logo {
  display: block;
  font-size: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.m-muban-mid-logo span {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  display: block;
  margin-left: 8px;
}

.m-muban-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.m-muban-mid-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.m-muban-mid-right > ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.m-muban-mid-right > ul li.active > a {
  color: var(--F22424);
}
.m-muban-mid-right > ul li:hover > ul {
  display: block;
}
.m-muban-mid-right > ul li:hover > a {
  color: var(--F22424);
}
.m-muban-mid-right > ul > li {
  position: relative;
}
.m-muban-mid-right > ul > li > a {
  display: block;
  font-size: var(--font-size-18);
  color: #ffffff;
  margin-left: var(--font-size-20);
  margin-right: var(--font-size-20);
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}
.m-muban-mid-right > ul > li ul {
  width: 100%;
}
.m-muban-mid-right > ul > li > ul {
  left: 0;
  height: 0px;
  background: rgba(16, 34, 173, 0.7);
  position: fixed;
  height: 0px;
  overflow: hidden;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
}
.m-muban-mid-right > ul > li > ul > li {
  padding-top: var(--font-size-20);
}
.m-muban-mid-right > ul > li > ul > li a {
  display: block;
  color: var(--fff);
  font-size: var(--font-size-18);
  line-height: 1.4;
  padding: 10px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.m-muban-mid-right > ul > li > ul {
  height: 0px;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -moz-box;
  display: flex;
  opacity: 0;
}
.m-muban-mid-right > ul > li:hover > ul {
  padding-bottom: 20px;
  height: auto;
  display: -moz-box;
  display: flex;
  opacity: 1;
}
.m-muban-mid-right a:hover {
  color: #000;
}

@media screen and (max-width: 991px) {
  .m-muban-mid-logo {
    height: 40px;
  }
  .m-muban-mid-right ul,
  .m-muban-mid-right .duoyuyan {
    display: none;
  }
  .m-muban-mid-right .sousuo-mid {
    margin-right: 10vw;
  }
  .m-muban-mid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sousou-kuang.active {
    height: 50vh;
  }
  .sousou-kuang .form-sousuo {
    height: 0.4rem;
  }
  .header-keywords {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-keywords {
    font-size: 12px;
  }
  .sousou-kuang .w1400 {
    padding: 0px;
  }
}
.m-mobilenav {
  display: none;
}

.duoyuyanphone {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-top: 20px;
}
.duoyuyanphone a {
  display: block;
  margin: 10px;
  color: #fff;
  font-size: 18px;
}
.duoyuyanphone a.active {
  color: red;
}

.m-mobilenav {
  display: none;
}

.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: 90px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 10;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.header-page .header .header-box {
  height: 100%;
}
.header-page .header .header-left {
  flex-shrink: 0;
}
.header-page .header .header-left a {
  display: block;
  font-size: 0;
}
.header-page .header .header-left a img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 30px;
}
.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: 90px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  position: relative;
}
.header-page .header .head-right .nav .item > a {
  font-size: var(--font-size-18);
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
}
.header-page .header .head-right .nav .item > a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  -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(--text-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(--text-color);
}
.header-page .header .head-right .nav .item2 {
  background-color: var(--theme-color);
  color: white;
  padding: 0.08rem 0.2rem;
  border-radius: 0.8rem;
}
.header-page .header .head-right .nav .item:nth-last-child(1) {
  margin-right: 0;
}
.header-page .header .head-right .nav .item-active > a::after {
  width: 100%;
}
.header-page .header .head-right .nav .item-active > a {
  color: var(--theme-color) !important;
}
.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%;
}
.header-page .header .head-right .nav .item:hover > a {
  color: var(--theme-color) !important;
}
.header-page .header .head-right .clearfix {
  flex-shrink: 0;
}
.header-page .header .head-right .clearfix .language {
  font-size: var(--font-size-18);
  border-radius: -moz-calc(40px + 0.4rem);
  border-radius: calc(40px + 0.4rem);
  line-height: 1;
  cursor: pointer;
  color: white;
  white-space: nowrap;
  position: relative;
}
.header-page .header .head-right .clearfix .language .icon-yuyan {
  font-size: var(--font-size-20);
}
.header-page .header .head-right .clearfix .language .img-box {
  background-color: var(--theme-color);
  border-radius: 50%;
}
.header-page .header .head-right .clearfix .language .img-box img {
  width: 26px;
}
.header-page .header .head-right .clearfix .language .name {
  margin: 0 6px 0 8px;
  font-size: var(--font-size-20);
}
.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: 160%;
  background-color: white;
  color: var(--theme-color);
  border-radius: 5px;
  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: max(0.14rem, 10px) 0;
  border-bottom: 1px solid #ededed;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: var(--font-size-16);
}
.header-page .header .head-right .clearfix .language .language-select a:nth-last-child(1) {
  border-color: transparent;
}
.header-page .header .head-right .clearfix .language .language-select a:hover {
  background-color: var(--theme-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.4rem;
  cursor: pointer;
}
.header-page .header .head-right .clearfix .search i {
  color: white;
  font-size: var(--font-size-24);
}
.header-page .header .head-right .clearfix .btm2 {
  margin-left: 0.3rem;
  cursor: pointer;
}
.header-page .header .head-right .clearfix .btm2 .line {
  background-color: white;
  height: 3px;
  width: 24px;
  margin-bottom: 6px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .head-right .clearfix .btm2 .line1 {
  margin-left: 4px;
}
.header-page .header .head-right .clearfix .btm2 .line3 {
  margin-bottom: 0;
  margin-left: 4px;
}
.header-page .header .head-right .clearfix .btm2:hover .line {
  background-color: var(--theme-color);
}
.header-page .header .head-right .btm {
  display: none;
  margin-left: 10px;
  position: relative;
}
.header-page .header .head-right .btm img {
  width: 20px;
}
.header-page .header-active,
.header-page .header-active2 {
  background-color: white;
  border-color: #eee;
}
.header-page .header-active .language,
.header-page .header-active2 .language {
  color: #333 !important;
}
.header-page .header-active .nav .item a,
.header-page .header-active2 .nav .item a {
  color: #333 !important;
}
.header-page .header-active .search i,
.header-page .header-active2 .search i {
  color: #333 !important;
}
.header-page .header-active .mbnav-btn .line,
.header-page .header-active2 .mbnav-btn .line {
  background-color: #333 !important;
}
.header-page .header-active .btm2 .line,
.header-page .header-active2 .btm2 .line {
  background-color: #333 !important;
}
.header-page .nav-select {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .nav-select .select-head {
  height: 99px;
}
.header-page .nav-select .select-head .select-head-right .i-box {
  width: max(0.4rem, 30px);
  height: max(0.4rem, 30px);
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  font-size: var(--font-size-30);
  color: var(--theme-color);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .nav-select .select-head .select-head-right .i-box:hover {
  background-color: var(--theme-color);
  color: white;
}
.header-page .nav-select .list {
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.header-page .nav-select .list .item {
  padding: 0 0.9rem;
  position: relative;
}
.header-page .nav-select .list .item h3 {
  font-size: var(--font-size-20);
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0.18rem;
  line-height: 1;
}
.header-page .nav-select .list .item h4 {
  font-size: var(--font-size-16);
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0.18rem;
  line-height: 1;
}
.header-page .nav-select .list .item .nav-item a {
  margin-bottom: 0.12rem;
  color: #666666;
  font-size: var(--font-size-16);
}
.header-page .nav-select .list .item a:hover {
  color: var(--theme-color);
}
.header-page .nav-select .list .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
}
.header-page .nav-select .list .item:nth-child(1) {
  padding-left: 0;
}
.header-page .nav-select .list .item:nth-last-child(1) {
  padding-right: 0;
}
.header-page .nav-select .list .item:nth-last-child(1)::after {
  opacity: 0;
}
.header-page .nav-select-active {
  max-height: 50vh;
}
.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%;
  display: block;
}
.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;
  background-color: transparent;
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-20);
}
.header-page .searchPage .sousuo form .name:hover {
  color: var(--theme-color);
  font-weight: bold;
}
.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 .sousuo .centre a:hover {
  color: var(--theme-color);
}
.header-page .searchPage-active {
  display: block;
  opacity: 1;
}
.header-page .m-mobilenav {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .header-page .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .header-page .mbnav-wp_seach > form > .box-form {
    display: -moz-box;
    display: flex;
    height: 100%;
    height: 40px;
    -moz-box-pack: justify;
         justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .header-page .mbnav-wp_seach > form > .box-form > .box-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .header-page .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .header-page .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .header-page .mbnav-list {
    margin-top: 20px;
  }
  .header-page .m-mobilenav {
    position: relative;
    z-index: 11;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .header-page .m-mobilenav .mbnav-btn {
    position: relative;
    z-index: 2;
    top: 0;
    left: 3%;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: 34px;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .header-page .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: white;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .header-page .m-mobilenav .mbnav-btn.active {
    height: 28px;
  }
  .header-page .m-mobilenav .mbnav-btn.active .line {
    background-color: #ffffff !important;
    position: absolute;
    top: 50%;
    left: 0%;
  }
  .header-page .m-mobilenav .mbnav-btn.active .line1 {
    -moz-transform: rotate(-45deg) scale(0.7);
     -ms-transform: rotate(-45deg) scale(0.7);
         transform: rotate(-45deg) scale(0.7);
  }
  .header-page .m-mobilenav .mbnav-btn.active .line3 {
    -moz-transform: rotate(45deg) scale(0.7);
     -ms-transform: rotate(45deg) scale(0.7);
         transform: rotate(45deg) scale(0.7);
  }
  .header-page .m-mobilenav .mbnav-btn.active .line2 {
    opacity: 0;
  }
  .header-page .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .header-page .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #ffffff;
  }
  .header-page .m-mobilenav .mbnav-btn.active {
    background: transparent;
  }
  .header-page .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .header-page .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .header-page .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100vh;
    opacity: 1;
  }
  .header-page .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #ffffff;
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .header-page .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(51, 51, 51, 0.9);
    top: 0;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .header-page .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-page .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-page .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  .header-page .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .header-page .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .header-page .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .header-page .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(1) > a {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(2) > a {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(3) > a {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(4) > a {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(5) > a {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(6) > a {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(7) > a {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .header-page .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .header-page .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
    list-style: none;
  }
  .header-page .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .header-page .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
  }
  .header-page .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .header-page .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043f71;
  }
}

@media screen and (max-width: 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;
  }
  .header-page .header .btm2 {
    display: none;
  }
}
.footer-page .footer-page-head {
  border-bottom: solid 1px #ebebeb;
  background-color: #f9f9f9;
  position: relative;
}
.footer-page .module1 {
  position: relative;
  padding: 2.58rem 0 2.2rem 0;
  z-index: 2;
}
.footer-page .module1 .bg {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 9.77rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
  z-index: 2;
}
.footer-page .module1 .bg2 {
  position: absolute;
  top: 0;
  left: 0%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.footer-page .module1 .module1-left {
  width: 16%;
  position: relative;
  z-index: 2;
}
.footer-page .module1 .module1-left .logo {
  font-size: 0;
}
.footer-page .module1 .module1-left .logo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 40px;
}
.footer-page .module1 .module1-left .shemei {
  margin-top: 0.34rem;
}
.footer-page .module1 .module1-left .shemei .i-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 6px;
  background-color: #d8d8d8;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer-page .module1 .module1-left .shemei .i-box i {
  font-size: var(--font-size-22);
  line-height: 1;
  color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer-page .module1 .module1-left .shemei .i-box:hover {
  background-color: var(--theme-color);
}
.footer-page .module1 .module1-right {
  padding-left: 1.1rem;
  width: 84%;
  position: relative;
  z-index: 2;
}
.footer-page .module1 .module1-right .list {
  -moz-box-align: baseline;
       align-items: baseline;
}
.footer-page .module1 .module1-right .list .item {
  padding: 0 14px;
}
.footer-page .module1 .module1-right .list .item h3 {
  font-size: var(--font-size-20);
  font-family: "bb", Arial, Helvetica, sans-serif;
}
.footer-page .module1 .module1-right .list .item h3 a {
  font-size: var(--font-size-20);
  font-family: "bb", Arial, Helvetica, sans-serif;
}
.footer-page .module1 .module1-right .list .item h3:hover {
  color: var(--theme-color);
}
.footer-page .module1 .module1-right .list .item .item-textBox {
  margin-top: 0.28rem;
}
.footer-page .module1 .module1-right .list .item .item-textBox p,
.footer-page .module1 .module1-right .list .item .item-textBox a {
  display: block;
  margin-bottom: 0.12rem;
  font-size: var(--font-size-16);
  color: #666;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.footer-page .module1 .module1-right .list .item .item-textBox p i,
.footer-page .module1 .module1-right .list .item .item-textBox a i {
  position: absolute;
  top: 50%;
  left: 100%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-12);
}
.footer-page .module1 .module1-right .list .item .item-textBox a:hover {
  color: var(--theme-color);
}
.footer-page .module1 .module1-right .list .item .item-textBox a:hover i {
  color: var(--theme-color);
  left: 105%;
  opacity: 1;
}
.footer-page .module1 .module1-right .list .item:nth-child(1) {
  padding-left: 0;
}
.footer-page .module1 .module1-right .list .item:nth-last-child(1) {
  padding-right: 0;
}
.footer-page .line {
  height: 2px;
  background-color: #eeeeed;
  margin: 0.6rem 0 0.18rem 0;
}
.footer-page .contact {
  position: relative;
  z-index: 2;
  background-color: white;
  padding: 0.3rem 0;
}
.footer-page .contact .contact-box {
  flex-wrap: wrap;
}
.footer-page .contact .contact-left p {
  margin-right: 0.3rem;
  color: #666666;
}
.footer-page .contact .contact-left p:nth-last-child(1) {
  margin-right: 0;
}
.footer-page .contact .contact-left a:hover {
  color: var(--theme-color);
}
.footer-page .contact .contact-right {
  text-align: center;
  width: 100%;
}
.footer-page .contact .contact-right p {
  margin-right: 0.3rem;
  color: #666666;
}
.footer-page .contact .contact-right p:nth-last-child(1) {
  margin-right: 0;
}
.footer-page .contact .contact-right a:hover {
  color: var(--theme-color);
}

.footer-page2 .footer-page-head .module1 {
  padding: 0.86rem 0 2.2rem 0;
}

@media screen and (max-width: 768px) {
  .footer-page {
    margin-bottom: 40px;
  }
  .footer-page .module1 {
    padding: 30px 0 40px 0;
    flex-wrap: wrap;
  }
  .footer-page .module1 .module1-left {
    width: 100%;
  }
  .footer-page .module1 .module1-right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .footer-page .module1 .module1-right .list {
    display: block;
  }
  .footer-page .module1 .module1-right .list .item {
    padding: 0;
  }
  .footer-page .module1 .module1-right .list .item .item-textBox {
    display: none;
  }
  .footer-page .contact {
    display: block;
  }
  .footer-page .contact .contact-left {
    display: block;
    text-align: center;
  }
  .footer-page .contact .contact-left p {
    margin-right: 0;
  }
}
/* 右侧客服 start */
.contact-footer.xs {
  right: 0px;
}

.kf-youxiang {
  background: var(--kf-color);
}

.contact-footer {
  position: fixed;
  right: -100px;
  bottom: 40%;
  z-index: 10;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-footer i {
  font-size: var(--font-size-18);
}
.contact-footer > p {
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 10px;
  width: 0.4rem;
  min-width: 40px;
  min-height: 40px;
  height: 0.4rem;
  font-size: var(--font-size-30);
  text-align: center;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color-qianse);
}
.contact-footer > p img {
  display: none;
  width: 20px;
}
.contact-footer > p img:nth-child(2) {
  display: block;
}
.contact-footer > p:hover {
  background-color: var(--theme-color) !important;
}
.contact-footer > p:hover i {
  color: white !important;
}
.contact-footer.active > p i:before {
  content: "\e608";
  font-family: "iconfont";
}
.contact-footer li {
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.contact-footer li img {
  width: 20px;
}
.contact-footer li .con-phone {
  width: 140px;
  right: 40px;
  left: 100%;
  visibility: hidden;
  position: absolute;
  top: 0px;
  height: 100%;
  background: var(--kf-color);
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 10px;
}
.contact-footer li a,
.contact-footer li p {
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-footer li a i,
.contact-footer li p i {
  font-size: var(--font-size-18);
}
.contact-footer li a:hover {
  /* transform: translateX(-4px); */
  background: var(--color-vi);
}
.contact-footer li span {
  background-color: red;
  border-radius: 0.1rem;
  text-align: center;
  /* width: 140px; */
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  white-space: nowrap;
  font-size: var(--font-size-14);
  color: #fff;
  height: 100%;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: absolute;
  right: -1000px;
  top: 0px;
  z-index: -1;
  background-color: var(--color-vi);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-footer li .ewm {
  min-width: 100px;
  max-width: 100px;
  min-height: 100px !important;
  max-width: 100px;
}
.contact-footer li:hover span {
  right: 120%;
}
.contact-footer li:hover .ewm {
  left: -110px;
}

.contact-footer.active > p {
  background-color: white;
  box-shadow: 4px 6px 5px 1px rgba(213, 213, 213, 0.22);
  /* transform: rotate(125deg); */
}
.contact-footer.active > p i {
  color: var(--color-primary);
  font-size: var(--font-size-22);
}
.contact-footer.active > p img {
  display: none;
}
.contact-footer.active > p img:nth-child(1) {
  display: block;
}

.ewm {
  position: absolute;
  width: 100px;
  min-width: 100px;
  height: 100px;
  left: 100px;
  background: red;
  top: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.contact-footer > li {
  /* height: 0px; */
  height: 0.4rem;
  width: 0.4rem;
  min-height: 40px;
  min-width: 40px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color-qianse);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: white;
}
.contact-footer > li i {
  color: var(--theme-color);
}
.contact-footer i {
  color: #fff;
  font-size: var(--font-size-22) !important;
}
.contact-footer > li:hover {
  background: var(--color-vi);
}
.contact-footer > li:hover i {
  color: white;
}
.contact-footer.active > li {
  height: 0.4rem;
  min-height: 40px;
  overflow: unset;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .contact-footer li:hover {
    -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
         transform: scale(1.1);
  }
}
@media screen and (max-width: 999px) {
  .contact-footer li span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-footer.xs {
    right: 0px;
  }
  .contact-footer li i {
    color: white !important;
  }
  .contact-footer {
    width: 100%;
    bottom: 0px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    right: 0px;
    background: var(--kf-color);
  }
  .contact-footer p {
    display: none;
  }
  .contact-footer li {
    width: 34%;
    margin-bottom: 0px;
    border-radius: 0px;
    background: var(--color-vi);
  }
  .contact-footer li a,
  .contact-footer li p {
    border-radius: 0px;
  }
  .contact-footer li:hover .ewm {
    left: 0px;
    bottom: 140px;
  }
  .ewm {
    display: none;
    top: -100px;
    left: 0px;
  }
}
/* 右侧客服  end */
/* // tanchuang start */
.tanchuang {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  z-index: 20;
  display: none;
  text-align: center;
}

.tabchuang-mid {
  max-width: 80vw;
  max-height: 90vh;
  overflow-y: auto;
  margin-left: 10px;
  margin-right: 10px;
  width: 95%;
  padding: var(--font-size-40);
  text-align: center;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.tabchuang-mid::-webkit-scrollbar {
  width: 2px;
}

.guanbi {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: var(--font-size-40);
  height: var(--font-size-40);
  background: var(--color-vi);
  font-size: var(--font-size-20);
  font-weight: bold;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: #fff;
}
.guanbi i {
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}

.tabchuang-mid > form div {
  text-align: left;
}

.tabchuang-mid > form p {
  width: 100%;
  height: 0.6rem;
  margin-bottom: var(--font-size-20);
}
.tabchuang-mid > form p input {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  width: 100%;
  border: 0px;
  height: 100%;
  background: #fafafa;
  border-radius: 0.1rem;
}
.tabchuang-mid > form p textarea {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  width: 100%;
  border: 0px;
  height: 100%;
  background: #fafafa;
  border-radius: 0.1rem;
  border: 0px;
  padding-top: 10px;
  height: 100%;
  overflow: hidden;
}
.error-msg {
  color: red;
  font-size: 12px;
  line-height: 18px;
  visibility: hidden;
  opacity: 1;
  text-align: left;
  padding-left: 0px;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.error-msg a {
  -moz-transition: 0s;
  transition: 0s;
  text-decoration: underline;
  color: red;
}

.input-error {
  border: 1px solid red !important;
}

input:invalid:focus + .error-msg,
textarea:invalid:focus + .error-msg {
  visibility: visible;
}

.input-error {
  border: 1px solid red !important;
}

.tabchuang-mid > form p.tea {
  height: 1rem;
}
.tabchuang-mid > form p.tea .error-msg {
  position: relative;
  top: -4px;
}

.stbtanc {
  min-width: 160px;
  height: var(--font-size-40);
  border-radius: 10px;
  border: 0px;
  color: #fff;
  background: var(--color-vi);
  border: solid 1px var(--color-vi);
  cursor: pointer;
}

.stbtanc:hover {
  background: var(--color-c);
  color: #222;
}

.gb-title {
  font-size: var(--font-size-30);
}

.gb-neirong > p {
  font-size: var(--font-size-20);
  margin-top: var(--font-size-20);
  height: auto;
  margin-bottom: var(--font-size-20);
}

@media screen and (max-width: 768px) {
  .tabchuang-mid {
    padding: 20px;
  }
  .gb-title {
    font-size: var(--font-size-20);
  }
  .gb-neirong > p {
    font-size: var(--font-size-14);
    margin-top: 0.1rem;
    height: auto;
    margin-bottom: 0.1rem;
  }
}
/* // tanchuang end */
.aut-fxzj a {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  max-width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  height: auto;
  background-color: #e6e6e6;
}
.aut-fxzj a i {
  font-size: 18px;
  color: #222;
}

.aut-fxzj a:hover {
  background-color: #3ab6ef;
}
.aut-fxzj a:hover i {
  color: #fff;
}

.aut-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  color: #161616;
}

.aut-ertitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #3ab6ef;
  margin-top: 22px;
  margin-bottom: 8px;
}

.aut-neirong {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

.aut-mid-left {
  width: 44%;
}

.aut-mid-right {
  width: 51%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.aut-mid-top {
  margin-top: 85px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}

.aut-mobile {
  font-size: var(--font-size-24);
  font-weight: bold;
  line-height: 36px;
  color: #222222;
  margin-top: 26px;
  margin-bottom: 11px;
}

.aut-email {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #222222;
}
.aut-email a {
  color: #3ab6ef;
}

.aut-fxzj {
  margin-top: 26px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.aut-fxzj a {
  margin-right: 17px;
}

.author-list-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}
.author-list-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.author-list-bottom {
  padding: 30px;
}

.author-list-bottom-title {
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.author-list-bottom-nr {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.author-list-div {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 2%;
  background: #fff;
  margin-bottom: 34px;
}
.author-list-div a:hover {
  color: #ffdf00;
}

.author-list-div.nomargin {
  margin-left: 0px;
}

.author-list {
  margin-top: 89px;
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .author-list-bottom {
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  .book-title {
    margin-top: 10px;
  }
  .aut-mid-top {
    flex-wrap: wrap;
  }
  .aut-mid-right,
  .aut-mid-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .author-list,
  .aut-mid-top {
    margin-top: 20px;
  }
  .author-list {
    flex-wrap: wrap;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .author-list-div {
    width: 49%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .aut-title {
    font-size: 30px;
    line-height: 36px;
  }
  .aut-ertitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .aut-neirong {
    font-size: 14px;
  }
  .aut-mobile,
  .aut-email {
    font-size: 18px;
  }
  .aut-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .book-title {
    font-size: 14px;
    padding: 10px;
  }
  .author-list-bottom-title {
    font-size: 18px;
    line-height: 24px;
  }
  .author-list-bottom-nr {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .author-list-bottom {
    padding: 10px;
  }
  .author-list-div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .author-list-div {
    width: 100%;
  }
}
.xieleftright {
  position: relative;
}

.xieleftright: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);
}

.xieleftright:hover:before {
  left: 120%;
}

.woshi {
  display: inline-block;
  position: relative;
}

.woshi: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);
}

.woshi:hover:before {
  left: 120%;
}

.popupBox2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.popupBox2 .popupBox2-content {
  background-image: url(../images/index-s7.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  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%);
}
.popupBox2 .popupBox2-content .popClose {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: var(--theme-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;
}
.popupBox2 .popupBox2-content .popClose div {
  margin-top: -0.03rem;
}
.popupBox2 .popupBox2-content .title {
  font-size: var(--font-size-30);
  font-family: "WixMadeforDisplay-Bold";
  color: #333333;
  margin-bottom: 0.5rem;
}
.popupBox2 .popupBox2-content .content {
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .popupBox2 .popupBox2-content {
    width: 90%;
  }
}

.popupBox2-on {
  display: block !important;
}

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

.alert-on {
  display: block;
}

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

.loading-on {
  display: block;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .scroll-x::-webkit-scrollbar {
    height: 4px;
  }
  .scroll-x::-webkit-scrollbar-thumb {
    background-color: var(--theme-color); /* 设置滚动条滑块的颜色 */
    border-radius: 5px; /* 设置滚动条滑块的圆角 */
  }
  .scroll-x::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-color); /* 设置滚动条滑块在悬停时的颜色 */
  }
  .scroll-x::-webkit-scrollbar-track {
    background-color: #fceddf; /* 设置滚动条背景的颜色 */
  }
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
.swiper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

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

.swiper {
  width: 100%;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.12.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -moz-animation: bounceFromRight 0.4s ease-out;
       animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -moz-animation: bounceFromLeft 0.4s ease-out;
       animation: bounceFromLeft 0.4s ease-out;
}
@-moz-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
  top: 50%;
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -moz-animation: bounce 2s infinite ease-in-out;
       animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -moz-animation-delay: -1s;
       animation-delay: -1s;
}
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@font-face {
  font-family: "iconfont"; /* Project id 4893588 */
  src: url("../fonts/iconfont.woff2?t=1761202162651") format("woff2"), url("../fonts/iconfont.woff?t=1761202162651") format("woff"), url("../fonts/iconfont.ttf?t=1761202162651") format("truetype"), url("../fonts/iconfont.svg?t=1761202162651#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.morenyuyan {
  color: #fff;
  cursor: pointer;
  width: auto;
  height: auto;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-right: 0.2rem;
}
.morenyuyan i {
  font-size: var(--font-size-24);
}

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

.douyuyanxiala {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  -moz-transform: scaleY(0);
   -ms-transform: scaleY(0);
       transform: scaleY(0);
  -moz-transform-origin: top;
   -ms-transform-origin: top;
       transform-origin: top;
  -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;
}

.duoyuyan.active .douyuyanxiala {
  padding: 0.1rem;
  top: 0.6rem;
  height: auto;
  background-color: #fff;
  -moz-transform: scaleY(1);
   -ms-transform: scaleY(1);
       transform: scaleY(1);
}
.duoyuyan.active .douyuyanxiala a {
  color: var(--fff);
  padding: 4px 10px;
  display: block;
}
.duoyuyan.active .douyuyanxiala a:hover {
  color: var(--F22424);
}

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

.sousuo {
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.sousuo i {
  font-size: var(--font-size-24);
  color: #fff;
}

.header-keywords {
  font-size: var(--font-size-16);
  margin-top: var(--font-size-20);
}
.header-keywords a:hover {
  color: var(--color-link);
}

.sousou-kuang.active {
  height: 50vh;
  background: rgba(255, 255, 255, 0.8);
}

.sousou-kuang {
  position: fixed;
  top: 100%;
  width: 100%;
  min-width: 2rem;
  right: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  height: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.sousou-kuang .form-sousuo {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #000;
  height: 0.5rem;
  min-height: 40px;
}
.sousou-kuang .form-sousuo i {
  color: var(--color-text);
}
.sousou-kuang .form-sousuo .tj {
  -moz-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.sousou-kuang form {
  flex-wrap: wrap;
  max-width: 6rem;
  height: auto;
}
.sousou-kuang form input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: var(--font-size-16);
  background: transparent;
}
.sousou-kuang form .tj {
  width: 60px;
  height: 100%;
  position: relative;
}
.sousou-kuang form .tj input {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.sousou-kuang form .tj .sousuo {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: #fff;
  pointer-events: none;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.sousou-kuang form .tj:hover:before {
  width: 100%;
}
.sousou-kuang form .tj:before {
  content: "";
  left: 0px;
  width: 0%;
  height: 100%;
  position: absolute;
  display: block;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.quanduan {
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  margin-left: 20px;
  background: #000;
}

.conic {
  position: relative;
}
.conic::before {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(transparent, rgb(168, 239, 255), transparent 38%);
  -moz-animation: rotate 4s linear infinite;
       animation: rotate 4s linear infinite;
}
@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}
@keyframes rotate {
  100% {
    -moz-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}

.quanduan {
  padding: 2px;
}

.qianduan {
  display: block;
  background: red;
  height: 100%;
  position: relative;
  z-index: 4;
}

.cookiecookie.active {
  display: block;
}

.cookiecookie {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.cookiecookie .ck-mid {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  background: #fff;
}
.cookiecookie .ck-mid .ck-mid-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}
.cookiecookie .ck-mid .ck-kuang-logo {
  font-size: 0px;
  height: 0.6rem;
  min-height: 60px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 0.1rem;
}
.cookiecookie .ck-mid .ck-kuang-logo img {
  width: auto;
}
.cookiecookie .ck-mid .cookie-title {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.cookiecookie .ck-mid .cookie-neirong {
  font-size: 0.2rem;
}
.cookiecookie .ck-mid .cookie-neirong a {
  color: var(--color-vi);
}
.cookiecookie .ck-mid .cookiexz {
  margin-top: 0.2rem;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  flex-wrap: wrap;
}
.cookiecookie .ck-mid .cookiexz p {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid var(--color-vi);
  background: var(--color-vi);
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.14rem;
  border-radius: 4px;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  white-space: nowrap;
}
.cookiecookie .ck-mid .cookiexz p:hover {
  background: transparent;
  color: var(--color-text);
}
@media screen and (max-width: 991px) {
  .cookiecookie .cookiecookie .ck-mid .cookie-neirong {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cookiecookie .ck-mid {
    flex-wrap: wrap;
  }
  .cookiecookie .ck-mid .ck-kuang {
    width: 100%;
  }
  .cookiecookie .ck-mid .cookiexz p {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 0.12rem;
  }
  .cookiecookie .ck-mid .cookie-neirong {
    font-size: 0.14rem;
  }
}

.m-muban-pagebox {
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-muban-pagebox .m-muban-next,
.m-muban-pagebox .m-muban-prev {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.m-muban-pagebox .m-muban-next i,
.m-muban-pagebox .m-muban-prev i {
  font-size: var(--font-size-16);
}

.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  width: max(0.6rem, 30px);
  height: max(0.6rem, 30px);
  background-color: #f2f2f2;
  display: block;
  text-align: center;
  font-size: var(--font-size-18);
  color: #666666;
  font-weight: bold;
  margin: 0.04rem;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.m-muban-pagebox a:hover,
.m-muban-pagebox a.active {
  background: var(--color-link);
  color: #fff;
  border-color: var(--color-link);
}

.m-muban-pagebox a.no:hover {
  background: unset;
  color: unset;
  cursor: auto;
}

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

.m-muban-pagenum a {
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 999px) {
  .m-muban-pagebox a,
  .m-muban-pagebox p,
  .m-muban-pagebox span {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    line-height: 28px;
  }
  .m-muban-pagebox {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    -moz-box-pack: center;
    justify-content: center;
  }
}
.banner-kong {
  height: 1rem;
  min-height: 60px;
}

.text18 {
  font-size: var(--font-size-22);
  text-align: center;
  font-family: "bb", Arial, Helvetica, sans-serif;
}

.annnu-gd {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  background: #fff;
  border-radius: 1rem;
  color: var(--color-text);
  padding: clamp(6px, 0.06rem, 100px);
  padding-left: 0.3rem;
  padding-right: 0.1rem;
  margin-top: 0.3rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.annnu-gd span {
  display: block;
  margin-right: 0.3rem;
  z-index: 2;
}
.annnu-gd::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -moz-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
  background-color: var(--color-link);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  right: 0.1rem;
}
.annnu-gd i {
  display: block;
  font-size: var(--font-size-24);
  color: #fff;
  background: var(--color-link);
  padding: 0.04rem;
  width: 0.4rem;
  height: 0.4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.annnu-gd:hover::after {
  -moz-transform: scale(14);
   -ms-transform: scale(14);
       transform: scale(14);
}
.annnu-gd:hover span {
  color: #fff;
}
.annnu-gd:hover i {
  background: #fff;
  color: var(--color-link);
}
.annnu-gd:hover i::after {
  -moz-transform: scale(8);
   -ms-transform: scale(8);
       transform: scale(8);
}

.banner-img {
  position: relative;
  font-size: 0px;
}

.banner-ertitle {
  display: block;
  font-family: "ab", Arial, Helvetica, sans-serif;
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.8);
}

.bannerswiper .swiper-pagination {
  bottom: 0.6rem;
  text-align: left;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  position: absolute;
  width: inherit;
}
.bannerswiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff;
  opacity: 1;
}
.bannerswiper .swiper-pagination .swiper-pagination-bullet-active {
  width: var(--font-size-40);
  min-width: 30px;
  border-radius: max(0.2rem, 16px);
  background: var(--color-link);
}

.banner-text {
  position: absolute;
  top: 30%;
  left: 50%;
  -moz-transform: translate(-50%, -30%);
   -ms-transform: translate(-50%, -30%);
       transform: translate(-50%, -30%);
  text-align: left;
  z-index: 10;
}
.banner-text .left {
  text-align: left;
}
.banner-text h1 {
  color: #fff;
  font-family: "bb", Arial, Helvetica, sans-serif;
  opacity: 0;
  -moz-transform: translateY(30px);
   -ms-transform: translateY(30px);
       transform: translateY(30px);
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  font-size: 0.72rem;
  font-family: "bb", Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 1;
}
.banner-text p {
  color: #fff;
  opacity: 0;
  -moz-transform: translateY(30px);
   -ms-transform: translateY(30px);
       transform: translateY(30px);
  -moz-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}
.banner-text a {
  opacity: 0;
  -moz-transform: translateY(30px);
   -ms-transform: translateY(30px);
       transform: translateY(30px);
  -moz-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
.banner-text.animate-in h1,
.banner-text.animate-in p,
.banner-text.animate-in a {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}

.banner-text2 {
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.banner-text2 h1,
.banner-text2 .banner-ertitle {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .bannerswiper .swiper-pagination {
    bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-img {
    height: 500px;
  }
  .banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
h1,
h2 {
  line-height: 1;
}

h2 {
  font-size: var(--font-size-60);
  color: #000;
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.small-bt {
  font-family: "am", Arial, Helvetica, sans-serif;
  padding-left: var(--font-size-20);
  position: relative;
  display: inline-block;
}
.small-bt::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background: var(--color-link);
}

.pc {
  display: block;
}

.and {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .and {
    display: block !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;
}

.swiper-pagination {
  position: unset;
}

.all-hidden {
  overflow: hidden;
}

.page-top {
  margin-top: 90px;
}

.all-banner {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
@-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 .mengceng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.all-banner .swiper-slide-active h1,
.all-banner .swiper-slide-active p,
.all-banner .swiper-slide-active h6 {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
.all-banner .all-banner-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  /* 定义关键帧 */
}
.all-banner .all-banner-content .animate-translateY110 {
  opacity: 0;
  -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
       transform: translateY(100px);
  -moz-animation: translateYUp 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
       animation: translateYUp 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@-moz-keyframes translateYUp {
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes translateYUp {
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
.all-banner .all-banner-content .c-white {
  color: white;
}
.all-banner .all-banner-content h1 {
  font-size: var(--font-size-72);
  text-align: center;
  font-weight: normal;
  font-family: "ab", Arial, Helvetica, sans-serif;
  line-height: 1.1;
}
.all-banner .all-banner-content h1 span,
.all-banner .all-banner-content h1 text,
.all-banner .all-banner-content h1 em {
  font-weight: 400;
}
.all-banner .all-banner-content h6 {
  font-size: var(--font-size-36);
  font-weight: normal;
  font-family: "bb", Arial, Helvetica, sans-serif;
  text-align: center;
}
.all-banner .all-banner-content p {
  font-size: var(--font-size-24);
  margin: 0.15rem auto 0 auto;
  text-align: center;
  -moz-animation-delay: 0.3s !important;
       animation-delay: 0.3s !important;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.all-banner .all-banner-content .btm-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.22rem auto 0 auto;
}
.all-banner .all-banner-content .btm-box .all-btm {
  -moz-animation-delay: 0.9s !important;
       animation-delay: 0.9s !important;
  display: block;
  font-size: 14px;
  color: white;
  border-radius: 0.8rem;
  background-color: var(--theme-color2);
  padding: 0.15rem 0.28rem;
  cursor: pointer;
}
.all-banner .all-banner-content .btm-box .btm2 {
  -moz-animation-delay: 1.1s !important;
       animation-delay: 1.1s !important;
  margin-left: 0.14rem;
  background-color: transparent;
  border: 1px solid white;
}
.all-banner .all-banner-content .btm-box .btm2 > div .i-box {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .all-banner p {
    width: 100% !important;
  }
  .all-banner .btm-box {
    display: block;
  }
  .all-banner .btm-box .all-hidden {
    margin-bottom: 14px;
  }
  .all-banner .btm-box .all-hidden:nth-last-child(1) {
    margin-bottom: 0;
  }
}

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

.crumbs-mid .crumbs-kuang {
  padding: 0.32rem 0;
  border-bottom: 1px solid #e4e4e4;
}
.crumbs-mid .crumbs-kuang i {
  color: var(--theme-color);
  font-weight: bold;
}
.crumbs-mid .crumbs-kuang a {
  margin: 0 4px;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.crumbs-mid .crumbs-kuang a:hover {
  color: var(--theme-color);
}

.all-form .inp-box {
  margin-bottom: 10px;
}
.all-form .inp-box .box {
  width: 49%;
}
.all-form .inp-box .box label {
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.all-form .inp-box .box label span {
  color: #ffba00;
}
.all-form .inp-box .box input {
  margin-top: 0.16rem;
  margin-bottom: 0.04rem;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 0.14rem;
  background-color: white;
  height: max(0.4rem, 34px);
  border: 1px solid transparent;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-16);
  font-family: "ar", Arial, Helvetica, sans-serif;
  border-radius: 5px;
}
.all-form .inp-box .box textarea {
  margin-top: 0.1rem;
  width: 100%;
  height: max(1.5rem, 100px);
  background-color: transparent;
  padding: 0.2rem 0.14rem;
  background-color: white;
  border: 1px solid transparent;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: var(--font-size-16);
  overflow: hidden;
  font-family: "ar", Arial, Helvetica, sans-serif;
  border-radius: 5px;
}
.all-form .inp-box2 .box {
  width: 100%;
}
.all-form .inp-box-active {
  border: 1px solid var(--theme-color) !important;
}
.all-form .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  margin-top: 0.12rem;
  position: relative;
  font-family: "ar", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-16);
}
.all-form .privacy input {
  margin-right: 0.1rem;
  margin-top: 3px;
}
.all-form .privacy .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.all-form .privacy a {
  color: var(--theme-color);
  cursor: pointer;
}
.all-form .privacy-active .tip {
  opacity: 1 !important;
}
.all-form .btm {
  width: 104px;
  height: 40px;
  border-radius: 5px;
  margin-top: 30px;
  background-color: var(--theme-color);
  color: white;
  font-family: "ar", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-16);
}
.all-form .btm:hover i {
  -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
       transform: rotate(0deg);
}

.index-s1-biaoti {
  text-align: center;
}

.index-s1-top {
  background-color: #f5f5f5;
  border-radius: 0.3rem;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.index-s1-top p {
  display: inline-block;
  text-align: center;
  font-size: var(--font-size-26);
  line-height: 1;
  font-family: "bm", Arial, Helvetica, sans-serif;
  padding: 0.21rem 0.26rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 0.8rem;
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-s1-top p:hover, .index-s1-top p.active {
  color: #fff;
  background: var(--color-link);
  font-weight: bold;
}

.index-s1-top {
  margin-top: 0.3rem;
}

.index-s1-mid {
  padding-top: 0.86rem;
}

.index-s1-bottom-left {
  width: 50%;
  padding-top: 0.1rem;
  overflow: hidden;
}

.index-s1-left-img {
  width: 5rem;
  aspect-ratio: 16/13;
  font-size: 0px;
  margin: auto;
  position: relative;
  z-index: 1;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 10px;
}
.index-s1-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-s1-bottom-right {
  width: 45%;
}

.index-s1-bottom-left-div {
  text-align: center;
  display: block;
  position: relative;
}

.index-s1-left-title {
  font-size: 1.5rem;
  font-family: "bb", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1;
}

.index-s1-left-canshu {
  font-size: var(--font-size-24);
  font-family: "bb", Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 0.42rem;
  margin-top: 0.02rem;
}
.index-s1-left-canshu p {
  color: #000;
}

.index-s1-bottom-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.index-s1-left-battery {
  display: inline-block;
  padding: 0.08rem 0.2rem;
  color: var(--color-link);
  border: 2px solid var(--color-link);
  border-radius: 0.5rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s1-left-battery:hover {
  background: var(--color-link);
  color: #fff;
}

.yishuzi {
  font-size: 2.7rem;
  font-family: "bb", Arial, Helvetica, sans-serif;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  top: 0.1rem;
  color: transparent;
  line-height: 0.5;
  -webkit-text-stroke: 2px var(--color-link); /* 绿色描边 */
  opacity: 0.15;
  z-index: 0;
}

.index-s1-bottom-list {
  margin-top: 1rem;
}

.index-s1-bottom-right-title {
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-size: 0.48rem;
  color: #000;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-s1-bottom-right-canshu {
  font-size: var(--font-size-18);
  font-family: "bb", Arial, Helvetica, sans-serif;
  color: #000;
}
.index-s1-bottom-right-canshu p {
  color: #000;
}

.index-s1-bottom-right-div {
  background-color: #fbfbfb;
  border-radius: max(0.2rem, 16px);
  padding: 0.24rem 0.4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 0.3rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s1-bottom-right-div:last-child {
  margin-bottom: 0px;
}
.index-s1-bottom-right-div.active {
  background-color: #f5f5f5;
}
.index-s1-bottom-right-div.active .index-s1-bottom-right-title {
  -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
       transform: translateY(-10px);
  color: var(--color-link);
}

.index-s1-bottom-div-left {
  width: 35%;
  margin-right: 0.86rem;
  font-size: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.index-s1-bottom-div-left img {
  height: 1.66rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-s1-bottom-div-right {
  width: -moz-calc(100% - 2.04rem);
  width: calc(100% - 2.04rem);
}

@media screen and (max-width: 768px) {
  .index-s1-bottom-mid {
    flex-wrap: wrap;
  }
  .index-s1-bottom-left {
    width: 100%;
  }
  .index-s1-bottom-right {
    width: 100%;
    margin-top: 20px;
  }
  .index-s1-mid {
    padding-top: 0.5rem;
  }
  .index-s1-top p {
    font-size: 12px;
  }
  .yishuzi {
    font-size: 1.6rem;
  }
  .index-s1-bottom-list {
    margin-top: 0.4rem;
  }
  .index-s1-left-title {
    font-size: 0.8rem;
  }
  .index-s1-bottom-div-left {
    margin-right: 0.5rem;
  }
}
.index-s2-mid {
  padding-top: 1rem;
}
.index-s2-mid .index-s2-adv-list {
  margin-top: 0.62rem;
}

.index-s2-kuang .index-s1-biaoti {
  max-width: 9rem;
  margin: auto;
}

.index-s2-adv-d {
  font-size: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  position: absolute;
  top: 0px;
}
.index-s2-adv-d img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-s2-adv-d.active {
  opacity: 1;
}
.index-s2-adv-d::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; /* 不影响鼠标操作 */
}

.index-s2-adv-img {
  font-size: 0px;
  position: relative;
  aspect-ratio: 16/7.26;
  overflow: hidden;
}
.index-s2-adv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-s2-adv-text-title {
  font-size: var(--font-size-30);
  font-family: "bm", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 0.1rem;
}

.index-s2-adv-text-neirong {
  color: #fff;
  font-size: 0px;
  opacity: 0;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  font-family: "am", Arial, Helvetica, sans-serif;
}

.index-s2-adv-text-kuang {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  position: relative;
}
.index-s2-adv-text-kuang:hover .index-s2-adv-text-title, .index-s2-adv-text-kuang.active .index-s2-adv-text-title {
  color: var(--color-link);
  font-size: var(--font-size-48);
  line-height: 1;
  font-family: "bb", Arial, Helvetica, sans-serif;
}
.index-s2-adv-text-kuang:hover .index-s2-adv-text-neirong, .index-s2-adv-text-kuang.active .index-s2-adv-text-neirong {
  font-size: var(--font-size-24);
  opacity: 1;
  line-height: 1.2;
}
.index-s2-adv-text-kuang:hover::before, .index-s2-adv-text-kuang.active::before {
  display: none;
}
.index-s2-adv-text-kuang::before {
  position: absolute;
  content: "";
  width: 0.04rem;
  min-width: 4px;
  right: 0px;
  height: 70%;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  background: #fff;
  opacity: 0.2;
}
.index-s2-adv-text-kuang:last-child::before {
  display: none;
}

.index-s2-adv-list {
  position: relative;
}

.index-s2-adv-text-list {
  position: absolute;
  bottom: 0.7rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 991px) {
  .index-s2-adv-text-list {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    flex-wrap: wrap;
    height: 100%;
    bottom: 0px;
    align-content: space-around;
  }
  .index-s2-adv-text-kuang {
    width: 49%;
    margin-bottom: 0.2rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    position: relative;
  }
  .index-s2-adv-text-kuang .index-s2-adv-text-title {
    font-size: var(--font-size-48);
    line-height: 1;
    font-family: "bb", Arial, Helvetica, sans-serif;
    text-align: center;
  }
  .index-s2-adv-text-kuang .index-s2-adv-text-neirong {
    font-size: var(--font-size-24);
    opacity: 1;
    line-height: 1.2;
    display: none;
  }
  .index-s2-adv-text-kuang::before {
    display: none;
  }
  .index-s2-adv-text-kuang::before {
    position: absolute;
    content: "";
    width: 0.04rem;
    min-width: 4px;
    right: 0px;
    height: 70%;
    top: 50%;
    -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
         transform: translateY(-50%);
    background: #fff;
    opacity: 0.2;
  }
  .index-s2-adv-text-kuang:last-child::before {
    display: none;
  }
  .index-s2-adv-img {
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 768px) {
  .index-s2-adv-text-kuang .index-s2-adv-text-title,
  .index-s2-adv-text-kuang.active .index-s2-adv-text-title {
    font-size: 16px;
    text-align: center;
  }
}
.index-s3-mid {
  padding-top: 0.8rem;
}
.index-s3-mid .videoswiper {
  margin-top: 0.6rem;
}
.index-s3-mid .videoswiper .swiper-button-next {
  right: 18vw;
  top: 44%;
  color: #fff;
}
.index-s3-mid .videoswiper .swiper-button-next::after {
  font-size: var(--font-size-30);
  font-weight: bold;
}
.index-s3-mid .videoswiper .swiper-button-next:hover {
  color: var(--color-link);
}
.index-s3-mid .videoswiper .swiper-button-prev {
  left: 18vw;
  top: 44%;
}
.index-s3-mid .videoswiper .swiper-button-prev::after {
  color: #fff;
  font-weight: bold;
  font-size: var(--font-size-30);
}

.video-text-title {
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-36);
  color: #fff;
}

.video-text-canshu {
  font-family: "am", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-20);
  color: #fff;
}

.video-kuang {
  aspect-ratio: 16/8;
  overflow: hidden;
  position: relative;
  font-size: 0px;
  border-radius: max(0.2rem, 16px);
  overflow: hidden;
}
.video-kuang video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-kuang::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.video-text {
  position: absolute;
  bottom: 0px;
  margin: 0.48rem;
  z-index: 2;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-slide-active .video-text {
  opacity: 1;
}

.videoswiper .swiper-pagination {
  position: unset;
  margin-top: 0.6rem;
}
.videoswiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  min-width: 30px;
  min-height: 4px;
  background: #e1e1e1;
  margin-left: 0.04rem;
  margin-right: 0.04rem;
  border-radius: 0px;
  opacity: 1;
}
.videoswiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-link);
}

@media screen and (max-width: 768px) {
  .video-kuang {
    aspect-ratio: 16/9;
  }
  .videoswiper .swiper-pagination {
    margin-top: 0.2rem;
  }
  .video-text-title {
    font-size: 18px;
  }
  .video-text-canshu {
    font-size: 12px;
  }
  .video-text {
    margin: 0.2rem;
  }
  .index-s3-mid {
    padding-top: 0.8rem;
  }
  .index-s3-mid .videoswiper {
    margin-top: 0.6rem;
  }
  .index-s3-mid .videoswiper .swiper-button-next {
    right: 5vw;
  }
  .index-s3-mid .videoswiper .swiper-button-prev {
    left: 5vw;
  }
}
.index-s4-mid {
  margin-top: 1rem;
  display: block;
  font-size: 0px;
  position: relative;
}

.index-s4-kuang-title {
  font-family: "am", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-30);
  color: #000;
  line-height: 1;
  margin-top: 0.2rem;
}

.index-s4-kuang-ertitle {
  font-family: "am", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-18);
  color: #000;
  margin-top: 0.14rem;
}

.index-s4-kuang {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 2;
}

.index-s4-kuang-k {
  width: 42%;
}

.index-s4-kuang-shili {
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.shili-kuang {
  color: #333;
  margin-right: 0.8rem;
}

.shili-shuzi {
  font-size: 0.6rem;
  font-family: "bb", Arial, Helvetica, sans-serif;
  color: #ed7324;
  line-height: 1;
}

.shili-text {
  font-size: var(--font-size-18);
  font-family: "am", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  margin-top: 0.06rem;
}

.learn-more {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  font-size: var(--font-size-18);
  font-family: "am", Arial, Helvetica, sans-serif;
  color: #fff;
  -moz-transition: all 0s;
  transition: all 0s;
}
.learn-more:hover span {
  background: #fff;
  color: var(--color-link);
}
.learn-more:hover i {
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
       transform: rotate(-90deg);
  background: #fff;
  color: var(--color-link);
}
.learn-more span {
  display: inline-block;
  border-radius: 0.8rem;
  background: var(--color-link);
  padding: 0.08rem 0.28rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.learn-more i {
  width: 0.38rem;
  height: 0.38rem;
  min-width: 27px;
  min-height: 27px;
  font-size: var(--font-size-18);
  border-radius: 50%;
  background: var(--color-link);
  padding: 0.1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .index-s4-kuang-k {
    width: 60%;
  }
  .index-s4-kuang-shili {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .index-s4-mid {
    height: 400px;
  }
  .index-s4-mid img {
    height: 100%;
  }
  .index-s4-kuang-title {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 450px) {
  .index-s4-kuang-k {
    width: 100%;
  }
}
.index-s5 .jiantou {
  -moz-box-pack: right;
       justify-content: right;
  margin-bottom: 0.4rem;
}
.index-s5 .jiantou .i-box {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 50%;
  background-color: #f9f9f9;
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.index-s5 .jiantou .i-box:nth-child(1) {
  margin-right: 10px;
}
.index-s5 .jiantou .i-box:hover {
  background-color: var(--theme-color);
  color: white;
}

.index-s5-pl {
  background-color: #f9f9f9;
  border-radius: max(0.2rem, 16px);
  padding: 0.36rem;
}

.index-s5-pl-title {
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-24);
  line-height: 1;
  color: #000;
  margin-bottom: 0.1rem;
}

.index-s5-pl-text {
  font-size: var(--font-size-18);
  color: #666;
}

.index-s5-pl-shouzm {
  width: 0.42rem;
  min-width: 30px;
  min-height: 30px;
  height: 0.42rem;
  border-radius: 0.1rem;
  background: var(--color-link);
  color: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: var(--font-size-30);
  font-family: "bb", Arial, Helvetica, sans-serif;
  margin-right: 0.15rem;
}

.index-s5-pl-bottom-right {
  font-size: 0px;
  width: 1.05rem;
}

.index-s5-pl-bottom-left {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.index-s5-pl-bottom {
  margin-top: 0.1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}

.index-s5-pl-name {
  font-size: var(--font-size-24);
  line-height: 1;
}

.index-s5-left {
  text-align: left;
  float: left;
  width: 18%;
  margin-left: 1rem;
  height: 3.2rem;
  padding-top: 1.3rem;
  display: -moz-box;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.index-s5-left .index-s1-biaoti {
  text-align: left;
}

.index-s5-right {
  width: 76.04%;
  float: right;
}

.plswiper {
  color: #000;
}

.plswiper .swiper-pagination {
  position: unset;
  margin-top: 10px;
  display: none;
}
.plswiper .swiper-pagination .swiper-pagination-bullet {
  background: #e1e1e1;
  opacity: 1;
  width: 0.1rem;
  height: 0.1rem;
  min-width: 10px;
  min-height: 10px;
}
.plswiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-link);
}

.index-s5-pl-top {
  height: 2.28rem;
}

.index-s5-mid {
  margin-top: 1.38rem;
}

@media screen and (max-width: 991px) {
  .index-s5-mid {
    margin-top: 0.5rem;
  }
  .learn-more {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .index-s5-left {
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .index-s5-left .index-s1-biaoti {
    text-align: center;
    width: 100%;
  }
  .index-s5-right {
    width: 100%;
  }
  .plswiper .swiper-pagination {
    display: block;
  }
}
.index-s6-mid {
  clear: both;
  padding-top: 0.92rem;
  padding-bottom: 0.5rem;
}

.blog-kuang {
  padding: 0.26rem;
  border-radius: max(0.2rem, 16px);
  -moz-transform: scale(0.96);
   -ms-transform: scale(0.96);
       transform: scale(0.96);
  display: block;
}
.blog-kuang img {
  border-radius: max(0.2rem, 16px);
}

.blog-kk {
  padding: 0.32rem;
}

.blog-title {
  font-size: var(--font-size-24);
  font-family: "bb", Arial, Helvetica, sans-serif;
  color: #666;
  line-height: 1;
  margin-bottom: 0.1rem;
}

.blog-text {
  font-size: var(--font-size-18);
  color: #333;
  opacity: 0;
  display: none;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-img {
  font-size: 0px;
  border-radius: max(0.2rem, 16px);
  overflow: hidden;
}

.blog-date {
  color: #666;
  display: none;
  font-family: "ar", Arial, Helvetica, sans-serif;
}

.blogswiper {
  margin-top: 0.54rem;
}
.blogswiper .learn-more {
  display: none;
}
.blogswiper .swiper-slide-active .learn-more {
  display: -moz-inline-box;
  display: inline-flex;
}
.blogswiper .swiper-slide-active .blog-text {
  display: block;
  opacity: 1;
  display: -webkit-box;
}
.blogswiper .swiper-slide-active .blog-date {
  display: block;
  margin-top: 0.04rem;
}
.blogswiper .swiper-slide-active .learn-more {
  margin-top: 0.54rem;
}
.blogswiper .swiper-slide-active:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.blogswiper .swiper-slide-active .blog-kk {
  padding: 0px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.blogswiper .swiper-slide-active .blog-kuang {
  text-align: center;
  background-color: #f9f9f9;
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}
.blogswiper .swiper-slide-active .blog-title {
  color: #000;
}

.blogswiper .swiper-button-prev {
  left: 30vw;
  bottom: 0.46rem;
  margin-top: auto;
  background-color: #f9f9f9;
  width: 0.6rem;
  min-width: 40px;
  height: 0.6rem;
  min-height: 40px;
  border-radius: 50%;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blogswiper .swiper-button-prev::after {
  display: none;
}
.blogswiper .swiper-button-prev i {
  font-size: var(--font-size-22);
  color: #999999;
}
.blogswiper .swiper-button-prev:hover {
  background: var(--color-link);
}
.blogswiper .swiper-button-prev:hover i {
  color: #fff;
}
.blogswiper .swiper-button-next {
  right: 30vw;
  bottom: 0.46rem;
  margin-top: auto;
  background-color: #f9f9f9;
  width: 0.6rem;
  min-width: 40px;
  height: 0.6rem;
  min-height: 40px;
  border-radius: 50%;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blogswiper .swiper-button-next::after {
  display: none;
}
.blogswiper .swiper-button-next i {
  font-size: var(--font-size-22);
  color: #999999;
}
.blogswiper .swiper-button-next:hover {
  background: var(--color-link);
}
.blogswiper .swiper-button-next:hover i {
  color: #fff;
}
.blogswiper .swiper-pagination {
  display: none;
}

@media screen and (max-width: 991px) {
  .blogswiper .swiper-slide-active .learn-more {
    margin-top: 0.2rem;
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .blogswiper .swiper-button-prev {
    left: 4px;
    top: 50%;
    -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
         transform: translateY(-50%);
    bottom: auto;
  }
  .blogswiper .swiper-button-next {
    right: 4px;
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
         transform: translateY(-50%);
  }
  .blogswiper .swiper-pagination {
    display: block;
    position: unset;
    margin-top: 20px;
  }
}
.swiper-pagination-bullet {
  background-color: var(--theme-color);
}

.index-s7 {
  padding-top: 0.4rem;
  margin-bottom: -1.6rem;
  z-index: 3;
  position: relative;
  clear: both;
}
.index-s7 .content {
  background-image: url("../images/index-s7.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.74rem 0.83rem 0.7rem 0.36rem;
  box-shadow: 0px 11px 62px 0px rgba(0, 0, 0, 0.04);
  border-radius: max(0.2rem, 16px);
}
.index-s7 .module1 .module1-left {
  width: 51%;
  background-color: white;
  border-radius: max(0.2rem, 16px);
  padding: 0 0.38rem;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
}
.index-s7 .module1 .module1-left h2 {
  font-size: var(--font-size-34);
}
.index-s7 .module1 .module1-left .title {
  margin-top: 0.1rem;
}
.index-s7 .module1 .module1-left .decome {
  min-width: max(0.2rem, 160px);
  height: max(0.4rem, 32px);
  border: 1px solid var(--theme-color);
  margin-top: 0.26rem;
  color: var(--theme-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.8rem;
  font-family: "bb", Arial, Helvetica, sans-serif;
}
.index-s7 .module1 .module1-left .decome > div {
  line-height: 1;
}
.index-s7 .module1 .module1-left .list {
  margin-top: 0.5rem;
  border-top: solid 1px #f1f1f1;
}
.index-s7 .module1 .module1-left .list .item {
  padding: 0.5rem 0;
  border-bottom: solid 1px #f1f1f1;
}
.index-s7 .module1 .module1-left .list .item i {
  font-size: var(--font-size-26);
}
.index-s7 .module1 .module1-left .list .item p {
  margin-left: 0.18rem;
}
.index-s7 .module1 .module1-right {
  width: 49%;
  padding-left: 0.56rem;
}
.index-s7 .module1 .module1-right h3 {
  font-size: var(--font-size-30);
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .index-s7 .content {
    padding: 0.74rem 0.36rem 0.7rem 0.36rem;
  }
  .index-s7 .content .module1 {
    display: block;
  }
  .index-s7 .content .module1 .module1-left {
    width: 100%;
    padding-top: 30px;
  }
  .index-s7 .content .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-s7 {
    margin-bottom: 40px;
  }
}
.application-s2 {
  padding-top: 0.66rem;
  padding-bottom: 0.6rem;
}
.application-s2 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.application-s2 .content .title {
  color: #333333;
  margin-top: 0.1rem;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  text-align: center;
}
.application-s2 .content .list {
  flex-wrap: wrap;
  margin-top: 1.04rem;
}
.application-s2 .content .list .item {
  display: block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0.24rem;
}
.application-s2 .content .list .item .img-box {
  font-size: 0;
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
  position: relative;
}
.application-s2 .content .list .item .img-box .mengceng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.14);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.application-s2 .content .list .item .item-bot {
  padding: 0.36rem 0.1rem;
}
.application-s2 .content .list .item .item-bot .bot-left {
  padding-right: 0.2rem;
}
.application-s2 .content .list .item .item-bot .bot-left h3 {
  font-size: var(--font-size-24);
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
  font-family: "bb", Arial, Helvetica, sans-serif;
}
.application-s2 .content .list .item .item-bot .bot-left p {
  margin-top: 0.1rem;
  font-size: var(--font-size-18);
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.application-s2 .content .list .item .bot-right {
  flex-shrink: 0;
}
.application-s2 .content .list .item .bot-right .i-box {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 50%;
  background-color: #f9f9f9;
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.application-s2 .content .list .item .bot-right .i-box i {
  font-size: var(--font-size-24);
  color: #999999;
}
.application-s2 .content .list .item:nth-child(2n) {
  margin-right: 0;
}
.application-s2 .content .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.application-s2 .content .list .item:hover .mengceng {
  opacity: 0;
}
.application-s2 .content .list .item:hover h3 {
  color: var(--theme-color);
}
.application-s2 .content .list .item:hover .i-box {
  background-color: var(--theme-color);
}
.application-s2 .content .list .item:hover .i-box i {
  color: white;
}
@media screen and (max-width: 568px) {
  .application-s2 .content .list .item {
    width: 100%;
    margin-right: 0;
  }
}

.application-s3 {
  padding-top: 0.6rem;
  padding-bottom: 0.44rem;
}
.application-s3 .content h2 {
  font-size: var(--font-size-60);
  text-align: center;
}
.application-s3 .content .list {
  margin-top: 1.12rem;
  flex-wrap: wrap;
}
.application-s3 .content .list .item {
  width: 32%;
  margin-right: 2%;
  background-color: #f9f9f9;
  border-radius: max(0.2rem, 16px);
  padding: 0.72rem 0.53rem 0.5rem 0.53rem;
  margin-bottom: 0.56rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.application-s3 .content .list .item h3 {
  font-size: var(--font-size-24);
}
.application-s3 .content .list .item p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.application-s3 .content .list .item .more {
  border: solid 1px #3b9c55;
  border-radius: 0.8rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: max(0.06rem, 6px) 0.14rem;
  margin-top: 0.24rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: var(--theme-color);
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.application-s3 .content .list .item .img-box {
  font-size: 0;
  margin-top: 0.34rem;
  text-align: center;
}
.application-s3 .content .list .item .img-box img {
  width: auto;
}
.application-s3 .content .list .item:nth-child(3n) {
  margin-right: 0;
}
.application-s3 .content .list .item:hover {
  background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, #edfff2 100%);
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, #edfff2 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.application-s3 .content .list .item:hover h3,
.application-s3 .content .list .item:hover p {
  color: var(--theme-color);
}
.application-s3 .content .list .item:hover .more {
  opacity: 1;
}
@media screen and (max-width: 568px) {
  .application-s3 .content .list .item {
    width: 100%;
    margin-right: 0;
  }
}

.applicationDetails-s2 {
  padding-top: 0.66rem;
  padding-bottom: 0.6rem;
}
.applicationDetails-s2 .content .list .item {
  margin-bottom: 1.46rem;
  flex-wrap: wrap;
  margin-bottom: 1.46rem;
}
.applicationDetails-s2 .content .list .item .item-left {
  width: 56.51%;
}
.applicationDetails-s2 .content .list .item .item-left .img-box {
  font-size: 0;
  border-radius: max(0.2rem, 16px);
  overflow: hidden;
}
.applicationDetails-s2 .content .list .item .item-left .img-box img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.applicationDetails-s2 .content .list .item .item-right {
  width: 43.49%;
  padding-left: 1.46rem;
  padding-top: 7%;
}
.applicationDetails-s2 .content .list .item .item-right .scroll-y {
  padding-right: 0.7rem;
  max-height: max(3rem, 200px);
}
.applicationDetails-s2 .content .list .item .item-right h3 {
  font-size: var(--font-size-36);
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.applicationDetails-s2 .content .list .item .item-right p {
  margin-top: 0.1rem;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.applicationDetails-s2 .content .list .item:nth-child(2n) .item-right {
  padding-left: 1.08rem;
  padding-right: 0.5rem;
}
.applicationDetails-s2 .content .list .item:nth-child(2n) .item-right .scroll-y {
  padding-right: 0.5rem;
}
.applicationDetails-s2 .content .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
@media screen and (max-width: 1080px) {
  .applicationDetails-s2 .content .list .item .item-right {
    padding-left: 0.6rem;
  }
  .applicationDetails-s2 .content .list .item:nth-child(2n) .item-right {
    padding-left: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .applicationDetails-s2 .content .list .item {
    margin-bottom: 26px;
  }
  .applicationDetails-s2 .content .list .item .item-left {
    width: 100%;
  }
  .applicationDetails-s2 .content .list .item .item-left img {
    min-height: auto !important;
  }
  .applicationDetails-s2 .content .list .item .item-right {
    width: 100%;
    padding: 0 !important;
    margin-top: 10px;
  }
  .applicationDetails-s2 .content .list .item .item-right .scroll-y {
    padding: 0 !important;
  }
  .applicationDetails-s2 .content .list .item:nth-child(2n) .item-left {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .applicationDetails-s2 .content .list .item:nth-child(2n) .item-right {
    -moz-box-ordinal-group: 3;
         order: 2;
  }
}

.products-s2 {
  padding-top: 0.28rem;
  padding-bottom: 0.5rem;
}
.products-s2 .content .module1,
.products-s2 .content .scroll-x2 {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.products-s2 .content .module1 .tabList,
.products-s2 .content .scroll-x2 .tabList {
  padding: 0.2rem 0;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.products-s2 .content .module1 .tabList .item,
.products-s2 .content .scroll-x2 .tabList .item {
  margin-right: 1.08rem;
}
.products-s2 .content .module1 .tabList .item .img-box,
.products-s2 .content .scroll-x2 .tabList .item .img-box {
  font-size: 0;
}
.products-s2 .content .module1 .tabList .item .img-box img,
.products-s2 .content .scroll-x2 .tabList .item .img-box img {
  max-width: max(0.5rem, 30px);
}
.products-s2 .content .module1 .tabList .item .img-box img:nth-child(2),
.products-s2 .content .scroll-x2 .tabList .item .img-box img:nth-child(2) {
  display: none;
}
.products-s2 .content .module1 .tabList .item h3,
.products-s2 .content .scroll-x2 .tabList .item h3 {
  font-size: var(--font-size-30);
  margin-left: 0.14rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.products-s2 .content .module1 .tabList .item:nth-last-child(1),
.products-s2 .content .scroll-x2 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.products-s2 .content .module1 .tabList .item-active .img-box img:nth-child(1),
.products-s2 .content .scroll-x2 .tabList .item-active .img-box img:nth-child(1) {
  display: none;
}
.products-s2 .content .module1 .tabList .item-active .img-box img:nth-child(2),
.products-s2 .content .scroll-x2 .tabList .item-active .img-box img:nth-child(2) {
  display: block;
}
.products-s2 .content .module1 .tabList .item-active h3,
.products-s2 .content .scroll-x2 .tabList .item-active h3 {
  color: var(--theme-color);
}
.products-s2 .content .module1 .tabList .item:hover h3,
.products-s2 .content .scroll-x2 .tabList .item:hover h3 {
  color: var(--theme-color);
}
.products-s2 .content .module2 {
  margin-top: 0.6rem;
}
.products-s2 .content .module2 .list {
  display: none;
  flex-wrap: wrap;
}
.products-s2 .content .module2 .list .item {
  width: 32%;
  margin-right: 2%;
  background-color: #f9f9f9;
  border-radius: max(0.2rem, 16px);
  padding: 0.72rem 0.53rem 0.5rem 0.53rem;
  margin-bottom: 0.56rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.products-s2 .content .module2 .list .item h3 {
  font-size: var(--font-size-24);
}
.products-s2 .content .module2 .list .item p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.products-s2 .content .module2 .list .item .more {
  border: solid 1px #3b9c55;
  border-radius: 0.8rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: max(0.06rem, 6px) 0.14rem;
  margin-top: 0.24rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: var(--theme-color);
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.products-s2 .content .module2 .list .item .img-box {
  font-size: 0;
  margin-top: 0.34rem;
  text-align: center;
}
.products-s2 .content .module2 .list .item .img-box img {
  width: auto;
}
.products-s2 .content .module2 .list .item:nth-child(3n) {
  margin-right: 0;
}
.products-s2 .content .module2 .list .item:hover {
  background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, #edfff2 100%);
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, #edfff2 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.products-s2 .content .module2 .list .item:hover h3,
.products-s2 .content .module2 .list .item:hover p {
  color: var(--theme-color);
}
.products-s2 .content .module2 .list .item:hover .more {
  opacity: 1;
}
.products-s2 .content .module2 .list-active {
  display: -moz-box;
  display: flex;
}
@media screen and (max-width: 680px) {
  .products-s2 .content .module2 .list .item {
    width: 100%;
    margin-right: 0;
  }
}

.products-s3 {
  padding-top: 0.5rem;
}
.products-s3 .content h2 {
  font-size: var(--font-size-60);
  text-align: center;
}
.products-s3 .content .title {
  font-size: var(--font-size-24);
  margin-top: 0.14rem;
  text-align: center;
  color: #333333;
  width: 80%;
}
.products-s3 .content .module1 {
  margin-top: 0.54rem;
  position: relative;
  overflow: hidden;
}
.products-s3 .content .module1 .swiper .item {
  overflow: hidden;
}
.products-s3 .content .module1 .swiper .item .img-box {
  position: relative;
  font-size: 0;
  border-radius: max(0.2rem, 16px);
  overflow: hidden;
}
.products-s3 .content .module1 .swiper .item .img-box img {
  min-height: 240px;
}
.products-s3 .content .module1 .mengceng {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, rgba(59, 156, 85, 0.8) 6%, rgba(59, 156, 85, 0) 20%);
  background: linear-gradient(to top, rgba(59, 156, 85, 0.8) 6%, rgba(59, 156, 85, 0) 20%);
  z-index: 2;
}
.products-s3 .content .module1 .module1-content {
  position: absolute;
  left: 50%;
  bottom: 0.36rem;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 2;
}
.products-s3 .content .module1 .module1-content .jiantou {
  margin-bottom: 0.4rem;
  z-index: 3;
  -moz-box-pack: right;
       justify-content: right;
}
.products-s3 .content .module1 .module1-content .jiantou .i-box {
  width: max(0.4rem, 26px);
  height: max(0.4rem, 26px);
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.products-s3 .content .module1 .module1-content .jiantou .i-box i {
  font-size: var(--font-size-16);
}
.products-s3 .content .module1 .module1-content .jiantou .i-box:nth-child(1) {
  margin-right: 6px;
}
.products-s3 .content .module1 .module1-content .jiantou .i-box:hover {
  background-color: var(--theme-color);
  color: white;
}
.products-s3 .content .module1 .module1-content .tabList-box {
  left: 0;
  width: 100%;
  z-index: 2;
}
.products-s3 .content .module1 .module1-content .tabList-box .i-box {
  color: white;
  line-height: 1;
  cursor: pointer;
  font-weight: bold;
}
.products-s3 .content .module1 .module1-content .tabList-box .i-box i {
  font-size: var(--font-size-20);
}
.products-s3 .content .module1 .module1-content .tabList-box .i-box:hover {
  color: var(--theme-color);
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 .tabList .item:nth-child(1) {
  padding-left: 0;
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 .tabList .item {
  padding: 0 0.2rem;
  font-family: "bb", Arial, Helvetica, sans-serif;
  position: relative;
  line-height: 1;
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 .tabList .item h3 {
  color: white;
  font-size: var(--font-size-20);
  max-width: max(5rem, 260px);
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 .tabList .item p {
  color: white;
  font-size: var(--font-size-18);
  font-family: "ar", Arial, Helvetica, sans-serif;
  margin-top: 6px;
  display: none;
  height: 0;
  overflow: hidden;
  max-width: 4.8rem;
  opacity: 0;
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 .tabList .item::after {
  content: "";
  position: absolute;
  height: 18px;
  background-color: white;
  width: 2px;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 .tabList .item:nth-last-child(1)::after {
  opacity: 0;
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 .tabList .item:hover {
  color: var(--theme-color);
}
.products-s3 .content .module1 .module1-content .tabList-box .scroll-x2 .tabList .item-active p {
  height: 100%;
  -moz-transition: 1s;
  transition: 1s;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .products-s3 .content .title {
    width: 100%;
  }
  .products-s3 .content .module1 .scroll-x2 .item {
    max-width: 95vw;
  }
  .products-s3 .content .module1 .scroll-x2 .item h3 {
    max-width: 100% !important;
  }
  .products-s3 .content .module1 .scroll-x2 .item p {
    max-width: 100% !important;
  }
}

.products-s4 {
  padding-top: 1.32rem;
  padding-bottom: 0.6rem;
}
.products-s4 .content h2 {
  font-size: var(--font-size-60);
  text-align: center;
}
.products-s4 .content .list {
  margin-top: 0.6rem;
}
.products-s4 .content .list .item {
  border-radius: 0.1rem;
  border-bottom: solid 1px #ebebeb;
}
.products-s4 .content .list .item .item-head {
  padding: 0.2rem 0 0.3rem 0;
  cursor: pointer;
}
.products-s4 .content .list .item .item-head .item-head-left .i-box {
  background-color: var(--theme-color);
  width: max(0.3rem, 22px);
  height: max(0.3rem, 22px);
  border-radius: 5px;
  flex-shrink: 0;
}
.products-s4 .content .list .item .item-head .item-head-left .i-box i {
  color: white !important;
  font-size: var(--font-size-20);
}
.products-s4 .content .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-30);
  font-weight: normal;
  font-family: "bm", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #333333;
  margin-left: 0.2rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.products-s4 .content .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
}
.products-s4 .content .list .item .item-head .item-head-right .i-box {
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background-color: #666666;
  width: max(0.3rem, 22px);
  height: max(0.3rem, 22px);
}
.products-s4 .content .list .item .item-head .item-head-right .i-box .jia {
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  color: white;
  font-size: var(--font-size-26);
  margin-top: -0.04rem;
  margin-left: 1px;
}
.products-s4 .content .list .item .item-head .item-head-right .i-box .jian {
  display: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  color: white;
  font-size: var(--font-size-30);
  margin-top: -0.04rem;
  margin-left: 1px;
}
.products-s4 .content .list .item .item-head .item-head-right i {
  display: block;
}
.products-s4 .content .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  margin-top: -0.1rem;
  margin-left: -moz-calc(max(0.3rem, 26px) + 0.2rem);
  margin-left: calc(max(0.3rem, 26px) + 0.2rem);
}
.products-s4 .content .list .item .item-bot .scroll-y {
  max-height: 160px;
  margin-bottom: 0.2rem;
  padding-right: 0.1rem;
  line-height: 1.5;
  font-size: var(--font-size-24);
  height: auto;
  color: #666666;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.products-s4 .content .list .item .item-bot .scroll-y strong {
  font-family: "ab", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.products-s4 .content .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-24);
  color: #666666;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.products-s4 .content .list .item:hover h3,
.products-s4 .content .list .item:hover i {
  color: var(--color-text) !important;
}
.products-s4 .content .list .item:hover .item-head .item-head-left img:nth-child(1) {
  display: none;
}
.products-s4 .content .list .item:hover .item-head .item-head-left img:nth-child(2) {
  display: block;
}
.products-s4 .content .list .item-active h3 {
  font-family: "bb", Arial, Helvetica, sans-serif !important;
}
.products-s4 .content .list .item-active h3,
.products-s4 .content .list .item-active i {
  color: #000000 !important;
}
.products-s4 .content .list .item-active .item-head .item-head-right .i-box {
  background-color: var(--theme-color);
}
.products-s4 .content .list .item-active .item-head .item-head-right .i-box .jia {
  display: none;
}
.products-s4 .content .list .item-active .item-head .item-head-right .i-box .jian {
  display: block;
}
.products-s4 .content .list .item-active .item-bot {
  max-height: 300px;
}

.products-s5 {
  padding-top: 0.6rem;
  padding-bottom: 1.18rem;
}
.products-s5 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.products-s5 .content .module1 {
  margin-top: 0.96rem;
}
.products-s5 .content .module1 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.products-s5 .content .module1 .swiper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.products-s5 .content .module1 .swiper .swiper-slide .item {
  padding: 0.46rem 0.45rem 0.66rem 0.45rem;
  background-color: #f9f9f9;
  border-radius: max(0.2rem, 16px);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.products-s5 .content .module1 .swiper .swiper-slide .item .img-box {
  font-size: 0;
}
.products-s5 .content .module1 .swiper .swiper-slide .item .img-box img {
  width: max(1.12rem, 40px);
}
.products-s5 .content .module1 .swiper .swiper-slide .item h3 {
  margin-top: 0.26rem;
}
.products-s5 .content .module1 .swiper .swiper-slide .item p {
  margin-top: 0.2rem;
  color: #666666;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.products-s5 .content .module1 .swiper .swiper-slide .item:hover {
  background-color: #515151;
}
.products-s5 .content .module1 .swiper .swiper-slide .item:hover h3,
.products-s5 .content .module1 .swiper .swiper-slide .item:hover p {
  color: white;
}
.products-s5 .content .module1 .swiper .swiper-pagination {
  margin-top: 20px;
}

.productDetails-s2 {
  padding-top: 0.96rem;
  padding-bottom: 0.2rem;
}
.productDetails-s2 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.productDetails-s2 .content .title {
  color: #333333;
  margin-top: 0.1rem;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  text-align: center;
}
.productDetails-s2 .content .module1 {
  margin-top: 0.6rem;
}
.productDetails-s2 .content .module1 .swiper {
  padding: 0.4rem 0;
}
.productDetails-s2 .content .module1 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.productDetails-s2 .content .module1 .swiper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item {
  padding: 0.58rem 0.42rem 0.9rem 0.42rem;
  background-color: #f9f9f9;
  border-radius: max(0.2rem, 16px);
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  box-shadow: 13px 20px 76px 0px rgba(59, 156, 85, 0.09);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  font-size: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item .img-box .mengceng {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item .item-bot {
  position: relative;
  z-index: 3;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item .item-bot .line {
  width: 17px;
  height: 3px;
  background-color: #e0e0e0;
  border-radius: 2px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item .item-bot h3 {
  margin-top: 0.26rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item .item-bot p {
  margin-top: 0.2rem;
  color: #666666;
  font-family: "ar", Arial, Helvetica, sans-serif;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item:hover .img-box {
  opacity: 0;
}
.productDetails-s2 .content .module1 .swiper .swiper-slide .item:hover .item-bot {
  opacity: 1;
}
.productDetails-s2 .content .module1 .swiper .swiper-pagination {
  margin-top: 20px;
}

.productDetails-s3 {
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
}
.productDetails-s3 .content .module1 {
  position: relative;
}
.productDetails-s3 .content .module1 h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.productDetails-s3 .content .module1 .title {
  color: #333333;
  margin-top: 0.1rem;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  text-align: center;
}
.productDetails-s3 .content .module1 .jiantou {
  position: absolute;
  right: 0;
  top: 0;
}
.productDetails-s3 .content .module1 .jiantou .i-box {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 50%;
  background-color: #f9f9f9;
  cursor: pointer;
  margin-right: 10px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productDetails-s3 .content .module1 .jiantou .i-box i {
  font-size: var(--font-size-24);
}
.productDetails-s3 .content .module1 .jiantou .i-box:hover {
  background-color: var(--theme-color);
}
.productDetails-s3 .content .module1 .jiantou .i-box:hover i {
  color: white;
}
.productDetails-s3 .content .module1 .jiantou .i-box:nth-child(1) {
  margin-right: 0.1rem;
}
.productDetails-s3 .content .module2 {
  margin-top: 1rem;
}
.productDetails-s3 .content .module2 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.productDetails-s3 .content .module2 .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.productDetails-s3 .content .module2 .swiper .item {
  display: block;
}
.productDetails-s3 .content .module2 .swiper .item .img-box {
  font-size: 0;
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
}
.productDetails-s3 .content .module2 .swiper .item .item-bot {
  padding: 0.4rem 0.3rem;
}
.productDetails-s3 .content .module2 .swiper .item .item-bot h3 {
  font-size: var(--font-size-24);
}
.productDetails-s3 .content .module2 .swiper .item .item-bot p {
  margin-top: 0.1rem;
  font-size: var(--font-size-18);
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.productDetails-s3 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.productDetails-s3 .content .module2 .swiper .item:hover h3 {
  color: var(--theme-color);
}
@media screen and (max-width: 768px) {
  .productDetails-s3 .content .module1 .jiantou {
    position: unset;
    -moz-box-pack: right;
         justify-content: right;
    margin-top: 10px;
  }
}

.productDetails-s4 {
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
}
.productDetails-s4 .content .module1 {
  position: relative;
}
.productDetails-s4 .content .module1 h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.productDetails-s4 .content .module1 .title {
  color: #333333;
  margin-top: 0.1rem;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  text-align: center;
}
.productDetails-s4 .content .module2 {
  margin-top: 1rem;
}
.productDetails-s4 .content .module2 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.productDetails-s4 .content .module2 .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.productDetails-s4 .content .module2 .swiper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.14rem auto 0 auto;
  background-color: #ff8a00;
  border-radius: 0.8rem;
  padding: 0 0.4rem;
}
.productDetails-s4 .content .module2 .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}
.productDetails-s4 .content .module2 .swiper .item {
  display: block;
}
.productDetails-s4 .content .module2 .swiper .item .img-box {
  font-size: 0;
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
}
.productDetails-s4 .content .module2 .swiper .item .item-bot {
  padding: 0.4rem 0.1rem;
}
.productDetails-s4 .content .module2 .swiper .item .item-bot h3 {
  font-size: var(--font-size-24);
}
.productDetails-s4 .content .module2 .swiper .item .item-bot p {
  margin-top: 0.1rem;
  font-size: var(--font-size-18);
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.productDetails-s4 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.productDetails-s4 .content .module2 .swiper .item:hover h3 {
  color: var(--theme-color);
}

.productDetails-s5 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.productDetails-s5 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.productDetails-s5 .content .title {
  color: #333333;
  margin-top: 0.1rem;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  text-align: center;
}
.productDetails-s5 .content .module1 {
  margin-top: 0.7rem;
}
.productDetails-s5 .content .module1 .scroll-x2 {
  overflow-x: auto;
  /* 滚动条宽度 */
  scrollbar-width: thin; /* auto / thin / none */
  /* 滚动条颜色 */
  scrollbar-color: var(--theme-color) #f1f1f1; /* thumb track */
}
.productDetails-s5 .content .module1 table {
  border-collapse: collapse; /* 合并相邻边框 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  max-width: 980px;
}
.productDetails-s5 .content .module1 table th {
  background: var(--theme-color);
  color: white;
  padding: 0.26rem 0.34rem;
  padding-left: 0.34rem;
  text-align: center;
  font-size: var(--font-size-24);
  border-right: 1px solid #f3f3f3;
  font-family: "ar", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.productDetails-s5 .content .module1 table .th:nth-last-child(1) {
  border-right: none;
}
.productDetails-s5 .content .module1 table tbody tr {
  background-color: #f9f9f9;
}
.productDetails-s5 .content .module1 table tbody tr td {
  padding: 0.26rem 0.34rem;
  font-size: var(--font-size-24);
  color: #333333;
  font-family: "ar", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  text-align: center;
}
.productDetails-s5 .content .module1 table tbody tr td p {
  font-size: var(--font-size-24);
  color: #333333;
  font-family: "ar", Arial, Helvetica, sans-serif;
  line-height: 1.4;
}
.productDetails-s5 .content .module1 table tbody tr td p:nth-last-child(1) {
  margin-bottom: 0;
}
.productDetails-s5 .content .module1 table tbody tr .td:nth-last-child(1) {
  border-right: none;
}
.productDetails-s5 .content .module2 {
  margin-top: 0.7rem;
}
.productDetails-s5 .content .module2 .scroll-x2 {
  overflow-x: auto;
  /* 滚动条宽度 */
  scrollbar-width: thin; /* auto / thin / none */
  /* 滚动条颜色 */
  scrollbar-color: var(--theme-color) #f1f1f1; /* thumb track */
}
.productDetails-s5 .content .module2 table {
  border-collapse: collapse; /* 合并相邻边框 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
.productDetails-s5 .content .module2 table tr td {
  padding: 0.5rem 0.2rem;
  font-size: var(--font-size-24);
  color: #333333;
  font-family: "ar", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #ccc;
}
.productDetails-s5 .content .module2 table tr td h3 {
  font-size: var(--font-size-20);
}
.productDetails-s5 .content .module2 table tr td .list-p {
  margin-top: 0.2rem;
}
.productDetails-s5 .content .module2 table tr td .list-p p {
  font-size: var(--font-size-16);
  color: #333333;
  font-family: "ar", Arial, Helvetica, sans-serif;
  line-height: 1.4;
}
.productDetails-s5 .content .module2 table tr td .list-p p:nth-last-child(1) {
  margin-bottom: 0;
}

.productDetails-s6 {
  padding-top: 0.6rem;
  padding-bottom: 1.16rem;
}
.productDetails-s6 .content .module1 {
  position: relative;
}
.productDetails-s6 .content .module1 h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.productDetails-s6 .content .module1 .title {
  color: #333333;
  margin-top: 0.1rem;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  text-align: center;
}
.productDetails-s6 .content .module2 {
  margin-top: 1rem;
}
.productDetails-s6 .content .module2 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.productDetails-s6 .content .module2 .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.productDetails-s6 .content .module2 .swiper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.14rem auto 0 auto;
  background-color: #ff8a00;
  border-radius: 0.8rem;
  padding: 0 0.4rem;
}
.productDetails-s6 .content .module2 .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}
.productDetails-s6 .content .module2 .swiper .item {
  display: block;
}
.productDetails-s6 .content .module2 .swiper .item .img-box {
  font-size: 0;
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
  position: relative;
}
.productDetails-s6 .content .module2 .swiper .item .img-box .mengceng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.14);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productDetails-s6 .content .module2 .swiper .item .item-bot {
  padding: 0.36rem 0.1rem;
}
.productDetails-s6 .content .module2 .swiper .item .item-bot .bot-left {
  padding-right: 0.2rem;
}
.productDetails-s6 .content .module2 .swiper .item .item-bot .bot-left h3 {
  font-size: var(--font-size-24);
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
  font-family: "bb", Arial, Helvetica, sans-serif;
}
.productDetails-s6 .content .module2 .swiper .item .item-bot .bot-left p {
  margin-top: 0.1rem;
  font-size: var(--font-size-18);
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.productDetails-s6 .content .module2 .swiper .item .bot-right {
  flex-shrink: 0;
}
.productDetails-s6 .content .module2 .swiper .item .bot-right .i-box {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 50%;
  background-color: #f9f9f9;
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productDetails-s6 .content .module2 .swiper .item .bot-right .i-box i {
  font-size: var(--font-size-24);
  color: #999999;
}
.productDetails-s6 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.productDetails-s6 .content .module2 .swiper .item:hover .mengceng {
  opacity: 0;
}
.productDetails-s6 .content .module2 .swiper .item:hover h3 {
  color: var(--theme-color);
}
.productDetails-s6 .content .module2 .swiper .item:hover .i-box {
  background-color: var(--theme-color);
}
.productDetails-s6 .content .module2 .swiper .item:hover .i-box i {
  color: white;
}

.oem-s2 {
  padding-top: 0.9rem;
}
.oem-s2 .content .title {
  font-size: var(--font-size-26);
  font-family: "ar", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 0.86rem;
}
.oem-s2 .content .module1 {
  padding: 0 0.86rem;
  margin-top: 1.2rem;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.oem-s2 .content .module1 img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .oem-s2 .content .title {
    padding: 0;
  }
}

.oem-s3 {
  padding-top: 0.7rem;
  padding-bottom: 0.56rem;
}
.oem-s3 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.oem-s3 .content .list {
  margin-top: 0.62rem;
  flex-wrap: wrap;
}
.oem-s3 .content .list .item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0.6rem;
}
.oem-s3 .content .list .item .img-box {
  border-radius: max(0.2rem, 16px);
  font-size: 0;
  border: solid 1px #f2f2f2;
  overflow: hidden;
}
.oem-s3 .content .list .item .item-bot {
  padding: 0 6px;
  margin-top: 0.46rem;
}
.oem-s3 .content .list .item .item-bot h3 {
  font-size: var(--font-size-30);
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.oem-s3 .content .list .item .item-bot p {
  font-size: var(--font-size-18);
  font-family: "ar", Arial, Helvetica, sans-serif;
  margin-top: 6px;
}
.oem-s3 .content .list .item:nth-child(2n) {
  margin-right: 0;
}
.oem-s3 .content .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
@media screen and (max-width: 768px) {
  .oem-s3 .content .list .item {
    width: 100%;
    margin-right: 0;
  }
}

.oem-s4 {
  padding-top: 0.56rem;
  padding-bottom: 0.5rem;
}
.oem-s4 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.oem-s4 .content .list {
  flex-wrap: wrap;
  margin-top: 0.92rem;
}
.oem-s4 .content .list .item {
  box-shadow: 13px 20px 76px 0px rgba(59, 156, 85, 0.09);
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
  padding: max(0.62rem, 40px) 0.72rem;
  width: 32%;
  margin-right: 2%;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.oem-s4 .content .list .item h3 {
  line-height: 1.2;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.oem-s4 .content .list .item .line {
  width: 17px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 0.8rem;
}
.oem-s4 .content .list .item h3 {
  font-size: var(--font-size-30);
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0.12rem;
}
.oem-s4 .content .list .item p {
  font-size: var(--font-size-18);
  margin-top: 6px;
}
.oem-s4 .content .list .item p strong {
  color: var(--theme-color2);
}
.oem-s4 .content .list .item:nth-child(3n) {
  margin-right: 0;
}
.oem-s4 .content .list .item:hover h3 {
  color: var(--theme-color2);
}
@media screen and (max-width: 768px) {
  .oem-s4 .content .list .item {
    width: 100%;
    margin-right: 0;
  }
}

.oem-s5 {
  padding-top: 1rem;
  padding-bottom: 1.32rem;
}
.oem-s5 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.oem-s5 .content .module1 {
  position: relative;
  margin-top: 1.26rem;
}
.oem-s5 .content .module1 .scroll-x2 {
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: thin; /* auto / thin / none */
  scrollbar-color: var(--theme-color) #eee; /* thumb 轨道 */
  padding-bottom: 10px;
}
.oem-s5 .content .module1 .bg {
  left: 0;
  top: 50%;
  min-width: 1080px;
}
.oem-s5 .content .module1 .list {
  min-width: 1080px;
}
.oem-s5 .content .module1 .list .item {
  width: 17%;
}
.oem-s5 .content .module1 .list .item .item-head {
  font-size: 0;
  -moz-box-align: baseline;
       align-items: baseline;
}
.oem-s5 .content .module1 .list .item .item-head .number {
  font-size: var(--font-size-30);
  font-weight: normal;
  font-family: "bb", Arial, Helvetica, sans-serif;
}
.oem-s5 .content .module1 .list .item .item-head img {
  width: auto;
  max-width: max(0.8rem, 40px);
  margin-left: 8px;
}
.oem-s5 .content .module1 .list .item h3 {
  font-weight: normal;
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-22);
  margin-top: 6px;
}
.oem-s5 .content .module1 .list .item p {
  color: #333333;
  margin-top: 6px;
  font-family: "ar", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-18);
}
.oem-s5 .content .module1 .list1 {
  margin-bottom: 10px;
}
.oem-s5 .content .module1 .list1 .item:nth-child(1) {
  margin-left: 2%;
}
.oem-s5 .content .module1 .list1 .item:nth-child(2) {
  margin-left: 12%;
}
.oem-s5 .content .module1 .list1 .item:nth-child(3) {
  margin-left: 16%;
  width: 16%;
}
.oem-s5 .content .module1 .list2 {
  padding-top: 0.3rem;
}
.oem-s5 .content .module1 .list2 .item:nth-child(1) {
  margin-left: 20%;
}
.oem-s5 .content .module1 .list2 .item:nth-child(2) {
  width: 16%;
  margin-left: 13%;
}
.oem-s5 .content .module1 .list2 .item:nth-child(3) {
  width: 16%;
  margin-left: 20%;
}

.partner-s2 {
  padding-top: 0.98rem;
  padding-bottom: 1.32rem;
}
.partner-s2 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.partner-s2 .content .title {
  text-align: center;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  margin-top: 0.1rem;
  color: #333;
}
.partner-s2 .content .module1 {
  margin-top: 1.16rem;
}
.partner-s2 .content .module1 .module1-left {
  width: 54.07%;
}
.partner-s2 .content .module1 .module1-left .img-box {
  font-size: 0;
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.partner-s2 .content .module1 .module1-left .img-box img {
  width: auto;
}
.partner-s2 .content .module1 .module1-left .img-box:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.partner-s2 .content .module1 .module1-right {
  width: 45.93%;
  padding-left: 0.8rem;
}
.partner-s2 .content .module1 .module1-right .list .item {
  border-radius: 0.1rem;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 0.14rem;
}
.partner-s2 .content .module1 .module1-right .list .item .item-head {
  padding: 0.2rem 0 0.2rem 0;
  cursor: pointer;
}
.partner-s2 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-32);
  font-weight: normal;
  font-family: "bb", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #666666;
}
.partner-s2 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
}
.partner-s2 .content .module1 .module1-right .list .item .item-head .item-head-right .i-box {
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background-color: #666666;
  width: max(0.3rem, 22px);
  height: max(0.3rem, 22px);
}
.partner-s2 .content .module1 .module1-right .list .item .item-head .item-head-right .i-box .jia {
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  color: white;
  font-size: var(--font-size-26);
  margin-top: -0.04rem;
  margin-left: 1px;
}
.partner-s2 .content .module1 .module1-right .list .item .item-head .item-head-right .i-box .jian {
  display: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  color: white;
  font-size: var(--font-size-30);
  margin-top: -0.04rem;
  margin-left: 1px;
}
.partner-s2 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  display: block;
}
.partner-s2 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.partner-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  max-height: 100px;
  margin-bottom: 0.24rem;
  padding-right: 0.1rem;
  line-height: 1.5;
  font-size: var(--font-size-18);
  height: auto;
  color: #000000;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.partner-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-18);
  color: #000000;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.partner-s2 .content .module1 .module1-right .list .item:hover h3,
.partner-s2 .content .module1 .module1-right .list .item:hover i {
  color: var(--color-text) !important;
}
.partner-s2 .content .module1 .module1-right .list .item:hover .item-head .item-head-left img:nth-child(1) {
  display: none;
}
.partner-s2 .content .module1 .module1-right .list .item:hover .item-head .item-head-left img:nth-child(2) {
  display: block;
}
.partner-s2 .content .module1 .module1-right .list .item-active h3,
.partner-s2 .content .module1 .module1-right .list .item-active i {
  color: #000000 !important;
}
.partner-s2 .content .module1 .module1-right .list .item-active .item-head .item-head-right .i-box {
  background-color: var(--theme-color);
}
.partner-s2 .content .module1 .module1-right .list .item-active .item-head .item-head-right .i-box .jia {
  display: none;
}
.partner-s2 .content .module1 .module1-right .list .item-active .item-head .item-head-right .i-box .jian {
  display: block;
}
.partner-s2 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: 300px;
}
@media screen and (max-width: 880px) {
  .partner-s2 .content .module1 {
    display: block;
  }
  .partner-s2 .content .module1 .module1-left {
    width: 100%;
  }
  .partner-s2 .content .module1 .module1-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.partner-s3 {
  background-color: #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.partner-s3 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.partner-s3 .content .title {
  text-align: center;
  margin-top: 0.2rem;
  font-size: var(--font-size-24);
  color: #333;
}
.partner-s3 .content .list {
  margin-top: 0.94rem;
  flex-wrap: wrap;
}
.partner-s3 .content .list .item {
  width: 31%;
  margin-right: 3.5%;
  background-color: #ffffff;
  border-radius: max(0.2rem, 16px);
  padding: 0.8rem 0.46rem 0.8rem 0.46rem;
  margin-bottom: 0.2rem;
}
.partner-s3 .content .list .item .img-box {
  font-size: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.partner-s3 .content .list .item .img-box img {
  width: max(0.8rem, 44px);
}
.partner-s3 .content .list .item h3 {
  font-size: var(--font-size-32);
  text-align: center;
  margin-top: 0.32rem;
}
.partner-s3 .content .list .item p {
  text-align: center;
  margin-top: 0.12rem;
}
.partner-s3 .content .list .item:nth-child(3n) {
  margin-right: 0;
}
.partner-s3 .content .list .item:hover img {
  -moz-animation: swing 1s;
       animation: swing 1s;
}
@media screen and (max-width: 880px) {
  .partner-s3 .content .list .item {
    width: 100%;
    margin-right: 0;
  }
}

.partner-s4 {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.partner-s4 .content .module1 {
  position: relative;
}
.partner-s4 .content .module1 h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.partner-s4 .content .module1 p {
  margin-top: 0.1rem;
  text-align: center;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  color: #333333;
}
.partner-s4 .content .module1 .jiantou {
  position: absolute;
  right: 0;
  top: 0;
}
.partner-s4 .content .module1 .jiantou .i-box {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 50%;
  background-color: #f9f9f9;
  cursor: pointer;
  margin-right: 10px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #999999;
}
.partner-s4 .content .module1 .jiantou .i-box i {
  font-size: var(--font-size-24);
}
.partner-s4 .content .module1 .jiantou .i-box:hover {
  background-color: var(--theme-color);
  color: white;
}
.partner-s4 .content .module2 {
  margin-top: 0.5rem;
}
.partner-s4 .content .module2 .swiper {
  padding: 0.5rem 0;
}
.partner-s4 .content .module2 .swiper .item {
  background-color: #ffffff;
  box-shadow: 13px 20px 76px 0px rgba(59, 156, 85, 0.09);
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
  position: relative;
}
.partner-s4 .content .module2 .swiper .item .item-content {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  padding: 1.1rem 0.64rem 1.3rem 0.64rem;
}
.partner-s4 .content .module2 .swiper .item .item-content .img-box {
  font-size: 0;
}
.partner-s4 .content .module2 .swiper .item .item-content .img-box img {
  width: max(0.7rem, 40px);
}
.partner-s4 .content .module2 .swiper .item .item-content h3 {
  font-size: var(--font-size-24);
  margin-top: 0.2rem;
}
.partner-s4 .content .module2 .swiper .item .item-bot {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  padding: 0.46rem 0.6rem 0.3rem 0.6rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.partner-s4 .content .module2 .swiper .item .item-bot .scroll-y {
  height: 100%;
  padding-right: 0.2rem;
}
.partner-s4 .content .module2 .swiper .item .item-bot .scroll-y::-webkit-scrollbar-thumb {
  background-color: var(--theme-color2);
}
.partner-s4 .content .module2 .swiper .item .item-bot .img-box {
  font-size: 0;
}
.partner-s4 .content .module2 .swiper .item .item-bot .img-box img {
  width: max(0.7rem, 40px);
}
.partner-s4 .content .module2 .swiper .item .item-bot h3 {
  font-size: var(--font-size-24);
  margin-top: 0.22rem;
  color: #ffffff;
}
.partner-s4 .content .module2 .swiper .item .item-bot p {
  font-size: var(--font-size-18);
  color: #ffffff;
  margin-top: 6px;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.partner-s4 .content .module2 .swiper .item:hover .item-bot {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 768px) {
  .partner-s4 .content .module1 .jiantou {
    position: unset;
    -moz-box-pack: right;
         justify-content: right;
    margin-top: 20px;
  }
  .partner-s4 .content .module2 .item .item-bot {
    opacity: 1 !important;
    top: 0 !important;
  }
}

.partner-s5 {
  padding-top: 0.5rem;
  padding-bottom: 1.7rem;
}
.partner-s5 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.partner-s5 .content .title {
  text-align: center;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  margin-top: 0.1rem;
  color: #333;
}
.partner-s5 .content .module1 {
  margin-top: 1.1rem;
}
.partner-s5 .content .module1 .swiper .swiper-wrapper {
  -moz-box-align: stretch;
       align-items: stretch;
}
.partner-s5 .content .module1 .swiper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.partner-s5 .content .module1 .swiper .swiper-pagination {
  margin-top: 20px;
}
.partner-s5 .content .module1 .swiper .item {
  background-color: #f9f9f9;
  overflow: hidden;
  border-radius: max(0.2rem, 0.16px);
  padding: 0.34rem 0.38rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.partner-s5 .content .module1 .swiper .item .bg {
  position: absolute;
  bottom: -40%;
  right: 0.1rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
  width: 0.6rem;
}
.partner-s5 .content .module1 .swiper .item .scroll-y {
  position: relative;
  z-index: 2;
}
.partner-s5 .content .module1 .swiper .item .item-head .img-box {
  flex-shrink: 0;
  font-size: 0;
}
.partner-s5 .content .module1 .swiper .item .item-head .img-box img {
  width: max(1.12rem, 60px);
}
.partner-s5 .content .module1 .swiper .item .item-head h3 {
  margin-left: 0.3rem;
  font-family: "bb", Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: var(--font-size-30);
}
.partner-s5 .content .module1 .swiper .item .item-bot {
  position: relative;
  z-index: 3;
  margin-top: 0.3rem;
}
.partner-s5 .content .module1 .swiper .item .item-bot p {
  color: #666666;
}
.partner-s5 .content .module1 .swiper .item:hover {
  background-color: #515151;
}
.partner-s5 .content .module1 .swiper .item:hover .bg {
  opacity: 1;
  bottom: 0;
}
.partner-s5 .content .module1 .swiper .item:hover h3,
.partner-s5 .content .module1 .swiper .item:hover p {
  color: white;
}

.partner-s6 {
  background-color: #f5f5f5;
  padding-top: 1.14rem;
  padding-bottom: 1.14rem;
}
.partner-s6 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
}
.partner-s6 .content .title {
  text-align: center;
  font-size: var(--font-size-24);
  font-family: "ar", Arial, Helvetica, sans-serif;
  margin-top: 0.1rem;
  color: #333;
}
.partner-s6 .content .module1 {
  margin-top: 1.2rem;
}
.partner-s6 .content .module1 .list {
  flex-wrap: wrap;
  position: relative;
  min-width: 980px;
}
.partner-s6 .content .module1 .list .jindu {
  position: absolute;
  top: max(0.31rem, 20px);
  width: 2.4rem;
}
.partner-s6 .content .module1 .list .jindu1 {
  left: 16.5%;
}
.partner-s6 .content .module1 .list .jindu2 {
  left: 43%;
}
.partner-s6 .content .module1 .list .jindu3 {
  left: 70%;
}
.partner-s6 .content .module1 .list .item {
  width: 21%;
  margin-right: 5.33%;
}
.partner-s6 .content .module1 .list .item .img-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 0;
}
.partner-s6 .content .module1 .list .item .img-box img {
  height: max(0.62rem, 40px);
}
.partner-s6 .content .module1 .list .item h3 {
  margin-top: 0.58rem;
  font-size: var(--font-size-20);
  text-align: center;
}
.partner-s6 .content .module1 .list .item p {
  color: #000000;
  font-family: "ar", Arial, Helvetica, sans-serif;
  margin-top: 6px;
  text-align: center;
}
.partner-s6 .content .module1 .list .item:nth-last-child(1) {
  margin-right: 0;
}

.partner-s7 {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}
.partner-s7 .content h2 {
  font-size: var(--font-size-60);
  text-align: center;
}
.partner-s7 .content .list {
  margin-top: 0.6rem;
}
.partner-s7 .content .list .item {
  border-radius: 0.1rem;
  border-bottom: solid 1px #ebebeb;
}
.partner-s7 .content .list .item .item-head {
  padding: 0.2rem 0 0.3rem 0;
  cursor: pointer;
}
.partner-s7 .content .list .item .item-head .item-head-left .i-box {
  background-color: var(--theme-color);
  width: max(0.3rem, 22px);
  height: max(0.3rem, 22px);
  border-radius: 5px;
  flex-shrink: 0;
}
.partner-s7 .content .list .item .item-head .item-head-left .i-box i {
  color: white !important;
  font-size: var(--font-size-20);
}
.partner-s7 .content .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-30);
  font-weight: normal;
  font-family: "bm", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #333333;
  margin-left: 0.2rem;
}
.partner-s7 .content .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
}
.partner-s7 .content .list .item .item-head .item-head-right .i-box {
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background-color: #666666;
  width: max(0.3rem, 22px);
  height: max(0.3rem, 22px);
}
.partner-s7 .content .list .item .item-head .item-head-right .i-box .jia {
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  color: white;
  font-size: var(--font-size-26);
  margin-top: -0.04rem;
  margin-left: 1px;
}
.partner-s7 .content .list .item .item-head .item-head-right .i-box .jian {
  display: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  color: white;
  font-size: var(--font-size-30);
  margin-top: -0.04rem;
  margin-left: 1px;
}
.partner-s7 .content .list .item .item-head .item-head-right i {
  display: block;
}
.partner-s7 .content .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  margin-top: -0.1rem;
  margin-left: -moz-calc(max(0.3rem, 26px) + 0.2rem);
  margin-left: calc(max(0.3rem, 26px) + 0.2rem);
}
.partner-s7 .content .list .item .item-bot .scroll-y {
  max-height: 160px;
  margin-bottom: 0.2rem;
  padding-right: 0.1rem;
  line-height: 1.5;
  font-size: var(--font-size-24);
  height: auto;
  color: #666666;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.partner-s7 .content .list .item .item-bot .scroll-y strong {
  font-family: "ab", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.partner-s7 .content .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-24);
  color: #666666;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.partner-s7 .content .list .item:hover h3,
.partner-s7 .content .list .item:hover i {
  color: var(--color-text) !important;
}
.partner-s7 .content .list .item:hover .item-head .item-head-left img:nth-child(1) {
  display: none;
}
.partner-s7 .content .list .item:hover .item-head .item-head-left img:nth-child(2) {
  display: block;
}
.partner-s7 .content .list .item-active h3,
.partner-s7 .content .list .item-active i {
  color: #000000 !important;
}
.partner-s7 .content .list .item-active .item-head .item-head-right .i-box {
  background-color: var(--theme-color);
}
.partner-s7 .content .list .item-active .item-head .item-head-right .i-box .jia {
  display: none;
}
.partner-s7 .content .list .item-active .item-head .item-head-right .i-box .jian {
  display: block;
}
.partner-s7 .content .list .item-active .item-bot {
  max-height: 300px;
}

.about-s2 {
  padding-top: 0.96rem;
  padding-bottom: 1rem;
}
.about-s2 .content .module1 {
  position: relative;
}
.about-s2 .content .module1 .module1-left {
  text-align: center;
  width: 100%;
}
.about-s2 .content .module1 .module1-right {
  position: absolute;
  right: 0;
  top: 0;
}
.about-s2 .content .module1 .module1-right .i-box {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 50%;
  background-color: #f9f9f9;
  cursor: pointer;
  margin-right: 10px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-s2 .content .module1 .module1-right .i-box i {
  font-size: var(--font-size-24);
}
.about-s2 .content .module1 .module1-right .i-box:hover {
  background-color: var(--theme-color);
}
.about-s2 .content .module1 .module1-right .i-box:hover i {
  color: white;
}
.about-s2 .content .module1 .module1-right .i-box:nth-last-child(1) {
  margin-right: 0;
}
.about-s2 .content .module2 {
  margin-top: 0.8rem;
}
.about-s2 .content .module2 .swiper .item .opacity0 {
  opacity: 0;
}
.about-s2 .content .module2 .swiper .item .item-img .img-box {
  font-size: 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: max(0.2rem, 16px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.about-s2 .content .module2 .swiper .item .item-img .img-box img {
  width: auto;
  max-height: 140px;
}
.about-s2 .content .module2 .swiper .item .item-img .jindu {
  margin-top: -1px;
  margin-bottom: -1px;
}
.about-s2 .content .module2 .swiper .item .item-img .jindu .line {
  width: 2px;
  height: 23px;
  background-color: var(--theme-color2);
  margin: 0 auto;
}
.about-s2 .content .module2 .swiper .item .item-img .jindu .yuan {
  width: 10px;
  height: 10px;
  background-color: var(--theme-color2);
  border-radius: 50%;
  margin: 0 auto;
}
.about-s2 .content .module2 .swiper .item .box,
.about-s2 .content .module2 .swiper .item .box2 {
  height: max(1.8rem, 120px);
}
.about-s2 .content .module2 .swiper .item .box h3,
.about-s2 .content .module2 .swiper .item .box2 h3 {
  font-size: var(--font-size-60);
  color: var(--theme-color);
  font-weight: normal;
  font-family: "bb", Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 1;
}
.about-s2 .content .module2 .swiper .item .box p,
.about-s2 .content .module2 .swiper .item .box2 p {
  font-size: var(--font-size-18);
  font-family: "ar", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 0.1rem;
}
.about-s2 .content .module2 .swiper .item .box {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.about-s2 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
@media screen and (max-width: 768px) {
  .about-s2 .content .module1 {
    display: block;
  }
  .about-s2 .content .module1 .module1-right {
    -moz-box-pack: right;
         justify-content: right;
    position: unset;
    margin-top: 20px;
  }
  .about-s2 .content .module2 {
    margin-top: 10px;
  }
}

.about-s3 {
  padding-top: 0.5rem;
  padding-bottom: 0.34rem;
}
.about-s3 .content h2 {
  text-align: center;
  font-size: var(--font-size-48);
}
.about-s3 .content .module1 {
  margin-top: 0.54rem;
  position: relative;
  overflow: hidden;
}
.about-s3 .content .module1 .swiper .item {
  overflow: hidden;
}
.about-s3 .content .module1 .swiper .item .img-box {
  position: relative;
  font-size: 0;
  border-radius: max(0.2rem, 16px);
  overflow: hidden;
}
.about-s3 .content .module1 .swiper .item .img-box img {
  min-height: 240px;
}
.about-s3 .content .module1 .tabList-box {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  padding: 0 0.4rem;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.about-s3 .content .module1 .tabList-box .i-box {
  color: white;
  line-height: 1;
  cursor: pointer;
  font-weight: bold;
}
.about-s3 .content .module1 .tabList-box .i-box i {
  font-size: var(--font-size-20);
}
.about-s3 .content .module1 .tabList-box .i-box:hover {
  color: var(--theme-color);
}
.about-s3 .content .module1 .tabList-box .scroll-x2::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.about-s3 .content .module1 .tabList-box .scroll-x2 {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.about-s3 .content .module1 .tabList-box .scroll-x2 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.about-s3 .content .module1 .tabList-box .scroll-x2 .tabList .item {
  font-size: var(--font-size-22);
  color: white;
  padding: 0 0.3rem;
  font-family: "bb", Arial, Helvetica, sans-serif;
  position: relative;
  line-height: 1;
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-s3 .content .module1 .tabList-box .scroll-x2 .tabList .item::after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: white;
  width: 2px;
  right: 0;
}
.about-s3 .content .module1 .tabList-box .scroll-x2 .tabList .item:nth-last-child(1)::after {
  opacity: 0;
}
.about-s3 .content .module1 .tabList-box .scroll-x2 .tabList .item:hover {
  color: var(--theme-color);
}
.about-s3 .content .module1 .tabList-box .scroll-x2 .tabList .item-active {
  color: var(--theme-color);
}

.about-s4 {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}
.about-s4 .content h2 {
  font-size: var(--font-size-60);
  text-align: center;
}
.about-s4 .content .title {
  font-size: var(--font-size-24);
  text-align: center;
  margin-top: 0.2rem;
}
.about-s4 .content .swiper {
  margin-top: 1.02rem;
}
.about-s4 .content .swiper .swiper-pagination {
  margin-top: 0.8rem;
}

.about-s5 {
  padding-top: 0.6rem;
}
.about-s5 .content h2 {
  text-align: center;
}
.about-s5 .content .module1-box {
  background-image: url("../images/aboutS5-1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: max(9.8rem, 550px);
  margin-top: 0.3rem;
  position: relative;
}
.about-s5 .content .module1-box .module1 {
  -moz-box-pack: justify;
       justify-content: space-between;
  position: absolute;
  top: 25%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.about-s5 .content .module1-box .module1 .module1-left,
.about-s5 .content .module1-box .module1 .module1-right {
  width: 30%;
}
.about-s5 .content .module1-box .module1 .module1-left h3,
.about-s5 .content .module1-box .module1 .module1-right h3 {
  font-size: var(--font-size-36);
  font-family: "bb", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0.32rem;
}
.about-s5 .content .module1-box .module1 .module1-left ul li,
.about-s5 .content .module1-box .module1 .module1-right ul li {
  list-style-type: disc; /* 圆点 */
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 880px) {
  .about-s5 .content .module1-box {
    background-image: url("../images/aboutS5-2.webp");
  }
  .about-s5 .content .module1-box ul li {
    list-style-type: none !important;
  }
  .about-s5 .content .module1-box .module1 {
    position: unset;
    display: block;
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
  }
  .about-s5 .content .module1-box .module1 .module1-left {
    width: 100%;
  }
  .about-s5 .content .module1-box .module1 .module1-right {
    width: 100%;
  }
}

.about-s6 {
  padding-top: 1.45rem;
  background-color: white;
}
.about-s6 .content h2 {
  text-align: center;
}
.about-s6 .content .list {
  flex-wrap: wrap;
  margin-top: 1.16rem;
}
.about-s6 .content .list .item {
  width: 30.58%;
  margin-right: 4.128%;
}
.about-s6 .content .list .item:nth-child(3n) {
  margin-right: 0;
}
.about-s6 .content .swiper {
  padding-top: max(1.16rem, 116px);
  padding-bottom: 0.52rem;
}
.about-s6 .content .swiper .swiper-pagination {
  margin-top: 20px;
}
.about-s6 .content .item {
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  border-radius: max(0.2rem, 16px);
  height: 5rem;
  margin-bottom: 20px;
  overflow: hidden;
}
.about-s6 .content .item .item-box {
  background-color: #ffffff;
  border-radius: max(0.2rem, 16px);
  border: solid 1px #eeeeee;
  width: 100%;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.about-s6 .content .item .item-head {
  text-align: right;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.about-s6 .content .item .item-head img {
  width: auto;
  max-width: 60%;
}
.about-s6 .content .item .item-bot {
  padding: 0.55rem 0.56rem 0.53rem 0.56rem;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 13px 20px 76px 0px rgba(59, 156, 85, 0.09);
}
.about-s6 .content .item .item-bot .img-box {
  font-size: 0;
}
.about-s6 .content .item .item-bot .img-box img {
  width: 0.66rem;
  height: 0.66rem;
}
.about-s6 .content .item .item-bot .img-box img:nth-child(2) {
  display: none;
}
.about-s6 .content .item .item-bot p {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-24);
  margin-top: 0.12rem;
  line-height: 1.2;
  font-family: "bm", Arial, Helvetica, sans-serif;
  word-break: break-word;
  word-wrap: break-word;
}
.about-s6 .content .item-active .item-box {
  background-color: #3b9c55;
}
.about-s6 .content .item-active .item-head {
  max-height: 100%;
  max-height: 265px;
  opacity: 1;
}
.about-s6 .content .item-active .item-head img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.about-s6 .content .item-active .item-bot .img-box img:nth-child(1) {
  display: none;
}
.about-s6 .content .item-active .item-bot .img-box img:nth-child(2) {
  display: block;
}
.about-s6 .content .item-active .item-bot p {
  color: white;
}
@media screen and (max-width: 768px) {
  .about-s6 .content .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .about-s6 .content .list .item .item-box {
    background-color: #3b9c55;
  }
  .about-s6 .content .list .item .item-head {
    max-height: 100%;
    max-height: 265px;
    opacity: 1;
  }
  .about-s6 .content .list .item .item-bot .img-box img:nth-child(1) {
    display: none;
  }
  .about-s6 .content .list .item .item-bot .img-box img:nth-child(2) {
    display: block;
  }
  .about-s6 .content .list .item .item-bot p {
    color: white;
  }
}

.about-s7 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background: -moz-linear-gradient(top, #fefffe 20%, #ffffff 80%);
  background: linear-gradient(180deg, #fefffe 20%, #ffffff 80%);
}
.about-s7 .content h2 {
  text-align: center;
  font-size: var(--font-size-60);
  font-weight: normal;
  font-family: "bb", Arial, Helvetica, sans-serif;
}
.about-s7 .content .title {
  font-family: "ar", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-24);
  text-align: center;
  color: #333333;
  margin-top: 0.12rem;
}
.about-s7 .content .title2 {
  text-align: center;
  margin-top: 0.12rem;
  color: #666666;
  font-family: "ar", Arial, Helvetica, sans-serif;
}
.about-s7 .content .upper {
  margin-top: 0.7rem;
}
.about-s7 .content .upper .scroll-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding: 0.27rem;
  /* 鼠标悬浮时暂停动画 */
}
.about-s7 .content .upper .scroll-wrapper .ul {
  display: -moz-box;
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.about-s7 .content .upper .scroll-wrapper .ul .li {
  -moz-box-flex: 0;
       flex: 0 0 auto;
  width: max(3.63rem, 216px);
  height: max(1.09rem, 92px);
  margin-right: max(0.44rem, 30px);
  border-radius: 10px;
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.2);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-s7 .content .upper .scroll-wrapper .ul .li img {
  width: 60%;
  height: auto;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-s7 .content .upper .scroll-wrapper .ul .li:hover {
  -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
       transform: translateY(-10px);
}
.about-s7 .content .upper .scroll-wrapper .ul .li:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.about-s7 .content .upper .scroll-wrapper .scroll-left {
  -moz-animation: scroll-left 30s linear infinite;
       animation: scroll-left 30s linear infinite;
}
.about-s7 .content .upper .scroll-wrapper .scroll-right {
  -moz-animation: scroll-right 30s linear infinite;
       animation: scroll-right 30s linear infinite;
}
.about-s7 .content .upper .scroll-wrapper .scroll-left:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
.about-s7 .content .upper .scroll-wrapper .scroll-right:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}
@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}

.contactUs-s2 {
  padding-top: 1.02rem;
  padding-bottom: 1.2rem;
}
.contactUs-s2 .content {
  background-color: #f9f9f9;
  border-radius: max(0.2rem, 16px);
  padding: 0.5rem 0.7rem 0.46rem 0.95rem;
}
.contactUs-s2 .module1 .module1-left {
  width: 51%;
  border-radius: max(0.2rem, 16px);
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  padding-right: 1.64rem;
}
.contactUs-s2 .module1 .module1-left .list .item {
  padding: 0.5rem 0;
  border-bottom: solid 1px #e4e4e4;
}
.contactUs-s2 .module1 .module1-left .list .item .item-left i {
  font-size: var(--font-size-30);
}
.contactUs-s2 .module1 .module1-left .list .item .item-right {
  margin-left: 0.26rem;
}
.contactUs-s2 .module1 .module1-left .list .item .item-right h3 {
  font-size: var(--font-size-24);
  color: var(--theme-color);
  font-family: "am", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.contactUs-s2 .module1 .module1-left .list .item .item-right p {
  font-size: var(--font-size-24);
  font-family: "am", Arial, Helvetica, sans-serif;
  color: #000000;
}
.contactUs-s2 .module1 .module1-left .list .item:nth-last-child(1) {
  border-bottom: none;
}
.contactUs-s2 .module1 .module1-right {
  width: 49%;
}
.contactUs-s2 .module1 .module1-right h3 {
  font-size: var(--font-size-30);
}
@media screen and (max-width: 768px) {
  .contactUs-s2 .module1 {
    display: block;
  }
  .contactUs-s2 .module1 .module1-left {
    width: 100%;
  }
  .contactUs-s2 .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}

.nwes-s2 {
  padding-top: 0.58rem;
  padding-bottom: 1.36rem;
}
.nwes-s2 .content .fenlei {
  margin-bottom: 0.6rem;
}
.nwes-s2 .content .fenlei .fenlei-item {
  padding: 0.08rem 0.26rem;
  padding: 0.14rem 0.4rem;
  font-family: "bb", Arial, Helvetica, sans-serif;
  border-radius: 0.8rem;
  font-size: var(--font-size-18);
  font-family: "bb", Arial, Helvetica, sans-serif;
  line-height: 1;
  color: #222;
}
.nwes-s2 .content .fenlei .fenlei-item:hover {
  color: var(--theme-color);
}
.nwes-s2 .content .fenlei .fenlei-item-active {
  background-color: var(--color-primary);
  color: white;
}
.nwes-s2 .content .list {
  padding-bottom: 1.1rem;
}

.all-news .list {
  flex-wrap: wrap;
}
.all-news .list .item {
  width: 31.39%;
  border-radius: max(0.2rem, 16px);
  padding: 0;
  -moz-transform: none;
   -ms-transform: none;
       transform: none;
  margin-right: 2.9%;
  margin-bottom: 0.5rem;
  display: block;
}
.all-news .list .item img {
  border-radius: max(0.2rem, 16px);
}
.all-news .list .item .blog-kk {
  padding: 0;
  margin-top: 0.24rem;
}
.all-news .list .item .blog-kk .blog-title {
  color: #000000;
  text-align: center;
}
.all-news .list .item .blog-kk .blog-text {
  display: block;
  opacity: 1;
  text-align: center;
}
.all-news .list .item .blog-kk .blog-date {
  display: block;
  opacity: 1;
  margin-top: 0.16rem;
  text-align: center;
}
.all-news .list .item .blog-kk .learn-more {
  margin: 0.34rem auto 0 auto;
  display: -moz-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.all-news .list .item .blog-kk .learn-more span {
  background-color: #f2f2f2;
  color: #999999;
}
.all-news .list .item .blog-kk .learn-more i {
  background-color: #f2f2f2;
  color: #999999;
}
.all-news .list .blog-kuang:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.all-news .list .blog-kuang:hover .learn-more {
  -moz-transform: translateY(-0.1rem);
   -ms-transform: translateY(-0.1rem);
       transform: translateY(-0.1rem);
}
.all-news .list .blog-kuang:hover .learn-more span,
.all-news .list .blog-kuang:hover .learn-more i {
  background-color: var(--theme-color);
  color: white;
}
.all-news .list .blog-kuang:hover .learn-more i {
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
       transform: rotate(-90deg);
}
.all-news .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  .all-news .list .item {
    width: 49%;
    margin-right: 2% !important;
  }
  .all-news .list .item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 568px) {
  .all-news .list .item {
    width: 100%;
    margin-right: 0% !important;
  }
}

.newsDetails-s2 .content {
  position: relative;
  margin-top: 0.6rem;
  padding-bottom: 0.7rem;
}
.newsDetails-s2 .content .module1 {
  padding-bottom: 0.64rem;
}
.newsDetails-s2 .content .module1 .module1-left {
  padding-right: 0.3rem;
}
.newsDetails-s2 .content .module1 .module1-left .time-box i {
  color: var(--theme-color);
  line-height: 1;
}
.newsDetails-s2 .content .module1 .module1-left .time-box .time {
  margin-left: 0.1rem;
  color: #666666;
  font-family: "ar", Arial, Helvetica, sans-serif;
  line-height: 1;
}
.newsDetails-s2 .content .module1 .module1-left h2 {
  font-size: var(--font-size-48);
}
.newsDetails-s2 .content .module1 .module1-right {
  flex-shrink: 0;
}
.newsDetails-s2 .content .module1 .module1-right h3 {
  margin-right: 0.3rem;
  font-size: var(--font-size-30);
  color: var(--theme-color);
}
.newsDetails-s2 .content .module1 .module1-right .social .i-box {
  width: max(0.36rem, 36px);
  height: max(0.36rem, 36px);
  border-radius: 50%;
  background-color: #d8d8d8;
  color: white;
  margin-right: 6px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newsDetails-s2 .content .module1 .module1-right .social .i-box:nth-last-child(1) {
  margin-right: 0;
}
.newsDetails-s2 .content .module1 .module1-right .social .i-box:hover {
  background-color: var(--theme-color);
  -moz-transform: translateY(-0.1rem);
   -ms-transform: translateY(-0.1rem);
       transform: translateY(-0.1rem);
}
.newsDetails-s2 .content .line {
  height: 1px;
  background-color: #e4e4e4;
}
.newsDetails-s2 .content .article {
  padding: 0.54rem 0 1rem 0;
}
.newsDetails-s2 .content .article img {
  width: auto;
  margin-bottom: 0.4rem;
}
.newsDetails-s2 .content .article h3 {
  font-size: var(--font-size-26);
  margin-top: 0.24rem;
}
.newsDetails-s2 .content .article p {
  color: #333333;
  margin-bottom: 0.3rem;
  line-height: 1.6;
  font-size: var(--font-size-22);
}
.newsDetails-s2 .content .article a {
  color: var(--theme-color);
}
.newsDetails-s2 .content .article .line2 {
  margin-top: 0.5rem;
}
.newsDetails-s2 .content .article .switch {
  margin-top: 0.36rem;
}
.newsDetails-s2 .content .article .switch .btm {
  background-color: #ffffff;
  box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
  border-radius: max(0.05rem, 5px);
  border: solid 1px #efefef;
  color: #666666;
  font-size: var(--font-size-16);
  margin-left: max(0.06rem, 6px);
  padding: 0.12rem 0.22rem;
  cursor: pointer;
}
.newsDetails-s2 .content .article .switch .btm:hover {
  background-color: var(--text-color);
  color: white;
}
.newsDetails-s2 .content .pagination {
  margin-top: 0.54rem;
  font-size: var(--font-size-22);
  font-family: "ar", Arial, Helvetica, sans-serif;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newsDetails-s2 .content .pagination .i-box {
  border-radius: 50%;
  background-color: #f9f9f9;
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newsDetails-s2 .content .pagination .i-box i {
  font-size: var(--font-size-22);
}
.newsDetails-s2 .content .pagination .i-box1 {
  margin-right: 0.28rem;
}
.newsDetails-s2 .content .pagination .i-box2 {
  margin-left: 0.28rem;
}
.newsDetails-s2 .content .pagination .pagination-left:hover,
.newsDetails-s2 .content .pagination .pagination-right:hover {
  color: var(--theme-color);
}
.newsDetails-s2 .content .pagination .pagination-left:hover .i-box,
.newsDetails-s2 .content .pagination .pagination-right:hover .i-box {
  background-color: var(--theme-color);
  color: white;
}
@media screen and (max-width: 768px) {
  .newsDetails-s2 .content .module1 {
    display: block;
  }
  .newsDetails-s2 .content .module1 .module1-left {
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.newsDetails-s3 {
  padding-top: 1.3rem;
  padding-bottom: 0.88rem;
}
.newsDetails-s3 .content h2 {
  font-size: var(--font-size-48);
}
.newsDetails-s3 .content h2 div {
  width: 0.16rem;
  height: 0.16rem;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin-right: 0.2rem;
}
.newsDetails-s3 .content .list {
  margin-top: 0.7rem;
}

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