@charset "UTF-8";
@font-face {
  font-family: "ob";
  src: url("https://demoimg.ctmon.com.cn/font/xinhe_zh/OPPOSans-B.woff2") format("woff2"), url("https://demoimg.ctmon.com.cn/font/xinhe_zh/OPPOSans-B.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "om";
  src: url("https://demoimg.ctmon.com.cn/font/xinhe_zh/OPPOSans-M.woff2") format("woff2"), url("https://demoimg.ctmon.com.cn/font/xinhe_zh/OPPOSans-M.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "or";
  src: url("https://demoimg.ctmon.com.cn/font/xinhe_zh/OPPOSans-R.woff2") format("woff2"), url("https://demoimg.ctmon.com.cn/font/xinhe_zh/OPPOSans-R.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

.pcbanner {
  display: block;
}

.phonebanner {
  display: none;
}

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

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

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

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

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

/*reset css*/
html {
  font-size: max(5.2083333333vw, 50px) !important; /* 适配1920px宽度 */
  /* 适配1920px宽度 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  /* overflow-x: hidden; */
  font: var(--font-size-16) "om", Arial, Helvetica, sans-serif, "Microsoft YaHei", "sans-serif";
  --theme-color: #086a67;
  --primary-color: #c1dedd;
  --font-bold: $ob;
  --font-medium: $om;
  --font-regular: $or;
  /* --font-medium: 'HarmonyOS_SansSC_Medium'; */
  /* --font-regular: 'HarmonyOS_SansSC_Regular'; */
  /* --font-light: 'wixmadefordisplay_REGULAR'; */
  /* --font-number: 'pangmengzhengdao'; */
  /* 主题色 */
  --color-primary: #2E5CB1;
  /* 文本色 */
  --color-text: #222;
  --color-666: #666;
  --color-link: #2E5CB1;
  --color-vi: #2E5CB1;
  /* 导航高度 */
  --header-height: 0.98rem;
  line-height: 1.5;
  --font-size-72: max(0.72rem, 24px);
  --font-size-60: max(0.6rem, 26px);
  --font-size-48: max(0.48rem, 24px);
  --font-size-40: max(0.4rem, 24px);
  --font-size-36: max(0.36rem, 24px);
  --font-size-34: max(0.34rem, 24px);
  --font-size-32: max(0.32rem, 22px);
  --font-size-30: max(0.3rem, 22px);
  --font-size-28: max(0.28rem, 22px);
  --font-size-26: max(0.26rem, 20px);
  --font-size-24: max(0.24rem, 16px);
  --font-size-22: max(0.22rem, 16px);
  --font-size-20: max(0.2rem, 16px);
  --font-size-18: max(0.18rem, 14px);
  --font-size-16: max(0.16rem, 14px);
  --font-size-14: max(0.14rem, 12px);
  --font-size-12: max(0.12rem, 12px);
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

video {
  width: 100%;
}

a {
  color: inherit;
}

a:hover {
  color: unset;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Sections
     ========================================================================== */
/**
   * Render the `main` element consistently in IE.
   */
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w1600 {
  width: 84.08% !important;
  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% !important;
  }
  .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%;
  }
}
::-moz-selection {
  color: #fff;
  background: #829d94;
}
::selection {
  color: #fff;
  background: #829d94;
}

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

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

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

.m-muban-nav {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background: #fff;
  z-index: 10;
}
.m-muban-nav.active {
  box-shadow: 0px 4px 55px 0px rgba(158, 158, 158, 0.3);
}

.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;
  margin-top: 4px;
  margin-bottom: 4px;
}
.m-muban-mid-logo img {
  width: 1.28rem;
  min-width: 80px;
}
.m-muban-mid-logo span {
  font-size: var(--font-size-18);
  color: #222;
  display: block;
  margin-left: 8px;
}

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

.m-muban-mid-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  color: var(--color-text);
}
.m-muban-mid-right > ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.m-muban-mid-right > ul li.active > a {
  color: var(--color-primary);
}
.m-muban-mid-right > ul li.active > a::before {
  width: 100%;
}
.m-muban-mid-right > ul li:hover > ul {
  display: block;
  background: #fff;
  border-radius: 0.2rem;
  margin-top: 0.04rem;
  box-shadow: 0px 4px 55px 0px rgba(158, 158, 158, 0.3);
}
.m-muban-mid-right > ul li:hover > a {
  color: var(--color-primary);
}
.m-muban-mid-right > ul li:hover > a::before {
  width: 100%;
}
.m-muban-mid-right > ul > li {
  position: relative;
}
.m-muban-mid-right > ul > li::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -0.04rem;
  height: 0.06rem;
  width: 100%;
}
.m-muban-mid-right > ul > li > a {
  display: block;
  font-size: var(--font-size-22);
  margin-left: var(--font-size-20);
  margin-right: var(--font-size-20);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.06rem;
  padding-right: 0.06rem;
  position: relative;
}
.m-muban-mid-right > ul > li > a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: var(--color-primary);
  left: 0px;
  bottom: 0px;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.m-muban-mid-right > ul > li ul {
  width: 2.5rem;
  min-width: 200px;
}
.m-muban-mid-right > ul > li > ul {
  left: 0;
  height: 0px;
  position: absolute;
  left: -30%;
  height: 0px;
  overflow: hidden;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.m-muban-mid-right > ul > li > ul > li {
  width: 100%;
}
.m-muban-mid-right > ul > li > ul > li a {
  display: block;
  color: var(--color-text);
  font-size: var(--font-size-18);
  line-height: 1.4;
  padding: 10px;
}
.m-muban-mid-right > ul > li > ul {
  height: 0px;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -moz-box;
  display: flex;
  opacity: 0;
}
.m-muban-mid-right > ul > li:hover > ul {
  padding: 0.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  height: auto;
  display: -moz-box;
  display: flex;
  opacity: 1;
}
.m-muban-mid-right a:hover {
  color: #000;
}

@media screen and (max-width: 991px) {
  .m-muban-mid-right ul {
    display: none;
  }
  .m-muban-mid-right .m-muban-mid-right .duoyuyan {
    display: block;
  }
  .m-muban-mid-right .morenyuyan i {
    font-size: 22px;
  }
  .m-muban-mid-right .sousuo-mid {
    margin-right: 40px;
  }
  .m-muban-mid-right .sousuo i {
    font-size: 22px;
  }
  .m-muban-mid-logo {
    height: 60px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
  }
  .sousou-kuang.active {
    height: 50vh;
  }
  .sousou-kuang .form-sousuo {
    height: 0.4rem;
  }
  .header-keywords {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-keywords {
    font-size: 12px;
  }
  .sousou-kuang .w1400 {
    padding: 0px;
  }
}
.m-mobilenav {
  display: none;
}

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

.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .mbnav-wp_seach > form > .box-form {
    display: -moz-box;
    display: flex;
    height: 100%;
    height: 40px;
    -moz-box-pack: justify;
         justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .mbnav-wp_seach > form > .box-form > .box-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .mbnav-list {
    margin-top: 20px;
  }
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    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: 20px;
    right: 4%;
    left: auto;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    width: 34px;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .m-mobilenav .mbnav-btn.active .line {
    background-color: #FFFFFF;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #FFFFFF;
  }
  .m-mobilenav .mbnav-btn.active .line1 {
    -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
         transform: rotate(-45deg);
    background-color: var(--color-primary);
    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-primary);
    bottom: 8px;
    position: relative;
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #FFFFFF;
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(51, 51, 51, 0.9);
    top: 0;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043F71;
  }
}
/* 右侧客服 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-666);
}
.contact-footer > p img {
  display: none;
  width: 20px;
}
.contact-footer > p img:nth-child(2) {
  display: block;
}
.contact-footer.active > p i:before {
  content: "\e608";
  font-family: "iconfont";
}
.contact-footer li {
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.contact-footer li img {
  width: 20px;
}
.contact-footer li .con-phone {
  width: 140px;
  right: 40px;
  left: 100%;
  visibility: hidden;
  position: absolute;
  top: 0px;
  height: 100%;
  background: var(--color-text);
  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-link);
}
.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-link);
  -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 img:nth-child(1) {
  display: block;
}

.ewm {
  position: absolute;
  width: 100px;
  min-width: 100px;
  height: 100px;
  left: 100px;
  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-666);
  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-link);
}
.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-link);
  }
  .contact-footer li a,
  .contact-footer li p {
    border-radius: 0px;
  }
  .contact-footer li:hover .ewm {
    left: 0px;
    bottom: 140px;
  }
  .ewm {
    display: none;
    top: -100px;
    left: 0px;
  }
}
/* 右侧客服  end */
/* // tanchuang start */
.tanchuang {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  z-index: 20;
  display: none;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xieleftright:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -45px;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -moz-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
       transform: skewX(-25deg);
}

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

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

.woshi:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -45px;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -moz-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
       transform: skewX(-25deg);
}

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

/**
 * 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 {
  -moz-animation: swiper-preloader-spin 1s infinite linear;
       animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

@keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
       transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.duoyuyan.active .douyuyanxiala {
  top: 0.74rem;
  border-radius: 0.1rem;
  height: auto;
  background-color: #fff;
  -moz-transform: scaleY(1);
   -ms-transform: scaleY(1);
       transform: scaleY(1);
}
.duoyuyan.active .douyuyanxiala a {
  color: var(--fff);
  padding: 0.1rem 0.2rem;
  display: block;
}
.duoyuyan.active .douyuyanxiala a:hover {
  color: var(--color-link);
}

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

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

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

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

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

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

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

.quanduan {
  padding: 2px;
}

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

.cookiecookie.active {
  display: block;
}

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

.m-muban-pagebox {
  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 {
  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;
  width: 0.4rem;
  min-height: 40px;
  height: 0.4rem;
  background: #fff;
  border: 1px solid var(--color-link);
  display: block;
  text-align: center;
  font-size: var(--font-size-18);
  color: var(--color-link);
  font-weight: bold;
  margin: 0.04rem;
  border-radius: 0.05rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .banner-img {
    height: 500px;
  }
  .banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 2;
}
.banner-text h1 {
  color: #fff;
  font-family: "ob", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 0.56rem;
}

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

/* 初始状态：看不见 + 往下 */
.banner-text .banner-biaoti {
  opacity: 0;
  -moz-transform: translateY(30px);
   -ms-transform: translateY(30px);
       transform: translateY(30px);
  -moz-transition: opacity 0.6s ease, transform 0.6s ease, -moz-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -moz-transform 0.6s ease;
  -moz-transition-delay: 0.2s;
       transition-delay: 0.2s; /* 比 h1 早一点或晚一点都行 */
}

/* animate-in 触发后 */
.banner-text.animate-in .banner-biaoti {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}

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

.bannerswiper .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -moz-transition: 1s linear 2s;
  transition: 1s linear 2s;
  -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
       transform: scale(1.1, 1.1);
}
.bannerswiper .swiper-slide-active img, .bannerswiper .swiper-slide-duplicate-active img {
  -moz-transition: 5s linear;
  transition: 5s linear;
  -moz-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
       transform: scale(1, 1);
}

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

h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: var(--font-size-48);
}

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

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

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

.index-s1-top-left {
  width: auto;
}

.index-s1-text {
  font-size: var(--font-size-24);
  color: var(--color-666);
  margin-top: 0.1rem;
}

.boxshad {
  box-shadow: 0px 4px 18px 0px rgba(141, 141, 141, 0.3);
}

.index-s1-mid-bottom {
  font-size: 0px;
  position: relative;
  height: 8.45rem;
}
.index-s1-mid-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-s1-mid-bottom::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(194deg, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 98%);
  background: linear-gradient(256deg, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 98%);
  z-index: 1;
}

.imgblock {
  display: block;
  font-size: 0px;
}

.index-s1-left-gd {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  color: var(--color-link);
  font-size: var(--font-size-18);
  margin-top: 0.04rem;
}
.index-s1-left-gd span {
  display: block;
}
.index-s1-left-gd i {
  opacity: 0;
  font-size: var(--font-size-20);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0.1rem;
}

.index-s1-left-div {
  box-shadow: 0px 4px 40px 0px rgba(182, 182, 182, 0.3);
  border-radius: 0.2rem;
  opacity: 0.6;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  overflow: hidden;
  padding: 0.1rem;
  margin-bottom: 0.16rem;
  background: #fff;
}
.index-s1-left-div:last-child {
  margin-bottom: 0;
}

.index-s1-left-div:hover {
  opacity: 1;
}
.index-s1-left-div:hover .index-s1-left-gd i {
  opacity: 1;
}

.index-s1-mid-bottom img {
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; /* 淡入淡出动画 */
  opacity: 1;
}

.index-s1-mid-bottom img.fade-out {
  opacity: 0.9;
}

.index-s1-left-img {
  margin-right: 0.2rem;
  width: 1.3rem;
  aspect-ratio: 1/1;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.index-s1-mid-bottom-js-left {
  width: 29.8125%;
}

.index-s1-left-title {
  font-size: var(--font-size-24);
}

.index-s1-mid-bottom-js {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -moz-box-pack: justify;
       justify-content: space-between;
  z-index: 2;
}

.index-s1-mid-bottom-js-right {
  color: #fff;
  padding-bottom: 1rem;
}

.index-s1-right-title {
  font-size: var(--font-size-36);
  color: #fff;
  margin-bottom: 0.4rem;
}

.index-s1-right-blod {
  font-size: var(--font-size-24);
  color: #fff;
}

.index-s1-right-text {
  font-size: var(--font-size-18);
  color: #fff;
}

.index-s1-tab-top-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0px 0px 0.13rem 0.13rem;
  padding: 0.2rem;
  width: 4rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.index-s1-tab-top-div:hover, .index-s1-tab-top-div.active {
  background: var(--color-link);
}

.index-s1-tab-img {
  width: 0.22rem;
  height: 0.22rem;
  min-width: 20px;
  min-height: 20px;
  aspect-ratio: 1/1;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-right: 0.2rem;
}

.index-s1-tab-title {
  color: #fff;
  font-size: var(--font-size-24);
}

.index-s1-mid-bottom-tab {
  position: relative;
}

.index-s1-mid-bootom-tab-top {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 1;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .index-s1-mid-bottom-js {
    flex-wrap: wrap;
  }
  .index-s1-mid-bottom-js-left {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(27.0625%, 1fr));
    gap: 0.2rem;
  }
  .index-s1-mid-bottom-js-right {
    width: 100%;
    text-align: right;
    padding-bottom: 0.2rem;
  }
  .index-s1-mid-bootom-tab-top {
    -moz-box-pack: center;
         justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .index-s1-mid-bottom-js-left {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(42%, 1fr));
    gap: 0.2rem;
  }
  .index-s1-mid-bottom {
    height: 600px;
  }
  .index-s1-left-title {
    font-size: 14px;
  }
  .index-s1-left-div {
    opacity: 0.8;
  }
  .index-s1-mid {
    padding-top: 0.6rem;
  }
}
.index-s2-mid {
  padding-top: 1rem;
  padding-bottom: 0.65rem;
  background: #F6FAFF;
}

.index-s2-top-right {
  width: 5rem;
  border-radius: 1rem;
  background: rgba(209, 209, 209, 0.35);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.index-s2-top-right::before {
  content: "";
  position: absolute;
  width: 50%;
  left: 0px;
  height: 100%;
  border-radius: 1rem;
  background: var(--color-link);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-s2-top-right.active::before {
  left: 50%;
}

.index-s2-top-right-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  padding: 0.14rem;
  cursor: pointer;
  display: block;
  width: 50%;
  text-align: center;
  z-index: 1;
}
.index-s2-top-right-title.active {
  color: #fff;
}

.index-hzal-div-img {
  border-radius: 0.2rem;
  overflow: hidden;
  aspect-ratio: 16/11;
}
.index-hzal-div-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.hzalswiper {
  overflow: visible;
  padding-top: 0.1rem;
  padding-bottom: 0.4rem;
}
.hzalswiper .swiper-button-next, .hzalswiper .swiper-button-prev {
  display: none;
}
.hzalswiper .swiper-button-disabled {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .hzalswiper .swiper-button-next, .hzalswiper .swiper-button-prev {
    display: block;
  }
  .hzalswiper .swiper-button-next::after,
  .hzalswiper .swiper-button-prev::after {
    font-size: var(--font-size-30);
  }
}

.index-hzal-div {
  height: 100%;
  -moz-box-flex: 1;
       flex: 1;
  padding: 0.24rem;
  box-shadow: 0px 4px 46px 0px rgba(140, 140, 140, 0.3);
  border-radius: 0.2rem;
}

.hzal-div-title {
  font-size: var(--font-size-24);
  color: var(--color-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 0.1rem;
}

.hzal-div-ertitle {
  font-size: var(--font-size-18);
  color: var(--color-666);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.54rem;
  min-height: 42px;
}

.hzal-logo {
  display: block;
  font-size: 0px;
  aspect-ratio: 4/3;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  height: 0.8rem;
}

.annnu-gd {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-hzal-div {
  background-size: cover;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.index-hzal-div:hover {
  opacity: 1;
  background: url(../images/hzalbjimg.webp) no-repeat;
}
.index-hzal-div:hover .annnu-gd i {
  background: #fff;
  color: var(--color-link);
}
.index-hzal-div:hover .annnu-gd {
  color: #fff;
}
.index-hzal-div:hover .annnu-gd::after {
  -moz-transform: scale(12);
   -ms-transform: scale(12);
       transform: scale(12);
}
.index-hzal-div:hover .index-hzal-div-img img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.index-hzal-div:hover::before {
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 991px) {
  .index-hzal-div {
    opacity: 1;
  }
}
.wfgdswiper {
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
}
.wfgdswiper .swiper-wrapper {
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.wfgdlogo {
  aspect-ratio: 1/1;
  padding: 4px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  box-shadow: 0px 4px 28px 0px rgba(191, 191, 191, 0.3);
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.wfgdlogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wfgdlogo img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.pmname {
  font-size: var(--font-size-18);
  color: var(--color-666);
  margin-top: 0.24rem;
}

.index-s2-list-table-div {
  display: none;
}

.index-s3-mid {
  background: url(../images/gywmbj.webp) no-repeat;
  background-size: cover;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.index-s3-gywm-div {
  width: 15%;
}

.index-s3-gywm-div:hover .index-s3-js {
  color: var(--color-link);
}
.index-s3-gywm-div:hover .index-shuzi span, .index-s3-gywm-div:hover .index-shuzi p, .index-s3-gywm-div:hover .index-shuzi sub {
  color: var(--color-link);
}

.index-shuzi {
  font-size: 0.96rem;
  line-height: 1;
  margin-bottom: 0.1rem;
  white-space: nowrap;
}
.index-shuzi span {
  color: var(--color-text);
  font-weight: bold;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index-shuzi sub {
  font-size: var(--font-size-22);
}

.index-s3-gywm-img {
  width: 20%;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background: #EFF6FF;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
}
.index-s3-gywm-img::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  bottom: 0.3rem;
  right: 0.3rem;
  border-radius: 50%;
}
.index-s3-gywm-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.index-s3-gywm, .index-s3-kuang {
  position: unset;
}

.index-s3-gywm {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 0.5rem;
}

.index-s3-gywm-img {
  font-size: 0px;
  cursor: pointer;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  overflow: hidden;
  background: #EFF6FF;
  padding: 0.3rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -moz-transform 0.3s ease;
}

/* 内圈高光 */
.index-s3-gywm-img::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  bottom: 0.3rem;
  right: 0.3rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

/* 图片样式 */
.index-s3-gywm-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -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;
}
.index-s3-gywm-img img:hover {
  -moz-transform: scale(1.04);
   -ms-transform: scale(1.04);
       transform: scale(1.04);
}

@media screen and (min-width: 991px) {
  /* 呼吸动画 */
  @-moz-keyframes breathe {
    0%, 100% {
      -moz-transform: scale(1);
           transform: scale(1);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    50% {
      -moz-transform: scale(1.05);
           transform: scale(1.05);
      box-shadow: 0 0 15px rgba(66, 153, 255, 0.4);
    }
  }
  @keyframes breathe {
    0%, 100% {
      -moz-transform: scale(1);
           transform: scale(1);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    50% {
      -moz-transform: scale(1.05);
           transform: scale(1.05);
      box-shadow: 0 0 15px rgba(66, 153, 255, 0.4);
    }
  }
}
@media screen and (max-width: 991px) {
  .index-s3-gywm-img::before {
    display: none;
  }
  .index-s3-gywm {
    flex-wrap: wrap;
  }
  .index-s3-gywm-div {
    width: 49%;
    text-align: center;
  }
  .index-s3-gywm-img {
    width: 100%;
    height: auto;
    border-radius: 0px;
  }
  .index-s3-gywm-img img {
    border-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  .index-shuzi {
    font-size: var(--font-size-60);
  }
}
.index-s4-img {
  border-radius: 0.2rem;
  font-size: 0px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.index-s4-div {
  display: block;
}
.index-s4-div .index-s1-left-gd {
  color: var(--color-666);
}
.index-s4-div .index-s1-left-gd i {
  opacity: 1;
}
.index-s4-div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.index-s4-div:hover .index-s1-left-gd, .index-s4-div:hover .index-s4-title {
  color: var(--color-link);
}

.index-s4-newlist {
  display: grid;
  gap: 0.24rem;
  grid-template-columns: repeat(auto-fill, minmax(32.25%, 1fr));
  margin-top: 1rem;
}

.index-s4-data {
  font-size: var(--font-size-18);
  margin-top: 0.16rem;
}
.index-s4-data i {
  font-size: var(--font-size-18);
}

.index-s4-title {
  font-size: var(--font-size-24);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.12rem;
  margin-bottom: 0.12rem;
  color: var(--color-text);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

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

@media screen and (max-width: 768px) {
  .index-s4-newlist {
    margin-top: 30px;
  }
  .index-s4-newlist {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 0px;
  }
  .index-s4-div {
    margin-bottom: 20px;
  }
}
.footer-kuang-title {
  font-size: var(--font-size-18);
  color: #fff;
}

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

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

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

.footer-mid {
  background: #00306A;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.ewm-title {
  font-size: var(--font-size-16);
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.1rem;
  text-align: center;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .footer-kuang-right {
    display: none;
  }
  .footer-kuang-bot {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .footer-cop {
    width: 100%;
  }
  .footer-kuang-left {
    width: 100%;
    text-align: center;
  }
  .footer-kuang-left i {
    color: #fff;
  }
  .footer-kuang-content {
    -moz-box-pack: center;
         justify-content: center;
  }
}
.banner-mid .banner-img {
  position: relative;
}
.banner-mid .banner-img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: 100% 100%;
  background: url(../images/hzalbj.webp) no-repeat;
  background-size: cover;
}

.video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  z-index: 9999;
}

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

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

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

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

.banneryy {
  position: relative;
}
.banneryy::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: 100% 100%;
  background: url(../images/hzalbj.webp) no-repeat;
}

.fenyebanner-mid {
  position: relative;
}
.fenyebanner-mid::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: 100% 100%;
  background: url(../images/hzalbj.webp) no-repeat;
  background-size: cover;
}
.fenyebanner-mid::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.kongbanner {
  height: 1.05rem;
  min-height: 68px;
}

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

.pro-s1-left {
  width: 22%;
  background: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0.8rem;
  left: 0px;
  z-index: 0;
  padding-right: 2%;
  padding-left: 6%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  max-height: 100vh;
}

.pro-s1-right {
  width: 78%;
}

.crumbs-mid {
  background: #EEEEEE;
  font-size: var(--font-size-18);
  padding: 0.06rem;
  padding-left: 0px;
  padding-right: 0px;
}
.crumbs-mid a:hover {
  color: var(--color-link);
}
.crumbs-mid .active {
  color: var(--color-link);
}

.pro-s1-left-nav {
  padding-top: 0.4rem;
  max-height: 100vh;
  overflow-y: auto;
}
.pro-s1-left-nav > li {
  cursor: pointer;
}
.pro-s1-left-nav > li.active {
  padding-bottom: 0.2rem;
}
.pro-s1-left-nav > li.active .pro-s1-left-first-title {
  color: var(--color-text);
  color: var(--color-link);
  font-weight: bold;
}

.pro-s1-left-navtwo {
  overflow: hidden;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-s1-left-navtwo li {
  padding-left: 0px;
  font-size: var(--font-size-18);
  color: rgba(34, 34, 34, 0.6);
  position: relative;
  cursor: pointer;
  -moz-transition: padding-left 0.5s;
  transition: padding-left 0.5s;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.pro-s1-left-navtwo li a {
  display: block;
  padding-left: max(0.1rem, 10px);
  padding-right: max(0.1rem, 10px);
}
.pro-s1-left-navtwo li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 70%;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  background: var(--color-link);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-s1-left-navtwo li:hover, .pro-s1-left-navtwo li.active {
  padding-left: 0.2rem;
  color: #fff;
}
.pro-s1-left-navtwo li:hover::before, .pro-s1-left-navtwo li.active::before {
  width: 0.04rem;
  width: 100%;
  z-index: -1;
}

.pro-s1-left-first-title {
  font-size: var(--font-size-24);
  color: var(--color-666);
  margin-bottom: 0.2rem;
}
.pro-s1-left-first-title.active, .pro-s1-left-first-title:hover {
  color: var(--color-text);
}

.pro-s1-title {
  font-size: var(--font-size-24);
  margin-top: 0.18rem;
  margin-bottom: 0.2rem;
  font-family: "ob", Arial, Helvetica, sans-serif;
}

.pro-s1-text {
  font-size: var(--font-size-18);
}

.icon-kuang {
  min-width: 28px;
  min-height: 28px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 0.28rem;
  height: 0.28rem;
}

.pro-s1-right-icon {
  display: grid;
  flex-wrap: wrap;
  gap: 0.14rem;
  grid-template-columns: repeat(auto-fill, minmax(3rem, 1fr));
  margin-top: 0.7rem;
}

.pro-s1-iconkuang {
  background: #FFFFFF;
  box-shadow: 0px 4px 50px 0px rgba(185, 185, 185, 0.3);
  padding: 0.2rem;
  position: relative;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-s1-iconkuang::before {
  content: "";
  width: 70%;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.pro-s1-iconkuang i {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-s1-iconkuang:hover {
  -moz-transform: translateY(-0.1rem);
   -ms-transform: translateY(-0.1rem);
       transform: translateY(-0.1rem);
}
.pro-s1-iconkuang:hover i {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.pro-s1-iconkuang:hover .pro-s1-title {
  color: var(--color-link);
}
.pro-s1-iconkuang:hover::before {
  height: 0.03rem;
}

/* From Uiverse.io by Cornerstone-04 */
.pro-s1-iconkuang {
  -moz-transition: 0.5s linear;
  transition: 0.5s linear;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.pro-s1-iconkuang:hover a {
  color: var(--1022AD);
}

.pro-s1-iconkuang: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;
}

.pro-s1-iconkuang: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;
}

.pro-s1-iconkuang:hover:before {
  border-color: #2E5CB1;
  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;
}

.pro-s1-iconkuang:hover:after {
  border-color: #2E5CB1;
  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;
}

.pro-s1-right-top {
  padding-left: 1rem;
  padding-right: 1rem;
  background: url(../images/probj.webp) no-repeat;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 0.48rem;
}

.pro-s1-right-kuang-text {
  margin-top: 0.08rem;
  font-size: var(--font-size-24);
  color: #666;
}

.pro-s1-right-bottom {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.9rem, 1fr));
  gap: 0.24rem;
}

.pro-s1-right-bottom-title {
  font-size: var(--font-size-24);
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.pro-s1-right-bottom-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 0.03rem;
  height: 60%;
  background: var(--color-link);
}

.pro-s1-right-bottom-img {
  font-size: 0px;
  overflow: hidden;
  border-radius: 0.2rem;
  background: #F8F9FB;
  overflow: hidden;
  padding: 10px;
  aspect-ratio: 16/9;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: transparent;
  border: 1px solid #e6f1ff;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pro-s1-right-bottom-kuang {
  margin-top: 0.6rem;
  display: block;
}
.pro-s1-right-bottom-kuang .annnu-gd {
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-s1-right-bottom-kuang:hover .pro-s1-right-bottom-img {
  box-shadow: 0px 2px 10px 1px rgba(46, 92, 177, 0.4);
}
.pro-s1-right-bottom-kuang:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.pro-s1-right-bottom-kuang:hover .annnu-gd {
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .pro-s1-left {
    padding-left: 4%;
  }
}
@media screen and (max-width: 991px) {
  .pro-s1-left {
    display: none;
  }
  .pro-s1-right {
    width: 100%;
  }
  .pro-s1-right-icon {
    grid-template-columns: repeat(auto-fill, minmax(3.9rem, 1fr));
  }
  .pro-s1-right-bottom-kuang .annnu-gd {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .pro-s1-right-top {
    padding: 0.4rem;
  }
  .pro-s1-right-bottom {
    padding: 0.4rem;
  }
}
.app-s1-mid {
  background: #F6FAFF;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}

.app-s1-ys-img {
  width: 0.8rem;
  height: 0.8rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.24rem;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
}
.app-s1-ys-img::before {
  content: "";
  width: 0.66rem;
  height: 0.66rem;
  min-width: 60px;
  min-height: 60px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #E6F1FF;
  position: absolute;
  z-index: -1;
}
.app-s1-ys-img img {
  width: 0.35rem;
  height: 0.35rem;
  min-width: 35px;
  min-height: 35px;
  -moz-transition: all 0s;
  transition: all 0s;
}

.app-s1-ys {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.8rem, 1fr));
  gap: 0.2rem;
  margin-top: 0.5rem;
}

.app-s1-ys-title {
  font-size: var(--font-size-24);
  color: #666666;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.app-s1-ys-text {
  font-size: var(--font-size-18);
  color: #666666;
}

.app-s1-ys-kuang {
  border-radius: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.6rem;
}

.app-s1-ys-kuang:hover,
.app-s1-ys-kuang.active {
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.app-s1-ys-kuang:hover .app-s1-ys-img,
.app-s1-ys-kuang.active .app-s1-ys-img {
  background: rgba(12, 52, 114, 0.13);
}
.app-s1-ys-kuang:hover .app-s1-ys-img::before,
.app-s1-ys-kuang.active .app-s1-ys-img::before {
  background: #2E5CB1;
}
.app-s1-ys-kuang:hover .app-s1-ys-img img,
.app-s1-ys-kuang.active .app-s1-ys-img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.app-s1-ys-kuang:hover .app-s1-ys-title,
.app-s1-ys-kuang.active .app-s1-ys-title {
  font-weight: bold;
  color: var(--color-text);
}

@media screen and (max-width: 768px) {
  .app-s1-ys-kuang {
    background: #fff;
    border-radius: 0.2rem;
  }
  .app-s1-ys-kuang .app-s1-ys-img {
    background: rgba(12, 52, 114, 0.13);
  }
  .app-s1-ys-kuang .app-s1-ys-img::before {
    background: #2E5CB1;
  }
  .app-s1-ys-kuang .app-s1-ys-img img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .app-s1-ys-kuang .app-s1-ys-title {
    font-weight: bold;
    color: var(--color-text);
  }
}
.app-s2-mid {
  padding: 0.8rem 0px;
  background: #fff;
}

.app-s2-right {
  width: 53.5%;
  margin-left: 0.2rem;
  position: relative;
}
.app-s2-right .pmname {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.jiadian-k {
  position: absolute;
  left: 0.45rem;
  right: 0.45rem;
  bottom: 0.45rem;
}

.jiadian-title {
  font-size: var(--font-size-24);
  margin-bottom: 0.1rem;
  color: #fff;
  font-family: "om", Arial, Helvetica, sans-serif;
}

.jiadian-text {
  font-size: var(--font-size-18);
  color: #fff;
  font-family: "or", Arial, Helvetica, sans-serif;
}

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

.jiadiankuang {
  font-size: 0px;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.jiadiankuang::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 36%, #2E5086 123%);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 36%, #2E5086 123%);
}

.jiadianswiper .swiper-pagination {
  position: unset;
  margin-top: 0.4rem;
}
.jiadianswiper .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-link);
  width: 0.12rem;
  height: 0.12rem;
  min-width: 12px;
  min-height: 12px;
  margin-left: 0.06rem;
  margin-right: 0.06rem;
}

.app-s2-left {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .app-s2-right .pmname {
    position: unset;
  }
  .app-s2-kuang {
    flex-wrap: wrap;
  }
  .app-s2-right {
    width: 100%;
    margin-left: 0;
  }
}
.app-s2 {
  background: #F7F7F7;
}

.adv-s1-mid {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}

.adv-icon-img {
  font-size: 0px;
  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;
}

.adv-icon-title {
  font-size: var(--font-size-24);
  color: var(--color-666);
  margin-top: 0.24rem;
  margin-bottom: 0.18rem;
  width: 100%;
}

.adv-icon-text {
  font-size: var(--font-size-18);
  color: var(--color-text);
  margin-bottom: 0.54rem;
}

.adv-div-img {
  border-radius: 0.2rem;
  font-size: 0px;
  -moz-box-flex: 1;
       flex: 1;
  overflow: hidden;
}

.adv-s1-list-kuang {
  border-radius: 0.2rem;
  background: #F6FAFF;
  padding: 0.3rem;
  position: relative;
  top: 0rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}
.adv-s1-list-kuang:hover, .adv-s1-list-kuang.active {
  background: #FFFFFF;
  box-shadow: 0px 4px 55px 0px rgba(158, 158, 158, 0.3);
  top: -0.2rem;
}
.adv-s1-list-kuang:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.adv-s1-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.2rem, 1fr));
  gap: 0.2rem;
  margin-top: 0.8rem;
}

.zhinengswiper .swiper-slide {
  width: 9.3rem;
  -moz-transform: scale(0.95);
   -ms-transform: scale(0.95);
       transform: scale(0.95);
  opacity: 0.5;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.zhinengswiper .swiper-slide .jiadiankuang::before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 45%, #000000 114%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000000 114%);
}

.zhinengswiper .swiper-slide-active {
  width: 9.3rem;
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
  opacity: 1;
}

.zhinengswiper .swiper-pagination {
  display: none;
  position: unset;
  margin-top: 0.2rem;
}
@media screen and (max-width: 991px) {
  .zhinengswiper .swiper-pagination {
    display: block;
  }
}

.swiper-pagination-bullet {
  background: var(--color-link);
  width: 0.12rem !important;
  height: 0.12rem !important;
  min-width: 12px !important;
  min-height: 12px !important;
  margin-left: 0.06rem;
  margin-right: 0.06rem;
}

.adv-s2-kuang .app-s1-title {
  margin-bottom: 0.5rem;
}

.app-s1-title h2 b {
  color: var(--color-link);
  font-weight: 100;
}

.zhinengtishi {
  max-width: 90%;
  font-size: var(--font-size-24);
  color: var(--color-666);
  margin-top: 0.7rem;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  padding-left: 0.2rem;
}
.zhinengtishi::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.15rem;
  width: 0.05rem;
  height: 0.05rem;
  min-width: 5px;
  min-height: 5px;
  border-radius: 50%;
  background: var(--color-666);
}

.adv-s3-kuang {
  padding: 0.5rem;
  border-radius: 0.2rem;
  background: url(../images/xuqiubj.webp) no-repeat;
  background-size: cover;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.adv-s3-kuang .annnu-gd:hover {
  background: transparent;
}

.adv-s3-kuang-left h2, .adv-s3-kuang-left .adv-s3-text {
  color: #fff;
}
.adv-s3-kuang-left .adv-s3-text {
  margin-top: 0.04rem;
  font-size: var(--font-size-18);
}

.adv-top {
  background: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  box-shadow: 0px 4px 16px 0px rgba(200, 200, 200, 0.3);
}

.adv-top-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.adv-top-kuang a {
  display: block;
  font-size: var(--font-size-24);
  color: #222;
  padding: 0.3rem 0.45rem;
}
.adv-top-kuang a.active, .adv-top-kuang a:hover {
  background-color: var(--color-link);
  color: #fff;
}

.nav-hide {
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .adv-top {
    display: none;
  }
}
.adv-s4-mid {
  margin-bottom: 1rem;
}

.ditudingdian-kuang {
  width: 70.8333333333%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0px;
  position: relative;
}

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

.dd-div {
  position: absolute;
}

.dd-div em {
  position: relative;
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  min-width: 6px;
  min-height: 6px;
  background-color: var(--color-link);
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
}

.dd-div em::after, .dd-div em::before {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
  content: "";
  top: 0;
  right: 0;
  background: rgba(2, 69, 150, 0.4);
  z-index: 1;
}

.dd-div em::before {
  -moz-animation: scale-sp 2s infinite;
       animation: scale-sp 2s infinite;
}

.dd-div em::after {
  -moz-animation: scale-sp2 2s infinite;
       animation: scale-sp2 2s infinite;
}

@-moz-keyframes scale-sp {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -moz-transform: scale(4);
         transform: scale(4);
    opacity: 0;
  }
}

@keyframes scale-sp {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -moz-transform: scale(4);
         transform: scale(4);
    opacity: 0;
  }
}
@-moz-keyframes scale-sp2 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -moz-transform: scale(8);
         transform: scale(8);
    opacity: 0;
  }
}
@keyframes scale-sp2 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -moz-transform: scale(8);
         transform: scale(8);
    opacity: 0;
  }
}
.dd-div {
  display: inline-block;
  text-align: center;
}

.dd-div-title {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  text-align: center;
  font-size: var(--font-size-18);
}
.dd-div-title p {
  white-space: nowrap;
  color: var(--color-text);
}

.dd-div1 {
  left: 12vw;
  top: 10vw;
}

.dd-div2 {
  left: 13vw;
  top: 13vw;
}

.dd-div3 {
  left: 18vw;
  top: 24vw;
}

.dd-div4 {
  left: 21vw;
  top: 30vw;
}

.dd-div5 {
  left: 32.2vw;
  top: 11.4vw;
}

.dd-div6 {
  left: 32.2vw;
  top: 12.3vw;
}

.dd-div7 {
  left: 33.6vw;
  top: 11.6vw;
}

.dd-div8 {
  left: 31.4vw;
  top: 16vw;
}

.dd-div9 {
  left: 33.6vw;
  top: 15vw;
}

.dd-div10 {
  left: 38vw;
  top: 16.3vw;
}

.dd-div11 {
  left: 38.3vw;
  top: 13.6vw;
}

.dd-div12 {
  left: 39.3vw;
  top: 13.9vw;
}

.dd-div13 {
  left: 40.3vw;
  top: 13.4vw;
}

.dd-div14 {
  left: 46.6vw;
  top: 14.3vw;
}

.dd-div15 {
  left: 48vw;
  top: 18vw;
}

.dd-div16 {
  left: 51.9vw;
  top: 14.6vw;
}

.dd-div17 {
  left: 54.3vw;
  top: 17vw;
}

.dd-div18 {
  left: 55.3vw;
  top: 17vw;
}

.dd-div19 {
  left: 55.8vw;
  top: 16vw;
}

.dd-div20 {
  left: 56.8vw;
  top: 18.6vw;
}

.dd-div21 {
  left: 54.1vw;
  top: 22.5vw;
}

.dd-div22 {
  left: 55.1vw;
  top: 23.5vw;
}

.dd-div23 {
  left: 57.6vw;
  top: 23.5vw;
}

.dd-div24 {
  left: 61.6vw;
  top: 28.5vw;
}

.dd-div img {
  top: -190%;
  left: -180%;
  position: absolute;
  min-width: 40px;
  min-height: 40px;
}

.dd-div-title.top {
  top: -100%;
  left: 50%;
  -moz-transform: translate(-50%, -100%);
   -ms-transform: translate(-50%, -100%);
       transform: translate(-50%, -100%);
}

.dd-div-title.left {
  top: 50%;
  left: -100%;
  -moz-transform: translate(-100%, -70%);
   -ms-transform: translate(-100%, -70%);
       transform: translate(-100%, -70%);
}

.dd-div-title.right {
  top: -23%;
  left: 100%;
  -moz-transform: translate(20%, -23%);
   -ms-transform: translate(20%, -23%);
       transform: translate(20%, -23%);
}

.dituphone {
  display: none;
}

@media screen and (max-width: 991px) {
  .dituphone {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ditudingdian-kuang {
    display: none;
  }
  .adv-s4-kuang {
    margin-bottom: 0.5rem;
  }
}
.adv-s5-mid {
  background: url(../images/zhengshubj.webp) no-repeat;
  background-size: cover;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
}

.zhengshuswiper {
  width: 81.25%;
  margin-top: 0.5rem;
}
.zhengshuswiper .swiper-button-next::after,
.zhengshuswiper .swiper-button-prev::after {
  font-size: var(--font-size-40);
}

@media screen and (max-width: 991px) {
  .zhengshuswiper {
    width: 100%;
  }
  .adv-s5-mid {
    padding-bottom: 0.5rem;
  }
  .adv-s4-mid {
    margin-bottom: 0.5rem;
  }
}
.adv-s6-kuang {
  padding-top: 1rem;
}

.adv-s6-top {
  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.8rem;
}

.adv-s6-top-div {
  width: 49.875%;
  margin-bottom: 0.2rem;
  background: #F6FAFF;
  border-radius: 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.46rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.adv-s6-top-div:hover {
  background: var(--color-link) url(../images/jsysbj.webp);
}
.adv-s6-top-div:hover .adv-ys i {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.adv-s6-top-div:hover .adv-ys p {
  color: #fff;
}
.adv-s6-top-div:hover .adv-ys-p i {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.adv-s6-top-div:hover .adv-ys-p p {
  color: #fff;
}

.adv-ys {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  white-space: nowrap;
  margin-bottom: 0.1rem;
  width: 100%;
  font-size: var(--font-size-32);
}
.adv-ys i {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 40px;
  min-height: 40px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.adv-ys p {
  display: block;
  width: -moz-calc(100% - 0.5rem);
  width: calc(100% - 0.5rem);
}

.adv-ys-p div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 0.08rem;
}
.adv-ys-p div i {
  width: 0.18rem;
  height: 0.18rem;
  min-width: 18px;
  min-height: 18px;
}
.adv-ys-p div p {
  font-family: "or", Arial, Helvetica, sans-serif;
  width: -moz-calc(100% - 0.3rem);
  width: calc(100% - 0.3rem);
  margin-left: 0.1rem;
  font-size: var(--font-size-18);
}

.adv-s6-img {
  display: block;
  font-size: 0px;
  border-radius: 0.2rem;
  overflow: hidden;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  aspect-ratio: 16/10;
  background: #F5F9FF;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.1rem;
  background: transparent;
  border: 1px solid #e6f1ff;
}
.adv-s6-img img {
  width: auto;
}

.adv-s6-div-title {
  font-size: var(--font-size-18);
  color: var(--color-666);
  margin-top: 0.2rem;
}

.adv-s6-div {
  text-align: center;
}

.adv-s6-div:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.adv-s6-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.1rem, 1fr));
  gap: 0.3rem;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .adv-s6-top-div {
    width: 100%;
    -moz-box-pack: start;
         justify-content: flex-start;
  }
}
/* 证书放大 start */
/*!
	* baguetteBox.js
	* @author  feimosi
	* @version 1.12.0
	* @url https://github.com/feimosi/baguetteBox.js
	*/
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.baguetteBox-double-bounce2 {
  -moz-animation-delay: -1s;
       animation-delay: -1s;
}
@keyframes bounce {
  0%, 100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/* 证书 end */
.sub-button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: transparent;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.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;
  border-radius: 0.1rem;
}
.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;
  border-radius: 0.1rem;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  padding-left: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 0.2rem;
}
.custom-select i {
  position: absolute;
  right: 0.1rem;
  font-size: var(--font-size-30);
}

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

.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: var(--color-link);
  color: #fff;
}

@media screen and (max-width: 500px) {
  .new-select {
    flex-wrap: wrap;
  }
  .new-select .select-k {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .custom-select {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0.2rem;
  }
  .new-select-input {
    width: 100%;
  }
}
.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;
}

.news-s1 .index-s4-newlist {
  margin-top: 0.5rem;
}

.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: var(--color-text);
}
.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);
}
.newxq-s1 .author-js a {
  color: var(--color-link);
}
.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-48);
  line-height: 1.2;
  margin-bottom: var(--font-size-30);
}
.newxq-s1 .newsxq-contact h2,
.newxq-s1 .newsxq-contact h3 {
  font-size: var(--font-size-30);
  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-link);
}
.newxq-s1 .newsxq-contact-bottom .prev i {
  font-size: var(--font-size-30);
}
.newxq-s1 .newsxq-contact-bottom .next {
  color: var(--color-text);
}
.newxq-s1 .newsxq-contact-bottom .next i {
  font-size: var(--font-size-30);
}
.newxq-s1 .newsxq-contact-bottom .news-list {
  min-width: 2.2rem;
  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);
  color: var(--color-text);
}
.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;
  margin-top: 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;
  }
}

.talent-s1 {
  margin-top: 0.9rem;
}

.talent-s1-list {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(auto-fill, minmax(5.33rem, 1fr));
  margin-bottom: 1rem;
  margin-top: 0.6rem;
}

.talent-div {
  background: #E6F1FF;
  padding: 0.6rem 0.3rem 0.3rem 0.3rem;
  cursor: pointer;
}
.talent-div .talent-title {
  color: var(--color-text);
  font-size: var(--font-size-24);
  margin-bottom: 1.5rem;
}
.talent-div .talent-xueli {
  display: inline-block;
  color: var(--color-666);
  font-size: var(--font-size-18);
  border: 1px solid var(--color-text);
  border-radius: 0.5rem;
  padding: 0.1rem 0.2rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.talent-div .talent-xueli:hover {
  background: var(--color-link);
  color: #fff;
  border-color: var(--color-link);
}

.talent-div:nth-child(2n) {
  background: var(--color-link) url(../images/zpbj.webp) no-repeat;
  background-size: cover;
}
.talent-div:nth-child(2n) .talent-title {
  color: #fff;
}
.talent-div:nth-child(2n) .talent-xueli {
  color: #fff;
  border-color: #fff;
}
.talent-div:nth-child(2n) .talent-xueli:hover {
  background: #fff;
  color: var(--color-link);
  border-color: var(--color-link);
}

/* 简历弹窗 */
.tanchuangzhiye {
  position: fixed;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%) scale(0.9);
   -ms-transform: translate(-50%, -50%) scale(0.9);
       transform: translate(-50%, -50%) scale(0.9);
  z-index: -1;
  background: #fff;
  border-radius: 0.2rem;
  opacity: 0;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  box-shadow: 0px 4px 59px 0px rgba(138, 138, 138, 0.3);
  max-height: 96vh;
  overflow: auto;
}

/* 弹出时的状态 */
.talent-div.active .tanchuangzhiye {
  opacity: 1;
  z-index: 100;
  -moz-transform: translate(-50%, -50%) scale(1);
   -ms-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

/* 背景层（点击空白关闭用） */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  z-index: 99;
}

/* 头部 */
.tanchuang-top {
  padding: 0.6rem;
  background: url(../images/zptabchuangbj.webp) no-repeat center/cover;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  border-radius: 0.2rem 0.2rem 0 0;
}

.tanchuang-right {
  font-size: var(--font-size-30);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.tanchuang-left-title {
  font-size: var(--font-size-36);
  color: #fff;
}

.tanchuang-left-text {
  font-size: var(--font-size-18);
  color: #fff;
}

/* 内容区 */
.tanchuang-bottom {
  padding: 0.5rem 0.6rem;
  overflow-y: auto;
  max-height: 74vh;
}
.tanchuang-bottom h6 {
  font-size: var(--font-size-24);
  font-family: "ob", Arial, Helvetica, sans-serif;
  font-weight: 100;
  margin-bottom: 0.1rem;
}
.tanchuang-bottom p {
  font-size: var(--font-size-18);
  color: rgba(102, 102, 102, 0.8);
  line-height: 1.6;
  font-family: "ob", Arial, Helvetica, sans-serif;
  font-weight: 100;
}

.tanchuang-bottom-div {
  margin-bottom: 0.55rem;
}

@media screen and (max-width: 768px) {
  .tanchuang-top, .tanchuang-bottom {
    padding: 0.4rem;
  }
}
.fwrx {
  font-size: var(--font-size-18);
  color: var(--color-666);
  margin-bottom: 0.28rem;
}

.fwrx-text {
  font-size: var(--font-size-24);
  color: var(--color-text);
  display: block;
}

.contact-s1-left-div {
  margin-bottom: 0.24rem;
}

.contact-s1-from-left {
  width: 33.125%;
}

.contact-s1-left-mid {
  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.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-s1-left-mid a:hover {
  color: var(--color-link);
}
.contact-s1-left-mid:last-child {
  border-bottom: 0px;
}

.contact-s1-from-right {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  z-index: 2;
  width: 54.875%;
  box-shadow: 0px 4px 72px 0px rgba(147, 147, 147, 0.3);
  border-radius: 0.2rem;
  overflow: hidden;
}
.contact-s1-from-right form {
  width: 100%;
  border-radius: 0.2rem;
  background: #FFFFFF;
  padding: 0.3rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.contact-s1-from-right form > div {
  width: 49%;
}
.contact-s1-from-right form > div p {
  height: 100%;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  background: #F6F6F6;
  border-radius: 0.2rem;
  overflow: hidden;
  padding-left: 0.36rem;
  height: 0.67rem;
  min-height: 40px;
}
.contact-s1-from-right form > div p label {
  white-space: nowrap;
}
.contact-s1-from-right form > div.tea {
  width: 100%;
}
.contact-s1-from-right form > div.tea p {
  -moz-box-align: start;
       align-items: flex-start;
  padding-top: 0.2rem;
  height: 1.57rem;
}
.contact-s1-from-right form > div.tea p textarea {
  padding-top: 0.03rem;
}
.contact-s1-from-right form input, .contact-s1-from-right form textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0px;
  outline: none;
}
.contact-s1-from-right form b {
  color: red;
}
.contact-s1-from-right .annnu-gd {
  position: relative;
}

.formtj {
  position: absolute;
  background: transparent;
  border: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0px;
  cursor: pointer;
}

.contact-s1-from {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 0.37rem;
}

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

.contact-s2-mid {
  position: relative;
  aspect-ratio: 16/6;
}
.contact-s2-mid iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button[disabled],
input[type=submit][disabled] {
  opacity: 1;
  z-index: 20;
  position: absolute;
  background-color: var(--color-link);
  cursor: not-allowed;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .contact-s1-from {
    flex-wrap: wrap;
  }
  .contact-s1-from-left, .contact-s1-from-right {
    width: 100%;
  }
  .contact-s1-from-right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-s1-left-mid {
    margin-top: 0.5rem;
  }
  .contact-s1-from-right form > div {
    width: 100%;
  }
}
.fenyebanner-mid .index-s3-gywm {
  -moz-box-pack: center;
       justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background: rgba(46, 92, 177, 0.78);
  border-radius: 0.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  z-index: 2;
}
.fenyebanner-mid .index-shuzi {
  color: #fff;
}
.fenyebanner-mid .index-shuzi span {
  color: #fff;
  font-size: 0.52rem;
}
.fenyebanner-mid .index-s3-gywm-div {
  margin-left: 1rem;
  margin-right: 1rem;
}
.fenyebanner-mid .index-s3-gywm-div:hover {
  color: #fff;
}
.fenyebanner-mid .index-s3-gywm-div:hover .index-s3-js, .fenyebanner-mid .index-s3-gywm-div:hover .index-shuzi span {
  color: #fff;
}
.fenyebanner-mid .index-s3-gywm-div:hover .index-shuzi sub {
  color: #fff;
}
.fenyebanner-mid .index-s3-js {
  font-size: var(--font-size-18);
  color: #fff;
  font-family: "or", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .index-s3-gywm-div {
    width: auto;
  }
  .fenyebanner-mid .index-shuzi span {
    font-size: 20px;
  }
  .fenyebanner-mid .index-s3-js {
    font-size: 12px;
  }
  .fenyebanner-mid .index-s3-gywm {
    -moz-box-pack: space-evenly;
         justify-content: space-evenly;
  }
  .fenyebanner-mid .index-s3-gywm-div {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
  .fenyebanner-mid.about .banner-ertitle {
    display: none;
  }
}
.aboutus-s1-text {
  font-size: var(--font-size-24);
  color: var(--color-666);
  margin-top: 0.46rem;
}
.aboutus-s1-text strong {
  color: var(--color-link);
}

.aboutus-s1-mid {
  background: #F8FBFF url(../images/aboutgsbj.webp) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.4rem;
}

.aboutus-s2-mid {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.aboutus-s2-icon {
  width: 0.7rem;
  height: 0.7rem;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background: #fff;
  padding: 0.16rem;
  box-shadow: 0px 4px 48px 0px rgba(155, 155, 155, 0.3);
  margin-bottom: 0.3rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.aboutus-s2-title {
  font-size: var(--font-size-24);
  margin-bottom: 0.16rem;
}

.aboutus-s2-text {
  font-size: var(--font-size-18);
}

.aboutus-s2-k {
  padding-left: 0.1rem;
}

.aboutus-s2-js-kuang {
  width: -moz-calc(25% - 0.2rem);
  width: calc(25% - 0.2rem);
  margin-bottom: 0.4rem;
}

.aboutus-s2-icon-mid {
  position: relative;
}

.aboutus-s2-icon-bj {
  font-size: 0px;
  width: 76%;
  top: 0.4rem;
  right: 0px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
}

.aboutus-s2-js {
  display: -moz-box;
  display: flex;
  gap: 0.2rem;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.aboutus-s2-js-kuang:hover .aboutus-s2-icon {
  background: var(--color-link);
}
.aboutus-s2-js-kuang:hover .aboutus-s2-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.aboutus-s2-js-kuang:hover .aboutus-s2-title {
  color: var(--color-link);
}

@media screen and (max-width: 991px) {
  .aboutus-s2-js {
    gap: 0px;
  }
  .aboutus-s2-js-kuang {
    width: 49%;
  }
  .aboutus-s1-mid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .aboutus-s2-icon-bj {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .aboutus-s2-js-kuang {
    width: 100%;
    text-align: center;
  }
  .aboutus-s2-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.fzlc-img {
  font-size: 0px;
  border-radius: 0.2rem;
  margin-right: 1.2rem;
  overflow: hidden;
  width: 42.5%;
}
.fzlc-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.fzlc-right {
  width: 48.125%;
}

.fzlc-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.fzlc-time {
  font-size: 0.72rem;
  color: var(--color-link);
  font-family: "ob", Arial, Helvetica, sans-serif;
}

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

.neirongswiper {
  margin-top: 1rem;
}

.nfswiper {
  padding-top: 0.9rem;
  padding-left: 8%;
  position: relative;
}
.nfswiper .swiper-slide {
  cursor: pointer;
}
.nfswiper::before {
  content: "";
  position: absolute;
  top: 0.98rem;
  left: 0px;
  width: 100%;
  height: 3px;
  background: rgba(46, 92, 177, 0.12);
}

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

.nfswiper-quan span {
  position: relative;
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  min-width: 18px;
  min-height: 18px;
  background: rgba(46, 92, 177, 0.31);
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
}

.nfswiper-quan span::after {
  position: absolute;
  width: 0.18rem;
  height: 0.18rem;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  content: "";
  top: 0;
  right: 0;
  background: rgba(2, 69, 150, 0.4);
  z-index: 1;
}

@-moz-keyframes fzlc {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -moz-transform: scale(2);
         transform: scale(2);
    opacity: 0;
  }
}

@keyframes fzlc {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -moz-transform: scale(2);
         transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes fzlc2 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -moz-transform: scale(4);
         transform: scale(4);
    opacity: 0;
  }
}
@keyframes fzlc2 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -moz-transform: scale(4);
         transform: scale(4);
    opacity: 0;
  }
}
.swiper-slide-thumb-active .nfswiper-quan span {
  background: var(--color-link);
}
.swiper-slide-thumb-active .nfswiper-quan span::before {
  -moz-animation: fzlc 2s infinite;
       animation: fzlc 2s infinite;
}
.swiper-slide-thumb-active .nfswiper-quan span::after {
  -moz-animation: fzlc2 2s infinite;
       animation: fzlc2 2s infinite;
}

.aboutus-s3-mid {
  background: url(../images/zhengcheng.webp) no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .nfswiper::before {
    top: 1.05rem;
  }
}
@media screen and (max-width: 768px) {
  .fzlc-kuang {
    flex-wrap: wrap;
  }
  .fzlc-img {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .fzlc-right {
    width: 100%;
    margin-top: 0.2rem;
  }
  .fzlc-time {
    font-size: 0.5rem;
  }
}
.about-ditu .adv-s4-mid {
  margin-top: 1.3rem;
}

.proxq-s1-mid {
  padding-top: 0.9rem;
}

.proxq-s1-kuang-top {
  border-bottom: 2px solid #D8D8D8;
  padding-bottom: 0.5rem;
}
.proxq-s1-kuang-top h1 {
  font-size: var(--font-size-48);
  font-weight: 100;
  margin-bottom: 0.06rem;
}
.proxq-s1-kuang-top .proxq-h1-js {
  font-size: var(--font-size-24);
}

.proxq-js-title {
  font-size: var(--font-size-48);
  margin-bottom: 0.1rem;
  color: #222;
}

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

.proxq-s1-kuang-bottom {
  padding-top: 0.44rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-bottom: 0.44rem;
}

.proxq-s1-kuang-bottom-left {
  width: 74.375%;
}
.proxq-s1-kuang-bottom-left div:last-child {
  border-bottom: 0px;
}

.proxq-s1-kuang-bottom-right {
  width: 22.5%;
  position: -webkit-sticky;
  position: sticky;
  top: 1.2rem;
  z-index: 2;
}

.proxq-js-logo {
  margin-top: 0.3rem;
  display: grid;
  gap: 0.24rem;
  grid-template-columns: repeat(auto-fill, minmax(1.48rem, 1fr));
}
.proxq-js-logo p {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px 0px rgba(182, 182, 182, 0.3);
  border-radius: 0.2rem;
  overflow: hidden;
  aspect-ratio: 16/10;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 2px;
}
.proxq-js-logo p img {
  width: auto;
}

.anlikehu {
  font-size: var(--font-size-18);
  color: #666;
  margin-top: 0.26rem;
  margin-bottom: 0.26rem;
  font-family: "ob", Arial, Helvetica, sans-serif;
}

.proxq-s1-bottom-s1 {
  border-bottom: 2px solid #D8D8D8;
}

.proxq-s1-bottom-s2 {
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #D8D8D8;
}

.proxq-js-img {
  font-size: 0px;
}

.proxq-s1-bottom-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.88rem, 1fr));
  gap: 0.14rem;
}

.proxq-cptd-icon {
  width: 0.7rem;
  min-width: 40px;
  min-height: 40px;
  height: 0.7rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(134, 134, 134, 0.3);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.04rem;
}
.proxq-cptd-icon img {
  width: auto;
}

.proxq-s1-bottom-list-kuang {
  background: #F5F9FF;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.5rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.proxq-s1-bottom-list-kuang::before {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 80%;
  background: #fff;
  height: 0px;
  bottom: 0px;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.proxq-s1-bottom-list-kuang:hover {
  background: #024596;
}
.proxq-s1-bottom-list-kuang:hover .proxq-list-title, .proxq-s1-bottom-list-kuang:hover .proxq-list-text {
  color: #fff;
}
.proxq-s1-bottom-list-kuang:hover::before {
  height: 0.04rem;
}

.proxq-list-kuang-right {
  width: 3.5rem;
}

.proxq-list-title {
  font-size: var(--font-size-24);
  color: #222;
  font-family: "ob", Arial, Helvetica, sans-serif;
  margin-bottom: 0.18rem;
}

.proxq-list-text {
  font-size: var(--font-size-18);
  color: #666;
  font-family: "or", Arial, Helvetica, sans-serif;
}

.proxq-s1-bottom-s3 {
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #D8D8D8;
}
.proxq-s1-bottom-s3 .proxq-s1-bottom-list {
  margin-top: 0.3rem;
}

.proxq-s1-bottom-s4 {
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #D8D8D8;
}

.proxq-s1-anli-list {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.65rem, 1fr));
  gap: 0.15rem;
}

.proxq-s1-anli-img {
  font-size: 0px;
  margin-bottom: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
  overflow: hidden;
}

.proxq-s1-anli-kuang:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.proxq-s1-bottom-s5 {
  padding-top: 0.7rem;
}

.proxq-s1-bottom-s5-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.8rem, 1fr));
  gap: 0.12rem;
}

@media screen and (max-width: 991px) {
  .proxq-list-kuang-right {
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}
.proxq-s1-kuang-bottom-right-top a {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  display: block;
  font-size: var(--font-size-24);
  color: #666;
  background: transparent;
  position: relative;
  text-align: center;
}
.proxq-s1-kuang-bottom-right-top a:hover, .proxq-s1-kuang-bottom-right-top a.active {
  color: #222222;
  background: #E6F1FF;
}
.proxq-s1-kuang-bottom-right-top a:hover::before, .proxq-s1-kuang-bottom-right-top a.active::before {
  width: 0.08rem;
  background: #2E5CB1;
}
.proxq-s1-kuang-bottom-right-top a::before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  width: 0px;
  height: 100%;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.proxq-s1-kuang-bottom-right-contact {
  background: #F4F8FE;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: 0.4rem;
}

.proxq-s1-right-kefu {
  padding: 0.2rem;
}
.proxq-s1-right-kefu .footer-kuang-title {
  color: #222;
  font-family: "ob", Arial, Helvetica, sans-serif;
}
.proxq-s1-right-kefu .footer-kuang-div i {
  font-weight: bold;
}

.proxq-s1-kuang-right-title {
  font-size: var(--font-size-24);
  font-family: "ob", Arial, Helvetica, sans-serif;
  color: #222;
  margin-bottom: 0.2rem;
}
.proxq-s1-kuang-right-title p {
  color: #222;
}

.proxq-s1-bottom-s5 {
  border-bottom: 2px solid #D8D8D8;
  padding-bottom: 0.6rem;
}
.proxq-s1-bottom-s5 table {
  margin-top: 0.2rem;
}
.proxq-s1-bottom-s5 table tr td {
  padding: 0.14rem 0.5rem;
  color: #666666;
  line-height: 1.2;
  font-size: var(--font-size-18);
}
.proxq-s1-bottom-s5 table tr:nth-child(n) td {
  background: #F0F0F0;
}
.proxq-s1-bottom-s5 table tr:nth-child(n) td:nth-child(2) {
  white-space: nowrap;
}
.proxq-s1-bottom-s5 table tr:nth-child(2n) td {
  background: #FAFAFA;
}
.proxq-s1-bottom-s5 table tr:first-child td {
  background: #2E5CB1;
  color: #fff;
  font-size: var(--font-size-24);
}

.proxq-s1-kuang-right-img {
  font-size: 0px;
}

@media screen and (max-width: 991px) {
  .proxq-s1-right-kefu .footer-kuang-content {
    -moz-box-pack: start;
         justify-content: flex-start;
  }
  .proxq-s1-kuang-bottom {
    flex-wrap: wrap;
  }
  .proxq-s1-kuang-bottom-left {
    width: 100%;
  }
  .proxq-s1-kuang-bottom-right {
    width: 100%;
  }
  .proxq-s1-kuang-bottom-right .proxq-s1-kuang-bottom-right-top {
    display: none;
  }
  .proxq-s1-kuang-bottom-right-contact {
    max-width: 500px;
    margin: auto;
  }
  .proxq-s1-mid {
    padding-top: 0.5rem;
  }
}
.adv-hxys-kk {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
}

.hxys-img {
  display: block;
  font-size: 0px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.hxys-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hxysswiper .swiper-slide {
  border-radius: 50%;
  border: 9px solid rgba(2, 69, 150, 0.16);
}

.adv-hxys-kk-center {
  width: 31.25%;
  padding: 0.6rem;
  background-size: cover;
  position: relative;
}
.adv-hxys-kk-center::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/hxysbj.webp) no-repeat;
  background-size: cover;
  -moz-animation: zhuanquan 10s linear infinite;
       animation: zhuanquan 10s linear infinite;
}

@-moz-keyframes zhuanquan {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes zhuanquan {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.adv-hxys-left-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: end;
       justify-content: flex-end;
  margin-bottom: 0.7rem;
}
.adv-hxys-left-div:last-child {
  margin-bottom: 0px;
}
.adv-hxys-left-div:hover .adv-hxys-icon {
  background: var(--color-link);
}
.adv-hxys-left-div:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.adv-hxys-kk-right .adv-hxys-left-div {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

.adv-hxys-icon {
  width: 1rem;
  height: 1rem;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  border: 1px dashed #2E5CB1;
  padding: 0.1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.adv-hxys-icon img {
  width: auto;
}

.hxys-title {
  font-size: var(--font-size-24);
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  color: #222;
}

.left100 {
  margin-right: 1rem;
}

.left80 {
  margin-right: 0.8rem;
}

.adv-hxys-kk-right .left100 {
  margin-left: 1rem;
  margin-right: 0px;
}
.adv-hxys-kk-right .left80 {
  margin-left: 0.8rem;
  margin-right: 0px;
}

@media screen and (max-width: 991px) {
  .adv-hxys-kk {
    flex-wrap: wrap;
    position: relative;
    -moz-box-align: start;
         align-items: flex-start;
    padding-top: 320px;
    -moz-box-pack: justify;
         justify-content: space-between;
    text-align: center;
  }
  .adv-hxys-kk-left {
    width: 48%;
  }
  .adv-hxys-kk-right {
    width: 48%;
  }
  .adv-hxys-kk-center {
    width: 320px;
    height: 320px;
    position: absolute;
    left: 50%;
    top: 0px;
    -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  .left100, .left80 {
    margin-left: 0px;
    margin-right: 0rem;
  }
  .adv-hxys-kk-right .left100,
  .adv-hxys-kk-right .left80 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .adv-hxys-left-div {
    flex-wrap: wrap;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .adv-hxys-kk-right .adv-hxys-left-div {
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .adv-ys {
    flex-wrap: wrap;
    white-space: unset;
  }
}
.adv-fwzc-mid {
  background-color: #F6FAFF;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.adv-fwzc-mid .adv-fwzc-list {
  margin-top: 0.6rem;
}

.adv-fwzc-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.88rem, 1fr));
  gap: 0.14rem;
}

.adv-fwzc-img {
  width: 0.7rem;
  height: 0.7rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-bottom: 0.4rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #2E5CB1;
}
.adv-fwzc-img img {
  width: auto;
}

.adv-fwzc-k-title {
  font-size: var(--font-size-24);
  color: #222;
  margin-bottom: 0.2rem;
}

.adv-fwzc-k-text {
  font-size: var(--font-size-18);
  color: #666;
  font-family: "or", Arial, Helvetica, sans-serif;
}

.adv-fwzc-k {
  padding: 0.2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.45rem;
  border-radius: 0.2rem;
  overflow: hidden;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  background: #FFFFFF;
  position: relative;
}
.adv-fwzc-k:hover {
  background: var(--color-link);
}
.adv-fwzc-k:hover .adv-fwzc-k-title, .adv-fwzc-k:hover .adv-fwzc-k-text {
  color: #fff;
}
.adv-fwzc-k:hover::before {
  height: 0.04rem;
  min-height: 4px;
}
.adv-fwzc-k::before {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 70%;
  height: 0px;
  background: #fff;
  bottom: 0px;
  -moz-transition: all 1s;
  transition: all 1s;
}

.tabchuang-mid .contact-s1-from-right {
  width: 100%;
  box-shadow: unset;
  padding: 0px;
}
.tabchuang-mid .contact-s1-from-right form {
  padding: 0px;
}

.tabchuang-mid {
  max-width: 800px;
}

.scroll-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding: 16px 0;
  /* 鼠标悬浮时暂停动画 */
}
.scroll-wrapper .ul {
  display: -moz-box;
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.scroll-wrapper .ul .li {
  -moz-box-flex: 0;
       flex: 0 0 auto;
  width: 1.36rem;
  height: 1.36rem;
  min-width: 80px;
  min-height: 80px;
  margin-right: 0.26rem;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 4px 28px 0px rgba(191, 191, 191, 0.3);
  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;
  padding: 0.1rem;
}
.scroll-wrapper .ul .li img {
  width: auto;
  height: auto;
}
.scroll-wrapper .ul .li:hover {
  -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
       transform: translateY(-10px);
}
.scroll-wrapper .ul .li:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.scroll-wrapper .scroll-left {
  -moz-animation: scroll-left 30s linear infinite;
       animation: scroll-left 30s linear infinite;
}
.scroll-wrapper .scroll-right {
  -moz-animation: scroll-right 30s linear infinite;
       animation: scroll-right 30s linear infinite;
}
.scroll-wrapper .scroll-left:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
.scroll-wrapper .scroll-right:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}
@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}

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

.adv-zhengshumid {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: space-evenly;
       justify-content: space-evenly;
  text-align: center;
  gap: 0.3rem;
  margin-top: 0.4rem;
  font-size: var(--font-size-20);
}
.adv-zhengshumid .adv-zs-math {
  font-size: 0.6rem;
  color: var(--color-primary);
}

.adv-s5-mid {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .adv-zhengshumid {
    font-size: var(--font-size-16);
  }
}
.scroll-title {
  font-size: var(--font-size-30);
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
}
.scroll-title:first-child {
  margin-top: 0px;
}

.index-s3 {
  overflow: hidden;
}

.index-s3-mid {
  position: relative;
}

.index-s3-gywm-imgbig {
  position: absolute;
  left: 44%;
  top: 50%;
  -moz-transform: translateX(-50%, -50%);
   -ms-transform: translateX(-50%, -50%);
       transform: translateX(-50%, -50%);
  width: 2.3rem;
  height: 2.3rem;
}

.prpo-s1-kuang {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 1080px) {
  .m-muban-mid-right > ul > li > a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 520px) {
  .m-muban-mid-logo span {
    display: none;
  }
}
/* 2025/12/18 start */
@media screen and (max-width: 1440px) {
  .m-muban-mid-right > ul > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1180px) {
  .m-muban-mid-right > ul > li > a {
    font-size: 14px;
  }
}
.index-hzal-div-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
}

.hzalswiper .swiper-scrollbar {
  opacity: 1 !important;
}
.hzalswiper .swiper-scrollbar-drag {
  background: var(--color-vi);
}

/* 2025/12/18 end */
/* 2025/12/22 start */
.proxq-s1-kuang-bottom-right .pro-s1-left {
  width: 100%;
  padding-top: 0px;
  padding-left: 0px;
}
.proxq-s1-kuang-bottom-right .pro-s1-left-nav {
  padding-top: 0px;
}

.proxq-s1-kuang-bottom {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}

.adv-hxys-kk-bottom .adv-hxys-left-div {
  flex-wrap: wrap;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
       flex-flow: column-reverse;
}
.adv-hxys-kk-bottom .hxys-title {
  width: 100%;
  margin-top: 0.1rem;
}

.adv-hxys-kk {
  margin-bottom: 0px;
}

.adv-hxys-mid {
  padding-bottom: 0.6rem;
  margin-bottom: 0.4rem;
  padding-top: 0.4rem;
  background: #F6FAFF;
}

@media screen and (max-width: 991px) {
  .adv-hxys-kk-bottom {
    margin-top: 20px;
  }
}
.adv-s6-img:hover {
  box-shadow: 0px 2px 10px 1px rgba(46, 92, 177, 0.4);
}

.banner-biaoti {
  font-size: var(--font-size-18);
  color: #222;
  display: block;
  margin-left: 8px;
}

/* 2025/12/22 end */
.app-s3 .index-s2-mid {
  background: #fff;
}

.index-s2 .index-s2-mid {
  background: #fff;
}