@charset "UTF-8";
@font-face {
  font-family: "OPPOSansM";
  src: url("../fonts/OPPOSans-M.woff2") format("woff2"), url("../fonts/OPPOSans-M.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSansR";
  src: url("../fonts/OPPOSans-R.woff2") format("woff2"), url("../fonts/OPPOSans-R.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  margin: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

span {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-jiantou-copy-copy:before {
  content: "\e909";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-calendar:before {
  content: "\e7e1";
}

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

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

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

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

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

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

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

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

html {
  font-size: max(5.2083333333vw, 50px);
  -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);
  line-height: 1.5;
  scroll-behavior: smooth;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  background: #ffffff;
  font: var(--font-size-16) "OPPOSansR", Arial, Helvetica, sans-serif, "Microsoft YaHei", sans-serif;
  --theme-color: #086a67;
  --primary-color: #c1dedd;
  --color-primary: #002F6C;
  --color-text: #222;
  --color-qianse: #666;
  --color-link: #EE202E;
  --color-white: #ffffff;
  --header-height: 0.98rem;
  --font-size-96: max(0.96rem, 36px);
  --font-size-88: max(0.88rem, 34px);
  --font-size-80: max(0.8rem, 32px);
  --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-38: 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);
  --font-size-p: max(0.16rem, 14px);
  line-height: 1.15;
}

img {
  max-width: 100%;
  max-height: 100%;
  border: none;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

body {
  --theme-color: #086a67;
  --primary-color: #c1dedd;
  --color-primary: #002F6C;
  --color-text: #222;
  --color-qianse: #666;
  --color-link: #1187BA;
  --color-white: #ffffff;
  --color-vi: #1187BA;
  font-family: "OPPOSansR", Arial, Helvetica, sans-serif;
}

ul li {
  list-style: none;
}

h2 {
  font-size: var(--font-size-48);
  letter-spacing: 1.3px;
  color: #222222;
  font-weight: bold;
  margin: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

p,
a {
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* 常用宽度 */
.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;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  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 {
    width: 90%;
  }
}
::-webkit-scrollbar {
  width: 14px;
  /* 设置滚动条的宽度 */
  height: 6px;
}

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

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

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

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

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

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

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

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

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

.scroll-y::-webkit-scrollbar {
  width: 2px;
  /* 设置滚动条的宽度 */
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: var(--color-vi);
  /* 设置滚动条滑块的颜色 */
  height: 10px;
}

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

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

::-moz-selection {
  color: #fff;
  background: #829d94;
}

::selection {
  color: #fff;
  background: #829d94;
}

.table {
  overflow-x: auto;
  border-spacing: 4px;
}
.table table {
  width: 100%;
}
.table tr td {
  background: #F7F7F7;
}
.table tr:nth-child(1) td {
  font-size: var(--font-size-18);
  color: #222;
}
.table tr td:nth-child(1) {
  width: 1.6rem;
}
.table tr td:nth-child(1) img {
  max-width: 0.92rem;
  max-height: 0.92rem;
  min-width: 50px;
  min-height: 50px;
}

.app-s2-bjys .table {
  width: 100%;
  overflow-y: auto;
}
.app-s2-bjys .table table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
.app-s2-bjys .table table tr td {
  border: 0px;
  margin: 6px;
  background: white;
  padding: 0.08rem;
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  border-bottom: 1px solid #D8D8D8;
  color: #666;
}
.app-s2-bjys .table table tr:nth-child(1) td {
  font-weight: bold;
  background: #F1F1F1;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  padding: var(--font-size-30) 0px;
}

.m-muban-nav {
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.m-muban-nav.active {
  background: var(--color-vi);
}
.m-muban-nav.active .m-muban-mid-right > ul > li > a {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  color: #fff !important;
}
.m-muban-nav.active .m-muban-mid-right > ul li.active > a,
.m-muban-nav.active .m-muban-mid-right > ul li:hover > a {
  color: var(--color-vi);
}
.m-muban-nav.active .m-muban-mid-right > ul li.active > a:before,
.m-muban-nav.active .m-muban-mid-right > ul li:hover > a:before {
  background: var(--color-white);
  width: 100%;
}

.m-muban-mid-logo {
  display: block;
  font-size: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  height: 0.38rem;
  -webkit-filter: grayscale(100%) brightness(200%);
          filter: grayscale(100%) brightness(200%);
}

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

.m-muban-mid-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  color: var(--color-white);
}
.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 > a {
  position: relative;
}
.m-muban-mid-right > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0%;
  background-color: var(--color-vi);
  height: 2px;
  bottom: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-muban-mid-right > ul > li > a:hover {
  color: var(--color-vi);
}
.m-muban-mid-right > ul > li > a:hover:before {
  width: 100%;
}
.m-muban-mid-right > ul li.active > a {
  color: var(--color-vi);
}
.m-muban-mid-right > ul li.active > a:before {
  width: 100%;
}
.m-muban-mid-right > ul li:hover .nav-teshu {
  padding-top: var(--font-size-60);
  padding-bottom: var(--font-size-60);
  max-height: 4rem;
  overflow-y: auto;
  opacity: 1;
}
.m-muban-mid-right > ul > li {
  position: relative;
}
.m-muban-mid-right > ul > li > a {
  display: block;
  font-size: var(--font-size-16);
  letter-spacing: 1.3px;
  color: #FFFFFF;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  margin-top: 0.44rem;
  margin-bottom: 0.44rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-muban-mid-right > ul > li ul {
  width: 100%;
}
.m-muban-mid-right > ul > li > ul {
  left: 0;
  height: 0px;
  position: fixed;
  height: 0px;
  overflow: hidden;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
  background: #fff;
}
.m-muban-mid-right > ul > li > ul > li {
  padding-top: var(--font-size-20);
}
.m-muban-mid-right > ul > li > ul > li a {
  color: #222 !important;
  display: block;
  color: var(--color-white);
  font-size: var(--font-size-18);
  padding: 10px;
  padding-left: var(--font-size-20);
  padding-right: var(--font-size-20);
}
.m-muban-mid-right > ul > li > ul > li a:hover {
  text-decoration: underline;
}
.m-muban-mid-right > ul > li > ul {
  height: 0px;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -moz-box;
  display: flex;
  opacity: 0;
  box-shadow: 0px 0.917em 1.5em 0.04em rgba(0, 0, 0, 0.25);
}
.m-muban-mid-right > ul > li:hover > ul {
  padding-bottom: 20px;
  height: auto;
  display: -moz-box;
  display: flex;
  opacity: 1;
}

@media screen and (max-width: 1180px) {
  .m-muban-mid-right > ul > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .m-muban-mid-right .header-contact {
    margin-right: 10px;
  }
  .m-muban-mid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sousou-kuang.active {
    height: 100px;
  }
  .header-keywords {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-keywords {
    font-size: 12px;
  }
  .sousou-kuang .w1400 {
    padding: 0px;
  }
}
.m-mobilenav {
  display: none;
}

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

.m-mobilenav {
  display: none;
}

@media screen and (max-width: 999px) {
  .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;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .m-mobilenav .mbnav-btn {
    position: fixed;
    z-index: 2;
    top: 14px;
    right: 4%;
    left: auto;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    width: 32px;
    -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: transparent;
  }
  .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-vi);
    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-vi);
    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: 24px;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: var(--font-size-16);
    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: 0.14;
    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;
  }
}
/* 右侧客服 start */
.contact-footer.xs {
  right: 0px;
}

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

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

.contact-footer.active > p {
  /* transform: rotate(125deg); */
}
.contact-footer.active > p img {
  display: none;
}
.contact-footer.active > p i:before {
  content: "\e608";
  font-family: "iconfont";
}
.contact-footer.active > p img:nth-child(1) {
  display: block;
}

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

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

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

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

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

.tabchuang-mid > form div {
  text-align: left;
}
.tabchuang-mid > form div a {
  color: var(--color-vi);
}

.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: 1.6rem;
  height: var(--font-size-40);
  border-radius: 10px;
  border: 0px;
  color: #fff;
  background: var(--color-vi);
  border: solid 1px var(--color-vi);
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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%;
  -o-object-fit: contain;
     object-fit: contain;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper.swiper-cards {
  overflow: visible;
}

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

.swiper {
  width: 100%;
}

.morenyuyan {
  color: #fff;
  cursor: pointer;
  font-size: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-bottom: 0px;
}
.morenyuyan i {
  font-size: var(--font-size-20);
}
.duoyuyan {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.douyuyanxiala {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  -moz-transform: scaleY(0);
   -ms-transform: scaleY(0);
       transform: scaleY(0);
  -moz-transform-origin: top;
   -ms-transform-origin: top;
       transform-origin: top;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -moz-transform 0.3s ease;
}

.duoyuyan.active .douyuyanxiala {
  padding-left: 0px;
  padding-right: 0px;
  top: 0.6rem;
  height: auto;
  background-color: var(--color-vi);
  -moz-transform: scaleY(1);
   -ms-transform: scaleY(1);
       transform: scaleY(1);
}
.duoyuyan.active .douyuyanxiala a {
  color: var(--fff);
  padding: 10px 20px;
  display: block;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.duoyuyan.active .douyuyanxiala a:hover {
  background: var(--color-white);
  color: var(--color-vi);
}

.sousuo-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  min-width: var(--font-size-30);
  min-height: var(--font-size-30);
  border-radius: 50%;
  background: #fff;
}
.sousuo-mid > i {
  font-size: var(--font-size-20);
  color: var(--color-text);
}

.sousuo {
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.sousuo svg {
  color: #fff;
}

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

.sousou-kuang.active {
  height: 3rem;
  background: #fff;
}

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

@media screen and (max-width: 768px) {
  .sousou-kuang .form-sousuo {
    height: 42px;
  }
}
.header-contact {
  margin-left: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.header-contact .header-con-title {
  font-size: var(--font-size-16);
  margin-right: 12px;
  color: var(--color-white);
}
.header-contact:hover i {
  margin-left: 10px;
}
.header-contact i {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  min-width: var(--font-size-30);
  min-height: var(--font-size-30);
  border-radius: 50%;
  font-size: var(--font-size-20);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--color-white);
  background: var(--color-vi);
}

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

.quanduan {
  padding: 2px;
}

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

.cookiecookie.active {
  display: block;
}

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

.banner-title {
  margin-top: 0.14rem;
  margin-bottom: 0.14rem;
  font-size: var(--font-size-48);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
}

.swiper-slide .ban-mid {
  position: relative;
  aspect-ratio: 16/8;
  overflow: hidden;
  height: 100%;
}

.ban-mid {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner-biaoti,
.banner-neirong {
  font-size: var(--font-size-20);
  letter-spacing: 1.3px;
}

.ban-kuang {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -46%);
   -ms-transform: translate(-50%, -46%);
       transform: translate(-50%, -46%);
  top: 46%;
  color: var(--color-white);
  z-index: 2;
}

.banner-neirong {
  opacity: 1;
}

.ban-kk {
  width: 100%;
}

.banner-img {
  font-size: 0px;
}
.banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.phbanner {
  display: none;
}

.banner-annu {
  margin-top: 30px;
}
.banner-annu .index-s1-bottom-view {
  margin-right: 0.42rem;
}
.banner-annu .index-s1-bottom-view:hover {
  padding-left: 24px;
  padding-right: 24px;
}
.banner-annu .index-s1-bottom-view:hover:before {
  height: 100%;
  background: var(--color-vi);
}
.banner-annu .index-s1-bottom-view:before {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .pcbanner {
    display: none;
  }
  .phbanner {
    display: block;
  }
  .swiper-slide .ban-mid {
    position: relative;
    aspect-ratio: unset !important;
    overflow: hidden;
    height: 100%;
  }
}
.bannervideo {
  font-size: 0px;
  line-height: 0px;
  position: relative;
  height: 100vh;
}
.bannervideo video, .bannervideo iframe {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(#000, #000);
}

@media screen and (max-width: 991px) {
  .m-mobilenav .mbnav-btn .line {
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn .line:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .bannervideo {
    font-size: 0px;
    line-height: 0px;
  }
  .bannervideo video, .bannervideo iframe {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
  .ban-mid {
    aspect-ratio: auto;
  }
  .banner-title {
    font-size: 18px;
    line-height: 24px;
  }
  .banner-biaoti,
  .banner-neirong {
    font-size: 12px;
    line-height: 18px;
  }
}
.bannerswiper .swiper-pagination {
  bottom: 6%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  text-align: left;
  width: 84.08%;
}

@media screen and (max-width: 1599px) {
  .bannerswiper .swiper-pagination {
    width: 90%;
  }
}
.bannerswiper .swiper-pagination-bullet {
  width: 10px;
  height: 8px;
  margin: 3px;
  border-radius: 0px;
  background: var(--color-white);
  opacity: 1;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.bannerswiper .swiper-pagination-bullet-active {
  width: 70px;
  background: var(--color-vi);
}

@media screen and (max-width: 999px) {
  .m-muban-mid-right > ul {
    display: none;
  }
  .m-muban-mid {
    height: 50px;
  }
  .m-muban-mid-right {
    margin-right: 40px;
    margin-top: 3px;
  }
  .m-muban-mid-logo {
    height: 30px;
  }
  .header-contact {
    display: none;
  }
}
.index-s1-mid {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: url(../images/index-s1-bj.png) no-repeat;
  background-size: cover;
}

.index-s1-top-biaoti {
  font-size: 0.24rem;
  margin-bottom: var(--font-size-14);
  color: var(--color-vi);
}

.index-s1-top-ertitle {
  color: #666;
  font-size: var(--font-size-18);
  margin-top: var(--font-size-14);
  line-height: 1.6;
}

.index-s1-top-left a:hover h2 {
  color: var(--color-vi);
}

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

.index-s2-bottom {
  margin-top: var(--font-size-40);
}

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

.index-s1-bottom-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-s1-bottom-ertitle {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-s1-bottom-view {
  padding-top: 0.1rem;
  font-size: var(--font-size-16);
  white-space: nowrap;
  position: relative;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-s1-bottom-view:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 1px;
  background: var(--color-white);
}
.index-s1-bottom-view i {
  font-size: var(--font-size-30);
  margin-left: 20px;
  position: relative;
}

.index-s1-bottom-left {
  width: 51.625%;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s1-bottom-left:hover {
  box-shadow: 0px 0.917em 1.94em 0.04em rgba(0, 0, 0, 0.25);
}
.index-s1-bottom-left:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}

.index-s1-bototm-img {
  font-size: 0px;
  position: relative;
  aspect-ratio: 16/15.27;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
}
.index-s1-bototm-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-s1-bottom-k {
  position: absolute;
  left: 0.42rem;
  right: 0.42rem;
  bottom: 0.66rem;
  color: var(--color-white);
}

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

.index-s1-bottom-right {
  width: 46.875%;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.index-s1-right-k {
  width: 100%;
  height: auto;
  background: #fff;
  margin-bottom: 0.48rem;
  -moz-box-flex: 1;
       flex: 1;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s1-right-k:last-child {
  margin-bottom: 0px;
}
.index-s1-right-k a {
  padding: 0px 0.5rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  background: #fff;
  position: relative;
  color: #000;
}
.index-s1-right-k a .index-s1-bottom-k {
  color: #000;
}
.index-s1-right-k a .index-s1-bottom-view:before {
  background: #000;
}
.index-s1-right-k a .index-s1-bottom-k {
  position: unset;
}
.index-s1-right-k a .index-s1-kk-right {
  font-size: 0px;
  aspect-ratio: 1/1;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
  padding: 10px;
  margin-left: 10px;
}
.index-s1-right-k:hover {
  box-shadow: 0px 0.917em 1.94em 0.04em rgba(0, 0, 0, 0.25);
}
.index-s1-right-k:hover .index-s1-bottom-k {
  color: var(--color-vi);
}
.index-s1-right-k:hover .index-s1-bottom-view:before {
  background: var(--color-vi);
}
.index-s1-right-k:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}

@media screen and (max-width: 991px) {
  .index-s1-right-k a .index-s1-kk-right {
    position: absolute;
    aspect-ratio: 16/12;
    margin: 0px;
    left: 50%;
    width: 60%;
    -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  .index-s1-kk-left {
    width: 100%;
    text-align: center;
    margin-top: auto;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-s1-bottom {
    flex-wrap: wrap;
  }
  .index-s1-bottom-left,
  .index-s1-bottom-right {
    width: 100%;
  }
  .index-s1-right-k a .index-s1-kk-right {
    position: unset;
    width: 100%;
    text-align: center;
    aspect-ratio: 16/9;
    left: auto;
    -moz-transform: none;
     -ms-transform: none;
         transform: none;
  }
  .index-s1-right-k {
    margin-top: 0.48rem;
    margin-bottom: 0px;
  }
  .index-s1-right-k a {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .index-s1-mid {
    padding: 0.5rem 0px;
  }
  .index-s1-top-left {
    margin-bottom: 0px;
  }
  .index-s1-top-ertitle {
    line-height: 24px;
    font-size: 14px;
  }
}
.index-s2-mid {
  padding-bottom: var(--font-size-60);
  padding-bottom: 0px;
  padding-top: 1rem;
  margin-bottom: 1.2rem;
}

.index-s1-top-right {
  max-width: 44.375%;
  margin-left: var(--font-size-20);
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  letter-spacing: 1.3px;
  color: #666666;
}
.index-s1-top-right i {
  color: var(--color-text);
}

.index-s1-top-right:hover {
  color: var(--color-vi);
}

i {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

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

.index-s2-tablist {
  position: relative;
}

.indexswipersmall {
  position: absolute;
  bottom: 0.34rem;
}
.indexswipersmall .swiper-slide {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  display: inline-block !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 1.875%;
}
.indexswipersmall .swiper-slide:before {
  content: "";
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  background: #fff;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.indexswipersmall .swiper-slide.swipertiao:before {
  width: 100.3%;
}
.indexswipersmall .swiper-slide-thumb-active:before {
  width: 100%;
}

.indexbigswiper .swiper-slide {
  font-size: 0px;
}
.indexbigswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexbigswiper .swiper-button-next, .indexbigswiper .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 768px) {
  .indexbigswiper .swiper-slide {
    font-size: 0px;
  }
  .indexbigswiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .indexbigswiper .swiper-button-next,
  .indexbigswiper .swiper-button-prev {
    display: block;
    color: #fff;
  }
  .indexbigswiper .swiper-button-next::after,
  .indexbigswiper .swiper-button-prev::after {
    font-size: 20px;
  }
}
.indexbigswiper-img {
  display: block;
  font-size: 0px;
  position: relative;
}
.indexbigswiper-img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(64, 64, 64, 0) 43%, rgba(0, 0, 0, 0.55) 122%);
  background: linear-gradient(180deg, rgba(64, 64, 64, 0) 43%, rgba(0, 0, 0, 0.55) 122%);
}

.indexswipersmall {
  width: 94%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}
.indexswipersmall .swiper-pagination-progressbar {
  top: auto;
}
.indexswipersmall .index-s2-adv {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: var(--font-size-24);
  color: var(--color-white);
  cursor: pointer;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: var(--font-size-30);
}
.indexswipersmall .index-s2-adv i {
  font-size: var(--font-size-22);
  margin-left: var(--font-size-12);
  opacity: 0;
  visibility: hidden;
  -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
       transform: rotate(0deg);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.indexswipersmall .swiper-slide-thumb-active .index-s2-adv p {
  font-weight: bold;
}
.indexswipersmall .swiper-slide-thumb-active .index-s2-adv i {
  opacity: 1;
  visibility: visible;
  -moz-transform: rotate(-40deg);
   -ms-transform: rotate(-40deg);
       transform: rotate(-40deg);
}

@media screen and (max-width: 991px) {
  .index-s1-top {
    flex-wrap: wrap;
  }
  .index-s1-top-left,
  .index-s1-top-right {
    width: 100%;
    margin-left: 0px;
    max-width: 100%;
  }
  .index-s2-mid {
    padding-top: 0.5rem;
  }
  .index-s1-top-title {
    font-size: var(--font-size-30);
  }
}
@media screen and (max-width: 580px) {
  .index-s2-mid {
    margin-bottom: var(--font-size-40);
  }
  .indexswipersmall {
    bottom: 2px;
  }
  .indexswipersmall .index-s2-adv {
    padding-bottom: 10px;
  }
}
.index-s3-mid {
  background: #F7F9FA;
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
  position: relative;
  z-index: 2;
}

.index-s1-top-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.index-s1-top-title b {
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.index-s2-k1-kuang > a:hover .index-s1-top-title,
.index-s2-k1-kuang > a:hover .index-s1-top-right {
  color: var(--color-vi);
}
.index-s2-k1-kuang > a:hover .index-s1-top-right i {
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  color: var(--color-vi);
}
.index-s2-k1-kuang .index-s1-top-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.index-s2-k1-kuang .index-s1-top-right i {
  font-size: var(--font-size-60);
}

.index-s2-k1-left-title {
  background: white;
  border-top-left-radius: 0.2rem;
}

.index-s2-k1-mid {
  position: relative;
  z-index: 2;
  padding-top: var(--font-size-60);
  padding-bottom: 1.2rem;
  box-shadow: -32px -89px 98px 0px rgba(90, 88, 88, 0.06);
  background: #FFFFFF;
}

.index-s2-k1-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.index-s2-k1-left {
  width: 50.8125%;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.index-s2-k1-left a {
  display: block;
  -moz-box-flex: 1;
       flex: 1;
  font-size: 0px;
  position: relative;
  color: var(--color-text);
  margin-bottom: 14px;
  aspect-ratio: 16/6.367;
}
.index-s2-k1-left a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-s2-k1-left a:last-child {
  margin-bottom: 0px;
}

.index-s2-k1-bottom {
  margin-top: 0.76rem;
}
.index-s2-k1-bottom i {
  font-size: var(--font-size-40);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-s2-k1-right {
  width: 48.25%;
}
.index-s2-k1-right a {
  display: block;
  font-size: 0px;
  position: relative;
  color: var(--color-text);
  aspect-ratio: 16/13.7;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.index-s2-k1-right a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-s2-k1-left-title {
  min-width: 3.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0.14rem var(--font-size-20);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.index-s2-k1-left-name {
  font-size: var(--font-size-24);
}

.fdyy {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.fdyy:hover {
  box-shadow: 0px 0.917em 1.94em 0.04em rgba(0, 0, 0, 0.25);
}

.index-s2-k1-left-k {
  width: 100%;
}

.index-s2-k1-right:hover .index-s2-k1-left-title i,
.index-s2-k1-left-k:hover .index-s2-k1-left-title i {
  -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
       transform: rotate(0deg);
}

@media screen and (max-width: 991px) {
  .index-s2-k1-kuang .index-s1-top-right {
    -moz-box-pack: start;
         justify-content: flex-start;
  }
  .index-s2-k1-bottom {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-s2-k1-left,
  .index-s2-k1-right {
    width: 100%;
  }
  .index-s2-k1-left-k {
    margin-bottom: 20px;
  }
  .index-s2-k1-bottom {
    flex-wrap: wrap;
  }
  .index-s2-k1-left-name {
    font-size: 12px;
  }
  .index-s2-k1-mid {
    padding-bottom: var(--font-size-40);
  }
}
.index-s3-icon {
  display: inline-block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 10px;
  position: relative;
  border: 1px dashed transparent;
  z-index: 1;
  width: 0.7rem;
  height: 0.7rem;
  min-width: 50px;
  min-height: 50px;
  background: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.index-s3-icon img {
  position: relative;
  z-index: 1;
}
.index-s3-icon:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  border: 1px dashed #fff;
  background: #fff;
  border-radius: 50%;
}

.index-s3-kuang {
  padding: var(--font-size-20);
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
}
.index-s3-kuang:hover .index-s3-icon {
  -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
       transform: translateY(-10px);
}
.index-s3-kuang:hover .index-s3-title {
  color: var(--color-vi);
}

.index-s3-title {
  color: var(--color-text);
  font-size: var(--font-size-24);
  font-weight: bold;
  margin-top: var(--font-size-20);
  margin-bottom: var(--font-size-20);
}

.index-s3-neirong {
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
}

.index-s3-kuang-list {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(4, 1fr);
  /* 一排4列，等宽 */
  padding-top: 0.46rem;
}

.index-s3-kuang-mid .index-s1-top-title {
  color: #666666;
}
.index-s3-kuang-mid .index-s1-top-title b {
  color: var(--color-text);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.index-s3-kuang-k {
  position: relative;
  top: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .index-s3-kuang-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .index-s3-mid {
    padding-top: 0.6rem;
  }
  .index-s3-kuang {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .index-s3-kuang-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index-s4-kuang .index-s1-top-right {
  width: 45%;
}

.index-s4-mid {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}

.index-s4-img {
  font-size: 0px;
}

.index-s4-bottom {
  box-shadow: 0px 4px 34px 0px rgba(168, 194, 255, 0.4);
  margin-top: var(--font-size-72);
  padding-bottom: 30px;
}

.index-s4-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: space-evenly;
       justify-content: space-evenly;
  margin-top: var(--font-size-24);
}

.index-s4-list-k {
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.index-s4-list-k .shuzi {
  color: #222;
  font-size: var(--font-size-72);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: var(--font-size-60);
}
.index-s4-list-k .fuhao {
  font-size: var(--font-size-24);
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
.index-s4-list-k .shuzi-neirong {
  font-size: var(--font-size-18);
  color: #666666;
}
.index-s4-list-k:hover .shuzi,
.index-s4-list-k:hover .fuhao {
  color: var(--color-vi);
}

.banquan-img {
  display: block;
  font-size: 0px;
  box-shadow: 0px 4px 34px 0px rgba(168, 194, 255, 0.4);
  background: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  aspect-ratio: 16/6;
  padding: 10px;
  overflow: hidden;
}

.swiperltr {
  width: 100%;
}
.swiperltr .swiper-slide {
  padding: var(--font-size-60) 0.2rem;
}

.swiper .swiper-wrapper {
  /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

@media screen and (max-width: 1200px) {
  .index-s4-list-k {
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    -moz-box-pack: center;
         justify-content: center;
  }
  .index-s4-list-k .shuzi {
    margin-bottom: 10px;
  }
  .index-s4-list-k .shuzi-neirong {
    width: 100%;
  }
  .index-s4-list {
    -moz-box-align: start;
         align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .index-s4-kuang .index-s1-top-right {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-s4-list-k .shuzi {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .index-s4-list-k .shuzi-neirong {
    font-size: 12px;
  }
  .index-s4-list {
    flex-wrap: wrap;
  }
  .index-s4-list .index-s4-list-k {
    margin-bottom: 30px;
    width: 100%;
    flex-wrap: nowrap;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .swiperltr {
    padding-top: 10px;
  }
}
.index-s5-mid {
  position: relative;
  overflow: hidden;
}

.index-s5-kuang {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.index-s5-kuang .index-s1-top {
  width: 100%;
  flex-wrap: wrap;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.index-s5-kuang .index-s1-top .index-s1-top-title,
.index-s5-kuang .index-s1-top .index-s1-top-ertitle {
  color: #fff;
  width: 100%;
}
.index-s5-kuang .index-s1-top .index-s1-top-ertitle {
  opacity: 0.6;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.index-s5-kuang .index-s1-top .index-s5-annu {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.index-s5-kuang .index-s1-top .index-s5-annu > a, .index-s5-kuang .index-s1-top .index-s5-annu p {
  font-size: var(--font-size-16);
  padding: var(--font-size-14) var(--font-size-20);
  padding-top: 6px;
  padding-bottom: 6px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 10px;
}
.index-s5-kuang .index-s1-top .index-s5-annu > a i, .index-s5-kuang .index-s1-top .index-s5-annu p i {
  font-size: var(--font-size-40);
  margin-left: var(--font-size-20);
}
.index-s5-kuang .index-s1-top .index-s5-annu .index-s5-down {
  padding-left: 0px;
  color: #fff;
  margin-right: 0.2rem;
}
.index-s5-kuang .index-s1-top .index-s5-annu .index-s5-down:hover {
  padding: 0.1rem;
  background: var(--color-vi);
  border-radius: 50px;
}
.index-s5-kuang .index-s1-top .index-s5-annu .index-s5-view {
  background: #fff;
  color: #666;
  border-radius: 50px;
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.index-s5-kuang .index-s1-top .index-s5-annu .index-s5-view span {
  display: block;
}
.index-s5-kuang .index-s1-top .index-s5-annu .index-s5-view:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  -webkit-animation: fangda 1s linear infinite;
     -moz-animation: fangda 1s linear infinite;
          animation: fangda 1s linear infinite;
}
.index-s5-kuang .index-s1-top .index-s5-annu .index-s5-view:hover {
  background: var(--color-vi);
  color: #fff;
}

@-webkit-keyframes fangda {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@-moz-keyframes fangda {
  0%, 100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.06);
         transform: scale(1.06);
  }
}

@keyframes fangda {
  0%, 100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.06);
         transform: scale(1.06);
  }
}
.index-s5-mid-img {
  display: block;
  font-size: 0px;
}
.index-s5-mid-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .index-s5-mid-img {
    height: 300px;
    text-align: right;
  }
  .index-s5-mid-img img {
    max-width: none;
    max-height: none;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-s4-mid {
    padding-bottom: 0.2rem;
  }
}
.index-s6-list {
  margin-top: 0.66rem;
}

.index-s6-img {
  display: block;
  font-size: 0px;
}

.index-s6-mid {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.index-s6-data {
  font-size: var(--font-size-18);
  color: #666;
  margin-top: var(--font-size-20);
}

.index-s6-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: var(--font-size-12);
  margin-bottom: var(--font-size-12);
  min-height: 48px;
  height: 0.62rem;
}

.index-s6-k {
  display: grid;
  gap: 0.34rem;
  grid-template-columns: repeat(3, 1fr);
}

.index-s6-k a {
  display: block;
  position: relative;
  top: 0px;
}
.index-s6-k a:hover {
  top: -10px;
}
.index-s6-k a:hover p {
  color: var(--color-vi);
}
.index-s6-k a:hover img {
  -moz-transform: scale(1.04);
   -ms-transform: scale(1.04);
       transform: scale(1.04);
}

.index-s6-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  aspect-ratio: 16/10.5;
}
.index-s6-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-s6-nr .index-s5-down {
  font-size: var(--font-size-16);
  color: #666;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.index-s6-nr .index-s5-down i {
  font-size: var(--font-size-40);
  margin-left: 0.2rem;
}
.index-s6-nr .news-s1-nr-ertilte {
  font-size: var(--font-size-16);
}

@media screen and (max-width: 768px) {
  .index-s6-k {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .index-s6-k {
    grid-template-columns: repeat(1, 1fr);
  }
  .index-s6-title {
    min-height: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.index-s7-mid {
  padding-bottom: 1.2rem;
}

.index-s7-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.shuxian {
  width: 1px;
  background-color: #666666;
  opacity: 0.8;
}

.index-s7-list-k {
  display: block;
  width: 27.25%;
  padding-bottom: var(--font-size-20);
  margin-bottom: var(--font-size-20);
}
.index-s7-list-k:hover .index-s7-link {
  background: var(--color-vi);
}
.index-s7-list-k:hover .index-s7-link i {
  font-size: var(--font-size-30);
  line-height: 0px;
  opacity: 1;
  color: #fff;
}

.index-s7-neirong {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  color: #666;
  margin-top: var(--font-size-30);
  margin-bottom: var(--font-size-30);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 66px;
  height: 0.88rem;
}

.index-s7-xuhao {
  font-size: var(--font-size-22);
  color: #666;
  margin-bottom: var(--font-size-30);
  display: block;
}

.index-s7-link {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  background: #B6B6B6;
  border-radius: 20px;
  display: -moz-inline-box;
  display: inline-flex;
  padding: var(--font-size-12);
  padding-top: 0px;
  padding-bottom: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s7-link span {
  font-size: var(--font-size-16);
  color: #fff;
  padding: var(--font-size-12);
}
.index-s7-link i {
  margin-left: 10px;
  font-size: 0px;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .index-s7-list {
    flex-wrap: wrap;
  }
  .index-s7-list-k {
    width: 100%;
  }
  .index-s7-neirong {
    height: auto;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.footer-mid {
  padding-top: 1.3rem;
  background: -moz-linear-gradient(158deg, #00577C 11%, #1187BA 97%);
  background: linear-gradient(292deg, #00577C 11%, #1187BA 97%);
}

.footer-logo {
  display: block;
  font-size: 0px;
  margin-bottom: var(--font-size-30);
}

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

.footer-kuang-left div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: var(--font-size-14);
}
.footer-kuang-left div span {
  width: 0.18rem;
  min-width: 18px;
  height: 0.18rem;
  min-height: 18px;
  margin-right: 8px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.footer-kuang-left div p,
.footer-kuang-left div a {
  font-size: var(--font-size-14);
  line-height: var(--font-size-20);
  color: var(--color-white);
}
.footer-kuang-left div a:hover {
  text-decoration: underline;
}

.bottom-fxzj {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-top: var(--font-size-30);
}
.bottom-fxzj a {
  display: block;
  min-width: var(--font-size-30);
  min-height: var(--font-size-30);
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  margin-right: var(--font-size-12);
  background: #B2B2B2;
  padding: 0.06rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.bottom-fxzj a:hover {
  -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
       transform: translateY(-10px);
  background: var(--color-link);
}

.footer-kuang-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
}
.footer-kuang-right > ul {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.footer-kuang-right > ul > li {
  width: 100%;
  margin-left: 1.2rem;
}
.footer-kuang-right > ul > li > a {
  display: block;
  width: 100%;
}
.footer-kuang-right ul {
  color: #fff;
}
.footer-kuang-right ul li {
  flex-wrap: wrap;
  font-size: var(--font-size-16);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-kuang-right ul li ul {
  margin-left: 0px;
  padding-left: 0px;
}
.footer-kuang-right ul li:hover {
  opacity: 1;
  color: var(--color-link);
}
.footer-kuang-right ul li a {
  display: block;
  white-space: nowrap;
  margin-bottom: 10px;
  padding-right: 10px;
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  color: #fff;
  opacity: 0.6;
}
.footer-kuang-right ul li a .annukuang {
  position: absolute;
  right: 0px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--color-vi);
  width: var(--font-size-30);
  height: var(--font-size-30);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: var(--font-size-12);
}
.footer-kuang-right ul li a:hover .annukuang {
  opacity: 1;
  right: -30px;
}
.footer-kuang-right > ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.footer-kuang-right > ul > li > a {
  font-size: var(--font-size-20);
  opacity: 1;
  margin-bottom: var(--font-size-20);
}

.footer-k-contact {
  font-size: var(--font-size-20);
  line-height: var(--font-size-24);
  margin-top: var(--font-size-12);
  margin-bottom: var(--font-size-24);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.footer-k-contact a {
  display: -moz-inline-box;
  display: inline-flex;
  min-width: 2.8rem;
  padding: var(--font-size-28);
  -moz-box-align: center;
       align-items: center;
  justify-content: space-around;
  text-align: center;
  color: #fff;
  background: var(--color-vi);
}
.footer-k-contact a span {
  display: inline-block;
  margin-left: var(--font-size-20);
  margin-right: var(--font-size-20);
  font-size: 0px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.footer-k-contact a:hover {
  border-radius: 20px;
  letter-spacing: 1px;
}

.footer-cop-kuang {
  color: #fff;
  opacity: 0.36;
  padding-top: 20px;
  padding-bottom: 40px;
}
.footer-cop-kuang a {
  margin-right: 10px;
  color: white;
}
.footer-cop-kuang a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .footer-kuang-right {
    display: none;
  }
  .footer-kuang-left {
    width: 100%;
    text-align: center;
  }
  .footer-kuang-left div {
    -moz-box-pack: center;
         justify-content: center;
  }
  .footer-k-contact {
    -moz-box-pack: center;
         justify-content: center;
  }
  .bottom-fxzj a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-cop-kuang {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-mid {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.index-s6-k a {
  cursor: pointer;
}

.index-s6-list {
  position: relative;
}

.index-s6-list::after {
  opacity: 0;
  -moz-transition: transform 0.2s ease, opacity 0.15s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.15s ease;
  transition: transform 0.2s ease, opacity 0.15s ease, -moz-transform 0.2s ease;
}

.index-s6-list:hover::after {
  opacity: 1;
}

.banner-section-kong-k {
  margin-top: 1.1rem;
}

@media screen and (max-width: 991px) {
  .banner-section-kong-k {
    margin-top: 50px;
  }
  .index-s6-list::after {
    display: none;
  }
}
main {
  min-height: 30vh;
}

.fenyenav {
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(209, 209, 209, 0.3);
}
.fenyenav .m-muban-mid-logo {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.fenyenav .m-muban-mid-right > ul > li > a {
  color: #222222;
}
.fenyenav .sousuo-mid {
  background: var(--color-vi);
}
.fenyenav .sousuo-mid > i {
  color: #fff;
}
.fenyenav .morenyuyan i {
  color: var(--color-text);
}
.fenyenav .header-con-title {
  color: var(--color-text);
}

.fenyenav.active .m-muban-mid-logo {
  -webkit-filter: grayscale(100%) brightness(200%);
          filter: grayscale(100%) brightness(200%);
}
.fenyenav.active .m-muban-mid-right > ul > li > a {
  color: unset;
}
.fenyenav.active .morenyuyan i {
  color: unset;
}
.fenyenav.active .header-con-title {
  color: #fff;
}

.nav-teshu-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  aspect-ratio: 16/13.1;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.nav-teshu-left {
  display: block;
  width: 2.06rem;
  margin-right: 1rem;
}
.nav-teshu-left:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.nav-teshu-left:hover .nav-teshu-title {
  color: var(--color-vi);
}

.nav-teshu {
  box-shadow: 0px 0.917em 1.94em 0.04em rgba(0, 0, 0, 0.25);
  max-height: 0px;
  overflow: hidden;
  position: fixed;
  left: 0px;
  right: 0px;
  width: 100%;
  background: #fff;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.nav-teshu > div {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.nav-teshu-right > ul {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}

.nav-teshu-right a {
  display: block;
}
.nav-teshu-right a:hover {
  color: var(--color-vi);
}
.nav-teshu-right a.active {
  color: var(--color-vi);
}

.nav-teshu-right > ul > li {
  margin-left: 1rem;
  margin-bottom: var(--font-size-20);
  white-space: nowrap;
}

.nav-teshu-right > ul > li > a,
.nav-teshu-right > ul > li > p {
  color: #222;
  font-weight: bold;
  margin-bottom: var(--font-size-20);
  font-size: var(--font-size-20);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.nav-teshu-right > ul > li > a span,
.nav-teshu-right > ul > li > p span {
  display: block;
  margin-right: var(--font-size-12);
}
.nav-teshu-right > ul > li > a i,
.nav-teshu-right > ul > li > p i {
  font-size: var(--font-size-30);
}

.nav-teshu-right > ul li ul a {
  color: #666;
  font-size: var(--font-size-16);
  margin-bottom: 0.1rem;
}

.nav-teshu-title {
  font-size: var(--font-size-16);
  color: #222;
  font-weight: bold;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.nav-teshu-text {
  font-size: var(--font-size-16);
  color: var(--color-vi);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.nav-teshu-text span {
  display: block;
  margin-right: 0.14rem;
  font-weight: bold;
}
.nav-teshu-text i {
  font-size: var(--font-size-30);
}

@media screen and (max-width: 1280px) {
  .nav-teshu-left {
    min-width: 150px;
  }
}
.pro-s1-mid {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url(../images/products-yuan.png) no-repeat;
  background-position: 500% -4%;
}

.pro-xl-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.pro-xl-top-title {
  font-size: var(--font-size-36);
  font-weight: bold;
  letter-spacing: 1.3px;
  color: #666666;
}
.pro-xl-top-title b {
  color: var(--color-text);
}

.pro-xl-top-neirong {
  font-size: var(--font-size-18);
  letter-spacing: 1.3px;
  color: #666;
}

.pro-xl-left-k {
  margin-bottom: var(--font-size-20);
  margin-top: var(--font-size-30);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.pro-xl-left-k .pro-xl-right-k {
  width: -moz-calc(100% - 0.6rem);
  width: calc(100% - 0.6rem);
}

.prolist-left-nr-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  color: var(--color-vi);
  margin-bottom: 10px;
}

.prolist-left-nr-js {
  width: 100%;
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
}

.pro-xl-kuang {
  width: 52.5625%;
}

.pro-xl-mid .index-s1-top {
  margin-bottom: 0.9rem;
}

.pro-xl-right {
  font-size: 0px;
  width: 35.4375%;
  overflow: hidden;
  margin-left: var(--font-size-20);
}

.pro-xl-left-annu {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.pro-xl-left-annu a, .pro-xl-left-annu p {
  display: inline-block;
  cursor: pointer;
  min-width: 2.7rem;
  margin-right: var(--font-size-20);
  padding: 0.18rem;
  color: var(--color-text);
  text-align: center;
  background: #D6F1FF;
  margin-bottom: var(--font-size-20);
  font-size: var(--font-size-24);
  font-weight: bold;
}
.pro-xl-left-annu a:hover, .pro-xl-left-annu a.active, .pro-xl-left-annu p:hover, .pro-xl-left-annu p.active {
  background: -moz-linear-gradient(1deg, #119FDF 16%, #0852A4 99%);
  background: linear-gradient(89deg, #119FDF 16%, #0852A4 99%);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .pro-xl-mid {
    -moz-box-align: center;
         align-items: center;
  }
  .pro-xl-mid .index-s1-top {
    margin-bottom: 0.4rem;
  }
  .pro-s1-mid {
    background-position: unset;
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pro-xl-mid {
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
  }
  .pro-xl-kuang,
  .pro-xl-right {
    width: 100%;
    margin: 0px;
  }
  .pro-xl-right {
    margin-bottom: var(--font-size-12);
    text-align: center;
  }
  .pro-xl-left-annu a, .pro-xl-left-annu p {
    min-width: auto;
    padding-left: var(--font-size-20);
    padding-right: var(--font-size-20);
    margin-right: 10px;
  }
  .pro-s1-mid {
    padding-bottom: 0.5rem;
  }
}
.pro-s2-mid {
  box-shadow: -32px -89px 98px 0px rgba(90, 88, 88, 0.06);
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pro-s2-kuang .index-s1-top-right {
  width: 53.75%;
}
.pro-s2-kuang .pro-xl-left-annu {
  margin-top: 1rem;
}

.pro-s2-img {
  position: relative;
}
.pro-s2-img .hz-view {
  background: rgba(253, 253, 253, 0.54);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.pro-s2-list-kuang {
  display: block;
  font-size: 0px;
  width: 23.1875%;
  margin-right: 2.375%;
  margin-bottom: 30px;
}
.pro-s2-list-kuang:nth-child(4n) {
  margin-right: 0px;
}
.pro-s2-list-kuang:hover .hz-view {
  opacity: 1;
}
.pro-s2-list-kuang:hover .hz-view span:before {
  width: 100%;
}
.pro-s2-list-kuang:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.pro-s2-list-kuang:hover .pro-s2-kk {
  color: var(--color-vi);
}

.pro-s2-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}

.pro-s2-img {
  font-size: 0px;
  aspect-ratio: 16/15.09;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
  position: relative;
}

.pro-s2-kk {
  color: var(--color-text);
}

.pro-s2-kk-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.pro-s2-kk-top .pro-s2-kk-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: var(--font-size-24);
  font-weight: bold;
}

.pro-s2-kk-xh {
  position: absolute;
  background: var(--color-vi);
  right: 0px;
  bottom: 0px;
  display: block;
  font-size: var(--font-size-18);
  margin-left: 10px;
  white-space: nowrap;
  color: #fff;
  padding: 6px var(--font-size-30);
}

.pro-s2-kk-view {
  font-size: var(--font-size-18);
}

@media screen and (max-width: 991px) {
  .pro-s2-kuang .index-s1-top-right {
    width: 100%;
  }
  .pro-s2-list-kuang {
    width: 49%;
    margin-right: 0px;
  }
  .pro-s2-list {
    -moz-box-pack: justify;
         justify-content: space-between;
    margin-top: 10px;
  }
  .pro-s2-kuang .pro-xl-left-annu {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .pro-s2-list-kuang {
    width: 100%;
  }
  .pro-s2-mid {
    padding-bottom: 0.3rem;
  }
}
.pro-s3-mid {
  background: #F4FCFF;
  padding-top: 1rem;
  padding-bottom: 0.64rem;
}

.pro-s3-lianjie {
  min-width: 26.25%;
  cursor: pointer;
  display: block;
  font-size: 0px;
  padding-bottom: 0.6rem;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
  border-right: 1px solid #DBDBDB;
  margin-right: 1rem;
}
.pro-s3-lianjie i {
  font-size: var(--font-size-40);
  background: transparent;
  color: var(--color-vi);
}
.pro-s3-lianjie .pro-s3-icon {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  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 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 4px 27px 0px rgba(170, 170, 170, 0.3);
}
.pro-s3-lianjie:last-child {
  border: 0px;
  margin-right: 0px;
}
.pro-s3-lianjie:hover .pro-s3-icon {
  background: var(--color-vi);
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg);
}
.pro-s3-lianjie:hover .pro-s3-icon i {
  color: #fff;
}
.pro-s3-lianjie:hover .pro-s3-title {
  color: var(--color-vi);
}

.pro-s3-title {
  font-size: var(--font-size-36);
  color: #222;
  margin-top: var(--font-size-20);
  margin-bottom: var(--font-size-20);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
}

.pro-s3-xq {
  font-size: var(--font-size-18);
  color: #666;
}

.pro-s3-lxfs {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-top: 0.44rem;
}

@media screen and (max-width: 768px) {
  .pro-s3-lxfs {
    flex-wrap: wrap;
  }
  .pro-s3-lianjie {
    -moz-box-flex: 1;
         flex: 1 1 48%;
    margin-right: 0px;
    border: 0px;
    padding-right: 0px;
  }
  .pro-s3-title {
    font-size: var(--font-size-28);
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .pro-s3-lianjie {
    -moz-box-flex: 1;
         flex: 1 100%;
    text-align: center;
  }
  .pro-s3-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.proxq-s1-mid {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
  box-shadow: 0px 22px 30px rgba(190, 190, 190, 0.3);
  position: relative;
}

.proxq-s1-left {
  width: 59.0625%;
}

.proxq-js {
  margin-top: var(--font-size-32);
}
.proxq-js strong {
  font-size: var(--font-size-24);
  font-weight: bold;
  color: var(--color-vi);
  display: block;
  margin-bottom: var(--font-size-14);
}
.proxq-js p {
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  padding-left: 0.2rem;
  position: relative;
}
.proxq-js p:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.14rem;
  width: 0.04rem;
  min-width: 4px;
  min-height: 4px;
  height: 0.04rem;
  border-radius: 50%;
  background: var(--color-text);
}
.proxq-js .index-s1-bottom-view {
  margin-top: var(--font-size-12);
  cursor: pointer;
}
.proxq-js .index-s1-bottom-view:hover {
  color: var(--color-vi);
}
.proxq-js .index-s1-bottom-view:before {
  background: var(--color-text);
}

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

.proxq-s1-title {
  font-size: var(--font-size-48);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
}

.proxq-s1-right {
  width: 28.125%;
  margin-bottom: var(--font-size-20);
}
.proxq-s1-right .swiper-button-next:after,
.proxq-s1-right .swiper-button-prev:after {
  font-size: var(--font-size-26);
  color: var(--color-vi);
}

.m-muban-cpxq-img {
  display: block;
  font-size: 0px;
  aspect-ratio: 1/1;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.m-muban-cpxq-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cpxqswipersmall {
  margin-top: 10px;
}

.proxq-s1-right .swiper-slide-thumb-active .m-muban-cpxq-img {
  border: 1px solid var(--color-vi);
}

@media screen and (max-width: 991px) {
  .proxq-s1-right {
    width: 33.125%;
  }
}
@media screen and (max-width: 768px) {
  .proxq-s1-kuang {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .proxq-s1-right {
    max-width: 550px;
    width: 100%;
  }
  .proxq-s1-left {
    width: 100%;
  }
  .proxq-s1-mid {
    padding-top: 0.6rem;
  }
}
.dropdown {
  position: relative;
  width: 100%;
  min-width: 1.64rem;
}

.dropdown-display {
  margin-left: var(--font-size-12);
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px;
  cursor: pointer;
  padding-right: 0px;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 0px;
  overflow-y: auto;
  z-index: 10;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 4px 30px 0px rgba(0, 36, 59, 0.1);
  margin-top: 10px;
}
.dropdown-options > div {
  padding: 4px 10px;
}
.dropdown-options > div:hover {
  cursor: pointer;
  background: var(--color-vi);
  color: #fff;
}

.dropdown-options label {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  padding: 4px 6px;
  cursor: pointer;
}
.dropdown-options label input {
  margin-right: 4px;
}

.dropdown-options label:hover {
  background: var(--color-vi);
  color: #fff;
}

.dropdown.open .dropdown-options {
  max-height: 150px;
  opacity: 1;
}

.dropdown-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  position: relative;
  margin-bottom: 0.3rem;
  margin-right: 0.38rem;
}
.dropdown-div > span {
  font-size: var(--font-size-24);
  font-weight: bold;
  white-space: nowrap;
}
.dropdown-div i {
  font-size: var(--font-size-20);
  position: absolute;
  height: 20px;
  width: 20px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  z-index: 1;
  right: 0.1rem;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  pointer-events: none;
}

.proxq-s2-select {
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: var(--font-size-40);
  margin-bottom: var(--font-size-30);
}

.xialashuju {
  color: #666;
  font-size: var(--font-size-18);
  letter-spacing: 1.3px;
  font-family: "OPPOSansR", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 991px) {
  .dropdown-div {
    width: auto;
  }
}
.proxq-s2-mid {
  padding-top: 1.2rem;
  padding-bottom: 0.2rem;
  background: url(../images/proxqselectbj.png) no-repeat;
  background-size: cover;
}

.proxq-s2-kuang table {
  margin-top: var(--font-size-30);
  overflow-x: auto;
  border-spacing: 4px;
}
.proxq-s2-kuang table tr td {
  background: #F7F7F7;
  padding: 8px;
}
.proxq-s2-kuang table tr:nth-child(1) td {
  background: #D6F1FF;
  font-size: var(--font-size-18);
  font-weight: bold;
  padding: 18px 6px;
  color: #222;
}
.proxq-s2-kuang table tr td:nth-child(1) {
  width: 1.6rem;
}
.proxq-s2-kuang table tr td:nth-child(1) img {
  max-width: 0.92rem;
  max-height: 0.92rem;
  min-width: 50px;
  min-height: 50px;
}

@media screen and (max-width: 991px) {
  .dropdown-div {
    width: 49%;
  }
  .dropdown-div .dropdown {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .proxq-s2-mid {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 580px) {
  .dropdown-div {
    width: 100%;
  }
}
.proxq-s3-mid {
  box-shadow: -32px -89px 98px 0px rgba(90, 88, 88, 0.06);
  background: #fff;
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
}

.moreswiper .pro-s2-list-kuang {
  width: 100%;
  padding: 0.1rem;
  padding-top: 0.8rem;
  margin-bottom: 0px;
}
.moreswiper .pro-s2-list-kuang .pro-s2-img {
  box-shadow: 0px 4px 35px 0px rgba(161, 161, 161, 0.3);
  background: #fff;
}
.moreswiper .pro-s2-list-kuang .pro-s2-kk-top {
  font-size: 0px;
}
.moreswiper .pro-s2-list-kuang .pro-s2-kk-top span {
  display: block;
}

@media screen and (max-width: 768px) {
  .proxq-s3-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.proxq-s4-mid {
  background: #F4FCFF;
  padding-top: var(--font-size-60);
  padding-bottom: 1rem;
}

.proxq-s4-faq {
  padding: var(--font-size-30);
  border-bottom: 1px solid #D8D8D8;
}
.proxq-s4-faq.active {
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 36, 59, 0.1);
  border-color: transparent;
}
.proxq-s4-faq.active .proxq-faq-top {
  padding-left: 0.7rem;
  color: var(--color-vi);
  margin-bottom: var(--font-size-30);
}
.proxq-s4-faq.active .proxq-faq-top i {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}
.proxq-s4-faq.active .proxq-faq-top:before {
  opacity: 1;
}
.proxq-s4-faq.active .proxq-faq-contact {
  max-height: 1.2rem;
  min-height: 0.4rem;
  opacity: 1;
  padding-left: 0.7rem;
}
.proxq-s4-faq.active .proxq-faq-contact:before {
  opacity: 1;
}
.proxq-s4-faq:last-of-type {
  border-bottom: 0px;
}

.proxq-faq-top {
  font-size: var(--font-size-22);
  font-weight: bold;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.proxq-faq-top i {
  font-size: var(--font-size-30);
}
.proxq-faq-top:before {
  min-width: 30px;
  min-height: 30px;
  content: "Q";
  position: absolute;
  left: 0px;
  font-size: var(--font-size-18);
  width: var(--font-size-38);
  background: var(--color-vi);
  height: var(--font-size-38);
  color: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 50%;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.proxq-faq-contact {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  position: relative;
  max-height: 0rem;
}
.proxq-faq-contact:before {
  content: "A";
  position: absolute;
  left: 0px;
  font-size: var(--font-size-20);
  width: var(--font-size-40);
  min-width: 30px;
  min-height: 30px;
  background: #D6F1FF;
  height: var(--font-size-40);
  color: var(--color-vi);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-weight: bold;
  border-radius: 50%;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.proxq-s4-kuang .index-s1-top-title {
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .proxq-s4-faq {
    padding: 10px;
    line-height: 1.75;
  }
  .proxq-s4-faq.active .proxq-faq-top,
  .proxq-s4-faq.active .proxq-faq-contact {
    padding-left: 0.8rem;
  }
  .proxq-s4-faq.active .proxq-faq-contact {
    max-height: 2rem;
  }
  .proxq-faq-contact {
    line-height: 24px;
  }
}
.cpjh-s1-mid {
  background: url(../images/proxqselectbj.png) no-repeat;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}

.cpjh-s1-kuang .index-s1-top-title {
  font-family: "OPPOSansR", Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.cpjh-s1-kuang .index-s1-top-title b {
  font-weight: 100;
  color: var(--color-vi);
}

.cpjh-s1-bottom {
  margin-top: 0.42rem;
}

.cpjh-s1-bottom-kuang {
  position: relative;
  padding-left: 0.34rem;
  margin-bottom: var(--font-size-20);
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  color: var(--color-qianse);
}
.cpjh-s1-bottom-kuang strong {
  font-size: var(--font-size-24);
  margin-bottom: 0.2rem;
  display: block;
  color: var(--color-text);
}
.cpjh-s1-bottom-kuang p {
  letter-spacing: 1.3px;
}
.cpjh-s1-bottom-kuang:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.1rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-vi);
}

.projh-s2-mid {
  padding: 0.6rem 0px;
  padding-bottom: 0.2rem;
  box-shadow: 0px 4px 58px 0px rgba(190, 190, 190, 0.3);
}

.projh-s2-mid .dropdown-div {
  width: auto;
}

.proxq-table table tr td {
  text-align: center;
}

.proxq-table table {
  border-collapse: separate; /* 避免 sticky 出 bug */
}

.proxq-table table tr td:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
}

.proxq-table table tr td:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 109px;
}

.proxq-s2-kuang table tr:nth-child(1) td {
  white-space: nowrap;
}

@media screen and (max-width: 1180px) {
  .projh-s2-mid .proxq-s2-select {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .projh-s2-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
  }
  .projh-s2-mid .proxq-s2-select {
    flex-wrap: wrap;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .projh-s2-mid .proxq-s2-select .dropdown-div {
    width: 49%;
    margin-right: 0%;
  }
  .proxq-table table tr td:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
  }
  .proxq-table table tr td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 65px;
  }
  .proxq-s2-kuang table tr:nth-child(1) td {
    white-space: unset;
  }
}
.tablexiazai {
  text-align: center;
  display: block;
  font-size: 0px;
}
.tablexiazai img {
  width: 0.4rem;
  min-width: 24px;
}

@media screen and (max-width: 500px) {
  .projh-s2-mid .proxq-s2-select .dropdown-div {
    width: 100%;
  }
}
.cpjh-s3-mid {
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
  background: #F4FCFF;
}
.cpjh-s3-mid .index-s1-top-title {
  font-weight: 100;
}
.cpjh-s3-mid .index-s1-top-title b {
  font-weight: 100;
}

@media screen and (min-width: 991px) {
  .cpjh-s3-mid .index-s1-top-right {
    width: 40.375%;
  }
}
.cpjh-s3-app-right {
  width: 50%;
}

.cpjh-s3-app-right-k {
  max-width: 7.66rem;
  margin-left: auto;
  margin-right: auto;
  padding: var(--font-size-20);
}

.cpjh-s3-app-img {
  width: 50%;
  font-size: 0px;
  overflow: hidden;
  margin: 0px;
  aspect-ratio: 16/9;
}
.cpjh-s3-app-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cpjh-s3-application {
  margin-top: var(--font-size-36);
}

.cpjh-s3-appli {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.cpjh-s3-appli:nth-child(2n) {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.cpjh-s3-appli:nth-child(2n) .cpjh-s3-app-img {
  margin-right: 0px;
}
.cpjh-s3-appli:hover .cpjh-s3-app-title {
  color: var(--color-vi);
}
.cpjh-s3-appli:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.cpjh-s3-app-title {
  font-size: var(--font-size-24);
  margin-bottom: var(--font-size-22);
  font-weight: bold;
  color: var(--color-text);
}

.cpjh-s3-app-js {
  font-size: var(--font-size-18);
  color: #666;
  line-height: var(--font-size-30);
}

@media screen and (max-width: 768px) {
  .cpjh-s3-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cpjh-s3-appli {
    flex-wrap: wrap;
  }
  .cpjh-s3-app-img {
    width: 100%;
    text-align: center;
  }
  .cpjh-s3-appli:nth-child(2n) {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-flow: row;
    flex-wrap: wrap;
  }
  .cpjh-s3-app-right {
    width: 100%;
    margin-bottom: var(--font-size-40);
  }
  .cpjh-s3-app-right .cpjh-s3-app-right-k {
    max-width: 100%;
  }
}
.cpjh-s4-mid {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .cpjh-s4-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cpjh-s5-left {
  width: 45%;
  color: #fff;
  background: -moz-linear-gradient(11deg, #015B81 -105%, #1186B9 91%);
  background: linear-gradient(79deg, #015B81 -105%, #1186B9 91%);
  padding: 0.6rem;
  position: relative;
}
.cpjh-s5-left:before {
  content: "";
  position: absolute;
  width: 0.42rem;
  height: 0.28rem;
  background: -moz-linear-gradient(top left, #00648F 50%, transparent 50%);
  background: linear-gradient(to bottom right, #00648F 50%, transparent 50%);
  right: 0px;
  top: -0.28rem;
  -moz-transform: rotateZ(180deg);
   -ms-transform: rotate(180deg);
       transform: rotateZ(180deg);
}
.cpjh-s5-left::after {
  content: "";
  position: absolute;
  width: 0.42rem;
  height: 0.28rem;
  background: -moz-linear-gradient(bottom left, #00648F 50%, transparent 50%);
  background: linear-gradient(to top right, #00648F 50%, transparent 50%);
  right: 0px;
  bottom: -0.28rem;
  -moz-transform: rotateZ(180deg);
   -ms-transform: rotate(180deg);
       transform: rotateZ(180deg);
}

.cpjh-s5-right {
  width: 55%;
}

.cpjh-s5-title {
  font-size: var(--font-size-48);
  font-weight: bold;
}

.cpjh-s5-ertitle {
  font-size: var(--font-size-18);
  margin-top: 0.08rem;
}

.cpjh-con-name {
  font-size: var(--font-size-24);
  display: block;
  min-width: 1.4rem;
  margin-right: 0.42rem;
}

.cpjh-con-js {
  display: block;
  font-size: var(--font-size-18);
}

.cpjh-contact-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 0.38rem;
}

.cpjh-contact {
  margin-top: var(--font-size-60);
}
.cpjh-contact .cpjh-contact-icon {
  width: 0.3rem;
  height: 0.3rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-right: var(--font-size-20);
}
.cpjh-contact a:hover {
  text-decoration: underline;
}

.contact-s1-right {
  padding: var(--font-size-48) var(--font-size-30) var(--font-size-30) var(--font-size-30);
  width: 100%;
  background-size: cover;
  box-shadow: 0px 4px 16px 0px rgba(80, 80, 80, 0.16);
}
.contact-s1-right form {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}
.contact-s1-right form .contact-select,
.contact-s1-right form .message {
  width: 100%;
}
.contact-s1-right form .contact-select > div,
.contact-s1-right form .message > div {
  width: 100%;
}
.contact-s1-right form .message textarea {
  padding-top: 4px;
  height: 1.6rem;
}
.contact-s1-right form div {
  width: 49%;
}
.contact-s1-right form .iagree {
  width: 100%;
  color: #666666;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.contact-s1-right form .iagree span {
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
.contact-s1-right form .iagree input {
  width: 20px;
  height: 20px;
  margin-right: var(--font-size-12);
  position: relative;
  top: -4px;
}
.contact-s1-right form .iagree input {
  cursor: pointer;
}
.contact-s1-right form .iagree a {
  color: var(--color-vi);
}
.contact-s1-right input,
.contact-s1-right textarea,
.contact-s1-right select {
  background: transparent;
  height: 0.5rem;
  min-height: 30px;
  width: 100%;
  background: #F4F4F4;
  border: 0px;
  outline: none;
  padding-left: 10px;
}
.contact-s1-right .get-aquote {
  position: relative;
  border-radius: 50px;
  width: auto;
  padding: var(--font-size-12) var(--font-size-30);
  display: -moz-inline-box;
  display: inline-flex;
  background: var(--color-vi);
  color: #fff;
  font-size: var(--font-size-16);
  -moz-box-align: center;
       align-items: center;
  border: 1px solid var(--color-vi);
  -moz-box-pack: justify;
       justify-content: space-between;
  cursor: pointer;
}
.contact-s1-right .get-aquote i {
  font-size: var(--font-size-36);
  line-height: 0px;
  margin-left: 10px;
}
.contact-s1-right .get-aquote:hover {
  border: 1px solid var(--color-vi);
  background: transparent;
  color: var(--color-vi);
}
.contact-s1-right .get-aquote input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  cursor: pointer;
  z-index: 3;
}

.contact-s1-right-label {
  font-size: var(--font-size-18);
  color: var(--color-qianse);
  margin-bottom: 0.1rem;
}

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

.cpjh-s5-mid {
  background: #F4FCFF;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

@media screen and (max-width: 991px) {
  .cpjh-s5-left {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .cpjh-s5-kuang {
    flex-wrap: wrap;
  }
  .cpjh-con-name {
    min-width: 90px;
    margin-right: 0px;
  }
  .cpjh-s5-left,
  .cpjh-s5-right {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .contact-s1-right form div {
    width: 100%;
  }
  .cpjh-contact-div {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .cpjh-contact-icon {
    width: 100%;
    text-align: center;
  }
  .cpjh-contact .cpjh-contact-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .cpjh-con-name {
    min-width: 100%;
  }
  .cpjh-con-js {
    width: 100%;
    margin-top: 4px;
  }
  .cpjh-contact-div {
    margin-bottom: 20px;
  }
}
.crumbs-kuang {
  display: inline-flexbox;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  font-size: var(--font-size-18);
}
.crumbs-kuang a:hover,
.crumbs-kuang .active {
  color: var(--color-vi);
}

.sub-button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: transparent;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.new-select {
  padding-top: 0.58rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.new-select select {
  position: relative;
  width: 3.24rem;
  height: var(--font-size-60);
  background-color: #fff;
  border-radius: 10px;
  border: solid 2px #ededed;
  color: #222222;
  text-align: center;
  font-weight: bold;
  outline: none;
  text-align: left;
  padding-left: 0.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.new-select .select-k {
  position: relative;
  margin-right: 8px;
}
.new-select .select-k i {
  font-size: var(--font-size-30);
  position: absolute;
  right: 4px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  color: var(--color-text);
  z-index: 2;
  width: var(--font-size-30);
  background-color: transparent;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.new-select-input {
  width: 3.24rem;
  min-width: 200px;
  height: var(--font-size-60);
  min-height: 44px;
  background-color: #fff;
  border: solid 2px #ededed;
  position: relative;
  overflow: hidden;
}
.new-select-input input {
  outline: none;
  border: 0px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  background: transparent;
}

.new-select-input > input::-webkit-input-placeholder {
  font-weight: bold;
  color: #222;
}

.new-select-input > input::-moz-placeholder {
  font-weight: bold;
  color: #222;
}

.new-select-input > input:-ms-input-placeholder {
  font-weight: bold;
  color: #222;
}

.new-select-input > input::-ms-input-placeholder {
  font-weight: bold;
  color: #222;
}

.new-select-input > input::placeholder {
  font-weight: bold;
  color: #222;
}

.new-select-input {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.new-select-input span {
  display: block;
  font-size: 0px;
  width: 36px;
  overflow: hidden;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
}

.new-select-input > span > i {
  width: 100px;
  background-color: transparent;
  font-size: var(--font-size-24);
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.custom-select {
  position: relative;
  width: 3.24rem;
  min-width: 200px;
  height: var(--font-size-60);
  min-height: 44px;
  background-color: #fff;
  border: solid 2px #ededed;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  padding-left: 0.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-display {
  -moz-box-flex: 1;
       flex: 1;
  color: #222222;
  font-weight: bold;
  text-align: left;
}

.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 0 0 10px 10px;
  max-height: 0;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.custom-select.open .select-options {
  max-height: 2rem;
  opacity: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.select-options li {
  padding: 10px 14px;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.select-options li:hover {
  background: #f5f5f5;
}

@media screen and (max-width: 500px) {
  .new-select {
    flex-wrap: wrap;
  }
  .new-select .select-k {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .new-select-input {
    width: 100%;
  }
}
.m-muban-pagebox {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  margin-bottom: 0.9rem;
  overflow: hidden;
}
.m-muban-pagebox .m-muban-next,
.m-muban-pagebox .m-muban-prev {
  color: var(--color-primary);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  background: var(--ECF3FF);
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  color: var(--color-primary);
  font-weight: bold;
  margin: 4px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

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

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

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

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

@media screen and (max-width: 999px) {
  .m-muban-pagebox a,
  .m-muban-pagebox p,
  .m-muban-pagebox span {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    line-height: 28px;
  }
  .m-muban-pagebox {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    -moz-box-pack: center;
    justify-content: center;
  }
}
.newslist-s1-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.news-s1-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 0.3rem;
}
.news-s1-div:hover .news-s1-nr > a {
  color: var(--color-vi);
}
.news-s1-div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.news-s1-div:hover .news-s1-nr {
  padding-left: 10px;
}

.newslist-s1-left {
  width: 74%;
}

.news-s1-nr {
  width: 64%;
  padding-left: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.news-s1-img {
  width: 28%;
  margin-right: 0.2rem;
  display: block;
  font-size: 0px;
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.news-s1-nr-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-s1-nr-ertilte {
  display: block;
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-s1-tag {
  font-size: var(--font-size-18);
  font-weight: bold;
  margin-top: 10px;
}
.news-s1-tag a {
  font-size: var(--font-size-14);
  display: inline-block;
  font-weight: 100;
  padding: 0.04rem 0.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  border: 1px solid #A8A8A8;
  color: #A8A8A8;
}
.news-s1-tag a:hover {
  background: transparent;
  background: var(--color-vi);
  color: #fff;
}

.newslist-s1-right {
  width: 24%;
  padding-left: 20px;
  border-left: 1px solid #999;
  flex-wrap: wrap;
  margin-bottom: var(--font-size-30);
}
.newslist-s1-right a {
  border: 1px solid #A8A8A8;
  display: inline-block;
  margin: 0.1rem;
  margin-bottom: 4px;
  margin-left: 0px;
  padding: 0.1rem 0.2rem;
  font-size: var(--font-size-14);
  color: var(--color-qianse);
}
.newslist-s1-right a:hover, .newslist-s1-right a.active {
  background: var(--color-vi);
  color: #fff;
}

.newslist-s1-right-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .newslist-s1-bottom {
    flex-wrap: wrap;
  }
  .newslist-s1-left,
  .newslist-s1-right {
    width: 100%;
    padding-left: 0px;
    border: 0px;
  }
}
@media screen and (max-width: 768px) {
  .news-s1-list,
  .news-s1-div {
    flex-wrap: wrap;
  }
  .news-s1-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
    aspect-ratio: unset;
  }
  .news-s1-div {
    width: 100%;
  }
  .news-s1-nr {
    width: 100%;
  }
}
.home-our-mid {
  padding-top: var(--font-size-40);
}

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

.m-muban-newxq-left {
  width: 70%;
  background: saddlebrown;
}

.m-muban-newxq-right {
  width: 28%;
  background: #666666;
}

.toc a {
  display: block;
  color: #fff;
}

.newxq-s1 .news-xq-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-bottom: 0.7rem;
}
.newxq-s1 .news-xq-mid-left {
  width: 68%;
  color: #666666;
}
.newxq-s1 .news-xq-mid-right {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
  width: 24%;
}
.newxq-s1 .author-mid {
  padding: 0.2rem 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .newxq-s1 .author-mid {
    width: 100%;
  }
}
.newxq-s1 .author-left {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
}
.newxq-s1 .author-name {
  width: 100%;
  font-size: var(--font-size-24);
  margin-top: 4px;
  margin-bottom: 4px;
}
.newxq-s1 .author-js {
  font-size: var(--font-size-16);
  line-height: 24px;
}
.newxq-s1 .author-js a {
  color: var(--color-primary);
}
.newxq-s1 .author-img {
  min-width: 97px;
  width: 97px;
  min-height: 97px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: #e8ecef;
  border-radius: 10%;
}
.newxq-s1 .new-maodian-title {
  font-size: var(--font-size-24);
  line-height: 0.36rem;
  color: var(--color-text);
  margin-bottom: 0.26rem;
  position: relative;
}
.newxq-s1 .new-maodian-div {
  border-radius: 5px;
  z-index: 2;
  background: #fff;
  padding: var(--font-size-20);
  margin-bottom: 32px;
  box-shadow: 0px 4px 32px 0px rgba(167, 167, 167, 0.3);
}
.newxq-s1 #toc > a {
  display: block;
  font-size: var(--font-size-18);
  line-height: 24px;
  color: #666666;
  margin-bottom: 20px;
}
.newxq-s1 #toc > a:hover {
  color: var(--color-link);
}
.newxq-s1 .newsxq-contact {
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  padding-top: var(--font-size-20);
}
.newxq-s1 .newsxq-contact h1 {
  font-size: var(--font-size-36);
  font-size: var(--font-size-48);
  color: var(--color-vi);
}
.newxq-s1 .newsxq-contact h2,
.newxq-s1 .newsxq-contact h3 {
  font-size: var(--font-size-24);
  font-size: var(--font-size-30);
  color: #666;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.newxq-s1 .newsxq-contact .newxq-data {
  line-height: 30px;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-top: 0.12rem;
  margin-bottom: 0.2rem;
}
.newxq-s1 .newsxq-contact .newxq-data p {
  margin-right: 10%;
}
.newxq-s1 .newsxq-contact-div {
  border-top: solid 2px #dedede;
  border-bottom: solid 2px #dedede;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: var(--font-size-18);
  line-height: 1.75;
}
.newxq-s1 .newsxq-contact-div p,
.newxq-s1 .newsxq-contact-div span,
.newxq-s1 .newsxq-contact-div a {
  line-height: 1.75;
}
.newxq-s1 .newsxq-contact-div img {
  display: inline-block;
  border-radius: 10px;
}
.newxq-s1 .newsxq-contact-bottom {
  padding-top: 4%;
  padding-bottom: 2%;
}
.newxq-s1 .newsxq-contact-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.newxq-s1 .newsxq-contact-bottom a:hover {
  color: var(--color-link);
}
.newxq-s1 .newsxq-contact-bottom .prev {
  color: var(--color-primary);
}
.newxq-s1 .newsxq-contact-bottom .prev i {
  font-size: var(--font-size-30);
}
.newxq-s1 .newsxq-contact-bottom .next {
  color: var(--color-primary);
}
.newxq-s1 .newsxq-contact-bottom .next i {
  font-size: var(--font-size-30);
}
.newxq-s1 .newsxq-contact-bottom .news-list {
  min-width: 2.2rem;
  height: 40px;
  background: var(--color-vi);
  border-radius: 25px;
  text-align: center;
  font-size: var(--font-size-18);
  line-height: 40px;
  color: #ffffff;
  border: 1px solid var(--color-vi);
}
.newxq-s1 .newsxq-contact-bottom .news-list:hover {
  color: var(--color-vi);
  background: transparent;
}
.newxq-s1 .news-xq-data {
  font-size: var(--font-size-16);
  line-height: 36px;
  color: #999999;
}
.newxq-s1 .news-xq-title {
  font-size: var(--font-size-18);
  line-height: 28px;
  color: #222222;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newxq-s1 .news-xq-hot-div {
  padding: var(--font-size-20);
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 32px 0px rgba(167, 167, 167, 0.3);
}
.newxq-s1 .news-xq-hot-div a:hover {
  color: var(--color-link);
}
.newxq-s1 .news-xq-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 10px;
}
.newxq-s1 .news-xq-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.newxq-s1 .new-xqview {
  font-size: var(--font-size-14);
  line-height: 36px;
  color: var(--color-qianse);
}
@media screen and (max-width: 1280px) {
  .newxq-s1 .author-img {
    min-height: 74px;
    min-width: 74px;
    width: 74px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .newxq-s1 .new-maodian-div {
    display: none;
  }
  .newxq-s1 .news-xq-mid {
    flex-wrap: wrap;
  }
  .newxq-s1 .news-xq-mid-left,
  .newxq-s1 .newsxq-contact,
  .newxq-s1 .news-xq-mid-right {
    width: 100%;
  }
  .newxq-s1 .news-xq-mid-right {
    display: none;
  }
}
.newxq-s1 .author-top-author {
  line-height: 1.75;
  width: 68%;
}
.newxq-s1 .author-top-author a {
  color: var(--color-vi);
}
.newxq-s1 .author-top-author .author-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: nowrap;
}
.newxq-s1 .author-top-author .author-mid .author-left {
  width: auto;
}
.newxq-s1 .author-top-author .author-mid .author-left .author-img-nr {
  margin-left: 10px;
}
.newxq-s1 .author-top-author .author-mid .author-left .author-img-nr p {
  font-size: var(--font-size-18);
  line-height: 1.75;
}
@media screen and (max-width: 991px) {
  .newxq-s1 .author-top-author {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .newxq-s1 .author-top-author .author-mid {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .newxq-s1 .author-top-author .author-mid .author-left {
    width: 100%;
  }
  .newxq-s1 .author-top-author .author-mid .author-left .author-img-nr {
    width: 100%;
    margin-left: 0px;
  }
  .newxq-s1 .author-top-author .author-left,
  .newxq-s1 .author-top-author .author-right {
    width: 100%;
    margin: 0px;
    text-align: left;
    width: 100%;
    flex-wrap: wrap;
  }
  .newxq-s1 .author-top-author .author-left .author-img,
  .newxq-s1 .author-top-author .author-right .author-img {
    margin-left: a;
    margin-right: auto;
  }
}

.crumbs-mid.active {
  background: #F4FCFF;
}

.ysxy {
  line-height: 1.75;
  font-size: var(--font-size-18);
}

/* 这是隐藏但仍对屏幕阅读器可见的样式，通常用于无障碍辅助阅读 */
.cpjh-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.animate-me {
  color: var(--color-text);
  font-size: var(--font-size-24);
  line-height: var(--font-size-40);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  color: #666;
  font-weight: bold;
  -moz-perspective: 500px;
       perspective: 500px;
}

.tech-s1-kuang .index-s1-top-right {
  width: 49.375%;
}

.tech-s1-mid {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.imgblock {
  display: block;
  font-size: 0px;
  overflow: hidden;
  aspect-ratio: 16/10.5;
}
.imgblock img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.techswiper {
  margin-top: 0.63rem;
  overflow: visible;
}
.techswiper .swiper-pagination {
  display: none;
}
.techswiper .swiper-slide:hover {
  color: var(--color-vi);
}

.tech-text-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  line-height: var(--font-size-30);
  margin-top: var(--font-size-30);
  margin-bottom: var(--font-size-14);
}

.tech-text-ertitle {
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
}

@media screen and (max-width: 991px) {
  .tech-s1-kuang .index-s1-top-right {
    width: 100%;
  }
  .tech-s1-mid {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
  .techswiper {
    overflow: hidden;
  }
  .techswiper .swiper-pagination {
    display: block;
    position: unset;
    margin-top: 10px;
  }
  .techswiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-vi);
  }
}
.tech-s2-mid {
  padding-top: 1.34rem;
  padding-bottom: 0.9rem;
  position: relative;
}
.tech-s2-mid::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(359deg, rgba(24, 24, 24, 0.53) 5%, rgba(47, 47, 47, 0) 84%);
  background: linear-gradient(91deg, rgba(24, 24, 24, 0.53) 5%, rgba(47, 47, 47, 0) 84%);
  z-index: 0;
}

.tech-s2-kuang {
  position: relative;
  z-index: 1;
}
.tech-s2-kuang .index-s1-top-title,
.tech-s2-kuang .index-s1-top-ertitle {
  color: #fff;
}

.tech-qc-div {
  background: rgba(255, 255, 255, 0.24);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.43);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  padding: 0.4rem;
}
.tech-qc-div:hover .tech-qc-icon {
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg);
}

.tech-qc-div:hover {
  background: rgba(17, 135, 186, 0.68);
  border: 1px solid #999999;
}

.tech-qc-title {
  margin-bottom: 0.24rem;
  font-weight: bold;
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
}

.tech-qc-icon {
  width: 0.7rem;
  height: 0.7rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-bottom: 0.24rem;
  margin-top: 0.18rem;
}

.tech-qc-div-k {
  max-height: 3rem;
  min-height: 3rem;
}

.tech-qc-ertitle {
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
}

.techqcswiper {
  overflow: visible;
  margin-top: 0.62rem;
}
.techqcswiper .swiper-pagination {
  position: unset;
  margin-top: 0.8rem;
  background: rgba(216, 216, 216, 0.26);
}
.techqcswiper .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media screen and (max-width: 991px) {
  .techqcswiper {
    overflow: hidden;
  }
  .tech-s2-mid {
    padding-top: 0.4rem;
  }
  .techqcswiper .swiper-pagination {
    margin-top: 20px;
  }
}
.tech-s3-list {
  display: -moz-box;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  padding-bottom: 0.7rem;
}

.tech-s3-list-div {
  display: block;
  padding: 0.28rem;
  color: var(--color-text);
  background: #F4FCFF;
  -moz-box-flex: 1;
       flex: 1 1 calc(50% - 22px);
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.tech-s3-list-div::before {
  content: "";
  position: absolute;
  left: 0px;
  height: 3px;
  width: 0%;
  bottom: 0px;
  background: var(--color-vi);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tech-s3-list-div:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 102, 146, 0.18);
  color: var(--color-vi);
}
.tech-s3-list-div:hover .tech-s3-div-ertitle {
  color: var(--color-text);
}
.tech-s3-list-div:hover::before {
  width: 100%;
}

.tech-s3-mid {
  padding-top: 1rem;
}

.tech-download {
  padding-bottom: 0.9rem;
}

.tech-s3-div-title {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  line-height: bold;
  margin-bottom: 10px;
  font-weight: bold;
}

.tech-s3-div-ertitle {
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  margin-bottom: 0.4rem;
}

.tech-s3-kuang h2 {
  margin-bottom: 0.6rem;
}

.tech-s3-solution-down {
  background: -moz-linear-gradient(358deg, #0A719E 0%, #1DA28C 96%);
  background: linear-gradient(92deg, #0A719E 0%, #1DA28C 96%);
  border-radius: 100px;
  padding: 0.22rem 0.66rem;
  color: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}

.tech-s3-solution-left {
  font-size: var(--font-size-24);
  line-height: var(--font-size-40);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  width: 50.875%;
}

.tech-s3-down {
  font-size: var(--font-size-24);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tech-s3-down:hover {
  letter-spacing: 0.2px;
}
.tech-s3-down span {
  display: block;
}
.tech-s3-down i {
  font-size: var(--font-size-34);
  margin-left: 0.2rem;
}

@-webkit-keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1.4);
  }
}

@-moz-keyframes heartbeat {
  0%, 100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  30% {
    -moz-transform: scale(1.3);
         transform: scale(1.3);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  70% {
    -moz-transform: scale(1.4);
         transform: scale(1.4);
  }
}

@keyframes heartbeat {
  0%, 100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  30% {
    -moz-transform: scale(1.3);
         transform: scale(1.3);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  70% {
    -moz-transform: scale(1.4);
         transform: scale(1.4);
  }
}
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite;
     -moz-animation: heartbeat 1.5s ease-in-out infinite;
          animation: heartbeat 1.5s ease-in-out infinite;
}

.xieleftright:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -100px;
  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%;
}

@media screen and (max-width: 991px) {
  .tech-s3-solution-down {
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
    line-height: 24px;
    border-radius: 20px;
    padding: 20px;
  }
  .tech-s3-solution-left {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 680px) {
  .tech-s3-list-div {
    -moz-box-flex: 1;
         flex: 1 1 100%;
  }
}
.tech-s4-mid {
  padding-top: 1.3rem;
  padding-bottom: 0.8rem;
  box-shadow: 0px 4px 58px 0px rgba(190, 190, 190, 0.3);
  background: #fff;
}

.tech-s4-sfq-img {
  display: block;
  font-size: 0px;
  height: 7rem;
  width: 15%;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  aspect-ratio: 16/10.17;
}
.tech-s4-sfq-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tech-s4-sfq-img.active {
  width: 69.375%;
}

.tech-s4-sfq {
  display: -moz-box;
  display: flex;
  gap: 12px;
  margin-top: 1rem;
}

.tech-s5-title {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .tech-s4-mid {
    padding-top: 0.5rem;
  }
  .tech-s4-sfq {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .tech-s4-sfq-img.active {
    width: 60%;
    width: 100%;
  }
  .tech-s4-sfq-img {
    width: -moz-calc(20% - 12px);
    width: calc(20% - 12px);
    width: 100%;
  }
  .tech-s5-title {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
}
.banner-img {
  position: relative;
  z-index: 1;
}
.banner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide .banner-img {
  background: transparent;
}
.swiper-slide .banner-img::before {
  content: "";
  background: transparent;
  display: none;
}

.service-s1-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  white-space: nowrap;
}
.service-s1-top a {
  display: block;
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 0.8rem;
  white-space: nowrap;
  position: relative;
}
.service-s1-top a::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0%;
  background: var(--color-vi);
  height: 3px;
  bottom: 0px;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-s1-top a.active, .service-s1-top a:hover {
  color: var(--color-vi);
}
.service-s1-top a.active::before, .service-s1-top a:hover::before {
  width: 100%;
}

.service-s1-top-mid {
  background: #FFFFFF;
  box-shadow: 0px 4px 28px 0px rgba(181, 181, 181, 0.3);
  position: -webkit-sticky;
  position: sticky;
  top: 0.8rem;
  z-index: 4;
}

.service-s1 .proxq-s4-faq.active .proxq-faq-top {
  padding-left: 0px;
}
.service-s1 .proxq-s4-faq.active .proxq-faq-contact {
  padding-left: 0px;
  color: #666;
}
.service-s1 .proxq-s4-faq.active .proxq-faq-contact::before {
  display: none;
}
.service-s1 > .service-s1 > .proxq-s4-mid {
  background: transparent;
}
.service-s1 .proxq-s4-faq {
  border-bottom: 0px;
}
.service-s1 .proxq-faq-top {
  padding-left: 0px;
  color: #666666;
}
.service-s1 .proxq-faq-top::before {
  display: none;
}
.service-s1 .proxq-faq-top .service-why-title {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.service-s1 .proxq-faq-top .service-why-title span {
  width: 0.3rem;
  height: 0.3rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 4px;
  background: var(--color-vi);
  box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.3);
  margin-right: 0.25rem;
}

.service-s2-mid {
  background: #FFFFFF;
  box-shadow: 0px 4px 58px 0px rgba(190, 190, 190, 0.3);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.service-s2-kuang h2 {
  margin-bottom: 0.4rem;
}
.service-s2-kuang iframe {
  aspect-ratio: 16/6;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .service-s1-top-mid {
    top: 50px;
  }
  .service-s1-top a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .proxq-s4-mid {
    padding-bottom: 0.5rem;
  }
  .service-s2-kuang iframe {
    aspect-ratio: 16/9;
  }
}
.stepswiper-title {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  color: #222;
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 0.34rem;
}

.stepswiper-content {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  color: #666;
}

.stepswiper-img {
  width: 70px;
  height: 70px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
  z-index: 0;
  background: #fff;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.stepswiperdiv {
  padding-right: 0.3rem;
  position: relative;
}
.stepswiperdiv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F1F1F1;
  top: 34px;
  z-index: -1;
}
.stepswiperdiv:hover .stepswiper-img {
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg);
}
.stepswiperdiv:hover .stepswiper-title {
  color: var(--color-vi);
}

.stepswiper {
  overflow: visible;
  position: relative;
}
.stepswiper .swiper-slide {
  width: 25%;
}

.service-s3-mid {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.service-s3-kuang h2 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .stepswiper {
    overflow: hidden;
  }
  .stepswiper .swiper-slide {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .stepswiper .swiper-slide {
    width: 49%;
  }
  .service-s3-kuang h2 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 520px) {
  .stepswiper .swiper-slide {
    width: 95%;
  }
}
.service-s4 .index-s1-top {
  margin-bottom: 1rem;
}
.service-s4 .cpjh-s3-mid {
  background: transparent;
}

.service-s5 .pro-s3-mid {
  padding-top: 0px;
  background: transparent;
}

.other-img {
  display: block;
  font-size: 0px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/14;
}
.other-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-img:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(18, 18, 18, 0) 55%, #171717 119%);
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 55%, #171717 119%);
}

.other-title {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  font-weight: bold;
  margin-top: var(--font-size-40);
}

.otherswiper {
  overflow: visible;
  margin-top: 0.5rem;
}
.otherswiper .swiper-pagination {
  position: unset;
  display: none;
}

.service-s6-mid {
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}

.other-div {
  font-size: 0px;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  color: #222;
}
.other-div:hover {
  color: var(--color-vi);
}
.other-div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .otherswiper {
    overflow: hidden;
  }
  .service-s6-mid {
    padding-bottom: 0.5rem;
  }
  .otherswiper .swiper-pagination {
    position: unset;
    display: block;
    margin-top: 10px;
  }
  .otherswiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-vi);
  }
}
@media screen and (max-width: 768px) {
  .service-s6-mid {
    padding-top: 0px;
  }
}
.about-s1-shuzi {
  font-size: var(--font-size-60);
  color: #000;
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.about-s1-shuzi sub {
  font-size: var(--font-size-22);
  position: relative;
  bottom: 0.03rem;
  margin-left: 4px;
}

.about-s1-title {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  color: #666;
}

.about-s1-div {
  text-align: center;
  -moz-box-flex: 1;
       flex: 1 1 auto;
}
.about-s1-div:hover .about-s1-title, .about-s1-div:hover .about-s1-shuzi {
  color: var(--color-vi);
}

.about-shuzilist {
  display: -moz-box;
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .animate-me {
    line-height: 28px;
  }
}
.about-s1-mid {
  padding-top: 0.8rem;
}

.about-s2-mid {
  padding-bottom: 1rem;
}

.about-s2-kuang h2 b {
  color: var(--color-vi);
}

.about-s2-kuanglist {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0.8rem;
}

.about-s2-div {
  -moz-box-flex: 1;
       flex: 1 1 calc(33% - 20px);
  text-align: center;
  padding: 0.7rem var(--font-size-40);
  background: #FFFFFF;
  box-shadow: 0px 4px 26px 0px rgba(162, 162, 162, 0.3);
  position: relative;
}

.about-s2-icon {
  display: block;
  font-size: 0px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
  height: 1rem;
  min-width: 60px;
  min-height: 60px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.about-s2-title {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  font-weight: bold;
  color: #222;
  margin-top: var(--font-size-40);
  margin-bottom: var(--font-size-20);
}

.about-s2-text {
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  color: #666;
}

/* From Uiverse.io by Cornerstone-04 */
.about-s2-div {
  -moz-transition: 0.5s linear;
  transition: 0.5s linear;
  position: relative;
  overflow: hidden;
  font-weight: 900;
  z-index: 3;
  top: 0;
}
.about-s2-div:hover {
  top: -20px;
}
.about-s2-div:hover a {
  color: var(--1022AD);
}
.about-s2-div:hover .about-s2-title {
  color: var(--color-vi);
}
.about-s2-div:hover .about-s2-bj {
  opacity: 1;
}

.about-s2-div:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-transform: translateX(100%);
   -ms-transform: translateX(100%);
       transform: translateX(100%);
  z-index: 2;
}

.about-s2-div:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
       transform: translateX(-100%);
  z-index: 2;
}

.about-s2-div:hover:before {
  border-color: var(--color-vi);
  height: 100%;
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
  -moz-transition: 0.3s transform linear, 0.3s height linear 0.3s, 0.3s -moz-transform linear;
  transition: 0.3s transform linear, 0.3s height linear 0.3s;
  transition: 0.3s transform linear, 0.3s height linear 0.3s, 0.3s -moz-transform linear;
}

.about-s2-div:hover:after {
  border-color: var(--color-vi);
  height: 100%;
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
  -moz-transition: 0.3s transform linear, 0.3s height linear 0.5s, 0.3s -moz-transform linear;
  transition: 0.3s transform linear, 0.3s height linear 0.5s;
  transition: 0.3s transform linear, 0.3s height linear 0.5s, 0.3s -moz-transform linear;
}

@media screen and (max-width: 991px) {
  .about-s2-div {
    -moz-box-flex: 1;
         flex: 1 1 calc(50% - 20px);
  }
  .about-s1-mid {
    padding-top: 0.4rem;
  }
  .about-s2-div .about-s2-bj {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-s2-div {
    -moz-box-flex: 1;
         flex: 1 1 100%;
  }
}
.about-s3-mid {
  background: url(../images/about-devebj.png) no-repeat;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.about-s3-right {
  margin-left: 1.5%;
  width: 100%;
  height: 5.2rem;
  padding-left: 34px;
}
.about-s3-right.scroll-y::-webkit-scrollbar {
  width: 0px;
}
.about-s3-right:hover.scroll-y::-webkit-scrollbar {
  width: 2px;
}

.about-s3-left {
  width: 0.34rem;
  min-width: 34px;
  position: relative;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: space-evenly;
       justify-content: space-evenly;
  align-content: space-around;
}
.about-s3-left i {
  width: 0.34rem;
  height: 0.34rem;
  min-width: 34px;
  min-height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-vi);
  font-size: var(--font-size-30);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-animation: drop 1.5s linear infinite;
     -moz-animation: drop 1.5s linear infinite;
          animation: drop 1.5s linear infinite;
}
.about-s3-left:nth-child(2) {
  -webkit-animation-delay: 0.75s;
     -moz-animation-delay: 0.75s;
          animation-delay: 0.75s; /* 第二个箭头延迟半个周期 */
}
.about-s3-left:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 80%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  background: -moz-linear-gradient(top, #DEDEDE 0%, rgba(222, 222, 222, 0.34) 100%);
  background: linear-gradient(180deg, #DEDEDE 0%, rgba(222, 222, 222, 0.34) 100%);
}

@-webkit-keyframes drop {
  0% {
    top: -30px; /* Start above the container */
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 60px; /* End below the container */
    opacity: 0;
  }
}

@-moz-keyframes drop {
  0% {
    top: -30px; /* Start above the container */
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 60px; /* End below the container */
    opacity: 0;
  }
}

@keyframes drop {
  0% {
    top: -30px; /* Start above the container */
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 60px; /* End below the container */
    opacity: 0;
  }
}
.about-s3-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.about-s3-kuang-right {
  width: 56.5%;
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-left: var(--font-size-20);
}

.about-s3-right-div {
  padding: var(--font-size-26) var(--font-size-60);
  margin-bottom: var(--font-size-16);
  background: #FFFFFF;
  position: relative;
}
.about-s3-right-div:hover .about-s3-nf, .about-s3-right-div:hover .about-s3-content {
  color: var(--color-vi);
}

.about-s3-icon {
  background: var(--color-vi);
  width: 0.43rem;
  height: 0.43rem;
  min-width: 43px;
  min-height: 43px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: 0px;
  position: absolute;
  left: -21px;
  top: 50%;
  -moz-transform: translateY(-50%) rotate(-45deg);
   -ms-transform: translateY(-50%) rotate(-45deg);
       transform: translateY(-50%) rotate(-45deg);
}
.about-s3-icon img {
  display: block;
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}

.about-s3-nf {
  font-size: var(--font-size-36);
  line-height: var(--font-size-50);
  margin-bottom: var(--font-size-20);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  color: #222;
}

.about-s3-content {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  color: #666;
}

@media screen and (max-width: 991px) {
  .about-s3-kuang {
    flex-wrap: wrap;
  }
  .about-s3-kuang-right {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: 0px;
  }
  .about-s3-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .about-s3-right {
    height: 6rem;
  }
  .about-s3-right-div {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-s3-icon {
    position: unset;
  }
  .about-s3-right {
    padding-left: 0px;
  }
  .about-s3-right-div {
    padding: 20px;
  }
  .about-s3-icon {
    top: 0px;
    -moz-transform: translateY(0%) rotate(0deg);
     -ms-transform: translateY(0%) rotate(0deg);
         transform: translateY(0%) rotate(0deg);
    margin-bottom: 10px;
  }
  .about-s3-icon img {
    -moz-transform: unset;
     -ms-transform: unset;
         transform: unset;
  }
}
.about-s4-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.about-s4-div img:hover {
  opacity: 1;
  visibility: hidden;
}

.about-s4-k {
  color: #fff;
  background: var(--color-vi) url(../images/about-out-bj.png) no-repeat;
  background-size: contain;
  font-size: 0px;
  position: relative;
  aspect-ratio: 16/13.3;
}
.about-s4-k > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
.about-s4-k:hover > img {
  opacity: 1;
  visibility: visible;
}

.about-s4-right .about-s4-k > img {
  opacity: 1;
  visibility: visible;
}

.about-s4-left:hover ~ .about-s4-right .about-s4-k > img {
  opacity: 0;
  visibility: hidden;
}

.about-s4-kk {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  padding: var(--font-size-26);
}

.about-s4-title {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.about-s4-title i {
  display: block;
  font-size: 0px;
  margin-right: var(--font-size-24);
  width: var(--font-size-36);
  height: var(--font-size-36);
  min-width: 36px;
  min-height: 36px;
  padding: 1px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.about-s4-title span {
  display: block;
  font-size: var(--font-size-24);
  font-weight: var(--font-size-30);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
}

.about-s4-neirong {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  max-height: 1.8rem;
}

.about-s4-left {
  width: 49.375%;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.about-s4-left .about-s4-k {
  aspect-ratio: 16/6.4;
}

.about-s4-right {
  width: 49.375%;
}
.about-s4-right .about-s4-kk {
  top: auto;
  left: auto;
  bottom: 0.3rem;
  -moz-transform: translate(0%, 0%);
   -ms-transform: translate(0%, 0%);
       transform: translate(0%, 0%);
}

.about-s4-mid {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.about-s4-kuang h2 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .about-s4-neirong {
    max-height: 1.4rem;
  }
  .about-s4-div {
    flex-wrap: wrap;
  }
  .about-s4-k {
    margin-bottom: 0.2rem;
  }
  .about-s4-left, .about-s4-right {
    width: 100%;
    gap: 0px;
  }
  .about-s4-k > img {
    opacity: 0 !important;
    visibility: visible !important;
  }
  .about-s4-left .about-s4-k,
  .about-s4-right .about-s4-k {
    aspect-ratio: 16/8.4;
    width: 100%;
  }
  .about-s4-right .about-s4-kk {
    bottom: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .about-s4-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .about-s4-kuang h2 {
    margin-bottom: 0.4rem;
  }
  .about-s4-left .about-s4-k, .about-s4-right .about-s4-k {
    aspect-ratio: 16/12;
  }
  .about-s4-neirong {
    max-height: 2rem;
  }
}
.about-s5-mid {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background: #FFFFFF;
  box-shadow: 0px -4px 58px 0px rgba(190, 190, 190, 0.3);
}

.aboutcertswiper {
  overflow: visible;
  margin-top: 0.66rem;
}

.cer-img {
  display: block;
  font-size: 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px 0px rgba(165, 165, 165, 0.3);
  border: 1px solid transparent;
  aspect-ratio: 16/18.5;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 10px;
}
.cer-img:hover {
  border-color: var(--color-vi);
  position: relative;
}
.cer-img:hover:before {
  width: 90%;
}
.cer-img:before {
  content: "";
  width: 0%;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  height: 4px;
  background: var(--color-vi);
  bottom: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about-cer-jishao {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  color: #666;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 0.7.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;
  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;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  -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;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-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: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;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.zhengshuannu {
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-top: 0.4rem;
}
.zhengshuannu .swiper-button-prev {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}
.zhengshuannu .swiper-button-prev, .zhengshuannu .swiper-button-next {
  position: unset;
  width: 0.34rem;
  height: 0.34rem;
  min-width: 34px;
  min-height: 34px;
  background: #F4FCFF;
  box-shadow: 0px 4px 18px 0px rgba(112, 112, 112, 0.3);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin: 0px;
  margin-right: 8px;
  color: var(--color-vi);
}
.zhengshuannu .swiper-button-prev i, .zhengshuannu .swiper-button-next i {
  font-size: var(--font-size-30);
}
.zhengshuannu .swiper-button-prev::after, .zhengshuannu .swiper-button-next::after {
  display: none;
}
.zhengshuannu .swiper-button-prev:hover, .zhengshuannu .swiper-button-next:hover {
  box-shadow: unset;
  background: var(--color-vi);
  color: #fff;
}

.aboutcertswiper .swiper-slide {
  text-align: center;
  width: 21.4375%;
  margin-right: 10px;
}

.hzhb-img {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: 0px;
  text-align: center;
  height: 0.94rem;
}

.cerhzhbswiper .swiper-wrapper {
  -moz-transition-timing-function: linear !important;
       transition-timing-function: linear !important;
}

@media screen and (max-width: 768px) {
  .about-s5-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .aboutcertswiper .swiper-slide {
    width: 37.5%;
  }
}
@media screen and (max-width: 520px) {
  .aboutcertswiper .swiper-slide {
    width: 50%;
  }
}
.about-s2-bj {
  position: absolute;
  opacity: 0;
  bottom: 0px;
  right: 0px;
}

.appli-s1-mid {
  background: url(../images/appxq-s1-bj.png) no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
}
.appli-s1-mid .index-s1-top-title {
  font-weight: bold;
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
}

.appli-s1-kuang {
  padding-top: 1rem;
}
.appli-s1-kuang .pro-xl-mid {
  -moz-box-align: start;
       align-items: flex-start;
}
.appli-s1-kuang .prolist-left-nr-title {
  cursor: pointer;
}
.appli-s1-kuang .prolist-left-nr-js {
  max-height: 0px;
  overflow: hidden;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.appli-s1-kuang .pro-xl-left-k {
  flex-wrap: wrap;
}

.appli-s1-kuang .pro-xl-left-k.active .prolist-left-nr-js {
  max-height: 1.5rem;
}

.xiangqing-h1 {
  font-size: var(--font-size-48);
  font-weight: bold;
  line-height: var(--font-size-60);
  letter-spacing: 1.3px;
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
}

.app-s2-mid {
  background: #FFFFFF;
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.09);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.app-s2-bottom {
  margin-top: 0.52rem;
}

.app-s2-result {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  font-weight: bold;
  color: var(--color-vi);
}

.app-s2-view {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: var(--font-size-24);
  line-height: var(--font-size-34);
  font-weight: bold;
  color: #222;
}

.app-s2-viewqh {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-left: var(--font-size-20);
}
.app-s2-viewqh span {
  cursor: pointer;
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  min-width: 44px;
  min-height: 44px;
  border-radius: 5px;
  background: #F6F6F6;
  padding: 2px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.app-s2-viewqh span.active {
  background: #D8D8D8;
}

.app-s2-sorted {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  font-weight: bold;
  color: #222;
  position: relative;
  cursor: pointer;
}
.app-s2-sorted i {
  font-size: var(--font-size-30);
}
.app-s2-sorted.active .app-s2-sorted-div {
  height: 1.1rem;
  min-height: 82px;
  padding: 10px 14px;
  border: 1px solid #666;
}

.app-s2-sorted-div {
  position: absolute;
  right: 0px;
  font-size: var(--font-size-18);
  line-height: var(--font-size-24);
  border: 1px solid transparent;
  height: 0px;
  overflow: hidden;
  z-index: 1;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
}
.app-s2-sorted-div a {
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  display: block;
  margin-bottom: 4px;
  color: #999;
  font-weight: 500;
}
.app-s2-sorted-div a:hover {
  color: var(--color-vi);
}

.app-bjys-annu {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 10px;
}

.app-s2-mid {
  overflow: hidden;
}

.app-s2-bujuyangshi {
  margin-top: var(--font-size-80);
}

.app-s2-bjys {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.app-s2-bjys.active {
  display: -moz-box;
  display: flex;
}
.app-s2-bjys .index-s1-bottom-view {
  width: 100%;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}
.app-s2-bjys .pro-s2-img {
  box-shadow: 0px 4px 35px 0px rgba(161, 161, 161, 0.3);
}
.app-s2-bjys .pro-s2-list-kuang {
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: 0.24rem;
}
.app-s2-bjys .pro-s2-list-kuang:nth-child(4n) {
  margin-right: 0px;
}
.app-s2-bjys .index-s1-bottom-ertitle {
  display: block;
}

.byjswiper {
  overflow: visible;
}
.byjswiper .pro-s2-list-kuang {
  display: block;
  width: 100%;
}

.tablelianjie {
  display: block;
  border-radius: 20px;
  padding: 4px 10px;
  text-align: center;
  margin-bottom: 10px;
}

.bjys-xiazai {
  width: 180px;
  min-width: 180px;
}

.tablelianjie.learn {
  border: 1px solid #666;
}
.tablelianjie.learn:hover {
  background: var(--color-vi);
  color: #fff;
  border-color: var(--color-vi);
}

@media screen and (max-width: 768px) {
  .appli-s1-kuang {
    padding-top: 0.5rem;
  }
  .appli-s1-mid {
    padding-bottom: 0.4rem;
  }
  .app-s2-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .app-s2-bjys {
    width: 100%;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
}
@media screen and (max-width: 520px) {
  .app-s2-bjys .pro-s2-list-kuang {
    width: 100%;
    margin-right: 0px;
  }
}
.app-s3-contact {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: var(--font-size-20);
}

.app-s3-contact-right {
  background: var(--color-vi);
  border-radius: 50px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding: var(--font-size-12) var(--font-size-26);
  color: #fff;
  border: 1px solid var(--color-vi);
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.app-s3-contact-right span {
  display: block;
  font-size: var(--font-size-16);
  margin-right: var(--font-size-60);
}
.app-s3-contact-right i {
  font-size: var(--font-size-30);
}

.app-s3-contact-left {
  width: 52.5%;
}

.app-s3-img {
  display: block;
  font-size: 0px;
  margin-bottom: var(--font-size-40);
}

.app-s3-xq {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
}

.app-s3-kuang h2 {
  margin-bottom: var(--font-size-38);
}

.app-s3-mid {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.jinduwhite {
  position: relative;
  z-index: 1;
}
.jinduwhite:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #fff;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.jinduwhite:hover {
  color: var(--color-vi);
}
.jinduwhite:hover:before {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .app-s3-contact {
    flex-wrap: wrap;
  }
  .app-s3-contact-left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .app-s3-contact-right {
    padding: 10px;
  }
  .app-s3-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.app-s4-k-img {
  font-size: 0px;
  overflow: hidden;
  aspect-ratio: 16/15.3;
}
.app-s4-k-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.app-s4-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

.app-s4-k {
  width: 24.125%;
  margin-right: 1.125%;
  position: relative;
  top: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: var(--font-size-30);
}
.app-s4-k:hover {
  color: var(--color-vi);
}
.app-s4-k:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.app-s4-k:nth-child(4n) {
  margin-right: 0px;
}
.app-s4-k:nth-child(2n) {
  top: 0.44rem;
}

@media screen and (min-width: 991px) {
  .app-s4-list:hover .app-s4-k:nth-child(odd) {
    top: 0.4rem;
  }
  .app-s4-list:hover .app-s4-k:nth-child(even) {
    top: -0.4rem;
  }
}
.app-s4-mid {
  background: #FFFFFF;
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.09);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.app-s4-mid h2 {
  margin-bottom: var(--font-size-60);
}

.app-s4-k-title {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  font-weight: bold;
  margin-top: var(--font-size-20);
}

@media screen and (max-width: 768px) {
  .app-s4-list {
    flex-wrap: wrap;
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .app-s4-k {
    width: 49%;
    margin-right: 0px;
  }
  .app-s4-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 420px) {
  .app-s4-k {
    width: 100%;
  }
  .app-s4-k:nth-child(2n) {
    top: 0px;
  }
}
.spec-s1-img {
  width: 0.72rem;
  height: 0.72rem;
  min-width: 72px;
  min-height: 72px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 2px;
  font-size: 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  margin-right: 0.77rem;
}

.spec-s1-title {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  color: #222;
  margin-bottom: 0.1rem;
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
}

.spec-s1-js {
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  color: #666;
}

.spec-s1-text {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 0.66rem;
}
.spec-s1-text:hover .spec-s1-title {
  color: var(--color-vi);
}
.spec-s1-text:hover .spec-s1-js {
  color: var(--color-vi);
}
.spec-s1-text:hover .spec-s1-img {
  -webkit-animation: shakeY 0.4s ease;
     -moz-animation: shakeY 0.4s ease;
          animation: shakeY 0.4s ease;
}

.spec-s1-mid {
  background: url(../images/appxq-s1-bj.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}
.spec-s1-mid h2 {
  margin-bottom: 0.7rem;
}

@-webkit-keyframes shakeY {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes shakeY {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(-5px);
         transform: translateY(-5px);
  }
  50% {
    -moz-transform: translateY(5px);
         transform: translateY(5px);
  }
  75% {
    -moz-transform: translateY(-3px);
         transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes shakeY {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(-5px);
         transform: translateY(-5px);
  }
  50% {
    -moz-transform: translateY(5px);
         transform: translateY(5px);
  }
  75% {
    -moz-transform: translateY(-3px);
         transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .spec-s1-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .spec-s1-mid h2 {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 520px) {
  .spec-s1-text {
    flex-wrap: wrap;
  }
  .spec-s1-img {
    margin-bottom: 10px;
  }
}
.spec-s2-mid {
  background: #FFFFFF;
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.09);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spec-s2-mid h2 {
  margin-bottom: 1rem;
}

.spec-s2-img {
  font-size: 0px;
  overflow: hidden;
  border-radius: 0%;
  aspect-ratio: 16/15.3;
}
.spec-s2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spec-s2-k {
  width: 26.125%;
  margin-bottom: 0.5rem;
  margin-right: 10.8125%;
}
.spec-s2-k:nth-child(3n) {
  margin-right: 0px;
}
.spec-s2-k:hover {
  color: var(--color-vi);
}
.spec-s2-k:hover .spec-s2-img {
  border-radius: 50%;
}
.spec-s2-k:hover .pec-s2-text {
  color: var(--color-vi);
}

.pec-s2-title {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: var(--font-size-30);
  margin-top: var(--font-size-48);
  min-height: 0.65rem;
}

.pec-s2-text {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  color: #666666;
}

.spec-s2-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .spec-s2-k {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .spec-s2-list {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .spec-s2-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .spec-s2-mid h2 {
    margin-bottom: 0.5rem;
  }
  .spec-s2-k {
    width: 48%;
    margin-right: 0%;
  }
  .pec-s2-title {
    margin-top: var(--font-size-12);
    margin-bottom: var(--font-size-12);
  }
}
@media screen and (max-width: 480px) {
  .spec-s2-k {
    width: 100%;
  }
  .pec-s2-title {
    min-height: unset;
  }
}
.spec-s3-mid {
  padding-top: 0.75rem;
  padding-bottom: 0.4rem;
}

.spec-s3-kk {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.spec-s3-kk-left {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  width: 44.375%;
  color: #666;
}

.spec-s3-kk-right {
  display: block;
  font-size: 0px;
  width: 58.75%;
}

@media screen and (max-width: 768px) {
  .spec-s3-kk {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .spec-s3-kk-right, .spec-s3-kk-left {
    width: 100%;
  }
}
.spec-full-img {
  font-size: 0px;
  aspect-ratio: 16/9.4;
  overflow: hidden;
}
.spec-full-img:hover {
  color: var(--color-vi);
}

.fulswiper {
  overflow: visible;
}

.full-div {
  background: rgba(18, 150, 219, 0.0588);
  padding: 0.5rem;
}
.full-div:hover .full-content {
  color: var(--color-vi);
}

@media screen and (max-width: 768px) {
  .full-div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.full-content {
  margin-top: var(--font-size-20);
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  color: #666;
}

.spec-s4-mid {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}

.spec-s4-kuang h2 {
  margin-bottom: var(--font-size-88);
}

.resources-s3 .cpjh-s5-mid {
  background: #fff;
}

.tansuo-faq {
  font-size: var(--font-size-18);
  line-height: var(--font-size-28);
  color: #666;
  margin-top: 0.38rem;
}

.resources-xiazai {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  font-size: var(--font-size-20);
  line-height: var(--font-size-28);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  margin-bottom: 0.4rem;
  position: relative;
}
.resources-xiazai:before {
  content: "";
  position: absolute;
  background: var(--color-vi);
  bottom: -0.14rem;
  width: 0%;
  height: 1px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.resources-xiazai:hover {
  color: var(--color-vi);
}
.resources-xiazai:hover:before {
  width: 100%;
}

.resources-s1-xiazai {
  margin-top: 1rem;
}

.resour-down {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.resour-down i {
  font-weight: bold;
}
.resour-down span {
  display: block;
  margin-left: var(--font-size-28);
}

.resources-s1-mid {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}

@media screen and (max-width: 991px) {
  .resources-s1-xiazai {
    margin-top: 0.3rem;
  }
  .resources-s1-mid {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }
}
.faq-s1-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.faq-s1-kuang {
  width: 78.375%;
}
.faq-s1-kuang h2 {
  margin-top: var(--font-size-30);
  margin-bottom: var(--font-size-40);
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
}
.faq-s1-kuang h2:first-of-type {
  margin-top: 0px;
}
.faq-s1-kuang h2.active {
  color: var(--color-vi);
}
.faq-s1-kuang .proxq-s4-faq {
  box-shadow: 0px 4px 42px 0px rgba(155, 155, 155, 0.3);
  margin-bottom: 10px;
  border-bottom: 0px;
  color: #666666;
}
.faq-s1-kuang .proxq-s4-faq .proxq-faq-top {
  padding-left: 0.7rem;
  font-weight: 500;
}
.faq-s1-kuang .proxq-s4-faq .proxq-faq-top:before {
  opacity: 1;
}
.faq-s1-kuang .proxq-faq-contact img {
  display: inline-block;
  margin-top: 10px;
}
.faq-s1-kuang .proxq-s4-faq.active .proxq-faq-top {
  font-weight: bold;
}
.faq-s1-kuang .proxq-s4-faq.active .proxq-faq-contact {
  max-height: none;
}

.faq-s1-left {
  width: 20.75%;
  background: #FFFFFF;
  padding: 0.44rem 0px;
  box-shadow: 0px 4px 42px 0px rgba(155, 155, 155, 0.3);
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  margin-bottom: 20px;
}
.faq-s1-left a, .faq-s1-left p {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: var(--font-size-24);
  line-height: var(--font-size-34);
  color: #A8A8A8;
  margin-bottom: 10px;
  display: block;
  position: relative;
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.faq-s1-left a:before, .faq-s1-left p:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  background: #A8A8A8;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-s1-left a.active, .faq-s1-left a:hover, .faq-s1-left p.active, .faq-s1-left p:hover {
  color: var(--color-vi);
}
.faq-s1-left a.active:before, .faq-s1-left a:hover:before, .faq-s1-left p.active:before, .faq-s1-left p:hover:before {
  height: 100%;
  background: var(--color-vi);
}

@media screen and (max-width: 991px) {
  .faq-s1-mid {
    padding-top: 0.5rem;
    flex-wrap: wrap;
  }
  .faq-s1-left {
    width: 100%;
  }
  .faq-s1-kuang {
    width: 100%;
  }
}
.contact-s2 .cpjh-s3-mid {
  background: #fff;
}

.contact-s2 .index-s1-top h2 {
  margin-bottom: 1rem;
}

.contact-more-list {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: var(--font-size-80);
}

.con-more-div span {
  width: 0.9rem;
  height: 0.9rem;
  min-width: 60px;
  min-height: 60px;
  padding: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #fff;
  box-shadow: 0px 4px 27px 0px rgba(170, 170, 170, 0.3);
  font-size: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.con-more-div .con-more-text {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  color: var(--color-qianse);
  margin-top: 0.6rem;
}
.con-more-div:hover .con-more-text {
  color: #222222;
  font-weight: bold;
}
.con-more-div:hover span {
  border-color: var(--color-vi);
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg);
}

@media screen and (max-width: 991px) {
  .contact-more-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
  }
}
@media screen and (max-width: 450px) {
  .contact-more-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
}
.contact-s4-kuang {
  display: block;
  text-align: center;
  padding: 0.4rem 0.4rem;
  background: #F9F9F9;
  position: relative;
}
.contact-s4-kuang:hover .hz-view {
  opacity: 1;
}
.contact-s4-kuang:hover .hz-view span:before {
  width: 100%;
}

.hz-view {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(249, 249, 249, 0.94);
  text-align: center;
  font-size: var(--font-size-18);
  font-weight: bold;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  opacity: 0;
}
.hz-view span {
  position: relative;
  display: inline-block;
}
.hz-view span:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background-color: #222;
  -moz-transition: all 1s;
  transition: all 1s;
}

.hz-logo {
  display: block;
  font-size: 0px;
  overflow: hidden;
  margin-bottom: 0.4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 10px;
  aspect-ratio: 16/9;
}

.hz-title {
  font-size: var(--font-size-24);
  line-height: var(--font-size-30);
  height: 0.6rem;
  min-height: 44px;
  text-align: center;
  color: var(--color-text);
  font-weight: bold;
  margin-bottom: var(--font-size-32);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hz-ertitle {
  font-size: var(--font-size-18);
  line-height: var(--font-size-30);
  color: #666;
  height: 0.6rem;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-s4-top {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.contact-s5 .banner-img:before {
  background: rgba(8, 8, 8, 0.46);
}
.contact-s5 .ban-kk {
  width: 100%;
  text-align: center;
}
.contact-s5 .ban-kk h2 {
  color: #fff;
}

.contact-s4-mid {
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 991px) {
  .contact-s4-top {
    margin-bottom: 0.3rem;
  }
  .contact-s4-mid {
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-s5 .banner-img {
    height: 200px;
  }
  .contact-s5 .banner-annu {
    margin-top: 10px;
  }
}
.hzfhswiper .swiper-button-next:after, .hzfhswiper .swiper-button-prev:after {
  color: var(--color-vi);
  border: 1px solid red;
  font-size: var(--font-size-30);
  width: 30px;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-color: var(--color-vi);
  display: none;
}

@media screen and (max-width: 450px) {
  .hzfhswiper .swiper-button-next:after, .hzfhswiper .swiper-button-prev:after {
    display: -moz-box;
    display: flex;
  }
}
.pro-xl-left-icon {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 40px;
  min-height: 40px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 4px;
  background: var(--color-vi);
  border-radius: 50%;
  margin-right: var(--font-size-30);
}

.certifi-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}
.certifi-list a {
  width: 21.4375%;
  display: block;
  font-size: 0px;
  margin-bottom: var(--font-size-40);
  box-shadow: 0px 4px 11px 0px rgba(165, 165, 165, 0.3);
  margin-right: 4.75%;
  padding-bottom: var(--font-size-12);
  padding-top: var(--font-size-12);
}
.certifi-list a:nth-child(4n) {
  margin-right: 0px;
}

.certifi-list-img {
  font-size: 0px;
  aspect-ratio: 16/16;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.certifi-list-title {
  font-size: var(--font-size-20);
  text-align: center;
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .certifi-list {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .certifi-list a {
    width: 49%;
    margin-right: 0px;
  }
}
.down-kuang .new-select {
  width: 100%;
  margin-bottom: 0.4rem;
}
.down-kuang .new-select-input {
  width: 100%;
}

.newslist-form {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

.testreport-s1-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.testreport-left {
  width: 47.5%;
  color: var(--color-text);
}
.testreport-left h1 {
  font-size: var(--font-size-48);
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
}
.testreport-left .testreport-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  color: var(--color-vi);
  margin-top: 0.3rem;
  margin-bottom: 0.14rem;
}
.testreport-left .testreport-text {
  font-size: var(--font-size-18);
  line-height: 1.5;
  max-height: 4rem;
}

.testreport-right {
  width: 46.875%;
  text-align: center;
}
.testreport-right img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .testreport-s1-kuang {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .testreport-right, .testreport-left {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.table {
  overflow-x: auto;
}

.testreport-s2-title {
  background: #D6F1FF;
  color: #222;
  padding: 0.14rem 0.38rem;
  margin-top: 8px;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.testreport-s2-title i {
  font-weight: bold;
  font-size: var(--font-size-16);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.testreport-s2-div.active .testreport-s2-title i {
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
       transform: rotate(90deg);
}

.testreport-s2-div table {
  text-align: center;
  font-weight: 600;
  color: #666;
  border-spacing: 6px;
}
.testreport-s2-div table tr td {
  color: #666 !important;
  padding: 0.1rem;
}

.table-pdf {
  display: block;
  font-size: 0px;
}
.table-pdf img {
  width: 0.4rem;
  min-width: 30px;
}

.testreport-s2-kuang .index-s1-top {
  margin-bottom: 0.5rem;
}

.testreport-height {
  overflow: hidden;
  height: 0;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.testreport-s2-div.active .testreport-height {
  /* 高度通过 JS 动态设置 */
}

.testreport-s2-mid {
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.09);
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}

.choose-kkuang {
  background: #FFFFFF;
  box-shadow: 0px 4px 27px 0px rgba(181, 181, 181, 0.33);
  padding: 0.34rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

.choose-kkuang-div {
  margin-top: var(--font-size-40);
}
.choose-kkuang-div:nth-child(1) {
  margin-top: 0.1rem;
}
.choose-kkuang-div h3 {
  font-size: var(--font-size-24);
  margin-bottom: 0.18rem;
}
.choose-kkuang-div .choose-kkuang-content {
  font-size: var(--font-size-18);
  color: #666;
}
.choose-kkuang-div:nth-child(1) h3 {
  color: var(--color-vi);
}
.choose-kkuang-div:nth-child(2) h3 {
  color: #7611BA;
}
.choose-kkuang-div:nth-child(3) h3 {
  color: #03791B;
}
.choose-kkuang-div:nth-child(4) h3 {
  color: #FF1313;
}
.choose-kkuang-div:nth-child(5) h3 {
  color: #8C8C8C;
}

.choose-kkuang-gongneng {
  margin-top: 0.32rem;
  padding-top: 0.32rem;
  border-top: 1px solid #D8D8D8;
  font-size: var(--font-size-18);
  color: #666666;
}

.choose-s2-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

.choose-s2-list-k-title {
  font-size: var(--font-size-18);
  margin-bottom: 10px;
}

.choose-s2-list-k {
  width: 49%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

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

.choose-s3-kuang {
  text-align: center;
}

.choose-s3-mid {
  padding-bottom: 1rem;
}
.choose-s3-mid h2 {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}

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

@media screen and (max-width: 991px) {
  .choose-s3-mid h2 {
    margin-bottom: 0px;
  }
  .choose-s2-mid {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 580px) {
  .choose-s2-list-k {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fullled-s1-mid {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.fullled-s1-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.fullled-s1-neirong {
  font-size: var(--font-size-18);
  color: var(--color-qianse);
}

.fullled-s1-left {
  width: 47.875%;
}

.fullled-s1-right {
  width: 42.5%;
  font-size: 0px;
  box-shadow: 0px 4px 36px 0px rgba(149, 149, 149, 0.3);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  aspect-ratio: 16/10.19;
  overflow: hidden;
}
.fullled-s1-right:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.fullled-s1-imglist {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.34rem;
}

.fullled-s1-img {
  width: 1.48rem;
  display: block;
  font-size: 0px;
  padding: 0.16rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(185, 185, 185, 0.3);
  margin-right: 6px;
  margin-bottom: 10px;
}
.fullled-s1-img:hover {
  -moz-transform: scale(1.02);
   -ms-transform: scale(1.02);
       transform: scale(1.02);
}

.full-spec-img {
  display: block;
  font-size: 0px;
  box-shadow: 0px 4px 25px 0px rgba(173, 173, 173, 0.3);
}

.full-spec-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5.2rem, 1fr));
  gap: 0.2rem;
}

.full-spec-title {
  font-size: var(--font-size-24);
  font-weight: bold;
  width: 100%;
  padding: 0.14rem;
  background: -moz-linear-gradient(left, #119FDF 16%, #0852A4 99%);
  background: linear-gradient(90deg, #119FDF 16%, #0852A4 99%);
  color: #fff;
  text-align: center;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.cpjh-s3-app-right-k .banner-annu {
  margin-top: 0px;
  position: relative;
  z-index: 1;
}
.cpjh-s3-app-right-k .banner-annu:hover {
  color: #fff;
}
.cpjh-s3-app-right-k .banner-annu:hover .index-s1-bottom-view:before {
  background: var(--color-vi);
}
.cpjh-s3-app-right-k .banner-annu .index-s1-bottom-view:before {
  background: #000;
}

.fullled-s3-mid {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .fullled-s1-kuang {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .fullled-s1-left {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fullled-s1-neirong {
    line-height: 24px;
  }
  .fullled-s1-right {
    width: 100%;
  }
  .fullled-s1-imglist {
    flex-wrap: wrap;
  }
  .fullled-s1-mid {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.choose-s1-mid, .fullled-s3-mid {
  background: url(../images/fullbj.png) no-repeat right top;
}

.about-s5-mid {
  padding-bottom: 0px;
}

.about-s6-mid {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  background: #fff;
}

.about-cer-jishao {
  margin-top: 0px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .about-s6-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.resources-s2-mid {
  background: #F4FCFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.resources-s3-mid {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.resources-s1-xiazai {
  margin-top: 0.5rem;
}

.faq-s1-table-title {
  color: var(--color-vi);
}

.faq-s1-name {
  font-size: var(--font-size-36);
  text-align: center;
  font-family: "OPPOSansM", Arial, Helvetica, sans-serif;
  color: var(--color-vi);
  font-weight: bold;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .faq-s1-name {
    margin-top: 0.5rem;
  }
}
.pro-dowm-title {
  font-size: 0.2rem;
  font-weight: bold;
  width: 100%;
  padding: 0.2rem;
  padding-left: 0px;
}

.pro-dowm {
  margin-bottom: 0.1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  background: #F7F7F7;
  overflow-x: auto;
}
.pro-dowm i {
  font-size: var(--font-size-22);
}

.down-xiazai-right {
  width: 72%;
  padding-bottom: 0.4rem;
}

.down-xiazai-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.down-xiazai-mid .resources-s1-xz-kuang {
  width: 100%;
  border: 1px solid #e4e4e4;
}
.down-xiazai-mid .resources-s1-xz-kuang .resources-xiazai:nth-child(1) {
  background: var(--color-vi);
  color: #fff;
}
.down-xiazai-mid .resources-s1-xz-kuang .resources-xiazai {
  padding: 0.2rem;
  margin-bottom: 0px;
}
.down-xiazai-mid .resources-s1-xz-kuang .resources-xiazai::before {
  left: 0px;
  bottom: 0px;
}
.down-xiazai-mid .resources-s1-xz-kuang .resources-xiazai:hover:before {
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: var(--color-vi);
}
.down-xiazai-mid .resources-s1-xz-kuang .resour-down {
  width: 100px;
  text-align: center;
  -moz-box-pack: center;
       justify-content: center;
}
.down-xiazai-mid .resources-s1-xz-kuang .resour-down span {
  margin: 0px;
}

.down-xiazai-left {
  width: 24%;
}
.down-xiazai-left a {
  display: block;
  font-size: var(--font-size-20);
  font-weight: bold;
  margin-bottom: 0.1rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  color: #000;
}
.down-xiazai-left a:hover, .down-xiazai-left a.active {
  background: var(--color-vi);
  color: #fff;
  padding: 0.1rem;
}

.down-pagenum {
  font-size: var(--font-size-20);
  margin-bottom: 0.1rem;
}

.down-document-title {
  padding-top: 0.4rem;
  text-align: center;
  font-weight: bold;
  font-size: var(--font-size-48);
}

@media screen and (max-width: 991px) {
  .down-xiazai-mid {
    flex-wrap: wrap;
  }
  .down-xiazai-mid .down-xiazai-right {
    width: 100%;
  }
  .down-xiazai-mid .down-xiazai-left {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .down-xiazai-mid .down-xiazai-left a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }
}
.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: auto; /* 改为auto，让内容决定宽度 */
  max-width: 90%; /* 最大宽度为视口的90% */
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  display: -moz-box;
  display: flex; /* 使用flex布局使图片居中 */
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}

.video-popup img {
  max-width: 100%; /* 最大宽度为容器的100% */
  max-height: 90vh; /* 最大高度为视口高度的90% */
  -o-object-fit: contain;
     object-fit: contain; /* 保持图片比例 */
  display: block;
}

.video-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.24rem;
  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;
  text-align: center;
  z-index: 10; /* 确保关闭按钮在图片上方 */
}

.proxq-table table td img {
  cursor: pointer;
}

.service-mid .bannervideo {
  aspect-ratio: 16/4;
  height: 100%;
}
.service-mid .bannervideo iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .service-mid .bannervideo {
    aspect-ratio: 16/10;
  }
}