@charset "UTF-8";

/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
@font-face {
  font-family: "JiangChengLvDongSong";
  src: url("./fonts/JiangChengLvDongSong.woff2") format("woff2"),
    url("./fonts/JiangChengLvDongSong.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}

.jclds {
  font-family: "JiangChengLvDongSong" !important;
}

.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;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
  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;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  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);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
  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 {
  font-family: "Noto Serif SC";
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 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: #08c;
}

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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Serif SC", "Noto Sans SC", "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: inline-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%;
  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);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    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;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}

@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}

/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
/* @media (min-width: 769px) {
    html {
        font-size: 34px !important;
    }
}

@media only screen and (min-width: 1024px) {
    html {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media only screen and (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
} */
/* 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: rgba(187, 158, 109, 0.85);
  color: #fff;
}

::selection {
  background: rgba(187, 158, 109, 0.85);
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.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;
  line-height: 2;
}

.tit-13 {
  font-size: 0.325rem;
  line-height: 2;
}

.tit-14 {
  font-size: 0.35rem;
  line-height: 2;
}

.tit-15 {
  font-size: 0.375rem;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 0.4rem;
}

.tit-17 {
  line-height: 1.8;
  font-size: 0.425rem;
}

.tit-18 {
  line-height: 1.8;
  font-size: 0.45rem;
}

.tit-19 {
  line-height: 1.8;
  font-size: 0.475rem;
}

.tit-20 {
  line-height: 1.8;
  font-size: 0.5rem;
}

.tit-21 {
  line-height: 1.8;
  font-size: 0.525rem;
}

.tit-22 {
  line-height: 1.8;
  font-size: 0.55rem;
}

.tit-23 {
  line-height: 1.8;
  font-size: 0.575rem;
}

.tit-24 {
  line-height: 1.8;
  font-size: 0.6rem;
}

.tit-25 {
  line-height: 1.8;
  font-size: 0.625rem;
}

.tit-26 {
  line-height: 1.8;
  font-size: 0.65rem;
}

.tit-27 {
  line-height: 1.8;
  font-size: 0.675rem;
}

.tit-28 {
  line-height: 1.8;
  font-size: 0.7rem;
}

.tit-29 {
  line-height: 1.8;
  font-size: 0.725rem;
}

.tit-30 {
  line-height: 1.8;
  font-size: 0.75rem;
}

.tit-31 {
  line-height: 1.8;
  font-size: 0.775rem;
}

.tit-32 {
  line-height: 1.8;
  font-size: 0.8rem;
}

.tit-33 {
  line-height: 1.8;
  font-size: 0.825rem;
}

.tit-34 {
  line-height: 1.8;
  font-size: 0.85rem;
}

.tit-35 {
  line-height: 1.8;
  font-size: 0.875rem;
}

.tit-36 {
  line-height: 1.8;
  font-size: 0.9rem;
}

.tit-37 {
  line-height: 1.8;
  font-size: 0.925rem;
}

.tit-38 {
  line-height: 1.8;
  font-size: 0.95rem;
}

.tit-39 {
  line-height: 1.8;
  font-size: 0.975rem;
}

.tit-40 {
  line-height: 1.8;
  font-size: 1rem;
}

.tit-41 {
  line-height: 1.8;
  font-size: 1.025rem;
}

.tit-42 {
  line-height: 1.8;
  font-size: 1.05rem;
}

.tit-43 {
  line-height: 1.8;
  font-size: 1.075rem;
}

.tit-44 {
  line-height: 1.8;
  font-size: 1.1rem;
}

.tit-45 {
  line-height: 1.8;
  font-size: 1.125rem;
}

.tit-46 {
  line-height: 1.8;
  font-size: 1.15rem;
}

.tit-47 {
  line-height: 1.8;
  font-size: 1.175rem;
}

.tit-48 {
  line-height: 1.8;
  font-size: 1.2rem;
}

.tit-49 {
  line-height: 1.8;
  font-size: 1.225rem;
}

.tit-50 {
  line-height: 1.8;
  font-size: 1.25rem;
}

.tit-51 {
  line-height: 1.8;
  font-size: 1.275rem;
}

.tit-52 {
  line-height: 1.8;
  font-size: 1.3rem;
}

.tit-53 {
  line-height: 1.8;
  font-size: 1.325rem;
}

.tit-54 {
  line-height: 1.8;
  font-size: 1.35rem;
}

.tit-55 {
  line-height: 1.8;
  font-size: 1.375rem;
}

.tit-56 {
  line-height: 1.8;
  font-size: 1.4rem;
}

.tit-57 {
  line-height: 1.8;
  font-size: 1.425rem;
}

.tit-58 {
  line-height: 1.8;
  font-size: 1.45rem;
}

.tit-59 {
  line-height: 1.8;
  font-size: 1.475rem;
}

.tit-60 {
  line-height: 1.8;
  font-size: 1.5rem;
}

.tit-61 {
  line-height: 1.8;
  font-size: 1.525rem;
}

.tit-62 {
  line-height: 1.8;
  font-size: 1.55rem;
}

.tit-63 {
  line-height: 1.8;
  font-size: 1.575rem;
}

.tit-64 {
  line-height: 1.8;
  font-size: 1.6rem;
}

.tit-65 {
  line-height: 1.8;
  font-size: 1.625rem;
}

.tit-66 {
  line-height: 1.8;
  font-size: 1.65rem;
}

.tit-67 {
  line-height: 1.8;
  font-size: 1.675rem;
}

.tit-68 {
  line-height: 1.8;
  font-size: 1.7rem;
}

.tit-69 {
  line-height: 1.8;
  font-size: 1.725rem;
}

.tit-70 {
  line-height: 1.8;
  font-size: 1.75rem;
}

.tit-71 {
  line-height: 1.8;
  font-size: 1.775rem;
}

.tit-72 {
  line-height: 1.8;
  font-size: 1.8rem;
}

.tit-73 {
  line-height: 1.8;
  font-size: 1.825rem;
}

.tit-74 {
  line-height: 1.8;
  font-size: 1.85rem;
}

.tit-75 {
  line-height: 1.8;
  font-size: 1.875rem;
}

.tit-76 {
  line-height: 1.8;
  font-size: 1.9rem;
}

.tit-77 {
  line-height: 1.8;
  font-size: 1.925rem;
}

.tit-78 {
  line-height: 1.8;
  font-size: 1.95rem;
}

.tit-79 {
  line-height: 1.8;
  font-size: 1.975rem;
}

.tit-80 {
  line-height: 1.8;
  font-size: 2rem;
}

/* 
@media (max-width: 1681px) {

    .tit-12 {
        font-size: 12px;
    }

    .tit-13 {
        font-size: 13px;
    }

    .tit-14 {
        font-size: 13px;
    }

    .tit-15 {
        font-size: 14px;
    }

    .tit-16 {
        font-size: 15px;
    }

    .tit-17 {
        font-size: 16px;
    }

    .tit-18 {
        font-size: 17px;
    }

    .tit-19 {
        font-size: 18px;
    }

    .tit-20 {
        font-size: 18px;
    }

    .tit-21 {
        font-size: 19px;
    }

    .tit-22 {
        font-size: 20px;
    }

    .tit-23 {
        font-size: 21px;
    }

    .tit-24 {
        font-size: 22px;
    }

    .tit-25 {
        font-size: 23px;
    }

    .tit-26 {
        font-size: 24px;
    }

    .tit-27 {
        font-size: 25px;
    }

    .tit-28 {
        font-size: 26px;
    }

    .tit-29 {
        font-size: 27px;
    }

    .tit-30 {
        font-size: 27px;
    }

    .tit-31 {
        font-size: 28px;
    }

    .tit-32 {
        font-size: 29px;
    }

    .tit-33 {
        font-size: 30px;
    }

    .tit-34 {
        font-size: 31px;
    }

    .tit-35 {
        font-size: 32px;
    }

    .tit-36 {
        font-size: 33px;
    }

    .tit-37 {
        font-size: 34px;
    }

    .tit-38 {
        font-size: 35px;
    }

    .tit-39 {
        font-size: 36px;
    }

    .tit-40 {
        font-size: 37px;
    }

    .tit-42 {
        font-size: 38px;
    }

    .tit-43 {
        font-size: 39px;
    }

    .tit-44 {
        font-size: 40px;
    }

    .tit-45 {
        font-size: 41px;
    }

    .tit-46 {
        font-size: 42px;
    }

    .tit-47 {
        font-size: 43px;
    }

    .tit-48 {
        font-size: 44px;
    }

    .tit-50 {
        font-size: 45px;
    }

    .tit-51 {
        font-size: 46px;
    }

    .tit-52 {
        font-size: 47px;
    }

    .tit-53 {
        font-size: 48px;
    }

    .tit-54 {
        font-size: 49px;
    }

    .tit-55 {
        font-size: 50px;
    }

    .tit-56 {
        font-size: 51px;
    }

    .tit-57 {
        font-size: 52px;
    }

    .tit-58 {
        font-size: 53px;
    }

    .tit-59 {
        font-size: 54px;
    }

    .tit-60 {
        font-size: 54px;
    }

    .tit-61 {
        font-size: 55px;
    }

    .tit-62 {
        font-size: 56px;
    }

    .tit-63 {
        font-size: 57px;
    }

    .tit-64 {
        font-size: 58px;
    }

    .tit-65 {
        font-size: 59px;
    }

    .tit-66 {
        font-size: 60px;
    }

    .tit-67 {
        font-size: 61px;
    }

    .tit-68 {
        font-size: 62px;
    }

    .tit-69 {
        font-size: 63px;
    }

    .tit-70 {
        font-size: 62px;
    }

    .tit-71 {
        font-size: 63px;
    }

    .tit-72 {
        font-size: 64px;
    }

    .tit-73 {
        font-size: 65px;
    }

    .tit-74 {
        font-size: 66px;
    }

    .tit-75 {
        font-size: 67px;
    }

    .tit-76 {
        font-size: 68px;
    }

    .tit-77 {
        font-size: 69px;
    }

    .tit-78 {
        font-size: 70px;
    }

    .tit-79 {
        font-size: 71px;
    }

    .tit-80 {
        font-size: 72px;
    }
}

@media (max-width: 1481px) {

    .tit-13 {
        font-size: 12px;
    }

    .tit-14 {
        font-size: 12px;
    }

    .tit-15 {
        font-size: 13px;
    }

    .tit-16 {
        font-size: 14px;
    }

    .tit-17 {
        font-size: 15px;
    }

    .tit-18 {
        font-size: 16px;
    }

    .tit-19 {
        font-size: 17px;
    }

    .tit-20 {
        font-size: 18px;
    }

    .tit-20 {
        font-size: 16px;
    }

    .tit-21 {
        font-size: 17px;
    }

    .tit-22 {
        font-size: 18px;
    }

    .tit-23 {
        font-size: 19px;
    }

    .tit-24 {
        font-size: 20px;
    }

    .tit-25 {
        font-size: 21px;
    }

    .tit-26 {
        font-size: 22px;
    }

    .tit-27 {
        font-size: 23px;
    }

    .tit-28 {
        font-size: 24px;
    }

    .tit-29 {
        font-size: 25px;
    }

    .tit-30 {
        font-size: 26px;
    }

    .tit-31 {
        font-size: 25px;
    }

    .tit-32 {
        font-size: 26px;
    }

    .tit-33 {
        font-size: 27px;
    }

    .tit-34 {
        font-size: 28px;
    }

    .tit-35 {
        font-size: 29px;
    }

    .tit-36 {
        font-size: 30px;
    }

    .tit-37 {
        font-size: 31px;
    }

    .tit-38 {
        font-size: 32px;
    }

    .tit-39 {
        font-size: 33px;
    }

    .tit-40 {
        font-size: 34px;
    }

    .tit-41 {
        font-size: 35px;
    }

    .tit-42 {
        font-size: 36px;
    }

    .tit-43 {
        font-size: 37px;
    }

    .tit-44 {
        font-size: 38px;
    }

    .tit-45 {
        font-size: 37px;
    }

    .tit-46 {
        font-size: 38px;
    }

    .tit-47 {
        font-size: 39px;
    }

    .tit-48 {
        font-size: 40px;
    }

    .tit-49 {
        font-size: 41px;
    }

    .tit-50 {
        font-size: 42px;
    }

    .tit-51 {
        font-size: 43px;
    }

    .tit-52 {
        font-size: 44px;
    }

    .tit-53 {
        font-size: 45px;
    }

    .tit-54 {
        font-size: 46px;
    }

    .tit-55 {
        font-size: 47px;
    }

    .tit-56 {
        font-size: 48px;
    }

    .tit-57 {
        font-size: 49px;
    }

    .tit-58 {
        font-size: 50px;
    }

    .tit-59 {
        font-size: 51px;
    }

    .tit-60 {
        font-size: 52px;
    }

    .tit-61 {
        font-size: 51px;
    }

    .tit-62 {
        font-size: 52px;
    }

    .tit-63 {
        font-size: 53px;
    }

    .tit-64 {
        font-size: 54px;
    }

    .tit-65 {
        font-size: 55px;
    }

    .tit-66 {
        font-size: 56px;
    }

    .tit-67 {
        font-size: 57px;
    }

    .tit-68 {
        font-size: 58px;
    }

    .tit-69 {
        font-size: 59px;
    }

    .tit-70 {
        font-size: 60px;
    }

    .tit-71 {
        font-size: 55px;
    }

    .tit-72 {
        font-size: 56px;
    }

    .tit-73 {
        font-size: 57px;
    }

    .tit-74 {
        font-size: 58px;
    }

    .tit-75 {
        font-size: 59px;
    }

    .tit-76 {
        font-size: 60px;
    }

    .tit-77 {
        font-size: 61px;
    }

    .tit-78 {
        font-size: 62px;
    }

    .tit-79 {
        font-size: 63px;
    }

    .tit-80 {
        font-size: 64px;
    }
}

@media (max-width: 1281px) {

    .tit-13 {
        font-size: 12px;
    }

    .tit-14 {
        font-size: 12px;
    }

    .tit-15 {
        font-size: 12px;
    }

    .tit-16 {
        font-size: 13px;
    }

    .tit-17 {
        font-size: 16px;
    }

    .tit-18 {
        font-size: 15px;
    }

    .tit-19 {
        font-size: 16px;
    }

    .tit-20 {
        font-size: 17px;
    }

    .tit-22 {
        font-size: 18px;
    }

    .tit-24 {
        font-size: 19px;
    }

    .tit-25 {
        font-size: 20px;
    }

    .tit-26 {
        font-size: 21px;
    }

    .tit-27 {
        font-size: 22px;
    }

    .tit-28 {
        font-size: 23px;
    }

    .tit-29 {
        font-size: 24px;
    }

    .tit-30 {
        font-size: 25px;
    }

    .tit-31 {
        font-size: 26px;
    }

    .tit-32 {
        font-size: 27px;
    }

    .tit-33 {
        font-size: 24px;
    }

    .tit-34 {
        font-size: 25px;
    }

    .tit-35 {
        font-size: 26px;
    }

    .tit-36 {
        font-size: 27px;
    }

    .tit-37 {
        font-size: 28px;
    }

    .tit-38 {
        font-size: 29px;
    }

    .tit-39 {
        font-size: 30px;
    }

    .tit-40 {
        font-size: 31px;
    }

    .tit-41 {
        font-size: 32px;
    }

    .tit-42 {
        font-size: 33px;
    }

    .tit-43 {
        font-size: 34px;
    }

    .tit-44 {
        font-size: 35px;
    }

    .tit-45 {
        font-size: 36px;
    }

    .tit-46 {
        font-size: 37px;
    }

    .tit-47 {
        font-size: 38px;
    }

    .tit-48 {
        font-size: 39px;
    }

    .tit-49 {
        font-size: 40px;
    }

    .tit-50 {
        font-size: 38px;
    }

    .tit-51 {
        font-size: 39px;
    }

    .tit-52 {
        font-size: 40px;
    }

    .tit-53 {
        font-size: 41px;
    }

    .tit-54 {
        font-size: 42px;
    }

    .tit-55 {
        font-size: 43px;
    }

    .tit-56 {
        font-size: 44px;
    }

    .tit-57 {
        font-size: 45px;
    }

    .tit-58 {
        font-size: 46px;
    }

    .tit-59 {
        font-size: 47px;
    }

    .tit-60 {
        font-size: 48px;
    }

    .tit-61 {
        font-size: 49px;
    }

    .tit-62 {
        font-size: 50px;
    }

    .tit-63 {
        font-size: 51px;
    }

    .tit-64 {
        font-size: 52px;
    }

    .tit-65 {
        font-size: 53px;
    }

    .tit-66 {
        font-size: 54px;
    }

    .tit-67 {
        font-size: 55px;
    }

    .tit-68 {
        font-size: 56px;
    }

    .tit-69 {
        font-size: 57px;
    }

    .tit-70 {
        font-size: 58px;
    }

    .tit-71 {
        font-size: 51px;
    }

    .tit-72 {
        font-size: 52px;
    }

    .tit-73 {
        font-size: 53px;
    }

    .tit-74 {
        font-size: 54px;
    }

    .tit-75 {
        font-size: 55px;
    }

    .tit-76 {
        font-size: 56px;
    }

    .tit-77 {
        font-size: 57px;
    }

    .tit-78 {
        font-size: 58px;
    }

    .tit-79 {
        font-size: 59px;
    }

    .tit-80 {
        font-size: 60px;
    }
}

@media (max-width: 1024px) {
    .tit-24 {
        font-size: 16px;
    }

    .tit-25 {
        font-size: 17px;
    }

    .tit-26 {
        font-size: 18px;
    }

    .tit-27 {
        font-size: 19px;
    }

    .tit-28 {
        font-size: 20px;
    }

    .tit-29 {
        font-size: 21px;
    }

    .tit-30 {
        font-size: 22px;
    }

    .tit-31 {
        font-size: 23px;
    }

    .tit-32 {
        font-size: 24px;
    }

    .tit-33 {
        font-size: 21px;
    }

    .tit-34 {
        font-size: 22px;
    }

    .tit-35 {
        font-size: 23px;
    }

    .tit-36 {
        font-size: 24px;
    }

    .tit-37 {
        font-size: 25px;
    }

    .tit-38 {
        font-size: 26px;
    }

    .tit-39 {
        font-size: 27px;
    }

    .tit-40 {
        font-size: 28px;
    }

    .tit-41 {
        font-size: 29px;
    }

    .tit-42 {
        font-size: 30px;
    }

    .tit-43 {
        font-size: 31px;
    }

    .tit-44 {
        font-size: 32px;
    }

    .tit-45 {
        font-size: 33px;
    }

    .tit-46 {
        font-size: 34px;
    }

    .tit-47 {
        font-size: 35px;
    }

    .tit-48 {
        font-size: 36px;
    }

    .tit-49 {
        font-size: 37px;
    }

    .tit-50 {
        font-size: 34px;
    }

    .tit-51 {
        font-size: 35px;
    }

    .tit-52 {
        font-size: 36px;
    }

    .tit-53 {
        font-size: 37px;
    }

    .tit-54 {
        font-size: 38px;
    }

    .tit-55 {
        font-size: 39px;
    }

    .tit-56 {
        font-size: 40px;
    }

    .tit-57 {
        font-size: 41px;
    }

    .tit-58 {
        font-size: 42px;
    }

    .tit-59 {
        font-size: 43px;
    }

    .tit-60 {
        font-size: 44px;
    }

    .tit-61 {
        font-size: 45px;
    }

    .tit-62 {
        font-size: 46px;
    }

    .tit-63 {
        font-size: 47px;
    }

    .tit-64 {
        font-size: 48px;
    }

    .tit-65 {
        font-size: 49px;
    }

    .tit-66 {
        font-size: 50px;
    }

    .tit-67 {
        font-size: 51px;
    }

    .tit-68 {
        font-size: 52px;
    }

    .tit-69 {
        font-size: 53px;
    }

    .tit-70 {
        font-size: 54px;
    }

    .tit-71 {
        font-size: 47px;
    }

    .tit-72 {
        font-size: 48px;
    }

    .tit-73 {
        font-size: 49px;
    }

    .tit-74 {
        font-size: 50px;
    }

    .tit-75 {
        font-size: 51px;
    }

    .tit-76 {
        font-size: 52px;
    }

    .tit-77 {
        font-size: 53px;
    }

    .tit-78 {
        font-size: 54px;
    }

    .tit-79 {
        font-size: 55px;
    }

    .tit-80 {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    .tit-16 {
        font-size: 12px;
    }

    .tit-18 {
        font-size: 14px;
    }

    .tit-20 {
        font-size: 16px;
    }

    .tit-33 {
        font-size: 20px;
    }

    .tit-34 {
        font-size: 21px;
    }

    .tit-35 {
        font-size: 22px;
    }

    .tit-36 {
        font-size: 23px;
    }

    .tit-37 {
        font-size: 24px;
    }

    .tit-38 {
        font-size: 25px;
    }

    .tit-39 {
        font-size: 26px;
    }

    .tit-40 {
        font-size: 24px;
    }

    .tit-41 {
        font-size: 25px;
    }

    .tit-42 {
        font-size: 26px;
    }

    .tit-43 {
        font-size: 27px;
    }

    .tit-44 {
        font-size: 28px;
    }

    .tit-45 {
        font-size: 29px;
    }

    .tit-46 {
        font-size: 30px;
    }

    .tit-47 {
        font-size: 31px;
    }

    .tit-48 {
        font-size: 32px;
    }

    .tit-49 {
        font-size: 33px;
    }

    .tit-50 {
        font-size: 28px;
    }

    .tit-51 {
        font-size: 29px;
    }

    .tit-52 {
        font-size: 30px;
    }

    .tit-53 {
        font-size: 31px;
    }

    .tit-54 {
        font-size: 32px;
    }

    .tit-55 {
        font-size: 33px;
    }

    .tit-56 {
        font-size: 34px;
    }

    .tit-57 {
        font-size: 35px;
    }

    .tit-58 {
        font-size: 36px;
    }

    .tit-59 {
        font-size: 37px;
    }

    .tit-60 {
        font-size: 36px;
    }

    .tit-61 {
        font-size: 37px;
    }

    .tit-62 {
        font-size: 38px;
    }

    .tit-63 {
        font-size: 39px;
    }

    .tit-64 {
        font-size: 40px;
    }

    .tit-65 {
        font-size: 41px;
    }

    .tit-66 {
        font-size: 42px;
    }

    .tit-67 {
        font-size: 43px;
    }

    .tit-68 {
        font-size: 44px;
    }

    .tit-69 {
        font-size: 45px;
    }

    .tit-70 {
        font-size: 46px;
    }

    .tit-70 {
        font-size: 42px;
    }

    .tit-71 {
        font-size: 43px;
    }

    .tit-72 {
        font-size: 44px;
    }

    .tit-73 {
        font-size: 45px;
    }

    .tit-74 {
        font-size: 46px;
    }

    .tit-75 {
        font-size: 47px;
    }

    .tit-76 {
        font-size: 48px;
    }

    .tit-77 {
        font-size: 49px;
    }

    .tit-78 {
        font-size: 50px;
    }

    .tit-79 {
        font-size: 51px;
    }

    .tit-80 {
        font-size: 52px;
    }
} */
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .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;
  }
}

/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.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%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}

.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-l {
  text-transform: lowercase;
}

.text-u {
  text-transform: uppercase;
}

.text-c {
  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;
  -o-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%;
}

.w1680 {
  width: 42rem;
  /* max-width: 88%; */
  margin: 0 auto;
}

.w1300 {
  width: 32.5rem;
  margin: 0 auto;
}

/* @media (max-width: 1350px) {
    .w1300 {
        width: 94%;
    }
} */
.w1080 {
  width: 27rem;
  margin: 0 auto;
}

/* @media (max-width: 1100px) {
    .w1080 {
        width: 94%;
    }
} */
.w1070 {
  width: 26.75rem;
  margin: 0 auto;
}

/* @media (max-width: 1100px) {
    .w1070 {
        width: 94%;
    }
} */
/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  /* display: inline-block; */
  display: block;
  width: max-content;
  margin: 1rem auto 0;
}

.page a {
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0.425rem;
  line-height: 40px;
  /*background:#f0efef;*/
  margin: 0 3px;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: rgba(187, 158, 109, 0.85);
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  display: inline-block;
  background: rgba(187, 158, 109, 0.85);
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(187, 158, 109, 0.85);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a[rel="next"],
.page a[rel="prev"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.page a[rel="next"]:hover img,
.page a[rel="prev"]:hover img {
  filter: grayscale(100%) brightness(10);
  opacity: 0.95;
}

/*分页样式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;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-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;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  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;
}

@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_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@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_fade {
  0% {
    opacity: 0;
  }

  100% {
    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;
  }
}

@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_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_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_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;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  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-height: 1.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);
  -o-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;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all 0.6s;
  -o-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*/
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.mb-header {
  display: none;
}

body {
  position: relative;
}

.warpheader {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.25rem;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.25rem);
}

.warpheader.home_header {
  position: absolute;

}

.warpheader.home_header {
  backdrop-filter: blur(0);
  background: transparent;
}

.warpheader .logo1 {
  width: 4.975rem;
  height: 1.3rem;
}

.warpheader .logo1 a {
  display: block;
  width: 100%;
}

.warpheader .logo1 a svg,
.warpheader .logo1 a img {
  width: 100%;
}

.warpheader .logo1 img {
  max-height: 100%;
}

.warpheader .nav {
  display: flex;
  height: 100%;
  align-items: center;
}

.warpheader .nav .item {
  position: relative;
  padding: 1rem 0;
  /* display: flex; */
  /* align-items: center; */
}

.warpheader .nav .item .sub-menu {
  z-index: 9;
  position: absolute;
  top: 2rem;
  left: calc(50% - 1.875rem);
  width: 3.75rem;
  border-radius: 0.125rem;
  background: #fff;
  display: none;
}

/*.warpheader .nav .item:last-child {
    transform: translateX(.4rem);
}*/
.warpheader .nav .item .icon {
  width: 0.3rem;
  height: 0.15rem;
  overflow: hidden;
  /* height: .3rem; */
  position: absolute;
  left: calc(50% - 0.15rem);
  top: 1.85rem;
  /*opacity: 0;
    visibility: hidden;*/
  transition: all 0.3s 0.3s;
  display: none;
}

/*.warpheader .nav .item:hover .icon {
    opacity: 1;
    visibility: visible;
    transition: all .2s;
}*/
.warpheader .nav .item .icon img {
  display: block;
  width: 100%;
  /* height: 100%; */
  /* object-fit: contain; */
}

/*.warpheader .nav .item .sub-menu::before {
    content: '';
    position: absolute;
    left: 1.675rem;
    top: -0.15rem;
    transform: rotateZ(45deg);
    width: .3rem;
    height: .3rem;
    background: #FFF;
}*/
.warpheader .nav .item .sub-menu li {
  width: 100%;
}

.warpheader .nav .item .sub-menu li a {
  display: block;
  width: 100%;
  text-align: center;
  height: 1.425rem;
  line-height: 1.425rem;
  color: #222;
  font-weight: 700;
  transition: all 0.5s linear;
}

.warpheader .nav .item .sub-menu li:hover a {
  background: #f1f1f1;
  color: #76161b;
}

.warpheader .nav .li {
  display: flex;
  margin: 0 0.8rem;
  color: #fff;
  position: relative;
  align-items: center;
}

/*.warpheader .nav .item:last-child .li {
    margin-right: 0;
}*/
.warpheader .nav .li:before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 50%;
  margin-top: -0.125rem;
  width: 0.375rem;
  height: 0.375rem;
  background: url(../img/img11.png) no-repeat left center;
  opacity: 0;
  transition: opacity 0.5s linear;
  pointer-events: none;
}

.warpheader .nav .li:hover,
.warpheader .nav .li.cur {
  background: radial-gradient(406.72% 95.51% at 33.65% 0%,
      rgba(253, 164, 13, 0.3) 0%,
      rgba(238, 192, 114, 0.3) 100%),
    #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.warpheader .nav .li.cur:before,
.warpheader .nav .li:hover:before {
  opacity: 1;
}

#i-banner {
  position: relative;
  z-index: 2;
  height: calc(100vh);
  width: 100%;
  overflow: hidden;
}

#i-banner::after {
  position: absolute;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(34, 34, 34, 0) 50.07%);
}

#i-banner .imgbg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#i-banner .swiper-slide {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#i-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-swiper .scorll {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  display: flex;
  z-index: 33;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.index-swiper .scorll .line {
  width: 2px;
  height: 1rem;
  margin-top: 0.2rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.index-swiper .scorll .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;

  animation: growLineEaseOut 2s infinite ease-out 0.8s;
}

@keyframes growLineEaseOut {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}



#i-banner .swiper-slide .tipimg1 {
  position: absolute;
  left: 4rem;
  bottom: 13.54vh;
  width: 25vw;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  z-index: 4;
}

#i-banner .swiper-slide .tipimg2 {
  position: absolute;
  right: 7.8vw;
  bottom: 15vh;
  width: 4.3vw;
  opacity: 0;
  -webkit-transition: all 1s 0.6s ease-in-out;
  transition: all 1s 0.6s ease-in-out;
  -webkit-transform: translate(2vw, 0);
  -ms-transform: translate(2vw, 0);
  transform: translate(2vw, 0);
  z-index: 4;
}

#i-banner .swiper-slide.swiper-slide-active .text.animate {
  opacity: 1;
}

#i-banner .swiper-slide.swiper-slide-active.animate .tipimg1,
#i-banner .swiper-slide-active.animate .tipimg2 {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

#i-banner .swiper-slide.swiper-slide-active .imgbg {
  -webkit-animation: imgwidth 6s linear forwards;
  -moz-animation: imgwidth 6s linear forwards;
}

#i-banner .numbox {
  position: absolute;
  left: 1rem;
  bottom: 1.25rem;
  z-index: 4;
}

#i-banner .numbox span {
  color: #999;
}

#i-banner .zpagination {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 0.7rem;
  width: 88%;
}

#i-banner .zpagination span {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  width: 1.3rem;
  height: 1.3rem;
  /* width: .3rem; */
  /* height: .3rem; */
  display: block;
  border-radius: 50%;
  margin: 0 0.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.3);
  cursor: inherit;
}

#i-banner .zpagination span.swiper-pagination-bullet-active {
  transform: scale(1);
  opacity: 1;
}

#index-container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#index-container .index-swiper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#index-container .footer-swiper {
  height: auto;
  /* min-height: 100vh; */
  overflow: visible;
}

#index-container .footer-swiper .footertop .tit2,
#index-container .footer-swiper .footertop .ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s 0.5s ease-in-out;
  transform: translateY(60px);
}

#index-container .footer-swiper.swiper-slide-active .footertop .tit2,
#index-container .footer-swiper.swiper-slide-active .footertop .ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.iwdown {
  position: absolute;
  width: 100%;
  bottom: 0.7rem;
  z-index: 4;
  cursor: pointer;
}

.iwdown .nbtn {
  height: 0.55rem;
  margin-bottom: 0.1rem;
  animation: arrow2 2s infinite linear;
}

.iwdown .dbtn {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.6s;
}

.iwdown:hover .dbtn {
  background: #d12935;
}

@keyframes arrow2 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0%);
  }
}

#index-container>.swiper-wrapper {
  /* 防止Safari中的弹性滚动 */
  -webkit-transform: translate3d(0, 0, 0);
}

#index-container>.swiper-wrapper>.swiper-slide {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  /* 只允许垂直滑动 */
}

.index-swiper2 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.index-swiper2 .bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.index-swiper2 .textbox {
  padding: 18.25vh 6.25vw 0;
  position: relative;
  z-index: 1;
}

.index-swiper2 .textbox .tit2 {
  background: radial-gradient(406.72% 95.51% at 33.65% 0%,
      rgba(253, 164, 13, 0.3) 0%,
      rgba(238, 192, 114, 0.3) 100%),
    #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-bottom: 0.45rem;
  line-height: 1.54;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s 0.45s;
  font-family: "Noto Serif SC";
  font-style: normal;
}

.index-swiper2 .textbox .p {
  width: 20rem;
  margin-bottom: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s 0.5s;
  max-width: 100%;
  font-family: "Noto Serif SC";
  font-weight: 380;
}

.index-swiper2 .textbox .p2 {
  /*width: 20rem;*/
  width: 18.45rem;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s 0.55s;
  font-family: "Noto Serif SC";
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  /* font-family: 'Source Han Serif SC'; */
}

.index-swiper2 .textbox .hrefbtn {
  width: 3.625rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  margin-top: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
  border: 0.025rem solid rgba(187, 158, 109, 0.25);
  color: #bb9e6d;
  padding: 0 0.425rem 0 0.6rem;
  justify-content: space-between;
}

.index-swiper2 .textbox .hrefbtn:hover {
  background: #76161b;
  border-color: #76161b;
  color: #fff;
}

.index-swiper2 .textbox .hrefbtn .btn {
  width: 0.525rem;
  height: 0.525rem;
  border-radius: 50%;
  background: rgba(187, 158, 109, 0.2);
  /* margin-left: .35rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.index-swiper2 .textbox .hrefbtn:hover .btn {
  background: rgba(255, 255, 255, 0.2);
}

.index-swiper2 .textbox .hrefbtn .btn .icon {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}

.index-swiper2 .textbox .hrefbtn .btn .icon path {
  fill: #bb9e6d;
  transition: all 0.5s;
}

.index-swiper2 .textbox .hrefbtn:hover .btn .icon path {
  fill: #fff;
}

.index-swiper2.swiper-slide-active .textbox .tit2,
.index-swiper2.swiper-slide-active .textbox .p,
.index-swiper2.swiper-slide-active .textbox .p2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.index-swiper2.swiper-slide-active .textbox .hrefbtn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s;
}

.index-swiper2.swiper-slide-active .textbox .hrefbtn:hover {
  transition: all 0.6s;
}

.index-swiper2 .img2 {
  position: absolute;
  right: 9.3vw;
  width: 6vw;
  /*bottom: 31.25vh;*/
  bottom: 27.78vh;
  z-index: 4;
  opacity: 0;
  transition: all 0.6s 0.5s;
  visibility: hidden;
  transform: translateY(20px);
}

.index-swiper2.swiper-slide-active .img2 {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.index-swiper3 {
  position: relative;
  z-index: 1;
}

.index-swiper3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}

.index-swiper3 .tit2 {
  /* background: radial-gradient(406.72% 95.51% at 33.65% 0%, rgba(253, 164, 13, 0.30) 0%, rgba(238, 192, 114, 0.30) 100%), #BB9E6D;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text; 
    text-rendering: optimizeLegibility;/
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; */
}

.index-swiper3 .tit2 .dian {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  margin: 0 0.4rem;
  background: rgba(187, 158, 109, 0.5);
  /* display: none; */
}

/* 20260108 新增边框 样式 */

.index-swiper3 .tit2 span {
  width: auto;
  height: auto;
  transition: all .6s;
  position: relative;
  opacity: .5;
}
.index-swiper3 .tit2 span::after{
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color:#bb9e6d ;
  content: '';
  opacity: 0;
  visibility: hidden;
  transition: all .6s;

}



/* 20260108 新增边框 样式 */
.index-swiper3 .tit2 span:hover,
.index-swiper3 .tit2 span.active {
  /* color: #76161b;
  background: none; */
  opacity: 1;

}
.index-swiper3 .tit2 span:hover::after,
.index-swiper3 .tit2 span.active::after{
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.index-swiper3 .tit2 span i {
  font-style: normal;
  display: inline-block;
  background: radial-gradient(406.72% 95.51% at 33.65% 0%,
      rgba(253, 164, 13, 0.3) 0%,
      rgba(238, 192, 114, 0.3) 100%),
    #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  /* 添加Webkit前缀 */
  text-rendering: optimizeLegibility;
  /* 改善文字渲染 */
  -webkit-font-smoothing: antialiased;
  /* 抗锯齿 */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox抗锯齿 */
}

.index-swiper3 .hrefbtn {
  width: 3.625rem;
  height: 1.25rem;
  border: 1px solid rgba(187, 158, 109, 0.25);
  border-radius: 1.25rem;
  transition: all 0.5s;
  color: #bb9e6d;
}

.index-swiper3 .hrefbtn .btn {
  width: 0.525rem;
  height: 0.525rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-swiper3 .hrefbtn .btn .icon {
  width: 0.175rem;
  height: 0.2rem;
}

.index-swiper3 .hrefbtn .btn .icon path {
  fill: #bb9e6d;
  transition: all 0.5s;
}

.index-swiper3 .hrefbtn:hover .btn .icon path {
  fill: #fff;
}

.index-swiper3 .hrefbtn:hover {
  color: #fff;
  background: #76161b;
  border: 1px solid #76161b;
}

.index-swiper3 .wtit2 {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: all 0.7s 0.3s;
}

.index-swiper3.swiper-slide-active .wtit2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.index-swiper3 .contentbox {
  position: relative;
  z-index: 2;
  height: 100vh;
}

.index-swiper3 .contentbox .wbox {
  margin-top: 1rem;
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: all 0.7s 0.6s;
}

.index-swiper3 .contentbox .wbox .pc,
.index-swiper3 .contentbox .wbox .mb {
  width: 100%;
}

.index-swiper3.swiper-slide-active .contentbox .wbox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.index-swiper3 .contentbox .news-container {
  width: 100%;
  padding: 10px;
}

@media (min-width: 768px) {
  .index-swiper3 .contentbox .news-container {
    height: 15rem;
    padding: 0;
  }

  .index-swiper3 .contentbox .news-container .swiper-wrapper {
    height: 100%;
    width: 100%;
  }
}

.index-swiper3 .contentbox .news-container .li {
  /*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);*/
  display: block;
  height: 15rem;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.index-swiper3 .contentbox .news-container .icon {
  width: 0.5rem;
  height: 0.5rem;
}

.index-swiper3 .contentbox .news-container .icon img {
  max-height: 100%;
}

.index-swiper3 .contentbox .news-container .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-swiper3 .contentbox .news-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-swiper3 .contentbox .news-container .text {
  position: absolute;
  width: calc(100% - 1rem);
  bottom: 0.5rem;
  background: #fff;
  left: 0.5rem;
  padding: 0.5rem 0.55rem;
  border-radius: 0.25rem;
}

.index-swiper3 .contentbox .news-container .tit4 {
  height: 1.5rem;
  line-height: 0.75rem;
  overflow: hidden;
  /* font-family: "Source Han Serif SC"; */
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-swiper3 .contentbox .news-container .botbox {
  margin-bottom: 0.3rem;
  /* font-family: "Source Han Serif SC"; */
  color: rgba(34, 34, 34, 0.5);
  font-weight: 500;
}

.index-swiper3 .contentbox .pagination {
  position: relative;
  margin-top: 1rem;
  width: 100%;
}

.index-swiper3 .contentbox .pagination span {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  margin: 0 0.25rem;
  background: rgba(255, 255, 255, 0.5);
}

.index-swiper3 .contentbox .pagination span.swiper-pagination-bullet-active {
  background: #76161b;
}

.index-swiper3 .contentbox .textbox {
  position: absolute;
  width: 103%;
  height: 103%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  border-radius: 0.25rem;
  visibility: hidden;
  transition: all 0.6s;
}

.index-swiper3 .contentbox .textbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
  object-fit: cover;
  z-index: 1;
}

.index-swiper3 .contentbox .textbox .con {
  padding: 1.4rem;
  position: relative;
  z-index: 3;
}

.index-swiper3 .contentbox .textbox .time {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.4rem;
}

.index-swiper3 .contentbox .textbox .tit5 {
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-swiper3 .contentbox .textbox .btn {
  background: radial-gradient(406.72% 95.51% at 33.65% 0%,
      rgba(253, 164, 13, 0.3) 0%,
      rgba(238, 192, 114, 0.3) 100%),
    #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 1.75rem;
  font-family: "JiangChengLvDongSong";
}

.index-swiper3 .contentbox .textbox .btn .icon {
  width: 0.175rem;
  height: 0.2rem;
  fill: #bb9e6d;
  margin-left: 0.15rem;
  transition: all 0.5s;
}

.index-swiper3 .contentbox .textbox .btn:hover .icon {
  transform: translateX(0.15rem);
}

.index-swiper3 .contentbox .li:hover .textbox {
  opacity: 1;
  visibility: visible;
}

.index-swiper4 {
  position: relative;
  z-index: 1;
}

index-swiper4 .mb,
index-swiper4 .pc {
  width: 100%;
  height: 100%;
}

.index-swiper4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.index-swiper4 .warpquan {
  width: 78.75vh;
  height: 78.75vh;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 4;
  border-radius: 50%;
  margin: 0 auto;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s 0.5s;
}

.index-swiper4.swiper-slide-active .warpquan {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.index-swiper4 .text1 {
  width: 100%;
  padding: 1rem;
  position: absolute;
  left: 50%;
  margin-left: 0;
  top: 49.9%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  transition: all 0.6s 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform-origin: center center;
  will-change: transform;
}

.index-swiper4 .text1 .tit2 {
  color: #76161b;
  margin-bottom: 1rem;
  transform: translateZ(0);
  /* 创建新的渲染层防止文字抖动 */
  backface-visibility: hidden;
  /* 防止渲染问题 */
}

.index-swiper4 .text1 .p {}

/* .index-swiper4 .text2 .tit4{
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
margin-bottom: .45rem;
}
.index-swiper4 .text2 .tit5{
    color: #FFF;
    font-weight: 500;
    line-height: 1.2;
margin-bottom: .65rem;

}
.index-swiper4 .text2 .tit6{
    color: #FFF;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1.25rem;
} */
.index-swiper4 .item {
  position: absolute;
  z-index: 2;
}

.index-swiper4 .item {
  /*width:1.25rem;
  height:1.25rem;*/
  width: 14.27vh;
  height: 14.27vh;
  transform: translate(-50%, -20%) scale(0.4);
  transform-origin: 0 0;
  position: absolute;
  transition: all 0.6s;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  overflow: hidden;
}

.index-swiper4 .item img {
  max-height: 100%;
  width: 100%;
}

.index-swiper4 .item1 {
  left: 30%;
  top: 6%;
}

.index-swiper4 .item2 {
  left: 80%;
  top: 6%;
}

.index-swiper4 .item3 {
  left: 102%;
  top: 30%;
}

.index-swiper4 .item4 {
  left: 104%;
  top: 60%;
}

.index-swiper4 .item5 {
  left: 80%;
  top: 94%;
}

.index-swiper4 .item6 {
  left: 30%;
  top: 94%;
}

.index-swiper4 .item7 {
  left: 6%;
  top: 60%;
}

.index-swiper4 .item8 {
  left: 10%;
  top: 30%;
}

.index-swiper4 .warpquan.active .item {
  transform-origin: center center;
  transform: translate(-50%, -20%) scale(1);
}

.index-swiper4 .warpquan.active .item1 {
  left: 32.5%;
  top: -2%;
}

.index-swiper4 .warpquan.active .item8 {
  left: 2%;
  top: 27%;
}

.index-swiper4 .warpquan.active .item7 {
  left: 4%;
  top: 66%;
}

.index-swiper4 .warpquan.active .item6 {
  left: 32.5%;
  top: 90%;
}

.index-swiper4 .warpquan.active .item5 {
  left: 67.5%;
  top: 90%;
}

.index-swiper4 .warpquan.active .item4 {
  left: 98%;
  top: 66%;
}

.index-swiper4 .warpquan.active .item3 {
  left: 98%;
  top: 27%;
}

.index-swiper4 .warpquan.active .item2 {
  left: 67.5%;
  top: -2%;
}

.index-swiper4 .warpquan.active .text3 {
  opacity: 1;
  visibility: visible;
}

.index-swiper4 .warpquan.active2 .item {
  transform-origin: center center;
  transform: translate(-50%, -20%) scale(0.671);
}

.index-swiper4 .warpquan.active2 .item1 {
  /* left: 17%; */
  top: -2%;
  left: 32.5%;
}

.index-swiper4 .warpquan.active2 .item8 {
  left: 4%;
  top: 27%;
}

.index-swiper4 .warpquan.active2 .item7 {
  left: 4%;
  top: 66%;
}

.index-swiper4 .warpquan.active2 .item6 {
  left: 32.5%;
  top: 90%;
}

.index-swiper4 .warpquan.active2 .item5 {
  left: 67.5%;
  top: 90%;
}

.index-swiper4 .warpquan.active2 .item4 {
  left: 98%;
  top: 66%;
}

.index-swiper4 .warpquan.active2 .item3 {
  left: 98%;
  top: 27%;
}

.index-swiper4 .warpquan.active2 .item2 {
  left: 67.5%;
  top: -2%;
}

.index-swiper4 .warpquan.active .item:hover,
.index-swiper4 .warpquan.active2 .item:hover,
.index-swiper4 .warpquan.active2 .item.cur {
  border: 1px solid #bb9e6d;
  transform-origin: center center;
  transform: translate(-50%, -20%) scale(1);
}

.index-swiper4 .warpquan.active2 .text3 {
  opacity: 1;
  visibility: visible;
}

.index-swiper4 .text2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: 0;
  top: 49.9%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 2;
  opacity: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* transition: all .6s .3s; */
  transform-origin: center center;
  will-change: transform;
}

.index-swiper4 .text2 .tit2 {
  background: radial-gradient(406.72% 95.51% at 33.65% 0%, rgba(253, 164, 13, 0.3) 0%, rgba(238, 192, 114, 0.3) 100%), #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  margin-bottom: 1rem;
  transform: translateZ(0);
  /* 创建新的渲染层防止文字抖动 */
  backface-visibility: hidden;
  /* 防止渲染问题 */
}

.index-swiper4 .text2 .p {
  text-align: center;
  transform: translateZ(0);
  /* 创建新的渲染层防止文字抖动 */
  backface-visibility: hidden;
  /* 防止渲染问题 */
}

.index-swiper4 .text2 .hrefbtn {
  width: 3.625rem;
  height: 1.25rem;
  border: 1px solid rgba(187, 158, 109, 0.25);
  border-radius: 50px;
  margin: 1rem auto 0;
  transition: all 0.5s;
  color: #bb9e6d;
}

.index-swiper4 .text2 .hrefbtn .btn {
  width: 0.525rem;
  height: 0.525rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-swiper4 .text2 .hrefbtn .btn .icon {
  width: 0.175rem;
  height: 0.2rem;
}

.index-swiper4 .text2 .hrefbtn .btn .icon path {
  fill: #bb9e6d;
  transition: all 0.5s;
}

.index-swiper4 .warptext4 .hrefbtn .btn .icon path {
  transition: all 0.5s;
}

.index-swiper4 .warptext4 .hrefbtn:hover .btn .icon path,
.index-swiper4 .text2 .hrefbtn:hover .btn .icon path {
  fill: #fff !important;
}

/* .index-swiper4 .text2 .hrefbtn:hover .btn .icon path {
    fill: #fff;
} */
.index-swiper4 .text2 .hrefbtn:hover {
  color: #fff;
  background: #76161b;
  border: 1px solid #76161b;
}

.index-swiper4 .text3 {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 28.6vw;
  z-index: 3;
  opacity: 0;
  transition: all 0.6s;
  visibility: hidden;
}

.index-swiper4 .text3 .tit2 {
  margin-bottom: 0.4rem;
  display: inline-block;
  background: radial-gradient(406.72% 95.51% at 33.65% 0%,
      rgba(253, 164, 13, 0.3) 0%,
      rgba(238, 192, 114, 0.3) 100%),
    #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.index-swiper4 .warptext4 {
  width: 60vh;
  position: absolute;
  left: 50%;
  margin-left: -30vh;
  top: 49.9%;
  transform: translate(0, -50%) scale(0.5);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s 0.5s;
  transform-origin: center center;
  will-change: transform;
}

.index-swiper4 .warptext4 .tit2 {
  color: #fff;
  margin-bottom: 0.3rem;
  transform: translateZ(0);
  /* 创建新的渲染层防止文字抖动 */
  backface-visibility: hidden;
  /* 防止渲染问题 */
}

.index-swiper4 .warptext4 .tit3 {
  margin-bottom: 0.7rem;
  transform: translateZ(0);
  /* 创建新的渲染层防止文字抖动 */
  backface-visibility: hidden;
  /* 防止渲染问题 */
}

.index-swiper4 .warptext4 .p {
  text-align: center;
  transform: translateZ(0);
  /* 创建新的渲染层防止文字抖动 */
  backface-visibility: hidden;
  /* 防止渲染问题 */
}

.index-swiper4 .warptext4 .hrefbtn {
  width: 3.625rem;
  height: 1.25rem;
  border: 1px solid #bb9e6d;
  border-radius: 50px;
  margin: 1rem auto 0;
  transition: all 0.6s;
  background: radial-gradient(406.72% 95.51% at 33.65% 0%,
      rgba(253, 164, 13, 0.3) 0%,
      rgba(238, 192, 114, 0.3) 100%),
    #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  transform: translateZ(0);
  /* 创建新的渲染层防止文字抖动 */
  backface-visibility: hidden;
  /* 防止渲染问题 */
  font-family: "JiangChengLvDongSong";
}

.index-swiper4 .warptext4 .hrefbtn .btn {
  width: 0.525rem;
  height: 0.525rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 7px;
}

.index-swiper4 .warptext4 .hrefbtn .btn .icon {
  width: 0.175rem;
  height: 0.2rem;
  fill: #bb9e6d;
  transition: all 0.4s;
}

.index-swiper4 .warptext4 .hrefbtn:hover {
  color: #fff;
  background: #76161b;
  border: 1px solid #76161b;
}

.index-swiper4 .warptext4 .hrefbtn:hover .btn .icon {
  fill: #fff;
}

.index-swiper4 .imgbox-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 0 9.5rem;
}

.index-swiper4 .imgbox-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.index-swiper4 .imgbox-container .itemimg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0s;
}

.index-swiper4 .imgbox-container .itemimg .bg2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(118, 22, 27, 0.9);
  opacity: 0;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.6s 1s;
}

@media (min-width: 996px) {
  /* .index-swiper4 .imgbox-container .swiper-slide.cur .itemimg .bg2 {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  } */

  .index-swiper4 .imgbox-container .swiper-slide.cur .itemimg img {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 996px) {
  .index-swiper4 .imgbox-container .swiper-slide-active .itemimg .bg2 {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* .index-swiper4 .imgbox-container .swiper-slide.swiper-slide-active .itemimg .bg2 {
    opacity: 1;
} */
.index-swiper4 .warpquan.active2 .text3 {
  opacity: 1;
  visibility: visible;
}

.index-swiper4 .warpquan.active2 .text1,
.index-swiper4 .warpquan.active .text1 {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.5);
}

.index-swiper4 .warpquan.active .text2 {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.6s 0.3s;
}

.index-swiper4 .warpquan .text2 .tit2 {
  /* font-family: "Source Han Serif SC"; */
  margin-bottom: 0;
  line-height: 1.4;
}

.index-swiper4 .warpquan.active.active2 .text2 {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%) scale(0.5);
}

.index-swiper4 .warptext4.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%) scale(1);
}

.index-swiper4 .text3.active2 {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s 0.6s;
}

.index-swiper4 .warpquan .item_box {
  width: 6.8229vw;
  height: 6.8229vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
}

.index-swiper4 .warpquan .item_box1 {
  left: 22%;
  top: -5%;
}

.index-swiper4 .warpquan .item_box2 {
  right: 22%;
  top: -5%;
}

.index-swiper4 .warpquan .item_box3 {
  right: -6%;
  top: 24%;
}

.index-swiper4 .warpquan .item_box4 {
  right: -4.5%;
  top: 62%;
}

.index-swiper4 .warpquan .item_box5 {
  right: 22%;
  top: 87%;
}

.index-swiper4 .warpquan .item_box6 {
  left: 22%;
  top: 87%;
}

.index-swiper4 .warpquan .item_box7 {
  left: -4.5%;
  top: 62%;
}

.index-swiper4 .warpquan .item_box8 {
  left: -6%;
  top: 24%;
}

.index-swiper4 .warpquan .item_box .item {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: scale(0.385) !important;
  transform-origin: center !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}

.index-swiper4 .warpquan .item_box .item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.index-swiper4 .warpquan.active .item_box .item {
  transform: scale(1) !important;
}

.index-swiper4 .warpquan.active2 .item_box .item {
  transform: scale(0.675) !important;
}

.index-swiper4 .warpquan.active2 .item_box .item::after {
  opacity: 1;
}

.index-swiper4 .warpquan.active2 .item_box .item.cur {
  transform: scale(1) !important;
}

.index-swiper4 .warpquan.active2 .item_box .item.cur::after {
  opacity: 0;
}

.index-swiper4 .warpquan.active2 .item_box .item:hover {
  transform: scale(1) !important;
}

.index-swiper4 .warpquan.active2 .item_box .item::after {
  opacity: 0;
}

.footerbox {
  /* background: url(../img/img5.png) no-repeat center center; */
  background: url(../img/img5.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 3.35rem;
}

.footerbox .footertop {
  padding-bottom: 1.25rem;
}

.footerbox .footertop .tit2 {
  color: #76161b;
  margin-bottom: 1.25rem;
}

.footerbox .footertop .ul .li {
  padding: 0 3% 1.25rem;
  width: 32.5%;
  position: relative;
}

.footerbox .footertop .ul .li .tit {
  transition: all 0.5s linear;
}

.footerbox .footertop .ul .li:hover .tit4 {
  background: radial-gradient(406.72% 95.51% at 33.65% 0%,
      rgba(253, 164, 13, 0.3) 0%,
      rgba(238, 192, 114, 0.3) 100%),
    #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.footerbox .footertop .ul .li:nth-child(2) {
  width: 35%;
}

.footerbox .footertop .ul .li:nth-child(2) .tit4 {
  font-size: 0.425rem;
  opacity: 1;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.contact-container .contact-body .contact-list li:nth-child(2) .info {
  font-size: 0.425rem;
  opacity: 0.75;
}

.footerbox .footertop .ul .li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 6.175rem;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 50%;
  margin-top: -3.08rem;
}

.footerbox .footertop .ul .li:last-child:before {
  display: none;
}

.footerbox .footertop .ul .icon {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 auto 0.8rem;
}

.footerbox .footertop .ul .icon img {
  max-width: 100%;
  max-height: 100%;
}

.footerbox .footertop .ul .tit3 {
  margin-bottom: 0.35rem;
  transition: all 0.6s;
}

.footerbox .footertop .ul .tit5 {
  opacity: 0.5;
  margin-top: -0.1rem;
}

.footerbox .footerbot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.7rem 1.25rem 3rem;
  /* background: rgba(0, 0, 0, 0.1); */
}

.footerbox .footerbot .leftnav {
  width: calc(100% - 300px - 5rem);
}

.footerbox .footerbot .leftnav .tit3 {
  margin-bottom: 0.7rem;
  display: block;
  background: radial-gradient(406.72% 95.51% at 33.65% 0%,
      rgba(253, 164, 13, 0.3) 0%,
      rgba(238, 192, 114, 0.3) 100%),
    #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}

.footerbox .footerbot .leftnav .tit4 {
  opacity: 0.5;
  transition: all 0.6s;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.footerbox .footerbot .leftnav .li a {
  display: block;
}

.footerbox .footerbot .leftnav .li a:hover {
  opacity: 1;
  color: #fff;
}

/* 原友情链接  20260108
.footerbox .footerbot .rightbox {
  width: 300px;
}
  */
.footerbox .footerbot .rightbox {
  width: 300px;
  display: flex;
  flex-direction: column-reverse;
}

/* 原友情链接  20260108
.footerbox .footerbot .rightbox .selsetbox {
  padding: 0 0.45rem;
  height: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  position: relative;
  z-index: 2;
}

.footerbox .footerbot .rightbox .selsetbox .sp {
  height: 100%;
}

.footerbox .footerbot .rightbox .selsetbox .icon {
  width: 0.3rem;
  height: 0.3rem;
  fill: #fff;
  transition: all 0.6s;
}

.footerbox .footerbot .rightbox .selsetbox .selsetbox_hide {
  position: absolute;
  width: 100%;
  max-height: 3.6rem;
  overflow: auto;
  background: #fff;
  left: 0;
  bottom: 100%;
  height: auto;
  display: none;
}

.footerbox .footerbot .rightbox .selsetbox .selsetbox_hide a {
  display: flex;
  width: 100%;
  height: 1.2rem;
  align-items: center;
  transition: all 0.5s;
  color: #000;
  padding: 0 0.45rem;
}

.footerbox .footerbot .rightbox .selsetbox .selsetbox_hide a:hover {
  background-color: #bb9e6d;
  color: #fff;
}

.footerbox .footerbot .rightbox .selsetbox.cur .icon {
  transform: rotate(180deg);
} */
/* 原友情链接  20260108 */
/* .footerbox .footerbot .rightbox .sharebox {
  margin-top: 1.5rem;
  justify-content: flex-end;
} */

/* 新友情链接  start 20260108 */
.footerbox .footerbot .rightbox .sharebox{
  justify-content: flex-end;
}
.footerbox .footerbot .rightbox .selsetbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;

}

.footerbox .footerbot .rightbox .selsetbox .sp {
  line-height: 1;
  opacity: .5;
}

.footerbox .footerbot .rightbox .selsetbox_hide a {
  display: block;
  margin-bottom: .25rem;
  line-height: 1;
  opacity: .5;
  transition: all .3s;
}

.footerbox .footerbot .rightbox .selsetbox_hide a:hover {
  color: #fff;
  opacity: 1;
}

/* 新友情链接  end 20260108 */

.footerbox .footerbot .rightbox .sharebox {
  margin-bottom: 1.5rem;
  /* justify-content: flex-end; */
}

.footerbox .footerbot .rightbox .sharebox .li {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  margin-left: 8px;
  opacity: 0.7;
  transition: all 0.6s;
}

.footerbox .footerbot .rightbox .sharebox .li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footerbox .footerbot .rightbox .sharebox .li:hover {
  opacity: 1;
}

.footerbox .footerbot .rightbox .sharebox .hide_er {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(20px);
  width: 2rem;
  height: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.footerbox .footerbot .rightbox .sharebox .hide_er img {
  width: 100%;
}

.footerbox .footerbot .rightbox .sharebox .li:hover .hide_er {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(5px);
}

.footerbox .footerbot2 {
  padding: 0 1.25rem;
}

.footerbox .footerbot2 .box {
  padding: 0.7rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footerbox .footerbot2 .box a:hover {
  background: radial-gradient(406.72% 95.51% at 33.65% 0%,
      rgba(253, 164, 13, 0.3) 0%,
      rgba(238, 192, 114, 0.3) 100%),
    #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.footerbox .footerbot2 .box .p {
  width: 70%;
}

.footerbox .footerbot2 .box .p span {
  margin-left: 0.25rem;
  display: flex;
}

.footerbox .footerbot2 .box .p span a {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.6s;
}

.footerbox .footerbot2 .box .p span a:hover {
  color: #fff;
}

.footerbox .footerbot2 .box .p span a:nth-child(2) {
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
}

.footerbox .footerbot2 .box .p span a img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
  margin-right: 0.1rem;
}

.footer-swiper .footerbox {
  padding-top: 4.75rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../img/img5.png); */
}

.footer-swiper .footerbox::after {
  position: absolute;
  left: 50%;
  bottom: -5.3rem;
  transform: translate(-50%, 0%);
  width: 16.9rem;
  height: 16.9rem;
  content: "";
  z-index: -1;
  background-image: url(../img/gulong_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.7;
  background-position: center;
}

.footer-swiper .footerbox .footertop {
  display: block;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

@media (max-width: 1440px) {

  .index-swiper4 .warpquan .item_box1,
  .index-swiper4 .warpquan .item_box2 {
    top: -2%;
  }

  .index-swiper4 .warpquan .item_box3 {
    right: -2%;
  }

  .index-swiper4 .warpquan .item_box4 {
    right: -2.5%;
  }

  .index-swiper4 .warpquan .item_box5,
  .index-swiper4 .warpquan .item_box6 {
    top: 89%;
  }

  .index-swiper4 .warpquan .item_box7 {
    left: -2.5%;
  }

  .index-swiper4 .warpquan .item_box8 {
    left: -2%;
  }
}

@media (max-width: 996px) {
  .pc {
    display: none;
  }

  .mb {
    display: block;
  }

  .footerbox {
    margin-top: -1px;
    background-image: none !important;
    background-color: #202020;
  }

  .footerbox .footerbot {
    padding: 1rem 0.5rem 1rem;
    justify-content: center;
  }

  .footerbox .footerbot .leftnav {
    display: none;
  }

  .footerbox .footerbot .rightbox .sharebox {
    justify-content: center;
    margin-top: 1rem;
  }

  .footerbox .footerbot .rightbox .sharebox .li:nth-child(1) {
    margin-left: 0;
  }

  .footerbox .footerbot2 {
    padding: 0 0.5rem;
  }

  .footerbox .footerbot2 .box {
    flex-direction: column;
  }

  .footerbox .footerbot2 .box .p {
    width: 100%;
  }

  .footerbox .footerbot2 .box .p span:nth-child(1) {
    margin-left: 0;
  }

  .footerbox .footerbot2 .box .p span {
    display: block;
    margin-top: 0.25rem;
    margin-left: 0;
    text-align: center;
  }

  .footerbox .footerbot2 .box .p span a:nth-child(2) {
    margin-left: 0;
  }

  .footerbox .footerbot2 .box a {
    margin: 0 auto;
    margin-top: 0.25rem;
  }

  .pc-header {
    display: none;
  }

  .mb-header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.25rem);
  }

  .mb-header .logo1 {
    width: 4.975rem;
    height: 1.3rem;
  }

  .mb-header .logo1 a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mb-header .logo1 svg {
    width: 100%;
    height: 100%;
  }

  .mb-header .logo1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mb-header .btn .hamburger {
    width: 20px;
    height: 20px;
    padding: 0;
  }

  .mb-header .btn,
  .hamburger-box {
    width: 20px;
    height: 20px;
  }

  header .hamburger-inner,
  header .hamburger-inner::before,
  header .hamburger-inner::after {
    width: 20px;
    height: 2px;
  }

  header .hamburger-inner::before {
    top: -6px;
  }

  header .hamburger-inner::after {
    bottom: -6px;
  }

  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }

  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  header .warp-nav {
    height: calc(100vh - 1.75rem);
    padding: 20px 0 45px;
    position: fixed;
    background: rgba(0, 0, 0);
    width: 100%;
    left: 0;
    top: 1.75rem;
    z-index: 999;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  header .warp-nav .nav .tit {
    width: 100%;
    padding: 15px 0;
    line-height: 1.5;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  header .warp-nav .nav .tit a {
    color: #fff;
  }

  header .warp-nav .nav .tit:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 20px;
    background: url(../../web/img/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px auto;
    transform: rotate(0);
    transform-origin: center center;
    transition: all 0.3s ease-in-out;
  }

  header .warp-nav .nav .tit.on::after {
    transform: rotate(90deg);
  }

  header .warp-nav .nav .li {
    position: relative;
    width: 100%;
    padding: 0 5%;
  }

  header .warp-nav .nav .li .warp-btn {
    display: block;
    padding: 15px 0;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  header .warp-nav .nav .li .warp-btn:hover {
    color: #bb9e6d;
  }

  header .warp-nav .nav .sec-list {
    line-height: 40px;
    padding: 0.35rem 0 0.35rem 6%;
    display: none;
    font-size: 14px;
  }

  header .warp-nav .nav .sec-list a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 0;
  }

  header .warp-nav .nav .sec-tit {
    position: relative;
    transition: all 0.5s;
    display: block;
    color: #fff;
  }

  #index-container {
    height: auto;
    overflow: visible;
  }

  #index-container>.swiper-wrapper {
    height: auto;
    flex-direction: column;
  }

  .w1680 {
    width: calc(100% - 1rem);
  }

  .index-swiper2 .textbox {
    padding: 1rem 0.5rem 1rem;
  }

  #i-banner {
    height: 100vh;
  }

  .index-swiper2 .textbox .p2 {
    font-size: 0.35rem;
    text-align: justify;
    max-height: none;
    overflow-y: auto;
  }

  .index-swiper2 .img2 {
    right: 0.5rem;
    bottom: 1rem;
    width: 1.5rem;
  }

  .index-swiper2 .textbox .p {
    font-size: 0.4rem;
  }

  .index-swiper3 .contentbox {
    padding: 1rem 0;
    display: block;
  }

  .index-swiper3 .tit2 {
    margin-bottom: 0.5rem;
  }

  .index-swiper3 .hrefbtn {
    margin: 0 0 0 auto;
  }

  .index-swiper3 .contentbox .news-container .swiper-wrapper {
    align-items: stretch;
  }

  .index-swiper3 .contentbox .news-container .li {
    height: auto;
  }

  .index-swiper3 .contentbox .news-container .img {
    height: 7rem;
  }

  #index-container .footer-swiper .footerbox {
    padding-top: 0;
    background-size: auto auto;
  }

  .footer-swiper .footerbox .footertop {
    padding-top: 1rem;
    min-height: 100vh;
  }

  #index-container .footer-swiper .footertop .ul {
    flex-wrap: wrap;
  }

  .footerbox .footertop .ul .li {
    width: 100% !important;
    border: none;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footerbox .footertop .ul .li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .footerbox .footertop .ul .li:nth-child(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footerbox .footertop .ul .li:before {
    display: none;
  }

  .footerbox .footerbot .rightbox {
    width: auto;
  }

  .footerbox .footerbot2 .box .p {
    justify-content: center;
  }
}

/*# sourceMappingURL=boc_reset.css.map */
.rotate_svg_g {
  width: 100%;
  height: 100%;
}

#i-banner .zpagination .swiper-pagination-bullet {
  position: relative;
}

#i-banner .zpagination .swiper-pagination-bullet i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  opacity: 0;
  font-family: "JiangChengLvDongSong";
}

#i-banner .zpagination .swiper-pagination-bullet-active i,
#i-banner .zpagination .swiper-pagination-bullet.init i {
  opacity: 1;
}

#i-banner .zpagination .swiper-pagination-bullet.init .loading-circle circle {
  animation: rotateCircle 5s linear;
}

#i-banner .zpagination .swiper-pagination-bullet-active .loading-circle circle {
  animation: rotateCircle 5s 1s linear;
}

#index-container .index-swiper5 {
  min-height: auto;
  padding-top: 4.75rem;
  background-image: url(../img/g11.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
}

#index-container .index-swiper5 .footertop {
  /* min-height: 50vh; */
}

#index-container .index-swiper5>img {
  position: absolute;
  left: 9.625rem;
  width: 27.725rem;
  top: 1.95rem;
}

#index-container .index-swiper5 .footerbox {
  /* background-position: ; */
  background: none;
  height: 100%;

  padding-top: 0;
}

#index-container .index-swiper6 .footerbox::after {
  display: none;
}

#index-container .index-swiper5 .footerbot,
#index-container .index-swiper5 .footerbot2 {
  display: none;
}

#index-container .index-swiper6 .footertop {
  display: none;
}

#index-container .index-swiper6 .footerbot {
  /* min-height: 30vh; */
  min-height: auto;
}

#index-container .index-swiper6 .footerbox {
  padding-top: 0;
  background-image: url(../img/END.png);
  background-color: rgba(32, 32, 32, 1);
}

#i-banner .numbox {
  font-weight: 700;
}

.num_page {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-family: "JiangChengLvDongSong";
}

@keyframes rotateCircle {
  to {
    stroke-dashoffset: 0;
  }
}

.backTop {
  position: fixed;
  right: 1.5rem;
  top: 60%;
  transform: translateY(-50%);
  z-index: 111;
}

.backTop a {
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* overflow: hidden; */
  /* border-radius: .25rem; */
  color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: rgba(118, 22, 27, 0.85);
  border: 1px dashed #bb9e6d;
  font-size: 0.325rem;
  font-family: "Noto Sans SC";
  line-height: 1;
  transition: all 0.6s;
}

.index-swiper2 .textbox .tit2 {
  margin-bottom: 0.75rem;
}

.backTop a svg {
  width: 0.3rem;
  height: 0.275rem;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: all 0.6s;
  margin-bottom: 0.1rem;
}

.backTop a:hover {
  background-color: #bb9e6d;
}

@media (max-width: 1680px) {
  #index-container .index-swiper5 {
    /* min-height: auto; */
    padding-bottom: 3rem;
  }

  .footer-swiper .footerbox::after {
    bottom: -7rem;
  }
}

@media (max-width: 996px) {
  .card_imgs {
    width: 100vw;
    position: relative;
    margin-top: 2rem;
  }

  .card_imgs .swiper_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .card_imgs .swiper_btn {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #bb9e6d;
    margin: 0 0.5rem;
  }

  .card_imgs .swiper_btn.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .card_imgs .swiper_btn svg {
    width: 0.35rem;
    height: 0.35rem;
  }

  .card_imgs .swiper_btn path {
    fill: #bb9e6d;
  }

  .card_imgs .btn_prev {
    left: 0;
  }

  .card_imgs .btn_prev svg {
    transform: rotate(180deg);
  }

  .card_imgs .btn_next {
    right: 0;
  }

  .card_imgs .card_img_swiper {
    width: 92vw;
    overflow: hidden;
    padding: 0 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }

  .card_imgs .card_img_swiper .card_img {
    width: 100%;
    text-align: center;
  }

  .card_imgs .card_img_swiper .card_img img {
    width: auto;
    max-width: 100%;
    margin: 0.5rem auto;
  }

  .card_imgs .card_img_swiper .hrefbtn {
    width: 3.625rem;
    height: 1.25rem;
    border: 1px solid #bb9e6d;
    border-radius: 50px;
    margin: 1rem auto 0;
    transition: all 0.6s;
    background: radial-gradient(406.72% 95.51% at 33.65% 0%,
        rgba(253, 164, 13, 0.3) 0%,
        rgba(238, 192, 114, 0.3) 100%),
      #bb9e6d;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
  }

  .card_imgs .card_img_swiper .hrefbtn .btn {
    width: 0.525rem;
    height: 0.525rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 7px;
  }

  .card_imgs .card_img_swiper .hrefbtn .btn .icon {
    width: 0.25rem;
    height: 0.25rem;
    transition: all 0.4s;
  }

  .card_imgs .card_img_swiper .hrefbtn .btn .icon path {
    fill: #bb9e6d;
  }

  .card_imgs .card_img_swiper .text2 .hrefbtn:hover {
    color: #fff;
    background: #76161b;
    border: 1px solid #76161b;
  }

  .card_imgs .card_img_swiper .card_txt .tit2 {
    margin-bottom: 0.5rem;
  }

  .card_imgs .card_img_swiper .card_txt .tit3 {
    margin-bottom: 0.25rem;
  }

  .card_imgs .card_img_swiper .card_txt .p {
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .index-swiper3 .wtit2 {
    text-align: center;
    display: block;
  }

  .index-swiper2 .textbox .tit2 {
    margin-bottom: 1rem;
  }

  .index-swiper3 .wtit2 .tit2 {
    text-align: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .index-swiper3 .contentbox .wbox {
    margin: 0rem 0 0;
  }

  .index-swiper3 .hrefbtn {
    margin: 1rem auto 0;
  }

  .card_imgs .card_img_swiper .card_img {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card_imgs .card_img_swiper .card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .index-swiper2 .textbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .index-swiper3 .contentbox {
    display: flex;
    align-items: center;
  }

  .footerbox .footertop .tit2 {
    margin-bottom: 0.5rem;
  }

  .footerbox .footertop .tit2,
  .index-swiper3 .wtit2 .tit2,
  .index-swiper2 .textbox .tit2 {
    font-size: 1rem;
  }

  .footerbox .footertop .ul .tit4 {
    font-size: 0.55rem;
  }

  .backTop {
    display: none !important;
  }

  .index-swiper4 .imgbox-container {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    padding: 0;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .index-swiper4 .imgbox-container .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .index-swiper4 .imgbox-container .swiper-slide .itemimg {
    width: 100%;
    height: 100%;
  }

  .index-swiper4 .imgbox-container .swiper-slide-active .itemimg .bg2,
  .index-swiper4 .imgbox-container .itemimg img {
    height: 100%;
  }

  .index-swiper4 .imgbox-container .swiper-slide-active .itemimg img {
    opacity: 1;
    visibility: visible;
  }

  .index-swiper4 .imgbox-container .swiper-slide-active .itemimg .bg2 {}

  .index-swiper3 .contentbox .news-container .swiper-slide {
    height: auto;
  }

  .index-swiper3 .contentbox .textbox .tit5 {
    margin-bottom: 1rem;
  }

  .index-swiper3 .contentbox .textbox .tit6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .index-swiper3 .contentbox .news-container .text {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 3.5rem;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
  }

  .page {
    padding-top: 0;
  }

  .index-swiper3 .hrefbtn .btn .icon {
    width: 0.25rem;
    height: 0.25rem;
  }

  .footerbox .footertop .ul .icon {
    margin-bottom: 0.5rem;
  }

  .footerbox .footertop .ul .tit3 {
    margin-bottom: 0.25rem;
  }

  .footer-swiper .footerbox::after {
    width: 10rem;
    height: 10rem;
    top: auto;
    bottom: 7.2rem;
  }

  #index-container .index-swiper5>img {
    display: none;
  }

  #index-container .index-swiper5 .footerbox {
    background-size: 100% 100%;
  }

  #index-container .index-swiper3 {
    background-color: #000;
  }

  .index-swiper3 .bg {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
  }

  .index-swiper .scorll {
    display: none;
  }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: inherit !important;
}

/*  */
html,
body,
a {
  /* cursor: url('../img/sbsvg.svg') 0 41, auto !important; */
  cursor: url("../img/cursor.png") 0 41, auto !important;
}

p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* cursor: url('../img/sbsvg.svg') 4 41, auto !important; */
  cursor: url("../img/cursor.png") 0 41, auto !important;
}

.mb_title {
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);

  z-index: 2;
  font-style: normal;
  display: inline-block;
  background: radial-gradient(406.72% 95.51% at 33.65% 0%, rgba(253, 164, 13, 0.3) 0%, rgba(238, 192, 114, 0.3) 100%), #bb9e6d;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
}

/* .mb_hrefbtn {
  position: absolute;
  top: 3.5rem;
  right: .5rem;
  z-index: 2;
  width: 3.625rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  margin-top: 0rem;
  transition: all 0.5s;
  border: 0.025rem solid #bb9e6d;
  color: #bb9e6d;
  padding: 0 0.425rem 0 0.6rem;
  justify-content: space-between;
} */
 .mb_hrefbtn .btn{
  width: 0.525rem;
  height: 0.525rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 7px;
}
.mb_hrefbtn .btn path{

fill: #bb9e6d;
}
.mb_hrefbtn:hover{
  color: #bb9e6d;
}

@media   (max-width: 768px) { 
  #index-container .index-swiper5{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-size: cover;
  }
  .footer-swiper .footerbox .footertop{
    min-height: auto;
  }
  .footer-swiper .footerbox::after{
    bottom: -4rem;
  }
  .footerbox .footerbot .rightbox .selsetbox{
    justify-content: center;
  }
}