@charset "UTF-8";

/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
@font-face {
  font-family: "MiSans-Bold";
  src: url("./fonts/MiSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MiSans-Medium";
  src: url("./fonts/MiSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MiSans-Regular";
  src: url("./fonts/MiSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MiSans-Light";
  src: url("./fonts/MiSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.msb {
  font-family: "MiSans-Bold";
}
.msm {
  font-family: "MiSans-Medium";
}
.msl {
  font-family: "MiSans-Light";
}

.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: #006699;
}

/* 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: "MiSans-Regular", "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: #a96b41;
  color: #fff;
}

::selection {
  background: #a96b41;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #cc1232;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #cc1232;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #cc1232;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
}

.tit-13 {
  font-size: 13px;
}

.tit-14 {
  font-size: 0.35rem;
}

.tit-15 {
  font-size: 0.4rem;
}

.tit-16 {
  font-size: 0.4rem;
}

.tit-17 {
  font-size: 0.425rem;
}

.tit-18 {
  font-size: 0.45rem;
}

.tit-19 {
  font-size: 0.475rem;
}

.tit-20 {
  font-size: 0.5rem;
}

.tit-21 {
  font-size: 0.525rem;
}

.tit-22 {
  font-size: 0.55rem;
}

.tit-23 {
  font-size: 0.575rem;
}

.tit-24 {
  font-size: 0.6rem;
}

.tit-25 {
  font-size: 0.625rem;
}

.tit-26 {
  font-size: 0.65rem;
}

.tit-27 {
  font-size: 0.675rem;
}

.tit-28 {
  font-size: 0.7rem;
}

.tit-29 {
  font-size: 0.725rem;
}

.tit-30 {
  font-size: 0.75rem;
}

.tit-31 {
  font-size: 0.775rem;
}

.tit-32 {
  font-size: 0.8rem;
}

.tit-33 {
  font-size: 0.825rem;
}

.tit-34 {
  font-size: 0.85rem;
}

.tit-35 {
  font-size: 0.875rem;
}

.tit-36 {
  font-size: 0.9rem;
}

.tit-37 {
  font-size: 0.925rem;
}

.tit-38 {
  font-size: 0.95rem;
}

.tit-39 {
  font-size: 0.975rem;
}

.tit-40 {
  font-size: 1rem;
}

.tit-41 {
  font-size: 1.025rem;
}

.tit-42 {
  font-size: 1.05rem;
}

.tit-43 {
  font-size: 1.075rem;
}

.tit-44 {
  font-size: 1.1rem;
}

.tit-45 {
  font-size: 1.125rem;
}

.tit-46 {
  font-size: 1.15rem;
}

.tit-47 {
  font-size: 1.175rem;
}

.tit-48 {
  font-size: 1.2rem;
}

.tit-49 {
  font-size: 1.225rem;
}

.tit-50 {
  font-size: 1.25rem;
}

.tit-51 {
  font-size: 1.275rem;
}

.tit-52 {
  font-size: 1.3rem;
}

.tit-53 {
  font-size: 1.325rem;
}

.tit-54 {
  font-size: 1.35rem;
}

.tit-55 {
  font-size: 1.375rem;
}

.tit-56 {
  font-size: 1.4rem;
}

.tit-57 {
  font-size: 1.425rem;
}

.tit-58 {
  font-size: 1.45rem;
}

.tit-59 {
  font-size: 1.475rem;
}

.tit-60 {
  font-size: 1.5rem;
}

.tit-61 {
  font-size: 1.525rem;
}

.tit-62 {
  font-size: 1.55rem;
}

.tit-63 {
  font-size: 1.575rem;
}

.tit-64 {
  font-size: 1.6rem;
}

.tit-65 {
  font-size: 1.625rem;
}

.tit-66 {
  font-size: 1.65rem;
}

.tit-67 {
  font-size: 1.675rem;
}

.tit-68 {
  font-size: 1.7rem;
}

.tit-69 {
  font-size: 1.725rem;
}

.tit-70 {
  font-size: 1.75rem;
}

.tit-71 {
  font-size: 1.775rem;
}

.tit-72 {
  font-size: 1.8rem;
}

.tit-73 {
  font-size: 1.825rem;
}

.tit-74 {
  font-size: 1.85rem;
}

.tit-75 {
  font-size: 1.875rem;
}

.tit-76 {
  font-size: 1.9rem;
}

.tit-77 {
  font-size: 1.925rem;
}

.tit-78 {
  font-size: 1.95rem;
}

.tit-79 {
  font-size: 1.975rem;
}

.tit-80 {
  font-size: 2rem;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  -webkit-animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out 0.5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top 0.6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img 0.6s;
  animation: tt_palx_img 0.6s;
}

@-webkit-keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@-webkit-keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@-webkit-keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_out_in {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes fade_out_in {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.a-del1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.a-del2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.a-del3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.a-del4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.a-del5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.a-del6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.a-del7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.a-del8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.a-del9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.a-del10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.a-dur1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.a-dur2 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.a-dur3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.a-dur4 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.a-dur5 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.a-dur6 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.a-dur7 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.a-dur8 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.a-dur9 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.a-dur10 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.a-dur11 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.a-dur12 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.a-dur13 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.a-dur14 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.a-dur15 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.a-dur16 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.a-dur17 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.a-dur18 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.t-del1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.t-del2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t-del3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.t-del4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.t-del5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.t-del6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.t-del7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.t-del8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.t-del9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.t-del10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #a96b41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/

/*# sourceMappingURL=boc_reset.css.map */

.wr {
  width: 100%;
  position: relative;
}

.lh1 {
  line-height: 1;
}
.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.view {
  width: 100%;
  padding: 0 2.875rem;
}
.view2 {
  width: 100%;
  padding: 0 1.5rem;
}
.fc {
  display: flex;
  align-items: center;
}
.fcb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fs {
  display: flex;
  align-items: flex-start;
}
.fsb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.mc {
  color: #b6925b;
}
.pc {
  display: block;
}
.mb {
  display: none;
}
.of {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .banner-container {
  height: 100%;
  overflow: hidden;
}
.banner .banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .banner-container .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner .banner-container .swiper-slide .txt {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 1.625rem;
  z-index: 3;
}

.banner .banner-container .swiper-slide .txt .t1 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3.6px;
}
.banner .banner-container .swiper-slide .txt .t2 {
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -2.4px;
  margin-top: 0.5rem;
}
.banner .banner-container .swiper-slide .txt .t3 {
  margin-top: 1rem;
}

.more {
  width: 4.075rem;
  height: 1.25rem;

  border-radius: 1.5rem;
  background: #cc1232;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s;
}
.more svg {
  width: 0.5rem;
  margin-left: 0.225rem;
  transition: all 0.5s;
}

.more:hover {
  color: #fff;
}
.more:hover svg {
  margin-left: 0.4rem;
}
.banner-pagination {
  position: absolute;
  z-index: 2;
  left: auto !important;
  right: 0.725rem;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 0.5rem !important;
}

.banner-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  margin: 0.375rem 0 !important;
  position: relative;
}
.banner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.home-a {
  height: 29.925rem;
  overflow: hidden;
}

.home-a .view {
  position: absolute;
  top: 0;
  left: 0;
}

.jttit {
  line-height: 2.125rem;
  padding-top: 2.2rem;
}

.home-a .content {
  display: flex;
}
.home-a .left-txt {
  width: calc(100% - 16.25rem);
}
.home-a .left-txt .t2 {
  color: #fff;

  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.96px;
}

.home-a .left-txt .t2 span {
  color: #b6925b;
}
.home-a .left-txt .t3 {
  margin-top: 1.5rem;
  color: #fff;
  text-align: justify;

  font-weight: 330;
  line-height: 1.5;
  letter-spacing: -0.32px;
  width: 14.125rem;
}

.home-a .left-txt .more {
  margin-top: 1rem;
}

.home-a .right-box {
  width: 15.325rem;
}

.home-a .right-box .li {
  width: 100%;
  height: 2.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 0.25rem;
}
.home-a .right-box .li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home-a .right-box .li .num-box {
  line-height: 1;
  font-weight: 500;
}

.home-a .right-box .li .num-box .dw {
  margin-left: 0.1rem;
}

.home-a .right-box .li .num-box span {
  text-align: center;
}

.home-a .left-txt .img-boxs {
  position: relative;
  width: 15.5rem;
  height: 15.5rem;
}
.home-a .left-txt .box {
  width: 10.725rem;
  height: 10.725rem;
  border-radius: 50%;
  overflow: hidden;
}
.home-a .left-txt .img-boxs .ro {
  position: relative;
  z-index: 3;
}

.play {
  fill: #cc1232;
  width: 1.725rem;
  height: 1.725rem;
  transition: all 0.5s;
  z-index: 33333;
  cursor: pointer;
}
.play:hover {
  fill: #a96b41;
}
.tra5 {
  transition: all 0.5s;
}
.home-a .left-txt .img-boxs:hover .box .of {
  transform: scale(1.02);
}

.home-b {
  height: 27rem;
  overflow: hidden;
}

.home-b .bglist {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-b .view {
  position: absolute;
  top: 0;
  left: 0;
}
.home-b .t2 {
  line-height: 1.25; /* 125% */
  letter-spacing: -1.28px;
}
.home-b .list {
  position: absolute;
  bottom: 2.625rem;
  left: 2.875rem;
}
.home-b .list .li {
  position: relative;
  margin-top: 0.525rem;
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.5s;
}
.home-b .list .li.on {
  opacity: 1;
}
.home-b .list .li.on .t3 {
  text-decoration: underline;
}
.home-b .list .li:hover {
  opacity: 1;
}

.home-b .list .li .txt {
  position: absolute;
  left: 150%;
  width: 8.8rem;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.home-b .list .li .txt .more {
  margin-top: 0.8rem;
}
.home-b .list .li .txt .t4 {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.5s;
}
.home-b .list .li.on .txt .t4 {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.home-b .list .li .txt .t5 {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.5s;
}
.home-b .list .li.on .txt .t5 {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
.home-b .list .li.on .txt {
  opacity: 1;
  visibility: visible;
}

.home-b .bglist .li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  display: none;
}

.home-b .bglist .li .b-list {
  position: absolute;
  right: 2.875rem;
  bottom: 2.35rem;
  display: flex;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.5s;
}

.home-b .bglist .li.on .b-list {
  opacity: 1;
  transform: translateY(0);
}

.home-b .bglist .li .b-list .lipc {
  width: 4.5rem;
  height: 4.5rem;
  background-color: rgba(201, 201, 201, 0.26);
  backdrop-filter: blur(20px);
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
  margin-left: 0.6rem;
}

.home-b .bglist .li .b-list .lipc .pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-b .bglist .li .b-list .lipc .tit-16 {
  text-align: center;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
}
.home-b .bglist .li .b-list .lipc:hover .tit-16 {
  opacity: 1;
  transition: all 0.5s;
}

.home-b .bglist .li .b-list .lipc:hover .pic {
  top: 38%;
}

.home-b .list .li:last-child .txt {
  top: -2rem;
}

.home-b .list .li::after {
  content: "";
  position: absolute;
  width: 0.525rem;
  height: 0.525rem;
  background-image: url(../img/hb3.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.home-b .list .li.on::after {
  opacity: 1;
}

.home-c {
  height: 23.75rem;
  overflow: hidden;
}

.home-c .view {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4.5rem;
}

.home-c .content {
  display: flex;
}
.home-c .left-txt {
  width: calc(100% - 16.25rem);
}
.home-c .left-txt .t2 {
  color: #fff;

  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.96px;
}

.home-c .left-txt .t2 span {
  opacity: 0.5;
}
.home-c .left-txt .t3 {
  margin-top: 1rem;
  color: #fff;
  text-align: justify;

  font-weight: 330;
  line-height: 1.5;
  letter-spacing: -0.32px;
  width: 14.125rem;
}

.home-c .left-txt .more {
  margin-top: 2rem;
}

.home-c .right-box {
  margin-right: 4rem;
  margin-top: -2.275rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-c .right-box .dwn .tit-18 {
  padding-left: 0.1rem;
  text-decoration: underline;
}
.home-c .right-box {
  width: 7.6rem;
}
.home-c .right-box img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.home-c .right-box:hover .img img {
  transform: scale(1.02);
}

.home-d {
  background: #1a0f08;
  padding-top: 4.175rem;
  padding-bottom: 3.2rem;
}

.home-d .top {
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.home-d .top .table-list {
  margin-left: 2.5rem;
}
.home-d .top .table-list .li {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;

  margin-right: 1.175rem;
  line-height: 4;
  letter-spacing: -1px;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
.home-d .top .table-list .li.on {
  color: #cc1232;
  border-bottom: 1px solid #cc1232;
}
.home-d .top .table-list .li:hover {
  color: #cc1232;
}

.home-d .list {
  margin-top: 1.8rem;
  flex-wrap: wrap;
}

.home-d .list .li {
  display: block;
  width: calc((100% - 1.5rem) / 3);
  margin-right: 0.75rem;
}
.home-d .list .li:nth-child(3n) {
  margin-right: 0;
}
.home-d .list .li .img {
  width: 100%;
  height: 8.75rem;
  overflow: hidden;
}
.home-d .list .li:hover .img img {
  transform: scale(1.02);
}

.home-d .list .li .t1 {
  color: #b0b0b0;
  margin-top: 0.6rem;
  line-height: 1;
}
.home-d .list .li .t1 span {
  margin: 0 0.35rem;
  width: 1px;
  height: 0.25rem;
  background: #d7d7d7;
}
.home-d .list .li .t2 {
  margin-top: 0.45rem;
  transition: all 0.5s;
}

.home-d .list .li:hover .t2 {
  color: #cc1232;
}

.sub-banner.banner .banner-container .swiper-slide .txt {
  /* top: 50%; */
  left: 1.475rem;
}
.sub-banner.banner .banner-container .swiper-slide .txt .t4 {
  color: #fff;

  line-height: 2.125rem; /* 472.222% */
  letter-spacing: -0.9px;
}
.sub-banner.banner .banner-container .swiper-slide .txt .t1 span {
  color: #b6925b;
  line-height: 1.4;
}

.sub-banner.banner .sub-pagination {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.5rem;
  top: auto;
  bottom: 2rem !important;
  z-index: 3;
  text-align: center;
}
.sub-banner.banner .sub-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  margin: 0 0.2rem !important;
  position: relative;
}

.sub-banner.banner
  .sub-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.about-a {
  padding: 4.8rem 5.55rem;
  background-image: url(../img/ab1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-a .t1 {
  margin-bottom: 1.125rem;
}

.about-a .left-box {
  width: 22.425rem;
}

.about-a .left-box .img {
  width: 100%;
  overflow: hidden;
}
.about-a .left-box .img:hover img {
  transform: scale(1.02);
}

.about-a .left-box .t1 {
  margin-top: 1.275rem;

  text-align: justify;

  line-height: 1.6; /* 163.636% */
  letter-spacing: -0.44px;
}

.about-a .left-box .t2 {
  text-align: justify;

  font-weight: 330;
  line-height: 2; /* 200% */
}
.about-a .num-list {
  margin-left: 2.925rem;
}

.about-a .num-list .li {
  width: 11.6rem;
  border-bottom: 2px solid rgba(182, 146, 91, 0.2);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.about-a .num-list .li:first-child {
  padding-top: 0.325rem;
}
.about-a .num-list .li .icon {
  width: 2.625rem;
  height: 2.625rem;

  /*border-radius: 50%;
  border: 1px solid rgba(182, 146, 91, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;*/
}
.about-a .num-list .li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-a .num-list .li .txt {
  margin-left: 2.575rem;
}

.about-a .num-list .li .txt .num {
  color: #ffcd80;
  line-height: 1;
  letter-spacing: -2.4px;
}

.about-a .num-list .li .txt .dw {
  margin-left: 0.1rem;
  color: #ffcd80;
  line-height: 1; /* 607.143% */
  letter-spacing: -0.7px;
}

.about-a .num-list .li .txt .num span {
  text-align: center;
}
.about-a .num-list .li .txt .t4 {
  color: #ffcd80;

  line-height: 1;
  letter-spacing: -1.1px;
  opacity: 0.7;
  margin-top: 0.6rem;
}

.about-b {
  padding: 5.25rem 0;
  background: #2c1b14;
}

.his-container {
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 6.65rem;
}

.his-container .swiper-slide {
  width: 9.55rem;
  height: 10.25rem;

  position: relative;
  z-index: 33;
}
.his-container .swiper-wrapper {
  z-index: 33;
}

.his-container .line-box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0%;
  z-index: 3;
  height: 1.425rem;
  background: rgba(182, 146, 91, 0.21);
  display: flex;
  align-items: center;
}

.his-container .swiper-slide .dian {
  width: 0.65rem;
  height: 0.65rem;
  position: absolute;
  bottom: -1.6rem;
  left: -0.325rem;
}
.his-container .swiper-slide .dian .r {
  fill: #fff;
  opacity: 0.25;
}
.his-container .swiper-slide .dian .sline {
  height: 6.15rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0.2;
}
.his-container .swiper-slide .dian .sline svg {
  height: 100%;
  width: 0.2rem;
  transition: all 0.5s;
  fill: #fff;
}
.his-container .swiper-slide.on .dian .sline {
  height: 13rem;
  opacity: 1;
}

.his-container .swiper-slide.on .dian .sline svg {
  fill: rgba(182, 146, 91, 1);
}

.his-container .swiper-slide.on .dian .r {
  fill: rgba(182, 146, 91, 1);
  opacity: 1;
}
.his-container .swiper-slide .txt {
  position: absolute;
  height: 6.15rem;
  position: absolute;
  bottom: -1rem;
  padding-left: 1.2rem;
  transition: all 0.5s;
}

.his-container .swiper-slide .txt .num-box {
  color: #fff;
  transition: all 0.5s;
}

.his-container .swiper-slide .txt .num {
  line-height: 1;
  letter-spacing: -2.4px;
}

.his-container .swiper-slide .txt .dw {
  margin-left: 0.1rem;
  transform: translateY(0.2rem);
  line-height: 1; /* 607.143% */
  letter-spacing: -0.7px;
}

.his-container .swiper-slide .txt .num span {
  text-align: center;
}

.his-container .swiper-slide .txt .t2 {
  margin-top: 0.5rem;

  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.his-container .swiper-slide .txt .t2 p {
  position: relative;
  padding-left: 0.4rem;
}
.his-container .swiper-slide .txt .t2 p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.225rem;
  width: 5px;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 50%;
}

.his-container .swiper-slide.on .txt {
  height: 9.8rem;
}
.his-container .swiper-slide.on .txt .num-box {
  color: rgba(255, 205, 128, 1);
}

.his-container .swiper-slide.on .txt .t2 {
  color: rgba(255, 205, 128, 0.7);
}
.about-b .botn {
  padding: 0 1.25rem;
  margin-top: 2.5rem;
}
.about-b .swiper-scrollbar {
  width: 37.5rem;
  height: 0.25rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);

  background-color: transparent;
}
.about-b .botn .right {
}

.about-b .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: rgba(182, 146, 91, 1);
}

.about-b .botn .right .prev {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
}
.about-b .botn .right .next {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  cursor: pointer;
  transition: all 0.5s;
}
.about-b .botn .right svg {
  fill: #b6925b;
}

.about-b .botn .right .prev:hover,
.about-b .botn .right .next:hover {
  background: #cc1232;
}
.about-b .botn .right .prev:hover svg,
.about-b .botn .right .next:hover svg {
  fill: #fff;
}

.about-d {
  padding: 3.275rem 5.5rem;
  background-image: url(../img/acc1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-d .line {
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.8rem;
  opacity: 0.25;
  background: #b6925b;
}
.about-d .t2-list {
  position: relative;
  height: 1.05rem;
}
.about-d .t2-list .t2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about-d .table-list {
  margin-top: 2.15rem;
}
.about-d .table-list .lines {
  width: 3.65rem;
  border: 1px dashed #b6925b;
}

.about-d .table-list .list {
  width: calc(100% - 8rem);
}

.about-d .table-list .list .li {
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s;
}
.about-d .table-list .list .li .bg1 {
  width: 100%;
}

.about-d .table-list .list .li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  transition: all 0.5s;
}
.about-d .table-list .list .li .txt .icon {
  width: 1.1rem;
  margin-bottom: 0.2rem;
}
.about-d .table-list .list .li .txt .icon img {
  width: 100%;
  transition: all 0.5s;
}
.about-d .table-list .list .li:hover .txt .icon img {
  transform: translateY(-5px);
}
.about-d .table-list .list .li::after {
  content: "";
  width: 1.95rem;
  border: 1px dashed #b6925b;
  position: absolute;
  right: -0.65rem;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
}
.about-d .table-list .list .li.on {
  background-color: rgba(182, 146, 91, 0.2);
  transform: scale(1.25);
}
.about-d .table-list .list .li.on .bg1 {
  opacity: 0;
}
.about-d .table-list .list .li.on .txt {
  background-color: rgba(182, 146, 91, 1);
  border-radius: 50%;
  overflow: hidden;
  transform: scale(0.85);
}
.about-d .table-list .list .li.on .txt .icon {
  display: none;
}
.about-d .table-list .list .li.on::after {
  right: -0.2rem;
  transform: translateY(-50%) translateX(100%) scale(0.75);
}
.about-d .ad-con {
  display: flex;
  margin-top: 4.5rem;
}

.about-d .ad-con .img-box {
  width: 21.175rem;
  height: 17rem;
  overflow: hidden;
}
.about-d .ad-con .txt {
  width: calc(100% - 21.175rem);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2rem;
}
.about-d .ad-con .txt .li {
  position: relative;
  cursor: pointer;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(182, 146, 91, 0.1);
}
.about-d .ad-con .txt .li::after {
  content: "";
  width: 0;
  height: 5px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: #cc1232;
  transform: translateY(50%);
  transition: all 0.5s;
}

.about-d .ad-con .txt .li .li-hide {
  color: #fff;
  margin-top: 0.25rem;
  letter-spacing: -0.44px;
  opacity: 0.7;
  display: none;
}

.about-d .ad-con .txt .li.on .t1 {
  color: #b6925b;
  font-weight: 500;
  font-size: 0.8rem;
}
.about-d .ad-con .txt .li.on::after {
  width: 2.5rem;
}

.about-e {
  background: #1a0f08;
  padding: 3.275rem 5.5rem;
}

.about-e .tablist .li {
  width: 4.5rem;
  height: 1.3rem;
  border-radius: 0.625rem;
  margin-left: 0.6rem;
  border: 1px solid rgba(182, 146, 91, 0.251);
  color: #b6925b;
  letter-spacing: -0.44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}

.about-e .tablist .li.on {
  background: #cc1232;
  border: 1px solid #cc1232;
  color: #fff;
}

.about-e .tablist .li:hover {
  background: #cc1232;
  border: 1px solid #cc1232;
  color: #fff;
}

.about-e .cont {
  display: flex;
  margin-top: 1.3rem;
}
.about-e .cont .img-box {
  flex-shrink: 0;
  width: 15.5rem;
  height: 17rem;
}
.about-e .cont .contlist {
  width: calc(100% - 15.5rem);
  background-color: rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 2.2rem 1.75rem;
  flex-wrap: wrap;
  align-content: flex-start;
    height: 17rem;
  overflow: auto;

}

.about-e .cont .contlist .li {
  width: 50%;
  padding: 0 0.3rem;
  padding-right: 1rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
  position: relative;
}
.about-e .cont .contlist .li .t1 {
  color: #fff;
  letter-spacing: -0.34px;
  position: relative;
}

.about-e .cont .contlist .li .t1::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b6925b;
  position: absolute;
  top: 0.25rem;
  left: -0.3rem;
}
.about-e .cont .contlist .hid-t {
  width: 100%;
  padding: 0.4rem 0.55rem 0.4rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.125rem;
  color: rgba(255, 205, 128, 0.71);
  position: relative;
  margin-top: 0.375rem;
  display: none;
}

.about-e .cont .contlist .hid-t svg {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 10%;
}

.solu {
  height: 27.35rem;
  overflow: hidden;
}

.solu .txt {
  position: absolute;
  width: 20.5rem;
  border-radius: 0.25rem;
  left: 1.625rem;
  bottom: 4.15rem;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(25px);
  z-index: 3;
  padding: 1.75rem 0;
}

.solu .txt .tit {
  padding: 0 1.85rem;
}

.solu .txt .tit img {
  width: 1.3rem;
  margin-left: 0.5rem;
}
.solu .txt .t2 {
  padding: 0 1.85rem;
  margin-top: 0.875rem;
  opacity: 0.7;
  max-height: 3.8rem;
  overflow: auto;
}

.solu .btn a{
  position: absolute;
  top: 40%;
  display: block;
  width: 1rem;
  height: 1rem;
}

.solu .btn .prev{
  left: 1rem;
}

.solu .btn .next{
  right: 1rem;
}

.solu .btn a svg {
  width: 100%;
  height: 100%;
}

.solu .btn a svg path {
  transition: all 0.5s;
}

.solu .btn a:hover svg path {
  fill: rgb(204, 18, 50);
}

.rd-banner {
  height: 20.5rem;
  overflow: hidden;
}
.rd-banner .txt {
  position: absolute;
  left: 1.625rem;
  bottom: 4.925rem;
  line-height: 1.2;
}

.rd-banner .nav-list {
  height: 2.2rem;
  width: 100%;
  background: rgba(26, 15, 8, 0.2);
  backdrop-filter: blur(0.625rem);
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rd-banner .nav-list .li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2rem;
  color: #fff;
  text-align: center;

  margin: 0 2.75rem;
  letter-spacing: -0.34px;
  transition: all 0.5s;
  position: relative;
}
.rd-banner .nav-list .li:hover {
  color: #b6925b;
}
.rd-banner .nav-list .li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #b6925b;
  bottom: 0;
  transition: all 0.5s;
}
.rd-banner .nav-list .li:hover::after {
  width: 100%;
}
.rd-banner .nav-list .li.on {
  color: #b6925b;
}
.rd-banner .nav-list .li.on::after {
  width: 100%;
}
.ach {
  padding: 3.25rem 0 4.675rem;
  background-color: rgba(26, 15, 8, 1);
}
.ach .tablelist {
  justify-content: center;
  width: 35rem;
  margin: 0 auto;
  padding-bottom: 0.775rem;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}

.ach .tablelist .li {
  margin: 0 1.1rem;
  font-size: 0.4rem;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s;
}
.ach .tablelist .li:hover {
  opacity: 1;
}
.ach .tablelist .li.on {
  color: #b6925b;
  opacity: 1;
}

.ach .content {
  margin-top: 1.725rem;
  overflow: hidden;
}
.ach .content .ach-container {
  width: 27.475rem;
  margin: 0 auto;
  position: relative;
}
.ach .content .ach-container .swiper-slide {
  width: 100%;
  height: 15.5rem;
  margin: 0 0.575rem;
  border-radius: 0.5rem;
  overflow: hidden;
  opacity: 0.7;
}
.ach .content .ach-container .swiper-slide .img-box {
  width: 17.95rem;
  height: 100%;
}
.ach .content .ach-container .swiper-slide .txt {
  width: calc(100% - 17.95rem);
  height: 100%;
  padding: 1.25rem;
  background-color: #fff;
  position: relative;
}
.ach .content .ach-container .swiper-slide .txt .t1 {
  line-height: 1;
  margin: 0.4rem 0 0.6rem;
}
.ach .content .ach-container .swiper-slide .txt .t2 {
  color: #1a0f08;

  text-align: justify;
  line-height: 1.5;
}
.ach .content .ach-container .swiper-slide .txt a{
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}
.ach .content .ach-container .swiper-slide .txt svg{
  width: 0.575rem;
  height: 0.575rem;
  transition: all 0.5s;
  margin-right: 0.24rem;
  /* transform: translateY(-0.1rem); */
  fill: #fff;
  stroke: #1a0f08;
}
.ach .content .ach-container .swiper-slide .txt a{
  transition: all .5s;

}

.ach .content .ach-container .swiper-slide .txt a:hover{
  color: rgba(182, 146, 91, 1);
}
.ach .content .ach-container .swiper-slide .txt a:hover svg{
  fill: #fff;
  stroke: rgba(182, 146, 91, 1);
}
.ach .content .ach-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.ach .content .prev {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: rgba(182, 146, 91, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.3rem;
  z-index: 333;
}
.ach .content .next {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: rgba(182, 146, 91, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.4rem;
  z-index: 333;
}

.ach .content svg {
  fill: #fff;
}

.ach .content .prev:hover,
.ach .content .next:hover {
  background: #cc1232;
}
.ach .content .prev:hover svg,
.ach .content .next:hover svg {
  fill: #fff;
}

.ach-b {
  padding: 3.95rem 5.675rem 8.75rem;
  background-color: #1a0f08;
  background-image: url(../img/pa1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.ach-b .cont .cont-list {
  width: 18.025rem;
}

.ach-b .cont .cont-list {
  margin-top: 2.275rem;

  border-top: 1px solid rgba(217, 217, 217, 0.3);
}
.ach-b .cont .cont-list .li {
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
  padding-bottom: 1.625rem;
}
.ach-b .cont .cont-list .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-left: 1.4rem;
  opacity: 0.5;
}
.ach-b .cont .cont-list .li.on .icon {
  opacity: 1;
}
.ach-b .cont .cont-list .r-list {
  width: 13.075rem;
  padding-top: 1rem;
  display: none;
}
.pate-container {
  height: 7.55rem;
  width: 110%;
}
.pate-container .swiper-slide {
  height: 2.5rem;
  width: 100%;
  position: relative;
  padding-top: 0.675rem;
}
.pate-container .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 0.3;
  background: #d9d9d9;
  width: 91%;
  height: 1px;
}
.ach-b .cont .cont-list .li {
  cursor: pointer;
}
.pate-container .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #cc1232;
  width: 0;
  height: 5px;
  transform: translateY(50%);
  transition: all 0.5s;
  z-index: 3;
}

.pate-container .swiper-slide.on::before {
  width: 6.25rem;
}

.pate-container .swiper-slide.on .col-fff {
  color: #b6925b;
}
.pate-container .swiper-slide.on::after {
  width: 130%;
  opacity: 0.7;
}

.ach-b .cont .cont-list .r-list {
  position: relative;
}
.ach-b .cont .cont-list .r-list .next {
  width: 1.1rem;
  height: 1.1rem;
  background-color: rgba(204, 18, 50, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  margin-top: 1.45rem;
}
.ach-b .cont .cont-list .r-list svg {
  fill: #fff;
  transform: rotate(90deg);
}

.ach-b .cont .cont-list .r-list .next:hover {
  background: #b6925b;
}

.ach-b .cont .cont-list .r-list .next:hover svg {
  fill: #fff;
}
.ach-b .cont .left{
  width: calc(100% - 10.25rem);
}
.ach-b .cont .right {
  flex-shrink: 0;
  width: 19.25rem;
  position: relative;
}
.ach-b .cont .right .img {
  width: 100%;
}
.ach-b .cont .right .img img {
  width: 100%;
}
.ach-b .cont .right .h-img {
  width: 13rem;
  height: 17rem;
}
.ach-b .cont .right .h-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inte-a {
  padding: 4rem 5.5rem;
  background-image: url(../img/int1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.inte-a .viode-box {
  width: 100%;
  height: 20.5rem;
  overflow: hidden;
  margin-top: 1.75rem;
}
.inte-a .viode-box .mak {
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.25) 100%
    ),
    linear-gradient(180deg, rgba(182, 146, 91, 0) 62.01%, #b6925b 100%),
    url(<path-to-image>) lightgray 0px -66.473px / 100% 113.959% no-repeat;
}

.inte-b {
  padding: 3.375rem 3.75rem;
  height: 27.5rem;
  background-image: url(../img/ineb1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
.honer-container {
  width: 15.5rem;
  margin: 0 auto;
  margin-top: 6rem;
}

.honer-container .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}

.honer-container .swiper-slide {
  width: 15.5rem;
  margin: 0 0.375rem;
  position: relative;
  height: 10.575rem;
  cursor: pointer;
  transition: all 0.5s;
}
/* .honer-container.on .swiper-slide:first-child{
  width: 15.5rem ;
   transform: scale(1);
} */

.honer-container .swiper-slide img {
}
.honer-container .swiper-slide.swiper-slide-active .img {
  top: 0;
  left: 0;
  transform: scale(1);
}

.honer-container .swiper-slide.swiper-slide-next .img {
  position: absolute;
  top: 32.6%;
  left: -32.5%;
  transform: scale(0.35);
}
.honer-container .swiper-slide.swiper-slide-prev .img {
  position: absolute;
  top: 32.6%;
  right: -32.5%;
  transform: scale(0.35);
}
.honer-container .swiper-slide.swiper-slide-next + .swiper-slide .img {
  position: absolute;
  top: 32.6%;
  left: -97.8%;
  transform: scale(0.35);
}

.honer-container .swiper-slide.on .img {
  position: absolute;
  top: 32.6%;
  right: -97.8%;
  transform: scale(0.35);
}

.honer-container .swiper-slide .img .showd {
  position: absolute;
  top: 100%;
  margin-top: 0.95rem;
  width: 100%;
}

.inte-b .prev {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: rgba(182, 146, 91, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  z-index: 3;
}
.inte-b .next {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: rgba(182, 146, 91, 1);
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  z-index: 3;
  right: 1.5rem;
}
.inte-b svg {
  fill: #fff;
}

.inte-b .prev:hover,
.inte-b .next:hover {
  background: #cc1232;
}
.inte-b .prev:hover svg,
.inte-b .next:hover svg {
  fill: #fff;
}
header {
  z-index: 99999;
}

.invbanner .txt {
  bottom: 7.5rem;
}
.inv-a {
  padding: 2.85rem 0;
}
.inv {
  background-color: rgba(26, 15, 8, 1);
  background-image: url(../img/inv.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.inav-a-list {
  margin-top: 1.975rem;
  display: flex;
  flex-wrap: wrap;
}

.inav-a-list .li {
  display: flex;
  width: calc((100% - 3rem) / 4);
  margin-right: 1rem;
  height: 7.25rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 0.875rem 1.25rem 1.65rem;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
  margin-bottom: 1rem;
}
.inav-a-list .li .tit-22{
  margin-top: 0.5rem;
}
.inav-a-list .li:nth-child(4n) {
  margin-right: 0;
}

.inav-a-list .li .t2 svg {
  width: 0.575rem;
  height: 0.575rem;
  stroke: white;
  transition: all 0.5s;
  margin-right: 0.24rem;
  transform: translateY(-0.1rem);
}
.inav-a-list .li:hover {
  background: #b6925b;
  color: #fff;
}

.inv-b {
  background: rgba(98, 95, 94, 0.25);
  backdrop-filter: blur(25px);

  padding: 2.85rem 0 4.75rem;
}

.inav-b-list {
  margin-top: 1.975rem;
  display: flex;
  flex-wrap: wrap;
}

.inav-b-list .li {
  display: flex;
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
  height: 4.275rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 0 1.25rem;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  margin-bottom: 0.8rem;
}
.inav-b-list .li:nth-child(2n) {
  margin-right: 0;
}
.inav-b-list .li .t1{
  width: 80%;
}

.inav-b-list .li .t2 svg {
  width: 0.575rem;
  height: 0.575rem;
  line-height: 1;
  stroke: white;
  transition: all 0.5s;
  margin-right: 0.15rem;
  transform: translateY(-0.1rem);
}
.inav-b-list .li:hover {
  background: #b6925b;
  color: #fff;
}
.inv-c {
  height: 20.5rem;
  overflow: hidden;
  padding-top: 2.975rem;
}

.inv-c .t2 {
  margin-top: 1.5rem;
}
.inv-c .t3 {
  margin-top: 0.75rem;
}

.inv-c .cont-box {
  width: 22rem;
  height: 8.8rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.625rem);
  position: absolute;
  bottom: 3.3rem;
  right: 1.5rem;
  padding: 0 1.825rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inv-c .cont-box .num-cox {
  align-items: flex-end;
  margin-top: 0.675rem;
}

.inv-c .cont-box .t4 .num-cox svg {
  fill: rgba(204, 18, 50, 1);
  width: 0.825rem;
  height: 0.825rem;
  margin-left: 0.3rem;
}
.inv-c .cont-box .t4 .num-cox.down svg {
  fill: #037b66;
  transform: rotate(180deg);
}
.inv-c .cont-box .list {
  width: 11.05rem;
  display: flex;
  flex-wrap: wrap;
}
.inv-c .cont-box .list .li {
  width: 50%;
  padding: 0.65rem 0;
  position: relative;
  padding-left: 0.325rem;
}

.inv-c .cont-box .list .li .num-cox {
  margin-top: 0.3rem;
}
.inv-c .cont-box .list .li::after {
  content: "";
  width: calc(100% - 0.25rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;

  bottom: 0;
}
.inv-c .cont-box .list .li:nth-child(2n) {
  padding-left: 1.5rem;
}
.inv-c .cont-box .list .li:nth-child(2n):after {
  left: 0.25rem;
}
.inv-c .cont-box .list .li:nth-child(n + 3)::after {
  display: none;
}
.inv-c .cont-box .list .li::before {
  content: "";
  height: calc(100% - 0.25rem);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;

  bottom: 0.25rem;
}
.inv-c .cont-box .list .li:nth-child(2n)::before {
  display: none;
}
.inv-c .cont-box .list .li:nth-child(3)::before {
  bottom: 0;
}

.inv-d {
  padding: 1.45rem 0;
  background: #1a0f08;
  height: 21rem;
  overflow: hidden;
}
.inv-d .txt {
  position: absolute;
  left: 1.5rem;
  top: 0;
  width: 22rem;
  height: 100%;
  padding: 2.9rem 2.225rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
}
.inv-d .txt .t2 {
  margin-top: 2rem;
}

.inv-d .txt .t2 .li {
  margin-bottom: 0.75rem;
}
.inv-d .txt .t2 .li img {
  width: 0.55rem;
  margin-right: 0.35rem;
}
.inv-d .txt .more {
  position: absolute;
  right: 2.5rem;
  bottom: 2.4rem;
}
.inv-a .page_box {
  margin-top: 2rem;
}
.inv-b .page_box {
  margin-top: 2rem;
}
.esg-a {
}

.esg-a .view2 {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3.375rem;
}
.esg-a .t1 {
  margin-top: 1.425rem;
}
.esg-a .t1 span {
  color: #b6925b;
}

.esg-a .imgbg {
  width: 100%;
}

.esg-a .t2 {
  position: absolute;
  bottom: 4.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.esg-a .item1 {
  position: absolute;
  width: 11.85rem;
  left: 8.4rem;
  bottom: 3.9rem;
  z-index: 3;
}
.esg-a .item1 img {
  width: 100%;
}
.esg-a .item1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
.tt1 {
  background: linear-gradient(100deg, #ffcd80 -17.6%, #997b4d 94.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  display: inline-block;
}
.tt2 {
  opacity: 0.7;
  width: 7.125rem;
  margin-top: 0.2rem;
}

.esg-a .item2 {
  position: absolute;
  width: 10.625rem;
  left: 11.875rem;
  bottom: 3.9rem;
  z-index: 3;
}
.esg-a .item2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-70%);
}

.esg-a .item3 {
  position: absolute;
  width: 12.6rem;
  right: 10.375rem;
  bottom: 4.025rem;
  z-index: 3;
}
.esg-a .item3 .txt {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(75%);
  text-align: right;
}

.esg-a .item4 {
  position: absolute;
  width: 9.25rem;
  right: 11.675rem;
  bottom: 2.65rem;
  z-index: 3;
}
.esg-a .item4 .txt {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(75%);
  text-align: right;
}
.esg-a .item4 .txt .tt2 {
  width: 9.4rem;
  text-align: right;
}
.esg-b .img-box {
  width: 100%;
  position: relative;
}
.esg-b .img-box img {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  left: 0;
}
.esg-b .img-box img:first-child {
  position: relative;
}
.esg-b .img-box img.on {
  opacity: 1;
  visibility: visible;
}

.esg-b .item {
  position: absolute;
  opacity: 0.5;
  transition: all 0.5s;
  z-index: 333;
}

.esg-b .item .t1 {
  color: #fff;
}
.esg-b .item .img-list {
  width: 7.95rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.725rem;
}
.esg-b .item .img-list img {
  width: calc((100% - 0.525rem) / 4);
  margin-right: 0.175rem;
  margin-bottom: 0.175rem;
}
.esg-b .item .img-list img:nth-child(4n) {
  margin-right: 0;
}

.esg-b .item .txt-list {
  margin-top: 0.75rem;
}

.esg-b .item .txt-list .li {
  display: flex;
  color: #fff;
  align-items: center;
}

.esg-b .item .txt-list .li svg {
  margin-right: 0.25rem;
}

.esg-b .item1 {
  position: absolute;
  top: 4rem;
  left: 3.375rem;
}

.esg-b .item2 {
  position: absolute;
  top: 17.375rem;
  left: 3.375rem;
}
.esg-b .item3 {
  position: absolute;
  top: 5.7rem;
  right: 2rem;
}
.esg-b .item.on {
  opacity: 1;
}

.esg-b .item.on .t1 {
  color: rgba(255, 205, 128, 1);
}

.esg-c {
  padding: 2.725rem 0 3.575rem;
  background: #2c1b14;
}
.esg-c .content {
  margin-top: 1.5rem;
}
.esgc-container {
  overflow: hidden;
}

.esgc-container .swiper-slide .img {
  display: block;
  width: 11.025rem;
}

.esgc-container .swiper-slide .txt {
  width: calc(100% - 11.025rem);
  padding-left: 2.425rem;
  height: 7.975rem;
  position: relative;
}
.esgc-container .swiper-slide .txt .t2 {
  opacity: 0.7;
  color: #fff;
  margin-top: 1rem;
  width: 24.375rem;
  letter-spacing: -0.9px;
}

.esgc-container .swiper-slide .txt .t3 {
  margin-top: 1.2rem;
}
.esgc-container .swiper-slide .txt .t3 svg {
  width: 0.575rem;
  margin-right: 0.1rem;
}
.esgc-container .swiper-slide .txt .t3 .msm {
  text-decoration: underline;
  transition: all 0.5s;
}
.esgc-container .swiper-slide .txt .t3:hover .msm {
  color: #b6925b;
}

.esgc-container .swiper-slide .txt .line {
  width: 17.35rem;
  height: 1px;
  position: absolute;
  left: 2.425rem;
  bottom: 0.4rem;
  background: #fff;
  opacity: 0.2;
}

.esg-c .content .pabox {
  position: absolute;
  z-index: 11;
  left: 13.2rem;
  bottom: 3rem;
}

.esg-c .content .prev {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #b6925b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  margin-right: 0.6rem;
}
.esg-c .content .next {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #b6925b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.6rem;
  cursor: pointer;
  transition: all 0.5s;
}
.esg-c .content svg {
  fill: #fff;
}

.esg-c .content .prev:hover,
.esg-c .content .next:hover {
  background: #cc1232;
}
.esg-c .content .prev:hover svg,
.esg-c .content .next:hover svg {
  fill: #fff;
}

.esg-c .content .pabox .ap {
  font-size: 0.45rem;
  letter-spacing: 3px;
}
.esg-c .content .pabox .sp {
  opacity: 0.5;
}

.esgc-container .swiper-slide {
  opacity: 0 !important;
}

.esgc-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.esgc-container .swiper-slide .img img {
  width: 100%;
  transition: all 0.5s;
}
.esgc-container .swiper-slide .img:hover img {
  transform: scale(1.03);
}

.esgimg-container {
  position: absolute;
  width: 12rem;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
}

.esgimg-container .swiper-slide {
  width: calc((100% - 0.975rem) / 2);
  margin-right: 0.975rem;
  cursor: pointer;
}
.esgimg-container .swiper-slide img{
  width: 100%;
  height: 8rem;
  object-fit: cover;
}
.esgimg-container .swiper-slide:last-child {
  margin-right: 0;
}

.esg-d {
  height: 42.275rem;
  padding: 3.375rem 0;
}

.esg-d .txt {
  width: 14.075rem;
}
.esg-d .txt .t2 {
  margin-top: 1.425rem;
}

.esg-d .list {
  width: 12.5rem;
  margin-left: 3.325rem;
  display: flex;
  flex-wrap: wrap;
}
.esg-d .list .li {
  width: 100%;
  margin-right: 1.55rem;
  padding: 1.75rem 0.5rem;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(25px);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.esg-d .list1 .li:nth-child(1){
  height: 14rem;
}

.esg-d .list1 .li:nth-child(2){
   height: 18.625rem;
}

.esg-d .list2 .li{
  height: 18.75rem;
}

.esg-d .list2 {
  margin-left: 1.65rem;
  padding-top: 5.1rem;
}
.esg-d .list .li .tit-22 {
  text-align: center;
  margin-top: auto;
}

.esg-d .list .li img {
  transition: all 0.5s;
  margin: 0 auto;
}

.esg-d .list .li:hover img {
  transform: scale(1.02);
}

.about-c {
  background: #1a0f08;
  padding: 3.25rem 0 2.95rem;
}
.about-c .tablist {
  justify-content: center;
  margin-top: 0.85rem;
}
.about-c .tablist .li {
  width: 4.5rem;
  height: 1.3rem;
  border-radius: 0.625rem;
  margin-left: 0.6rem;
  border: 1px solid rgba(182, 146, 91, 0.251);
  color: #b6925b;
  letter-spacing: -0.44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}

.about-c .tablist .li.on {
  background: #cc1232;
  border: 1px solid #cc1232;
  color: #fff;
}

.about-c .tablist .li:hover {
  background: #cc1232;
  border: 1px solid #cc1232;
  color: #fff;
}
.about-c .cont-list {
  margin: 0 auto;
  width: 35rem;
  position: relative;
}

.about-c .cont-list .item {
  position: absolute;
  cursor: pointer;
  z-index: 3;
}

.about-c .cont-list .item .c {
  width: 0.3882rem;
  height: 0.3882rem;
  flex-shrink: 0;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.4);
}
.about-c .cont-list .item .c::after {
  content: "";
  width: 0.3882rem;
  height: 0.3882rem;
  flex-shrink: 0;
  border-radius: 50%;
  opacity: 0.3;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
.about-c .cont-list .item .cen {
  width: 0.1941rem;
  height: 0.1941rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 33;
}

.about-c .cont-list .item.mc .c {
  background: #b6925b;
}
.about-c .cont-list .item.mc .c::after {
  background: #b6925b;
}

.about-c .cont-list .item .tx-box {
  position: absolute;
  left: 100%;
  top: 100%;
  border-radius: 10px;
  border: 1px solid #b6925b;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 1rem;
  width: 14.475rem;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 999;
}
.about-c .cont-list .item.mc:hover .tx-box {
  opacity: 1;
  visibility: visible;
}
.about-c .cont-list .item.mc:hover {
  z-index: 3333;
}
.about-c .cont-list .item .tx-box .icon {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(204, 18, 50, 0.8);
  top: -1rem;
  left: -1rem;
}
.about-c .cont-list .item .tx-box .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 50%;

  background: rgba(204, 18, 50, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.8);
}
.about-c .cont-list .item .tx-box .icon svg {
  z-index: 33;
  width: .6rem;
}
.about-c .cont-list .item .tx-box .txt {
  color: #b6925b;
  width: calc(100% - 3.45rem);
  padding-right: 1rem;
}

.about-c .cont-list .item .tx-box .img {
  width: 4.375rem;
  height: 2.625rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.about-c .cont-list .item .tx-box .txt .msm {
  margin-bottom: 0.4rem;
}

.dg {
  top: 28%;
  left: 5.7%;
}
.mg {
  top: 31%;
  right: 24.5%;
}
.rb {
  top: 36%;
  left: 41%;
}
.xjp {
  top: 62%;
  left: 33.5%;
}
.hg {
  top: 32%;
  left: 39.5%;
}
.xg {
  top: 44%;
  left: 34.5%;
}
.gd {
  top: 43%;
  left: 36.5%;
}
.js {
  top: 39%;
  left: 35.5%;
}
.nb {
  top: 39%;
  left: 37.5%;
}
.tg {
  top: 47%;
  left: 32.5%;
}
.cq {
  top: 38%;
  left: 31.5%;
}
.bt {
  top: 34.8%;
  left: 35%;
}
.yn {
  top: 49.8%;
  left: 34.5%;
}

.about-c .cont-list .map-box {
  position: relative;
  width: 100%;
}
.about-c .cont-list .map-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.about-c .cont-list .map-box img:first-child {
  position: relative;
}
.about-c .cont-list .map-box img.on {
  opacity: 1;
  visibility: visible;
}
.nb .tx-box3{
  display: none !important;
}
.nb.on .tx-box{
 display: none !important;
}
.nb.on .tx-box3{
 display: flex !important;
}
.tg .tx-box2{
  display: none !important;
}
.tg.on .tx-box{
 display: none !important;
}
.tg.on .tx-box2{
 display: flex !important;
}

.tg .tx-box3{
  display: none !important;
}
.tg.first .tx-box{
 display: none !important;
}
.tg.first .tx-box3{
 display: flex !important;
}


.banner .scorll {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  display: flex;
  z-index: 33;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.banner .scorll .line {
  width: 1px;
  height: 2rem;
  margin-top: 1.5rem;
  background: rgba(255, 255, 255, 0.3);
}

.home-d,
.footer {
  position: relative;
  z-index: 34;
}

.fax-nav {
  position: fixed;
  bottom: 3.375rem;
  z-index: 33;
  left: 1.6rem;
}
.fax-nav svg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.fax-nav svg.on {
  opacity: 1;
}
.scsline {
  position: absolute;
  width: 1px;
  z-index: 3;
  left: 1.94rem;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.inpout-box {
  width: 20rem;
  height: 2.2rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  display: flex;
  background: rgba(0, 95, 61, 0.05);
  overflow: hidden;
  padding: 0.4rem 0.5rem;
}

.inpout-box input {
  width: calc(100% - 2.25rem);
  background-color: transparent;
  padding-left: 0.85rem;
  font-size: 0.4rem;
}

.news-con .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inpout-box .search {
  height: 1.4rem;
  position: relative;
  width: 1.85rem;
  border-radius: 1.25rem;
  background: #b6925b;
  cursor: pointer;
}
.inpout-box .search:hover {
  background: #cc1232;
}
.inpout-box .search svg {
  width: 0.65rem;
}

.search-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.search-content .inpout-box {
  width: 100%;
  margin-top: 1.175rem;
  margin-bottom: .725rem;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #cc1232;
}

.search-content .result{
  padding: 0 5rem;
}

.search-content .seach-rut {
  width: 100%;
  background-color: rgba(241, 241, 241, 0.5);
  margin-top: 1.25rem;
  padding: 0.5rem 1.6rem;
}
.search-content .seach-rut span {
  color: #cc1232;
}
.search-content .list {
  padding-bottom: 1rem;
}
.search-content .list .li {
  display: flex;
  margin-top: 0.625rem;
}
.search-content .list .li .img {
  width: 6.75rem;
  height: 4.675rem;
  border-radius: 0.35rem;
  overflow: hidden;
}

.search-content .list .li .txt {
  width: calc(100% - 7.85rem);
  margin-left: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.search-content .list .li:hover .txt .t1 {
  color: #cc1232;
}

.search-content .list .li .txt .t2 {
  line-height: 1;
  margin: 0.6rem 0;
  color: #333;
  margin-top: 0.2rem;
}

.search-content .list .li span {
  color: #cc1232;
}

.view3 {
  padding: 0 5rem;
}

.hot-txt {
  margin-top: 0.775rem;
  width: 20rem;
  padding-left: 1.6rem;
}
.hot-txt span {
  color: #999;
}
.hot-txt span.col-000 {
  color: #000 !important;
}
.hot-txt span:hover {
  color: #cc1232;
  cursor: pointer;
}

@media (max-width: 996px) {
  .inpout-box .search {
    height: 1rem;
  }
  .hot-txt {
    margin-top: 0.775rem;
    width: 100%;
    padding-left: 0;
  }
  .view3{
    padding: 0 4%;
  }
    .inpout-box {
    width: 100%;
    height: 1.6rem;
  }
  .search-content .list .li{
    display: block;
    margin-bottom: 1rem;
  }
  .search-content .list .li .img{
    width: 100%;
    height: auto;
  }
  .search-content .list .li .txt{
    width: 100%;
    margin: 0;
    margin-top: 0.5rem;
  }
}


 .nb .tx-box2{
  transform: translateY(130%);
 }


 .news_info .news_info_box img{
  display: inline-block;
 }


 
/* 关于我们地图改版 */
.ab-map .top {
  width: 100%;
  position: absolute;
  top: 3.25rem;
  left: 0;
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: center;
}

.ab-map .top .tab-list {
  margin-top: 0.975rem;
}
.ab-map .top .tab-list .tip {
  margin: 0 0.4125rem;
  color: rgba(255, 255, 255, 0.5);
}
.ab-map .top .tab-list .tip .icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
.ab-map .top .tab-list .tip:nth-child(1) .icon {
  background-color: rgba(204, 18, 50, 1);
}
.ab-map .top .tab-list .tip:nth-child(2) .icon {
  background-color: rgba(186, 125, 27, 1);
}
.ab-map .top .tab-list .tip:nth-child(3) .icon {
  background-color: rgba(158, 158, 34, 1);
}

.ab-map .items {
  margin: 0 0.4125rem;
  color: rgba(255, 205, 128, 1);
  position: absolute;
  cursor: pointer;

  z-index: 3;
}
.ab-map .items .icon {
  width: 0.575rem;
  height: 0.575rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.175rem;
}
.ab-map .items .icon svg {
  width: 55%;
}
.ab-map .items .tit-13 {
  font-size: 0.325rem;
}
.ab-map .items.r .icon {
  margin-left: 0.175rem;
  margin-right: 0;
}
.ab-map .items.zzjd .icon {
  background-color: rgba(204, 18, 50, 1);
}
.ab-map .items.hwbj .icon {
  background-color: rgba(186, 125, 27, 1);
}
.ab-map .items.gjmy .icon {
  background-color: rgba(158, 158, 34, 1);
}
.ab-map .items.nbzb .icon {
  background-color: #b6925b;
}
.ab-map .items.nbzb {
  /* color: rgba(204, 18, 50, 1); */
}

.ab-map .items .hide-txt {
  padding: 0.35rem 0.6rem;
  border-radius: 10px;
  border: 1px solid rgba(182, 146, 91, 0.25);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-105%, -50%);
  width: 318px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.ab-map .items.r .hide-txt{
  left: 100%;
    transform: translate(5%, -50%);
}
.ab-map .items .hide-txt .t {
  display: none;
}
.ab-map .items:hover .hide-txt {
  opacity: 1;
  visibility: visible;
  font-size: 13px;
}
.ab-map .items .hide-txt .t2 {
  color: #b6925b;
}

.items1 {
  top: 39.2%;
  left: 23.7%;
}

.items2 {
  top: 42.6%;
  left: 23.7%;
}
.items3 {
  top: 46.2%;
  left: 23.7%;
}
.items4 {
  top: 55.9%;
  left: 23.7%;
}
.items5 {
  top: 62.6%;
  left: 23.7%;
}

.items6 {
  top: 51.2%;
  right: 39.5%;
}

.items7 {
  top: 57%;
  right: 39.5%;
}
.items8 {
  top: 26.5%;
  left: 7%;
}
.items9 {
  top: 59.2%;
  left: 23.7%;
}

.items10 {
  top: 39.5%;
  right: 39.5%;
}

.items11 {
  top: 46.5%;
  right: 39.5%;
}

.items12 {
  top: 47.6%;
  right: 12.5%;
}
.items13 {
  top: 50.9%;
  left: 23.7%;
}
.items14 {
  top: 66%;
  left: 23.7%;
}
.items15 {
  top: 59.6%;
  right: 39.5%;
}
.nbzb {
  top: 54.6%;
  right: 39.5%;
}

.ab-map .items8 .hide-txt{

  left: 50%;
  top: 100%;
      transform: translate(-50%, 5%);
}
.ab-map .items12.r .hide-txt{

  left: 50%;
  top: 0%;
      transform: translate(-50%, -105%);
}

@media (max-width: 996px) {
  .ab-map .top {
    position: relative;
    top: auto;
  }
  .ab-map {
    background-color: #000;
    padding: 1.5rem 4%;
  }
  .ab-map .top .tab-list {
    margin-top: 0.5rem;
  }
  .ab-map .items {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
  }
  .ab-map .items.r {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .ab-map .items.r .icon {
    margin-left: 0;
    margin-right: 0.2rem;
  }
  .ab-map .items .icon {
    margin-right: 0.2rem;
  }
  .ab-map .items .hide-txt {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .ab-map .items .tit-13 {
    font-size: 16px;
  }
  .ab-map .items .hide-txt {
    font-size: 14px;
  }
}
