@charset "UTF-8";

/*!
  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: #F4C520;
}

/* 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: "AlibabaPuHuiTi-2-75-SemiBold-subfont", "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: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

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: black;
  color: #fff;
}

::selection {
  background: black;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #F4C520;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #F4C520;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #F4C520;
}

/*==常用颜色==*/
.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: .35rem;
}

.tit-15 {
  font-size: .4rem;
}


.tit-16 {
  font-size: 16px;
}

.tit-17 {
  font-size: 17px;
}

.tit-18 {
  font-size: 18px;
}

.tit-19 {
  font-size: .475rem;
}

.tit-20 {
  font-size: .5rem;
}


.tit-21 {
  font-size: .525rem;
}

.tit-22 {
  font-size: .55rem;
}

.tit-23 {
  font-size: .575rem;
}

.tit-24 {
  font-size: .6rem;
}

.tit-25 {
  font-size: .625rem;
}

.tit-26 {
  font-size: .65rem;
}

.tit-27 {
  font-size: .675rem;
}

.tit-28 {
  font-size: .7rem;
}

.tit-29 {
  font-size: .725rem;
}

.tit-30 {
  font-size: .75rem;
}

.tit-31 {
  font-size: .775rem;
}

.tit-32 {
  font-size: .8rem;
}

.tit-33 {
  font-size: .825rem;
}

.tit-34 {
  font-size: .85rem;
}

.tit-35 {
  font-size: .875rem;
}

.tit-36 {
  font-size: .9rem;
}

.tit-37 {
  font-size: .925rem;
}

.tit-38 {
  font-size: .95rem;
}

.tit-39 {
  font-size: .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;
}





/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .tit-16 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .tit-16 {
    font-size: 14px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .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;
}



/*分页样式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 .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 .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 .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: .6s;
  animation-duration: .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 .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 .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 .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all .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;
  transition: all 0.5s;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}




.pc_seachbox {
  position: absolute;
  top: 2.2rem;
  width: 100%;
  left: 0;

  background-color: rgb(249, 249, 249);
  z-index: 999;
  background-image: url(../img/ha1.png);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  background-size: auto;
  border-top: 1px solid rgba(172, 170, 170, 0.3);

}

.zk_search_wrap {
  width: 22rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.head_seachbox {
  position: relative;
  line-height: 1.45rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  /* overflow: hidden; */
}

.head_seachbox .seach_input {
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0 1rem;
  border-radius: 1.5rem;
  /* background: url(../img/head_searchicon.7de0b5f.png) .5rem no-repeat; */
  overflow: hidden;
}

.head_seachbox .seach_submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.85rem;
  height: 100%;
  color: #fff;
  background: url(../img/head_searchicon.7de0b5f.png) center no-repeat;
  transition: .4s;
}

.head_seachbox .seach_submit::after {
  content: "";
  position: absolute;
  left: 0;
  height: 70%;
  top: 15%;
  width: 1px;
  background-color: #ccc;
}

.head_seachbox .seach_input input {
  font-size: .4rem;
  width: 100%;
  background-color: transparent;
}

.head_seachbox .seach_submit input {
  color: #fff;
  font-size: .45rem;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  height: 100%;
  transition: all 0.4s;
}

.head_seachbox .seach_submit input:hover {
  letter-spacing: 2px;
}

.header_nav_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  transition: .4s;
  z-index: 100;
}

.header_nav_bg.header_nav_bg_on {
  opacity: 1;
}

.pc-header {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.275rem;
  /* border-bottom: 1px solid rgba(227, 227, 227, 1); */

}

.view {
  width: 100%;
  padding: 0 1.75rem;
  position: relative;

}

.pc-header .left_btn {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

.pc-header .left_btn .logo {
  display: block;
  width: 4.225rem;
}

.pc-header .left_btn .header-nva {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-left: 2.525rem;
}

.pc-header .left_btn .header-nva .li {
  margin-right: 1.775rem;
}

.pc-header .left_btn .header-nva .li:last-child {
  margin-right: 0;
}

.pc-header .left_btn .header-nva .li .tit {
  display: block;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s;
}

.mc {
  color: #F4C520;
}

.pc-header .left_btn .header-nva .li:hover .tit {
  letter-spacing: 2px;
  color: #F4C520;
}

.pc-header .right_btn {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;

}

.pc-header .right_btn .lan {
  margin-right: .4rem;
  cursor: pointer;
  position: relative;
}

.pc-header .right_btn .lan .tit {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

.pc-header .right_btn .lan .tit .icon {

  margin-right: 9px;
}

.pc-header .right_btn .lan .tit .icon {
  width: 25px;
  height: 25px;
  fill: #333;
  transition: all 0.5s;
}

.pc-header .right_btn .lan:hover .icon {
  fill: #F4C520;
}

.tran5 {
  transition: all 0.5s;
}

.pc-header .right_btn .lan:hover {
  color: #F4C520;
}

.pc-header .right_btn .seach {
  width: 20px;
  height: 20px;
  cursor: pointer;
}


.pc-header .right_btn .seach svg {
  width: 20px;
  height: 20px;
  fill: #333;
  transition: all 0.5s;
}



.pc-header .right_btn .seach:hover svg {
  fill: #F4C520;
}


.pc-header .right_btn .lan .lan-box {
  position: relative;
}

.pc-header .right_btn .lan .tit .icon2 {
  height: 20px;
  margin-left: 3px;
}

.pc-header .right_btn .lan .tit .icon2 svg {


  fill: #333;
  transition: all 0.5s;
}

.pc-header .right_btn .lan:hover .icon2 svg {
  fill: #F4C520;
}


.header-fix {
  height: 2.275rem;
}





body {
  background-color: #fff;
}

.banner {}

.banner-container {
  width: 100%;
  overflow: hidden;
}

.banner-container .swiper-slide {
  width: 100%;

  position: relative;
  height: 23.225rem;
}


.banner-container .swiper-slide {
  overflow: hidden;
}

.banner-container .swiper-slide .txt {
  position: absolute;
  z-index: 3;
  bottom: 10%;
  left: 6.7%;
}

.banner-container .swiper-slide .txt .t1 {
  line-height: 1;
}

.banner-container .swiper-slide .txt .t2 {
  line-height: 1;
  margin-top: .4rem;
}

.banner-container .swiper-slide .txt .more {
  margin-top: .75rem;
}

.slide-inner {
  width: 100%;
  height: 100%;
}

.imgspc {
  height: 100%;
  position: relative;
  object-fit: cover;
}

.mb {
  display: none;
}

.pc {
  display: block;
}



.banner-container .swiper-slide .txt .t1 {
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.5s;
}

.banner-container .swiper-slide .txt .t2 {
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.5s;
}

.banner-container .swiper-slide .txt .more {
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.5s;
}

.banner-container .swiper-slide.active .txt .t1 {

  transform: translateX(0);
  opacity: 1;
}

.banner-container .swiper-slide.active .txt .t2 {
  transition-delay: 0.2s;
  transform: translateX(0);
  opacity: 1;
}

.banner-container .swiper-slide.active .txt .more {
  transition-delay: 0.3s;
  transform: translateX(0);
  opacity: 1;
}

.banner-pagination {
  position: absolute;
  left: .7rem;
  z-index: 3;
  bottom: 3.3rem;
}

.banner-pagination .li {
  font-weight: normal;
  color: #666666;
  font-size: 13px;
  margin-top: 10px;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}

.banner-pagination .li:hover {
  color: #F4C520;
}

.banner-pagination .li::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  position: absolute;
  right: -46px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F4C520;
  transition: all 0.5s;
}

.banner-pagination .li:hover::after {
  width: 36px;
}

.banner-pagination .li.on::after {
  width: 36px;
}

.banner-pagination .li.on {
  color: #F4C520;
}




.more {
  display: inline-block;
  padding: 20px 0;
  background-color: #F4C520;
  line-height: 1;
  font-size: 0;
  width: 160px;
  position: relative;
  text-align: center;
}

.more .tit-16 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  transition-delay: 0s;
}


.more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
  z-index: 1;
}

.more svg {
  display: inline-block;
  height: 16px;
  fill: #fff;
  position: absolute;
  opacity: 0;
  top: 50%;
  margin-top: -7px;
  right: 10px;
  transition: 0.5s;
  z-index: 2;

}

.more:hover .tit-16 {
  padding-right: 15px;
}

.more:hover .tit-16 {
  color: #fff;
}

.more:hover svg {
  opacity: 1;
  right: 20px;
}

.more:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.scrolld {
  color: #888888;
  margin-top: .625rem;
  animation-name: scrImg5;
}

.home-a {
  width: 100%;

  margin-top: 1.425rem;
}



.scrFx5 {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: ease-in-out;
}

@keyframes scrImg5 {
  0% {
    letter-spacing: 1px;

    backface-visibility: hidden;
  }

  100% {
    letter-spacing: 10px;

    backface-visibility: hidden;
  }
}


.main-tit {
  color: #333333;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.6rem;
  word-break: break-all;
}

.letter-effect .letter {
  opacity: 0;
  display: inline-block;
  min-width: 15px;
}

.home-a .content {
  height: 23.25rem;
  margin-top: 1rem;
  overflow: hidden;
  background-image: linear-gradient(rgba(179, 179, 179, .7), rgba(179, 179, 179, .1));
}

.ha-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-a .content .swiper-slide {
  padding: 2.475rem 2.725rem;
}

.home-a .content .swiper-slide .txt {
  width: 100%;
  text-align: center;
}

.home-a .content .swiper-slide .txt img {
  max-width: none;
  width: 100%;
  display: inline-block;
}

.home-a .content .swiper-slide .img-box {
  width: 22.95rem;
  position: absolute;
  /* top: 28.92%; */
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.home-a .content .swiper-slide .img-box .t1 {
  line-height: 1;
  margin-top: 2.5rem;
}

.home-a .content .swiper-slide .img-box .more {
  margin-top: 1.125rem;
}

.home-a .content .table-list {
  position: absolute;
  z-index: 5;
  bottom: 13%;
  left: 7.75%;
  width: auto;
  /* white-space: pre-line; */
}

.home-a .content .table-list .li {
  color: #C6C6C6;
  line-height: 1;
  margin-top: .75rem;
  position: relative;
  cursor: pointer;
  width: fit-content;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s;
}

.home-a .content .table-list .li::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 0.5s;
}

.home-a .content .table-list .li.on {
  color: #000;

}

.home-a .content .table-list .li.on::after {
  width: 100%;
}

.home-a .content .table-list .li:hover {
  color: #000;

}

.ha-container .swiper-slide {
  opacity: 0 !important;
}

.ha-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.home-a .content .swiper-slide .txt {
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s;
}

.ha-container .swiper-slide.swiper-slide-active .txt {
  transform: scale(1);
  opacity: 1;
}

.home-a .content .swiper-slide .img-box img {
  transform: scale(0.8);
  opacity: 0;
  transition: all .8s;
}

.ha-container .swiper-slide.swiper-slide-active .img-box img {
  transform: scale(1);
  opacity: 1;
}

.home-a .content .swiper-slide .img-box .t1 {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s;
}

.home-a .content .swiper-slide .img-box .more {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s;
}

.ha-container .swiper-slide.swiper-slide-active .img-box .t1 {
  transition-delay: 0.3s;
  transform: translateX(0);
  opacity: 1;

}

.ha-container .swiper-slide.swiper-slide-active .img-box .more {
  transition-delay: 0.5s;
  transform: translateX(0);
  opacity: 1;

}

.home-a .content .left-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 50%;
  z-index: 2;
  cursor: pointer;
}

.home-a .content .right-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 50%;
  z-index: 2;
  cursor: pointer;
}

.home-a .content .left-box .prev {
  width: 3rem;
  height: 3rem;
  background: #F4C520;
  border-radius: 50%;
  position: absolute;
  top: 65%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.5s;
}

.home-a .content .left-box .prev .tit-16 {
  font-size: 14px;
}

.home-a .content .left-box .next .tit-16 {
  font-size: 14px;
}

.home-a .content .left-box .icon {
  margin: 0 5px;
}

.home-a .content .right-box .next {
  width: 3rem;
  height: 3rem;
  background: #F4C520;
  border-radius: 50%;
  position: absolute;
  top: 65%;
  right: 10%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  justify-content: center;
  transform: scale(0);
}

.home-a .content .right-box .icon {
  margin: 0 5px;
}

.home-a .content .right-box:hover .next {
  transform: scale(1);
}

.home-a .content .left-box:hover .prev {
  transform: scale(1);
}

.home-b {
  padding-top: 2.8rem;
}

.home-b .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-b .top a {
  display: flex;
  align-items: center;
  color: #F4C520;
  text-transform: uppercase;
}

.home-b .top a svg {
  fill: #F4C520;
  margin-left: 10px;
  transition: all 0.5s;
}

.home-b .top a:hover svg {
  margin-left: 0;
}

.home-b .content {
  margin-top: 1rem;
}

.home-b .content .hb-container {
  width: 100%;
  overflow: hidden;
}

.home-b .content .swiper-slide {
  width: 17%;
  height: 18.5rem;
  overflow: hidden;
  margin-right: 4px;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}

.home-b .content .swiper-slide .bg {}

.home-b .content .swiper-slide.on {
  width: calc(49% - 12px);
}

.home-b .content .swiper-slide.on .bg {}

.home-b .content .swiper-slide:last-child {
  margin-right: 0;
}

.home-b .content .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.175rem .975rem;
}

.home-b .content .swiper-slide .txt .top {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding-bottom: .6rem;
}

.home-b .content .swiper-slide .txt .t1 {
  line-height: 1;
  white-space: nowrap;
}

.home-b .content .swiper-slide .txt .top .icon {
  position: relative;
}

.home-b .content .swiper-slide .txt .top .icon .line {
  width: 14px;
  height: 4px;
  background: #444444;
}

.home-b .content .swiper-slide .txt .top .icon .line:nth-child(2) {
  position: absolute;
  transform: rotate(90deg);
  top: 0;
  transition: all 0.5s;
}

.home-b .content .swiper-slide.on .txt .top .icon .line:nth-child(2) {
  transform: scale(0);
}

.home-b .content .swiper-slide .txt .top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;

  background: #444444;
}

.home-b .content .swiper-slide.on .txt .top::after {
  transition: all 0.5s;
  width: 100%;
}

.home-b .content .swiper-slide .txt .t2 {
  color: #333333;
  margin-top: .4rem;
  opacity: 0;
  transform: translateY(15px);

}

.home-b .content .swiper-slide .txt .more {
  margin-top: 1.625rem;
  opacity: 0;
  transform: translateY(15px);

}

.home-b .content .swiper-slide.on .txt .t2 {
  transition: all 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0);
}

.home-b .content .swiper-slide.on .txt .more {
  transition: all 0.5s;
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0);
}

.home-c {
  padding-top: 2.725rem;
}

.home-c .content {
  margin-top: 1rem;
}

.home-c .content .txt {
  width: 50%;
  height: 23.25rem;
  background: #F1F1F1;
  padding: 3rem 1.725rem 0;
  float: left;
}

.home-c .content .txt .t1 {
  min-height: 10rem;
  line-height: 2;
}

.home-c .content .img {
  width: 50%;
  height: 23.25rem;
  overflow: hidden;
  float: left;
}

.home-c .content .img .bg {
  width: 110%;
  height: 110%;
  margin-top: -5%;
  margin-left: -5%;
}

.home-c .content .numlist {
  position: absolute;
  bottom: 1.975rem;
  left: 1.725rem;

  display: flex;
}

.home-c .content .numlist .li {
  padding: .75rem 0 .75rem .75rem;
  display: flex;
  border-right: 1px solid #eee;
  width: 6.825rem;
  background-color: #fff;
}

.home-c .content .numlist .li .icon {
  /* width: .75rem; */
  margin-right: .55rem;
  transform: translateY(.225rem);
}

.home-c .content .numlist .li .top {
  display: flex;
}

.home-c .content .numlist .li .top .num {
  font-size: 1.5rem;
  line-height: 1;
  color: #333333;
  /* font-family: "DIN-BOLD"; */
  letter-spacing: -3px;
}


.home-c .content .numlist .li .top .dw {
  font-size: .75rem;
  line-height: 1;
  margin-left: .225rem;
}

.home-d {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.home-d .content {
  margin-top: 1rem;
  overflow: hidden;
}

.hd-container .swiper-slide {
  width: 25%;
  padding: 1rem 0.75rem;
  background-color: #fff;
  border: 1px solid rgba(68, 68, 68, .1);
  border-right: 0;
  transition: all 0.5s;
}



.hd-container .swiper-slide .img {
  width: 100%;
  height: 7.2rem;
  margin-top: .475rem;
  overflow: hidden;
}

.hd-container .swiper-slide .tit-16 {
  color: #000;
}

.hd-container .swiper-slide .t2 {
  margin-top: .7rem;
  line-height: 1.4;
  color: #000;
  height: 2.1rem;
  overflow: hidden;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hd-container .swiper-slide:last-child {
  border-right: 1px solid rgba(68, 68, 68, .1);
}

.hd-container .swiper-slide:hover {
  box-shadow: 0px 0px 20px 0px rgba(28, 22, 23, 0.13);
  z-index: 3;
}

.hd-container .swiper-slide:hover .t2 {
  color: #F4C520;
}

.hd-container .swiper-slide:hover .img img {
  transform: scale(1.04);
}

.news-page {
  margin-top: 1.75rem;
  text-align: center;
}

.news-page .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background-color: rgba(203, 203, 203, 1);
  border-radius: 0;
  transition: all 0.5s;
  margin: 0 5px;
}

.hd-container {
  padding: 20px;
}

.news-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: rgba(244, 197, 32, 1);
}

.home-c .content .numlist .li:nth-child(2n) {
  animation-name: down;
}

.down {
  animation-name: down;
}

.up {
  animation-name: up;
}

.yleft {
  animation-name: yleft;
}

.yright {
  animation-name: yright;
}

.yrightcla {
  animation-name: yrightcla;
}

.ycentercla {
  animation-name: ycentercla;
}

.scrFx3 {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: ease-in;
}



@keyframes down {
  0% {
    transform: translateY(-50%);

    backface-visibility: hidden;
  }

  40% {
    transform: translateY(0);

    backface-visibility: hidden;
  }

  100% {
    transform: translateY(0);

    backface-visibility: hidden;
  }
}

@keyframes up {
  0% {
    transform: translateY(30px);

    backface-visibility: hidden;
  }

  40% {
    transform: translateY(0);

    backface-visibility: hidden;
  }

  100% {
    transform: translateY(0);

    backface-visibility: hidden;
  }
}

@keyframes yleft {
  0% {
    transform: translateX(-30%);
    opacity: 0;
    backface-visibility: hidden;
  }

  50% {
    transform: translateX(0);
    opacity: 1;
    backface-visibility: hidden;
  }

  100% {
    transform: translateX(0);

    backface-visibility: hidden;
  }
}


@keyframes yright {
  0% {
    transform: translateX(30%);
    opacity: 0;
    backface-visibility: hidden;
  }

  50% {
    transform: translateX(0);
    opacity: 1;
    backface-visibility: hidden;
  }

  100% {
    transform: translateX(0);

    backface-visibility: hidden;
  }
}

@keyframes yrightcla {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

    backface-visibility: hidden;
  }

  50% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    backface-visibility: hidden;
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    backface-visibility: hidden;
  }
}

@keyframes ycentercla {
  0% {
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);


  }

  50% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);

  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);

  }
}



footer {
  width: 100%;
  position: relative;
}

footer .footer {
  background: #F1F1F1;
  padding: 2.175rem 1.7rem;
  padding-bottom: 0;
}

footer .footer .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .footer .top .li {
  width: 15%;
}

footer .footer .top .li .tit {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  transition: all 0.5s;
  text-transform: uppercase;
}

footer .footer .top .li .f-nav {
  margin-top: .85rem;
}

footer .footer .top .li .f-nav a {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
  position: relative;
  transition: all 0.5s;

}

footer .footer .top .li .tit:hover {
  color: rgba(244, 197, 32, 1);
}

footer .footer .top .li .f-nav a::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 0%;
  margin-top: 1px;
  background-color: rgba(244, 197, 32, 1);
  height: 2px;
  transition: all 0.5s;
}

footer .footer .top .li .f-nav a:hover {
  color: rgba(244, 197, 32, 1);
  padding-left: 12px;
}

footer .footer .top .li .f-nav a:hover::after {
  width: 10px;
}

footer .footer .top .li .phone {
  display: flex;
  margin-top: .85rem;
}

footer .footer .top .li .phone svg {
  fill: #333;
  width: 19px;
  margin-right: 2px;
}


footer .footer .top .li .emlis {
  display: flex;
  margin-top: 0.3rem;
  align-items: center;

}

footer .footer .top .li .emlis svg {
  fill: #333;
  width: 19px;
  margin-right: 6px;
}

footer .footer .top .li .share-list {
  display: flex;
  margin-top: 1.25rem;
}

footer .footer .top .li .share-list a {
  display: block;
  width: 24px;
  position: relative;
  margin-right: .5rem;
  transition: all 0.5s;

}

footer .footer .top .li .share-list a {
  filter: grayscale(100%) brightness(0%) !important;
  opacity: 0.7;
}

footer .footer .top .li .share-list a:hover {
  filter: grayscale(0%) brightness(100%) !important;
  opacity: 1;
}

footer .footer .bot {
  margin-top: 4.475rem;
  padding: .725rem 0;
  border-top: 1px solid rgba(68, 68, 68, .15);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}


.sub-banner {
  height: 20rem;
  overflow: hidden;
}

.sol-a {
  padding-bottom: 1.5rem;
}

.sol-a a {
  display: block;
  width: calc((100% - 1.5rem) / 2);
  height: 17rem;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  float: left;
  position: relative;
  overflow: hidden;
}

.sol-a a .bg {
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  margin-top: -0.3rem;
}

.sol-a a .bg {
  transform: all 1.6s;
}

.sol-a a:hover .bg {
  transform: scale(1.08);
}

.sol-a a:nth-child(2n) {
  margin-right: 0;
}

.sol-a a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  padding-bottom: 1.575rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.5s;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}

.sol-a a .txt .more {

  margin-top: .75rem;
  /* transform: scale(0); */
  opacity: 0;
  transition: all 0.5s;
}

.sol-a a .txt {
  padding-bottom: 0;
}

.sol-a a:hover .txt {
  padding-bottom: 1.575rem;
}

.sol-a a:hover .more {

  /* transform: scale(1); */
  opacity: 1;
}

.pc-header .left_btn .header-nva .li.on .tit {
  color: #F4C520;
}

.pc-header .left_btn .header-nva .li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.pc-header .left_btn .header-nva .li::after {
  content: "";
  width: 0%;
  height: 4px;
  background-color: #F4C520;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.5s;
}

.pc-header .left_btn .header-nva .li.on::after {
  width: 100%;
}

.pc-header .left_btn .header-nva .li.on:hover .tit {
  letter-spacing: normal;
}


.mbx {
  padding-top: 30px;
  position: relative;
  z-index: 33;
}

.mbx .view {
  display: flex;
  align-items: center;
  color: #000000;
}

.mbx .view a {
  display: flex;
  align-items: center;
  font-weight: 400;

  color: #999999;
}

.mbx .view span {}

.mbx .view a:hover {
  color: #F4C520;
  opacity: 1;
}

.mbx .view a .icon {

  width: .4rem;
  height: 16px;
  transform: translateY(-2px);

}

.mbx .view img {
  opacity: 0.5;
}

.mbx .view a .tit-16 {
  line-height: 1;
  margin: 0 11px;
}

.mbx .view a .icon svg {
  fill: #F4C520;
}

.mbx .view a:hover .icon svg {
  fill: #F4C520;

}

.mbx .view a .tit-16.ac {
  color: #000;
}

.news {
  padding: 0 6.25rem;
  margin-top: 2.65rem;

}

.news-container {
  overflow: hidden;
}

.news-container .swiper-slide {
  width: 100%;
  display: flex;
}

.news-container .swiper-slide .img {
  width: 17.75rem;
  height: 13.375rem;
}

.news-container .swiper-slide .txt {
  width: calc(100% - 17.75rem);
  padding-left: 1.55rem;
}

.news-container .swiper-slide .txt .t1 {
  font-weight: 400;
  color: #13110C;
  line-height: 1.2;
}

.news-container .swiper-slide .txt .t2 {
  margin-top: .8rem;
  color: #666666;
}

.news-container .swiper-slide .txt .more {
  margin-top: 2.8rem;
}

.news .news-page {
  position: absolute;
  left: calc(50% + 1.55rem);
  text-align: left;
  z-index: 3;
  bottom: 0 !important;
}

.news-list {
  margin-top: 1.875rem;
}



.news-list .list a {
  display: block;
  width: calc(100% / 3);
  padding: 1.475rem 1.125rem;
  background-color: #fff;
  border: 1px solid rgba(68, 68, 68, .1);
  border-right: 0;
  transition: all 0.5s;
  float: left;
}



.news-list .list a .img {
  width: 100%;
  height: 7.7rem;
  margin-top: .475rem;
  overflow: hidden;
}

.news-list .list a .tit-16 {
  color: #000;
}

.news-list .list a .t2 {
  margin-top: .7rem;
  line-height: 1.4;
  color: #000;
  height: 4.5em;
}

.news-list .list a:last-child {
  border-right: 1px solid rgba(68, 68, 68, .1);
}

.news-list .list a:hover {
  z-index: 3;
  box-shadow: 0px 0px 20px 0px rgba(28, 22, 23, 0.13);
}

.news-list .list a:hover .img .bg {
  transform: scale(1.04);
}

.anim_emt.start.scale_down {
  -webkit-animation-name: mk_scale2;
  animation-name: mk_scale2;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@keyframes mk_scale2 {
  0% {
    transform: scale(1.1);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.a-del1 {
  animation-delay: 0.1s;
}



.page {
  text-align: center;
  position: relative;
  margin-top: 2.5rem;
}

.page a {
  display: inline-block;
  width: 41px;
  height: 41px;

  vertical-align: top;
  margin: 0 2px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
  font-family: "AvantGardeLT-Demi";
  color: #666666;
  transition: all 0.5s;
}

.page a.active {
  color: #FFFFFF;
  background-color: #F4C520;
}

.page a:hover {
  color: #FFFFFF;
  background-color: #F4C520;
}

.page a[rel=next] {
  background-image: url(../img/mbx.png);
  background-repeat: no-repeat;
  background-position: center;

}

.page a[rel=prev] {
  background-image: url(../img/mbx.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.page a[rel=next]:hover,
.page a[rel=prev]:hover {
  background-image: url(../img/mbx2.png);
}

.news {
  padding-bottom: 3.7rem;
}

.cont-box {
  padding: 0 1.75rem;
  margin-bottom: 1.25rem;
}

.cont-box .box {
  padding: 2.025rem 0 2.1rem;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont-box .box .t {
  margin-top: 1.225rem;
  margin-bottom: 1.275rem;
}


.events .et1 {
  line-height: 1;
  color: #13110C;
}

.events .txt .t1 {
  margin-top: 0.4rem;
  text-decoration: underline;
}

.events .news-container .swiper-slide .t2 {
  margin-top: 1.75rem;
}

.events .txt .t2 .li {
  display: flex;
  margin-bottom: .25rem;
}

.events .txt .t2 .li .icon {
  margin-right: .5rem;
  width: 20px;
}

.events .news-container .swiper-slide .txt .more {
  margin-top: 2rem;
}

.news-list .table {
  width: 100%;
  text-align: left;
  font-size: 0;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 1.95rem;
}

.news-list .table .li {
  font-size: 16px;
  color: #999999;
  display: inline-block;
  padding: .625rem 0;
  position: relative;
  line-height: 1;
  margin-right: 1.4rem;
  cursor: pointer;
  transition: all 0.5s;
}

.news-list .table .li::after {
  content: "";
  width: 0%;
  height: 5px;
  background: #F4C520;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.news-list .table .li.on {
  color: #333;
}

.news-list .table .li.on::after {
  width: 100%;
}

.news-list .table .li:hover {
  color: #333;
}

.news-list .table .li:hover::after {
  width: 100%;
}

.events .news-list .list a {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  border: 0;
  padding: 0;
  margin-bottom: 1.95rem;
}

.events .news-list .list a:nth-child(3n) {
  margin-right: 0;
}

.events .news-list .list a .img {
  margin-top: 0;
}

.events .news-list .list a .et1 {
  line-height: 1.2;
  margin-top: 1rem;
  transition: all 0.5s;
}

.events .news-list .list a .t1 {
  margin-top: .4rem;
  text-decoration: underline;
  transition: all 0.5s;
}

.events .news-list .list a .t2 {
  margin-top: .75rem;
}

.events .news-list .list a .t2 .li {
  display: flex;
  margin-bottom: .35rem;
}

.events .news-list .list a .t2 .li .icon {
  margin-right: .5rem;
  width: 20px;
}

.events .news-list .list a .txt .more {
  margin-top: 2rem;
}

.events .news-list .list a:hover {
  background-color: transparent;
  box-shadow: none;
}

.events .news-list .list a:hover .et1 {
  color: #F4C520;
}

.events .news-list .list a:hover .t1 {
  color: #F4C520;
}


.sus-a {
  padding: 5.725rem 0;
  text-align: center;

}

.sus-a .txt {


  text-transform: uppercase;
}

.sus-b {
  height: 26.275rem;
}

.sus-b .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 3.925rem 1.75rem;
  text-transform: uppercase;
}

.sus-b .txt .t2 {
  line-height: 1.2;
  margin-top: 2rem;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sus-b .txt .t3 {
  width: 21.65rem;
  color: #FFFFFF;
  text-transform: none;
  padding-top: 1.5rem;
  margin-left: calc(100% - 21.65rem);
}

.sus-c {
  background-color: #fff;
  height: 23.9rem;
}

.sus-c .t1 {
  text-align: left;
  line-height: 1.1;
  position: absolute;
  top: 5.65rem;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  z-index: 2;
}

.sus-c .img {
  position: absolute;
  top: 7.15rem;
  left: 17.3%;
  width: 11.75rem;
}

.sus-c .t2 {
  color: #333333;
  position: absolute;
  right: 12.34%;
  top: 13.2rem;
  width: 12.9rem;
}

.sus-d {
  background: #F5F5F5;
  padding: 1.95rem 0;
  padding-right: 6.25rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.sus-d .txt {
  padding-left: 6.375rem;
  padding-top: 3.275rem;
}

.sus-d .txt .t2 {
  width: 12.9rem;
  color: #333333;
  margin-top: 1.2rem;
}

.sus-d .list {
  width: 16.325rem;
  display: flex;
  flex-wrap: wrap;
}

.sus-d .list .li {
  width: 100%;

  background-color: #fff;
  display: flex;
  padding: 1.6rem 1rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.4rem;
}

.sus-d .list .li:nth-child(2n) {
  margin-right: 0;
}

.sus-d .list .li .icon {
  width: 4.25rem;
  height: 4.25rem;
  background: #F7F7F7;
  border-radius: 50%;
  position: relative;
}

.sus-d .list .li .newsyy {
  width: calc(100% - 5rem);
  padding-left: 1rem;
}

.sus-d .list .li .icon .num {
  position: absolute;
  bottom: -0.425rem;
  left: -0.425rem;
  color: #F4C520;
  line-height: 1;
  font-size: 1.8rem;
  opacity: 0.5;
}

.sus-d .list .li .tit-22 {
  /* margin-top: 1.65rem; */
  color: #000;
}

.sus-d .list .li .tit-16 {
  margin-top: .5rem;
  color: #666;
}

.sup-a {
  padding: 4.25rem 0 6.5rem;
  text-align: center;
}

.sup-a .t1 {
  text-transform: uppercase;
}

.sup-a .t2 {
  width: 30.5rem;
  margin: 0 auto;
  margin-top: 1rem;
}

.sup-b {
  background: #F5F5F5;
  padding: 4.925rem 6.25rem;
}

.sup-b .t2 {
  color: #333333;
  line-height: 1;
  margin-top: 3.8rem;
}

.sup-b .t3 {
  width: 15.375rem;
  margin-top: .825rem;
}

.sup-b .img {
  position: absolute;
  top: -2rem;
  right: 6.25rem;
  width: 15.5rem;
  overflow: hidden;
}

.sup-b .list {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}

.sup-b .list .li {
  text-align: center;
  position: relative;
}

.sup-b .list .li .num {
  font-style: italic;
  color: #D3D3D3;
  font-size: 18px;
  line-height: 1;
}

.sup-b .list .li .icon {
  margin-top: 1.15rem;
}

.sup-b .list .li .tit-16 {
  font-style: italic;
  position: absolute;
  /* bottom: -1.25rem; */
  left: 50%;
  line-height: 1.5;
  width: 5rem;
  color: #666;
  transform: translateX(-50%);
  /* white-space: nowrap; */
  transition: all 0.5s;
  opacity: 1;
  margin-top: .5rem;
}

.sup-b .list .li:hover .tit-16 {
  /* opacity: 1; */
}

.sup-c {
  height: 20rem;
}

.sup-c .bglist {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.supc-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.supc-container .swiper-slide {
  width: calc(100% / 3);
  border-right: 1px solid rgba(247, 240, 220, .3);
  height: 100%;
  background: rgba(0, 0, 0, .5);
  transition: all 0.5s;
  cursor: pointer;
}

.supc-container .swiper-slide:hover {
  background: rgba(0, 0, 0, .7);
}

.supc-container .swiper-slide .t1 {
  width: 100%;
  text-align: center;
  line-height: 1;
  transition: all 0.5s;
}

.supc-container .swiper-slide .icon {
  margin-top: 1.675rem;
}

.supc-container .swiper-slide .t2 {
  text-align: center;
  margin-top: 1rem;
  line-height: 2.1;
}

.supc-container .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
}

.supc-container .swiper-slide:hover .t1 {
  opacity: 0;
}

.supc-container .swiper-slide:hover .txt {
  opacity: 1;
}

.supc-container .swiper-slide .txt .ani {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s;
}

.supc-container .swiper-slide:hover .txt .ani {
  transition-delay: 0.1s;
  transform: translateY(0px);
  opacity: 1;
}

.supc-container .swiper-slide:hover .txt .icon {
  transition-delay: 0.3s;
}

.supc-container .swiper-slide:hover .txt .t2 {
  transition-delay: 0.5s;
}

.supc-container .news-page {
  position: absolute;
  margin-top: 0;
  z-index: 3;
  bottom: 2.2rem !important;
}

.sup-d .list {
  margin-top: 2.75rem;
  padding: 0 6.25rem;
  padding-bottom: 3.525rem;
}

.sup-d .list .li {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(227, 227, 227, 1);

}

.sup-d .list .li .top {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.sup-d .list .li .top .right-btn {
  width: 1.5rem;
  height: 1.5rem;
  background: #F4C520;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}

.sup-d .list .li .top .right-btn::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #000000;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -6px;
}

.sup-d .list .li .top .right-btn::before {
  content: "";
  height: 12px;
  width: 2px;
  background: #000000;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -1px;
}

.sup-d .list .li .top:hover .right-btn {
  transform: rotate(180deg);
}

.sup-d .list .li .content {
  padding: .75rem 0 0;
  text-align: left;
  display: none;
}

.sup-d .list .li .content .t3 {
  width: 80%;
  line-height: 1.5;
}

.sup-d .list .li .content .box-list {
  margin-top: .85rem;
  display: flex;
  flex-wrap: wrap;
}

.sup-d .list .li .content .box-list .box {
  border: 1px solid #DEDEDE;
  height: 4.275rem;
  width: calc((100% - 1.425rem) / 4);
  margin-right: .475rem;
  padding: .975rem;
  position: relative;
  margin-bottom: .475rem;
  transition: all 0.5s;
  padding-right: calc(42px + .975rem);
}

.sup-d .list .li .content .box-list .box:nth-child(4n) {
  margin-right: 0;
}

.sup-d .list .li .content .box-list .box .t {
  line-height: 1.3;
}

.sup-d .list .li .content .box-list .box .icon {
  position: absolute;
  bottom: .975rem;
  right: .975rem;
}

.sup-d .list .li .content .box-list .box:hover {
  transform: translateY(-10px);
}

.sup-d .list .li.on .top .right-btn::before {
  display: none;
}

.sup-d .list .li:last-child {
  border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.nav-list {
  margin-top: 6px;
  display: flex;
}

.nav-list a {
  display: flex;
  width: calc((100% - .4rem) /3);
  margin-right: .2rem;
  height: 2.075rem;
  background: #F5F5F5;
  line-height: 1;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  position: relative;
  transition: all 0.5s;
}

.nav-list a.two {
  width: calc((100% - .4rem) /2);
}

.nav-list a.four {
  width: calc((100% - .4rem) /4);
}

.nav-list a .tit-18 {
  z-index: 2;
  text-align: center;
}

.nav-list a .tit-18 br {
  display: none;
}

.nav-list a:last-child {
  margin-right: 0;
}

.nav-list a:hover {
  color: #fff;
}

.nav-list a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F4C520;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
  z-index: 1;
}

.nav-list a:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.sd-b {
  padding-bottom: 5.275rem;
}

.sd-b .top {
  display: flex;
  padding: 0 2.8rem;
}

.sd-b .top .left {
  width: 50%;
  padding-right: 1rem;
}

.sd-b .top .left .t2 {
  margin-top: 1.5rem;
}

.sd-b .top .list {
  width: 50%;
  padding-left: 4rem;
  padding-top: 1rem;
}

.sd-b .top .list .li {
  padding: .85rem 0;
  display: flex;
  border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.sd-b .top .list .li .icon {
  width: 1.05rem;
  margin-right: 1rem;
}

.sd-b .top .list .li .t {
  width: calc(100% - 2.05rem);
}

.sd-b .top .list .li:last-child {
  border-bottom: 0;
}

.sd-b .img {
  height: 17.5rem;
  overflow: hidden;
  margin-top: 2.7rem;
  position: relative;
}

.sd-b .img .bg {
  /* background-attachment: fixed; */
  transition: all 0s;
  height: 120%;
}

.sub-c {
  padding-bottom: 4.475rem;
}

.sd-d {
  padding-bottom: 3.775rem;
}

.sd-container {
  margin-top: 2.2rem;
  overflow: hidden;
}

.sd-container .swiper-slide {
  display: block;
  width: calc((100% - 3.25rem) / 3);
  margin-right: 1.625rem;
  transition: all 0.5s;
}

.sd-container .swiper-slide:last-child {
  margin-right: 0;
}

.sd-container .swiper-slide .img {
  width: 100%;
  height: 9.25rem;
  overflow: hidden;
}

.sd-container .swiper-slide .txt {
  width: 100%;
  padding: 1.3rem .4rem;
  border: 1px solid #DDDDDD;
  height: 5rem;
}

.sd-container .swiper-slide .t1 {
  line-height: 1.2;
  text-align: center;
  transition: all 0.5s;
  display: none;
}

.sd-container .swiper-slide .tip {
  /* margin-top: .75rem; */
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.sd-container .swiper-slide .tip .li {
  display: flex;
  margin: 0 .5rem;
  color: #000;
}

.sd-container .swiper-slide .tip .li .icon {
  width: .55rem;
  margin-right: .225rem;
}

.sd-container .swiper-slide:hover {
  box-shadow: 0px 0px 20px 0px rgba(28, 22, 23, 0.13);
}

.sd-container .swiper-slide:hover .t1 {
  color: #F4C520;
}

.sd-container .swiper-slide:hover .bg {
  transform: scale(1.03);
}

.sinfo .sup-a .t2 {
  width: 33.5rem;
}

.sinfo .sup-a {
  padding: 3.75rem 0;
}

.sinfo-a {
  padding-bottom: 3rem;
}

.sinfo-a .bg {
  width: 100%;
  height: 19rem;
  /* background-attachment: fixed; */
}

.sinfo-a .content {
  width: 35.5rem;
  margin: 0 auto;
  display: flex;

  background: #F7F7F7;
  margin-top: -4.4rem;
}

.sinfo-a .content .left {
  padding: 2rem 2.2rem;
  width: 45%;
  border-right: 1px solid #DEDEDE;

}

.sinfo-a .content .left .t2 {
  margin-top: .5rem;
  line-height: 1;
}

.sinfo-a .content .right {
  width: 55%;

  padding: 1.2rem 2.35rem 1rem 1.875rem;
}

.sifo-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.sifo-container .li {
  display: flex;
  margin-bottom: 1.075rem;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.8s;
}

.sifo-container .li .icon {
  width: 0.75rem;
  margin-right: 0.9rem;
  transform: translateY(0.1rem);
}

.sifo-container .li .txt {
  width: calc((100% - 1.65rem));
}

.sifo-container .news-page {
  position: absolute;
  bottom: 0rem !important;
  text-align: left;
  z-index: 3;
}

.sifo-container .news-page .swiper-pagination-bullet {
  opacity: 1;
}

.sifo-container .swiper-slide.swiper-slide-active .li {

  opacity: 1;
  transform: translateX(0px);

}

.sifo-container .li:nth-child(1) {
  transition-delay: 0.1s;
}

.sifo-container .li:nth-child(2) {
  transition-delay: 0.2s;
}

.sifo-container .li:nth-child(3) {
  transition-delay: 0.3s;
}

.sinfo-b {
  padding: 0 6.25rem;
  padding-top: 2rem;
}

.sinfo-b .content {
  margin-top: 1.85rem;
  min-height: 21.95rem;
  box-shadow: 0px 0px 20px 0px rgba(28, 22, 23, 0.13);
  display: flex;
}

.sinfo-b .content .left {
  width: 10.5rem;
  background: #F5F5F5;
  min-height: 21.95rem;
}

.sinfo-b .content .left .li {
  width: 100%;
  height: 3.25rem;
  padding-left: 1.325rem;
  display: flex;
  color: #333333;
  transition: all 0.5s;
  cursor: pointer;

  align-items: center;
}

.sinfo-b .content .left .li.on {
  background-color: #fff;
  color: #F4C520;
}

.sinfo-b .content .left .li:hover {
  background-color: #fff;
  color: #F4C520;
}

.sinfo-b .content .right {
  width: calc(100% - 10.5rem);
  padding: 1.6rem 2rem;
}


.sinfo-b .content .right .t1 {
  line-height: 1;
  color: #333333;
  /* opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s; */
}

/* .sinfo-b .content .right.on .t1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
} */

.sinfo-b .content .right .t2 {
  line-height: 1.5;
  margin-top: .75rem;
  /* opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s; */
}

/* .sinfo-b .content .right.on .t2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
} */

.sinfo-b .content .right .list {
  display: flex;
  margin-top: 0.5rem;
  flex-wrap: wrap;
  /* opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s; */
}

/* .sinfo-b .content .right.on .list {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
} */

.sinfo-b .content .right .list .li {
  display: flex;
  width: 50%;
  padding-right: 0.5rem;
  align-items: center;
  margin-bottom: .325rem;
}

.sinfo-b .content .right .list .li:nth-child(2n) {
  padding-right: 0;
  padding-left: .5rem;
}

.sinfo-b .content .right .list .li .icon {
  width: 1.45rem;
  height: 1.45rem;
  background: #F5F5F5;
  border-radius: 50%;
  position: relative;
  margin-right: .55rem;
}

.sinfo-b .content .right .list .li .icon img {
  max-width: 50%;
}

.sinfo-b .content .right .list .li .tit-16 {
  width: calc(100% - 2rem);

}

.sinfo-b .content .right .img {
  margin-top: 1rem;
  /* opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s; */
}

.sinfo-b .content .right.on .img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.sinfo-b .content .right iframe {
  width: 100%;
  height: 8.1rem;
  margin-top: 1rem;
  /* opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s; */
}

.sinfo-b .content .right.on .iframe {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.sinfo-b .content .right object {
  width: 100%;
  height: 8.1rem;
  margin-top: 1rem;
  /* opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s; */
}

.sinfo-b .content .right.on object {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.sinfo-b {
  padding-bottom: 3.75rem
}

.sinfo .sd-d {
  padding-top: 3.75rem;
}

.por-a {
  padding-top: 3.25rem;
  padding-bottom: 2.85rem;
}

.por-a .t1 {
  text-transform: none;
}

.por-a .t2 {
  width: 31.8rem;
  line-height: 1.5;
}

.por-b {
  padding: 0 6.25rem;
}

.por-b .box {
  background: #F5F5F5;
  padding: 2.275rem 3.375rem;
  position: relative;
  margin-bottom: 3.75rem;
  width: calc(100% - 3.5rem);
}

.por-b .box .t1 {
  line-height: 1.1;
}

.por-b .box .t2 {
  margin-top: .75rem;
  width: 12rem;
}




.por-b .box .list {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  width: 12rem;
}

.por-b .box .list .li {
  display: flex;
  width: 50%;
  padding-right: 0.5rem;
  align-items: center;
  margin-bottom: .75rem;
}

.por-b .box .list .li:nth-child(2n) {
  padding-right: 0;
  padding-left: .5rem;
}

.por-b .box .list .li .icon {
  width: .9rem;

  background: #F5F5F5;
  border-radius: 50%;
  position: relative;
  margin-right: .5rem;
}

.por-b .box .more {
  margin-top: 1.725rem;
}


.por-b .box .list .li .tit-16 {
  line-height: 1.2;
  width: calc(100% - 1.4rem);
  white-space: nowrap;

}

.por-b .box .img {
  width: 20.5rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: -5.25rem;
  filter: grayscale(100%);
  opacity: 0.8;
  text-align: left;
  transition: all 0.5s;
}

.por-b .box .img img {
  max-width: 20.5rem;
  max-height: 20.7rem;
  display: inline-block;
}

.por-b .box.on .img {
  filter: grayscale(0%);
  opacity: 1;
}

.por-b .box:nth-child(2n) {
  margin-left: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.por-b .box:nth-child(2n) .img {
  right: auto;
  /* left: -5.25rem; */
  left: -8rem;

}

.pd-a {
  padding: 3.75rem 0;
}

.pd-a .view {
  display: flex;
}

.pd-a .left {
  width: 45%;
  padding-right: 3.025rem;


}

.pd-a .left .t2 {
  margin-top: 1.625rem;
}

.pd-a .right {
  width: 55%;
  height: 12.625rem;
  overflow: hidden;
  position: relative;
}

.pd-a .right .play {
  display: flex;
  width: 100%;
  padding: 1rem 1.25rem;
  position: absolute;
  bottom: 0;
  align-items: center;
  z-index: 3;
  cursor: pointer;
}

.pd-a .right .play .icon {
  margin-right: .55rem;
  width: 1.5rem;
  transition: all 0.5s;
}

.pd-a .right .play:hover .icon {
  transform: scale(.9);
}

.pd-b {
  padding-top: 1.75rem;
}

.pd-b .list .swiper-wrapper {
  display: block;
}

.pd-b .more {
  margin-top: 1rem;
  width: auto;
  padding: 20px 25px;
}

.pd-b .li {
  padding-left: 2.4rem;
  margin-top: 3.025rem;
  display: flex;
}

.pd-b .li .pimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pd-b .li .pimg img {
  max-height: 8.9rem;
}

.pd-b .li .pimg .t {
  font-weight: bold;
  color: #1E1E1E;
  opacity: 0.3;
  margin-top: .65rem;
  line-height: 1;
  text-align: center;
}

.pd-b .li .lis {
  width: 7.75rem;
  margin-left: 16px;
  display: flex;
  box-shadow: 0px 0px 13px 0px rgb(28 22 23 / 13%);
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: .5rem;
  margin-bottom: .5rem;
  height: 5.3rem;
  padding-bottom: 1.05rem;
  text-align: center;
  line-height: 1.2;
}

.pd-b .li .lis.lis1 {
  margin-left: 2.5rem;
  height: 11.1rem;
}



.pd-b .li .lis.lis3 {
  padding: 0;
  height: 11.1rem;
  display: block;
}

.pd-b .li .lis.lis3 .p {
  height: 20%;
  padding: 0 .5rem;
  border-bottom: 1px solid rgba(222, 222, 222, .5);
  display: flex;
  align-items: center;
  color: #808080;
  font-size: .45rem;
  text-align: left;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
}

.pd-b .li .lis.lis3 .p span:first-child {
  color: #000;
}

.pd-c {
  margin-top: 5rem;
  padding: 3.25rem 0;
}

.pd-c .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: .75rem;
}

.pd-c .list .li {
  margin-top: 1.25rem;
  width: calc(100% / 3);
  padding: 1.4rem 1.75rem;
  transition: all 0.8s;
}

.pd-c .list .li .icon {
  width: 1.05rem;
  margin-bottom: .575rem;
  transition: all 0.5s;
}

.pd-c .list .li .t1 {
  line-height: 1;
  color: #333333;
}

.pd-c .list .li .t2 {
  color: #666666;
  line-height: 1.5;
  margin-top: .3rem;
  transition: all 0.5s;
}

.pd-c .list .li:hover {
  background-color: #F4C520;
}

.pd-c .list .li:hover .icon {
  filter: grayscale(100%) brightness(0%) !important;
}

.pd-c .list .li:hover .t2 {
  color: #333;
}

.pd-c {
  /* background-attachment: fixed; */
}

.pd-a .right:hover .bg {
  transform: scale(1.04);
}

.e-det .txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 4.225rem;
  color: #fff;
}

.e-det .txt .et1 {
  line-height: 1;
}

.e-det .txt .t1 {
  margin-top: 0.4rem;
  text-decoration: underline;
}




.e-det .txt .t2 {
  margin-top: 1.5rem;
}

.e-det .txt .t2 .li {
  display: flex;
  margin-bottom: .35rem;
}

.e-det .txt .t2 .li .icon {
  margin-right: .5rem;
  width: 20px;
}

.e-det .txt .more {
  margin-top: 2rem;
}

.e-det-a {
  padding: 3.9rem 0;
}

.e-det-a .t2 {
  width: 32.025rem;
}

.e-det-b .content {
  background: #F5F5F5;
  display: flex;
  margin-bottom: 2.25rem;
}

.e-det-b .content .left {
  width: 55.7%;
  padding: 2.75rem 2.675rem;
  padding-left: 6.25rem;
}

.e-det-b .content .left .t2 {
  margin-top: 1.25rem;
}

.e-det-b .content .left .more {
  margin-top: 3rem;
}

.e-det-b .content .left .list {

  margin-top: 3.25rem;
}

.e-det-b .content .left .list .li {
  display: flex;
  margin-bottom: .8rem;
}

.e-det-b .content .left .list .li .icon {
  width: 22px;
  margin-right: 20px;
}

.e-det-b .content .left .list .li .t {
  width: calc(100% - 42px);
  line-height: 1.5;
}

.e-det-b .content .img {
  width: 44.3%;
}

.e-det-b .content .left .list .li:last-child {
  margin-bottom: 0;
}

.e-det-b .content:nth-child(2n) {
  flex-direction: row-reverse;
  background-color: #fff;
}

.e-det-c {
  padding: 2.5rem 9.4rem;
  position: relative;
  z-index: 3;
  padding-bottom: 5.5rem;
}

.kls-form .li1 {
  width: calc((100% - 1.25rem) / 2);
  border-bottom: 1px solid #DFDFDF;
  padding-top: 1.225rem;
  padding-bottom: .45rem;
  display: flex;
  font-size: 16px;
  line-height: 1;
  color: #999999;
  float: left;
  margin-right: 1.25rem;
  align-items: center;
  position: relative;
}

.kls-form .li1 .tit {
  white-space: nowrap;
}

.kls-form .li2 {
  margin-right: 0;
}

.checklist {
  display: flex;
  margin-left: 1.2rem;
}

.checklist .checkbox {
  margin-right: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checklist .checkbox:last-child {
  margin-right: 0;
}

.checklist .checkbox .box {
  width: 16px;
  height: 16px;
  border: 1px solid #CBCBCB;
  border-radius: 50%;
  margin-right: .3rem;
  position: relative;
}

.checklist .checkbox.on .box {
  border: 3px solid #F4C520;
}

.checklist .checkbox.on .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background-color: #F4C520;
  border-radius: 50%;


}

.kls-form .li1 input {
  padding-left: 1rem;
  font-size: 14px;
  width: 80%;
}

.kls-form .li4 {
  width: 100%;
  margin-right: 0;
}

.kls-form .li3.industry {
  margin-right: 0;
  z-index: 5;
}

.kls-form .li3 .selcet {
  margin-left: 1rem;
  height: 100%;
  width: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.kls-form .li3 .selcet .op {
  position: absolute;
  top: 1.2rem;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(28, 22, 23, 0.13);
  padding: .5rem 1rem;
  display: none;
}

.kls-form .li3 .selcet .op .p {
  line-height: 1;
  cursor: pointer;
  padding: 0.3rem 0;
}

.kls-form .li3 .selcet .op .p:hover {
  color: #F4C520;

}

.kls-form .li3 .tits {
  height: 18px;
}

.kls-form .li3 .tits::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transition: all 0.5s;
}

.kls-form .li3 .selcet.on .tits::after {
  transform: rotate(-135deg);
}

.kls-form .li5 {
  margin-top: 1.25rem;
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #666666;
  width: 100%;
}

.kls-form .li5 .cbox {
  width: 15px;
  height: 15px;
  background: #F6F6F6;
  border: 1px solid #595959;
  margin-right: 16px;
  position: relative;
}

.kls-form .li5 .cbox.on {
  border: 3px solid #F4C520 !important;
}

.kls-form .li5 .cbox.on:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background-color: #F4C520;


}

.kls-form .li5 a {
  color: #666666;
  text-decoration: underline;
}

.kls-form .li6 {
  float: left;
  width: 100%;
  margin-top: .575rem;
  color: #999999;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 1440px) {
  .kls-form .li6 {
    font-size: 12px;
  }
}



.kls-form .li7 {
  float: left;
  width: 100%;
  margin-top: .575rem;
  color: #666666;
  line-height: 1.5;
  font-size: 14px;
}

.kls-form .submit {
  float: left;
  margin-top: .85rem;
}

.kls-form .submit input {
  width: 6.3rem;
  height: 1.6rem;
  background: #F4C520;
  color: #333333;
  font-size: .5rem;
  border: 1px solid #fff;
  box-shadow: 4px 4px 0 #F4C520;
  text-transform: uppercase;
  transition: 0.5s;
}

.kls-form .submit input:hover {

  box-shadow: 0px 0px 0 #FBC638;
}

.download {
  padding: 0 6.25rem;
  padding-top: 3.7rem;
  padding-bottom: 3.175rem;
}


.download .table {
  width: 100%;
  text-align: left;
  font-size: 0;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 1.95rem;
  margin-top: 2rem;
}

.download .table .li {
  font-size: 16px;
  color: #999999;
  display: inline-block;
  padding: .625rem 0;
  position: relative;
  line-height: 1;
  margin-right: 1.4rem;
  cursor: pointer;
  transition: all 0.5s;
}

.download .table .li::after {
  content: "";
  width: 0%;
  height: 5px;
  background: #F4C520;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.download .table .li.on {
  color: #333;
}

.download .table .li.on::after {
  width: 100%;
}

.download .table .li:hover {
  color: #333;
}

.download .table .li:hover::after {
  width: 100%;
}

.download .list {
  display: flex;
  flex-wrap: wrap;
}

.download .list a {
  width: calc(100% / 3);
  display: flex;
  margin-bottom: 2.325rem;

}

.download .list a .img {
  width: 5.5rem;
  overflow: hidden;
}

.download .list a .img img {
  transition: all 0.5s;
}

.download .list a:hover .img img {
  transform: scale(1.04);
}

.download .list a .txt {
  width: calc(100% - 5.5rem);
  padding: .55rem .875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download .list a .txt .t1 {
  line-height: 1.2;
  color: #000;
}

.download .list a .txt .t2 {
  line-height: 1.2;
  color: #666;
  margin-top: 0.5rem;
  font-size: 14px;
}


.download .list a .txt .down {
  /* width: 4.025rem; */
  height: 1.3rem;
  padding: 0 0.2rem;
  display: flex;

  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  transition: all 0.5s;
}

.download .list a .txt .down .icon {
  width: 21px;
  height: 21px;
  margin-right: 5px;
}

.download .video .list a .txt .down .icon {
  width: 29px;
  height: 29px;
  margin-right: 5px;
}

.download .list a .txt .down .icon svg {
  fill: #F4C520;
}

.download .list a:hover .txt .down {
  background-color: #F4C520;
  justify-content: center;
}

.download .list a:hover .txt .down .icon svg {
  fill: #000;
}

.download .page {
  margin-top: 0;
}

.don-doilg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 333;
  display: none;
}

.don-doilg .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
}

.don-doilg .do-box {
  width: 53.4%;
  background-color: #fff;
  padding: 1.675rem;
}

.don-doilg .do-box .kls-form .submit input {
  width: 5.25rem;
  height: 1.25rem;
  font-size: 16px;
}

.don-doilg .do-box .close {
  filter: brightness(0%);
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  transition: all 0.5s;

}

.don-doilg .do-box .close:hover {
  transform: rotate(180deg);
}

.case .table {
  margin-top: .8rem;
}

.case .ts {
  line-height: 1;
  margin-top: .75rem;
}


.case {
  padding: 0 6.25rem;
  padding-top: 3.7rem;
  padding-bottom: 3.175rem;
}


.case .table {
  width: 100%;
  text-align: left;
  font-size: 0;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 1.95rem;
  margin-top: 1rem;
}

.case .table .li {
  font-size: 16px;
  color: #999999;
  display: inline-block;
  padding: .625rem 0;
  position: relative;
  line-height: 1;
  margin-right: 1.4rem;
  cursor: pointer;
  transition: all 0.5s;
}

.case .table .li::after {
  content: "";
  width: 0%;
  height: 5px;
  background: #F4C520;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.case .table .li.on {
  color: #333;
}

.case .table .li.on::after {
  width: 100%;
}

.case .table .li:hover {
  color: #333;
}

.case .table .li:hover::after {
  width: 100%;
}

.case .list {
  display: flex;
  flex-wrap: wrap;
}


.case .list a {
  display: block;
  width: calc((100% - 2.45rem) / 3);
  margin-right: 1.225rem;
  transition: all 0.2s;
  margin-bottom: 1.825rem;
}


.case .list a:nth-child(3n) {
  margin-right: 0;
}

.case .list a .img {
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
}

.case .list a .txt {
  width: 100%;
  padding: 1.15rem .4rem;
  border: 1px solid #DDDDDD;
  height: 4.75rem;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.case .list a .t1 {
  line-height: 1.2;
  text-align: center;
  transition: all 0.5s;
  color: #000;
  height: 1.5rem;
}

.case .list a .tip {
  margin-top: .65rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.case .list a .tip .li {
  display: flex;
  margin: 0 .3rem;
  color: #000;
  align-items: center;
}

.case .list a .tip .li .icon {
  width: 9px;
  margin-right: .225rem;
}

.case .list a:hover {

  box-shadow: 0px 10px 20px 0px rgba(24, 24, 24, 0.12);
}

.case .list a:hover .bg {
  transform: scale(1.03);
}


.case .list a .more2 {
  display: flex;
  color: #F4C520;
  align-items: center;
  justify-content: center;
  margin-top: 0;

  margin-top: .75rem;

}

.case .list a .more2 svg {
  fill: #F4C520;
  margin-left: .4rem;
}

.case .list a:hover .txt {
  height: 5.8rem;
  margin-top: -1.05rem;
}

.case .list a:hover .more2 {

  opacity: 1;

}

.case-info {
  padding: 0 6.25rem;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}



.case-info .tip {
  margin-top: .65rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.case-info .tip .li {
  display: flex;
  margin: 0 .5rem;
  color: #000;
  align-items: center;
}

.case-info .tip .li .icon {
  width: 21px;
  margin-right: .225rem;
}

.case-info .t2 {
  margin-top: 1.75rem;
}

.case-info .numlist {
  display: flex;
  margin-top: 2.825rem;
  justify-content: space-between;
}

.case-info .numlist .li .icon {
  height: 1rem;
}

.case-info .numlist .li .numbox {
  font-size: 0;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: .2rem;

}

.case-info .numlist .li .numbox div {
  display: inline-block;
  vertical-align: bottom;
  /* font-family: "DIN-Bold"; */
  font-size: 1.65rem;
  line-height: 1;
  color: #F4C520;
}

.case-info .numlist .li .numbox div.dw {
  font-size: 24px;
  margin-left: 5px;
}

.case-info .numlist .li .tit-18 {
  line-height: 1.5;
}

.c-video-cont {
  height: 15rem;
  margin-top: 2.25rem;
  overflow: hidden;
}

.c-video-cont .icon {
  position: absolute;
  bottom: 1.325rem;
  left: 1.6rem;
  z-index: 3;
  cursor: pointer;
}

.c-video-cont .icon svg {
  fill: #F4C520;
  width: 1.6rem;
  transition: all 0.5s;
}

.c-video-cont .icon:hover svg {
  transform: scale(0.8);
}

.c-video-cont .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.c-video-cont .video video {
  width: 100%;
  height: 100%;
}

.case-info-b {
  padding: 0 6.25rem;
  padding-bottom: 3.75rem;
}

.case-info-b .content {
  margin-top: 1.95rem;
  overflow: hidden;
}

.case-info-b .content .cinfo-container .swiper-slide {
  width: calc((100% - 1.75rem) / 3);
  background: #F5F5F5;
  padding: .5rem 1rem;
  margin-right: .875rem;
  text-align: center;
  padding-bottom: 1.8rem;
}

.case-info-b .content .cinfo-container .swiper-slide:last-child {
  margin-right: 0;
}

.case-info-b .content .cinfo-container .swiper-slide .img {
  width: 100%;
  position: relative;
  height: 6.875rem;
}

.case-info-b .content .cinfo-container .swiper-slide .img img {
  max-width: 80%;
  max-height: 100%;

}

.case-info-b .content .cinfo-container .swiper-slide .t1 {
  color: #000000;
  text-transform: uppercase;
  height: 2rem;
  line-height: 1.3;
}

.case-info-b .content .cinfo-container .swiper-slide .more {
  margin-top: .925rem;
  color: #000;
}

.indu .ts {
  line-height: 1;
  margin-top: .75rem;
}


.indu {
  padding: 0 6.25rem;
  padding-top: 3.7rem;
  padding-bottom: 3.175rem;
}

.indu .list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.indu .list a {
  display: block;
  width: calc((100% - 2.5rem) / 3);
  margin-right: 1.25rem;
  transition: all 0.5s;
  margin-bottom: 1.125rem;
}

.indu .list a:nth-child(3n) {
  margin-right: 0;
}

.indu .list a .img {
  height: 7.5rem;
  width: 100%;
  overflow: hidden;
}

.indu .list a .t {
  background-color: #fff;
  padding: .75rem 0;
  line-height: 1.2;
  text-align: left;
  transition: all 0.5s;
}

.indu .list a:hover {
  box-shadow: 0px 3px 10px 6px rgba(0, 0, 0, 0.14);
}

.indu .list a:hover .bg {
  transform: scale(1.02);
}

.indu .list a:hover .t {
  /* text-align: center; */
  padding: .75rem 0.5rem;
  color: #F4C520;
}

.ind-info {
  margin-top: 1.05rem;
}

.ind-info-a {
  display: flex;
  background: #FAFAFA;
  padding: 2.85rem 1.7rem 2.4rem;
}

.ind-info-a .txt {
  width: 57%;
  padding-right: 2.7rem;
}

.ind-info-a .txt .t1 {
  margin-top: 1.5rem;
}

.ind-info-a .img {
  width: 43%;
  min-height: 10.5rem;
}

.ind-info-b {
  padding-top: 3.25rem;
}

.ind-info-b .content {
  margin-top: 1.475rem;
}

.ind-info-b .content .list {
  width: 100%;

  overflow: hidden;
  text-align: center;
  margin-bottom: 1.5rem;
  min-height: 15rem;
}

.ind-info-b .content .list .bg {
  position: absolute;
  top: 0;
  left: 0;
}

.ind-info-b .content .list:hover .bg {
  transform: scale(1.02);

}

.ind-info-b .content .list .cont {
  padding-top: 2.75rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
}

.ind-info-b .content .list .t1 {
  text-align: center;
  line-height: 1;
}

.ind-info-b .content .list:hover .t1 {
  transform: scale(.98);
}

.ind-info-b .content .list .t2 {
  text-align: center;
  line-height: 1.5;
  width: 23.75rem;
  margin: 0 auto;
  margin-top: .45rem;
}

.ind-info-b .content .list .numlist {
  display: flex;
  margin-top: 1.2rem;
  align-items: flex-start;
  justify-content: center;
}

.ind-info-b .content .list .numlist .li {
  margin: 0 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.ind-info-b .content .list .numlist .li .lh1 {
  line-height: 1.5;
}

.ind-info-b .content .list .numlist .li .nums {
  display: flex;
  align-items: flex-end;
  margin-bottom: .6rem;
}

.ind-info-b .content .list .numlist .li .nums .num {
  font-size: 1.8rem;
  line-height: 1;
}


.ind-info-b .content .list .numlist .li .nums .dw {
  font-size: .55rem;
  line-height: 1;
}


.ind-info-b .content .list .more {
  margin-top: 2rem;
}

.about-a {
  padding-top: 3.85rem;
  padding-bottom: 2.5rem;
}

.about-a .view {
  display: flex;
  justify-content: space-between;
}

.about-a .img {
  width: 26.225rem;

}

.about-a .img .txt {
  width: 23.95rem;
  position: absolute;
  left: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: #FAFAF9;
  height: 13.15rem;
  padding: 2.975rem 0;

}

.about-a .img .txt .c {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 1.625rem;
}

.about-a .list {
  margin-top: 3rem;
  padding: 0 2.5rem;
}

.about-a .list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-a .list .li .t {
  display: flex;
}

.about-b {
  padding-top: 4rem;
  background: #FAFAF9;
  height: 31.8rem;
}

.about-b .acbox {
  width: 19.6rem;
  height: 11.125rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 138px 6px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 37.66%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;

  z-index: 3;
}

.about-b .acbox .t1 {

  color: #F4C520;
  margin-bottom: .5rem;
}

.about-b .box1 {
  width: 6.775rem;
  height: 6.775rem;
  background: #FDF8E5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 13.8%;
  top: 31.5%;
  cursor: pointer;
  transition: all 0.5s;
}

.about-b .box1.on {
  left: 18%;
  top: 31.5%;
  background-color: #F4C520;
}

.about-b .box2 {
  width: 5.25rem;
  height: 5.25rem;
  background: #F4C520;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 21.82%;
  top: 26%;
  cursor: pointer;
  transition: all 0.5s;
}

.about-b .box2.on {
  background: #FDF8E5;
  right: 21.82%;
  top: 22%;
}

.about-b .box3 {
  width: 4.875rem;
  height: 4.875rem;
  background: #F4C520;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20.54%;
  top: 66%;
  cursor: pointer;
  transition: all 0.5s;
}

.about-b .box3.on {
  background-color: #F1F1F1;
  left: 18.82%;

}

.about-b .t {
  margin-top: 0.5rem;
}

.about-b .box4 {
  width: 7.225rem;
  height: 7.225rem;
  background: #F4C520;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 0.5s;
  cursor: pointer;
  right: 18.82%;

  top: 64.31%;
}

.about-b .box4.on {
  background-color: #fff;
  right: 9.45%;

}

.about-b .box5 {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 54%;
  right: 24.48%;
  background: #ADADAD;
}

.about-c {
  height: 23.425rem;
  padding-top: 3.5rem;
  padding-left: 1.7rem;
}

.about-c .histry {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.9rem;
  background: rgba(220, 220, 220, .8);
  backdrop-filter: blur(5px);
  padding: 0 5rem;
}

.about-c .histry .his-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-c .histry .his-container .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: .7rem;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s;
}

.about-c .histry .his-container .swiper-slide.on {
  color: #F4C520;
  font-size: .9rem;
  padding-bottom: 0.5rem;
}

.about-c .histry .his-container .swiper-slide::after {
  content: "";
  width: 22px;
  height: 10px;
  background-image: url(../img/sjx.png);
  background-size: 100% 100%;
  margin-top: .1rem;
  height: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s;

}

.about-c .histry .his-container .swiper-slide.on::after {
  height: 10px;
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;

}

.about-c .histry .prev {
  position: absolute;
  left: 1.75rem;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.about-c .histry .next {
  position: absolute;
  right: 1.75rem;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.about-c .histry .prev svg,
.about-c .histry .next svg {
  fill: #333;
  transition: all 0.5s;
}

.about-c .histry .prev:hover svg,
.about-c .histry .next:hover svg {
  fill: #F4C520;
}

.about-c .histry .prev.swiper-button-disabled svg,
.about-c .histry .next.swiper-button-disabled svg {
  opacity: 0.3;
  fill: #333 !important;
  cursor: default;
}


.about-c .txt {
  position: absolute;
  left: 3.59%;
  top: 30%;
  width: 40%;

}

.about-c .txt .tit-90 {
  font-size: 2.25rem;
  font-family: "DIN-Bold";

  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}

.about-c .txt .tit-20 {
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}

.about-c .txt .tit-20 p {
  padding-left: .5rem;
  position: relative;
}

.about-c .txt .tit-20 p::after {
  content: "";
  position: absolute;
  left: 0;
  top: .3rem;
  width: 7px;
  height: 7px;
  background: #333333;
  border-radius: 50%;
}

.about-c .txt.on .tit-90 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .1s;
}

.about-c .txt.on .tit-20 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}

.about-e {
  padding: 4rem 0;
  z-index: 3;
}

.about-e .abe-container {
  margin-top: 2.6rem;
  overflow: hidden;
}

.about-e .abe-container .swiper-slide {
  width: calc((100% - 6rem) / 5);
  height: 10rem;
  margin-right: 1.5rem;
  background: #F7F7F7;
  position: relative;
}

.about-e .abe-container .swiper-slide:last-child {
  margin-right: 0;
}

.about-e .abe-container .swiper-slide img {
  max-width: 80%;
  transition: all 0.5s;
}

.about-e .abe-container .swiper-slide:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.about-d {

  background: #F5F5F5;
  position: relative;
  z-index: 1;
  padding-top: 3.475rem;
  padding-bottom: 3rem;

}

.about-d .ac-box {
  width: 100%;




}

.about-d .view {}

.about-d .map {
  margin-top: 2rem;
  width: 34.125rem;
  animation-name: scmap;
}

.about-d .map .mian-box {
  width: 1.2rem;
  height: 1.2rem;
  background: #F4C520;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s;
  top: 43%;
  left: 77%;
  animation-name: op0;
}

.about-d .map .mian-box.c {
  opacity: 0;
  transition-delay: 0.2s;
}

.about-d .map .mian-box .dian {
  width: 11px;
  height: 11px;
  background: #333333;
  border-radius: 50%;
}

.about-d .map .mian-box .txt {
  width: 10rem;
  position: absolute;
  left: 2rem;
  top: -1rem;
}

.about-e {
  background-color: #fff;
}

@keyframes scmap {
  0% {
    width: 34.125rem;
  }

  50% {
    width: 40.65rem;
  }

  90% {
    width: 40.65rem;
  }

  100% {
    width: 40.65rem;
  }
}

@keyframes op0 {
  0% {
    opacity: 1;
  }


  15% {
    opacity: 1;
  }

  18% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.big {
  position: absolute;

  z-index: 3;
  border-radius: 50%;

  opacity: 1;
  opacity: 0;

  /* animation-name: op1; */
}
.about-d .map.on .big{
  cursor: pointer;
}


.australia {
  /* animation-name: op2; */
}

@keyframes op1 {
  0% {
    opacity: 0;

  }


  20% {
    opacity: 0;

  }

  25% {
    opacity: 1;

  }


  100% {
    opacity: 1;

  }
}

@keyframes op2 {
  0% {
    opacity: 0;

  }


  13% {
    opacity: 0;

  }

  18% {
    opacity: 1;

  }


  100% {
    opacity: 1;

  }
}

.about-d .map.on .big {
  opacity: 1;
  transition: all 0.7s;
}

.about-d .map .big::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(rgba(34, 34, 34, .16), transparent);
  border-radius: 50%;
  animation: fsq 2000ms infinite linear;
}


@keyframes fsq {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }



  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }



  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}


.about-d .map.on .big.on::after {
  background-color: rgba(244, 197, 32, .5);

}

.about-d .map.on .big.on .dian {
  background-color: rgba(244, 197, 32, 1);
}

.big:hover::after {
  background-color: rgba(244, 197, 32, .5);
}


.about-d .map.on .big:hover .dian {
  background-color: rgba(244, 197, 32, 1);
}

.big:hover .dian .txt {
  color: rgba(244, 197, 32, 1);
}

.about-d .map.on .big.on .dian .txt {
  color: rgba(244, 197, 32, 1);
}

.Азия  {

  top: 23%;
  left: 65%;
  width: 6rem;
  height: 6rem;


}

.big .dian {
  width: 10px;
  height: 10px;
  background: #222222;
  border-radius: 50%;
  transition: all 0.5s;
}

.big .dian .txt {
  position: absolute;
  width: 4rem;
  text-align: center;
  top: 130%;
  left: -1.95rem;
  font-size: .45rem;
}

.Россия  {
  width: 3.425rem;
  height: 3.425rem;
  top: 10%;
  left: 78%;
}

.Европа {
  width: 2.5rem;
  height: 2.5rem;
  top: 31%;
  left: 45%;
}

.Восток {
  width: 2.5rem;
  height: 2.5rem;
  top: 42%;
  left: 56%;
}

.Австралия {
  width: 6.975rem;
  height: 6.975rem;
  top: 61%;
  left: 75%;
}

.america {
  width: 5.725rem;
  height: 5.725rem;
  top: 19%;
  left: 13%;
}


.area {
  position: absolute;
  width: .7rem;
  height: .7rem;
  background: #FF8601;
  border-radius: 50%;
  opacity: 0;

}

.area img {
  max-width: 50%;
}

.about-d .map.on .area {
  transition: all 0.5s;
  opacity: 1;

}

.area1 {
  top: 38%;
  left: 14%;
}

.area2 {
  top: 40%;
  left: 22%;
}

.area3 {
  top: 54%;
  left: 60%;
}

.area4 {
  top: 45%;
  left: 55%;
}

.area5 {
  top: 42%;
  left: 84%;
}

.area6 {
  top: 41%;
  left: 81%;
}

.branch {
  width: .7rem;
  height: .7rem;
  background: #F4C520;
  border-radius: 50%;
  position: absolute;
  opacity: 0;

}

.branch img {
  max-width: 50%;
}

.about-d .map.on .branch {
  transition: all 0.5s;
  opacity: 1;

}

.branch .txt {
  left: 1rem;
  position: absolute;
  white-space: nowrap;
  color: #F4C520;
  font-size: .45rem;
  width: 3rem;
}

.branch1 {
  top: 28%;
  left: 49%;
}

.branch2 {
  top: 31%;
  left: 51%;
}

.branch3 {
  top: 26%;
  left: 60%;
}

.branch4 {
  top: 42%;
  left: 75%;
}

.branch5 {
  top: 48%;
  left: 78%;
}

.about-d .map .zs {
  position: absolute;
  bottom: 1rem;
  left: 1.75rem;
}

.about-d .map .zs .li {
  display: flex;
  margin-bottom: .5rem;
  align-items: center;
}

.about-d .map .zs .li .icon {
  width: 28px;
  height: 28px;
  background: rgba(255, 134, 1, 1);
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
}

.about-d .map .zs .li:first-child .icon {
  background: #F4C520;
}

.about-d .map .zs .li:last-child .icon {
  width: 28px;
  height: 28px;
  background: rgba(164, 164, 164, .4);

  border-radius: 50%;
}

.about-d .map .zs .li:last-child .icon .dian {
  width: 8px;
  height: 8px;
  background: #222222;
  border-radius: 50%;
}

.about-d .map .zs .li .t {
  font-size: 16px;
}

.about-d .ajax-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.15);
  width: 10.625rem;
  transform: translateX(100%);
  transition: all 0.5s;
  z-index: 66;
}

.about-d .ajax-box.on {
  transform: translateX(0);
}

.about-d .ajax-box .img {
  width: 100%;
  height: 50%;
}

.about-d .ajax-box .txt {
  padding: 1.5rem;
}

.about-d .ajax-box .txt .tit-16 {
  margin-top: 1rem;
}

.about-d .ajax-box .txt .tit-16 p {
  padding-left: 20px;
  position: relative;
}

.about-d .ajax-box .txt .tit-16 p::after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
}

.contact {
  padding: 3.8rem 0;
}

.contact .content {
  margin-top: 2.5rem;
  display: flex;
}

.contact .content .left {
  width: 70%;
  padding-right: 2rem;
  border-right: 1px solid #DFDFDF;
}

.contact .content .right {
  width: 30%;
  padding-left: 2rem;
}

.contact .content .right .img {
  margin-top: .7rem;
}

.contact .content .left .checklist .checkbox {
  margin-right: 1rem;
}

.contact .content .left .checklist .checkbox .t {
  font-size: 16px;
}

@media (max-width: 1440px) {
  .contact .content .left .checklist .checkbox .t {
    font-size: 12px;
  }

  .kls-form .li1 .tit {
    font-size: 13px;
  }

  .kls-form .li1 input {
    font-size: 13px;
  }

  .kls-form .li3 .tits {
    font-size: 13px;
  }
}

.contact .content .right .list {
  margin-top: 1rem;
}

.contact .content .right .list .li {
  display: flex;
  margin-bottom: .75rem;
}

.contact .content .right .list .li .icon {
  width: 22px;
  margin-right: 18px;
  transform: translateY(5px);
}

.contact .content .right .list .li .tit-17 {
  width: calc(100% - 40px);
}

.news-info {
  padding: 2.25rem 0;
}

.news-info .cont {
  width: 32.5rem;
  margin: 0 auto;
}

.news-info .cont .tit {
  line-height: 1.2;
}

.news-info .cont .sub-t {
  display: flex;
  margin-top: 1rem;
}

.news-info .cont .sub-t .li {
  display: flex;
  margin-bottom: 0.25rem;
  margin-right: 2rem;
  cursor: pointer;
}

.news-info .cont .sub-t .li .icon {
  margin-right: 0.5rem;
  width: 20px;
}

.news-info .cont .sub-t .li a {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #333;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  transition: all 0.5s;
  opacity: 0;
  transform: translateX(-20px);
}

.news-info .cont .sub-t .li.shear.on a {
  transform: translateX(0);
  opacity: 1;
}

.news-info .cont .sub-t .li a svg {
  fill: #fff;
  width: 15px;
}

.news-info .cont .sub-t .li a:hover {
  background-color: #F4C520;
}

.news-info .cont .content {
  padding-top: 1.35rem;
  margin-top: 1.275rem;
  border-top: 1px solid #E3E3E3;
  font-size: 16px;
  padding-bottom: 1.275rem;
  border-bottom: 1px solid #E3E3E3;
}

.news-info .cont .bot {
  padding-top: .9rem;

  display: flex;
  justify-content: space-between;
}

.news-info .cont .bot svg {
  fill: #333;
}

.news-info .cont .bot svg:hover {
  fill: #F4C520;
}

footer .footer .top .li .mb {
  display: none;
}

.news-info .cont .content img {
  display: inline-block;
  max-width: none;
}

.kls-fix {
  position: fixed;
  bottom: 1rem;
  z-index: 999;
  right: .425rem;
  display: none;
}

.kls-fix a {
  display: block;
  margin-bottom: .5rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #888888;
  position: relative;
  transition: all 0.5s;

}

.kls-fix a svg {
  fill: #fff;
}

.kls-fix a:first-child {
  width: auto;
  height: auto;
  border-radius: 0;
  height: 35px;
  background: transparent;
}

.kls-fix a:first-child svg {
  fill: #888888;
}

.kls-fix a:hover {
  background-color: #F4C520;
}

.kls-fix a.on {
  background-color: #F4C520;
}

.kls-fix a:first-child:hover {
  background: transparent;
}

.kls-fix a:first-child:hover svg {
  fill: #F4C520;
}

.kls-fix a .tel {
  padding: .25rem .5rem;
  background-color: #F4C520;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 50%;
  transform: translateX(-105%) translateY(-50%);
  font-size: 16px;
  display: none;
  color: #000;
}

.kls-fix a .tel::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #F4C520;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -7px;
  transform: rotate(135deg);

}

.kls-fix a:hover .tel {
  display: block;
}


.pc-header .right_btn .lan .libox {
  padding: 8px 8px 0;
  background: #fff;
  width: 100px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translate(0, -20px);
}

.pc-header .right_btn .lan .libox a {
  display: block;
  width: 84px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: #eee;
  color: #999;
  transition: all .3s;
  margin-bottom: .25rem;
}

.pc-header .right_btn .lan .libox a:hover {
  color: #fff;
  background: #F4C520;
}

.pc-header .right_btn .lan:hover .libox {
  transition: none;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.massage {
  width: 100%;
  text-align: center;
  padding: .5rem 0;
  background: #F1F1F1;
  margin-top: 1rem;
  font-size: 16px;
  display: none;
}

.kls-form .li1.error {
  border-bottom: 1px solid #E40B00;
  color: #000;
}

.kls-form .li5.error .cbox {
  border: 1px solid #E40B00;
}

.kls-form .li5.error.on .cbox {
  border: 3px solid #F4C520;
}


.header-nva .h-subnav {
  position: absolute;
  top: 2.275rem;
  left: -0.5rem;
  background-color: rgba(255, 255, 255, 0.93);
  padding: .975rem .825rem;
  box-shadow: 0px 0px 20px 0px rgba(28, 22, 23, 0.13);
  display: none;
}

.header-nva .h-subnav a {
  display: block;
  color: #999999;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: .5rem;
  transition: all 0.5s;
}

.header-nva .h-subnav a br {
  display: none;
}

.header-nva .h-subnav a:last-child {
  margin-bottom: 0;
}

.header-nva .h-subnav a:hover {
  color: #000;
}

.massage.success {
  border: 1px solid #F4C520;
  background-color: rgba(244, 197, 33, 0.4);
}

.don-doilg .kls-form .submit {
  float: left;
  margin-top: 0.85rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.don-doilg .massage {
  margin-top: 1rem;
  float: left;
  width: 100%;
}

.idt {
  display: inline-block;
  padding-right: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  position: relative;
  padding-bottom: .375rem;
  line-height: 1;
  border-bottom: 1px solid #000;
  transition: all 0.5s;
}

.idt svg {
  position: absolute;
  right: 0;
  bottom: .375rem;
  transition: all 0.5s;
}

.idt:hover {
  border-bottom: 1px solid #F4C520;
}

.idt:hover svg {
  fill: #F4C520;
}

.pd-a .right iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 3;
}

.pd-b .li .lis {
  transition: all 0.5s;
}

.pd-b .li .lis:hover {
  box-shadow: 0px 0px 20px 0px rgb(28 22 23 / 30%);
}

.ajax-list {
  width: 100%;
}

.news-a {
  width: 100%;
  display: flex;
}

.searchinfo .don-doilg .do-box form {
  display: block;
}

.news .img-container {
  width: 17.75rem;
  height: 13.375rem;
  overflow: hidden;
  float: left;
}

.news .img-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.news .txt-container {
  width: calc(100% - 17.75rem);
  padding-left: 1.55rem;
  float: left;
}


.news .txt-container .swiper-slide {
  width: 100%;

}

.news .txt-container .swiper-slide .t1 {
  font-weight: 400;
  color: #13110C;
  line-height: 1.2;
  opacity: 0;

  transform: translateY(20px);
  display: block;


  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;


}

.news .txt-container .swiper-slide .t2 {
  margin-top: .2rem;
  color: #666666;
  opacity: 0;
  transform: translateY(20px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;

}

.news .txt-container .swiper-slide .more {
  margin-top: 2.8rem;
  opacity: 0;
  transform: translateY(20px);

}

.news .txt-container .swiper-slide.swiper-slide-active .t1 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-delay: 0.2s;

}

.news .txt-container .swiper-slide.swiper-slide-active .t2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-delay: 0.4s;
}

.news .txt-container .swiper-slide.swiper-slide-active .more {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-delay: 0.6s;
}



.news .txt-container .swiper-slide .t2 {
  margin-top: 1.75rem;
}

.news .txt-container .swiper-slide .t2 .li {
  display: flex;
  margin-bottom: .25rem;
}

.news .txt-container .swiper-slide .t2 .li .icon {
  margin-right: .5rem;
  width: 20px;
}

.events .txt-container .swiper-slide .t1 {
  margin-top: 0.4rem;
  text-decoration: underline;
  height: auto;
}

.events .txt-container .swiper-slide .et1 {
  line-height: 1;
  color: #13110C;
  opacity: 0;
  transform: translateY(20px);
}

.events .txt-container .swiper-slide.swiper-slide-active .et1 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;

}

.cont-box .box .tit-48 {
  text-transform: capitalize;
}

.about-f {
  margin-top: 1.25rem;
}


.totop {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;

  text-transform: uppercase;
}

.totop a {
  transition: all 0.5s;
}

.totop figure {
  position: relative;
  display: block;
  margin: 0;
  transition: all 0.5s;
}

.totop:hover figure {
  transform: translateY(-5px);
}


.totop p {
  font-size: 17px;
  line-height: 23px;

}

.kls-form .li1 .ts {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  left: 0;
  color: #999;
}

.case-info-b {
  padding-bottom: 0;
}

.pad0 {
  padding: 1.5rem 0;
}

.nodata svg path {
  fill: #F4C520;
}

.ot-sdk-row {
  display: none;

  position: fixed;

  background-color: #fff;
  /* width: 26%; */
  max-width: 375px;
  border-radius: 2.5px;
  bottom: 1em;
  right: .5em;
  z-index: 336666;
  font-size: 16px;
  box-shadow: 0 0 18px rgb(0 0 0 / 20%);
  padding: 1rem 20px;
}

.ot-sdk-row #onetrust-policy-text {
  font-size: 12px;
}

.ot-sdk-row #onetrust-policy-text a {
  text-decoration: underline;
}

.banner-actions-container button {
  width: 100%;
  padding: 12px 10px;
  font-size: .82em;

  line-height: 1.4;
  letter-spacing: .05em;
  height: auto;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  background-color: #F4C520;
  color: #333;
  margin-top: 0.5rem;
  font-family: "AlibabaPuHuiTi-2-75-SemiBold-subfont";

}

.banner-actions-container button#decline {
  background-color: #ccc;
}

.about-a .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #F4C520 !important;

}

.about-a .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  opacity: 1 !important;
}

.about-a .mCSB_scrollTools .mCSB_draggerRail {
  background: transparent !important;
}

.about-a .mCSB_scrollTools {
  width: 5px !important;
  background-color: rgba(0, 0, 0, .2);
}

.scroll-animate.animated {
  visibility: hidden;
}

.disable-hover {
  pointer-events: none;
}

.h300{
  height: 7.5rem;
  width: 0;
  position: absolute;
}

i{
  font-style: normal;
  font-family: sans-serif;
}

.download .video .list a .txt .down .tit-16{
  white-space: nowrap;
}

.masseg{
  width: 100%;
  height: 100%;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  display: none;

}
.masseg .fx{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trlsi{
  text-align: left;
  margin-top: 1rem;
  color: #666;
}
.trlsi .p{
  font-size: 12px;
}
.trlsi .p p{
  padding-left: 1rem;
  position: relative;
}
.trlsi .p p::after{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%);
}

.page-end,.page-first{
  display: none !important;
}

.c-video-cont iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 3;
}

.pd-b .li .lis div{
  font-weight: 500;
}
.sup-b .t2.tw{
  width: 58%;
}
.sus-c .t1.tw{
  top: 3.65rem;
  left: 64%;
}
@media (max-width:996px){
  .sup-b .t2.tw{
    width: 100%;
  }
  .sus-c .t1.tw{
    position: relative;
    top: auto;
    left: auto;
  }

}