@charset "UTF-8";

/* @font-face {
  font-family: "montserratregular";
  src: url("./fonts/montserrat-regular-8-webfont.woff2") format("woff2"),
    url("./fonts/montserrat-regular-8-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.en {
  font-family: "montserratregular";
} */
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.simple-form-basic,
.simple-text,
.simple-textarea,
.simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}

.simple-form-basic:focus,
.simple-text:focus,
.simple-textarea:focus,
.simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}

.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 1.6;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  outline: 0;
  /* 2 */
}

a:hover {
  color: #0c858d;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: "courier new", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light",
    "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular",
    "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5,
h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(0,0,0,0.3);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0,0,0,0.3);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0,0,0,0.3);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3);
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/* 2023-03-02 袁阳网站适配重新调整*/
html {
  font-size: 2.084vw !important;
}

@media (max-width: 1481px) {
  /* html {
    font-size: 2.5vw !important;
  } */
}

@media (max-width: 996px) {
  html {
    font-size: 34px !important;
  }
}

::-moz-selection {
  background: #0c858d;
  color: #fff;
}

::selection {
  background: #0c858d;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #0c858d;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #0c858d;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #0c858d;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
}

.tit-13 {
  font-size: 13px;
}

.tit-14 {
  font-size: 0.35rem;
}

.tit-15 {
  font-size: 0.4rem;
}

.tit-16 {
  font-size: 0.4rem;
}

.tit-17 {
  font-size: 0.4rem;
}

.tit-18 {
  font-size: 0.45rem;
}

.tit-19 {
  font-size: 0.475rem;
}

.tit-20 {
  font-size: 0.5rem;
}

.tit-21 {
  font-size: 0.525rem;
}

.tit-22 {
  font-size: 0.55rem;
}

.tit-23 {
  font-size: 0.575rem;
}

.tit-24 {
  font-size: 0.6rem;
}

.tit-25 {
  font-size: 0.625rem;
}

.tit-26 {
  font-size: 0.65rem;
}

.tit-27 {
  font-size: 0.675rem;
}

.tit-28 {
  font-size: 0.7rem;
}

.tit-29 {
  font-size: 0.725rem;
}

.tit-30 {
  font-size: 0.75rem;
}

.tit-31 {
  font-size: 0.775rem;
}

.tit-32 {
  font-size: 0.8rem;
}

.tit-33 {
  font-size: 0.825rem;
}

.tit-34 {
  font-size: 0.85rem;
}

.tit-35 {
  font-size: 0.875rem;
}

.tit-36 {
  font-size: 0.9rem;
}

.tit-37 {
  font-size: 0.925rem;
}

.tit-38 {
  font-size: 0.95rem;
}

.tit-39 {
  font-size: 0.975rem;
}

.tit-40 {
  font-size: 1rem;
}

.tit-41 {
  font-size: 1.025rem;
}

.tit-42 {
  font-size: 1.05rem;
}

.tit-43 {
  font-size: 1.075rem;
}

.tit-44 {
  font-size: 1.1rem;
}

.tit-45 {
  font-size: 1.125rem;
}

.tit-46 {
  font-size: 1.15rem;
}

.tit-47 {
  font-size: 1.175rem;
}

.tit-48 {
  font-size: 1.2rem;
}

.tit-49 {
  font-size: 1.225rem;
}

.tit-50 {
  font-size: 1.25rem;
}

.tit-51 {
  font-size: 1.275rem;
}

.tit-52 {
  font-size: 1.3rem;
}

.tit-53 {
  font-size: 1.325rem;
}

.tit-54 {
  font-size: 1.35rem;
}

.tit-55 {
  font-size: 1.375rem;
}

.tit-56 {
  font-size: 1.4rem;
}

.tit-57 {
  font-size: 1.425rem;
}

.tit-58 {
  font-size: 1.45rem;
}

.tit-59 {
  font-size: 1.475rem;
}

.tit-60 {
  font-size: 1.5rem;
}

.tit-61 {
  font-size: 1.525rem;
}

.tit-62 {
  font-size: 1.55rem;
}

.tit-63 {
  font-size: 1.575rem;
}

.tit-64 {
  font-size: 1.6rem;
}

.tit-65 {
  font-size: 1.625rem;
}

.tit-66 {
  font-size: 1.65rem;
}

.tit-67 {
  font-size: 1.675rem;
}

.tit-68 {
  font-size: 1.7rem;
}

.tit-69 {
  font-size: 1.725rem;
}

.tit-70 {
  font-size: 1.75rem;
}

.tit-71 {
  font-size: 1.775rem;
}

.tit-72 {
  font-size: 1.8rem;
}

.tit-73 {
  font-size: 1.825rem;
}

.tit-74 {
  font-size: 1.85rem;
}

.tit-75 {
  font-size: 1.875rem;
}

.tit-76 {
  font-size: 1.9rem;
}

.tit-77 {
  font-size: 1.925rem;
}

.tit-78 {
  font-size: 1.95rem;
}

.tit-79 {
  font-size: 1.975rem;
}

.tit-80 {
  font-size: 2rem;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 1rem 0 0;
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #333;

  margin: 0 0.65rem;
  font-size: 0.425rem;
  display: block;
  float: left;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  border-bottom: 3px solid transparent;
  line-height: 1.5;
}

.page a.active {
  border-bottom: 3px solid #0c858d;
  color: #0c858d;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  display: inline-block;

  color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #0c858d;

  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  -webkit-animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out 0.5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top 0.6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img 0.6s;
  animation: tt_palx_img 0.6s;
}

@-webkit-keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@-webkit-keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@-webkit-keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_out_in {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes fade_out_in {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.a-del1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.a-del2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.a-del3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.a-del4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.a-del5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.a-del6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.a-del7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.a-del8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.a-del9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.a-del10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.a-dur1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.a-dur2 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.a-dur3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.a-dur4 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.a-dur5 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.a-dur6 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.a-dur7 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.a-dur8 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.a-dur9 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.a-dur10 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.a-dur11 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.a-dur12 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.a-dur13 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.a-dur14 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.a-dur15 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.a-dur16 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.a-dur17 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.a-dur18 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.t-del1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.t-del2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t-del3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.t-del4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.t-del5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.t-del6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.t-del7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.t-del8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.t-del9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.t-del10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #a96b41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/

/*# sourceMappingURL=boc_reset.css.map */

.wr {
  width: 100%;
  position: relative;
}

.lh1 {
  line-height: 1;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.fc {
  display: flex;
  align-items: center;
}

.fcb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fs {
  display: flex;
  align-items: start;
}

.fsb {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.view {
  width: 100%;
  padding: 0 3.625rem;
}
header .pc-header {
  padding: 0 0.85rem;
  height: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .pc-header .left-box {
  height: 100%;
}
header .pc-header .logo {
  display: inline-block;
  line-height: 1;
}
header .pc-header .logo svg {
  height: 1.125rem;
  fill: #fff;
}

header .pc-header .nav-list {
  margin-left: 3.175rem;
  height: 100%;
}
header .pc-header .nav-list .li {
  margin-right: 1.65rem;
  height: 100%;
}
header .pc-header .nav-list .li a {
  color: #fff;
}

header .pc-header .seach-box {
  width: 173px;
  height: 35px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0 14px;
}
header .pc-header .seach-box form {
  height: 100%;
  width: 100%;
}
header .pc-header .seach-box .lab-selet {
  font-size: 13px;
  color: #fff;
  position: relative;
}
header .pc-header .seach-box .lab-selet .tit {
  position: relative;
  height: 100%;
  white-space: nowrap;
}
header .pc-header .seach-box .lab-selet .tit svg {
  width: 7px;
  fill: #fff;
  margin-left: 0.1rem;
}
header .pc-header .seach-box .lab-selet .hide-box {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 0.1rem;
  cursor: pointer;
}
header .pc-header .seach-box input {
  background-color: transparent;
  width: 56%;
  font-size: 13px;
  color: #fff;
  margin-left: 0.2rem;
}
header .pc-header .seach-box .icon {
  width: 18px;
  fill: #fff;
  cursor: pointer;
}
.f500 {
  font-weight: 500;
}
.news-a {
  padding: 2.5rem 0;
  padding-bottom: 3.35rem;
}
.seac-box {
  width: 15.25rem;
  margin: 0 auto;
}
.news-seach-box {
  margin-top: 0.95rem;
  width: 100%;
  height: 1.55rem;
  background: #21a3b1;
  border-radius: 0.775rem;
  padding: 0 0.9rem;
}
.news-seach-box input {
  width: 60%;
  background-color: transparent;
  font-size: 0.4rem;
  color: #fff;
}
.news-seach-box .icon {
  cursor: pointer;
  width: 0.6rem;
  fill: #fff;
}
.hot-word {
  margin-top: 0.5rem;
  padding-left: 0.7rem;
}
.hot-word span {
  cursor: pointer;
}
.hot-word span:hover {
  color: #0c858d;
}

.news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.625rem;
}
.news-list .li {
  width: calc((100% - 3.25rem) / 3);
  margin-right: 1.625rem;
  display: block;
  margin-bottom: 1.55rem;
}
.news-list .li:nth-child(3n) {
  margin-right: 0;
}

.news-list .li .img {
  width: 100%;
  height: 8rem;
  overflow: hidden;
}

.of {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .li:hover .img img {
  transform: scale(1.02);
}

.news-list .li .txt {
  width: 100%;
  padding: 0.8rem 0.925rem;
  background-color: rgba(242, 242, 242, 0.5);
}
.news-list .li .txt .t1 {
  line-height: 1;
  color: rgba(153, 153, 153, 1);

}
.news-list .li .txt .t2 {
  line-height: 0.85rem;
  margin-top: 0.375rem;
    height: 1.75rem;
    overflow: hidden;
}
.news-list .li .txt .t3 {
  margin-top: 0.5rem;
  color: #21a3b1;
  font-weight: 500;
}
footer {
  z-index: 3;
}
.footer-top {
  background-image: url(../img/5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  height: 14.625rem;
}

.footer-top .left-box {
  width: 66.2%;
  padding: 2.725rem 1.525rem;

  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top .f-nav-list .li {
  margin-right: 2.5rem;
}
.footer-top .f-nav-list .li a {
  color: #fff;
  display: block;
}
.footer-top .f-nav-list .li .sub-nav {
  margin-top: 0.625rem;
}

.footer-top .f-nav-list .li .sub-nav a {
  color: #ccc;
  line-height: 2;
  font-size: 0.35rem;
  transition: all 0.5s;
}
.footer-top .f-nav-list .li .sub-nav a:hover {
  color: #fff;
}
.footer-top .right-box {
  width: 32.8%;
  padding: 2.6rem 1.5rem;
  padding-left: 2rem;
}
.footer-top .right-box .logo {
  display: block;
}
.footer-top .right-box .logo svg {
  height: 1.125rem;
  fill: #fff;
}
.footer-top .t1 {
  margin-top: 1.9rem;
  flex-wrap: wrap;
}
.footer-top .t1 .li {
  width: 50%;
}
.footer-top .t1 .li .t {
  color: #808080;
}
.footer-top .t1 .share {
  margin-top: 1.85rem;
}

.footer-top .t1 .share .sharelist {
  margin-top: 0.5rem;
}
.footer-top .t1 .share .sharelist a {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.75);
  position: relative;
  margin-right: 0.25rem;
}
.footer-top .t1 .share .sharelist a svg {
  fill: #fff;
}
.footer-top .t1 .share .sharelist a .ewm-box {
  width: 2rem;
  height: auto;
  padding: 0.2rem;
  border-radius: 0.2rem;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%) translateY(20%);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.footer-top .t1 .share .sharelist a:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}
.footer-bot {
  padding: 0.825rem 1.35rem;
  background-color: #002222;
  line-height: 1;
}

.footer-bot a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  margin-left: 0.2rem;
}
.footer-bot a:hover {
  color: #0c858d;
}

header .pc-header .nav-list .li a {
  transition: all 0.2s;
  font-size: 16px;
}
header .pc-header .nav-list .li a:hover {
  color: #0c858d !important;
}
header.scroll_cur .pc-header {
  background-color: #fff;
}
header.scroll_cur .pc-header .logo svg {
  fill: #0c858d;
}
header.scroll_cur .pc-header .nav-list .li a {
  color: #333;
}
header.scroll_cur .pc-header .seach-box {
  background-color: rgba(51, 51, 51, 0.05);
}
header.scroll_cur .pc-header .seach-box .lab-selet {
  color: #0c858d;
}
header.scroll_cur .pc-header .seach-box .lab-selet .tit svg {
  fill: #0c858d;
}
header.scroll_cur .pc-header .seach-box .icon {
  fill: #000;
}
header.scroll_cur .pc-header .seach-box input {
  color: #333;
}

header.hover_cur .pc-header {
  background-color: #fff;
}
header.hover_cur .pc-header .logo svg {
  fill: #0c858d;
}
header.hover_cur .pc-header .nav-list .li a {
  color: #333;
}
header.hover_cur .pc-header .seach-box {
  background-color: rgba(51, 51, 51, 0.05);
}
header.hover_cur .pc-header .seach-box .lab-selet {
  color: #0c858d;
}
header.hover_cur .pc-header .seach-box .lab-selet .tit svg {
  fill: #0c858d;
}
header.hover_cur .pc-header .seach-box .icon {
  fill: #000;
}
header.hover_cur .pc-header .seach-box input {
  color: #333;
}

.news-list2 {
  width: 100%;

  margin-top: 1.625rem;
}
.news-list2 .li {
  display: flex;
  width: 100%;

  padding: 1.15rem 0;
  border-top: 1px solid #f2f2f2;
}
.news-list2 .li:last-child {
  border-bottom: 1px solid #f2f2f2;
}

.news-list2 .li .img {
  width: 10.55rem;
  height: 6.75rem;
  overflow: hidden;
}

.news-list2 .li:hover .img img {
  transform: scale(1.02);
}

.news-list2 .li .txt {
  width: calc(100% - 10.55rem);
  padding: 0.8rem 1rem;
}
.news-list2 .li .txt .t1 {
  line-height: 1;
  color: rgba(153, 153, 153, 1);
}
.news-list2 .li .txt .t2 {
  line-height: 0.85rem;
  margin-top: 0.375rem;
}
.news-list2 .li .txt .t3 {
  margin-top: 1rem;
  color: #21a3b1;
  font-weight: 500;
}

.news-list2 .li .txt .t4 {
  margin-top: 0.7rem;
  color: #333;
}

.headerfix {
  height: 2.5rem;
}

header.info .pc-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.info .pc-header .logo svg {
  fill: #0c858d;
}
header.info .pc-header .nav-list .li a {
  color: #333;
}
header.info .pc-header .seach-box {
  background-color: rgba(51, 51, 51, 0.05);
}
header.info .pc-header .seach-box .lab-selet {
  color: #0c858d;
}
header.info .pc-header .seach-box .lab-selet .tit svg {
  fill: #0c858d;
}
header.info .pc-header .seach-box .icon {
  fill: #000;
}
header.info .pc-header .seach-box input {
  color: #333;
}

.mbx {
  height: 1.65rem;
  background: #f2f2f2;
  padding: 0 3.6rem;
  color: #666666;
}

.mbx a {
  color: #999;
}
.mbx a:hover {
  color: #0c858d;
}
.news-info {
  padding: 2.3rem 3.6rem;
}

.news-info .content {
  width: 29rem;
}

.news-info .content .t1 {
  color: #000000;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
  padding: 0 2.5rem;
}
.news-info .content .t2 {
  margin-top: 1rem;
  align-items: center;
  justify-content: center;
}
.news-info .content .t2 svg {
  width: 14px;
  margin-right: 0.2rem;
}

.news-info .info-cont {
  padding-top: 1.5rem;
  margin-top: 1.125rem;
  border-top: 1px solid rgba(38, 47, 63, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid rgba(38, 47, 63, 0.1);
}
.news-info .info-cont img {
  display: inline-block;
}
.news-info .info-bot a {
  display: block;
  line-height: 2;
}
.news-info .info-bot a span {
  color: #cccccc;
}
.news-info .info-bot .renter {
  display: block;
  width: 1.075rem;
  height: 1.075rem;
  border-radius: 50%;
  background: radial-gradient(0% 0% at 0% 0%, #37919b 0%, #4bc5d3 100%);
  position: relative;
}
.news-info .info-bot .renter svg {
  width: 0.45rem;
  fill: #fff;
}
.news-info .info-bot .renter:hover {
  background-color: #0c858d;
}
.news-info .right-box {
  background: #f4f4f4;
  width: 10.5rem;
  padding: 1.125rem;
  margin-top: 1.1rem;
}

.news-info .right-box .t1 {
  color: #0c858d;
}

.news-info .right-box .list .li {
  display: block;
  border-bottom: 1px solid rgba(38, 47, 63, 0.1);
  padding: 0.825rem 0.5rem;
  height: 2.5rem;
  line-height: 1.4;
  position: relative;
}
.news-info .right-box .list .li::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #0c858d;
  position: absolute;
  left: 0;
  top: 0.4rem;
  top: 41%;
}
.news-info .right-box .list .li:last-child {
  border-bottom: 0;
}
.mbx span {
  color: #ff0000;
}
.mbx.n span {
  color: #0c858d;
}
.p-seach {
  padding: 1.425rem 8.3rem;
  padding-bottom: 2.7rem;
}
.ps-list {
  display: flex;
  flex-wrap: wrap;
}
.ps-list .li {
  display: block;
  width: calc((100% - 1.1rem) / 3);
  margin-right: 0.55rem;
  margin-bottom: 1.75rem;
}
.ps-list .li:nth-child(3n) {
  margin-right: 0;
}

.ps-list .li .img {
  width: 100%;
  height: 10rem;
  background: #f4f4f4;
  position: relative;
}

.ps-list .li .img img {
  transition: all 0.5s;
  width: 20%;
}
.ps-list .li .img:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ps-list .li .t1 {
  margin-top: 0.75rem;
  line-height: 1;
  font-weight: 500;
}
.ps-list .li .t2 {
  color: #0c858d;
  line-height: 1.3;
  margin-top: 0.15rem;
}
.ps-list .li .t3 {
  color: #666;
  margin-top: 0.3rem;
}
.show-more {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 1rem;
  color: #0c858d;
}
.show-more .icon {
  width: 0.45rem;
  fill: #0c858d;
  transition: all 0.5s;
}
.show-more:hover .icon {
  transform: translateX(8px);
}
.new-search {
  padding: 0 3.55rem;
  padding-bottom: 2.875rem;
}
.nnv-container {
  overflow: hidden;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
}

.nnv-container .swiper-slide {
  display: block;
  width: auto;

  padding: 0.375rem 0.625rem;
  padding-top: 0.925rem;
  display: block;
}

.nnv-container .swiper-slide.on {
  color: #0c858d;
  border-bottom: 4px solid #0c858d;
}

.snews-list .news-list2 .li {
  padding: 0;
  margin-bottom: 0.325rem;
}
.snews-list .news-list2 {
  margin-top: 1rem;
}
.snews-list .news-list2 .li {
  border-top: 0 solid #000;
}
.snews-list .news-list2 .li .img {
  width: 6.225rem;
  height: 4rem;
}
.snews-list .news-list2 .li .txt {
  width: calc(100% - 6.22rem - 0.925rem);
  padding: 0;
  margin-left: 0.925rem;
  padding-top: 0.3rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.snews-list .news-list2 .li:last-child {
  border-bottom: 0;
}

.contact {
  padding: 2.8rem 0;
}
.contact .line {
  width: 100%;
  background: #000000;
  margin-top: 0.75rem;
  opacity: 0.1 !important;
  height: 1px;
}

.contact-img {
  margin-top: 1.125rem;
  height: 13.05rem;
  position: relative;
}

.contact-img .t1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 2.65rem;
  padding-left: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.contact .t2 {
  margin-top: 0.75rem;
  font-weight: 500;
}

.contact .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.755rem;
}

.contact .list .li {
  width: calc((100% - 3.6rem) / 5);
  margin-right: 0.9rem;
  height: 7.475rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.contact .list .li:nth-child(5n) {
  margin-right: 0;
}

.contact .list .li .icon {
  height: 1.75rem;
  margin-bottom: 0.3rem;
}
.contact .list .li .icon img{
  max-height: 100%;
}

.map-box {
  width: 100%;
  height: 18.95rem;
  background: #c3ccda;
  margin-top: 0.825rem;
  position: relative;
}

.map-box .map-img {
  position: absolute;
  right: 0;
  bottom: 1.675rem;
  width: 30.65rem;
}

.map-box .map-img img {
  width: 100%;
}

.map-box .map-img .item {
  position: absolute;
  cursor: pointer;
}
.map-box .map-img .item .c {
  width: 0.85rem;
  height: 0.85rem;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.8;
  position: relative;
  z-index: 2;
}
.map-box .map-img .item .c2 {
  width: 0.85rem;
  height: 0.85rem;
  background: #ffffff;
  opacity: 0.2;
  border-radius: 50%;
  animation: clickPulse 1.8s infinite ease-out;
}
.mc {
  color: #0c858d;
}
.map-box .map-img .item .mc {
  white-space: nowrap;
  z-index: 9;
  color: #21a3b1;
  font-weight: 500;
}
.zg {
  position: absolute;
  top: 38%;
  left: 76%;
}

@keyframes clickPulse {
  0% {
    width: 0.85rem;
    height: 0.85rem;
    opacity: 0.8;
  }
  100% {
    width: 2rem;
    height: 2rem;
    opacity: 0;
  }
}
.map-box .map-img .item.on {
  transform: scale(1.1);
}
.map-box .map-img .item.on .c {
  background: #21a3b1;
  transform: scale(1.1);
}
.map-box .map-img .item.on .c2 {
  background: #21a3b1;
}
.map-box .map-img .item.on .mc {
  color: #fff;
}

.oz {
  position: absolute;
  top: 27%;
  left: 48%;
}
.ytdq {
  top: 64%;
  left: 78%;
}
.bm {
  top: 30%;
  left: 19%;
}
.lm {
  top: 66%;
  left: 30%;
}
.map-box .map-img .item .ja {
  z-index: 10;
  line-height: 1;
}
.map-box .map-img .item .ja svg {
  fill: #21a3b1;
  width: 0.25rem;
}
.map-box .map-img .item.on .ja svg {
  fill: #fff;
}
.map-box .map-img .item2 .c {
  width: 0.475rem;
  height: 0.475rem;
}
.map-box .map-img .item2 .mc {
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translateY(-50%);
}

.els {
  left: 66%;
  top: 22%;
}

.map-box .map-img .item2 .c2 {
  width: 0.475rem;
  height: 0.475rem;
  background: #ffffff;
  opacity: 0.2;
  border-radius: 50%;
  animation: clickPulse2 1.8s infinite ease-out;
}

@keyframes clickPulse2 {
  0% {
    width: 0.475rem;
    height: 0.475rem;
    opacity: 0.8;
  }
  100% {
    width: 2rem;
    height: 2rem;
    opacity: 0;
  }
}

.teq {
  left: 54%;
  top: 40%;
}
.map-box .map-img .item2.teq .mc {
  left: 10%;
  top: 200%;
}

.map-box .map-txt {
  width: 13.35rem;
  border-radius: 4px;
  left: 1.5rem;
  top: 2rem;
  position: absolute;
  z-index: 3;
}

.map-box .map-txt .top {
  background: #0c858d;
  padding: 0.75rem 1rem;
  position: relative;
  z-index: 66;
  border-radius: 4px 4px 0 0;
}

.map-box .map-txt .top .left img {
  margin-right: 0.3rem;
}
.map-box .map-txt .top .select-box {
  cursor: pointer;
  position: relative;
}
.map-box .map-txt .top .select-box svg {
  width: 0.4rem;
  transition: all 0.5s;
  margin-left: 0.3rem;
}

.map-box .map-txt .cont-list {
  background-color: #fff;
  height: 13rem;
  padding-right: 1rem;
  border-radius: 0 0 4px 4px;
}

.map-box .map-txt .cont-list .map-container {
  height: 100%;
  overflow: hidden;
  padding: 0 1rem;
}
.map-box .map-txt .cont-list .map-container .swiper-slide {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  height: auto;
}

.contact .map-box .map-txt .cont-list .map-container .swiper-slide .f500 {
  font-weight: 500;
  color: #000;
}

.contact .map-box .map-txt .cont-list .map-container .swiper-slide .tit-15 {
  margin-top: 0.2rem;
}

.contact .map-box .map-txt .cont-list .map-container .swiper-scrollbar {
  position: absolute;
  right: 0.925rem;
  width: 0.25rem;
  height: 10.575rem;
  background: #e6f1ee;
  border-radius: 5px 5px 5px 5px;
  border: 0px solid #18896e;
  top: 50%;
  transform: translateY(-50%);
}
.contact
  .map-box
  .map-txt
  .cont-list
  .map-container
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background-color: #0c858d;
}

.contact .map-box .map-txt .top .select-box .hide-box {
  position: absolute;
  top: 150%;
  right: 50%;
  transform: translateX(50%);
  width: auto;
  display: none;
  background-color: #fff;
  white-space: nowrap;
  max-height: 5rem;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact .map-box .map-txt .top .select-box .hide-box div {
  padding: 0 0.5rem;
}
.contact .map-box .map-txt .top .select-box .hide-box div:hover {
  background-color: #0c858d;
  color: #fff;
}

.contact .map-box .map-txt .top .select-box .s-top.on svg {
  transform: rotate(180deg);
}
.supp-a {
  margin-top: 0.7rem;
}
.supp-a .img {
  width: 16.05rem;
  height: 12.05rem;
  overflow: hidden;
}

.supp-a .txt {
  width: 23.45rem;
  /* height: 12.05rem; */
}

.supp-a .txt .li {
  width: 100%;

  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.supp-a .txt .li .wr {
  height: 2.375rem;
  padding: 0 1rem;
}

.supp-a .txt .li .left .num {
  color: #2f2f2f;
  line-height: 1;
  font-style: italic;
  opacity: 0.2;
  margin-right: 1rem;
}
.supp-a .txt .li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.supp-a .txt .li .hide-box {
  padding: 0.8rem 0.95rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}

.sup-b {
  margin-top: 1.875rem;

  background: rgba(153, 153, 153, 0.1);
  padding: 0.75rem 0.925rem;
}
.sup-b .tt1 {
  margin-left: 0.5rem;
}

.sup-b .tt1 .tit-15 {
  margin-top: 0.1rem;
}
.sup-c {
  padding-bottom: 3.2rem;
}
.sup-c form {
  width: 23.625rem;
  margin-top: 0.5rem;
}

.sup-c form .li {
  width: 100%;
    background: #fafafa;
  padding: 0.5rem 0.6rem;
  border-bottom: 8px solid rgba(255,255,255);
}

.sup-c form .li input {
  padding-left: 0.5rem;
  font-size: 0.425rem;
  line-height: 1;
  background: transparent;
  color: #333;
  width: 100%;
}
.sup-c form .li .lab {
font-weight: 500;
    white-space: nowrap;
    margin-left: 0.15rem;
}
.sup-c form .li svg {
  width: 0.2rem;
  fill: #0c858d;
}

.sup-c form .select-box {
  width: 100%;
  height: 1.975rem;
  background: #fafafa;
  border-radius: 1px 1px 1px 1px;
  cursor: pointer;
  z-index: 3;
  position: relative;
  border-bottom: 8px solid rgba(255,255,255);
}

.sup-c form .select-box .s-top {
  width: 100%;
  height: 100%;
  padding: 0 0.6rem;
}
.sup-c form .select-box .s-top .icon {
  width: 0.4rem;
}
.sup-c form .select-box .s-top .fc svg {
  width: 0.2rem;
  fill: #0c858d;
  transition: all 0.5s;
}
.sup-c form .select-box .s-top .fc .lab {
  font-weight: 500;
  margin-left: 0.15rem;
}
.sup-c form .select-box .hide-box {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 0.6rem;
  background: #fafafa;
  display: none;
  height: 5rem;
  overflow: auto;
}
.sup-c form .select-box .hide-box div {
  margin-bottom: 0.2rem;
}
.sup-c form .select-box .hide-box div:hover {
  color: #0c858d;
}
.sup-c form .select-box .s-top.on svg {
  transform: rotate(180deg);
}

.sup-c form .select-box input {
  padding-left: 0.5rem;
  font-size: 0.425rem;
  line-height: 1;
  color: #333;
  background: transparent;
}

.sup-c form textarea {
  width: 100%;
  height: 5rem;
  background: #fafafa;
  font-size: 0.425rem;
  padding: 0.6rem;
}

.b0 {
  /* border-bottom: 0 !important; */
}

.sup-c form .yzm {
  width: 20.375rem;
  margin-top: 0.45rem;
  height: 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(158, 157, 159, 0.251);
  padding: 0 0.5rem;
  position: relative;
}
.sup-c form .yzm .iline {
  width: 1px;
  height: 0.75rem;
  background: #333333;
  opacity: 0.2;
  margin: 0 0.4rem;
}
.sup-c form .yzm input {
  font-size: 0.425rem;
  line-height: 1;
  color: #333;
  background: transparent;
}
.sup-c form .yzm .captcha {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.sup-c form .check-box {
  margin-top: 1.3rem;
}
.sup-c form .check-box .tit-17 {
  margin-left: 0.2rem;
  font-size: 17px;
}
.sup-c form .xh {
  margin-top: 0.625rem;
  color: #333333;
}

.sup-c .img {
  width: 15.675rem;
  height: 9.55rem;
}

.subm {
  display: block;
  margin: 0 auto;
  width: 4.5rem;
  height: 1.3rem;
  background: linear-gradient(0, #127782 0%, #21a3b1 100%);
  border-radius: 0.65rem;
  font-size: 0.425rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s;
  text-align: center;
}
.subm:hover {
  transform: translateY(-8px);
}

.job-a {
  margin-top: 0.95rem;
  width: 100%;
  height: 15.5rem;
}
.job-a .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(12, 133, 141, 0.9);
  color: #fff;
  padding: 2rem;
}

.job-a .txt .tt2 {
  margin-top: 0.85rem;
}
.jltd {
  height: 1.3rem;
  padding: 0 0.65rem;
  background: #0c858d;
  color: #fff;
}
.jltd .icon {
  width: 0.675rem;
  height: 0.675rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin-left: 0.625rem;
}

.jltd .icon svg {
  width: 0.3rem;
  fill: #0c858d;
}

.job-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.job-list .li {
  width: calc((100% - 0.45rem) / 2);
  margin-right: 0.45rem;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
  margin-bottom: 0.625rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0.9rem 1.35rem;
}
.job-list .li:nth-child(2n) {
  margin-right: 0;
}

.job-list .li .jt1 {
  line-height: 1;
  color: #333333;
}
.job-list .li .mc {
  line-height: 1;
  margin-top: 0.4rem;
}

.job-list .li .jt2 {
  margin-top: 0.7rem;
  color: #333333;
}

.job-list .li .btn-list {
  margin-top: 0.7rem;
}

.job-list .li .btn-list .abtn {
  width: 3.025rem;
  line-height: 1.125rem;

  border-radius: 4px;
  border: 1px solid #d2d2d2;
  text-align: center;
  margin-right: 0.3rem;
  cursor: pointer;
  transition: all 0.5s;
}
.job-list .li .btn-list .abtn:last-child {
  color: #0c858d;
  border: 1px solid #0c858d;
}
.job-list .li .btn-list .abtn:hover {
  background-color: #0c858d;
  color: #fff;
  border: 1px solid #0c858d;
}

.vmore {
  display: flex;
  margin: 0 auto;
  width: 4.6rem;
  margin-top: 0.75rem;
  height: 1.375rem;
  background: linear-gradient(to right, #34b4c2, #117782);
  border-radius: 0.675rem;
  padding: 0 0.1rem;
}

.vmore .icon {
  width: 1.175rem;
  height: 1.175rem;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.vmore .icon svg {
  width: 0.55rem;
  transition: all 0.5s;
}
.vmore .f500 {
  margin-left: 0.375rem;
  transition: all 0.5s;
}
.vmore:hover .f500 {
  letter-spacing: 0.5px;
}

.vmore .icon .icon2 {
  position: absolute;
  left: -100%;
  top: 50%;
  transform: translateY(-50%);
}
.vmore:hover .icon .icon1 {
  left: 100%;
  transform: translateY(-50%);
}
.vmore:hover .icon .icon2 {
  left: 50%;
  transform: translate(-50%, -50%);
}

.job-b {
  background: #f6f6f6;
  margin-top: 0.85rem;
  padding: 1.75rem 1.625rem;
}
.job-b-container {
  overflow: hidden;
}

.job-b-container .swiper-slide {
  width: 6.05rem;
  height: 7.55rem;
  overflow: hidden;
  position: relative;
  margin-right: 0.85rem;
}
.job-b-container .swiper-slide:last-child {
  margin-right: 0;
}

.job-b-container .swiper-slide .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bot-bt {
  margin-top: 1.875rem;
}
.bot-bt .prev,
.bot-bt .next {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
}
.bot-bt .prev {
  margin-right: 0.4rem;
}

.bot-bt .prev svg,
.bot-bt .next svg {
  width: 0.4rem;
}
.bot-bt .prev svg {
  transform: rotate(180deg);
}

.bot-bt .prev:hover,
.bot-bt .next:hover {
  background: linear-gradient(to right, #34b4c2, #117782);
}
.bot-bt .prev:hover svg,
.bot-bt .next:hover svg {
  fill: #fff;
}

.bot-bt .swiper-scrollbar {
  width: 33.75rem;
  height: 6px !important;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px 5px 5px 5px;
  border: 0px solid #18896e;
  opacity: 1;
}
.bot-bt .swiper-scrollbar .swiper-scrollbar-drag {
  background: #21a3b1;
}
.job-c {
  /* padding-top: 2.15rem; */
  padding: 2.5rem 0;
  overflow: hidden;
}

.job-c .table-list {
  margin-top: 1rem;
  justify-content: center;
}
.job-c .table-list .li {
  font-size: 17px;
  margin: 0 1.725rem;
  padding-bottom: 0.375rem;
  color: #2f2f2f;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.job-c .table-list .li:hover {
  color: #0c858d;
}

.job-c .table-list .li.on {
  color: #0c858d;
  border-color: #0c858d;
}

.job-c-container {
  width: 25rem;
  margin: 0 auto;
  margin-top: 0.9rem;
}

.job-c-container .swiper-slide {
  width: 100%;
  height: 14.55rem;
  margin-right: 1.5rem;
  position: relative;
}
.job-c-container .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-c-container .swiper-slide:last-child {
  margin-right: 0;
}
.job-c-container .swiper-slide.swiper-slide-active .mak {
  background: linear-gradient(
    to bottom,
    transparent,
    transparent,
    rgba(33, 163, 177, 0.61)
  );
}

.job-c-container .swiper-slide .mak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.job-c-container .prev,
.job-c-container .next {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.job-c-container .prev {
  margin-right: 0.4rem;
  position: absolute;
  left: -21%;
}
.job-c-container .next {
  right: -21%;
}

.job-c-container .prev svg,
.job-c-container .next svg {
  width: 0.4rem;
}

.job-c-container .prev svg {
  transform: rotate(180deg);
}

.job-c-container .prev:hover,
.job-c-container .next:hover {
  background: linear-gradient(to right, #34b4c2, #117782);
}

.job-c-container .prev:hover svg,
.job-c-container .next:hover svg {
  fill: #fff;
}

.job-d {
  padding-top: 2.6rem;
  padding-bottom: 4.4rem;
}
.job-d .tit1 {
  margin-top: 1rem;
}
.job-d .tit1 .tt1 {
  justify-content: center;
}
.job-d .tit1 .tt1 img {
  width: 0.825rem;
  margin-left: 0.2rem;
}

.job-d .content {
  width: 36.675rem;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
}

.job-d .content .bgs {
  width: 100%;
}

.job-d .content .li {
  width: 8.325rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.job-d .content .li1 {
  top: 17%;
  left: 16.2%;
}

.job-d .content .li .icon {
  height: 1.95rem;
  margin-bottom: 0.8rem;
}
.job-d .content .li .icon img {
  max-width: none;
  max-height: 100%;
}

.job-d .content .li .tit-17 {
  padding: 0 0.5rem;
  margin-top: 1rem;
}

.job-d .content .li2 {
  top: 17%;
  left: 39%;
}
.job-d .content .li3 {
  top: 17%;
  left: 62.7%;
}

.jbo-dio {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.jbo-dio .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.jbo-dio .box {
  width: 25rem;
  background: #ffffff;
  border-radius: 2px;
  padding: 1.475rem 1.5rem;
}
.jbo-dio .box .content {
  height: 12.5rem;
  overflow: auto;
}

.jbo-dio .box .content .t3 {
  margin-top: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.ypbtn {
  cursor: pointer;
  height: auto;
  line-height: 1.3rem;
  margin-top: 1rem;
}
.jbo-dio .close {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 1.5rem;
  top: 0.825rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.jbo-dio .close svg {
  fill: #0c858d;
  transition: all 0.5s;
}
.jbo-dio .close:hover svg {
  transform: translate(-50%, -50%) rotate(180deg);
}

.job-dol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
}
.job-dol .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.job-dol .box {
  background-color: #fff;
  padding: 1rem 1rem 0.75rem;
}

.job-dol .box .t1 {
  line-height: 1;
  font-weight: 500;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.225rem;
}
.job-dol .box form {
  width: 100%;
}
.job-dol .box form .li {
  margin-top: 0.75rem;
}
.job-dol .box form .li .lab {
  font-weight: 500;

  color: #444444;
}
.job-dol .box form .li .lab span {
  color: #c1c1c1;
}
.job-dol .box form .li input {
  width: 13rem;
  height: 1.25rem;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  margin-top: 0.2rem;
  padding: 0 0.5rem;
}
.job-dol .box form .li .jlbox {
  width: 3rem;
  line-height: 1.15rem;
  background: #f0f0f0;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-weight: 500;
  font-size: 0.4rem;
  color: #444444;
  text-align: center;
  margin-top: 0.2rem;
  cursor: pointer;
}
.job-dol .box form .more {
  margin: 0 auto;
  margin-top: 1rem;
  cursor: pointer;
  width: 4rem;
  height: 1.25rem;
  border-radius: 1.5rem;
  color: #ffffff;
  line-height: 1.25rem;
  text-align: center;
  background: linear-gradient(to right, #34b4c2, #117782);
  position: relative;
  overflow: hidden;
}
.job-dol .box .close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.job-dol .box .close svg {
  width: 0.5rem;
  height: 0.5rem;
  fill: #fff;
  transition: all 0.5s;
}
.job-dol .box .close:hover svg {
  transform: translate(-50%, -50%) rotate(306deg);
}

.file-btn1 {
  opacity: 0;
  height: 0;
  position: absolute;
  right: 1000%;
}
.solu-banner .mapimg {
  width: 100%;
}

.solu-banner .txt {
  position: absolute;
  top: 7.4rem;
  left: 0;
  padding-left: 3.625rem;
  z-index: 1;
  color: #fff;
}

.solu-banner .txt .t2 {
  width: 11.625rem;
  margin-top: 1rem;
}
.solu-banner .line {
  height: 1.425rem;
}
.solu-banner .line img {
  position: absolute;
  left: 0;
  height: 1.425rem;
}
.solu-banner .nav-list {
  position: absolute;
  bottom: 2.05rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solu-banner .nav-list .li {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  background: rgba(10, 10, 10, 0.61);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 0.25rem;
  transition: all 0.5s;
}
.solu-banner .nav-list .li .tit-18 {
  margin-left: 0.25rem;
  font-weight: 500;
  display: none;
}
.solu-banner .nav-list .li.on {
  width: 4.9rem;
  background-color: #0c858d;
}
.solu-banner .nav-list .li.on .tit-18 {
  display: block;
}
.solu-banner .nav-list .li:hover {
  background-color: #0c858d;
}

.solu-banner .item {
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  z-index: 3;
  cursor: pointer;
}

.solu-banner .item .c {
  width: 100%;
  height: 100%;
  position: relative;
  background: #31828b;
  border-radius: 50%;
  z-index: 3;
}

.solu-banner .item .c2 {
  width: 0.75rem;
  height: 0.75rem;
  background: #31828b;
  opacity: 0.2;
  border-radius: 50%;
  animation: clickPulse3 1.8s infinite ease-out;
}

@keyframes clickPulse3 {
  0% {
    width: 0.75rem;
    height: 0.75rem;
    opacity: 0.8;
  }
  100% {
    width: 1.4rem;
    height: 1.4rem;
    opacity: 0;
  }
}

.solu-banner .item .hide-txt {
  position: absolute;
  z-index: 4;
  width: 11.25rem;
  height: 6.7rem;
  overflow: hidden;
  background-color: #fff;
  left: 100%;
  top: 0;
  transform: translateX(-100%);
  border-radius: 0.3rem;
  display: none;
}
.solu-banner .item .hide-txt .fc {
  height: 100%;
}

.solu-banner .item .hide-txt .left {
  width: 45%;
  height: 100%;
  background-image: url(../img/su3.webp);
  background-size: 110% 110%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.solu-banner .item .hide-txt .right {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.solu-banner .item .hide-txt .right .t {
  font-weight: 700;
  margin-top: 0.3rem;
}
.solu-banner .item .hide-txt .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 3;
  cursor: pointer;
}
.solu-banner .item .hide-txt .close svg {
  width: 0.8rem;
  transition: all 0.5s;
}
.solu-banner .item .hide-txt .close:hover svg {
  transform: rotate(180deg);
}

.solu-content {
  padding: 1.95rem 3.625rem;
}

.solu-content .news-list {
  margin-top: 1.3rem;
}
.solu-content .news-list .li .txt {
  padding: 0.95rem 0.95rem 1.75rem;
}
.solu-content .news-list .li .t2 {
  margin-top: 0;
}

.product .mbx {
  height: auto;
  padding: 1rem 3.625rem;
}

.p-content {
  padding: 1.75rem 3.625rem;
}

.p-content .lef-nav {
  width: 7.5rem;
}

.p-content .lef-nav .list {
  margin-top: 0.6rem;
}

.p-content .lef-nav .list .li .li-top {
  padding: 0.4rem 0;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  cursor: pointer;
}

.p-content .lef-nav .list .li .li-top .icon {
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(102, 102, 102, 0.2);
  border-radius: 0.2rem;
  margin-right: 0.55rem;
}
.p-content .lef-nav .list .li:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.p-content .lef-nav .list .li .li-top svg {
  width: 0.4rem;
  transition: all 0.5s;
}
.p-content .lef-nav .list .li.on .li-top svg {
  fill: #0c858d;
  transform: rotate(180deg);
}
.p-content .lef-nav .list .li.on .li-top .icon {
  background-color: #0c858d;
}
.p-content .lef-nav .list .li.on .li-top .icon img {
  filter: brightness(1000);
}
.p-content .lef-nav .list .li.on .li-top {
  color: #0c858d;
}
.p-content .lef-nav .list .li .li-hide {
  background: RGBA(245, 245, 245, 1);
  padding: 0.5rem 1rem;
  display: none;
}

.p-content .lef-nav .list .li .li-hide .lis {
  margin-bottom: 0.4rem;
  cursor: pointer;
  font-weight: 500;
}
.p-content .lef-nav .list .li .li-hide .lis:last-child {
  margin-bottom: 0;
}
.p-content .lef-nav .list .li .li-hide .lis .box {
  width: 11px;
  height: 11px;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  margin-right: 0.25rem;
}
.p-content .lef-nav .list .li .li-hide .lis.on {
  color: #0c858d;
}
.p-content .lef-nav .list .li .li-hide .lis.on .box {
  background: #0c858d;
  border: 1px solid #0c858d;
}
.p-content .right-cont {
  width: calc(100% - 7.5rem - 1.4rem);
}

.p-content .right-cont .p-search {
  height: 1.4rem;
  border: 1px solid #ebebeb;
  padding: 0 0.75rem;
  margin-bottom: 0.5rem;
}

.p-content .right-cont .p-search .icon {
  width: 0.6rem;
  cursor: pointer;
}
.p-content .right-cont .p-search input {
  width: 97%;
  height: 100%;
  font-size: 0.4rem;
  background: transparent;
}
.p-content .right-cont .p-search .icon:hover {
  fill: #0c858d;
}

.p-content .right-cont .tip-list {
  margin-top: 0.35rem;
  flex-wrap: wrap;
}

.p-content .right-cont .tip-list .tip {
  padding: 0.25rem 0.325rem;
  background: #f5f5f5;
  margin-right: 0.375rem;
  transition: all 0.5s;
  margin-bottom: 0.2rem;
}

.p-content .right-cont .tip-list .tip svg {
  width: 0.475rem;
  height: 0.475rem;
  fill: #ccc;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: all 0.5s;
}

.p-content .right-cont .ps-list {
  margin-top: 0.5rem;
}

.p-content .right-cont .tip-list .tip:hover {
  color: #0c858d;
}

.p-content .right-cont .tip-list .tip:hover svg {
  fill: #0c858d;
}

.mbx .icon {
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c858d;
  border-radius: 0.2rem;
  margin-right: 0.55rem;
}
.mbx .icon img {
  filter: brightness(1000);
}

.mbx .t2 {
  padding-left: 1.65rem;
}

.p-info .t1 {
  padding: 0.7rem 0;
  color: #999;
}

.p-info .t1 a {
  color: #999;
}
.p-info .t1 span {
  color: #0c858d;
}

.p-info .cont-box .img-container {
  width: 20.35rem;
  height: 16.25rem;
  background: #f4f4f4;
  overflow: hidden;
}
.p-info .cont-box .img-container .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-info .cont-box .txt {
  width: calc(100% - 20.35rem - 1.4rem);
  display: flex;
  flex-direction: column;
  height: 16.25rem;
  justify-content: space-between;
}

.p-info .cont-box .txt .t2 {
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.p-info .cont-box .txt .t3 {
  margin-bottom: 0.2rem;
}
.p-info .cont-box .txt .t4 {
  margin-bottom: 0.5rem;
}
.p-info .cont-box .txt .t5 {
  background: #f5f5f5;
  width: 100%;
  padding: 0.75rem 2.025rem;
  position: relative;
}

.p-info .cont-box .txt .t5 .f500 {
  font-weight: 700;
}
.p-info .cont-box .txt .t5 .tit-15 {
  margin-top: 0.2rem;
  color: #666;
}
.p-info .cont-box .txt .t5 img {
  position: absolute;
  left: 0.825rem;
  top: 0.825rem;
}

.p-info .cont-box .txt .vmore {
  margin: 0;
  margin-top: 1.25rem;
}

.p-info .cont-box .txt .img-list {
  display: flex;
  width: 100%;
}
.p-info .cont-box .txt .img-list .li {
  width: 3.275rem;
  height: 2.625rem;
  border: 1px solid rgba(102, 102, 102, 0.1);
  position: relative;
  margin-right: 0.425rem;
  cursor: pointer;
}

.p-info .cont-box .txt .img-list .li img {
  height: 80%;
  max-width: none;
}

.p-info .cont-box .txt .img-list .li.on {
  background-color: rgba(102, 102, 102, 0.1);
  border: 1px solid #0c858d;
}

.tabe-pro {
  margin-top: 1.5rem;
}

.tabe-pro .table-top {
  width: 100%;
  line-height: 2.025rem;
  background: #0c858d;
  text-align: center;
}
.tabe-pro .table-body .li {
  width: 100%;
  display: flex;
}
.tabe-pro .table-body .li div {
  width: calc((100% - 0.25rem) / 2);
  margin-right: 0.25rem;
  background-color: #fff;
  padding: 0.625rem 3.65rem;
  display: flex;
  align-items: center;
}
.tabe-pro .table-body .li div:last-child {
  margin-right: 0;
}
.tabe-pro .table-body .li:nth-child(2n) div {
  background-color: rgba(12, 133, 141, 0.05);
}
.tabe-pro .table-body .li .l {
  font-size: 0.375rem;
  color: #999;
  font-weight: 500;
  line-height: 1;
}
.tabe-pro .table-body .li .r {
  font-size: 0.425rem;
  color: #000;
  font-weight: 500;
}
.por-b {
  margin-top: 2rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.por-b .t2 {
  line-height: 1;
  font-weight: 700;
  color: #000;
}

.por-b .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.por-b .list .li {
  width: calc((100% - 1.75rem) / 6);
  margin-right: 0.35rem;

  height: 6.5rem;
  background: #f4f4f4;
  margin-bottom: 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.por-b .list .li:nth-child(6n) {
  margin-right: 0;
}

.por-b .list .li .icon {
  height: 1.425rem;
}
.por-b .list .li .icon img {
  max-height: 100%;
}
.por-b .list .li .tit-18 {
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin-top: 0.8rem;
}

.por-b .list .li.on {
  border: 1px solid #333333;
  opacity: 0.1;
}

.por-b .list .li.on .icon {
  filter: grayscale(1000);
}

.p-info {
  padding-bottom: 3.75rem;
}

.about-a {
  padding: 2.8rem 0 1.925rem;
}
.about-a .t1 {
  width: 20.35rem;
  color: #666666;
  line-height: 1.4;
  margin-top: 1rem;
}

.about-a .cont {
  margin-top: 2.5rem;
}

.about-a .cont .img {
  width: 20.35rem;
  height: 13.05rem;
  overflow: hidden;
  position: relative;
  display: none;
}
.about-a .cont .img .aba-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-a .cont .txt {
  width: calc(100% - 20.35rem - 0.9rem);
  display: none;
  padding-left: 0.55rem;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  height: 13.05rem;
}
.about-a .cont .txt .li {
  margin-bottom: 0.225rem;
  cursor: pointer;
}
.about-a .cont .txt .li .time {
  font-weight: 900;
  font-size: 15px;
  color: #cccccc;
}

.about-a .cont .txt .li .t {
  padding-top: 0.5rem;
  font-weight: 500;
  display: none;
}
.about-a .cont .txt .li.on .time {
  background: linear-gradient(to right, #34b4c2, #117782);
  text-align: center;
  display: inline-block;
  padding: 0.4rem 1rem;
  line-height: 1;
  border-radius: 0.625rem;
  color: #fff;
}
.about-a .cont .txt .li.on .t {
  display: block;
}
.about-a .cont .txt .li:last-child {
  margin-bottom: 0;
}
.about-a .cont .next-box {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #21a3b1;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  display: none;
  cursor: pointer;
}
.about-a .cont .next-box.swiper-button-disabled{
  background-color: rgba(0, 0, 0, 0.1);
}
.about-a .cont .prev-box.swiper-button-disabled{
  background-color: rgba(0, 0, 0, 0.1);
}

.about-a .cont .next-box svg {
  fill: #fff;
  width: 0.5rem;
  transition: all 0.5s;
}

.about-a .cont .next-box:hover svg {
  transform: translate(-50%, -30%);
}

.about-a .cont .prev-box {
  display: none;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #21a3b1;
  border-radius: 50%;
  bottom: 0;
  right: 1.2rem;
  cursor: pointer;
  transform: rotate(180deg);
}

.about-a .cont .prev-box svg {
  fill: #fff;
  width: 0.5rem;
  transition: all 0.5s;
}

.about-a .cont .prev-box:hover svg {
  transform: translate(-50%, -30%);
}

.about-a .cont .lo {
  position: absolute;
  top: -6.675rem;
  right: 0;
}

.about-b {
  padding: 3.6rem 0;
  padding-left: 3.625rem;
  background-image: url(../img/a4.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.about-b-container {
  margin-top: 0.8rem;
}

.about-b-container .swiper-slide {
  width: 7.5rem;
  height: 14rem;
  margin-right: 0.6rem;
  transition: all 0.5s;
}
.about-b-container .swiper-slide .txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: 700;
}
.about-b-container .swiper-slide .txt .icon {
  height: 1.65rem;
}
.about-b-container .swiper-slide .txt .icon img {
  max-width: none;
  max-height: 100%;
}

.about-b-container .swiper-slide .hide-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.about-b-container .swiper-slide .hide-list .mak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.6rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(33, 163, 177, 0.21),
    rgba(33, 163, 177, 0.81)
  );
}
.about-b-container .swiper-slide.on {
  width: 20.425rem;
}
.about-b-container .swiper-slide.on .txt {
  opacity: 0;
  visibility: hidden;
}

.about-b-container .swiper-slide .hide-list .mak .t3 {
  margin-top: 0.5rem;
  height: 3.25rem;
}

.about-b-container .swiper-slide.on .hide-list {
  visibility: visible;
  opacity: 1;
}

.about-b-container .swiper-slide .hide-list .t1 {
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.about-b-container .swiper-slide .hide-list .t2 {
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.about-b-container .swiper-slide .hide-list .t3 {
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.about-b-container .swiper-slide.on .hide-list .t1 {
  transition-delay: 0.3s;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.about-b-container .swiper-slide.on .hide-list .t2 {
  transition-delay: 0.4s;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.about-b-container .swiper-slide.on .hide-list .t3 {
  transition-delay: 0.5s;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.about-b .bot-bt {
  padding-right: 3.625rem;
}

.about-b .bot-bt .swiper-scrollbar {
  width: 36.75rem;
}

.about-c {
  padding: 2.95rem 0 2.625rem;
  padding-left: 2.65rem;
  overflow: hidden;
  background-image: url(../img//a3.webp);
  background-size: 12.65rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-c .t1 {
  font-weight: 500;
  color: #333333;
}
.about-c-container {
  width: 100%;
  margin-top: 0.75rem;
}

.about-c-container .swiper-slide {
  width: 10.45rem;
  padding: 0 1rem;
  height: 12.85rem;
  padding-top: 0.85rem;
  transition: all 0.5s;
  position: relative;
}
.about-c-container .swiper-slide .t1 {
}
.about-c-container .swiper-slide .t2 {
  height: 8rem;
  overflow: auto;
  padding-right: 1rem;
}
.about-c-container .swiper-slide .t2 p {
  padding-left: 0.5rem;
  margin-top: 0.65rem;
  position: relative;
}
.about-c-container .swiper-slide .t2 p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 5px;
  height: 5px;
  background: #21a3b1;
  border-radius: 50%;
}
.about-c-container .swiper-slide:hover {
  box-shadow: 10px 0px 20px 0px rgba(35, 39, 43, 0.1);
  background-color: rgba(255, 255, 255, 0.5);
}
.about-c-container .swiper-slide:hover .t1 {
  color: #0c858d;
}
.about-c-container .swiper-slide::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.about-c-container .swiper-scrollbar {
  width: calc(100% - 7.25rem);
  position: relative;
  height: 6px !important;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px 5px 5px 5px;
  border: 0px solid #18896e;
  opacity: 1;
  margin-top: 1.5rem;
}
.about-c-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #21a3b1;
}

.about-d {
}

.about-d .a-tit {
  top: 3.2rem;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.about-d .about-d-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.about-d .about-d-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-d .about-d-container .swiper-slide .li {
  position: absolute;
  text-align: center;
  width: 15.325rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-d .about-d-container .swiper-slide .li .tit-18 {
  margin-top: -1rem;
  color: #0c858d;
}
.about-d .about-d-container .swiper-slide .li:nth-child(1) {
  width: 15.325rem;
  top: 40%;
  left: 16%;
  transform: translateY(-0.7rem);
  opacity: 0;
  visibility: hidden;
}

.about-d .about-d-container .swiper-slide .li:nth-child(2) {
  top: 24%;
  left: 35%;
  transform: translateY(-0.7rem);
  opacity: 0;
  visibility: hidden;
}

.about-d .about-d-container .swiper-slide .li:nth-child(3) {
  top: 34%;
  left: 52%;

  transform: translateY(-0.7rem);
  opacity: 0;
  visibility: hidden;
}

.about-d .about-d-container .swiper-slide.swiper-slide-active .li {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.about-d .about-d-container .swiper-slide.swiper-slide-active .li:nth-child(1) {
  transition: all 0.7s;
  transition-delay: 0.3s;
}
.about-d .about-d-container .swiper-slide.swiper-slide-active .li:nth-child(2) {
  transition: all 0.7s;
  transition-delay: 0.4s;
}
.about-d .about-d-container .swiper-slide.swiper-slide-active .li:nth-child(3) {
  transition: all 0.7s;
  transition-delay: 0.5s;
}

.about-d .prev,
.about-d .next {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 33;
  top: 50%;
  transform: translateY(-50%);
}
.about-d .prev {
  margin-right: 0.4rem;
  left: 3.65rem;
}
.about-d .next {
  right: 3.65rem;
}

.about-d .prev svg,
.about-d .next svg {
  width: 0.4rem;
}
.about-d .prev svg {
  transform: rotate(180deg);
}

.about-d .prev:hover,
.about-d .next:hover {
  background: linear-gradient(to right, #34b4c2, #117782);
}
.about-d .prev:hover svg,
.about-d .next:hover svg {
  fill: #fff;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loading .line-box {
  width: 0;
  height: 11px;
  background: #0c858d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.5s;
}
.loading .mak {
  position: absolute;
  z-index: 9;
  bottom: 0;

  width: 100%;
  left: 0;
}
.loading .box {
  z-index: 3;
  width: 100%;
}

.loading .box svg .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loading .box svg #shapeClip {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: all 1s;
  transform: translateZ(0); /* 强制GPU加速 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loading.ac .box svg #shapeClip {
  /* transform: scale(31) translateY(41px); */
}
.loading .box #counter {
  position: absolute;
  top: 65%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
}

.banner {
  height: 100vh;
  overflow: hidden;
}
#mainCanvas {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: block;

  object-fit: cover; /* 确保Canvas内容不变形 */
}

canvas {
  display: block;
  background: transparent;
  width: 100%;
  height: 100vh;
  object-fit: cover; /* 确保Canvas内容不变形 */
}

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .banner-container {
  height: 100%;
  overflow: hidden;
}
.banner .banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .banner-container .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .banner-container .swiper-slide .mak {
  position: absolute;
  z-index: 9;
  bottom: 0;

  width: 100%;
  left: 0;
}

.banner .banner-container .swiper-slide.load .txt {
  position: absolute;
  top: 9.75rem;
  left: 50%;

  transform: translateX(-50%);

  z-index: 9;
  /* width: 16.8rem; */
}

.banner .banner-container .swiper-slide.load .txt .t1 {
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 0.1rem;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
}
.banner .banner-container .swiper-slide.load .txt .t1::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.banner .banner-container .swiper-slide.load .txt .t2 {
  font-weight: 500;
  line-height: 1.18;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
  margin-top: 0.5rem;
  transition-delay: 0.2s;
}
.index.ac .banner .banner-container .swiper-slide.load .txt .t1 {
  transform: translateY(0);
  opacity: 1;
}
.index.ac .banner .banner-container .swiper-slide.load .txt .t2 {
  transform: translateY(0);
  opacity: 1;
}
.index .banner .banner-container .swiper-slide .txt .banner-s {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.index.ac .banner .banner-container .swiper-slide.load .txt .banner-s {
  transform: translateY(0);
  opacity: 1;
}
.banner .scorll {
  opacity: 0;
}
.index.ac .scorll {
  opacity: 1;
}

.mb {
  display: none;
}
.pc {
  display: block;
}

.index header {
  transform: translateY(-100%);
  transition: all 0.5s;
}

.index.ac header {
  transform: translateY(0%);
}

.banner .banner-container .swiper-slide .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.05rem;
  z-index: 30;
  width: 16.8rem;
}
.banner .banner-container .swiper-slide .text .t1 {
  line-height: 1.4;
}
.banner .banner-container .swiper-slide .text .t2 {
  color: #fff;
  opacity: 0.5;
  font-weight: 300;
}
.banner .banner-container .swiper-slide .text .t3 {
  margin-top: 0.75rem;
  line-height: 1;
}
.banner .banner-container .swiper-slide .text .vmore {
  margin: 0;
  margin-top: 2.5rem;
}

.banner .scorll {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  z-index: 33;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.banner .scorll svg {
  margin-top: 0.2rem;
}

.banner .scorll .line {
  width: 2px;
  height: 1rem;
  margin-top: 0.2rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.banner .scorll .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;

  animation: growLineEaseOut 2s infinite ease-out 0.8s;
}
@keyframes growLineEaseOut {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.home-a {
  overflow: hidden;
}

.home-a .txt {
  position: absolute;
  top: 3.35rem;
  left: 0;
  padding-left: 3.625rem;
  z-index: 1;
  color: #3b3b3b;
}

.home-a .txt .t2 {
  width: 15.3rem;
  margin-top: 1rem;
}
.home-a .line {
  height: 1.425rem;
}
.home-a .line img {
  position: absolute;
  left: 0;
  height: 1.425rem;
  filter: brightness(0.7);
}

.ha-a {
  margin-top: -6.4rem;
}

.home-b {
  padding: 3.25rem 3.85rem;
}
.home-b .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home-b .txt .t1 {
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
}
.home-b .txt .t1::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #007273;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.home-b .txt img {
  position: absolute;
  top: -1.25rem;
  width: 12.65rem;
  opacity: 0.4;
}

.home-b .list {
  width: 100%;
  margin-top: 2.25rem;
  flex-wrap: wrap;
}

.home-b .list .li {
  width: calc((100% - 3rem) / 3);
  margin-right: 1.5rem;
  display: block;
  margin-bottom: 1rem;

}
.home-b .list .li:nth-child(3n) {
  margin-right: 0;
}

.home-b .list .li .img {
  width: 100%;
  height: 8.05rem;
  overflow: hidden;
}
.home-b .list .li .img img {
  transition: all 0.5s;
}

.home-b .list .li .t1 {
  margin-top: 0.575rem;
  color: #808080;
}
.home-b .list .li .t1 span {
  display: block;
  width: 1px;
  height: 100%;
  margin: 0 0.2rem;
}
.home-b .list .li .t2 {
  margin-top: 0.3rem;
  font-weight: 500;
   word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-b .list .li:hover .img img {
  transform: scale(1.05);
}
.home-b .vmore {
  margin-top: 1rem;
}

.home-c {
  padding: 3.5rem 3.2rem;
  background-image: url(../img/hc1.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.home-c .t1 {
  color: #2f2f2f;
}

.home-c .map-box {
  background-color: transparent;
  height: auto;
  margin-top: 1.425rem;
}

.home-c .map-box .map-img {
  position: relative;
  right: auto;
  bottom: auto;
  width: 30.65rem;
  margin: 0 auto;
}
.home-c-container {
  margin-top: -0.5rem;
  overflow: hidden;
  background-color: #fff;
  height: 5.275rem;
  margin-bottom: 2.5rem;
}
.home-c-container.allhomelist {
  overflow: visible;
  /* height: 7rem; */
  height: auto;
  overflow: auto;
}
.home-c-container.allhomelist .swiper-wrapper {
  width: 100%;
  flex-wrap: wrap;
  /* justify-content: center; */
  /* padding: 0.5rem 0.5rem; */
}
.home-c-container.allhomelist .swiper-wrapper .swiper-slide {
  height: 3.5rem;
  justify-content: space-between;
  padding: 0.5rem;
}
.home-c-container.allhomelist .swiper-wrapper .swiper-slide .imgs {
  width: 50%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.home-c-container.allhomelist .swiper-wrapper .swiper-slide img {
  max-width: 50%;
  max-height: 80%;
}

.home-c-container .swiper-slide {
  height: 100%;
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-c-container .swiper-slide::after {
  content: "";
  width: 1px;
  background-color: #000;
  opacity: 0.05;
  position: absolute;
  height: 80%;
  top: 10%;
  right: 0;
  display: none;
}

.home-c-container .swiper-slide img {
  /* filter: grayscale(1); */
  /* opacity: 0.5; */
    max-width: 50%;
  max-height: 80%;
}

.home-c-container .swiper-slide:hover img {
  opacity: 1;
  filter: none;
}

.home-d {
  padding-top: 3.6rem;
}
.home-d .t1 {
  color: #bec1c7;
  line-height: 1.1;
}
.home-d .t1 span {
  color: #000;
}
.home-d .t2 {
  padding-top: 1.5rem;
}
.home-d .t2 .vmore {
  margin: 0;
  margin-top: 2.25rem;
}
.home-d .hdtop img {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.65rem;
  opacity: 0.7;
}
.home-d .list {
  margin-top: 3.375rem;
  justify-content: space-between;
}

.home-d .list .li {
  width: 10.05rem;
  height: 13.05rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.home-d .list .li .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  opacity: 0.8;
}
.home-d .list .li .txt .tt1 {
  font-weight: 500;
}
.home-d .list .li.on {
  width: 19.9rem;
}

.home-d .list .li.on .txt {
  opacity: 0;
  visibility: visible;
}

.home-d .list .li .hide-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/hd2.webp);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}

.home-d .list .li.on .hide-box {
  opacity: 1;
  visibility: visible;
}

.home-d .list .li .hide-box a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1.65rem 1.75rem;
  display: flex;
  flex-direction: column;
  z-index: 3;

  justify-content: flex-end;
  color: #fff;
}
.home-d .list .li .hide-box a .icon {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1.65rem;
  right: 1.75rem;
  overflow: hidden;
}

.home-d .list .li .hide-box a .icon svg {
  width: 0.55rem;
  fill: #fff;
  transition: all 0.5s;
}

.home-d .list .li .hide-box a .icon:hover svg {
  transform: translateX(150%);
}

.home-d .list .li .hide-box a .icon .icon2 {
  position: absolute;
  left: -100%;
  top: 50%;
  transform: translateY(-50%);
}
.home-d .list .li .hide-box a .icon:hover .icon1 {
  transform: translateY(-100%);
}
.home-d .list .li .hide-box a .icon:hover .icon2 {
  left: 50%;
  transform: translate(-50%, -50%);
}

.linev {
  width: 100%;
  z-index: 3;
  position: relative;
  margin-top: -6rem;
}

.ha-a {
  /* background-image: url(../img/ha3.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 6.5rem;
  padding-bottom: 2.15rem;
  position: relative;
}
.ha-a::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  left: 25%;
  background-color: rgba(255, 255, 255, 0.05);
}
.ha-a::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 25%;
  background-color: rgba(255, 255, 255, 0.05);
}

.linev img {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

  transition: all 2.5s;
}

.linev.on img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.ha-a .t1 {
  padding-left: 2.9rem;
  width: 24.5rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

.ha-a-container {
  width: 100%;
}

.ha-a-container .swiper-slide {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ha-a-container .swiper-slide .img {
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ha-a-container .swiper-slide .img img {
  max-height: 100%;
}
.ha-a-container .swiper-slide .st1 {
  line-height: 1;
  font-weight: 500;
  margin-top: -0.3rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  transition: all 0.5s;
}
.ha-a-container .swiper-slide .st2 {
  width: 11.975rem;
  text-align: center;
  color: #d5dbe6;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  transition: all 0.5s;
}

.ha-a-container .swiper-slide .st3 {
  margin-top: 0.7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  transition: all 0.5s;
}
.ha-a-container .swiper-slide .st3 .vmore {
  margin-top: 0;
}

.ha-a-container .swiper-slide .img {
  filter: blur(5px);
}

.ha-a-container .swiper-slide.swiper-slide-active .img {
  filter: blur(0);
}
.ha-a-container .swiper-slide.swiper-slide-active .st1 {
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ha-a-container .swiper-slide.swiper-slide-active .st2 {
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ha-a-container .swiper-slide.swiper-slide-active .st3 {
  transition-delay: 0.5s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pnbox {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 1.525rem;
  height: 1.525rem;
  cursor: pointer;
  z-index: 33;
  border-radius: 50%;
  overflow: hidden;
}
.pnbox.pnboxprev {
  left: 25%;
}
.pnbox div {
  width: 100%;
  display: flex;
  background: radial-gradient(0% 0% at 0% 0%, #37919b 0%, #4bc5d3 100%);
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 0.5;
}

.pnbox div svg {
  fill: #fff;
  width: 0.5rem;
}

.pnbox .next svg {
  transform: rotate(180deg);
}
.pnbox div:hover {
  opacity: 1;
}

.habg {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: 0;
  left: 0;
}
.pc-header {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}

.psub-nvlisy {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 9.4rem;
  padding-top: 3.475rem;
  background: #f8f8f8;
  background-image: url(../img/hbg.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

.psub-nvlisy .conts {
  margin-top: -0.8rem;
}
.psub-nvlisy .conts .left {
  width: 5.5rem;
  height: 8.5rem;
  overflow: auto;
}
.psub-nvlisy .conts .left .li {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.psub-nvlisy .conts .left .li .icon {
}

.psub-nvlisy .conts .left .li .icon {
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(102, 102, 102, 0.2);
  border-radius: 0.2rem;
  margin-right: 0.55rem;
  transition: all 0.5s;
}
.psub-nvlisy .conts .left .li:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.psub-nvlisy .conts .left .li svg {
  width: 0.4rem;
  transition: all 0.5s;
}

.psub-nvlisy .conts .left .li.on svg {
  fill: #0c858d;
  transform: rotate(180deg);
}
.psub-nvlisy .conts .left .li.on .icon {
  background-color: #0c858d;
}
.psub-nvlisy .conts .left .li.on .icon img {
  filter: brightness(1000);
}
.psub-nvlisy .conts .left .li.on {
  color: #0c858d;
}

.psub-nvlisy .conts .right-box {
  width: calc(100% - 6rem);
  margin-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.8rem;
  height: 8rem;
  overflow: auto;
}
.psub-nvlisy .conts .right-box .li {
  width: 6.525rem;
  height: 2.775rem;
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.35rem 0;
  margin-bottom: 0.6rem;
  margin-right: 0.55rem;
}
.psub-nvlisy .conts .right-box .li .img {
  height: 100%;
  display: flex;
  justify-content: center;
  width: 40%;
}
.psub-nvlisy .conts .right-box .li .img img {
  max-width: 100%;
  max-width: none;
}

.psub-nvlisy .conts .right-box .li .tit-15 {
  white-space: nowrap;
  font-weight: 500;
}
.psub-nvlisy .conts .right-box .li svg {
  width: 0.5rem;

  margin-left: 0.2rem;
}
header .pc-header .nav-list .li.on {
  /* border-bottom: 2px solid #0c858d; */
}

.ssub-nvlisy {
  width: 100%;
  height: 12rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 9.4rem;
  padding-top: 3.475rem;
  background: #f8f8f8;
  background-image: url(../img/hbg.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.ssub-nvlisy-container {
  width: 91%;
  overflow: hidden;
}

.ssub-nvlisy-container .swiper-scrollbar-drag {
  background-color: #0c858d;
}
.sub-container .swiper-scrollbar-drag {
  background-color: #0c858d;
}

.ssub-nvlisy .conts {
  margin-top: -0.8rem;
  width: 100%;
  /* overflow: auto; */
  padding-bottom: 1rem;
}

.ssub-nvlisy .t2 {
  margin-top: 0.5rem;
}

.ssub-nvlisy .li {
  margin-right: 1rem;
  margin-top: 0.8rem;
  transition: all 0.5s;
  width: auto;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ssub-nvlisy .li .img {
  width: 2.225rem;
  height: 2.225rem;
  border-radius: 0.3rem;
  padding: 0.2rem;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.ssub-nvlisy .li .img img {
  filter: grayscale(10);
  opacity: 0.7;
  transition: all 0.5s;
}

.ssub-nvlisy .li .tit-15 {
  white-space: nowrap;
  font-weight: 500;
  margin-top: 0.4rem;
  transition: all 0.5s;
}
.ssub-nvlisy .li svg {
  width: 0.5rem;

  margin-left: 0.2rem;
  transition: all 0.5s;
}
.ssub-nvlisy .li svg path {
  transition: all 0.5s;
}
.ssub-nvlisy .li:hover svg path {
  fill: #0c858d !important;
}
.ssub-nvlisy .li:hover .img {
  background-color: #fff;
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.ssub-nvlisy .li:hover .img img {
  filter: none;
  opacity: 1;
}
header .pc-header .nav-list .li {
  position: relative;
}
header .pc-header .nav-list .li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0c858d;
  transition: all 0.5s;
}
header .pc-header .nav-list .li:hover::after {
  width: 100%;
}
header .pc-header .nav-list .li.on::after {
  width: 100%;
}
header .pc-header .nav-list .li .li_nav {
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
  width: 4rem;
  transform: translate(-50%, 20px);
  border-radius: 0 0 10px 10px;
  padding: 0rem 0.45rem 0.4rem;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s;
}
header .pc-header .nav-list .li .li_nav a {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  color: #333;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

header .pc-header .nav-list .li:hover .li_nav {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  z-index: 1;
}

/* 新修改 */
.newps-list .li {
  width: 100%;
  display: flex;
}

.ptable-header {
  width: 100%;
  height: 1.65rem;
  background: #f4f4f4;
  position: relative;
  display: flex;
  margin-top: 0.5rem;
}
.ptable-header .li {
  padding: 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.375rem;
  font-weight: 500;
  color: #000;
  width: 14.075%;
}
.ptable-header .li:first-child {
  width: 17.5%;
}
.ptable-header .li:nth-child(2) {
  width: 26.2%;
}
.newps-list .li {
  width: 100%;
  display: flex;
  min-height: 6.3rem;
  margin-top: 0.35rem;
}

.newps-list .li .img {
  width: 17.5%;
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
}
.newps-list .li .img img {
  max-height: 70%;
}

.newps-list .li .lis {
  padding: 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 6.3rem;
  width: 14.075%;
  font-size: 0.375rem;
  color: #666;
  background: rgba(244, 244, 244, 0.51);
}

.newps-list .li .t1 {
  width: 26.2%;
  background: #f4f4f4;

  font-weight: 500;

  color: #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.newps-list .li .t2 {
  font-weight: 500;

  color: #21a3b1;
}

.newp-info {
  padding-top: 1.1rem;
}

.newp-info .cont-box .txt .vmore {
  margin-top: 0;
}
.newp-info .cont-box .txt .t6 {
  margin-top: 1rem;
}
.newp-info .cont-box .txt {
  height: auto;
}
.newp-info .cont-box .txt .t6 .tit-15 {
  color: #666;
  margin-top: 0.4rem;
}
.newp-info .cont-box .img-list {
  padding-left: 2rem;
}

.newp-info .cont-box .img-list img {
    margin: 0 2rem;
    max-width: 5rem;
    max-height: 10rem;
}
.newp-info .cont-box {
  padding-bottom: 2.5rem;
}
.tabe-pro {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.newp-info .ts1 {
  padding: 0.4rem 0;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.newp-info .tabe-pro .table-body .li div {
  /* height: 1.5rem; */
  height:auto
}

.pinfo-a {
  padding-bottom: 1.9rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.pinfo-a .cont {
  margin-top: 0.55rem;
}

.pinfo-a .cont img {
  display: inline-block;
}

.pinfo-b .table-list .li {
  width: 3.85rem;
  height: 1.15rem;
  border-radius: 1px 1px 1px 1px;
  background-color: rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.525rem;
  cursor: pointer;
  transition: all 0.3s;
}

.pinfo-b .table-list {
  display: flex;
  margin-top: 0.7rem;
  align-items: center;
  justify-content: center;
}
.pinfo-b .table-list .li:hover {
  background: #0c858d;
  color: #fff;
}
.pinfo-b .table-list .li.on {
  background: #0c858d;
  color: #fff;
}

.pinfo-b .cont {
  margin-top: 1.25rem;
  text-align: center;
}

.pinfo-b .cont img {
  display: none;
}

.pinfo-b .cont img.on {
  display: inline-block;
}

.newsolu .solu-banner .nav-list {
  position: relative;
  bottom: auto;
  width: 100%;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsolu .solu-banner {
  height: auto;
  padding: 0 3.625rem;
  padding-top: 4.975rem;
  padding-bottom: 3rem;
}
.newsolu .solu-banner .mapimg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.newsolu .solu-banner .txt {
  left: auto;
  top: auto;
  position: relative;
  padding: 0;
  margin-top: 1.5rem;
  text-align: center;
}
.newsolu .solu-banner .txt .t2 {
  width: 21.875rem;
  display: inline-block;
  height: 4.25rem;
}

.sub-container {
  width: 28.77rem;
  overflow: hidden;
  padding: 1rem 0;
 margin: 0 auto;
}
.sub-container .swiper-slide {
  width: 5.45rem;
  height: 6.25rem;
  background-color: rgba(255, 255, 255, 0.85);
  margin-right: 0.38rem;
  border-radius: 2px;
  transition: all 0.5s;
  text-align: center;
}
.sub-container .swiper-slide:last-child {
  margin-right: 0;
}
.sub-container .swiper-slide:hover {
  background-color: #fff;
}
.sub-container .swiper-slide .img {
  display: inline-block;

  height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-container .swiper-slide .img img {
  max-height: 80%;
  max-width: 80%;
}
.sub-container .swiper-slide .icon {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;

  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  opacity: 0;
}
.sub-container .swiper-slide .icon svg {
  width: 0.3rem;
}

.sub-container .swiper-slide .icon .c1 {
  width: 0.75rem;
  height: 0.75rem;
  background: #21a3b1;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  z-index: 2;
}
.sub-container .swiper-slide .icon .c2 {
  width: 0.75rem;
  height: 0.75rem;
  background: #21a3b1;
  opacity: 0.2;
  border-radius: 50%;
  animation: clickPulse2 1.8s infinite ease-out;
}

.sub-container .swiper-slide:hover .icon {
  opacity: 1;
}

@keyframes clickPulse2 {
  0% {
    width: 0.75rem;
    height: 0.75rem;
    opacity: 0.8;
  }
  100% {
    width: 1.8rem;
    height: 1.8rem;
    opacity: 0;
  }
}

.productinfo .mbx {
  height: auto;
  padding: 1rem 3.625rem;
}
.productinfo .mbx .col-999 {
  width: 26.675rem;
  margin-top: 0.2rem;
}
.productinfo .mbx .f500 {
  margin-top: 0.5rem;
}

.info-content {
  padding: 1.35rem 3.625rem;
  display: flex;
}

.info-content .left-nav {
  width: 7.5rem;
}
.info-content .left-nav .li {
  width: 100%;
  height: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.8rem;
  border-radius: 1px 1px 1px 1px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2rem;
  position: relative;
}

.info-content .left-nav .li svg {
  width: 0.4rem;
  fill: rgba(0, 0, 0, 0.5);
}
.info-content .right-cont {
  width: calc(100% - 7.5rem);
  padding-left: 1.775rem;
  padding-bottom: 4.175rem;
}
.info-content .right-cont .t1 {
  margin-top: 0.3rem;
}
.info-content .right-cont .img {
  margin-top: 0.7rem;
  width: 100%;
}
.info-content .right-cont .img img {
  display: inline-block;
}
.info-content .right-cont .tabe-pro {
  margin-top: 1rem;
}
.info-content .right-cont .tabe-pro .table-top {
  line-height: 1;
  display: flex;
  height: 2rem;
}
.info-content .right-cont .tabe-pro .table-top .li {
  width: 50%;
  height: 100%;
  text-align: left;
  padding-left: 2.375rem;
  display: flex;
  align-items: center;
}
.info-content .right-cont .tabe-pro .table-body .li div {
  padding: 0.425rem 2.375rem;
}
.info-content .right-cont .tabe-pro .table-body .li .l {
  color: #333;
  font-weight: 500;
}
.info-content .right-cont .tabe-pro .table-body .li .r {
  font-size: 0.375rem;
}

.info-content .right-cont .rc-a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.5rem;
}

.info-content .right-cont .rc-a .t2 {
  margin-top: 0.5rem;
}

.info-content .left-nav .li.on {
  /* background-image: url(../img/np5.png); */
  color: #fff;
}
.info-content .left-nav .li:hover {
  /* background-image: url(../img/np5.png); */
  color: #fff;
}
.info-content .left-nav .li.on svg {
  fill: #fff;
}

.info-content .left-nav .li:hover svg {
  fill: #fff;
}

.info-content .left-nav .li::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/np5.png);
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}
.info-content .left-nav .li:hover::after {
  width: 100%;
}
.info-content .left-nav .li.on::after {
  width: 100%;
}
.supp-a .txt .li.on .lh1 {
  color: #0c858d;
}
.supp-a .txt .li.on .left .num {
  color: #0c858d;
  opacity: 1;
}
.don-file {
  display: flex;
  width: 4.5rem;
  height: 1.3rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(102, 102, 102, 0.25);
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.925rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.don-file svg {
  width: 0.4rem;
  fill: rgba(102, 102, 102, 0.8);
  margin-left: 0.25rem;
  transition: all 0.5s;
}

.don-file:hover {
  border-color: #0c858d;
}

.don-file:hover svg {
  fill: #0c858d;
}

.home-c .ajax-list .prev,
.home-c .ajax-list .next {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.home-c .ajax-list .prev {
  margin-right: 0.4rem;
  position: absolute;
  left: -1.5rem;
}
.home-c .ajax-list .next {
  right: -1.5rem;
}

.home-c .ajax-list .prev svg,
.home-c .ajax-list .next svg {
  width: 0.4rem;
}

.home-c .ajax-list .prev svg {
  transform: rotate(180deg);
}

.home-c .ajax-list .prev:hover,
.home-c .ajax-list .next:hover {
  background: linear-gradient(to right, #34b4c2, #117782);
}

.home-c .ajax-list .prev:hover svg,
.home-c .ajax-list .next:hover svg {
  fill: #fff;
}

.banner-s {
  margin-top: 1.25rem;
  width: 100%;
  display: flex;
  padding-left: 27.6rem;
  transition: all 0.5s;
}

.banner-s .b-search {
  width: 8.175rem;

  height: 1.3rem;
  background: rgba(244, 244, 244, 0.7);
  border-radius: 0.65rem;
  position: relative;
  cursor: pointer;
  margin: 0 0.25rem;
}
.banner-s .b-search .tit {
  width: 100%;
  height: 100%;
  padding: 0 0.7rem;
}

.banner-s .b-search .tit svg {
  width: 8px;
  fill: #0c858d;
}
.banner-s .bserarch-btn {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.banner-s .bserarch-btn svg {
  width: 0.625rem;
  fill: #333;
}
.banner-s .bserarch-btn:hover {
  background-color: #0c858d;
}
.banner-s .bserarch-btn:hover svg {
  fill: #fff;
}

.banner-s .bs2 {
  opacity: 0;
  transform: translateX(10%);
  visibility: hidden;
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.banner-s .bs3 {
  opacity: 0;
  transform: translateX(10%);
  visibility: hidden;
  transition: all 0.5s;
  transition-delay: 0.4s;
}
.banner-s .bs4 {
  opacity: 0;
  transform: translateX(10%);
  visibility: hidden;
  transition: all 0.5s;
  transition-delay: 0.5s;
}

.banner-s.on {
  padding-left: 0;
}
.banner-s.on .b-search {
  background: rgba(244, 244, 244, 1);
}

.banner-s.on .bs2 {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.banner-s.on .bs3 {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.banner-s.on .bs4 {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.banner-s.on .bserarch-btn {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.banner-s .b-search .hide-box {
  position: absolute;
  top: 104%;
  left: 6.5%;
  width: 87%;

  background: rgba(244, 244, 244, 1);
  color: #333;
  text-align: left;
  max-height: 5rem;
  overflow: auto;
  display: none;
}
.banner-s .b-search .hide-box .wr {
  width: 100%;
  padding: 0.5rem;
}

.banner-s .b-search .hide-box .li {
  margin-bottom: 0.2rem;
}
.banner-s .b-search .hide-box .li:hover {
  color: #0c858d;
}
.banner-s .b-search .hide-box .li:last-child {
  margin-bottom: 0;
}
.clear {
  width: 3rem;
  height: 0.9rem;
  background: RGBA(153, 153, 153, 1);
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  margin-left: calc(100% - 3rem);
  cursor: pointer;
  transition: all 0.3s;
}
.clear svg {
  width: 0.4rem;
  margin-right: 0.2rem;
  fill: #fff;
}
.clear:hover {
  background-color: #0c858d;
}

.info-content .left-nav .li {
  background-size: cover;
  background-repeat: no-repeat;
}

.doild {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.doild .mak {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.doild .box {
  width: 90%;
  position: absolute;
  top: 50%;
  height: 75vh;
  overflow: auto;
  display: flex;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.doild .box img {
  max-width:100%;
  max-height: 100%;
}

.doild .colse {
  background-image: url(../img/close.png);
  -webkit-background-size: 0.35rem 0.35rem;
  background-size: 0.35rem 0.35rem;
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.ssub-nvlisy-container .swiper-scrollbar {
  position: relative !important;

    left: auto !important;
    bottom: auto !important;;


  margin-top: 1rem;
}
.sub-container .swiper-scrollbar{
    position: relative !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    left: auto !important;
    bottom: auto !important;;


  margin-top: 1rem;
}

header .pc-header .lang {
  margin-left: 0.7rem;
  cursor: pointer;
  position: relative;
}

header .pc-header .lang .title {
  display: flex;
  color: #fff;
  align-items: center;
}

header.scroll_cur .pc-header .lang .title {
  color: #333;
}
header.hover_cur .pc-header .lang .title {
  color: #333;
}
header.info .pc-header .lang .title {
  color: #333;
}

header .pc-header .lang .title .icon2 {
  width: 26px;
}

header .pc-header .lang .title .tit-16 {
  margin-left: 0.275rem;
  margin-right: 0.1rem;
}

header .pc-header .lang .title svg {
  fill: #fff;
}
header.scroll_cur .pc-header .lang .title svg {
  fill: #333;
}
header.hover_cur .pc-header .lang .title svg {
  fill: #333;
}
header.info .pc-header .lang .title svg {
  fill: #333;
}
.pc-header .lang .hide-box {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0.25rem;
  transform: translate(-50%, 0.5rem);
  visibility: hidden;
  opacity: 0;
  width: 2rem;
  transition: all 0.5s;
  background-color: #fff;
  text-align: center;
}
.pc-header .lang:hover .hide-box {
  transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}
.pc-header .lang .hide-box .title {
  margin-top: 0.25rem;
}
.pc-header .lang .hide-box .title .icon2 {
  width: 20px;
}

.pc-header .lang .hide-box .title {
  display: block;
  text-align: center;
}
.pc-header .lang .hide-box .title .tit-16 {
  margin: 0;
}
.pc-header .lang .hide-box .title:hover {
  color: #0c858d;
}



.banner .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  z-index: 999;
  display: flex;
  width: 1rem;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  left: 0.75rem;
}
.banner .swiper-pagination span {
  width: 0.5rem;
  height: 3px;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.6s;
  border-radius: 0;
  margin: 5px !important;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
}

/* 分类修改 */



.p-content .lef-nav .list .li .tow-li-top {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  cursor: pointer;
}

.p-content .lef-nav .list .li .tow-li.on .tow-li-top{
color: #0c858d;
}
.p-content .lef-nav .list .li .tow-li.on  .tow-li-top .svg{
  transform: rotate(180deg);
}


.p-content .lef-nav .list .li .tow-li-top svg {
  width: 0.4rem;
  transition: all 0.5s;
}

.p-content .lef-nav .list .li .tow-li .three-hide{
     padding:0.4rem 0.2rem;
  display: none;
}
.p-content .lef-nav .list .li .tow-li-top .lis{
  margin-bottom: 0;
}



.psub-nvlisy .table-list{

}
.psub-nvlisy .table-list .li {
  width: 3.85rem;
  height: 1.15rem;
  border-radius: 1px 1px 1px 1px;
  background-color: rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:  0.525rem;
  cursor: pointer;
  transition: all 0.3s;
}

.psub-nvlisy .table-list {
  display: flex;
  margin-left: 0.7rem;
  align-items: center;
  justify-content: flex-start;
}
.psub-nvlisy .table-list .li:hover {
  background: #0c858d;
  color: #fff;
}
.psub-nvlisy .table-list .li.on {
  background: #0c858d;
  color: #fff;
}