@charset "UTF-8";
@font-face {
  font-family: "PangMenZhengDao";
  src: url("https://sjsdemo.oss-cn-shenzhen.aliyuncs.com/font/handebao_zh/PangMenZhengDao.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ALIBABA-PUHUITI-REGULAR";
  src: url("https://sjsdemo.oss-cn-shenzhen.aliyuncs.com/font/handebao_zh/ALIBABA-PUHUITI-REGULAR.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ALIBABA-PUHUITI-MEDIUM";
  src: url("https://sjsdemo.oss-cn-shenzhen.aliyuncs.com/font/handebao_zh/ALIBABA-PUHUITI-MEDIUM.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ALIBABA-PUHUITI-BOLD";
  src: url("https://sjsdemo.oss-cn-shenzhen.aliyuncs.com/font/handebao_zh/ALIBABA-PUHUITI-BOLD.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Cookie Banner Style 2 - Dark Neon Card
 * 深色霓虹风格
 * 特点：深色背景、霓虹发光效果、右下角浮动
 */
.cookie-style-2 {
  /* Cookie V2 Mobile Responsive */
}
.cookie-style-2 .cookie-cookie-v2 {
  position: fixed;
  bottom: 0.4rem;
  right: 0.4rem;
  left: auto;
  z-index: 9999;
  max-width: max(3.8rem, 380px);
  width: 90%;
  -moz-transform: translateX(120%);
   -ms-transform: translateX(120%);
       transform: translateX(120%);
  -moz-transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -moz-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -moz-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cookie-style-2 .cookie-cookie-v2.active {
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
}
.cookie-style-2 .cookie-card-v2 {
  position: relative;
  background: -moz-linear-gradient(37deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(53deg, #011e4d 0%, #375385 100%);
  border-radius: 0.24rem;
  padding: 0.32rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.4), 0 0 0.4rem rgba(36, 133, 222, 0.2), inset 0 0.01rem 0 rgba(255, 255, 255, 0.1);
  border: 0.01rem solid rgba(36, 133, 222, 0.3);
  overflow: hidden;
}
.cookie-style-2 .cookie-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.03rem;
  background: -moz-linear-gradient(left, transparent 0%, var(--color-link) 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, var(--color-link) 50%, transparent 100%);
  -webkit-animation: decorationSlide 2s ease-in-out infinite;
     -moz-animation: decorationSlide 2s ease-in-out infinite;
          animation: decorationSlide 2s ease-in-out infinite;
}
@-webkit-keyframes decorationSlide {
  0%, 100% {
    opacity: 0.3;
    transform: scaleX(0.8);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@-moz-keyframes decorationSlide {
  0%, 100% {
    opacity: 0.3;
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
  }
  50% {
    opacity: 1;
    -moz-transform: scaleX(1);
         transform: scaleX(1);
  }
}
@keyframes decorationSlide {
  0%, 100% {
    opacity: 0.3;
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
  }
  50% {
    opacity: 1;
    -moz-transform: scaleX(1);
         transform: scaleX(1);
  }
}
.cookie-style-2 .cookie-content-v2 {
  position: relative;
  z-index: 1;
}
.cookie-style-2 .cookie-header-v2 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.16rem;
  margin-bottom: 0.2rem;
}
.cookie-style-2 .cookie-icon-v2 {
  width: 0.48rem;
  height: 0.48rem;
  min-width: 36px;
  min-height: 36px;
  background: -moz-linear-gradient(37deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(53deg, #011e4d 0%, #375385 100%);
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  box-shadow: 0 0 0.2rem rgba(36, 133, 222, 0.6), 0 0 0.4rem rgba(36, 133, 222, 0.3);
  -webkit-animation: iconPulse 2s ease-in-out infinite;
     -moz-animation: iconPulse 2s ease-in-out infinite;
          animation: iconPulse 2s ease-in-out infinite;
}
.cookie-style-2 .cookie-icon-v2 svg {
  width: 0.28rem;
  height: 0.28rem;
  min-width: 22px;
  min-height: 22px;
  color: #fff;
}
@-webkit-keyframes iconPulse {
  0%, 100% {
    box-shadow: 0 0 0.2rem rgba(36, 133, 222, 0.6), 0 0 0.4rem rgba(36, 133, 222, 0.3);
  }
  50% {
    box-shadow: 0 0 0.3rem rgba(36, 133, 222, 0.8), 0 0 0.6rem rgba(36, 133, 222, 0.5);
  }
}
@-moz-keyframes iconPulse {
  0%, 100% {
    box-shadow: 0 0 0.2rem rgba(36, 133, 222, 0.6), 0 0 0.4rem rgba(36, 133, 222, 0.3);
  }
  50% {
    box-shadow: 0 0 0.3rem rgba(36, 133, 222, 0.8), 0 0 0.6rem rgba(36, 133, 222, 0.5);
  }
}
@keyframes iconPulse {
  0%, 100% {
    box-shadow: 0 0 0.2rem rgba(36, 133, 222, 0.6), 0 0 0.4rem rgba(36, 133, 222, 0.3);
  }
  50% {
    box-shadow: 0 0 0.3rem rgba(36, 133, 222, 0.8), 0 0 0.6rem rgba(36, 133, 222, 0.5);
  }
}
.cookie-style-2 .cookie-title-v2 {
  font-size: var(--font-size-20);
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: 0.01em;
}
.cookie-style-2 .cookie-desc-v2 {
  font-size: var(--font-size-13);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0 0 0.24rem 0;
}
.cookie-style-2 .cookie-link-v2 {
  color: var(--color-link);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookie-style-2 .cookie-link-v2:hover {
  color: #00d4ff;
  text-shadow: 0 0 0.08rem rgba(36, 133, 222, 0.6);
}
.cookie-style-2 .cookie-options-v2 {
  margin-bottom: 0.24rem;
}
.cookie-style-2 .cookie-option-v2 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.12rem;
  padding: 0.12rem 0.16rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.08rem;
  margin-bottom: 0.08rem;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookie-style-2 .cookie-option-v2:hover {
  background: rgba(255, 255, 255, 0.08);
}
.cookie-style-2 .cookie-option-v2 input[type=checkbox] {
  width: 0.18rem;
  height: 0.18rem;
  min-width: 16px;
  min-height: 16px;
  cursor: pointer;
  accent-color: var(--color-link);
}
.cookie-style-2 .cookie-option-v2 input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.cookie-style-2 .cookie-option-label {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-flex: 1;
       flex: 1;
  gap: 0.08rem;
}
.cookie-style-2 .cookie-option-name {
  font-size: var(--font-size-13);
  color: rgba(255, 255, 255, 0.9);
  font-weight: normal;
}
.cookie-style-2 .cookie-option-badge {
  font-size: var(--font-size-11);
  padding: 0.02rem 0.08rem;
  background: rgba(36, 133, 222, 0.2);
  color: var(--color-link);
  border-radius: 0.04rem;
  white-space: nowrap;
}
.cookie-style-2 .cookie-actions-v2 {
  display: -moz-box;
  display: flex;
  gap: 0.12rem;
}
.cookie-style-2 .cookie-btn-v2 {
  -moz-box-flex: 1;
       flex: 1;
  padding: 0.14rem 0.2rem;
  border-radius: 0.08rem;
  font-size: var(--font-size-13);
  font-weight: 500;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  white-space: nowrap;
  text-align: center;
}
.cookie-style-2 .cookie-btn-decline-v2 {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
}
.cookie-style-2 .cookie-btn-decline-v2:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.cookie-style-2 .cookie-btn-accept-v2 {
  background: var(--color-link);
  color: #fff;
  box-shadow: 0 0.02rem 0.12rem rgba(36, 133, 222, 0.4);
}
.cookie-style-2 .cookie-btn-accept-v2:hover {
  -moz-transform: translateY(-0.02rem);
   -ms-transform: translateY(-0.02rem);
       transform: translateY(-0.02rem);
  box-shadow: 0 0.04rem 0.2rem rgba(36, 133, 222, 0.6);
}
.cookie-style-2 .cookie-btn-accept-v2:active {
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .cookie-style-2 .cookie-cookie-v2 {
    bottom: 0.2rem;
    right: 0.2rem;
    left: 0.2rem;
    max-width: none;
    width: auto;
  }
  .cookie-style-2 .cookie-card-v2 {
    padding: 0.28rem;
  }
}
@media screen and (max-width: 480px) {
  .cookie-style-2 .cookie-cookie-v2 {
    bottom: 0.15rem;
    right: 0.15rem;
    left: 0.15rem;
  }
  .cookie-style-2 .cookie-card-v2 {
    padding: 0.24rem;
  }
  .cookie-style-2 .cookie-icon-v2 {
    width: 0.4rem;
    height: 0.4rem;
    min-width: 32px;
    min-height: 32px;
  }
  .cookie-style-2 .cookie-icon-v2 svg {
    width: 0.24rem;
    height: 0.24rem;
    min-width: 20px;
    min-height: 20px;
  }
  .cookie-style-2 .cookie-title-v2 {
    font-size: var(--font-size-18);
  }
  .cookie-style-2 .cookie-desc-v2 {
    font-size: var(--font-size-12);
  }
  .cookie-style-2 .cookie-actions-v2 {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .cookie-style-2 .cookie-btn-v2 {
    width: 100%;
    padding: 0.16rem 0.2rem;
  }
}

/* ========================================
   Module description
   ========================================
   1. Base styles (Reset + Normalize + Layout)
   2. Video popup component
   3. Footer component
   4. Navigation component
   5. Right-side customer service component
   6. Modal component
   7. Author component
   8. Animation utility classes
   9. Swiper carousel library
   10. baguetteBox lightbox library
   11. Icon font (iconfont)
   12. Custom fonts
   13. Language switcher dropdown
   14. Search component
   15. Pagination component
   16. Banner carousel
   18. News detail page V2
   19. Related cases Swiper
   20. Privacy policy page
   21. Product category Tab + card carousel
   22. Product category Tab 991px responsive
   23. Product first-level aggregation - product cards
   24. Product card expand/collapse interaction
   25. About us - corporate culture
   26. About us - R&D strength
   27. About us - company intro data / industrial park
   28. About us - partner seamless scroll
   29. About us - customer success stories
   30. About us - company honors coverflow
   31. Product list page (with multi-select filter, filter tags, sorting)
   32. News list page
   33. Contact us page
   34. Product detail - description & features
   35. Software download page
   ======================================== */
/* ========================================
   1. Base styles - start
   ======================================== */
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

.pcbanner {
  display: block;
}

.phonebanner {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcbanner {
    display: none;
  }
  .phonebanner {
    display: block;
  }
}
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;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  color: inherit;
}

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

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

/*reset css*/
html {
  font-size: max(5.2083333333vw, 50px) !important;
  /* fit 1920px width */
  -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 {
  font-size: var(--font-size-18);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif, Arial, Helvetica, "Microsoft YaHei", sans-serif;
  --theme-color: #086a67;
  --primary-color: #c1dedd;
  --font-boldm: ALIBABA-PUHUITI-MEDIUM, Arial, Helvetica, sans-serif,
  Arial,
  Helvetica,
  "Microsoft YaHei",
  sans-serif;
  --font-bold: ALIBABA-PUHUITI-BOLD, Arial, Helvetica, sans-serif,
  Arial,
  Helvetica,
  "Microsoft YaHei",
  sans-serif;
  --font-regular: ALIBABA-PUHUITI-REGULAR, Arial, Helvetica, sans-serif,
  Arial,
  Helvetica,
  "Microsoft YaHei",
  sans-serif;
  /* theme color */
  --color-primary: #2947A7;
  /* text color */
  --color-text: #222;
  --color-666: #666666;
  --color-e8e8e8: #E8E8E8;
  --color-e3e3e3: #E3E3E3;
  --color-link: #D61518;
  --color-vi: #011E4D;
  /* navigation height */
  --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%;
  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;
}

*[id] {
  /* prevent anchor content from being hidden by fixed header */
  scroll-behavior: smooth;
}

@media screen and (max-width: 991px) {
  *[id] {
    scroll-margin-top: 30px;
    /* prevent anchor content from being hidden by fixed header */
  }
}
.scroll-x {
  overflow-x: auto;
}

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

.scroll-x::-webkit-scrollbar-thumb {
  background-color: var(--color-vi);
  /* set scrollbar thumb color */
  border-radius: 5px;
  /* set scrollbar thumb border-radius */
}

.scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-vi);
  /* set scrollbar thumb hover color */
}

.scroll-x::-webkit-scrollbar-track {
  background-color: #fceddf;
  /* set scrollbar track color */
}

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

.scroll-y::-webkit-scrollbar {
  width: 2px;
  /* set scrollbar width */
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: var(--color-vi);
  /* set scrollbar thumb color */
  border-radius: 5px;
  /* set scrollbar thumb border-radius */
}

.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-vi);
  /* set scrollbar thumb hover color */
}

.scroll-y::-webkit-scrollbar-track {
  background-color: #fceddf;
  /* set scrollbar track color */
}

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

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:hover {
  color: unset;
}

/* motion effects */
/* From Uiverse.io by nikk7007 */
.slice {
  --c1: #202020;
  --c2: #00a1b7;
  --size-letter: 0.12rem;
  padding: 0.05rem 0.1rem;
  font-size: var(--size-letter);
  background-color: transparent;
  border: -moz-calc(var(--size-letter) / 6) solid var(--c2);
  border: calc(var(--size-letter) / 6) solid var(--c2);
  border-radius: 0.02rem;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: var(--font-size-14);
  -moz-transition: 300ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: 300ms cubic-bezier(0.83, 0, 0.17, 1);
}
.slice > .text {
  font-weight: 700;
  color: var(--c2);
  position: relative;
  z-index: 1;
  -moz-transition: color 700ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: color 700ms cubic-bezier(0.83, 0, 0.17, 1);
}

h1 {
  margin: 0;
  line-height: 1.3;
}

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

em {
  color: var(--color-primary);
  font-style: normal;
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
}

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

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

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

.w1300 {
  width: 67.8%;
  margin: 0 auto;
}

.w1200 {
  width: 62.5%;
  margin: 0 auto;
}

@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,
  .w1300 {
    width: 90%;
  }
}
/* ========================================
   1. Base styles - end
   ======================================== */
/* ========================================
   2. Video popup component - start
   ======================================== */
.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;
  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;
}

/* ========================================
   4. Video popup component - end
   ======================================== */
/* ========================================
   3. Footer component - start
   ======================================== */
.footer-kuang-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.26rem;
}
.footer-kuang-div:hover .footer-kuang-div-left {
  -moz-transform: rotateY(360deg);
       transform: rotateY(360deg);
}

.footer-kuang-div-left {
  font-size: var(--font-size-36);
  width: max(0.63rem, 42px);
  height: max(0.7rem, 46px);
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: #fff;
  flex-shrink: 0;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-kuang-div-left img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.footer-kuang-div-right {
  font-size: var(--font-size-16);
  color: rgba(255, 255, 255, 0.5);
}

.footer-mid {
  background: var(--color-vi);
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
}

.footer-kuang-top {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: max(0.01rem, 1px) solid rgba(255, 255, 255, 0.2);
}

.footer-kuang-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  position: relative;
}
.footer-kuang-bottom > img {
  position: absolute;
  right: 0px;
  width: auto;
  top: 0px;
  z-index: 0;
}
.footer-kuang-bottom > div {
  position: relative;
  z-index: 1;
}
.footer-kuang-bottom .foooter-kuang-left {
  width: 58.125%;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  color: #fff;
  border-right: max(0.01rem, 1px) solid rgba(255, 255, 255, 0.2);
}
.footer-kuang-bottom .footer-bottom-logo {
  width: max(1.36rem, 120px);
}
.footer-kuang-bottom .footer-slogan {
  font-size: var(--font-size-20);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
}
.footer-kuang-bottom .footer-desc {
  font-size: var(--font-size-16);
}

.footer-cop-links {
  width: 100%;
}

.footer-kuang-right {
  width: 41.875%;
  padding-left: 1rem;
  padding-top: 0.4rem;
  position: relative;
}
.footer-kuang-right a:hover {
  color: var(--color-link);
}

.footer-contact-title {
  color: #Fff;
  margin-bottom: 0.1rem;
  font-size: var(--font-size-30);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
}

.footer-contact-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-size-16);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  flex-shrink: 0;
}

.footer-contact-val {
  color: #fff;
  font-size: var(--font-size-16);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
}

.footer-contact-item {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.1rem;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 1;
}
.footer-contact-item .iconfont {
  color: #fff;
}
.footer-contact-item > div {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.1rem;
}
.footer-contact-item.dianhua {
  -moz-box-align: start;
       align-items: flex-start;
}
.footer-contact-item.dianhua > div {
  flex-wrap: wrap;
  gap: 0;
}
.footer-contact-item.dianhua > div .footer-contact-val {
  width: 100%;
  font-size: var(--font-size-36);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
  line-height: 1;
}

.footer-cop {
  margin-top: 0.4rem;
  color: #fff;
  font-size: var(--font-size-14);
}
.footer-cop p {
  display: inline-block;
}
.footer-cop div {
  display: inline-block;
  margin-right: 0.24rem;
}
.footer-cop a:hover {
  color: var(--color-link);
}

.footer-cop-links {
  color: #fff;
  margin-top: 0.06rem;
  font-size: var(--font-size-14);
}
.footer-cop-links a:hover {
  color: var(--color-link);
}

@media screen and (max-width: 1280px) {
  .footer-kuang-div {
    flex-wrap: wrap;
  }
  .footer-kuang-div-left {
    margin: auto;
  }
  .footer-kuang-div-right {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .footer-mid {
    padding-bottom: 20px;
  }
  .footer-kuang-bottom .foooter-kuang-left {
    padding-right: 0.5rem;
  }
  .footer-kuang-right {
    padding-left: 0.5rem;
  }
  .footer-kuang-top {
    flex-wrap: wrap;
  }
  .footer-kuang-top .footer-kuang-div {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .footer-kuang-top {
    display: none;
  }
  .footer-kuang-bottom {
    padding-top: 0px;
  }
  .footer-kuang-bottom .foooter-kuang-left {
    width: 100%;
    padding-right: 0px;
    border: 0px;
  }
  .footer-kuang-right {
    width: 100%;
    padding-left: 0px;
  }
  .footer-contact-item.dianhua > div .footer-contact-val {
    width: auto;
  }
}
/* ========================================
   3. Footer component - end
   ======================================== */
/* ========================================
   4. Navigation component - start
   ======================================== */
::-moz-selection {
  color: #fff;
  background: #829d94;
}
::selection {
  color: #fff;
  background: #829d94;
}

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

.table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: max(0.03rem, 3px);
}

.table table tr td {
  border: 1px solid #f2f2f2;
  border: 0px;
}

.m-muban-nav {
  position: static;
  top: 0px;
  z-index: 10;
  width: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  overflow: hidden;
}

.m-muban-mid-logo {
  display: block;
  font-size: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: start;
       justify-content: flex-start;
  -moz-box-align: end;
       align-items: flex-end;
  width: max(3rem, 200px);
}
.m-muban-mid-logo img {
  width: auto;
}
.m-muban-mid-logo strong {
  color: var(--color-link);
}
.m-muban-mid-logo .logo-big {
  font-size: var(--font-size-20);
  font-family: "PangMenZhengDao", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1;
}
.m-muban-mid-logo .logo-small {
  font-size: var(--font-size-14);
}
.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;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}

.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: #fff;
  font-weight: 600;
}
.m-muban-mid-right > ul li.active > a::after {
  width: 100%;
}
.m-muban-mid-right > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0.12rem;
}
.m-muban-mid-right > ul > li:hover > a {
  color: #fff;
}
.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;
  position: relative;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.m-muban-mid-right > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0.24rem;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.m-muban-mid-right > ul > li > a:hover::after {
  width: 100%;
}
.m-muban-mid-right > ul > li ul {
  width: auto;
  min-width: 220px;
}
.m-muban-mid-right > ul > li > ul {
  position: absolute;
  left: var(--font-size-20);
  top: 100%;
  background: #fff;
  border-radius: 0.12rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 0.12rem 0;
  visibility: hidden;
  opacity: 0;
  margin-top: 0.08rem;
  overflow: visible;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}
.m-muban-mid-right > ul > li > ul::before {
  content: "";
  position: absolute;
  top: -0.06rem;
  left: 0.3rem;
  width: var(--font-size-12);
  height: var(--font-size-12);
  background: #fff;
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
  border-radius: 2px;
}
.m-muban-mid-right > ul > li > ul > li {
  padding: 0;
  position: relative;
}
.m-muban-mid-right > ul > li > ul > li a {
  display: block;
  color: #333;
  font-size: var(--font-size-16);
  line-height: 1.5;
  padding: 0.12rem 0.24rem;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
}
.m-muban-mid-right > ul > li > ul > li a:hover {
  color: var(--color-link);
  background: rgba(36, 133, 222, 0.08);
  padding-left: 0.32rem;
}
.m-muban-mid-right > ul > li > ul > li:first-child a {
  border-radius: 4px 4px 0 0;
}
.m-muban-mid-right > ul > li > ul > li:last-child a {
  border-radius: 0 0 4px 4px;
}
.m-muban-mid-right > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  border-radius: var(--font-size-12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 0.12rem 0;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  margin-left: 0.08rem;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 101;
}
.m-muban-mid-right > ul > li > ul > li > ul::before {
  content: "";
  position: absolute;
  left: -0.06rem;
  top: 0.3rem;
  width: var(--font-size-12);
  height: var(--font-size-12);
  background: #fff;
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
  border-radius: 2px;
}
.m-muban-mid-right > ul > li > ul > li > ul > li {
  padding: 0;
}
.m-muban-mid-right > ul > li > ul > li > ul > li > a {
  padding: 0.1rem 0.2rem;
  font-size: var(--font-size-14);
}
.m-muban-mid-right > ul > li > ul > li > ul > li > a:hover {
  padding-left: 0.28rem;
}
.m-muban-mid-right > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-left: 0.12rem;
}
.m-muban-mid-right > ul > li > ul > li.has-submenu > a {
  position: relative;
  padding-right: 0.4rem;
}
.m-muban-mid-right > ul > li > ul > li.has-submenu > a::after {
  content: "›";
  position: absolute;
  right: 0.16rem;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  font-size: var(--font-size-18);
  color: #999;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.m-muban-mid-right > ul > li > ul > li.has-submenu:hover > a::after {
  color: var(--color-link);
  right: 0.12rem;
}

@media screen and (max-width: 991px) {
  .step-motor-nav-right {
    width: auto;
  }
  .m-muban-mid-right ul,
  .m-muban-mid-right .duoyuyan {
    display: none;
  }
  .m-muban-mid-right .sousuo-mid {
    margin-right: 50px;
  }
  .m-muban-mid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sousou-kuang.active {
    height: 100vh;
  }
  .sousou-kuang .form-sousuo {
    height: 0.48rem;
    padding: 0 0.06rem 0 0.16rem;
  }
  .sousou-kuang form input[type=text] {
    font-size: var(--font-size-16);
  }
  .sousou-kuang form .tj {
    width: 0.36rem;
    min-width: 32px;
    height: 0.36rem;
    min-height: 32px;
  }
  .search-suggestions {
    margin-top: 0.2rem;
    padding: 0.16rem;
  }
  .search-suggestions .suggest-list a {
    padding: 0.06rem 0.12rem;
    font-size: var(--font-size-14);
  }
  .header-keywords {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-keywords {
    font-size: 12px;
  }
  .sousou-kuang .w1400 {
    padding: 0 0.2rem;
    width: 100%;
  }
  .sousou-kuang .sousou-close {
    top: 0.2rem;
  }
  .search-suggestions .suggest-list {
    gap: 0.08rem;
  }
}
.m-mobilenav {
  display: none;
  overflow: hidden;
}

.duoyuyanphone {
  padding: 0.2rem;
  margin-top: 0.2rem;
  text-align: center;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.16rem;
}
.duoyuyanphone a {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.1rem 0.24rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-16);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 0.8rem;
}
.duoyuyanphone a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
.duoyuyanphone a.active {
  color: #fff;
  background: var(--color-link);
  border-color: var(--color-link);
}

.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .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);
  }
  .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;
  }
  .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;
  }
  .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .mbnav-list {
    margin-top: 20px;
  }
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    right: 4%;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .m-mobilenav .mbnav-btn {
    position: relative;
    z-index: 2;
    right: 4%;
    left: auto;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    width: 34px;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: var(--color-vi);
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .m-mobilenav .mbnav-btn.active .line {
    background-color: #ffffff;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #ffffff;
  }
  .m-mobilenav .mbnav-btn.active .line1 {
    -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
         transform: rotate(-45deg);
    background-color: var(--color-link);
    top: 8px;
    position: relative;
  }
  .m-mobilenav .mbnav-btn.active .line3 {
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
         transform: rotate(45deg);
    background-color: var(--color-link);
    bottom: 8px;
    position: relative;
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .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);
  }
  .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;
  }
  .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: scroll;
    overflow-x: hidden;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043f71;
  }
}
/* ========================================
   4. Navigation component - end
   ======================================== */
/* ========================================
   5. Right-side customer service component - start
   ======================================== */
/* right-side customer service start */
.contact-footer {
  position: fixed;
  right: -1.2rem;
  bottom: 20%;
  z-index: 99;
  width: 0.8rem;
  min-width: 70px;
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid rgba(102, 102, 102, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  list-style: none;
  padding: 0;
  margin: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.contact-footer.xs {
  right: 0.2rem;
}
.contact-footer li {
  width: 100%;
  list-style: none;
}
.contact-footer li:not(:first-child) {
  border-top: 1px solid rgba(102, 102, 102, 0.08);
}
.contact-footer .kf-youxiang {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 100%;
  padding: 0.18rem 0.08rem;
  color: #333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: background 0.3s ease, transform 0.2s ease, -moz-transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -moz-transform 0.2s ease;
  position: relative;
}
.contact-footer .kf-youxiang img {
  width: 0.28rem;
  min-width: 24px;
  margin-bottom: 0.06rem;
  -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;
}
.contact-footer .kf-youxiang p {
  font-size: var(--font-size-12);
  color: #666;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contact-footer .topdiv {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.14rem 0.08rem;
  cursor: pointer;
  -moz-transition: background 0.3s ease, transform 0.2s ease, -moz-transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -moz-transform 0.2s ease;
  gap: 0.04rem;
}
.contact-footer .topdiv img {
  width: 0.24rem;
  min-width: 20px;
  -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;
}
.contact-footer .topdiv::after {
  content: "TOP";
  font-size: 0.1rem;
  color: #999;
  line-height: 1;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contact-footer .kf-youxiang:hover,
.contact-footer .topdiv:hover {
  background: -moz-linear-gradient(315deg, #011e4d 0%, #1a3a6b 100%);
  background: linear-gradient(135deg, #011e4d 0%, #1a3a6b 100%);
}
.contact-footer .kf-youxiang:hover img,
.contact-footer .topdiv:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.contact-footer .kf-youxiang:hover p,
.contact-footer .topdiv:hover p {
  color: #fff;
}
.contact-footer .kf-youxiang:hover img {
  -moz-transform: scale(1.12);
   -ms-transform: scale(1.12);
       transform: scale(1.12);
}
.contact-footer .topdiv:hover::after {
  color: #fff;
}
.contact-footer .topdiv:hover img {
  -moz-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
       transform: translateY(-2px);
}

@media screen and (max-width: 991px) {
  .contact-footer {
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .contact-footer {
    right: -120px;
    bottom: 100px;
    width: 0.9rem;
    min-width: 56px;
    border-radius: 0.1rem;
  }
  .contact-footer.xs {
    right: 0.1rem;
  }
  .contact-footer .kf-youxiang {
    padding: 0.14rem 0.06rem;
  }
  .contact-footer .kf-youxiang img {
    width: 0.24rem;
    min-width: 20px;
  }
  .contact-footer .kf-youxiang p {
    font-size: 0.1rem;
  }
  .contact-footer .topdiv {
    padding: 0.1rem 0.06rem;
  }
  .contact-footer .topdiv img {
    width: 0.2rem;
    min-width: 16px;
  }
}
/* right-side customer service end */
/* ========================================
   5. Right-side customer service component - end
   ======================================== */
/* ========================================
   6. Modal component - start
   ======================================== */
/* // 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 em {
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
  color: #fff;
}

.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;
  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 */
/* ========================================
   6. Modal component - end
   ======================================== */
/* ========================================
   7. Author component - start
   ======================================== */
.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%;
  }
}
/* ========================================
   7. Author component - end
   ======================================== */
/* ========================================
   10. Animation utility classes - start
   ======================================== */
.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%;
}

/* ========================================
   10. Animation utility classes - end
   ======================================== */
/* ========================================
   11. Swiper carousel library - start
   ======================================== */
/**
 * 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
 */
@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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
     -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;
}

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

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

/* ========================================
   11. Swiper carousel library - end
   ======================================== */
/* ========================================
   12. baguetteBox lightbox library - start
   ======================================== */
/*!
 * 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 {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -moz-animation: bounceFromRight 0.4s ease-out;
       animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -moz-animation: bounceFromLeft 0.4s ease-out;
       animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-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;
  }
}
@-webkit-keyframes bounceFromLeft {
  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;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -moz-animation: bounce 2s infinite ease-in-out;
       animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
       animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@-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);
  }
}
/* ========================================
   12. baguetteBox lightbox library - end
   ======================================== */
/* ========================================
   13. Icon font (iconfont) - start
   ======================================== */
@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: var(--font-size-16);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ========================================
   13. Icon font (iconfont) - end
   ======================================== */
/* ========================================
   14. Custom fonts - start
   ======================================== */
@font-face {
  font-family: "sscr";
  src: url("../fonts/SourceHanSansCN-Regular-Alphabetic.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular-Alphabetic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sscn";
  src: url("../fonts/SourceHanSansCN-Normal-Alphabetic.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Normal-Alphabetic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sscm";
  src: url("../fonts/SourceHanSansCN-Medium-Alphabetic.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Medium-Alphabetic.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hb";
  src: url("../fonts/HarmonyOS_Sans_SC_Black.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC_Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hc";
  src: url("../fonts/HarmonyOS_Sans_SC.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ========================================
   12. Custom fonts - end
   ======================================== */
/* ========================================
   15. Language switcher dropdown - start
   ======================================== */
.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;
  padding: 0.08rem 0.14rem;
  border-radius: 0.08rem;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 0.06rem;
  font-size: var(--font-size-14);
  font-weight: 500;
}
.morenyuyan i {
  font-size: var(--font-size-20);
}
.morenyuyan .current-lang {
  min-width: 0.3rem;
  text-align: center;
}
.morenyuyan::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-top: 0.06rem solid rgba(255, 255, 255, 0.8);
  -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;
  margin-left: 2px;
}
.morenyuyan:hover {
  background: rgba(255, 255, 255, 0.15);
}

.duoyuyan {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
}
.duoyuyan.active .morenyuyan::after {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}

.douyuyanxiala {
  min-width: 100px;
  padding: 0.08rem 0;
  position: absolute;
  top: -moz-calc(100% + 0.08rem);
  top: calc(100% + 0.08rem);
  left: 50%;
  -moz-transform: translateX(-50%) scaleY(0);
   -ms-transform: translateX(-50%) scaleY(0);
       transform: translateX(-50%) scaleY(0);
  -moz-transform-origin: top;
   -ms-transform-origin: top;
       transform-origin: top;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.douyuyanxiala::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.duoyuyan.active .douyuyanxiala {
  -moz-transform: translateX(-50%) scaleY(1);
   -ms-transform: translateX(-50%) scaleY(1);
       transform: translateX(-50%) scaleY(1);
  opacity: 1;
  visibility: visible;
}

.douyuyanxiala a {
  color: #333;
  padding: 0.1rem 0.2rem;
  display: block;
  font-size: var(--font-size-14);
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  white-space: nowrap;
}
.douyuyanxiala a:hover {
  color: var(--color-link);
  background: rgba(36, 133, 222, 0.08);
}
.douyuyanxiala a:first-child {
  border-radius: 4px 4px 0 0;
}
.douyuyanxiala a:last-child {
  border-radius: 0 0 4px 4px;
}
.douyuyanxiala a.active {
  color: var(--color-link);
  font-weight: 500;
  background: rgba(36, 133, 222, 0.12);
}

/* ========================================
   15. Language switcher dropdown - end
   ======================================== */
/* ========================================
   16. Search component - start
   ======================================== */
.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;
  width: 0.44rem;
  height: 0.44rem;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sousuo i {
  font-size: var(--font-size-24);
  color: #fff;
}
.sousuo:hover {
  background: rgba(255, 255, 255, 0.2);
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}

.header-keywords {
  font-size: var(--font-size-16);
  margin-top: var(--font-size-20);
  color: var(--pp-text-muted);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  flex-wrap: wrap;
  gap: 0.08rem;
}
.header-keywords a {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.06rem 0.12rem;
  border-radius: 999px;
  background: var(--pp-bg-light);
  border: 1px solid var(--pp-border);
  color: var(--color-text);
}
.header-keywords a:hover {
  color: #fff;
  background: var(--color-link);
  border-color: var(--color-link);
}

.search-suggestions {
  margin-top: 0.24rem;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.search-suggestions .suggest-title {
  font-size: var(--font-size-14);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.12rem;
}
.search-suggestions .suggest-list {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.search-suggestions .suggest-list a {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  padding: 0.08rem 0.16rem;
  font-size: var(--font-size-14);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-suggestions .suggest-list a:hover {
  background: var(--color-link);
  -moz-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
       transform: translateY(-2px);
}

.sousou-kuang.active {
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.sousou-kuang {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 2rem;
  right: 0px;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  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 .sousou-close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: max(0.44rem, 36px);
  height: max(0.44rem, 36px);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sousou-kuang .sousou-close i {
  font-size: var(--font-size-20);
  color: #fff;
  -moz-transform: rotate(220deg);
   -ms-transform: rotate(220deg);
       transform: rotate(220deg);
}
.sousou-kuang .sousou-close:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.25);
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
       transform: rotate(90deg);
}
.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%;
  height: 0.56rem;
  min-height: 44px;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0 0.08rem 0 0.2rem;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sousou-kuang .form-sousuo:focus-within {
  border-color: var(--color-link);
  box-shadow: 0 4px 24px rgba(36, 133, 222, 0.2);
}
.sousou-kuang .form-sousuo i {
  color: var(--color-text);
}
.sousou-kuang form {
  flex-wrap: wrap;
  max-width: 9rem;
  width: 100%;
  height: auto;
  background: transparent;
  padding: 0;
}
.sousou-kuang form input[type=text] {
  -moz-box-flex: 1;
       flex: 1;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0px;
  padding-left: 0;
  padding-right: 10px;
  font-size: var(--font-size-18);
  background: transparent;
  color: var(--color-text);
}
.sousou-kuang form input[type=text]::-webkit-input-placeholder {
  color: #aaa;
}
.sousou-kuang form input[type=text]:-ms-input-placeholder {
  color: #aaa;
}
.sousou-kuang form input[type=text]::placeholder {
  color: #aaa;
}
.sousou-kuang form .tj {
  width: 0.44rem;
  min-width: 36px;
  height: 0.44rem;
  min-height: 36px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: var(--color-link);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sousou-kuang form .tj i {
  font-size: var(--font-size-20);
  color: #fff;
}
.sousou-kuang form .tj:hover {
  background: var(--color-primary);
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(36, 133, 222, 0.35);
}
.sousou-kuang form .tj:active {
  -moz-transform: scale(0.95);
   -ms-transform: scale(0.95);
       transform: scale(0.95);
}

@media screen and (max-width: 991px) {
  .sousou-kuang .sousou-close {
    right: 100px;
  }
}
/* ========================================
   16. Search component - end
   ======================================== */
/* ========================================
   17. Pagination component - start
   ======================================== */
.m-muban-pagebox {
  display: -moz-box;
  display: flex;
  -moz-box-pack: start;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}
.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;
  border-color: transparent;
}
.m-muban-pagebox .m-muban-next i,
.m-muban-pagebox .m-muban-prev i {
  font-weight: bold;
  color: #C7D4FF;
  font-size: var(--font-size-22);
}
.m-muban-pagebox a.m-muban-next:hover,
.m-muban-pagebox a.m-muban-prev:hover {
  background: transparent;
}
.m-muban-pagebox a.m-muban-next:hover i,
.m-muban-pagebox a.m-muban-prev:hover i {
  color: var(--color-primary);
}

.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  width: max(0.42rem, 30px);
  height: max(0.42rem, 30px);
  display: block;
  text-align: center;
  font-size: var(--font-size-20);
  color: var(--color-666);
  font-weight: bold;
  margin: max(0.06rem, 4px);
  border-radius: 0.05rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border: 1px solid #A6A6A6;
}

.m-muban-pagebox a:hover,
.m-muban-pagebox a.active {
  background: -moz-linear-gradient(45deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(45deg, #011e4d 0%, #375385 100%);
  color: #fff;
  border-color: transparent;
}

.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: 10px;
    margin-bottom: 20px;
    -moz-box-pack: center;
    justify-content: center;
  }
}
/* ========================================
   17. Pagination component - end
   ======================================== */
/* ========================================
   18. Banner carousel - start
   ======================================== */
.banner-kong {
  height: 1rem;
  min-height: 60px;
}

.text56 {
  font-size: 0.56rem;
}

.text18 {
  font-size: var(--font-size-18);
}

.text24 {
  font-size: var(--font-size-24);
}

.text28 {
  font-size: var(--font-size-28) !important;
}

.text40 {
  font-size: var(--font-size-40);
}

.text48 {
  font-size: var(--font-size-48);
}

.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%);
  -webkit-animation: rotate 4s linear infinite;
     -moz-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}
@keyframes rotate {
  100% {
    -moz-transform: rotate(1turn);
         transform: rotate(1turn);
  }
}

.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;
}
.banner-img video,
.banner-img iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.banner-text h1,
.banner-text .banner-title {
  color: #fff;
  font-size: 0.96rem;
  line-height: 1;
  font-family: "PangMenZhengDao", Arial, Helvetica, sans-serif;
  margin-bottom: 0.3rem;
}

.left {
  text-align: left;
}

.banner-ertitle {
  display: block;
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.8);
}

.bannerswiper .swiper-pagination {
  width: 84.08%;
  bottom: 0.3rem;
  text-align: center;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.bannerswiper .swiper-pagination .swiper-pagination-bullet {
  width: var(--font-size-16);
  border-radius: 0.2rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff;
}
.bannerswiper .swiper-pagination .swiper-pagination-bullet-active {
  width: var(--font-size-32);
  border-radius: 0.2rem;
}

.banner-biaotou {
  font-size: var(--font-size-32);
  display: inline-block;
  line-height: 1;
  padding: 0.12rem 0.2rem;
  background: -moz-linear-gradient(9deg, #011e4d 0%, #375385 99%);
  background: linear-gradient(81deg, #011e4d 0%, #375385 99%);
  border-radius: 0.3rem 0px 0.3rem 0px;
  margin-bottom: 0.26rem;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  text-align: left;
  z-index: 10;
}
.banner-text h1,
.banner-text div {
  color: #fff;
  opacity: 0;
  -moz-transform: translateY(30px);
   -ms-transform: translateY(30px);
       transform: translateY(30px);
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.banner-text p {
  color: var(--color-e3e3e3);
  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 .banner-title,
.banner-text.animate-in div,
.banner-text.animate-in p,
.banner-text.animate-in a {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}

@media screen and (max-width: 991px) {
  .banner-img {
    min-height: 400px;
  }
  .banner-img picture {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .banner-text h1,
  .banner-text .banner-title {
    font-size: 40px;
  }
  .banner-biaotou {
    font-size: 20px;
  }
}
/* ========================================
   18. Banner carousel - end
   ======================================== */
/* ========================================
   19. News detail page - start
   ======================================== */
.muban-newsxq {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}

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

.muban-newsxq-left {
  width: 18%;
  position: -webkit-sticky;
  position: sticky;
  top: 0rem;
}

.muban-newsxq-center {
  width: 56%;
}

.muban-newsxq-right {
  width: 24%;
  align-self: stretch;
}

.muban-newsxq-left .new-maodian-div {
  border-radius: 0.2rem;
  background: #fff;
  padding: 0.2rem;
  box-shadow: 0px 4px 32px 0px rgba(167, 167, 167, 0.3);
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 15.9px 0px #F0F0F0;
}
.muban-newsxq-left .new-maodian-div .new-maodian-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  margin-bottom: 0.26rem;
}
.muban-newsxq-left .new-maodian-div .new-maodian-toggle {
  display: none;
}
.muban-newsxq-left .new-maodian-div #toc a {
  display: block;
  font-size: var(--font-size-18);
  color: #666666;
  margin-bottom: 0.2rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.muban-newsxq-left .new-maodian-div #toc a:hover, .muban-newsxq-left .new-maodian-div #toc a.active {
  color: var(--color-primary);
  font-weight: bold;
}

.muban-newsxq-center .newsxq-contact {
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: var(--font-size-30);
}
.muban-newsxq-center .newsxq-contact h1 {
  font-size: var(--font-size-40);
  margin-bottom: var(--font-size-30);
  color: var(--color-text);
}
.muban-newsxq-center .newsxq-contact h2,
.muban-newsxq-center .newsxq-contact h3 {
  font-size: var(--font-size-28);
  margin-top: 0.3rem;
  margin-bottom: 0.15rem;
  color: var(--color-text);
}
.muban-newsxq-center .newsxq-contact .newxq-data {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}
.muban-newsxq-center .newsxq-contact .newxq-data p {
  margin-right: 10%;
  font-size: var(--font-size-16);
  color: #999;
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-div {
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: var(--font-size-18);
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-div p {
  margin-bottom: 0.15rem;
  color: var(--color-text);
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-div img {
  display: block;
  border-radius: 10px;
  margin: 0.2rem 0;
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  border-top: 1px solid #eee;
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-bottom a {
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-bottom a:hover {
  font-weight: bold;
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-bottom .prev {
  color: var(--color-primary);
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-bottom .prev .iconfont {
  font-size: var(--font-size-30);
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-bottom .next {
  color: var(--color-text);
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-bottom .next .iconfont {
  font-size: var(--font-size-30);
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-bottom .news-list {
  min-width: 2.2rem;
  background: var(--color-primary);
  border-radius: 25px;
  text-align: center;
  font-size: var(--font-size-18);
  padding: 0.1rem 0.3rem;
  color: #fff;
  border: 1px solid var(--color-primary);
}
.muban-newsxq-center .newsxq-contact .newsxq-contact-bottom .news-list:hover {
  color: #fff;
  background: var(--color-link);
}

.muban-newsxq-right .newsxq-sidebar {
  height: 100%;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-box {
  background: #fff;
  border-radius: 0.2rem;
  padding: var(--font-size-20);
  margin-bottom: 0.2rem;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 15.9px 0px #F0F0F0;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-box.formbox {
  position: -webkit-sticky;
  position: sticky;
  top: 0rem;
  z-index: 1;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.2rem;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid var(--color-primary);
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-list a {
  display: block;
  font-size: var(--font-size-18);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  color: #666;
  padding: 0.12rem 0;
  border-bottom: 1px solid #f0f0f0;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-list a:last-child {
  border-bottom: none;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-list a:hover, .muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-list a.active {
  color: var(--color-primary);
  padding-left: 0.1rem;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-case .newsxq-case-item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-bottom: 0.15rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #f0f0f0;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-case .newsxq-case-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-case .newsxq-case-item:hover .newsxq-case-name {
  color: var(--color-primary);
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-case .newsxq-case-img {
  aspect-ratio: 4/3;
  width: max(0.8rem, 80px);
  border-radius: 4px;
  overflow: hidden;
  margin-right: 0.12rem;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-case .newsxq-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-case .newsxq-case-info {
  -moz-box-flex: 1;
       flex: 1;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-case .newsxq-case-name {
  font-size: var(--font-size-16);
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-case .newsxq-case-date {
  font-size: var(--font-size-14);
  color: #999;
  margin-top: 0.05rem;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group {
  margin-bottom: 0.15rem;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group input[type=text],
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group input[type=email],
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group input[type=tel],
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group textarea {
  width: 100%;
  padding: 0.12rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: var(--font-size-16);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group input[type=text]:focus,
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group input[type=email]:focus,
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group input[type=tel]:focus,
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group textarea:focus {
  border-color: var(--color-primary);
  outline: none;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group a {
  color: var(--color-primary);
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group textarea {
  height: 100px;
  resize: vertical;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group .checkboxinput {
  width: max(0.14rem, 14px);
  height: max(0.14rem, 14px);
  margin-right: 0.05rem;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group p {
  font-size: var(--font-size-14);
  color: #666;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group p a {
  color: var(--color-link);
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .form-group .error-msg {
  color: #ff4d4f;
  font-size: var(--font-size-14);
  margin-top: 0.05rem;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .stbtanc {
  width: 100%;
  padding: 0.12rem;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: var(--font-size-18);
  cursor: pointer;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.muban-newsxq-right .newsxq-sidebar .newsxq-sidebar-form .stbtanc:hover {
  background: var(--color-link);
}

@media screen and (max-width: 1280px) {
  .muban-newsxq-kuang {
    flex-wrap: wrap;
  }
  .muban-newsxq-left {
    width: 260px;
  }
  .muban-newsxq-right {
    width: 100%;
  }
  .muban-newsxq-center {
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 991px) {
  .muban-newsxq-kuang {
    flex-wrap: wrap;
  }
  .muban-newsxq-left {
    width: 100%;
    position: static;
    margin-bottom: 0.3rem;
  }
  .muban-newsxq-left .new-maodian-div .new-maodian-title {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    cursor: pointer;
    margin-bottom: 0px;
  }
  .muban-newsxq-left .new-maodian-div .new-maodian-toggle {
    display: block;
    -moz-transition: all 550ms;
    transition: all 550ms;
    -webkit-transition: all 550ms;
    font-size: var(--font-size-40);
    line-height: 1;
  }
  .muban-newsxq-left .new-maodian-div .new-maodian-toggle.active {
    -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
         transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .muban-newsxq-left .new-maodian-div #toc {
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 550ms;
    transition: all 550ms;
    -webkit-transition: all 550ms;
  }
  .muban-newsxq-left .new-maodian-div #toc.active {
    max-height: 500px;
    margin-top: 0.26rem;
  }
  .muban-newsxq-left .new-maodian-div #toc a {
    display: block;
    padding: 0.1rem 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .muban-newsxq-center {
    width: 100%;
  }
  .muban-newsxq-right {
    width: 100%;
    position: static;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .muban-newsxq-center .newsxq-contact {
    padding: var(--font-size-20);
  }
  .muban-newsxq-center .newsxq-contact h1 {
    font-size: var(--font-size-36);
  }
  .muban-newsxq-center .newsxq-contact h2 {
    font-size: var(--font-size-24);
  }
}
/* ========================================
   17. News detail page - end
   ======================================== */
/* ========================================
   18. News detail page V2 - start
   ======================================== */
.newxq-s1 {
  padding: 0.6rem 0 0.8rem;
}

.newxq-s1-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.newxq-s1-left {
  width: 68%;
}

.newxq-s1-lefttop {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-bottom: 0.24rem;
}

.newxq-s1-lefttop-l {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.newxq-s1-lefttop-ltime {
  font-size: var(--font-size-14);
  color: #999;
  margin-right: 0.2rem;
}

.newxq-s1-lefttop-ltag a {
  display: inline-block;
  padding: 0.04rem 0.14rem;
  font-size: var(--font-size-12);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 0.04rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.newxq-s1-lefttop-ltag a:hover {
  background: var(--color-primary);
  color: #fff;
}

.newxq-s1-lefttop-r {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.newxq-s1-lefttop-rtext {
  font-size: var(--font-size-14);
  color: #999;
  margin-right: 0.12rem;
}

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

.aut-fxicon {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #f0f0f0;
  margin-left: 0.08rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.aut-fxicon i {
  font-size: var(--font-size-14);
  color: #666;
}
.aut-fxicon:hover {
  background: var(--color-primary);
  -moz-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
       transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}
.aut-fxicon:hover i {
  color: #fff;
}

.newxq-s1-title {
  font-size: var(--font-size-36);
  color: var(--color-text);
  font-family: var(--font-bold);
  line-height: 1.4;
  margin-bottom: 0.24rem;
}

.newxq-s1-neirong {
  font-size: var(--font-size-16);
  color: #555;
  line-height: 1.8;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
}
.newxq-s1-neirong p {
  margin-bottom: 0.15rem;
}
.newxq-s1-neirong img {
  display: block;
  border-radius: 8px;
  margin: 0.2rem 0;
}

.newxq-s1-tag {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-bottom: 0.4rem;
}
.newxq-s1-tag a {
  display: inline-block;
  padding: 0.05rem 0.16rem;
  font-size: var(--font-size-13);
  color: #666;
  background: #f5f5f5;
  border-radius: 0.04rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.newxq-s1-tag a:hover {
  background: var(--color-primary);
  color: #fff;
}

.newxq-s1-page {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 0.3rem;
  border-top: 1px solid #eee;
}

.newxq-s1-pageprev a,
.newxq-s1-pagenext a {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  font-size: var(--font-size-15);
  color: var(--color-text);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.newxq-s1-pageprev a i,
.newxq-s1-pagenext a i {
  font-size: var(--font-size-18);
  color: #999;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.newxq-s1-pageprev a:hover,
.newxq-s1-pagenext a:hover {
  color: var(--color-primary);
}
.newxq-s1-pageprev a:hover i,
.newxq-s1-pagenext a:hover i {
  color: var(--color-primary);
}

.newxq-s1-pageprev a i {
  margin-right: 0.08rem;
}

.newxq-s1-pagenext a i {
  margin-left: 0.08rem;
}

.newxq-s1-pagetext {
  font-size: var(--font-size-15);
}

.newxq-s1-right {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.newxq-s1-right-title {
  margin-bottom: 0.2rem;
}
.newxq-s1-right-title p {
  font-size: var(--font-size-22);
  color: var(--color-text);
  font-family: var(--font-bold);
}

.newxq-s1-right-titlexian {
  width: 0.4rem;
  height: 3px;
  background: var(--color-primary);
  margin-top: 0.1rem;
  border-radius: 2px;
}

.newxq-s1-rightlist {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.newxq-s1-rightitem {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  padding: 0.14rem 0;
  border-bottom: 1px solid #f0f0f0;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.newxq-s1-rightitem:hover {
  padding-left: 0.06rem;
}
.newxq-s1-rightitem:hover .newxq-s1-rightitemt {
  color: var(--color-primary);
}

.newxq-s1-rightitemimg {
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.64rem;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 0.12rem;
}
.newxq-s1-rightitemimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newxq-s1-rightitemtxt {
  -moz-box-flex: 1;
       flex: 1;
  min-width: 0;
}

.newxq-s1-rightitemt {
  font-size: var(--font-size-14);
  color: var(--color-text);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.06rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}

.newxq-s1-rightitemtime {
  font-size: var(--font-size-12);
  color: #bbb;
}

@media screen and (max-width: 991px) {
  .newxq-s1-mid {
    flex-wrap: wrap;
  }
  .newxq-s1-left {
    width: 100%;
  }
  .newxq-s1-right {
    width: 100%;
    position: static;
    margin-top: 0.4rem;
  }
  .newxq-s1-rightlist {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    gap: 0.1rem;
  }
  .newxq-s1-rightitem {
    width: 48%;
    border-bottom: none;
    background: #f9f9f9;
    border-radius: 6px;
    padding: 0.12rem;
  }
  .newxq-s1-rightitemimg {
    width: 0.7rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .newxq-s1 {
    padding: 0.4rem 0 0.5rem;
  }
  .newxq-s1-lefttop {
    flex-wrap: wrap;
    gap: 0.1rem;
  }
  .newxq-s1-title {
    font-size: var(--font-size-28);
  }
  .newxq-s1-rightitem {
    width: 100%;
  }
}
/* ========================================
   18. News detail page V2 - end
   ======================================== */
/* ========================================
   19. Related cases Swiper - start
   ======================================== */
.newsxq-cases {
  padding: 0.5rem 0;
}

.newsxq-cases-title {
  font-size: var(--font-size-32);
  color: var(--color-text);
  font-family: var(--font-bold);
  text-align: center;
  margin-bottom: 0.1rem;
}

.newsxq-cases-line {
  width: 0.5rem;
  height: 3px;
  background: var(--color-primary);
  margin: 0 auto 0.35rem;
  border-radius: 2px;
}

.newsxq-cases-swiper {
  position: relative;
  overflow: hidden;
}
.newsxq-cases-swiper .swiper-pagination {
  position: unset;
  margin-top: 20px;
}

.newsxq-cases-item {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.newsxq-cases-item:hover {
  -moz-transform: translateY(-4px);
   -ms-transform: translateY(-4px);
       transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.newsxq-cases-item:hover .newsxq-cases-itemimg img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.newsxq-cases-item:hover .newsxq-cases-itemname {
  color: var(--color-primary);
}

.newsxq-cases-itemimg {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.newsxq-cases-itemimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}

.newsxq-cases-iteminfo {
  padding: 0.16rem 0.2rem;
}

.newsxq-cases-itemname {
  font-size: var(--font-size-20);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.06rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}

.newsxq-cases-itemdesc {
  font-size: var(--font-size-16);
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsxq-cases-swiper .swiper-pagination-bullet {
  width: max(0.08rem, 8px);
  height: max(0.08rem, 8px);
  background: #ccc;
  opacity: 1;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}

.newsxq-cases-swiper .swiper-pagination-bullet-active {
  background: var(--color-primary);
  width: 0.24rem;
  border-radius: 0.04rem;
}

@media screen and (max-width: 991px) {
  .newsxq-cases-iteminfo {
    padding: 0.12rem 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .newsxq-cases {
    padding: 0.3rem 0;
  }
  .newsxq-cases-title {
    font-size: var(--font-size-26);
  }
  .newsxq-cases-itemimg {
    aspect-ratio: 16/10;
  }
  .newsxq-cases-itemname {
    font-size: var(--font-size-16);
  }
}
/* ========================================
   19. Related cases Swiper - end
   ======================================== */
/* ========================================
   20. Privacy policy page - start
   ======================================== */
.privacy-s1 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.privacy-content {
  background: #fff;
  border-radius: 8px;
  padding: 0.6rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.privacy-title {
  font-size: var(--font-size-40);
  color: var(--color-text);
  font-family: var(--font-bold);
  text-align: center;
  margin-bottom: 0.12rem;
}

.privacy-update {
  font-size: var(--font-size-14);
  color: #999;
  text-align: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
}

.privacy-section {
  margin-bottom: 0.4rem;
}
.privacy-section:last-child {
  margin-bottom: 0;
}
.privacy-section h2 {
  font-size: var(--font-size-24);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.2rem;
  padding-top: 0.1rem;
}
.privacy-section p {
  font-size: var(--font-size-16);
  color: #555;
  line-height: 1.8;
  margin-bottom: 0.15rem;
}
.privacy-section ul {
  margin-bottom: 0.15rem;
  padding-left: 0.3rem;
}
.privacy-section ul li {
  font-size: var(--font-size-16);
  color: #555;
  line-height: 1.8;
  margin-bottom: 0.08rem;
  list-style: disc;
}
.privacy-section ul li strong {
  color: var(--color-text);
}

@media screen and (max-width: 991px) {
  .privacy-s1 {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .privacy-content {
    padding: 0.4rem;
  }
  .privacy-title {
    font-size: var(--font-size-32);
  }
}
@media screen and (max-width: 768px) {
  .privacy-s1 {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
  .privacy-content {
    padding: 0.3rem;
    border-radius: 6px;
  }
  .privacy-title {
    font-size: var(--font-size-28);
  }
  .privacy-section h2 {
    font-size: var(--font-size-20);
  }
  .privacy-section p,
  .privacy-section ul li {
    font-size: var(--font-size-14);
  }
}
/* ========================================
   20. Privacy policy page - end
   ======================================== */
/* ========================================
  Header search box styles - start
   ======================================== */
.m-muban-nav {
  background: #fff;
  background-size: cover;
  position: relative;
}
.m-muban-nav > img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.m-muban-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  background: #fff;
}

.step-motor-nav-right {
  width: 70.625%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  /* mobile search icon */
}
.step-motor-nav-right .sousuo-box {
  width: 100%;
}
.step-motor-nav-right .sousuo-input-container {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  background: #fff;
  border-radius: max(0.1rem, 10px);
  border: max(0.01rem, 1px) solid #BDBDBD;
  overflow: hidden;
  padding: 0.2rem 0px;
  padding-right: 0.5rem;
  position: relative;
}
.step-motor-nav-right .sousuo-icon {
  position: absolute;
  left: 0.2rem;
  font-size: var(--font-size-20);
  color: var(--color-e8e8e8);
  z-index: 1;
}
.step-motor-nav-right .sousuo-input {
  -moz-box-flex: 1;
       flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 0.5rem 0 0.5rem;
  font-size: var(--font-size-14);
  color: var(--color-text);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
  background: transparent;
}
.step-motor-nav-right .sousuo-input::-webkit-input-placeholder {
  color: #C9C9C9;
}
.step-motor-nav-right .sousuo-input:-ms-input-placeholder {
  color: #C9C9C9;
}
.step-motor-nav-right .sousuo-input::placeholder {
  color: #C9C9C9;
}
.step-motor-nav-right .sousuo-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 100%;
  background: -moz-linear-gradient(37deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(53deg, #011e4d 0%, #375385 100%);
  border: none;
  border-radius: 0.1rem;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.step-motor-nav-right .sousuo-btn .sousuo-btn-icon {
  font-size: var(--font-size-24);
  color: #fff;
}
.step-motor-nav-right .sousuo-tags {
  display: -moz-box;
  display: flex;
  gap: 0.2rem;
  margin-top: 0.08rem;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.step-motor-nav-right .sousuo-tag {
  color: #C9C9C9;
  text-decoration: none;
  font-size: var(--font-size-12);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.step-motor-nav-right .sousuo-tag:hover {
  color: var(--color-primary);
  opacity: 1;
}
.step-motor-nav-right .sousuo-mobile-btn {
  display: none;
  width: 0.4rem;
  height: 0.4rem;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  cursor: pointer;
  color: var(--color-text);
}
.step-motor-nav-right .sousuo-mobile-btn .iconfont {
  font-size: 24px;
}
.step-motor-nav-right .sousuo-mobile-btn:hover {
  color: var(--color-primary);
}

/* fullscreen search interface */
.sousuo-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9999;
  display: none;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.sousuo-fullscreen.active {
  display: -moz-box;
  display: flex;
}
.sousuo-fullscreen .sousuo-fullscreen-close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.sousuo-fullscreen .sousuo-fullscreen-close .iconguanbi {
  font-size: var(--font-size-20);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}
.sousuo-fullscreen .sousuo-fullscreen-close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}
.sousuo-fullscreen .sousuo-fullscreen-content {
  width: 90%;
  padding: 0.5rem 0;
}
.sousuo-fullscreen .sousuo-fullscreen-box {
  width: 100%;
}
.sousuo-fullscreen .sousuo-fullscreen-input-container {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.1rem;
  padding: 0.15rem 0;
  position: relative;
}
.sousuo-fullscreen .sousuo-fullscreen-icon {
  position: absolute;
  left: 0.2rem;
  font-size: var(--font-size-24);
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.sousuo-fullscreen .sousuo-fullscreen-input {
  -moz-box-flex: 1;
       flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 0.6rem 0 0.6rem;
  font-size: var(--font-size-20);
  color: #fff;
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
  background: transparent;
}
.sousuo-fullscreen .sousuo-fullscreen-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sousuo-fullscreen .sousuo-fullscreen-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sousuo-fullscreen .sousuo-fullscreen-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sousuo-fullscreen .sousuo-fullscreen-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 100%;
  background: -moz-linear-gradient(37deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(53deg, #011e4d 0%, #375385 100%);
  border: none;
  border-radius: 0.1rem;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.sousuo-fullscreen .sousuo-fullscreen-btn .sousuo-fullscreen-btn-icon {
  font-size: var(--font-size-28);
  color: #fff;
}
.sousuo-fullscreen .sousuo-fullscreen-tags {
  display: -moz-box;
  display: flex;
  gap: 0.3rem;
  margin-top: 0.3rem;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
}
.sousuo-fullscreen .sousuo-fullscreen-tag {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: var(--font-size-16);
  padding: 0.1rem 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.05rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.sousuo-fullscreen .sousuo-fullscreen-tag:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.bjdj-nav-muen {
  background: -moz-linear-gradient(2deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(88deg, #011e4d 0%, #375385 100%);
}
.bjdj-nav-muen ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  gap: 1rem;
}
.bjdj-nav-muen ul li > a,
.bjdj-nav-muen ul li > p {
  padding: 0.2rem 0px;
  color: #fff;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.1rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bjdj-nav-muen ul li > a:hover,
.bjdj-nav-muen ul li > p:hover {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.bjdj-nav-muen ul li span {
  width: max(0.27rem, 27px);
  height: max(0.27rem, 27px);
  display: inline-block;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

/* ---- navigation dropdown menu ---- */
.nav-has-dropdown {
  position: relative;
}
.nav-has-dropdown > a {
  position: relative;
  z-index: 2;
}

/* ---- navigation product dropdown menu ---- */
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(8px);
   -ms-transform: translateX(-50%) translateY(8px);
       transform: translateX(-50%) translateY(8px);
  width: max(11rem, 780px);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: var(--color-text);
  border-radius: 0.16rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 20px 50px -12px rgba(15, 26, 107, 0.12), 0 0 0 1px rgba(15, 26, 107, 0.03);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 100;
}
.nav-dropdown.teshu {
  width: auto;
}
.nav-dropdown.teshu a {
  white-space: nowrap;
}

.nav-has-dropdown:hover .nav-dropdown,
.nav-has-dropdown.active .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -moz-transform: translateX(-50%) translateY(0);
   -ms-transform: translateX(-50%) translateY(0);
       transform: translateX(-50%) translateY(0);
}

.nav-dropdown-body {
  padding: 0.28rem 0.32rem;
  color: var(--color-text);
}

.nav-dropdown-simple {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 0.1rem;
}
.nav-dropdown-simple a {
  display: block;
  padding: 0.08rem 0;
  color: var(--color-text);
  text-decoration: none;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.nav-dropdown-simple a:hover {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 0.06rem;
}

/* five-column layout */
.nav-dropdown-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.nav-dropdown-col {
  padding: 0 0.18rem;
  position: relative;
}
.nav-dropdown-col a {
  display: block;
  font-size: var(--font-size-16);
}
.nav-dropdown-col a:hover {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 0.06rem;
}
.nav-dropdown-col:first-child, .nav-dropdown-col:nth-child(4n+1) {
  padding-left: 0;
}
.nav-dropdown-col:last-child, .nav-dropdown-col:nth-child(4n) {
  padding-right: 0;
}
.nav-dropdown-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: -moz-linear-gradient(top, transparent 0%, #eee 20%, #eee 80%, transparent 100%);
  background: linear-gradient(180deg, transparent 0%, #eee 20%, #eee 80%, transparent 100%);
}

.nav-dropdown-col .nav-col-title {
  font-size: var(--font-size-22);
}

.nav-col-title {
  color: var(--color-primary);
  font-family: var(--font-bold);
  margin-bottom: 0.06rem;
  padding-left: 0.1rem;
  position: relative;
}
.nav-col-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 3px;
  height: 0.14rem;
  background: var(--color-primary);
  border-radius: 2px;
}

@media screen and (max-width: 1080px) {
  .nav-dropdown {
    left: 120%;
  }
}
/* responsive styles */
@media screen and (max-width: 991px) {
  .bjdj-nav-muen {
    display: none;
  }
  .m-muban-mid {
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .step-motor-nav-right {
    -moz-box-pack: end;
         justify-content: flex-end;
    padding-right: 40px;
    width: auto;
  }
  .step-motor-nav-right .sousuo-box {
    display: none;
  }
  .step-motor-nav-right .sousuo-mobile-btn {
    display: -moz-box;
    display: flex;
  }
}
/* ========================================
   Header search box styles - end
   ======================================== */
.bjdj-index-s1-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3.54rem, 1fr));
  gap: 0.24rem;
  margin-top: -0.1rem;
  position: relative;
  z-index: 2;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.bjdj-index-s1-item {
  padding: 0.4rem;
  border-radius: max(0.1rem, 10px);
  background: -moz-linear-gradient(27deg, #EBF5FF 0%, #EBF5FF 99%);
  background: linear-gradient(63deg, #EBF5FF 0%, #EBF5FF 99%);
  overflow: hidden;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.bjdj-index-s1-item:hover {
  -moz-transform: translateY(-0.1rem);
   -ms-transform: translateY(-0.1rem);
       transform: translateY(-0.1rem);
  background: -moz-linear-gradient(27deg, #011e4d 0%, #375385 99%);
  background: linear-gradient(63deg, #011e4d 0%, #375385 99%);
  box-shadow: 0px 12px 24px 0px rgba(1, 30, 77, 0.3);
}
.bjdj-index-s1-item:hover .bjdj-index-s1-title {
  color: #fff;
}
.bjdj-index-s1-item:hover .bjdj-index-s1-icon {
  background: #fff;
  color: var(--color-primary);
}
.bjdj-index-s1-item:hover .bjdj-index-s1-item-bottom {
  color: #fff;
}
.bjdj-index-s1-item:hover .bjdj-index-s1-item-top::before {
  width: 90%;
  background: #fff;
}

.bjdj-index-s1-title {
  font-size: var(--font-size-32);
  color: var(--color-primary);
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
}

.bjdj-index-s1-icon {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-weight: bold;
  width: max(0.36rem, 30px);
  height: max(0.36rem, 30px);
  border-radius: 50%;
  font-size: var(--font-size-30);
  color: #fff;
  background: var(--color-primary);
}

.bjdj-index-s1-item-bottom {
  font-size: var(--font-size-16);
  color: #666;
  margin-top: 0.2rem;
}

.bjdj-index-s1-item-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-bottom: 0.1rem;
  position: relative;
}
.bjdj-index-s1-item-top::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0.9rem;
  bottom: 0px;
  height: max(0.02rem, 2px);
  background: var(--color-primary);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .bjdj-index-s1-list {
    padding: 0px;
    margin-top: 10px;
  }
}
.bjdj-index-s2-mid {
  margin-bottom: 1rem;
}

.bjdj-index-s2-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.bjdj-index-s2-top-title {
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-48);
  color: var(--color-vi);
  margin-right: 0.24rem;
  line-height: 1;
}

.bjdj-index-s2-top-desc {
  color: #666;
}

.bjdj-index-s2-top-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  gap: 0.1rem;
}
.bjdj-index-s2-top-right img {
  width: auto;
  height: max(0.2rem, 20px);
}
.bjdj-index-s2-top-right:hover {
  color: var(--color-primary);
}
.bjdj-index-s2-top-right:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(1800%) hue-rotate(195deg) brightness(90%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(1800%) hue-rotate(195deg) brightness(90%) contrast(90%);
}

.bjdj-index-s2-top-left {
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.bjdj-index-s2-table {
  background: #FAFAFA;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  padding: 0.02rem 0px;
  margin-top: 0.48rem;
  border-radius: 0.1rem;
  gap: 0.1rem;
  overflow-x: hidden;
  width: 100%;
}

.bjdj-index-s2-kk {
  padding: 0.1rem 0.4rem;
  padding-bottom: 0.14rem;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.bjdj-index-s2-kk.active, .bjdj-index-s2-kk:hover {
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  border-radius: 0.1rem;
  color: var(--color-primary);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
}
.bjdj-index-s2-kk.active img, .bjdj-index-s2-kk:hover img {
  opacity: 1;
}
.bjdj-index-s2-kk img {
  width: 0.74rem;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  opacity: 0;
}

.bjdj-swiper-list {
  margin-top: 0.44rem;
}

.bjdjswiper {
  padding-left: 10px;
  padding-right: 10px;
}

.bjdj-index-s2-k-img {
  aspect-ratio: 4/3.5;
  padding: 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.bjdj-index-s2-k-img img {
  object-fit: contain;
  width: auto;
}

.bjdj-index-s2-k-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-text);
  padding: 0.44rem 0.2rem;
  background: -moz-linear-gradient(18deg, #fff 0%, #fff 100%);
  background: linear-gradient(72deg, #fff 0%, #fff 100%);
  position: relative;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: var(--font-size-24);
  text-align: center;
  border: 1px solid #F2F2F2;
}
.bjdj-index-s2-k-desc::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: max(0.08rem, 6px);
  background: -moz-linear-gradient(274deg, #ffae18 1%, #ffdf61 100%);
  background: linear-gradient(176deg, #ffae18 1%, #ffdf61 100%);
  opacity: 0;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.bjdj-index-s2-kuang {
  background: #fafafa;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  border-radius: max(0.1rem, 10px);
  display: block;
}
.bjdj-index-s2-kuang:hover {
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.24);
}
.bjdj-index-s2-kuang:hover .bjdj-index-s2-k-desc {
  border-color: transparent;
  color: #fff;
  background: -moz-linear-gradient(18deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(72deg, #011e4d 0%, #375385 100%);
}
.bjdj-index-s2-kuang:hover .bjdj-index-s2-k-desc::before {
  opacity: 1;
}

.swiper-pagination.lanse {
  position: unset;
  margin-top: 0.4rem;
}
.swiper-pagination.lanse .swiper-pagination-bullet {
  background: #D8D8D8;
  margin: 0px 0.04rem;
  width: max(0.08rem, 8px);
  height: max(0.08rem, 8px);
}
.swiper-pagination.lanse .swiper-pagination-bullet-active {
  background: var(--color-primary);
  width: max(0.26rem, 26px);
  border-radius: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: max(0.38rem, 30px);
  height: max(0.38rem, 30px);
  margin: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #CCCCCC;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: var(--font-size-22);
  color: #fff;
  font-weight: bold;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--color-primary);
}

.bjdj-swiper-item {
  position: relative;
  display: none;
}
.bjdj-swiper-item.active {
  display: block;
}
.bjdj-swiper-item:hover .bjdj-swiper-annu {
  visibility: visible;
}

.bjdj-swiper-item .swiper-button-next,
.bjdj-swiper-item .swiper-button-prev {
  top: -moz-calc(50% - 0.4rem);
  top: calc(50% - 0.4rem);
}

.bjdj-swiper-annu {
  position: absolute;
  width: -moz-calc(100% + 1.2rem);
  width: calc(100% + 1.2rem);
  z-index: 1;
  left: -0.6rem;
  top: 50%;
  visibility: hidden;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .bjdj-index-s2-k-desc {
    padding: 10px;
    font-size: 14px;
  }
  .bjdj-index-s2-top {
    flex-wrap: wrap;
    gap: 10px;
  }
  .bjdj-index-s2-top-left {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-align: start;
         align-items: flex-start;
    gap: 6px;
  }
  .bjdj-index-s2-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 4px;
    margin-top: 0.24rem;
    gap: 6px;
    border-radius: 8px;
    scrollbar-width: none;
  }
  .bjdj-index-s2-table::-webkit-scrollbar {
    display: none;
  }
  .bjdj-index-s2-kk {
    flex-shrink: 0;
    padding: 8px 16px;
    padding-bottom: 10px;
    white-space: nowrap;
    border-radius: 8px;
  }
  .bjdj-index-s2-kk.active, .bjdj-index-s2-kk:hover {
    border-radius: 8px;
  }
  .bjdj-swiper-list {
    margin-top: 0.24rem;
  }
  .bjdjswiper {
    padding: 0px;
  }
  .swiper-pagination.lanse {
    margin-top: 0.2rem;
  }
  .bjdj-swiper-annu {
    left: 0px;
    width: 100%;
    visibility: visible;
  }
}
.bjdj-index-s3-box {
  overflow: hidden;
  margin-bottom: 1rem;
}

.indexnewsproducts {
  padding-top: 0.6rem;
  overflow: visible;
}

.index-newsproducts-k-img {
  padding: 0.12rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  aspect-ratio: 1/1;
}
.index-newsproducts-k-img img {
  width: auto;
  object-fit: contain;
}

.index-newsproducts-k-title {
  color: var(--color-text);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-newsproducts-k {
  display: block;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid transparent;
  position: relative;
  padding: 0.2rem;
  padding-bottom: 0.4rem;
}
.index-newsproducts-k:hover {
  border-color: #2947A7;
  box-shadow: 0px 4px 10px 0px rgba(229, 229, 229, 0.3);
}
.index-newsproducts-k:hover .index-newsproducts-k-title {
  color: var(--color-primary);
}
.index-newsproducts-k:hover::before {
  width: 90%;
}
.index-newsproducts-k::before {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  bottom: 0px;
  height: max(0.06rem, 3px);
  background: var(--color-primary);
  width: 0%;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.swiperbjdj-annu {
  position: unset;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.12rem;
  margin-top: 0.4rem;
}
.swiperbjdj-annu .swiper-button-prev,
.swiperbjdj-annu .swiper-button-next {
  position: unset;
  -moz-transform: unset;
   -ms-transform: unset;
       transform: unset;
}

/* index news */
.bjdj-index-news-mid {
  margin-bottom: 1rem;
}

.bjdj-index-s2-top.xiahuaxian {
  position: relative;
  padding-bottom: 0.24rem;
}
.bjdj-index-s2-top.xiahuaxian::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: max(0.01rem, 1px);
  background: #D8D8D8;
}
.bjdj-index-s2-top.xiahuaxian::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: max(0.6rem, 20px);
  height: max(0.01rem, 1px);
  background: var(--color-primary);
}

.bjdj-index-news-item {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.bjdj-index-news-item:hover .bjdj-index-news-item-hover {
  opacity: 1;
}

.bjdj-index-news-item-title {
  font-size: var(--font-size-24);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--color-primary);
  margin-bottom: 0.08rem;
}

.bjdj-index-news-item-desc {
  color: var(--color-666);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bjdj-index-news-item-time {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.12rem;
  font-size: var(--font-size-16);
  color: #666666;
  margin-top: 0.34rem;
}

.bjdj-index-news-item-img {
  border-radius: 0.1rem;
  aspect-ratio: 52/34;
  overflow: hidden;
}

.bjdj-index-news-item-bottom {
  margin-top: 0.24rem;
}

.bjdj-index-news-list {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5.2rem, 1fr));
  gap: 0.2rem;
}

.bjdj-index-news-item-hover {
  position: absolute;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.bjdj-index-news-item-hover .bjdj-index-news-item-time {
  color: #fff;
}
.bjdj-index-news-item-hover .bjdj-index-news-item-time .iconfont {
  color: #fff;
}

.bjdj-index-news-item-hover-title {
  font-size: var(--font-size-32);
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.bjdj-index-news-item-hover-desc {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bjdj-index-news-item-hover-div {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.3rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: baseline;
       align-items: baseline;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}

.bjdj-index-news-item-hover-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.bjdj-index-news-item-hover-img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(1, 30, 77, 0.8);
}
.bjdj-index-news-item-hover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crumbs-kuang {
  color: #666;
  font-size: var(--font-size-14);
  padding: 0.14rem 0px;
}
.crumbs-kuang a:hover {
  color: var(--color-link);
}

/* chanpin yiji juhe */
.bjdj-aggre-s1-left {
  width: 68.125%;
}

.bjdj-one-aggre-s1-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-bottom: 0.48rem;
  border-bottom: max(0.01rem, 1px) solid #666;
  padding-top: 0.6rem;
  margin-bottom: 0.48rem;
}

.bjdj-aggre-s1-left-title {
  font-size: var(--font-size-48);
  color: var(--color-vi);
  margin-bottom: 0.16rem;
  line-height: 1;
}

.bjdj-aggre-s1-left-list {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  display: -moz-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  row-gap: 0.1rem;
}
.bjdj-aggre-s1-left-list div {
  font-size: var(--font-size-24);
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.aggre-s1-icon {
  background: -moz-linear-gradient(top, #2947a7 0%, rgba(41, 71, 167, 0) 100%);
  background: linear-gradient(180deg, #2947a7 0%, rgba(41, 71, 167, 0) 100%);
  width: max(0.1rem, 10px);
  height: max(0.1rem, 10px);
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.1rem;
}

.bjdj-aggre-s1-right {
  width: 29.6875%;
  border-radius: 0.1rem;
  box-shadow: 8px 9px 30px 0px rgba(28, 28, 28, 0.12);
  aspect-ratio: 475/316;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
}
.bjdj-aggre-s1-right img {
  object-fit: contain;
}
.bjdj-aggre-s1-right:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}

.bjdj-aggre-s1-left-jieshao {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.14rem;
  margin-bottom: 0.3rem;
}
.bjdj-aggre-s1-left-jieshao > div {
  width: 49%;
}

.bjdj-aggre-yuanquan {
  border: 2px solid var(--color-vi);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.05rem;
}

.huise {
  color: var(--color-666);
}

@media screen and (max-width: 991px) {
  .bjdj-one-aggre-s1-kuang {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
    gap: 0.4rem;
  }
  .bjdj-aggre-s1-left {
    width: 100%;
  }
  .bjdj-aggre-s1-right {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bjdj-aggre-s1-left-jieshao {
    gap: 0.1rem;
  }
  .bjdj-aggre-s1-left-jieshao > div {
    width: 100%;
  }
}
.bjdj-one-aggre-s2-mid {
  margin-bottom: 1rem;
}

.bjdj-one-aggre-s2-item {
  display: block;
  background: #fafafa;
  padding: 0.3rem;
  padding-top: 0.2rem;
  border-radius: 0.1rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bjdj-one-aggre-s2-item:hover {
  -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
       transform: translateY(-10px);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.16);
}

.bjdj-one-aggre-s2-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  font-size: var(--font-size-24);
  gap: 0.2rem;
  margin-bottom: 0.2rem;
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
}
.bjdj-one-aggre-s2-top img {
  width: max(0.75rem, 40px);
}

.bjdj-one-aggre-s2-bottom {
  color: #666;
}

.bjdj-one-aggre-s2-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5.2rem, 1fr));
  gap: 0.14rem;
}

/* ========================================
   23. Product first-level aggregation - product cards - start
   ======================================== */
.bjdj-proone-s2-title {
  font-size: var(--font-size-40);
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
  color: var(--color-vi);
  line-height: 1;
  position: relative;
  padding-left: 0.16rem;
  margin-bottom: 0.34rem;
}
.bjdj-proone-s2-title::before {
  content: "";
  position: absolute;
  width: max(0.06rem, 4px);
  height: 100%;
  left: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  background: -moz-linear-gradient(82deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(8deg, #011e4d 0%, #375385 100%);
  border-radius: 0.4rem;
}

.bjdj-proone-cp-title {
  display: block;
  margin-left: 0.22rem;
  font-size: var(--font-size-34);
  text-decoration: underline;
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  background: -moz-linear-gradient(11deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(79deg, #011e4d 0%, #375385 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-underline-offset: 0.1rem;
  margin-bottom: 0.32rem;
}
.bjdj-proone-cp-title:hover {
  background: -moz-linear-gradient(11deg, #375385 0%, var(--color-link) 100%);
  background: linear-gradient(79deg, #375385 0%, var(--color-link) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.bjdj-proone-card-item {
  margin-bottom: 0.48rem;
}

.bjdj-proone-ckgd {
  padding-top: 0.16rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.2rem;
  cursor: pointer;
  color: #666;
}
.bjdj-proone-ckgd img {
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
       transform: rotate(90deg);
  width: max(0.12rem, 12px);
}

.bjdj-proone-card-s2-mid .bjdj-proone-card {
  display: -moz-box;
  display: flex;
  -moz-box-align: stretch;
       align-items: stretch;
  -moz-box-pack: justify;
       justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.6rem;
  padding-bottom: 0.3rem;
  background: #fff;
  border-radius: 0.12rem;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  margin-bottom: 0.24rem;
}
.bjdj-proone-card-s2-mid .bjdj-proone-card:hover {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.16);
}
.bjdj-proone-card-s2-mid .bjdj-proone-card-left {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: start;
       align-items: flex-start;
  width: 63.75%;
}
.bjdj-proone-card-s2-mid .bjdj-proone-card-left ul {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.32rem;
  row-gap: 0.1rem;
  margin-top: 0.24rem;
}
.bjdj-proone-card-s2-mid .bjdj-proone-card-left ul li {
  font-size: var(--font-size-20);
  color: var(--color-primary);
}
.bjdj-proone-card-s2-mid .bjdj-proone-card-left ul li a:hover {
  color: var(--color-link);
}
.bjdj-proone-card-s2-mid .bjdj-proone-card-right {
  width: 22.5%;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-flex: 1;
       flex: 1;
}
.bjdj-proone-card-s2-mid .bjdj-proone-card-img img {
  width: auto;
}

.bjdj-proone-card-left .bjdj-proone-card-title {
  font-size: var(--font-size-28);
  color: var(--color-666);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0.08rem;
}
.bjdj-proone-card-left .bjdj-proone-card-title:hover {
  color: var(--color-primary);
}
.bjdj-proone-card-left .bjdj-proone-card-line {
  width: 100%;
  height: max(0.05rem, 5px);
  background: var(--color-primary);
  margin-bottom: 0.16rem;
}

.bjdj-proone-card-btn {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  margin-top: auto;
  padding: 0.1rem 0.2rem;
  color: var(--color-vi);
  border-radius: 0.05rem;
  box-shadow: 0 0.04rem 0.16rem rgba(28, 28, 28, 0.08);
  border: 1px solid var(--color-vi);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-proone-card-btn .iconfont {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: max(0.18rem, 18px);
  height: max(0.18rem, 18px);
  margin-left: 0.1rem;
  border-radius: 50%;
  background: -moz-linear-gradient(45deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(45deg, #011e4d 0%, #375385 100%);
  color: #fff;
  font-size: var(--font-size-12);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-proone-card-btn:hover {
  color: #fff;
  background: -moz-linear-gradient(19deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(71deg, #011e4d 0%, #375385 100%);
}
.bjdj-proone-card-btn:hover .iconfont {
  background: #fff;
  color: var(--color-vi);
}

.bjdj-proone-card-right .bjdj-proone-card-img {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
}
.bjdj-proone-card-right .bjdj-proone-card-img img {
  max-width: 100%;
  object-fit: contain;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-proone-card-right .bjdj-proone-card-img:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.bjdj-proone-card-right .bjdj-proone-card-links {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  gap: 0.3rem;
  margin-top: 0.24rem;
}
.bjdj-proone-card-right .bjdj-proone-card-links .bjdj-proone-card-link {
  cursor: pointer;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  color: var(--color-link);
  font-size: var(--font-size-16);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-proone-card-right .bjdj-proone-card-links .bjdj-proone-card-link img {
  width: max(0.18rem, 16px);
  margin-right: 0.08rem;
}
.bjdj-proone-card-right .bjdj-proone-card-links .bjdj-proone-card-link:hover {
  opacity: 0.7;
}

.bjdj-proone-card-list .bjdj-proone-card:nth-child(n+2) {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  -moz-transition: max-height 0.5s ease, opacity 0.3s ease, margin 0.3s ease, padding 0.3s ease;
  transition: max-height 0.5s ease, opacity 0.3s ease, margin 0.3s ease, padding 0.3s ease;
  margin-bottom: 0px;
}
.bjdj-proone-card-list.expanded .bjdj-proone-card:nth-child(n+2) {
  max-height: 800px;
  opacity: 1;
  margin-top: 0.32rem;
  padding: 0.5rem 0.6rem 0.3rem;
  margin-bottom: 0.2rem;
}

.bjdj-proone-ckgd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-proone-ckgd:hover {
  color: var(--color-primary);
}
.bjdj-proone-ckgd:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(1800%) hue-rotate(195deg) brightness(90%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(1800%) hue-rotate(195deg) brightness(90%) contrast(90%);
}
.bjdj-proone-ckgd.expanded img {
  -moz-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
       transform: rotate(270deg);
}

@media screen and (max-width: 991px) {
  .bjdj-proone-card-list.expanded .bjdj-proone-card:nth-child(n+2) {
    padding: 0.4rem;
  }
  .bjdj-proone-card-s2-mid .bjdj-proone-card {
    gap: 0.3rem;
    padding: 0.4rem;
  }
  .bjdj-proone-card-left .bjdj-proone-card-btn {
    margin-top: 0.3rem;
  }
  .bjdj-proone-card-right .bjdj-proone-card-img {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .bjdj-proone-card-right .bjdj-proone-card-links {
    flex-wrap: wrap;
  }
  .bjdj-proone-card {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .bjdj-proone-card-s2-mid .bjdj-proone-card-left,
  .bjdj-proone-card-s2-mid .bjdj-proone-card-right {
    width: 100%;
  }
  .bjdj-proone-card-right .bjdj-proone-card-img {
    margin: auto;
  }
}
/* ========================================
   23. Product first-level aggregation - product cards - end
   ======================================== */
/* product second-level aggregation */
.bjdj-protwo-s1-kuang {
  margin-top: 0.5rem;
}

.bjdj-protwo-s1-title {
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
  color: var(--color-vi);
  text-align: center;
  margin-bottom: 0.44rem;
}

.bjdj-protwo-s1-desc {
  font-size: var(--font-size-20);
  margin-bottom: 0.64rem;
}
.bjdj-protwo-s1-desc p {
  text-indent: 2em;
  font-size: var(--font-size-20);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.bjdj-protwo-s1-desc em {
  text-decoration: underline;
  color: var(--color-primary);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
  text-underline-offset: 0.2em;
}
.bjdj-protwo-s1-desc a {
  color: var(--color-primary);
}

.bjdj-protwo-s1-item {
  background: #FAFAFA;
  position: relative;
  padding-left: 0.48rem;
  padding-right: 0.26rem;
  padding-top: 0.46rem;
  padding-bottom: 0.2rem;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
       justify-content: space-between;
  align-content: space-between;
}
.bjdj-protwo-s1-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: max(0.1rem, 6px);
  height: 100%;
  background: -moz-linear-gradient(88deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(2deg, #011e4d 0%, #375385 100%);
}
.bjdj-protwo-s1-item .bjdj-proone-card-btn {
  margin-top: 0.22rem;
}
.bjdj-protwo-s1-item:hover {
  -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
       transform: translateY(-10px);
}
.bjdj-protwo-s1-item:hover .bjdj-proone-card-btn {
  color: #fff;
  background: -moz-linear-gradient(19deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(71deg, #011e4d 0%, #375385 100%);
}
.bjdj-protwo-s1-item:hover .bjdj-proone-card-btn .iconfont {
  background: #fff;
  color: var(--color-vi);
}

.bjdj-protwo-s1-item-title {
  font-size: var(--font-size-34);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  margin-bottom: 0.3rem;
}

.bjdj-protwo-s1-item-desc {
  color: var(--color-666);
}

.bjdj-protwo-s1-fenlei-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5.24rem, 1fr));
  gap: 0.14rem;
  margin-bottom: 0.88rem;
}

.bjdj-protwo-s1-itme-bottom {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}

.bjdj-protwo-s2-kuang {
  padding-top: 0.88rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0.88rem;
  border-top: max(0.01rem, 1px) solid #A4A4A4;
  border-bottom: max(0.01rem, 1px) solid #A4A4A4;
}
.bjdj-protwo-s2-kuang .bjdj-proone-ckgd {
  margin-top: 0.2rem;
}

.bjdj-protwo-s2-item-img {
  overflow: hidden;
  padding: 0.2rem;
  aspect-ratio: 4/3;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.bjdj-protwo-s2-item-img img {
  width: auto;
  object-fit: contain;
}

.bjdj-protwo-s2-item-bottom {
  padding: 0.24rem;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-top: 0px;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.bjdj-protwo-s2-item-title {
  font-size: var(--font-size-24);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  color: var(--color-vi);
  margin-bottom: 0.14rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
}

.bjdj-protwo-s2-item-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  color: #666;
  text-align: justify;
}

.bjdj-protwo-s2-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}

.bjdj-protwo-s2-item {
  background: #fafafa;
  border-radius: 0.1rem;
  overflow: hidden;
  display: block;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bjdj-protwo-s2-item:hover {
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.24);
}
.bjdj-protwo-s2-item:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.bjdj-protwo-s2-item:hover .bjdj-protwo-s2-item-bottom {
  background: -moz-linear-gradient(24deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(66deg, #011e4d 0%, #375385 100%);
  border-color: transparent;
}
.bjdj-protwo-s2-item:hover .bjdj-protwo-s2-item-title {
  color: #fff;
}
.bjdj-protwo-s2-item:hover .bjdj-protwo-s2-item-desc {
  color: #fff;
}

.bjdj-protwo-s2-item-bottom {
  background: #fff;
  text-align: center;
}

/* product second-level aggregation - list expand/collapse */
.bjdj-protwo-s2-list .bjdj-protwo-s2-item:nth-child(n+5) {
  display: none;
}
.bjdj-protwo-s2-list.expanded .bjdj-protwo-s2-item:nth-child(n+5) {
  display: block;
  -webkit-animation: protwoFadeIn 0.4s ease both;
     -moz-animation: protwoFadeIn 0.4s ease both;
          animation: protwoFadeIn 0.4s ease both;
}

@-webkit-keyframes protwoFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes protwoFadeIn {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes protwoFadeIn {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .bjdj-protwo-s2-list {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* table */
.bjdj-protwo-biaoge {
  margin-top: 0.1rem;
  padding-bottom: 0.8rem;
}
.bjdj-protwo-biaoge table tr td {
  vertical-align: middle;
  padding: 0.2rem;
  font-size: var(--font-size-18);
  color: var(--color-vi);
  background: #FAFAFA;
  text-align: center;
  min-width: 100px;
}
.bjdj-protwo-biaoge table tr td:nth-child(1) {
  max-width: 1.7rem;
}
.bjdj-protwo-biaoge table tr:nth-child(2n+1) td {
  background: #fff;
}
.bjdj-protwo-biaoge table tr td:nth-child(2) img {
  width: max(1.2rem, 100px);
}
.bjdj-protwo-biaoge table tr:first-child td {
  background: #EBF5FF;
  color: var(--color-vi);
  font-size: var(--font-size-24);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
}

.banner-mid.fenye {
  position: relative;
}
.banner-mid.fenye::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(1, 30, 77, 0.4);
  z-index: 1;
}
.banner-mid.fenye .banner-text {
  text-align: center;
}

.bjdj-ab-s1-top {
  background: #F7F7F7;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
}

.bjdj-ab-s1-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.64rem;
}
.bjdj-ab-s1-list a {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  color: #666666;
  position: relative;
}
.bjdj-ab-s1-list a:hover, .bjdj-ab-s1-list a.active {
  color: var(--color-text);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  color: var(--color-text);
}
.bjdj-ab-s1-list a:hover::before, .bjdj-ab-s1-list a.active::before {
  width: 100%;
}
.bjdj-ab-s1-list a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  background: var(--color-primary);
  height: max(0.04rem, 2px);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.bjdj-ab-s1-kuang {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* ========================================
   25. About us - corporate culture - start
   ======================================== */
.bjdj-ab-qywh {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #f5f7fa;
}

.bjdj-ab-qywh-top {
  text-align: center;
  margin-bottom: 0.5rem;
}
.bjdj-ab-qywh-top .bjdj-ab-qywh-title {
  font-size: var(--font-size-48);
  color: var(--color-text);
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
  margin-bottom: 0.1rem;
}
.bjdj-ab-qywh-top .bjdj-ab-qywh-desc {
  color: #666;
  max-width: 12rem;
  margin: 0 auto;
}

.bjdj-ab-qywh-list {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: stretch;
       align-items: stretch;
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item {
  width: 32%;
  padding: 0.5rem 0.45rem;
  background: #fff;
  border-radius: max(0.08rem, 8px);
  overflow: hidden;
  box-shadow: 0 0.04rem 0.2rem rgba(15, 26, 107, 0.06);
  cursor: pointer;
  position: relative;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item > div {
  position: relative;
  z-index: 1;
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item > img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item .bjdj-ab-qywh-item-icon {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #eef2f8;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-bottom: 0.2rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item .bjdj-ab-qywh-item-icon img {
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item .bjdj-ab-qywh-item-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.18rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item .bjdj-ab-qywh-item-desc {
  color: #666;
  line-height: 1.8;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item.active > img, .bjdj-ab-qywh-list .bjdj-ab-qywh-item:hover > img {
  opacity: 1;
  z-index: 0;
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item.active .bjdj-ab-qywh-item-icon, .bjdj-ab-qywh-list .bjdj-ab-qywh-item:hover .bjdj-ab-qywh-item-icon {
  background: #fff;
}
.bjdj-ab-qywh-list .bjdj-ab-qywh-item.active .bjdj-ab-qywh-item-title,
.bjdj-ab-qywh-list .bjdj-ab-qywh-item.active .bjdj-ab-qywh-item-desc, .bjdj-ab-qywh-list .bjdj-ab-qywh-item:hover .bjdj-ab-qywh-item-title,
.bjdj-ab-qywh-list .bjdj-ab-qywh-item:hover .bjdj-ab-qywh-item-desc {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .bjdj-ab-qywh {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bjdj-ab-qywh-top {
    margin-bottom: 0.4rem;
  }
  .bjdj-ab-qywh-top .bjdj-ab-qywh-desc {
    max-width: 100%;
  }
  .bjdj-ab-qywh-list {
    flex-wrap: wrap;
  }
  .bjdj-ab-qywh-list .bjdj-ab-qywh-item {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.4rem 0.35rem;
  }
  .bjdj-ab-qywh-list .bjdj-ab-qywh-item:last-child {
    margin-bottom: 0;
  }
  .bjdj-ab-qywh-list .bjdj-ab-qywh-item .bjdj-ab-qywh-item-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .bjdj-ab-qywh-list .bjdj-ab-qywh-item .bjdj-ab-qywh-item-icon img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
/* ========================================
   25. About us - corporate culture - end
   ======================================== */
/* ========================================
   26. About us - R&D strength - start
   ======================================== */
.bjdj-ab-yfsl {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
}

.bjdj-ab-yfsl-list {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: stretch;
       align-items: stretch;
  margin-top: 0.5rem;
}
.bjdj-ab-yfsl-list .bjdj-ab-yfsl-item {
  width: 32%;
  padding: 0.5rem 0.45rem 0.55rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0.04rem 0.2rem rgba(15, 26, 107, 0.06);
  text-align: center;
  cursor: pointer;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-yfsl-list .bjdj-ab-yfsl-item .bjdj-ab-yfsl-item-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto 0.25rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.bjdj-ab-yfsl-list .bjdj-ab-yfsl-item .bjdj-ab-yfsl-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bjdj-ab-yfsl-list .bjdj-ab-yfsl-item .bjdj-ab-yfsl-item-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.18rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-yfsl-list .bjdj-ab-yfsl-item .bjdj-ab-yfsl-item-desc {
  color: #666;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-yfsl-list .bjdj-ab-yfsl-item.active, .bjdj-ab-yfsl-list .bjdj-ab-yfsl-item:hover {
  box-shadow: 0 0.12rem 0.4rem rgba(15, 26, 107, 0.15), 0 0.04rem 0.08rem rgba(15, 26, 107, 0.08);
  -moz-transform: translateY(-0.04rem);
   -ms-transform: translateY(-0.04rem);
       transform: translateY(-0.04rem);
}
.bjdj-ab-yfsl-list .bjdj-ab-yfsl-item.active .bjdj-ab-yfsl-item-title, .bjdj-ab-yfsl-list .bjdj-ab-yfsl-item:hover .bjdj-ab-yfsl-item-title {
  color: var(--color-primary);
}
.bjdj-ab-yfsl-list .bjdj-ab-yfsl-item.active .bjdj-ab-yfsl-item-icon img, .bjdj-ab-yfsl-list .bjdj-ab-yfsl-item:hover .bjdj-ab-yfsl-item-icon img {
  -webkit-animation: abYfslIconBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
     -moz-animation: abYfslIconBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: abYfslIconBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@-webkit-keyframes abYfslIconBounce {
  0% {
    transform: scale(1) translateY(0);
  }
  40% {
    transform: scale(1.15) translateY(-0.08rem);
  }
  70% {
    transform: scale(0.95) translateY(0.02rem);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

@-moz-keyframes abYfslIconBounce {
  0% {
    -moz-transform: scale(1) translateY(0);
         transform: scale(1) translateY(0);
  }
  40% {
    -moz-transform: scale(1.15) translateY(-0.08rem);
         transform: scale(1.15) translateY(-0.08rem);
  }
  70% {
    -moz-transform: scale(0.95) translateY(0.02rem);
         transform: scale(0.95) translateY(0.02rem);
  }
  100% {
    -moz-transform: scale(1) translateY(0);
         transform: scale(1) translateY(0);
  }
}

@keyframes abYfslIconBounce {
  0% {
    -moz-transform: scale(1) translateY(0);
         transform: scale(1) translateY(0);
  }
  40% {
    -moz-transform: scale(1.15) translateY(-0.08rem);
         transform: scale(1.15) translateY(-0.08rem);
  }
  70% {
    -moz-transform: scale(0.95) translateY(0.02rem);
         transform: scale(0.95) translateY(0.02rem);
  }
  100% {
    -moz-transform: scale(1) translateY(0);
         transform: scale(1) translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .bjdj-ab-yfsl {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bjdj-ab-yfsl-list {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .bjdj-ab-yfsl-list .bjdj-ab-yfsl-item {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.4rem 0.35rem;
  }
  .bjdj-ab-yfsl-list .bjdj-ab-yfsl-item:last-child {
    margin-bottom: 0;
  }
  .bjdj-ab-yfsl-list .bjdj-ab-yfsl-item .bjdj-ab-yfsl-item-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
/* ========================================
   26. About us - R&D strength - end
   ======================================== */
/* ========================================
   27. About us - company intro data / industrial park - start
   ======================================== */
.bjdj-ab-s1-data {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.bjdj-ab-s1-data .bjdj-ab-s1-data-item {
  -moz-box-flex: 1;
       flex: 1;
  text-align: center;
  position: relative;
}
.bjdj-ab-s1-data .bjdj-ab-s1-data-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 1px;
  height: 0.6rem;
  border-right: 1px solid #c7cdd9;
}
.bjdj-ab-s1-data .bjdj-ab-s1-data-item .bjdj-ab-s1-data-num {
  font-size: var(--font-size-40);
  color: var(--color-primary);
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 0.1rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bjdj-ab-s1-data .bjdj-ab-s1-data-item .bjdj-ab-s1-data-num em {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bjdj-ab-s1-data .bjdj-ab-s1-data-item .bjdj-ab-s1-data-label {
  font-size: var(--font-size-16);
  color: #666;
}
.bjdj-ab-s1-data .bjdj-ab-s1-data-item:hover em,
.bjdj-ab-s1-data .bjdj-ab-s1-data-item:hover .bjdj-ab-s1-data-num {
  color: var(--color-link);
}

.bjdj-ab-s1-cyy {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.6rem;
}
.bjdj-ab-s1-cyy .bjdj-ab-s1-cyy-img {
  width: 47.5%;
  aspect-ratio: 76/43;
  overflow: hidden;
  border-radius: 0.08rem;
  overflow: hidden;
}
.bjdj-ab-s1-cyy .bjdj-ab-s1-cyy-img:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.bjdj-ab-s1-cyy .bjdj-ab-s1-cyy-img img {
  width: 100%;
  display: block;
}
.bjdj-ab-s1-cyy .bjdj-ab-s1-cyy-text .bjdj-ab-s1-cyy-title {
  font-size: var(--font-size-34);
  color: var(--color-text);
  font-family: var(--font-bold);
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.bjdj-ab-s1-cyy .bjdj-ab-s1-cyy-text .bjdj-ab-s1-cyy-desc {
  color: #666;
  font-size: var(--font-size-24);
}

@media screen and (max-width: 991px) {
  .bjdj-ab-s1-data {
    flex-wrap: wrap;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .bjdj-ab-s1-data .bjdj-ab-s1-data-item {
    -moz-box-flex: 0;
         flex: none;
    width: 33.33%;
    margin-bottom: 0.3rem;
  }
  .bjdj-ab-s1-data .bjdj-ab-s1-data-item:nth-child(3n)::after {
    display: none;
  }
  .bjdj-ab-s1-data .bjdj-ab-s1-data-item .bjdj-ab-s1-data-num {
    font-size: 24px;
  }
  .bjdj-ab-s1-cyy {
    flex-wrap: wrap;
  }
  .bjdj-ab-s1-cyy .bjdj-ab-s1-cyy-img,
  .bjdj-ab-s1-cyy .bjdj-ab-s1-cyy-text {
    width: 100%;
  }
  .bjdj-ab-s1-cyy .bjdj-ab-s1-cyy-text {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .bjdj-ab-s1-data .bjdj-ab-s1-data-item {
    width: 49%;
  }
  .bjdj-ab-s1-data .bjdj-ab-s1-data-item:not(:last-child)::after {
    display: none;
  }
}
/* ========================================
   27. About us - company intro data / industrial park - end
   ======================================== */
/* ========================================
   28. About us - partner seamless scroll - start
   ======================================== */
.bjdj-ab-hzhb {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}

.bjdj-ab-hzhb-marquee {
  margin-top: 0.5rem;
  overflow: hidden;
  width: 100%;
}
.bjdj-ab-hzhb-marquee:hover .bjdj-ab-hzhb-track {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}

.bjdj-ab-hzhb-track {
  display: -moz-box;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -moz-animation: bjdj-ab-hzhb-scroll 30s linear infinite;
       animation: bjdj-ab-hzhb-scroll 30s linear infinite;
  -webkit-animation: bjdj-ab-hzhb-scroll 30s linear infinite;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.bjdj-ab-hzhb-track .bjdj-ab-hzhb-item {
  flex-shrink: 0;
  width: max(1.36rem, 100px);
  height: max(1.36rem, 100px);
  margin-right: 0.4rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.04rem 0.16rem rgba(15, 26, 107, 0.08);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
  padding: max(0.1rem, 4px);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bjdj-ab-hzhb-track .bjdj-ab-hzhb-item:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.bjdj-ab-hzhb-track .bjdj-ab-hzhb-item img {
  object-fit: contain;
}

@-moz-keyframes bjdj-ab-hzhb-scroll {
  from {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}

@keyframes bjdj-ab-hzhb-scroll {
  from {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@-webkit-keyframes bjdj-ab-hzhb-scroll {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
  }
}
@media screen and (max-width: 991px) {
  .bjdj-ab-hzhb {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bjdj-ab-hzhb-marquee {
    margin-top: 0.4rem;
  }
  .bjdj-ab-hzhb-track {
    -moz-animation-duration: 30s;
         animation-duration: 30s;
    -webkit-animation-duration: 30s;
  }
}
/* ========================================
   28. About us - partner seamless scroll - end
   ======================================== */
/* ========================================
   29. About us - customer success stories - start
   ======================================== */
.bjdj-ab-case {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  background: #FAFBFB;
}

.bjdj-ab-case .bjdj-ab-qywh-desc a {
  color: var(--color-primary);
  text-decoration: underline;
}

.bjdj-ab-case-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5.28rem, 1fr));
  gap: 0.08rem;
}

.bjdj-proone-card-btn {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.1rem;
}
.bjdj-proone-card-btn img {
  width: max(0.1rem, 10px);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.bjdj-ab-case-item {
  padding: 0.2rem 0.2rem 0.4rem;
  padding-bottom: 0.34rem;
  background: transparent;
  border-radius: 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-case-item .bjdj-proone-card-btn {
  border-radius: 0.1rem;
}
.bjdj-ab-case-item .bjdj-ab-case-item-img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.08rem;
  margin-bottom: 0.25rem;
}
.bjdj-ab-case-item .bjdj-ab-case-item-img img {
  width: 100%;
  display: block;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-case-item .bjdj-ab-case-item-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.15rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-case-item .bjdj-ab-case-item-desc {
  color: #666;
  margin-bottom: 0.3rem;
}
.bjdj-ab-case-item .bjdj-proone-card-btn {
  align-self: flex-start;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(10px);
   -ms-transform: translateY(10px);
       transform: translateY(10px);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-ab-case-item.active, .bjdj-ab-case-item:hover {
  background: #fff;
  box-shadow: 0 0.08rem 0.3rem rgba(15, 26, 107, 0.08);
}
.bjdj-ab-case-item.active .bjdj-ab-case-item-img img, .bjdj-ab-case-item:hover .bjdj-ab-case-item-img img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.bjdj-ab-case-item.active .bjdj-ab-case-item-title, .bjdj-ab-case-item:hover .bjdj-ab-case-item-title {
  color: var(--color-primary);
}
.bjdj-ab-case-item.active .bjdj-proone-card-btn, .bjdj-ab-case-item:hover .bjdj-proone-card-btn {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
  color: #fff;
  background: -moz-linear-gradient(19deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(71deg, #011e4d 0%, #375385 100%);
}
.bjdj-ab-case-item.active .bjdj-proone-card-btn .iconfont, .bjdj-ab-case-item:hover .bjdj-proone-card-btn .iconfont {
  background: #fff;
  color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .bjdj-ab-case {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bjdj-ab-case-list {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .bjdj-ab-case-list .bjdj-ab-case-item {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.2rem 0.2rem 0.3rem;
  }
  .bjdj-ab-case-list .bjdj-ab-case-item:last-child {
    margin-bottom: 0;
  }
  .bjdj-ab-case-list .bjdj-ab-case-item .bjdj-proone-card-btn {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
     -ms-transform: none;
         transform: none;
  }
}
/* ========================================
   29. About us - customer success stories - end
   ======================================== */
/* ========================================
   30. About us - company honors coverflow - start
   ======================================== */
.bjdj-ab-fzlc {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #f5f7fa;
  overflow: hidden;
}

.bjdj-ab-fzlc-box {
  margin-top: 0.5rem;
  position: relative;
}

.bjdj-ab-fzlc-swiper {
  width: 100%;
}
.bjdj-ab-fzlc-swiper .swiper-slide {
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  box-shadow: 0 0.06rem 0.3rem rgba(15, 26, 107, 0.12);
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  opacity: 0.7;
}
.bjdj-ab-fzlc-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.bjdj-ab-fzlc-swiper .bjdj-ab-fzlc-item {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.bjdj-ab-fzlc-swiper .bjdj-ab-fzlc-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiperbjdj-annu .swiper-pagination-progressbar {
  position: unset;
  width: 2.65rem;
  border-radius: 0.2rem;
  overflow: hidden;
  height: max(0.05rem, 4px);
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.swiperbjdj-annu .swiper-pagination-progressbar-fill {
  background: var(--color-primary);
}

/* ========================================
   30. About us - company honors coverflow - end
   ======================================== */
/* ========================================
   31. Product list page - start
   ======================================== */
.product-list-s1 {
  padding: 0.3rem 0 0.6rem;
}

.product-list-s1-mid {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: start;
       align-items: flex-start;
}

.product-list-s1-left {
  width: 23.125%;
  padding-left: 0.14rem;
  flex-shrink: 0;
}

.product-list-s1-right {
  width: 71.25%;
}

/* ---- filter panel ---- */
.product-list-filter {
  border-radius: 0.04rem;
  background: #fff;
}

.product-list-filter-header {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
  margin-bottom: 0.2rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #e8e8e8;
}

.product-list-filter-title {
  font-size: var(--font-size-24);
  font-family: var(--font-bold);
  color: var(--color-text);
}

.product-list-filter-clear {
  font-size: var(--font-size-24);
  color: #FFFFFF;
  background: -moz-linear-gradient(15deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(75deg, #011e4d 0%, #375385 100%);
  cursor: pointer;
  padding: 0.08rem 0.24rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  border-radius: 0.1rem;
}
.product-list-filter-clear:hover {
  background: var(--color-link);
  color: #fff;
}

/* ---- filter group ---- */
.product-list-filter-group {
  margin-bottom: 0.18rem;
}
.product-list-filter-group:last-child {
  margin-bottom: 0;
}

.product-list-filter-label {
  font-family: var(--font-bold);
  font-size: var(--font-size-24);
  color: var(--color-vi);
  background: #f5f5f5;
  padding: 0.06rem 0.12rem;
  border-radius: max(0.05rem, 5px);
  margin-bottom: 0.1rem;
}

.product-list-filter-options {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem 0;
}
.product-list-filter-options.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.06rem 0.08rem;
}

/* collapse when >5 items: hide from 6th item by default, show all when expanded */
.product-list-filter-group.has-more .product-list-filter-options .product-list-filter-item:nth-child(n+6) {
  display: none;
}

.product-list-filter-group.has-more.expanded .product-list-filter-options .product-list-filter-item:nth-child(n+6) {
  display: -moz-inline-box;
  display: inline-flex;
}

.product-list-filter-item {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  width: 100%;
  gap: 0.06rem;
  padding: 0.05rem 0.1rem;
  cursor: pointer;
  color: var(--color-text);
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
}
.product-list-filter-item input[type=checkbox] {
  width: max(0.16rem, 14px);
  height: max(0.16rem, 14px);
  margin: 0;
  cursor: pointer;
  border-radius: max(0.05rem, 5px);
  overflow: hidden;
  accent-color: var(--color-primary);
}

.product-list-filter-more {
  color: var(--color-primary);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  cursor: pointer;
  margin-top: 0.06rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.product-list-filter-more:hover {
  color: var(--color-vi);
}

/* ---- right content area ---- */
.product-list-content {
  padding-left: 0.3rem;
}

/* ---- product grouping ---- */
.product-list-group {
  margin-bottom: 0.4rem;
  margin-top: 0.2rem;
  border-bottom: 1px dashed #A4A4A4;
  padding-bottom: 0.3rem;
}
.product-list-group:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
}

.product-list-title {
  font-size: var(--font-size-48);
  color: var(--color-vi);
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
  margin-bottom: 0.2rem;
}

.product-list-desc {
  font-size: var(--font-size-24);
  position: relative;
  padding-left: max(0.2rem, 18px);
}
.product-list-desc::before {
  content: "";
  left: 0px;
  top: max(0.1rem, 8px);
  position: absolute;
  background: -moz-linear-gradient(top, #2947a7 0%, rgba(41, 71, 167, 0) 100%);
  background: linear-gradient(180deg, #2947a7 0%, rgba(41, 71, 167, 0) 100%);
  width: max(0.1rem, 10px);
  height: max(0.1rem, 10px);
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.1rem;
}

.product-list-group-title {
  font-size: var(--font-size-24);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
  color: var(--color-primary);
  margin-bottom: 0.14rem;
  cursor: pointer;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.product-list-group-title:hover {
  color: var(--color-vi);
}

.product-list-group-info {
  display: -moz-box;
  display: flex;
  gap: 0.24rem;
  margin-bottom: 0.2rem;
  -moz-box-align: center;
       align-items: center;
}

.product-list-group-img {
  width: 2.73rem;
  flex-shrink: 0;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.product-list-group-img:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.product-list-group-img img {
  width: 100%;
  height: auto;
  display: block;
}

.product-list-group-text {
  -moz-box-flex: 1;
       flex: 1;
  color: var(--color-666);
}

/* ---- product table ---- */
.product-list-table {
  margin-bottom: 0.12rem;
  /* show more rows after expand */
}
.product-list-table table {
  width: 100%;
  font-size: var(--font-size-18);
}
.product-list-table thead th {
  background: #EBF5FF;
  color: var(--color-vi);
  font-family: var(--font-bold);
  padding: 0.2rem 0.1rem;
  text-align: center;
  white-space: nowrap;
}
.product-list-table thead th[data-col] {
  cursor: pointer;
}
.product-list-table tbody tr:nth-child(n) td {
  background: #fff;
  min-width: 120px;
}
.product-list-table tbody tr:nth-child(n) td:last-child {
  min-width: 100px;
}
.product-list-table tbody tr:nth-child(2n) td {
  background: #fafafa;
}
.product-list-table tbody td {
  padding: 0.1rem 0.08rem;
  border-bottom: 1px solid #f0f0f0;
  color: var(--color-text);
  text-align: center;
  font-size: var(--font-size-18);
  background: #fff;
}
.product-list-table tbody td a {
  text-decoration: none;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.product-list-table tbody td a:hover {
  color: var(--color-link);
  text-decoration: underline;
}
.product-list-table tbody tr:hover {
  background: #fafcff;
}
.product-list-table .sort-icon {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  margin-left: 0.02rem;
  cursor: pointer;
}
.product-list-table .sort-icon svg {
  display: block;
}
.product-list-table .sort-icon .sort-up,
.product-list-table .sort-icon .sort-down {
  fill: #0861EC;
  -moz-transition: fill 0.3s;
  transition: fill 0.3s;
}
.product-list-table .sort-icon.asc .sort-up {
  fill: #011E4D;
}
.product-list-table .sort-icon.desc .sort-down {
  fill: #011E4D;
}
.product-list-table .price {
  color: #2D6CCF;
  font-family: var(--font-bold);
}
.product-list-table .quote-btn {
  display: inline-block;
  padding: 0.01rem 0.05rem;
  background: var(--color-primary);
  color: #fff;
  border-radius: 0.03rem;
  cursor: pointer;
  white-space: nowrap;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.product-list-table .quote-btn:hover {
  background: var(--color-vi);
}
.product-list-table .compare-cb {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  cursor: pointer;
}
.product-list-table .compare-cb input[type=checkbox] {
  width: max(0.16rem, 14px);
  height: max(0.16rem, 14px);
  cursor: pointer;
  accent-color: var(--color-primary);
}
.product-list-table.expanded tbody tr:nth-child(n+5) {
  display: table-row;
}
.product-list-table tbody tr:nth-child(n+5) {
  display: none;
}

/* ---- expand to view more ---- */
.product-list-expand {
  text-align: center;
  font-size: var(--font-size-12);
  color: #999;
  cursor: pointer;
  padding: 0.1rem 0;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.product-list-expand:hover {
  color: var(--color-primary);
}
.product-list-expand .iconfont {
  display: inline-block;
  font-size: var(--font-size-12);
  margin-left: 0.04rem;
  vertical-align: middle;
}

/* ---- filter button (hidden by default) ---- */
.product-list-filter-toggle,
.product-list-drawer-mask {
  display: none;
}

/* ---- responsive ---- */
@media screen and (max-width: 991px) {
  .product-list-s1-mid {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .product-list-filter-toggle {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    gap: 0.06rem;
    padding: 0.1rem 0.2rem;
    background: var(--color-primary);
    color: #fff;
    border-radius: 0.04rem;
    font-size: var(--font-size-24);
    cursor: pointer;
    margin-bottom: 0.2rem;
    -moz-transition: all 550ms;
    transition: all 550ms;
    -webkit-transition: all 550ms;
  }
  .product-list-filter-toggle svg {
    width: 20px;
    height: 20px;
  }
  .product-list-filter-toggle:hover {
    background: var(--color-link);
  }
  .product-list-drawer-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  .product-list-drawer-mask.show {
    display: block;
  }
  .product-list-s1-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 220px;
    height: 100%;
    background: #fff;
    z-index: 101;
    overflow-y: auto;
    padding: 0.2rem;
    padding-bottom: 0.4rem;
    -moz-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
         transform: translateX(-100%);
    -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;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  }
  .product-list-s1-left.open {
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
  }
  .product-list-s1-right {
    width: 100%;
  }
  .product-list-content {
    padding-left: 0;
  }
  .product-list-filter-options.grid-3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-list-group-info {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .product-list-group-img {
    width: 100%;
    max-width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .product-list-filter-options.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ---- compare floating button ---- */
.compare-bar {
  position: fixed;
  right: 0.3rem;
  bottom: 0.1rem;
  z-index: 9;
  cursor: pointer;
}

.compare-bar-inner {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  gap: 0.04rem;
  padding: 0.12rem 0.16rem;
  background: var(--color-primary);
  color: #fff;
  border-radius: 0.06rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.compare-bar-inner:hover {
  background: var(--color-link);
  -moz-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
       transform: translateY(-2px);
}

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

.compare-bar-count {
  font-size: var(--font-size-16);
  font-family: var(--font-bold);
  line-height: 1;
}

.compare-bar-text {
  font-size: var(--font-size-12);
  line-height: 1;
}

/* ---- product comparison modal ---- */
.compare-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  pointer-events: none;
}
.compare-modal.show {
  display: -moz-box;
  display: flex;
}

.compare-modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.compare-modal-content {
  position: relative;
  background: #fff;
  border-radius: 0.08rem;
  padding: 0.3rem;
  max-width: max(6rem, 600px);
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  pointer-events: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.compare-modal-title {
  font-size: var(--font-size-24);
  font-family: var(--font-bold);
  color: var(--color-text);
  margin-bottom: 0.2rem;
}

.compare-modal-close {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  border: none;
  background: #f0f0f0;
  border-radius: 50%;
  font-size: var(--font-size-20);
  line-height: 0.3rem;
  text-align: center;
  cursor: pointer;
  color: #666;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.compare-modal-close:hover {
  background: #e0e0e0;
  color: #333;
}

.compare-modal-list {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem;
  margin-bottom: 0.16rem;
  min-height: 0.8rem;
}

.compare-modal-item {
  position: relative;
  width: -moz-calc(25% - 0.12rem);
  width: calc(25% - 0.12rem);
  min-width: 1rem;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 0.04rem;
  padding: 0.1rem;
  background: #fafafa;
}
.compare-modal-item img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
  margin: 0 auto 0.08rem;
}

.compare-modal-item-name {
  font-size: var(--font-size-12);
  color: var(--color-text);
  font-family: var(--font-bold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compare-modal-item-remove {
  position: absolute;
  top: -0.08rem;
  right: -0.08rem;
  width: max(0.2rem, 14px);
  height: max(0.2rem, 14px);
  background: #ff4d4f;
  color: #fff;
  border-radius: 50%;
  font-size: var(--font-size-14);
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.compare-modal-item-remove:hover {
  background: #e03e3e;
}

.compare-modal-item-empty {
  border-style: dashed;
  border-color: #d9d9d9;
  background: #fafafa;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.compare-modal-add-link {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  gap: 0.06rem;
  color: #999;
  text-decoration: none;
  font-size: var(--font-size-12);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.compare-modal-add-link:hover {
  color: var(--color-primary);
}

.compare-modal-add-icon {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  border: 2px dashed currentColor;
  border-radius: 50%;
  font-size: 0.2rem;
  line-height: 1;
}

.compare-modal-tip {
  font-size: var(--font-size-14);
  color: #999;
  margin-bottom: 0.16rem;
}

.compare-modal-btns {
  display: -moz-box;
  display: flex;
  -moz-box-pack: end;
       justify-content: flex-end;
  gap: 0.12rem;
}

.compare-modal-btn-remove {
  padding: 0.08rem 0.24rem;
  font-size: var(--font-size-14);
  color: #666;
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  cursor: pointer;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.compare-modal-btn-remove:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.compare-modal-btn-compare {
  padding: 0.08rem 0.3rem;
  font-size: var(--font-size-14);
  color: #fff;
  background: var(--color-primary);
  border-radius: 0.04rem;
  cursor: pointer;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.compare-modal-btn-compare:hover {
  background: var(--color-link);
}

@media screen and (max-width: 768px) {
  .compare-modal-item {
    width: -moz-calc(50% - 0.08rem);
    width: calc(50% - 0.08rem);
  }
}
/* ---- comparison page ---- */
.compare-s1 {
  padding: 0.3rem 0 0.6rem;
}

.compare-table-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 3px !important;
  min-width: 4rem;
}
.compare-table td {
  padding: 0.14rem 0.16rem;
  text-align: center;
  font-size: var(--font-size-16);
  color: var(--color-text);
  background: #fff;
  vertical-align: middle;
}
.compare-table td img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  margin: 0 auto;
}
.compare-table td a {
  color: var(--color-primary);
  text-decoration: none;
  font-family: var(--font-bold);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.compare-table td a:hover {
  color: var(--color-link);
  text-decoration: underline;
}
.compare-table tbody tr:nth-child(odd) td {
  background: #fff;
}
.compare-table tbody tr:nth-child(even) td {
  background: #fafafa;
}
.compare-table .compare-label {
  background: #EBF5FF !important;
  color: var(--color-vi);
  font-family: var(--font-bold);
  white-space: nowrap;
  width: 2rem;
  font-size: var(--font-size-16);
  padding: 0.1rem 0.2rem;
  text-align: right;
}
.compare-table .price {
  color: #2D6CCF;
  font-family: var(--font-bold);
}
.compare-table .inquiry-btn {
  display: inline-block;
  padding: 0.06rem 0.16rem;
  background: -moz-linear-gradient(37deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(53deg, #011e4d 0%, #375385 100%);
  color: #fff;
  border-radius: 0.04rem;
  cursor: pointer;
  font-size: var(--font-size-14);
  white-space: nowrap;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(2, 30, 77, 0.3);
}
.compare-table .inquiry-btn:hover {
  background: -moz-linear-gradient(315deg, #375385, #011e4d);
  background: linear-gradient(135deg, #375385, #011e4d);
  -moz-transform: translateY(-1px);
   -ms-transform: translateY(-1px);
       transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 30, 77, 0.4);
}
.compare-table .compare-product-name {
  margin-top: 0.08rem;
  font-size: var(--font-size-14);
}
.compare-table .compare-empty-cell {
  background: #fafafa;
  vertical-align: middle;
}

.compare-add-btn {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.08rem;
  padding: 0.3rem 0.2rem;
  border: 2px dashed #d9d9d9;
  border-radius: 0.06rem;
  color: #999;
  text-decoration: none;
  font-size: var(--font-size-14);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.compare-add-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.compare-add-icon {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 0.24rem;
  line-height: 1;
}

.compare-empty {
  text-align: center;
  padding: 1rem 0;
}
.compare-empty p {
  font-size: var(--font-size-18);
  color: #999;
  margin-bottom: 0.2rem;
}

.compare-back-btn {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  background: var(--color-primary);
  color: #fff;
  border-radius: 0.04rem;
  font-size: var(--font-size-14);
  text-decoration: none;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.compare-back-btn:hover {
  background: var(--color-link);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .compare-table td img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
/* ========================================
   31. Product list page - end
   ======================================== */
.bjdj-pro-xq-s1-mid {
  margin-top: 0.6rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.bjdj-pro-xq-s1-left {
  width: 37.5%;
}

.bjdj-pro-xq-s1-right {
  width: 52.625%;
}

.bjdjproxqsmallswiper,
.bjdjproxqbigswiper {
  padding: max(0.01rem, 1px);
}
.bjdjproxqsmallswiper .swiper-slide,
.bjdjproxqbigswiper .swiper-slide {
  cursor: pointer;
  background: #fff;
  height: 100%;
  border-radius: max(0.1rem, 10px);
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.04rem;
}
.bjdjproxqsmallswiper .swiper-slide img,
.bjdjproxqbigswiper .swiper-slide img {
  width: auto;
}

.swiper-slide-thumb-active {
  border: max(0.01rem, 1px) solid var(--color-primary);
}

.bjdjproxqbigswiper {
  aspect-ratio: 60/43;
  margin-bottom: 0.24rem;
}
.bjdjproxqbigswiper .swiper-slide {
  border: max(0.01rem, 1px) solid #A4A4A4;
}

.bjdjproxqsmallswiper .swiper-slide {
  aspect-ratio: 135/100;
  background: #F7F7F7;
}

.bjdj-pro-xq-s1-right-title {
  color: var(--color-vi);
  font-size: var(--font-size-48);
}

.bjdj-pro-xq-s1-right-ertitle {
  color: var(--color-666);
}

.bjdj-pro-xq-s1-right ul {
  padding-left: 0.2rem;
}
.bjdj-pro-xq-s1-right li {
  list-style: disc;
}

.bjdj-pro-xq-s1-right-top {
  border-bottom: max(0.01rem, 1px) solid rgba(19, 34, 122, 0.22);
  padding-bottom: 0.08rem;
  margin-bottom: 0.24rem;
}

.bjdj-pro-xq-xx {
  font-size: var(--font-size-16);
  margin-top: 0.2rem;
  padding-left: 0.2rem;
}
.bjdj-pro-xq-xx em {
  color: var(--color-primary);
}
.bjdj-pro-xq-xx .bjdj-xq-tz {
  color: var(--color-primary);
  margin-left: 0.1rem;
}
.bjdj-pro-xq-xx .bjdjbijiao {
  font-size: var(--font-size-16);
  background: transparent;
  text-decoration: underline;
  background: -moz-linear-gradient(39deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(51deg, #011e4d 0%, #375385 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-underline-offset: 4px;
  margin-left: 0.16rem;
}

.bjdj-pro-xq-s1-right-bottom {
  margin-top: 0.4rem;
  padding: 0.24rem 0.4rem;
  background: #F7F7F7;
  border-radius: max(0.1rem, 10px);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.bjdj-pro-xq-s1-right-bottom .bjdj-pro-xq-s1-right-bottom-pinpai {
  width: 100%;
  font-size: var(--font-size-24);
}
.bjdj-pro-xq-s1-right-bottom .bjdj-pro-xq-s1-right-bottom-pinpai em {
  color: var(--color-primary);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .bjdj-pro-xq-s1-right {
    width: 100%;
  }
  .bjdj-pro-xq-s1-left {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ---- product detail page Tab ---- */
.bjdj-pro-xq-s2-mid {
  margin-top: 0.4rem;
  padding-bottom: 0.6rem;
}

.pro-xq-tab-nav {
  display: -moz-box;
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 0.3rem;
  overflow-x: auto;
  overflow-y: hidden;
}

.pro-xq-tab-item {
  white-space: nowrap;
  padding: 0.14rem 0.3rem;
  font-size: var(--font-size-18);
  color: #666;
  cursor: pointer;
  position: relative;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.pro-xq-tab-item::before {
  content: "";
  left: 0px;
  bottom: 0px;
  position: absolute;
  background: var(--color-primary);
  height: max(0.02rem, 2px);
  width: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-xq-tab-item:hover {
  color: var(--color-primary);
}
.pro-xq-tab-item:hover::before {
  width: 100%;
}
.pro-xq-tab-item.active {
  color: var(--color-primary);
  font-family: var(--font-bold);
}
.pro-xq-tab-item.active::before {
  width: 100%;
}

.pro-xq-tab-content {
  display: none;
}
.pro-xq-tab-content.active {
  display: block;
}
.pro-xq-tab-content img {
  width: auto;
}

.pro-xq-kkk {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.pro-xq-empty {
  font-size: var(--font-size-16);
  color: #999;
  text-align: center;
  padding: 0.5rem 0;
}

/* ---- detail page generic table ---- */
.pro-xq-table.guige table th {
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
}

.pro-xq-table table {
  width: 100%;
}
.pro-xq-table th {
  background: #EBF5FF;
  color: var(--color-vi);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0.1rem 0.18rem;
  text-align: left;
}
.pro-xq-table td {
  padding: 0.1rem 0.16rem;
  border: 1px solid #e8e8e8;
  font-size: var(--font-size-16);
  color: var(--color-text);
  background: #fff;
  min-width: 120px;
}
.pro-xq-table tbody tr:nth-child(even) td {
  background: #fafafa;
}
.pro-xq-table a {
  color: var(--color-primary);
  text-decoration: none;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.pro-xq-table a:hover {
  color: var(--color-link);
  text-decoration: underline;
}

/* ---- dynamic torque curve ---- */
.pro-xq-curve-wrap {
  display: -moz-box;
  display: flex;
  gap: 0.3rem;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.pro-xq-curve-wrap .pro-xq-table {
  max-width: 9.2rem;
  width: 100%;
}
.pro-xq-curve-wrap .table th {
  text-align: center;
}

.pro-xq-curve-chart {
  width: 5.2rem;
  text-align: center;
}
.pro-xq-curve-chart img {
  max-width: 100%;
  height: auto;
}

.pro-xq-curve-tip {
  margin-top: 0.2rem;
  font-size: var(--font-size-18);
  color: #666;
}
.pro-xq-curve-tip strong {
  font-size: var(--font-size-24);
  color: var(--color-text);
}

@media screen and (max-width: 991px) {
  .pro-xq-curve-wrap {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .pro-xq-curve-wrap .pro-xq-table {
    width: 100%;
    max-width: unset;
  }
  .pro-xq-curve-chart {
    width: auto;
  }
}
/* ---- mechanical dimensions ---- */
.pro-xq-size-unit {
  text-align: right;
  font-size: var(--font-size-14);
  color: #222;
  margin-bottom: 0.16rem;
}

.pro-xq-size-wrap {
  display: -moz-box;
  display: flex;
  gap: 0.4rem;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.pro-xq-size-img {
  width: 37.5%;
  position: relative;
  box-shadow: 0px 4px 44px 0px rgba(184, 184, 184, 0.3);
  border-radius: 0.1rem;
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
}
.pro-xq-size-img img {
  width: auto;
  height: auto;
  margin: auto;
}

.pro-xq-size-bottom {
  background: #EBF5FF;
  border-radius: 0.1rem;
  padding: 0.22rem;
  overflow: hidden;
  width: 100%;
}

.pro-xq-size-note-red {
  border-radius: 0.04rem;
  margin-top: 0.12rem;
}
.pro-xq-size-note-red p {
  font-size: var(--font-size-14);
  color: #FF2F2F;
}

.pro-xq-size-custom {
  margin-top: 0.16rem;
  margin-bottom: 0.2rem;
}
.pro-xq-size-custom > p {
  font-size: var(--font-size-18);
  color: var(--color-text);
  margin-bottom: 0.1rem;
}

.pro-xq-size-custom-list {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.08rem 0.2rem;
}
.pro-xq-size-custom-list img {
  width: max(0.16rem, 12px);
  height: max(0.16rem, 12px);
}
.pro-xq-size-custom-list p {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.04rem;
  font-size: var(--font-size-16);
  color: var(--color-text);
}

.pro-xq-size-info {
  width: 56.25%;
}
.pro-xq-size-info .pro-xq-table th,
.pro-xq-size-info .pro-xq-table td {
  text-align: center;
}

.pro-xq-size-tips {
  margin-top: 0.5rem;
}

.pro-xq-size-tips-title {
  font-size: var(--font-size-24);
  font-family: var(--font-bold);
  color: var(--color-text);
  margin-bottom: 0.1rem;
}

.pro-xq-size-tips ol {
  counter-reset: none;
}
.pro-xq-size-tips ol li {
  color: #A6A6A6;
  line-height: 1.8;
  list-style: decimal;
  margin-left: 0.16rem;
}

/* ---- technical documentation ---- */
.pro-xq-doc-group {
  margin-bottom: 0.3rem;
}
.pro-xq-doc-group .pro-xq-table th,
.pro-xq-doc-group .pro-xq-table td {
  text-align: center;
  width: 25%;
  color: var(--color-primary);
}
.pro-xq-doc-group .pro-xq-table th {
  color: var(--color-vi);
}
.pro-xq-doc-group:last-child {
  margin-bottom: 0;
}

.pro-xq-doc-group-title {
  font-size: var(--font-size-20);
  font-family: var(--font-bold);
  color: var(--color-text);
  margin-bottom: 0.12rem;
}

.pro-xq-doc-download {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  color: var(--color-primary);
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.pro-xq-doc-download svg {
  width: max(0.2rem, 18px);
  height: max(0.2rem, 18px);
}
.pro-xq-doc-download:hover {
  color: #fff;
  border-color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .pro-xq-size-wrap {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .pro-xq-size-info,
  .pro-xq-size-img {
    width: 100%;
  }
}
/* ---- resources download page ---- */
.download-s1-mid {
  padding: 0.4rem 0 0.6rem;
  padding-bottom: 0px;
}
.download-s1-mid .bjdj-news-s2-select {
  width: max(3rem, 200px);
}

.faqs-mid {
  padding-bottom: 0.6rem;
}

/* FAQ component styles */
.faqs-container {
  margin: 0 auto;
}

.faqs-list {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 0.16rem;
}

.faq-item {
  border: 1px solid #e8e8e8;
  border-radius: 0.08rem;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-item:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(41, 71, 167, 0.1);
}
.faq-item.active {
  border-color: var(--color-primary);
}

.faq-question {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
  padding: 0.2rem 0.24rem;
  cursor: pointer;
  background: #fff;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.faq-question h3 {
  font-size: var(--font-size-24);
  font-weight: 500;
  color: #333;
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 0.16rem;
}
.faq-question:hover {
  background: #f8f9fa;
}

.faq-toggle {
  font-size: 0.24rem;
  color: var(--color-primary);
  font-weight: bold;
  -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;
  line-height: 1;
}

.faq-answer {
  padding: 0 0.24rem 0.2rem;
  background: #fff;
}
.faq-answer p {
  color: #666;
}

.faq-item.active .faq-toggle {
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}

/* responsive design */
@media screen and (max-width: 768px) {
  .download-s1-mid .bjdj-news-s2-select {
    width: 100%;
  }
  .faqs-container {
    padding: 0 0.16rem;
  }
  .faq-answer {
    padding: 0 0.2rem 0.16rem;
  }
}
.download-tab-nav {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0;
  margin-bottom: 0.3rem;
  border: 1px solid rgba(102, 102, 102, 0.26);
  padding: 0.06rem 0.1rem;
  border-radius: 1rem;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}

.download-tab-item {
  padding: 0.12rem 0.4rem;
  font-size: var(--font-size-24);
  color: #666;
  cursor: pointer;
  border-radius: 0.3rem;
  position: relative;
  z-index: 1;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.download-tab-item.slider-here {
  color: #fff;
}

.download-tab-nav::after {
  content: "";
  position: absolute;
  top: 0.06rem;
  left: var(--slider-left, 0.1rem);
  width: var(--slider-width, auto);
  height: -moz-calc(100% - 0.12rem);
  height: calc(100% - 0.12rem);
  background: -moz-linear-gradient(18deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(72deg, #011e4d 0%, #375385 100%);
  border-radius: 0.3rem;
  -moz-transition: left 0.35s ease, width 0.35s ease;
  transition: left 0.35s ease, width 0.35s ease;
  z-index: 0;
  pointer-events: none;
}

.download-search {
  display: -moz-box;
  display: flex;
  -moz-box-pack: end;
       justify-content: flex-end;
  margin-bottom: 0.4rem;
}

.download-search-box {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  border: 1px solid #BDBDBD;
  border-radius: max(0.01rem, 10px);
  overflow: hidden;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  width: max(4.42rem, 300px);
  height: max(0.52rem, 40px);
}
.download-search-box:focus-within {
  border-color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .download-search-box {
    width: 100%;
  }
}
.download-search-icon {
  margin-left: 0.12rem;
  color: #E8E8E8;
  flex-shrink: 0;
  width: 20px;
}

.download-search-input {
  border: none;
  outline: none;
  padding: 0.1rem 0.12rem;
  font-size: var(--font-size-14);
  width: 100%;
  height: 100%;
  background: transparent;
}
.download-search-input::-webkit-input-placeholder {
  color: #c9c9c9;
  font-size: var(--font-size-16);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
}
.download-search-input::-moz-placeholder {
  color: #c9c9c9;
  font-size: var(--font-size-16);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
}
.download-search-input:-ms-input-placeholder {
  color: #c9c9c9;
  font-size: var(--font-size-16);
  font-family: "ALIBABA-PUHUITI-REGULAR", Arial, Helvetica, sans-serif;
}

.download-search-btn {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: max(0.55rem, 40px);
  height: 100%;
  background: -moz-linear-gradient(44deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(46deg, #011e4d 0%, #375385 100%);
  border-radius: max(0.01rem, 10px);
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.download-search-btn:hover {
  background: var(--color-link);
}

/* ---- table ---- */
.download-table table {
  width: 100%;
}
.download-table th {
  background: #EBF5FF;
  color: var(--color-vi);
  padding: 0.14rem 0.16rem;
  text-align: center;
  font-size: var(--font-size-24);
}
.download-table td {
  padding: 0.12rem 0.16rem;
  border: 1px solid #e8e8e8;
  text-align: center;
  min-width: max(1.4rem, 140px);
  color: var(--color-text);
  background: #fff;
}
.download-table tbody tr:nth-child(even) td {
  background: #fafafa;
}
.download-table a {
  color: var(--color-primary);
  text-decoration: none;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.download-table a img {
  width: max(0.24rem, 20px);
  height: max(0.24rem, 20px);
}
.download-table a:hover {
  color: var(--color-link);
  text-decoration: underline;
}
.download-table a:hover img {
  -webkit-filter: invert(23%) sepia(76%) saturate(1648%) hue-rotate(214deg) brightness(91%) contrast(91%);
          filter: invert(23%) sepia(76%) saturate(1648%) hue-rotate(214deg) brightness(91%) contrast(91%);
}
.download-table tr:hover td {
  color: var(--color-primary);
}

.download-icon-btn {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: #666;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.download-icon-btn svg {
  width: max(0.18rem, 14px);
  height: max(0.18rem, 14px);
}
.download-icon-btn:hover {
  color: #fff;
  border-color: var(--color-primary);
}

/* ========================================
   32. News list page - start
   ======================================== */
/* ---- latest news big card ---- */
.bjdj-news-s1 {
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
}

.bjdj-news-s1-kuang {
  display: -moz-box;
  display: flex;
  background: #FAFAFA;
  border-radius: max(0.08rem, 8px);
  overflow: hidden;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-news-s1-kuang:hover {
  box-shadow: 0 0.08rem 0.32rem rgba(0, 0, 0, 0.08);
}
.bjdj-news-s1-kuang:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}

.bjdj-news-s1-img {
  width: 42%;
  flex-shrink: 0;
  aspect-ratio: 52/34;
  overflow: hidden;
}
.bjdj-news-s1-img img {
  height: 100%;
}

.bjdj-news-s1-txt {
  -moz-box-flex: 1;
       flex: 1;
  padding: 0.4rem 0.5rem;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
}

.bjdj-news-s1-date {
  font-size: var(--font-size-14);
  color: var(--color-666);
  margin-bottom: 0.16rem;
  display: -moz-box;
  display: flex;
}
.bjdj-news-s1-date p {
  margin-right: 0.04rem;
  font-size: var(--font-size-14);
}

.bjdj-news-s1-title {
  font-size: var(--font-size-34);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.16rem;
}

.bjdj-news-s1-desc {
  font-size: var(--font-size-24);
  color: var(--color-666);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bjdj-news-s1-arrow {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: max(0.9rem, 60px);
  height: max(0.9rem, 60px);
  border-radius: 50%;
  margin-top: 0.3rem;
  position: relative;
}
.bjdj-news-s1-arrow::before {
  content: "";
  position: absolute;
  width: max(0.56rem, 40px);
  height: max(0.56rem, 40px);
  border-radius: 50%;
  border: max(0.01rem, 1px) solid rgba(15, 26, 107, 0.15);
  -webkit-animation: news-arrow-ripple 2.4s ease-out infinite;
     -moz-animation: news-arrow-ripple 2.4s ease-out infinite;
          animation: news-arrow-ripple 2.4s ease-out infinite;
}
.bjdj-news-s1-arrow::after {
  content: "";
  position: absolute;
  width: max(0.56rem, 40px);
  height: max(0.56rem, 40px);
  border-radius: 50%;
  border: max(0.01rem, 1px) solid rgba(15, 26, 107, 0.15);
  -webkit-animation: news-arrow-ripple 2.4s ease-out 0.8s infinite;
     -moz-animation: news-arrow-ripple 2.4s ease-out 0.8s infinite;
          animation: news-arrow-ripple 2.4s ease-out 0.8s infinite;
}
.bjdj-news-s1-arrow p {
  position: relative;
  z-index: 1;
  font-size: var(--font-size-28);
  color: #0F1A6B;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: max(0.56rem, 50px);
  height: max(0.56rem, 50px);
  border: max(0.015rem, 1.5px) solid #999;
  border-radius: 50%;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-news-s1-arrow:hover::after {
  border-color: var(--color-primary);
}
.bjdj-news-s1-arrow:hover::before {
  border-color: var(--color-primary);
}
.bjdj-news-s1-arrow:hover p {
  background: -moz-linear-gradient(45deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(45deg, #011e4d 0%, #375385 100%);
  color: #fff;
  border-color: var(--color-primary);
}

@-webkit-keyframes news-arrow-ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@-moz-keyframes news-arrow-ripple {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.6);
         transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes news-arrow-ripple {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.6);
         transform: scale(1.6);
    opacity: 0;
  }
}
.bjdj-news-s2-mid {
  padding-top: 0.8rem;
}

/* ---- filter bar ---- */
.bjdj-news-s2 {
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
}

.bjdj-news-s2-filter {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.48rem;
}
.bjdj-news-s2-filter .download-search-box {
  margin-left: auto;
}

.bjdj-news-s2-select {
  position: relative;
  width: max(2rem, 180px);
}

.bjdj-news-s2-select-val {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  height: max(0.52rem, 40px);
  padding: 0 0.36rem 0 0.16rem;
  border: 1px solid #ddd;
  border-radius: max(0.08rem, 8px);
  font-size: var(--font-size-16);
  color: #999;
  background: #fff;
  cursor: pointer;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-news-s2-select-val::after {
  content: "";
  position: absolute;
  right: 0.16rem;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: max(0.04rem, 4px) solid transparent;
  border-right: max(0.04rem, 4px) solid transparent;
  border-top: max(0.05rem, 5px) solid #999;
  pointer-events: none;
}

.bjdj-news-s2-select-val.has-val {
  color: var(--color-text);
}

.bjdj-news-s2-select.is-open .bjdj-news-s2-select-val {
  border-color: var(--color-primary);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bjdj-news-s2-select.is-open .bjdj-news-s2-select-val::after {
  -moz-transform: translateY(-50%) rotate(180deg);
   -ms-transform: translateY(-50%) rotate(180deg);
       transform: translateY(-50%) rotate(180deg);
}

.bjdj-news-s2-select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: max(2.6rem, 220px);
  overflow-y: auto;
  border: 1px solid var(--color-primary);
  border-top: none;
  border-radius: 0 0 max(0.08rem, 8px) max(0.08rem, 8px);
  background: #fff;
  z-index: 10;
  padding: 0.06rem 0;
}
.bjdj-news-s2-select-list::-webkit-scrollbar {
  width: max(0.04rem, 3px);
}
.bjdj-news-s2-select-list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0.02rem;
}
.bjdj-news-s2-select-list::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 0.02rem;
}

.bjdj-news-s2-select.is-open .bjdj-news-s2-select-list {
  display: block;
}

.bjdj-news-s2-select-item {
  padding: 0.1rem 0.16rem;
  font-size: var(--font-size-16);
  color: var(--color-text);
  cursor: pointer;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-news-s2-select-item:hover {
  background: #f6f6f6;
}
.bjdj-news-s2-select-item.active {
  color: var(--color-primary);
  font-weight: bold;
}

/* ---- news card grid ---- */
.bjdj-news-s2-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.2rem, 1fr));
  gap: 0.2rem;
}

.bjdj-news-s2-card {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  background: #fff;
  border-radius: max(0.1rem, 10px);
  overflow: hidden;
  padding: 0.3rem;
  box-shadow: 1px 2px 60.6px 0px rgba(0, 74, 132, 0.11);
  height: 100%;
  -moz-box-flex: 1;
       flex: 1;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  position: relative;
}
.bjdj-news-s2-card::before {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  bottom: 0px;
  height: max(0.04rem, 4px);
  width: 0px;
  background: var(--color-primary);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bjdj-news-s2-card:hover {
  border-color: var(--color-primary);
}
.bjdj-news-s2-card:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.bjdj-news-s2-card:hover::before {
  width: -moz-calc(100% - 0.6rem);
  width: calc(100% - 0.6rem);
}
.bjdj-news-s2-card:hover .bjdj-news-s2-card-link,
.bjdj-news-s2-card:hover .bjdj-news-s2-card-title {
  color: var(--color-primary);
}
.bjdj-news-s2-card:hover .bjdj-news-s2-card-link .bjdj-news-s2-icon,
.bjdj-news-s2-card:hover .bjdj-news-s2-card-title .bjdj-news-s2-icon {
  background: var(--color-primary);
  color: #fff;
  margin-left: 0.1rem;
}

.bjdj-news-s2-card-img {
  width: 100%;
  aspect-ratio: 52/30.4;
  border-radius: max(0.1rem, 10px);
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.bjdj-news-s2-card-img img {
  width: 100%;
  object-fit: cover;
}

.bjdj-news-s2-card-top {
  width: 100%;
}

.bjdj-news-s2-card-txt {
  padding-top: 0.3rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  -moz-box-flex: 1;
       flex: 1;
}

.bjdj-news-s2-card-date {
  font-size: var(--font-size-14);
  color: var(--color-666);
  margin-bottom: 0.1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.bjdj-news-s2-card-date p {
  margin-right: 0.04rem;
  font-size: var(--font-size-14);
}

.bjdj-news-s2-card-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.08rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bjdj-news-s2-card-desc {
  font-size: var(--font-size-18);
  color: var(--color-666);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.bjdj-news-s2-card-link {
  font-size: var(--font-size-20);
  color: var(--color-text);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.02rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-news-s2-card-link .bjdj-news-s2-icon {
  width: max(0.24rem, 20px);
  height: max(0.24rem, 20px);
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-news-s2-card-link .bjdj-news-s2-icon .iconfont {
  font-size: var(--font-size-14);
  line-height: 1;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}

/* ---- responsive ---- */
@media screen and (max-width: 991px) {
  .bjdj-news-s1-kuang {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .bjdj-news-s1-img {
    width: 100%;
  }
  .bjdj-news-s1-img img {
    min-height: max(2rem, 200px);
  }
  .bjdj-news-s2-filter {
    flex-wrap: wrap;
  }
  .bjdj-news-s2-select {
    width: max(1.6rem, 140px);
  }
  .bjdj-news-s2-search-box {
    width: max(2.4rem, 200px);
  }
}
@media screen and (max-width: 768px) {
  .bjdj-news-s1 {
    padding-top: 0.3rem;
  }
  .bjdj-news-s1-txt {
    padding: 0.24rem;
  }
  .bjdj-news-s1-title {
    font-size: var(--font-size-22);
  }
  .bjdj-news-s2-filter {
    gap: 0.12rem;
  }
  .bjdj-news-s2-select {
    width: 100%;
  }
  .bjdj-news-s2-search {
    width: 100%;
  }
  .bjdj-news-s2-search-box {
    width: 100%;
  }
  .bjdj-news-s2-card-title {
    font-size: var(--font-size-16);
  }
}
/* ========================================
   32. News list page - end
   ======================================== */
/* ========================================
   33. Contact us page - start
   ======================================== */
.bjdj-contactus-s1 {
  padding: 0.6rem 0;
}

.bjdj-contactus-s1-mid {
  display: -moz-box;
  display: flex;
  gap: 0.6rem;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
}

/* ---- left contact info ---- */
.bjdj-contactus-s1-left {
  width: 5.9rem;
}

.bjdj-contactus-s1-title {
  font-size: var(--font-size-48);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.4rem;
}

.bjdj-contactus-s1-item {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  gap: 0.46rem;
  margin: 0.3rem 0px;
}
.bjdj-contactus-s1-item a:hover {
  color: var(--color-link);
}

.bjdj-contactus-s1-icon {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: max(0.52rem, 42px);
  height: max(0.52rem, 42px);
  border-radius: 50%;
  background: #F4F7FA;
  flex-shrink: 0;
  padding: max(0.1rem, 10px);
}
.bjdj-contactus-s1-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bjdj-contactus-s1-info {
  -moz-box-flex: 1;
       flex: 1;
  border-bottom: max(0.01rem, 1px) solid #EAEAEA;
  padding-bottom: 0.16rem;
}

.bjdj-contactus-s1-row {
  display: -moz-box;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  row-gap: 0.2rem;
}

.bjdj-contactus-s1-label {
  font-size: var(--font-size-18);
  color: var(--color-vi);
  margin-bottom: 0.1rem;
}

.bjdj-contactus-s1-val {
  font-size: var(--font-size-18);
  color: var(--color-666);
}

/* ---- right online message form ---- */
.bjdj-contactus-s1-right {
  width: 8.8rem;
  background: #fff;
  border-radius: max(0.1rem, 10px);
  box-shadow: 0px 4px 25px 0px rgba(196, 196, 196, 0.3);
  padding: 0.3rem 0.6rem;
}

.bjdj-contactus-s1-form-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  margin-bottom: 0.24rem;
}

.bjdj-contactus-s1-form-row {
  display: -moz-box;
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.2rem;
}

.bjdj-contactus-s1-form-group {
  -moz-box-flex: 1;
       flex: 1;
}
.bjdj-contactus-s1-form-group.full {
  margin-bottom: 0.2rem;
}
.bjdj-contactus-s1-form-group input,
.bjdj-contactus-s1-form-group textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: max(0.04rem, 4px);
  padding: 0.14rem 0.16rem;
  height: max(0.66rem, 40px);
  font-size: var(--font-size-14);
  color: var(--color-text);
  background: #F8F9FA;
  outline: none;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-contactus-s1-form-group input:focus,
.bjdj-contactus-s1-form-group textarea:focus {
  border-color: var(--color-primary);
  background: #fff;
}
.bjdj-contactus-s1-form-group input::-webkit-input-placeholder,
.bjdj-contactus-s1-form-group textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: var(--font-size-18);
  font-family: "arial";
}
.bjdj-contactus-s1-form-group input::-moz-placeholder,
.bjdj-contactus-s1-form-group textarea::-moz-placeholder {
  color: #aaa;
  font-size: var(--font-size-18);
  font-family: "arial";
}
.bjdj-contactus-s1-form-group input:-ms-input-placeholder,
.bjdj-contactus-s1-form-group textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: var(--font-size-18);
  font-family: "arial";
}
.bjdj-contactus-s1-form-group textarea {
  height: max(1.5rem, 100px);
  resize: vertical;
}

.bjdj-contactus-s1-submit {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.14rem 0.4rem;
  height: max(0.5rem, 38px);
  background: -moz-linear-gradient(23deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(67deg, #011e4d 0%, #375385 100%);
  color: #fff;
  font-size: var(--font-size-16);
  border: none;
  border-radius: max(0.04rem, 4px);
  cursor: pointer;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.bjdj-contactus-s1-submit:hover {
  background: var(--color-link);
  -moz-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
       transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

/* ---- responsive ---- */
@media screen and (max-width: 991px) {
  .bjdj-contactus-s1-mid {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .bjdj-contactus-s1-right {
    padding: 0.2rem;
  }
  .bjdj-contactus-s1-right,
  .bjdj-contactus-s1-left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bjdj-contactus-s1 {
    padding: 0.3rem 0;
  }
  .bjdj-contactus-s1-form-row {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 0;
  }
  .bjdj-contactus-s1-form-group {
    margin-bottom: 0.2rem;
  }
}
.bjdj-map-mid {
  position: relative;
  aspect-ratio: 2/0.7;
}
.bjdj-map-mid iframe,
.bjdj-map-mid img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .bjdj-map-mid {
    aspect-ratio: 9/16;
  }
}
/* ========================================
   33. Contact us page - end
   ======================================== */
.bjdj-case-s1-mid {
  padding-top: 0.2rem;
}

/* ========================================
   Product introduction features - start
   ======================================== */
.chanpinjieshao-mid {
  padding-top: 0.3rem;
}

.chanpinjieshao-s1 {
  padding: 0.6rem 0;
}

.cpjs-flex-left {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.2rem;
}

.chanpinjieshao-mid .cpjs-row {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.chanpinjieshao-mid .cpjs-row-top {
  grid-template-columns: auto 1fr;
  -moz-box-align: start;
       align-items: start;
}
.chanpinjieshao-mid .cpjs-row-bottom {
  grid-template-columns: 1fr 1fr;
  -moz-box-align: start;
       align-items: start;
}
.chanpinjieshao-mid .cpjs-media img {
  width: 3rem;
  height: auto;
  display: block;
}
.chanpinjieshao-mid .cpjs-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}
.chanpinjieshao-mid .cpjs-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.chanpinjieshao-mid .cpjs-card .cpjs-title {
  font-size: var(--font-size-24);
  font-family: var(--font-bold);
  color: var(--color-primary);
  margin-bottom: 0.15rem;
}
.chanpinjieshao-mid .cpjs-card .cpjs-text {
  color: var(--color-text);
  line-height: 1.8;
}
.chanpinjieshao-mid .cpjs-card-gearbox img {
  width: 2.8rem;
  height: auto;
  display: block;
  margin-top: 0.25rem;
}
.chanpinjieshao-mid .cpjs-app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(1.7rem, 1fr));
  gap: 0.2rem;
  margin-top: 0.25rem;
}
.chanpinjieshao-mid .cpjs-app-grid .cpjs-app-item {
  text-align: center;
}
.chanpinjieshao-mid .cpjs-app-grid .cpjs-app-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: #e8f4fc;
  margin-bottom: 0.08rem;
}
.chanpinjieshao-mid .cpjs-app-grid .cpjs-app-item p {
  color: #666;
}

@media screen and (max-width: 991px) {
  .chanpinjieshao-mid .cpjs-row-top,
  .chanpinjieshao-mid .cpjs-row-bottom {
    grid-template-columns: 1fr;
  }
  .chanpinjieshao-mid .cpjs-media {
    text-align: center;
  }
  .chanpinjieshao-mid .cpjs-media img {
    width: auto;
  }
  .chanpinjieshao-mid .cpjs-grid-2,
  .chanpinjieshao-mid .cpjs-grid-3 {
    grid-template-columns: 1fr;
  }
  .chanpinjieshao-mid .cpjs-card-gearbox img {
    width: auto;
  }
  .cpjs-flex-left {
    flex-wrap: wrap;
    text-align: left;
  }
  .cpjs-flex-left img {
    margin-left: 0px;
  }
  .chanpinjieshao-mid .cpjs-app-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .chanpinjieshao-mid .cpjs-app-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ========================================
   Product introduction features - end
   ======================================== */
/* ========================================
   34. Product detail - description & features - start
   ======================================== */
.mstytx-mid {
  padding-top: 0.2rem;
}

/* series overview */
.mstytx-overview p {
  font-size: var(--font-size-18);
  color: var(--color-text);
  line-height: 1.8;
  text-indent: 2em;
}

/* section title (blue + bottom divider) */
.mstytx-title {
  font-size: var(--font-size-30);
  color: var(--color-primary);
  font-family: var(--font-bold);
  border-bottom: 1px solid #d1d2d3;
  line-height: 1.5;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.1rem;
}

.mstytx-title-custom {
  margin-top: 0.5rem;
}

/* generic content block */
.mstytx-block {
  margin-bottom: 0.2rem;
}

.mstytx-block-text p {
  font-size: var(--font-size-18);
  color: var(--color-text);
  line-height: 1.8;
  text-indent: 2em;
}

.mstytx-block-img-full {
  text-align: center;
  margin-top: 0.16rem;
}
.mstytx-block-img-full img {
  max-width: 100%;
  height: auto;
}

/* left text, right image layout */
.mstytx-block-lr {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  gap: 0.3rem;
}
.mstytx-block-lr .mstytx-block-text {
  -moz-box-flex: 1;
       flex: 1;
}
.mstytx-block-lr .mstytx-block-img-side {
  flex-shrink: 0;
  width: 8rem;
  text-align: center;
}
.mstytx-block-lr .mstytx-block-img-side img {
  max-width: 100%;
  height: auto;
}

/* installation and connection types - two columns */
.mstytx-install {
  display: -moz-box;
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.16rem;
}
.mstytx-install .mstytx-install-col {
  -moz-box-flex: 1;
       flex: 1;
}
.mstytx-install .mstytx-install-col p {
  color: var(--color-text);
  line-height: 1.7;
}

.mstytx-install-label {
  font-size: var(--font-size-26);
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-bottom: 0.08rem;
}

/* lead-wire and socket connections */
.mstytx-connect {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.mstytx-connect p {
  color: var(--color-text);
  line-height: 1.7;
  margin-top: 0.08rem;
}

/* cable exit method */
.mstytx-wiring {
  margin-bottom: 0.2rem;
}
.mstytx-wiring > p {
  font-size: var(--font-size-18);
  color: var(--color-text);
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 0.16rem;
}

.mstytx-wiring-grid {
  display: -moz-box;
  display: flex;
  gap: 0.3rem;
}
.mstytx-wiring-grid .mstytx-wiring-item {
  -moz-box-flex: 1;
       flex: 1;
}
.mstytx-wiring-grid .mstytx-wiring-item img {
  max-width: 100%;
  height: auto;
}

/* customization area */
.mstytx-custom {
  margin-top: 0.16rem;
}

.mstytx-custom-intro {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
}
.mstytx-custom-intro p {
  -moz-box-flex: 1;
       flex: 1;
  color: var(--color-text);
  line-height: 1.7;
  text-indent: 2em;
}
.mstytx-custom-intro img {
  flex-shrink: 0;
  height: auto;
}

/* encoder area */
.mstytx-encoder {
  margin-bottom: 0.3rem;
}
.mstytx-encoder > p {
  font-size: var(--font-size-20);
  color: var(--color-text);
  line-height: 1.7;
  margin-top: 0.08rem;
}

.mstytx-sub-label {
  font-size: var(--font-size-26) !important;
  color: var(--color-text);
  font-family: var(--font-bold);
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
}

.mstytx-encoder-img {
  text-align: center;
  margin: 0.12rem 0;
}
.mstytx-encoder-img img {
  max-width: 100%;
  height: auto;
}

.mstytx-encoder-spec {
  border-radius: max(0.06rem, 6px);
  padding: 0.16rem 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.mstytx-encoder-spec p {
  color: var(--color-text);
  line-height: 1.8;
}

/* gearbox area */
.mstytx-gearbox {
  margin-top: 0.2rem;
}
.mstytx-gearbox > p {
  font-size: var(--font-size-20);
  color: var(--color-text);
  line-height: 1.7;
  margin-top: 0.08rem;
}

.mstytx-gearbox-tables {
  display: -moz-box;
  display: flex;
  gap: 0.2rem;
  margin: 0.12rem 0;
}
.mstytx-gearbox-tables .mstytx-table-wrap {
  -moz-box-flex: 1;
       flex: 1;
  overflow-x: auto;
}
.mstytx-gearbox-tables .mstytx-table-wrap table {
  width: 100%;
}
.mstytx-gearbox-tables .mstytx-table-wrap th {
  background: var(--color-primary);
  color: #fff;
  font-size: var(--font-size-18);
  font-family: var(--font-bold);
  padding: 0.1rem 0.12rem;
  text-align: center;
}
.mstytx-gearbox-tables .mstytx-table-wrap td {
  padding: 0.08rem 0.1rem;
  border: 1px solid #e8e8e8;
  color: var(--color-text);
  text-align: center;
  background: #fff;
}
.mstytx-gearbox-tables .mstytx-table-wrap tbody tr:nth-child(even) td {
  background: #f7f7f7;
}

.mstytx-gearbox-img {
  text-align: center;
  margin-top: 0.12rem;
}
.mstytx-gearbox-img img {
  max-width: 100%;
  height: auto;
}

/* ---- responsive ---- */
@media screen and (max-width: 991px) {
  .mstytx-block-lr {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .mstytx-block-lr .mstytx-block-img-side {
    width: 100%;
    text-align: center;
  }
  .mstytx-install {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 0.16rem;
  }
  .mstytx-wiring-grid {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 0.16rem;
  }
  .mstytx-custom-intro {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .mstytx-custom-intro img {
    max-width: 100%;
  }
  .mstytx-gearbox-tables {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .mstytx-gearbox-tables .mstytx-table-wrap td {
    font-size: 14px;
  }
}
/* ========================================
   34. Product detail - description & features - end
   ======================================== */
/* ========================================
   35. Product detail - force/speed curve - start
   ======================================== */
.mstytx-grid {
  display: grid;
  padding: 0px 0.3rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

@media screen and (max-width: 991px) {
  .mstytx-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .mstytx-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pro-xq-jxcc-title {
  color: var(--color-666);
  margin-bottom: 0.1rem;
}

.pro-xq-tab-content .bjdj-protwo-s2-list .bjdj-protwo-s2-item:nth-child(n+5) {
  display: block;
}

/* ProductInformation start */
.bjdj-pro-infor-top {
  text-align: center;
}

.bjdj-pro-infor-kuang {
  margin-top: 0.6rem;
}

.bjdj-pro-infor-title {
  font-size: var(--font-size-48);
  color: var(--color-vi);
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
  margin-bottom: 0.3rem;
  line-height: 1;
}

.bjdj-pro-infor-list {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  margin-bottom: 1rem;
}

.bjdj-pro-infor-item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.7rem;
  padding: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
}
.bjdj-pro-infor-item:hover {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.bjdj-pro-infor-item:hover .bjdj-proone-s2-title {
  color: var(--color-primary);
}
.bjdj-pro-infor-item:hover .bjdj-proone-s2-title::before {
  background: var(--color-primary);
}

.bjdj-pro-infor-img {
  width: 2.3rem;
  flex-shrink: 0;
}

.bjdj-pro-infor-ertitle {
  font-size: var(--font-size-20);
}
.bjdj-pro-infor-ertitle em {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.bjdj-pro-infor-ertitle a {
  color: var(--color-vi);
}
.bjdj-pro-infor-ertitle a:hover {
  color: var(--color-link);
}

.bjdj-pro-infor-text {
  color: #666;
}

@media screen and (max-width: 991px) {
  .bjdj-pro-infor-img {
    width: 80px;
    margin-right: 0.3rem;
  }
  .bjdj-proone-s2-title {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .bjdj-pro-infor-item {
    flex-wrap: wrap;
  }
  .bjdj-pro-infor-item {
    align-content: flex-start;
  }
  .bjdj-pro-infor-right {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .bjdj-pro-infor-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* ProductInformation end */
/* ========================================
   35. Software download page - start
   ======================================== */
.bjdj-soft-s1 {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}
.bjdj-soft-s1 .bjdj-pro-infor-top {
  text-align: center;
}
.bjdj-soft-s1 .bjdj-pro-infor-title {
  font-size: var(--font-size-48);
  color: var(--color-vi);
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.soft-featured {
  position: relative;
  background: -moz-linear-gradient(315deg, #D6E5FF 0%, #EAF2FF 50%, #F4F8FF 100%);
  background: linear-gradient(135deg, #D6E5FF 0%, #EAF2FF 50%, #F4F8FF 100%);
  border-radius: 0.12rem;
  overflow: hidden;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.soft-featured .soft-card {
  position: relative;
  z-index: 1;
}

.soft-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.bjdj-soft-list {
  margin-bottom: 1rem;
}
.bjdj-soft-list a {
  cursor: pointer;
}

.soft-s1-title {
  color: var(--color-vi);
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.soft-card {
  display: -moz-box;
  display: flex;
  -moz-box-align: stretch;
       align-items: stretch;
  gap: 0.3rem;
  padding: 0.3rem 0.4rem;
  background: #fff;
  border-left: max(0.06rem, 6px) solid var(--color-primary);
  border-radius: 0.1rem;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  -moz-transition: transform box-shadow 0.4s, -moz-transform box-shadow 0.4s;
  transition: transform box-shadow 0.4s;
  transition: transform box-shadow 0.4s, -moz-transform box-shadow 0.4s;
  -webkit-transition: transform box-shadow 0.4s;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.soft-card:hover {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.12);
  -moz-transform: translateY(-4px);
   -ms-transform: translateY(-4px);
       transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(31, 91, 255, 0.18);
}
.soft-card:hover .soft-card-title {
  color: var(--color-primary);
}
.soft-card .soft-card-icon {
  width: 1.9rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 0.06rem;
  overflow: hidden;
  background: -moz-linear-gradient(315deg, #1a4cd6 0%, #0F2F9E 100%);
  background: linear-gradient(135deg, #1a4cd6 0%, #0F2F9E 100%);
  align-self: center;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -moz-transform 0.4s;
  -webkit-transition: transform 0.4s;
}
.soft-card .soft-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.soft-card:hover .soft-card-icon {
  -moz-transform: rotate(-3deg) scale(1.04);
   -ms-transform: rotate(-3deg) scale(1.04);
       transform: rotate(-3deg) scale(1.04);
}
.soft-card .soft-card-body {
  -moz-box-flex: 1;
       flex: 1;
  min-width: 0;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
  gap: 0.2rem;
}
.soft-card .soft-card-div {
  width: 100%;
}
.soft-card .soft-card-title {
  font-size: var(--font-size-28);
  font-family: "ALIBABA-PUHUITI-BOLD", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.08rem;
}
.soft-card .soft-card-divider {
  height: max(0.02rem, 2px);
  background: var(--color-primary);
  border-radius: 1px;
  margin-bottom: 0.1rem;
  width: 100%;
}
.soft-card .soft-card-meta {
  color: #555;
  font-size: var(--font-size-16);
  line-height: 1.6;
}
.soft-card .soft-card-meta p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.soft-card-lg {
  padding: 0.4rem 0.5rem;
  gap: 0.45rem;
}
.soft-card-lg .soft-card-icon {
  width: 2.6rem;
}
.soft-card-lg .soft-card-title {
  font-size: var(--font-size-28);
  margin-bottom: 0.12rem;
}
.soft-card-lg .soft-card-divider {
  height: max(0.02rem, 2px);
  margin-bottom: 0.15rem;
}
.soft-card-lg .soft-card-meta {
  font-size: var(--font-size-18);
  line-height: 1.7;
}
.soft-card-lg .soft-card-meta p {
  -webkit-line-clamp: 3;
  margin-bottom: 0.06rem;
}
.soft-card-lg .soft-card-btn {
  margin-top: 0.2rem;
  padding: 0.08rem 0.14rem 0.08rem 0.22rem;
  font-size: var(--font-size-18);
}
.soft-card-lg .soft-card-btn .soft-card-arrow {
  width: 0.28rem;
  height: 0.28rem;
  min-width: 24px;
  min-height: 24px;
  margin-left: 0.16rem;
}

@media screen and (max-width: 991px) {
  .soft-card-lg {
    padding: 0.3rem 0.35rem;
    gap: 0.3rem;
  }
  .soft-card-lg .soft-card-icon {
    width: 1.8rem;
  }
  .soft-card {
    padding: 0.25rem 0.3rem;
    gap: 0.25rem;
  }
  .soft-card .soft-card-icon {
    width: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .soft-grid {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .soft-card,
  .soft-card-lg {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    padding: 0.3rem;
    gap: 0.2rem;
  }
  .soft-card .soft-card-icon,
  .soft-card-lg .soft-card-icon {
    width: 100%;
    max-width: 2rem;
  }
}
/* ========================================
   35. Software download page - end
   ======================================== */
/* ======================================== 
    36. ruanjianxiangqing start
    */
.soft-xq-s1-kuang {
  margin-top: 0.3rem;
}

.soft-xq-kuang {
  margin-bottom: 0.5rem;
}
.soft-xq-kuang .bjdj-proone-s2-title {
  margin-bottom: 0.3rem;
}

.soft-xq-down {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
  row-gap: 0.2rem;
}

.soft-xq-down-item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.12rem;
  font-size: var(--font-size-18);
  color: #222222;
}
.soft-xq-down-item img {
  width: max(0.24rem, 24px);
}
.soft-xq-down-item:hover {
  color: #2947A7;
}
.soft-xq-down-item:hover img {
  -webkit-filter: invert(23%) sepia(76%) saturate(1648%) hue-rotate(214deg) brightness(91%) contrast(91%);
          filter: invert(23%) sepia(76%) saturate(1648%) hue-rotate(214deg) brightness(91%) contrast(91%);
}

.soft-xq-jieshao div {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.soft-xq-jieshao div .aggre-s1-icon {
  flex-shrink: 0;
  position: relative;
  top: max(0.09rem, 6px);
}

.soft-xq-s1-kk {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  gap: 1rem;
}
.soft-xq-s1-kk img {
  width: auto;
}

.soft-xq-s1-kk-right {
  top: 0px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 0.1rem;
  text-align: left;
  margin-bottom: 0.4rem;
}
.soft-xq-s1-kk-right h1 {
  font-size: var(--font-size-34);
  line-height: 1;
  margin-top: 0.2rem;
  color: var(--color-primary);
}
.soft-xq-s1-kk-right img {
  width: auto;
}

@media screen and (max-width: 991px) {
  .soft-xq-s1-kk-right h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .soft-xq-s1-kk {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
    gap: 0.5rem;
  }
  .soft-xq-s1-kk-right {
    position: relative;
    max-width: unset;
  }
}
/* ========================================
   36. ruanjianxiangqing end
  */
/* ========================================
   37. yangbenku start
  */
.sample-s1-mid {
  padding-top: 0.6rem;
  position: relative;
}

.sample-s1-title {
  color: var(--color-vi);
  margin-bottom: 0.1rem;
}

.sample-bj {
  width: 100%;
  position: absolute;
  height: -moz-calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  top: 0px;
  object-fit: cover;
  z-index: -1;
  margin-top: -0.6rem;
}
.sample-bj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sample-s1-kuang {
  padding-bottom: 0.6rem;
}

.sample-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.24rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.sample-list .sample-item-title {
  border: 1px solid var(--color-vi);
  padding: 0.1rem 0.32rem;
  border-radius: 1rem;
  background: #fff;
  font-size: var(--font-size-24);
  color: #666666;
  cursor: pointer;
}
.sample-list .sample-item-title:hover, .sample-list .sample-item-title.active {
  background: -moz-linear-gradient(14deg, #011e4d 0%, #375385 100%);
  background: linear-gradient(76deg, #011e4d 0%, #375385 100%);
  color: #fff;
}

.sample-s2-mid {
  margin-top: 1rem;
}

.sample-s2-kk {
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 0.5rem;
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
}
.sample-s2-kk .bjdj-proone-s2-title {
  color: var(--color-primary);
}
.sample-s2-kk .bjdj-proone-s2-title::before {
  background: var(--color-primary);
}
.sample-s2-kk .sample-s2-kk-img {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

.sample-s2-kk-title {
  margin-top: 0.16rem;
}

.sample-s2-kk-item {
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.09);
  padding: 0.24rem;
  border-radius: 0.1rem;
  border: 1px solid transparent;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.sample-s2-kk-item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 90%;
  background: #2947A7;
  height: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sample-s2-kk-item:hover {
  border: 1px solid #2947A7;
}
.sample-s2-kk-item:hover .sample-s2-kk-title {
  color: var(--color-primary);
  font-family: "ALIBABA-PUHUITI-MEDIUM", Arial, Helvetica, sans-serif;
}
.sample-s2-kk-item:hover::before {
  height: max(0.06rem, 6px);
}

.sample-s2-kk-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(2.68rem, 1fr));
  flex-wrap: wrap;
  gap: 0.33rem;
}

/* ========================================
   37. yangbenku end*/