@charset "UTF-8";


.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 {
  margin: 0;
  /* 1 */
  font-size: 14px;
  /* 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: #333;
}

a:active,
a:hover {
  outline: 0;
  /* 2 */
}

a:hover {
  color: #e2b852;
}

/* 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: "gle","Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5,
h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  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;
  }
}

::-moz-selection {
  background: #e2b852;
  color: #fff;
}

::selection {
  background: #e2b852;
  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: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@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(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -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%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1480 {
  width: 1480px;
  margin: 0 auto;
}

@media (max-width: 1580px) {
  .w1480 {
    width: 90%;
  }
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .w1400 {
    width: 90%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #d2d2d2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  background: #f0efef;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #da3830;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  display: inline-block;
  background: #da3830;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #da3830;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .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 .8s;
  -o-transition: all .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 .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

@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(../images/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 .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/
.fon-bold {
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 500;
}

.fon-bold2 {
  font-family: 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 600;
}


.line-left {
  display: block;
}

.line-left:before,
.line-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.line-left:before {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scaleX(1);
  transform-origin: center right;
  transition-delay: .1s;
}

.line-left:after {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scaleX(1);
  transform-origin: center right;
  transition-delay: .1s;
}

@media (hover: hover) and (pointer: fine) {
  .line-left:hover:before {
    transform: scaleX(1);
    transition-delay: .1s;
  }

  .line-left:hover:after {
    transform: scaleX(0);
    transition-delay: 0s;
  }
}

.ibanner .bg {
  width: 100%;
  height: 100vh;
  transform: scale(1);
  transition: all 2s cubic-bezier(0.89, 0.12, 0.51, 0.94);
}

.ibanner .yun-ant {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 2;
}

.ibanner .yun-ant .yun1 {
  position: absolute;
  transform: translate(-10%, -20%);
  transition: all 4s;
}

.ibanner .yun-ant .yun2 {
  position: absolute;
  transform: translate(0, 20%);
  transform: translate(-20%, 44%);
  transition: all 4s;
}

.ibanner .yun-ant .yun3 {
  position: absolute;
  right: 0;
  transform: translate(10%, 20%);
  transition: all 4s;
}

.ibanner .yun-ant .yun4 {
  position: absolute;
  right: 0;
  transform: translate(8%, -8%);
  transition: all 4s;
}

.ibanner .downbtn {
  width: 9rem;
  height: 9rem;
  position: absolute;
  left: 50%;
  margin-left: -4.5rem;
  bottom: -4.2rem;
  z-index: 5;
  cursor: pointer;
  overflow: hidden;
}

.ibanner .downbtn span {
  margin-top: -.5rem;
  opacity: 0;
  transition: all 2s 3s cubic-bezier(0.89, 0.12, 0.51, 0.94);
}

.ibanner .downbtn .yuan1 {
  width: 9rem;
  height: 9rem;
  transition: all 2.5s 3s cubic-bezier(0.89, 0.12, 0.51, 0.94);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform: rotate(0) translate(-50%, -50%);
  opacity: 0;
}

.ibanner .downbtn .yuan2 {
  width: 6.5rem;
  height: 6.5rem;
  transition: all 2.5s 3s cubic-bezier(0.89, 0.12, 0.51, 0.94);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform: rotate(0) translate(-50%, -50%);
  opacity: 0;
}

.ibanner .downbtn .yuan3 {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px dashed #fff;
  border-radius: 50%;
  transition: all 2.5s 3s cubic-bezier(0.89, 0.12, 0.51, 0.94);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform: rotate(0) translate(-50%, -50%);
  opacity: 0;
}

.ibanner .bg.active {
  transform: scale(1.2);
}

.ibanner .yun-ant.active .yun1 {
  transform: translate(-110%, 0);
}

.ibanner .yun-ant.active .yun2 {
  transform: translate(-25%, 75%);
}

.ibanner .yun-ant.active .yun3 {
  transform: translate(10%, 70%);
}

.ibanner .yun-ant.active .yun4 {
  transform: translate(80%, -70%);
}

.ibanner .text {
  width: 100%;
  z-index: 5;
  opacity: 0;
  margin-top: 80px;
  transform: translate3d(-50%, -50%, 1);
  transition: all 2s cubic-bezier(0.89, 0.12, 0.51, 0.94);
}

.ibanner .text .tit2 {
  margin-bottom: 2.85rem;
}

.ibanner .text .tit2 span {
  padding-bottom: 0;
  border-bottom: 3px solid #fff;
}

.ibanner .text .icon {
  width: 25px;
  margin-bottom: .3rem;
}

.ibanner .text .tit3:hover {
  color: #fff;
}

.ibanner .text.active {
  opacity: 1;
  margin-top: 0;
  transform: translate3d(-50%, -50%, 1);
}

.ibanner .downbtn.active {
  overflow: visible;
}

.ibanner .downbtn.active span {
  opacity: 1;
}

.ibanner .downbtn.active .yuan1,
.ibanner .downbtn.active .yuan3 {
  opacity: 1;
  transform: rotate(420deg) translate(-50%, -50%);
}

.ibanner .downbtn.active .yuan2 {
  opacity: 1;
  transform: rotate(-360deg) translate(-50%, -50%);
}

.ibanner .video-btn {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 1.75rem;
  bottom: 2.25rem;
  border: 1px dashed #fff;
  border-radius: 50%;
  cursor: pointer;
}

.ibanner .video-btn .img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
}

.ibanner .video-btn .icon {
  z-index: 3;
  margin-left: 3px;
}

@media (max-width: 1024px) {
  .ibanner .yun-ant.active .yun3 {
    transform: translate(10%, 150%);
  }

  .ibanner .yun-ant.active .yun2 {
    transform: translate(-50%, 75%);
  }
}

@media (max-width: 767px) {
  .ibanner .text.active {
    padding: 0 5%;
    margin-top: -2rem;
  }

  .ibanner .text .tit2 {
    font-size: 22px;
    line-height: 1.8;
  }

  .ibanner .text .tit2 {
    margin-bottom: 1.85rem;
  }

  .ibanner .downbtn {
    display: none;
  }

  .ibanner .yun-ant.active .yun3 {
    transform: translate(10%, 200%);
  }

  .ibanner .video-btn {
    width: 60px;
    height: 60px;
    left: 8%;
    bottom: 2rem;
  }

  .ibanner .video-btn .img {
    width: 45px;
    height: 45px;
  }

  .ibanner .video-btn .icon {
    width: 10px;
  }
}

.ilist1 {
  padding: 3.5rem 1.9rem 1.5rem;
}

.ilist1 .leftbox {
  width: 61%;
}

.ilist1 .tip {
  margin-bottom: 4rem;
}

.ilist1 .tip .line {
  height: 2px;
  background: #000;
  width: 100%;
  margin-top: .3rem;
}

.ilist1 .warp-text .icon {
  width: 3.25rem;
}

.ilist1 .warp-text .text {
  width: 64.5%;
  padding-right: 1.5rem;
}

.ilist1 .warp-text .tit2 {
  margin-bottom: 1.2rem;
}

.ilist1 .warp-text .tit3 {
  opacity: .6;
}

.ilist1 .btn {
  color: #000;
}

.ilist1 .btn .line-left:before,
.ilist1 .btn .line-left:after {
  background: #000;
}

.ilist1 .rightbox {
  width: 34%;
  margin-top: 35px;
}

.ilist1 .rightbox .imgbox {
  width: 72%;
}

.ilist1 .rightbox .img {
  width: 100%;
  margin-bottom: .75rem;
}

.ilist1 .rightbox span {
  margin-left: .5rem;
}

.ilist1 .rightbox .tip-about {
  position: relative;
  margin-top: 1.5rem;
}

.ilist1 .rightbox .tip-about .icon {
  width: 12px;
  margin-bottom: 16px;
}

.ilist1 .rightbox .tip-about .line {
  height: 9rem;
  width: 2px;
  background: #ccc;
}

.ilist1 .rightbox .tip-about .line:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.75rem;
  background: #000;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 1200px) {
  .ilist1 .rightbox .btn .icon {
    width: 3.5rem;
  }

  .ilist1 .warp-text .text {
    width: 71.5%;
  }

  .ilist1 .tip {
    margin-bottom: 2rem;
  }

  .ilist1 .rightbox .tip-about {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .ilist1 {
    padding: 2rem 5% 1.5rem;
  }

  .ilist1 .leftbox {
    width: 100%;
  }

  .ilist1 .warp-text .text {
    width: 100%;
    padding-right: 0;
    margin-top: .75rem;
    margin-bottom: 1rem;
  }

  .ilist1 .rightbox .tip-about {
    display: none;
  }

  .ilist1 .rightbox,
  .ilist1 .rightbox .imgbox {
    width: 100%;
  }

  .ilist1 .btn .icon {
    margin-right: .5rem;
  }
}

@media (max-width: 767px) {
  .ilist1 .tip {
    margin-bottom: 1.25rem;
  }

  .ilist1 .rightbox .img {
    margin-bottom: 0;
  }
}

.ilist2 {
  padding: 4.5rem 1.75rem 5rem;
  position: relative;
}

.ilist2 .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 2rem);
  left: 0;
  top: -1rem;
  z-index: 1;
}

.ilist2 .tip {
  position: relative;
  z-index: 2;
}

.ilist2 .tit2 {
  padding: 1rem 0;
  position: relative;
  z-index: 3;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: .35rem;
}

@media (max-width: 767px) {
  .ilist2 {
    padding: 2.5rem 5% 5rem;
  }
}

.ilist3 {
  padding: 3.5rem 0 5rem;
  background: #fff;
  position: relative;
  z-index: 2;
}

.ilist3 .imgbox {
  width: 30%;
}

.ilist3 .contentbox {
  margin-left: 7%;
  width: 63%;
}

.ilist3 .title {
  width: 41.3%;
  margin-bottom: 1.25rem;
}

.ilist3 .icon {
  width: 35px;
  margin-bottom: .6rem;
}

.ilist3 .tit3 {
  color: #020202;
}

.ilist3 .imgbox {
  height: 29.5rem;
  overflow: hidden;
  /*height:100vh;*/
  /*overflow-y: auto;*/
}

.ilist3 .imgbox .imglist-container {
  height: 100%;
}

.ilist3 .imgbox .swiper-slide {
  height: auto;
}

.ilist3 .imgbox .swiper-slide

/*.ilist3 .imgbox .swiper-slide:last-child {
  margin-bottom: 0;
}*/
.ilist3 .imgbox img {
  width: 100%;
  transform: scale(1.01);
  transition: all .5s;
}

.ilist3 .imgbox .swiper-slide:hover img {
  transform: scale(1.1);
}

.ilist3 .warptext {
  width: 70%;
  position: relative;
  z-index: 3;
}

.ilist3 .imgbox2 {
  width: 55%;
}

.ilist3 .imgbox2 .dian {
  cursor: pointer;
}

.ilist3 .imgbox2 .dian1 {
  width: 2rem;
  height: 2rem;
  left: 50%;
  top: 20%;
  z-index: 3;
}

.ilist3 .imgbox2 .dian2 {
  width: 2rem;
  height: 2rem;
  left: 40%;
  top: 39%;
  z-index: 3;
}

.ilist3 .imgbox2 .dian3 {
  width: 2rem;
  height: 2rem;
  left: 73%;
  top: 46%;
  z-index: 3;
}

.ilist3 .imgbox2 .dian4 {
  width: 2rem;
  height: 2rem;
  left: 55%;
  top: 75%;
  z-index: 3;
}

.ilist3 .text {
  width: 44.7%;
}

.ilist3 .text .icon2 {
  width: 1.2rem;
  margin-bottom: .5rem;
}

.ilist3 .text .tit4 {
  margin-bottom: .7rem;
}

.ilist3 .text .tit5 {
  margin-bottom: 1rem;
}

.ilist3 .text .hrefbtn .line-left {
  color: #000;
  transition: all .4s;
}

.ilist3 .text .hrefbtn .line-left:before,
.ilist3 .text .hrefbtn .line-left:after {
  background: #000;
  transition: all .4s;
}

.ilist3 .text .hrefbtn:hover .line-left {
  color: #00b1b3;
}

.ilist3 .text .hrefbtn:hover .line-left:before,
.ilist3 .text .hrefbtn:hover .line-left:after {
  background: #00b1b3;
}

.ilist3 .text .hrefbtn:hover .icon3 {
  margin-left: 14px;
}

.ilist3 .text .icon3 {
  width: 18px;
  margin-left: 8px;
  transition: all .4s;
}

.ilist3 .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ilist3 .line .bg {
  position: absolute;
  width: 100%;
  height: 0;
  background: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 1s;
}

.ilist3 .tabul {
  width: 22%;
  right: 0;
  margin-top: -5vh;
  z-index: 1;
}

.ilist3 .tabul .li {
  height: auto;
  line-height: 1.2;
  margin: .6rem 0;
  opacity: .5;
  padding-right: 1.25rem;
  display: block;
  text-align: right;
  transition: all .4s;
}

.ilist3 .tabul .li span {
  margin-right: 5px;
  opacity: 0;
  transition: all .4s;
}

.ilist3 .tabul .li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 30px;
  right: 0;
  top: 50%;
  margin-top: -15px;
  background: #00b1b3;
  opacity: 0;
  transition: all .4s;
}

.ilist3 .tabul .li .tit6 {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transition: all .4s;
  transform: scale(0.8);
}

.ilist3 .tabul .li.cur,
.ilist3 .tabul .li:hover {
  color: #000;
  opacity: 1;
  /*font-weight:bold;*/
}

.ilist3 .tabul .li.cur:before,
.ilist3 .tabul .li:hover:before {
  opacity: 1;
}

.ilist3 .tabul .li.cur .tit6,
.ilist3 .tabul .li:hover .tit6 {
  transform: scale(1);
}

.ilist3 .tabul .li.cur span,
.ilist3 .tabul .li:hover span {
  opacity: 1;
}

.ilist3 .tiptext {
  position: absolute;
  height: 3rem;
  bottom: 2.25rem;
  right: -40%;
  z-index: 1;
}

@media (max-width: 1500px) {
  .ilist3 .tabul {
    width: 20%;
  }

  .ilist3 .tabul .li {
    font-size: 18px;
    padding-right: .8rem;
  }

  .ilist3 .tabul .li:before {
    width: 4px;
  }

  .ilist3 .imgbox {
    height: 22rem;
  }
}

@media (max-width: 1280px) {
  .ilist3 .tabul {
    width: 26%;
  }
}

@media (max-width: 768px) {
  .ilist3 .imgbox2 {
    display: none;
  }

  .ilist3 .text {
    width: 70%;
  }

  .ilist3 .title {
    width: 60%;
  }

  .ilist3 .tiptext {
    height: 2rem;
    bottom: 1.5rem;
    right: -32%;
  }
}

.m-ilist3 {
  padding: 2.5rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.m-ilist3 .icon {
  width: 28px;
  margin-bottom: .65rem;
}

.m-ilist3 .title {
  margin-bottom: 1rem;
}

.m-ilist3 .tabbox-container {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e8e8ea;
}

.m-ilist3 .tabbox-container .swiper-slide {
  width: auto;
}

.m-ilist3 .tabbox-container .swiper-slide span {
  border-bottom: 2px solid transparent;
  transition: all .4s;
}

.m-ilist3 .tabbox-container .swiper-slide span {
  padding-bottom: .9rem;
}

.m-ilist3 .tabbox-container .swiper-slide.swiper-slide-active {

  color: #000;
  font-weight: bold;
}

.m-ilist3 .tabbox-container .swiper-slide.swiper-slide-active span {
  border-bottom: 2px solid #000;
}

.m-ilist3 .warpimgbox {
  margin-top: 1rem;
}

.m-ilist3 .warpimgbox .swiper-slide {
  opacity: .5;
  transition: opacity .4s;
}

.m-ilist3 .warpimgbox .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.m-ilist3 .warpimgbox .imgbox-container {
  padding-bottom: 1.5rem;
}

.m-ilist3 .warpimgbox .imgbox-container .swiper-pagination {
  bottom: 0;
}

.m-ilist3 .warpimgbox .imgbox-container .swiper-pagination span {
  background: #00b1b3;
  opacity: .5;
}

.m-ilist3 .warpimgbox .imgbox-container .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.m-ilist3 .text {
  width: 100%;
  padding: 1.2rem 5% 0;
}

.m-ilist3 .text .icon2 {
  width: 1.2rem;
  margin-bottom: .5rem;
}

.m-ilist3 .text .tit4 {
  margin-bottom: .7rem;
}

.m-ilist3 .text .tit5 {
  margin-bottom: 1rem;
}

.m-ilist3 .text .hrefbtn .line-left {
  color: #000;
  transition: all .4s;
}

.m-ilist3 .text .hrefbtn .line-left:before,
.m-ilist3 .text .hrefbtn .line-left:after {
  background: #000;
  transition: all .4s;
}

.m-ilist3 .text .hrefbtn:hover .line-left {
  color: #00b1b3;
}

.m-ilist3 .text .hrefbtn:hover .line-left:before,
.m-ilist3 .text .hrefbtn:hover .line-left:after {
  background: #00b1b3;
}

.m-ilist3 .text .hrefbtn:hover .icon3 {
  margin-left: 14px;
}

.m-ilist3 .text .icon3 {
  width: 18px;
  margin-left: 8px;
  transition: all .4s;
}


.n-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.n-banner .bg {
  width: 100%;
  height: 100vh;
}

.n-banner .bg2 {
  position: absolute;
  width: 100%;
  height: 33rem;
  background-position: center top;
  bottom: -22rem;
  opacity: .9;
  z-index: 4;
}

.n-banner .btn {
  color: #00b1b3;
  bottom: 1.75rem;
  z-index: 5;
}

.n-banner .btn p {
  margin-bottom: .5rem;
}

.n-banner .text {
  margin-top: -16vh;
  z-index: 6;
}

.n-banner .tip {
  border-bottom: 1px solid #fff;
}

.n-banner .tit2 {
  margin-top: .7rem;
}

.n-banner2 .text {
  width: 90%;
  margin-top: -5vh;
}

.n-banner2 .icon {
  height: 2.25rem;
}

.n-banner2 .tit2 {
  margin-top: .9rem;
}

.n-banner2 .tit3 {
  margin: .7rem 0 0;
  opacity: .8;
}

.n-banner2 .btn {
  color: #fff;
}

.n-banner3 .text {
  margin-top: 0;
}

.n-banner3 .icon {
  height: 2.25rem;
}

.n-banner3 .tit2 {
  margin-top: .9rem;
}

.n-banner3 .tit3 {
  margin: .7rem 0 0;
  opacity: .8;
}

.n-banner3 .btn {
  color: #fff;
}

.n-banner3 .text {
  width: 100%;
}

.n-banner3 .text2 {
  width: 100%;
  padding: 0 5%;
}

.n-banner3 .text2 span {
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}

@media (max-width: 767px) {
  .n-banner .tit2 {
    font-size: 20px;
  }

  .n-banner3 .text2 span {
    border-bottom: none;
    margin-bottom: 0;
    line-height: 1.6;
    /*text-decoration: underline;*/
  }

  .n-banner3 .btn .btnicon2 {
    width: 30px;
    height: 30px;
    bottom: 1.2rem;
  }
}

@media (max-width: 767px) {
  .n-banner .btn2 {
    bottom: 1.8rem !important;
  }

  .n-banner3 .text {
    padding: 0 5%;
  }
}

.about-list1 {
  padding: 6rem 0 5.5rem;
}

.about-list1 .line {
  width: 100%;
  height: calc(100% + 1.75rem);
  position: absolute;
  left: 0;
  top: -1.75rem;
  z-index: 1;
}

.about-list1 .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

.about-list1 .tit2 {
  margin-bottom: 2rem;
}

.about-list1 .tit3 {
  color: #808080;
  line-height: 2;
}

.about-list1 .tit3 span {
  color: #00b1b3;
  padding-bottom: 3px;
  border-bottom: 2px solid #00b1b3;
  padding: 0 5px;
}

.about-list1 .text {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  z-index: 4;
}

@media (max-width: 1024px) {
  .about-list1 .line .bg {
    background-size: 90%;
  }

  .about-list1 {
    padding: 4rem 0 3.5rem;
  }

  .about-list1 .tit2 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .about-list1 {
    padding: 2.5rem 0 2rem;
  }

  .about-list1 .tit2 {
    font-size: 25px;
  }

  .about-list1 .tit3 {
    font-size: 14px;
  }

  .about-list1 .tit2 {
    margin-bottom: .7rem;
  }
}

.about-list2 {
  background: #f0f0f0;
  padding: 4rem 0 3.5rem;
}

.about-list2 .leftbox {
  width: 52.85%;
}

.about-list2 .leftbox .img2 {
  width: 46.7%;
  left: 0;
  top: 23%;
  transform: rotate(-5deg);
  z-index: 4;
}

.about-list2 .leftbox .img2 img {
  width: 100%;
}

.about-list2 .leftbox .img {
  width: 75.1%;
  margin-left: 24.9%;
}

.about-list2 .leftbox .img img {
  width: 100%;
}

.about-list2 .text {
  width: 39%;
}

.about-list2 .text .icon {
  width: 35px;
  margin-bottom: .6rem;
}

.about-list2 .text .tit3 {
  margin-top: .9rem;
}

@media (max-width: 767px) {
  .about-list2 .leftbox {
    width: 100%;
    margin-bottom: .8rem;
  }

  .about-list2 .text {
    width: 100%;
  }

  .about-list2 .text .icon {
    width: 28px;
  }

  .about-list2 .text .tit3 {
    font-size: 14px;
    margin-top: .5rem;
  }

  .about-list2 {
    padding: 2rem 0 3rem;
  }
}

.about-list3 {
  padding: 2.25rem 0;
}

.about-list3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-list3 .bg img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-list3 .text {
  width: 55%;
}

.about-list3 .tit2 {
  margin-bottom: 1.5rem;
}

.about-list3 .tit3 {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.about-list3 .img {
  width: 24.15%;
  margin-left: 11.4%;
}

.about-list3 .contentbox {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .about-list3 .text {
    width: 100%;
  }

  .about-list3 .img {
    display: none;
  }

  .about-list3 .tit2 {
    margin-bottom: 1rem;
  }

  .about-list3 .tit3 {
    font-size: 14px;
    padding: .65rem 0;
  }
}

.about-list4 {
  padding: 4.25rem 0 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.about-list4 .tit2 {
  margin-bottom: 1.5rem;
}

.about-list4 .img {
  width: 1270px;
  max-width: 85%;
  margin: 0 auto 1.8rem;
}

.about-list4 .p {
  font-family: "Pingfang sc regular", 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

@media (max-width: 768px) {
  .about-list4 {
    padding: 2.25rem 0 2rem;
  }
}

@media (max-width: 767px) {
  .about-list4 .tit2 {
    margin-bottom: 1rem;
  }

  .about-list4 .img {
    max-width: 100%;
  }

  .about-list4 .img {
    margin-bottom: 1rem;
  }

  .about-list4 .p {
    font-size: 14px;
  }

  .about-list4 .p br {
    display: none;
  }

  .about-list4 .p span {
    display: none;
  }
}

.about-list5 {
  height: 20.75rem;
  position: relative;
  z-index: 5;
}

.about-list5 .bg {
  position: absolute;
  width: 100%;
  height: 18.75rem;
  bottom: 0;
  z-index: 1;
  background-position: center top;
}

.about-list5 .yun {
  position: absolute;
  width: 100%;
  height: 25rem;
  left: 0;
  bottom: -10rem;
  z-index: 3;
  background-position: center top;
}

@media (max-width: 767px) {
  .about-list5 {
    height: 16rem;
  }

  .about-list5 .bg {
    height: 14rem;
  }

  .about-list5 .yun {
    height: 20rem;
    bottom: -10rem;
  }
}

.huttopia-list1 {
  padding: 3.85rem 0 2.85rem;
}

.huttopia-list1 .line {
  width: 100%;
  height: calc(100% + 1.75rem);
  position: absolute;
  left: 0;
  top: -1.75rem;
  z-index: 1;
}

.huttopia-list1 .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

.huttopia-list1 .icon {
  width: 35px;
  margin: 0 auto .85rem;
}

.huttopia-list1 .tit2 {
  margin-bottom: 1.65rem;
}

.huttopia-list1 .tit3 {
  color: #808080;
  line-height: 2;
}

.huttopia-list1 .tit3 span {
  color: #00b1b3;
  padding-bottom: 3px;
  border-bottom: 2px solid #00b1b3;
  padding: 0 5px;
}

.huttopia-list1 .text {
  position: relative;
  z-index: 4;
}

.huttopia-list1 .h80 {
  height: 1.85rem;
}

.huttopia-list1 .sline {
  margin: .5rem auto .25rem;
  width: 1px;
  height: 54px;
  background: #00B1B3;
}

.huttopia-list1 .img1 {
  height: 1.75rem;
  margin: 2rem auto;
}

.huttopia-list1 i {
  font-style: normal;
  padding-bottom: 3px;
  border-bottom: 2px solid #333;
}

.huttopia-list1 p strong {
  color: #00B1B3;
}

@media (max-width: 1024px) {
  .huttopia-list1 {
    padding: 2rem 5% 3rem;
  }

  .huttopia-list1 .line .bg {
    background-size: 90%;
  }

  .huttopia-list1 .tit2 {
    margin-bottom: 1.2rem;
  }

  .huttopia-list1 .img1 {
    margin: 1rem auto;
  }
}

@media (max-width: 767px) {
  .huttopia-list1 .tit3 {
    font-size: 14px;
  }

  .huttopia-list1 .tit3 br {
    display: none;
  }

  .huttopia-list1 .h80 {
    height: 1.25rem;
  }

  .huttopia-list1 .tit3 .tit-30 {
    font-size: 16px;
  }
}

.huttopia-list2 {
  padding: 2rem 0 2.5rem;
  background: #F5F5F5;
}

.huttopia-list2 .tit2 {
  margin-bottom: 1rem;
}

.huttopia-list2 .tabul {
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 3;
}

.huttopia-list2 .tabul .li {
  color: #000;
  opacity: .4;
  margin: 0 .4rem;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: all .4s;
}

.huttopia-list2 .tabul .li:hover,
.huttopia-list2 .tabul .li.cur {
  font-weight: bold;
  opacity: 1;
  color: #00B1B3;
  border-bottom: 2px solid #00B1B3;
}

.huttopia-list2 .itembox .img {
  width: 56%;
}

.huttopia-list2 .itembox .img .bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.huttopia-list2 .itembox .text {
  background: #008587;
  width: 44%;
  padding: 1.65rem 1.3rem;
}

.huttopia-list2 .itembox .tit4 {
  margin-top: .25rem;
  margin-bottom: 1.2rem;
}

.huttopia-list2 .itembox .tit5 {
  opacity: .55;
  padding-right: 10px;
  height: 4.8rem;
  overflow-y: auto;
}

.huttopia-list2 .orderbtn {
  width: 125px;
  height: 38px;
  background: #FFF;
  margin-top: .7rem;
  border-radius: 38px;
  color: #009294;
}

.huttopia-list2 .orderbtn .icon {
  width: 12px;
  margin-right: 6px;
}

/*.huttopia-list2 .imgbox-container .swiper-pagination {
  opacity: 0;
  visibility: hidden;
  bottom: 1rem;
}*/
.huttopia-list2 .imgbox-container .swiper-pagination span {
  background: #fff;
}

.huttopia-list2 .imgbox-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008587;
}

.huttopia-list2 .line {
  margin-top: 1rem;
}

.huttopia-list2 .warpbox {
  z-index: 1;
}

@media (max-width: 768px) {
  .huttopia-list2 {
    padding: 2rem 0;
  }

  .huttopia-list2 .tit2 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .huttopia-list2 .itembox .img {
    height: 10rem;
  }

  .huttopia-list2 .itembox .text,
  .huttopia-list2 .itembox .img {
    width: 100%;
  }

  .huttopia-list2 .itembox .text {
    padding: 1.25rem .7rem;
  }

  .huttopia-list2 .itembox .tit4 {
    margin-bottom: .8rem;
    font-size: 14px;
  }

  .huttopia-list2 .tabul .li {
    margin: 0 .25rem;
    font-size: 13px;
    padding-bottom: 2px;
  }
}

.huttopia-list3 {
  padding: 2rem 0 2.25rem;
  background: #fff;
}

.huttopia-list3 .contentbox {
  width: 1500px;
  max-width: 85%;
  margin: 0 auto;
}

.huttopia-list3 .tit3 {
  /*margin-bottom: 1rem;*/
}

.huttopia-list3 .ulbox .li {
  width: 20.4%;
}

.huttopia-list3 .ulbox .li:nth-child(1) .img img {
  transform: rotate(3deg);
}

.huttopia-list3 .ulbox .li:nth-child(2) {
  margin-top: 1.25rem;
}

.huttopia-list3 .ulbox .li:nth-child(2) .img img {
  transform: rotate(-3deg);
}

.huttopia-list3 .ulbox .li:nth-child(3) .img img {
  transform: rotate(-2deg);
}

.huttopia-list3 .ulbox .li:nth-child(4) {
  margin-top: 1.25rem;
}

.huttopia-list3 .ulbox .li:nth-child(4) .img img {
  transform: rotate(2deg);
}

.huttopia-list3 .ulbox .li .img img {
  transition: all .4s;
}

.huttopia-list3 .ulbox .li:hover .img img {
  transform: rotate(0);
}

.huttopia-list3 .ulbox .text {
  margin-top: 1.5rem;
  width: 80%;
}

.huttopia-list3 .ulbox .text p {
  margin-bottom: .5rem;
  padding-bottom: 5px;
}

.huttopia-list3 .ulbox .text .tip {
  color: #00ADAF;
  border-bottom: 1px solid #333;
}

@media (max-width: 767px) {
  .huttopia-list3 {
    padding: 2rem 0;
  }

  .huttopia-list3 .tit3 {
    font-size: 14px;
  }

  .huttopia-list3 .tit3 br {
    display: none;
  }

  .huttopia-list3 .contentbox {
    max-width: 90%;
  }

  .huttopia-list3 .ulbox {
    justify-content: space-between;
    align-items: stretch;
  }

  .huttopia-list3 .ulbox .li {
    width: 48%;
    margin-bottom: .8rem;
  }

  .huttopia-list3 .ulbox .li:nth-child(2n) {
    margin-top: 0;
  }

  .huttopia-list3 .ulbox .li .img img {
    transform: rotate(0) !important;
  }

  .huttopia-list3 .ulbox .text {
    width: 100%;
    margin-top: .75rem;
  }

  .huttopia-list3 .ulbox .text p {
    margin-bottom: .5rem;
  }
}

.huttopia-list4 {
  padding: 2rem 0 2rem;
  background: #F0F0F0;
}

.huttopia-list4 .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.huttopia-list4 .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: 40% top;
  background-repeat: no-repeat;
}

.huttopia-list4 .text {
  margin-bottom: 1.2rem;
  padding: 0 5%;
}

.huttopia-list4 .contentbox {
  position: relative;
  z-index: 3;
}

.huttopia-list4 .activity-container {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 5;
}

.huttopia-list4 .activity-container .swiper-slide {
  opacity: 0;
}

.huttopia-list4 .activity-container .swiper-slide .img {
  margin-top: -1.5rem;
}

.huttopia-list4 .activity-container .swiper-slide .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.huttopia-list4 .activity-container .swiper-slide .img:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: all .4s .1s;
}

.huttopia-list4 .activity-container .swiper-slide .tit4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 1rem 1.65rem;
  opacity: 0;
  transition: all .4s .1s;
}

.huttopia-list4 .activity-container .swiper-slide-prev {
  opacity: 1;
}

.huttopia-list4 .activity-container .swiper-slide-prev .img {
  transform: rotate(-10deg);
}

.huttopia-list4 .activity-container .swiper-slide-next {
  opacity: 1;
}

.huttopia-list4 .activity-container .swiper-slide-next .img {
  transform: rotate(10deg);
}

.huttopia-list4 .activity-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.huttopia-list4 .activity-container .swiper-slide.swiper-slide-active .img {
  margin-top: 0;
}

.huttopia-list4 .activity-container .swiper-slide.swiper-slide-active .img:before {
  opacity: 0;
}

.huttopia-list4 .activity-container .swiper-slide.swiper-slide-active .img:after {
  opacity: 1;
}

.huttopia-list4 .activity-container .swiper-slide.swiper-slide-active .tit4 {
  opacity: 1;
}

.huttopia-list4 .activity-container .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 350px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.huttopia-list4 .activity-container .swiper-pagination-progressbar {
  background: #00ADAF;
}

.huttopia-list4 .activity-container .swiper-button-prev,
.huttopia-list4 .activity-container .swiper-button-next {
  width: 48px;
  height: 48px;
  border: 1px dashed #808080;
  border-radius: 50%;
}

.huttopia-list4 .activity-container .swiper-button-prev {
  top: auto;
  margin-top: 0;
  bottom: 2.25rem;
  left: 3rem;
  background-image: none;
  transition: all .4s;
}

.huttopia-list4 .activity-container .swiper-button-prev .icon {
  width: 20px;
  height: 20px;
  fill: #0b0b0b;
}

.huttopia-list4 .activity-container .swiper-button-next {
  top: auto;
  margin-top: 0;
  bottom: 2.25rem;
  right: 3rem;
  background-image: none;
  transition: all .4s;
}

.huttopia-list4 .activity-container .swiper-button-next .icon {
  width: 20px;
  height: 20px;
  fill: #0b0b0b;
  transform: rotate(-180deg);
}

.huttopia-list4 .activity-container .swiper-button-prev:hover,
.huttopia-list4 .activity-container .swiper-button-next:hover {
  background: #fff;
  border: 1px solid #fff;
}

@media (max-width: 1024px) {
  .huttopia-list4 .line .bg {
    background-size: 90%;
  }
}

@media (max-width: 768px) {
  .huttopia-list4 .activity-container .swiper-slide .tit4 {
    padding: 0 1rem 1rem;
    line-height: 1.4;
  }

  .huttopia-list4 .activity-container .swiper-button-prev,
  .huttopia-list4 .activity-container .swiper-button-next {
    display: none;
  }

  .huttopia-list4 .text {
    margin-bottom: 1.2rem;
  }

  .huttopia-list4 .activity-container .swiper-slide .img {
    margin-top: 0;
  }
}

.bothref {
  width: 100%;
  padding: 4.5rem 0;
  display: block;
}

.bothref .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  transform: scale(1.01);
  transition: all .5s ease-in-out;
}

.bothref .tip {
  margin-bottom: .5rem;
}

.bothref .text {
  position: relative;
  z-index: 3;
}

.bothref:hover .bg {
  transform: scale(1.06);
}

@media (max-width: 767px) {
  .bothref {
    padding: 2.5rem 0;
  }

  .bothref .tip {
    margin-bottom: 0;
  }
}

.horseman-list1 {
  padding: 3.85rem 0 4rem;
}

.horseman-list1 .line {
  width: 100%;
  height: calc(100% + 1.75rem);
  position: absolute;
  left: 0;
  top: -1.75rem;
  z-index: 1;
}

.horseman-list1 .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

.horseman-list1 .icon {
  width: 35px;
  margin: 0 auto .85rem;
}

.horseman-list1 .tit2 {
  margin-bottom: 1.65rem;
}

.horseman-list1 .tit3 {
  color: #000;
  line-height: 2;
}

.horseman-list1 .tit5 {
  margin-bottom: 1.85rem;
}

.horseman-list1 .text {
  position: relative;
  z-index: 4;
}

.horseman-list1 .img1 {
  height: 1.75rem;
  margin: 0 auto 1.85rem;
}

.horseman-list1 .tit4 span {
  padding-bottom: 1px;
  border-bottom: 1px solid #333;
}

.horseman-list1 .tit6 {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .horseman-list1 {
    padding: 3rem 0;
  }

  .horseman-list1 .tit2 {
    margin-bottom: 1.2rem;
  }

  .horseman-list1 .tit5 {
    margin-bottom: 1.2rem;
  }

  .horseman-list1 .img1 {
    margin-bottom: 1.2rem;
  }

  .horseman-list1 .tit6 {
    margin-bottom: 1rem;
  }

  .horseman-list1 .line .bg {
    background-size: 80%;
  }
}

@media (max-width: 767px) {
  .horseman-list1 {
    padding: 2rem 5%;
  }

  .horseman-list1 .icon {
    width: 28px;
  }

  .horseman-list1 .line .bg {
    background-size: 140%;
  }

  .horseman-list1 .tit5 {
    font-size: 14px;
    line-height: 1.8;
  }

  .horseman-list1 .tit2 {
    margin-bottom: .85rem;
  }

  .horseman-list1 .tit6 {
    font-size: 22px;
    margin-bottom: .8rem;
  }

  .horseman-list1 .tit4 {
    font-size: 13px;
  }
}

.horseman-list2 {
  background: #F0F0F0;
  padding: 2.85rem 0 3.25rem;
}

.horseman-list2 .tit2 {
  margin-bottom: 1.25rem;
}

.horseman-list2 .tit3 {
  color: #808080;
}

.horseman-list2 .tit4 {
  margin-top: 1.25rem;
}

.horseman-list2 .tit4 .sp1 {
  border-bottom: 2px solid #000;
}

.horseman-list2 .tit4 .sp2 {
  border-bottom: 2px solid #00ADAF;
}

.horseman-list2 .imgbox {
  margin-top: 3rem;
}

.horseman-list2 .line {
  margin-top: 1rem;
}

.horseman-list2 .img {
  margin-bottom: .85rem;
  position: relative;
}

.horseman-list2 .img img {
  width: 100%;
  transform: scale3d(1.01, 1.01, 1);
  transition: all .4s;
}

.horseman-list2 .img:hover img {
  transform: scale3d(1.08, 1.08, 1);
}

.horseman-list2 .swiper-slide .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  transition: background .4s;
}

.horseman-list2 .imgbox-container {
  padding-bottom: 1.2rem;
}

.horseman-list2 .imgbox-container .swiper-pagination {
  display: none;
}

.horseman-list2 .swiper-slide.swiper-slide-active .img:before {
  background: transparent;
}

@media (max-width: 768px) {
  .horseman-list2 {
    padding: 2rem 0 2.5rem;
  }

  .horseman-list2 .tit2 {
    margin-bottom: 1rem;
  }

  .horseman-list2 .tit4 {
    margin-top: 1rem;
  }

  .horseman-list2 .imgbox {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .horseman-list2 {
    padding: 2rem 5% 2.5rem;
  }

  .horseman-list2 .tit2 {
    margin-bottom: .8rem;
  }

  .horseman-list2 .tit3 {
    font-size: 14px;
  }

  .horseman-list2 .tit4 {
    margin-top: .8rem;
  }

  .horseman-list2 .imgbox {
    margin-top: 1.55rem;
  }

  .horseman-list2 .img {
    margin-bottom: .4rem;
  }

  .horseman-list2 .tit-32 {
    font-size: 18px;
  }

  .horseman-list2 .imgbox-container .swiper-pagination {
    display: block;
  }

  .horseman-list2 .imgbox-container {
    padding-bottom: 1rem;
  }

  .horseman-list2 .imgbox-container .swiper-pagination {
    bottom: 0;
  }

  .horseman-list2 .imgbox-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #00ADAF;
  }

  .horseman-list2 .tit4 .sp1 {
    line-height: 1.8;
  }
}

.horseman-list3 {
  background: #fff;
  padding: 2.85rem 0 4.9rem;
}

.horseman-list3 .tit2 {
  margin-bottom: 1.25rem;
}

.horseman-list3 .quanbox {
  width: 15rem;
  height: 15rem;
  display: block;
  margin: 1.2rem auto 0;
}

.horseman-list3 .img {
  width: 15rem;
  height: 15rem;
  margin: 0 auto;
}

.horseman-list3 .img2 {
  width: 13.375rem;
  height: 13.375rem;
  border-radius: 50%;
}

.horseman-list3 .img1 {
  z-index: 3;
}

.horseman-list3 .line2 {
  width: 16.25rem;
  height: 10.75rem;
  left: calc(50% - 7.5rem);
  top: calc(50% - 3.6rem);
  z-index: 4;
  transition: all .4s;
  opacity: 0;
}

.horseman-list3 .line2.cur {
  opacity: 1;
}

.horseman-list3 .line2.cur2 {
  transform: rotate(-105deg);
  -webkit-transform-origin: 61% 87%;
  -moz-transform-origin: 61% 87%;
}

.horseman-list3 .line2.cur3 {
  transform: rotate(-203deg);
  -webkit-transform-origin: 78.5% 53%;
  -moz-transform-origin: 78.5% 53%;
}

.horseman-list3 .tit3 {
  color: #171717;
  opacity: 0;
  transition: all .4s;
}

.horseman-list3 .tit3.cur {
  opacity: 1;
}

.horseman-list3 .dian1 {
  left: -52%;
  top: 30%;
  z-index: 4;
}

.horseman-list3 .dian2 {
  left: 25%;
  bottom: -22%;
  z-index: 4;
}

.horseman-list3 .dian3 {
  right: -52%;
  top: 34%;
  z-index: 4;
}

@media (max-width: 1024px) {
  .horseman-list3 .dian3 {
    right: -58%;
    top: 34%;
  }

  .horseman-list3 .dian2 {
    left: 21%;
  }
}

@media (max-width: 768px) {
  .horseman-list3 {
    padding: 2.25rem 0 3rem;
  }

  .horseman-list3 .line2 {
    display: none;
  }

  .horseman-list3 .img1 {
    display: none;
  }

  .horseman-list3 .tit3 {
    opacity: 1;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-bottom: .55rem;
  }

  .horseman-list3 .quanbox {
    height: auto;
  }

  .horseman-list3 .tit2 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .horseman-list3 .quanbox {
    width: 12rem;
    margin-top: .5rem;
  }

  .horseman-list3 .img {
    width: 12rem;
    height: 12rem;
  }

  .horseman-list3 .img2 {
    width: 10.375rem;
    height: 10.375rem;
  }

  .horseman-list3 {
    padding: 2rem 0;
  }
}

.horseman-list4 {
  padding: 2rem 0 3.25rem;
  background: #f0f0f0;
}

.horseman-list4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 173, 175, 0.5), rgba(0, 173, 175, 0));
}

.horseman-list4 .img {
  margin-bottom: 1.25rem;
}

.horseman-list4 .img img {
  transform: scale3d(1.01, 1.01, 1);
  transition: all .4s;
}

.horseman-list4 .text {
  padding: 0 1.25rem;
}

.horseman-list4 .tit3 {
  margin-bottom: .55rem;
}

.horseman-list4 .tit3 span {
  color: #00adaf;
}

.horseman-list4 .contentbox {
  margin-top: 1.25rem;
}

.horseman-list4 .itemli {
  width: 44%;
}

.horseman-list4 .itemli:hover .img img {
  transform: scale3d(1.08, 1.08, 1);
}

.horseman-list4 .lineimg {
  top: 0;
}

.horseman-list4 .contentbox {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .horseman-list4 {
    padding: 2rem 0 4rem;
  }

  .horseman-list4 .contentbox {
    margin-top: 1.8rem;
  }

  .horseman-list4 .itemli {
    width: 46%;
  }
}

@media (max-width: 767px) {
  .horseman-list4 {
    padding: 2rem 0;
  }

  .horseman-list4 .contentbox {
    margin-top: 1.2rem;
  }

  .horseman-list4 .itemli {
    width: 100%;
    margin-bottom: 1rem;
  }

  .horseman-list4 .img {
    margin-bottom: .75rem;
  }

  .horseman-list4 .text {
    padding: 0 5%;
  }

  .horseman-list4 .tit3 {
    margin-bottom: .3rem;
  }

  .horseman-list4 .tit4 {
    font-size: 14px;
  }

  .horseman-list4 .tit4 br {
    display: none;
  }
}

.horseman-list5 {
  padding: 2rem 0 2.5rem;
  background: #fff;
}

.horseman-list5 .tit2 {
  margin-bottom: .55rem;
}

.horseman-list5 .tit3 {
  margin-bottom: 1.2rem;
}

.horseman-list5 .tit3 span {
  color: #00ADAF;
}

.horseman-list5 .img {
  width: 1160px;
  max-width: 90%;
  margin: 0 auto;
}

.horseman-list5 .tit4 {
  margin-bottom: .6rem;
}

@media (max-width: 768px) {
  .horseman-list5 {
    padding: 2rem 5%;
  }

  .horseman-list5 .tit3 {
    margin-bottom: 1.2rem;
  }

  .horseman-list5 .img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .horseman-list5 .tit2 {
    margin-bottom: .35rem;
  }

  .horseman-list5 .tit3 {
    font-size: 14px;
    margin-bottom: .85rem;
  }
}

.horseman-list6 {
  padding: 2.25rem 0 3.35rem;
  background: #EBEBEB;
}

.horseman-list6 .imgboxwarp {
  width: calc(100% - 4.5rem);
  margin: 2.8rem auto 0;
}

.horseman-list6 .img6-container {
  width: calc(100% - 200px);
  margin: 0 auto;
}

.horseman-list6 .icon {
  height: 5.5rem;
  margin-bottom: 1.25rem;
}

.horseman-list6 .icon img {
  max-width: 100%;
  max-height: 100%;
}

.horseman-list6 .tit4 {
  margin-bottom: .45rem;
}

.horseman-list6 .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 0;
  top: 25%;
  margin-top: 0;
  background: url(../images/listicon.png) no-repeat center center;
}

.horseman-list6 .swiper-button-next {
  width: 50px;
  height: 50px;
  right: 0;
  top: 25%;
  margin-top: 0;
  background: url(../images/listicon1.png) no-repeat center center;
}

@media (max-width: 768px) {
  .horseman-list6 {
    padding: 2rem 5% 3rem;
  }

  .horseman-list6 .tit3 {
    margin-bottom: 1.2rem;
  }

  .horseman-list6 .imgboxwarp {
    margin-top: 1.5rem;
    width: 100%;
  }

  .horseman-list6 .img6-container {
    width: calc(100% - 4rem);
  }

  /*.horseman-list6 .swiper-button-prev,.horseman-list6 .swiper-button-next{
    display:none;
  }*/
  .horseman-list6 .tit3 {
    font-size: 14px;
  }

  .horseman-list6 .swiper-button-next,
  .horseman-list6 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }

  .horseman-list6 .tit4 {
    margin-bottom: .2rem;
  }

  .horseman-list6 .tit5 {
    font-size: 14px;
    line-height: 1.6;
  }
}

.horseman-list7 {
  padding: 1.85rem 0 1rem;
  padding: #fff;
}

.horseman-list7 .tit3 {
  margin-top: .75rem;
}

.horseman-list7 .tit3 span {
  color: #00ADAF;
}

.horseman-list7 .imgbox {
  margin-top: 1.5rem;
}

.horseman-list7 .imgbox .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 580px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.horseman-list7 .imgbox .swiper-pagination-progressbar {
  background: #00ADAF;
}

.horseman-list7 .imgbox .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  margin-top: -25px;
  background: url(../images/listicon.png) no-repeat center center;
}

.horseman-list7 .imgbox .swiper-button-next {
  width: 50px;
  height: 50px;
  right: 0;
  top: 50%;
  margin-top: -25px;
  background: url(../images/listicon1.png) no-repeat center center;
}

.horseman-list7 .list-container {
  padding-bottom: 1.75rem;
  width: 1000px;
  max-width: calc(90% - 2rem);
  margin: 0 auto;
}

@media (max-width: 768px) {

  .horseman-list7 .swiper-button-prev,
  .horseman-list7 .swiper-button-next {
    display: none;
  }

  .horseman-list7 .list-container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .horseman-list7 .imgbox {
    margin-top: 1rem;
  }
}

.westfield-list1 {
  padding: 3.7rem 0 1.75rem;
  background: #fff;
}

.westfield-list1 .line {
  width: 100%;
  height: calc(100% + 1.75rem);
  position: absolute;
  left: 0;
  top: -1.75rem;
  z-index: 1;
}

.westfield-list1 .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

.westfield-list1 .icon {
  width: 35px;
  margin: 0 auto .85rem;
}

.westfield-list1 .tit2 {
  margin-bottom: 1.65rem;
}

.westfield-list1 .tit2 span {
  padding-bottom: 0;
  border-bottom: 3px solid #000;
}

.westfield-list1 .tit3 {
  color: #000;
  line-height: 2;
}

.westfield-list1 .img1 {
  height: 1.35rem;
  margin: 2.5rem auto 0;
}

@media (max-width: 1024px) {
  .westfield-list1 .line .bg {
    background-size: 95%;
  }
}

@media (max-width: 768px) {
  .westfield-list1 {
    padding: 2.5rem 0 1.75rem;
  }

  .westfield-list1 .tit2 {
    margin-bottom: 1.25rem;
  }

  .westfield-list1 .img1 {
    margin-top: 1rem;
  }

  .westfield-list1 .text {
    padding: 0 2%;
  }
}

@media (max-width: 767px) {
  .westfield-list1 .icon {
    width: 28px;
  }
}

.westfield-list2 {
  padding: 5rem 0 6rem;
  max-height: 100vh;
}

.westfield-list2 .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 2rem);
  top: -.5rem;
}

.westfield-list2 .contentbox {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.westfield-list2 .tit2 {
  margin-bottom: 1.5rem;
}

.westfield-list2 .tit3 {
  margin-bottom: 4rem;
}

.westfield-list2 .tit3 span {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

.westfield-list2 .tit4 {
  opacity: .6;
}

.westfield-list2 .btn {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  margin-left: -21px;
  z-index: 4;
}

.westfield-list2 .btn img {
  width: 42px;
  height: 42px;
}

@media (max-width: 768px) {
  .westfield-list2 .tit3 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .westfield-list2 {
    padding: 3rem 0 6rem;
  }

  .westfield-list2 .tit3 {
    margin-bottom: 2rem;
  }

  .westfield-list2 .tit3 span {
    margin-bottom: 0;
    border-bottom: none;
    text-align: center;
    line-height: 1.8;
  }

  .westfield-list2 .tit3 {
    font-size: 14px;
    margin-bottom: 1.2rem;
  }

  .westfield-list2 .tit4 {
    font-size: 14px;
  }

  .westfield-list2 .btn img {
    width: 35px;
    height: 35px;
    bottom: 1.5rem;
  }

  .westfield-list2 .tit2 {
    line-height: 1.5;
  }
}

.warp-westfield .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 24rem;
  z-index: 1;
}

.warp-westfield .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

.westfield-list3 {
  padding: 2rem 0;
  background: #fff;
}

.westfield-list3 .tit4 {
  margin-top: .4rem;
}

.westfield-list3 .line2 {
  width: 2px;
  margin: 0 auto;
  display: block;
}

.westfield-list3 .tit2 {
  position: relative;
  margin-bottom: .25rem;
  z-index: 3;
}

.westfield-list3 .img {
  width: 1180px;
  max-width: 90%;
  margin: -4.5rem auto 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .westfield-list3 {
    padding: 2rem 0;
  }

  .westfield-list3 .line2 {
    display: none;
  }

  .westfield-list3 .img {
    margin: 1rem auto 0;
  }

  .westfield-list3 .tit4 {
    margin-top: .9rem;
  }
}

@media (max-width: 767px) {
  .westfield-list3 {
    padding: 2rem 5%;
  }

  .westfield-list3 .tit2 {
    margin-bottom: .35rem;
  }

  .westfield-list3 .tit4 {
    font-size: 14px;
    margin-top: .5rem;
  }
}

.westfield-list4 {
  padding: 2rem 0 3rem;
  background: #F5F5F5;
}

.westfield-list4 span {
  color: #00b1b3;
}

.westfield-list4 .tit4 {
  margin-top: .8rem;
}

.westfield-list4 .img {
  width: 1180px;
  max-width: 90%;
  margin: 1.25rem auto 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .warp-westfield .line {
    display: none;
  }
}

@media (max-width: 768px) {
  .westfield-list4 .tit4 {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .westfield-list4 {
    padding: 2rem 5%;
  }

  .westfield-list4 .tit2 {
    margin-bottom: .35rem;
  }

  .westfield-list4 .tit4 {
    font-size: 14px;
  }

  .westfield-list4 .tit4 {
    margin-top: .3rem;
  }
}

.westfield-list5 {
  padding: 2rem 0 3rem;
  background: #fff;
}

.westfield-list5 span {
  color: #00b1b3;
}

.westfield-list5 .tit4 {
  margin-top: 1rem;
}

.westfield-list5 .img {
  width: 1180px;
  max-width: 90%;
  margin: 1.25rem auto 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .westfield-list5 .tit4 {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .westfield-list5 {
    padding: 2rem 5%;
  }

  .westfield-list5 .tit4 {
    margin-top: .5rem;
  }
}

.westfield-list6 {
  padding: 2rem 0 3.25rem;
  background: #F5F5F5;
}

.westfield-list6 span {
  color: #00b1b3;
}

.westfield-list6 .tit4 {
  margin-top: .8rem;
}

.westfield-list6 .img {
  width: 1180px;
  max-width: 90%;
  margin: 1.25rem auto 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .westfield-list6 {
    padding: 2rem 5%;
  }

  .westfield-list6 .tit4 {
    margin-top: .5rem;
    font-size: 14px;
  }
}

.westfield-list7 {
  padding: 2rem 0 2.5rem;
  background: #fff;
}

.westfield-list7 .tit2 {
  margin-bottom: .85rem;
}

.westfield-list7 .tit3 {
  width: 620px;
  max-width: 90%;
  margin: 0 auto 2rem;
  color: #808080;
}

.westfield-list7 .tit3 .sp1 {
  margin-bottom: .8rem;
}

.westfield-list7 .tit3 .sp2 {
  margin-bottom: .8rem;
}

.westfield-list7 .tit3 .sp2 span {
  display: inline-block;
  margin-bottom: 5px;
  color: #00adaf;
  /*border-bottom: 2px solid #00adaf;*/
}

.westfield-list7 .warpbox {
  margin-top: 1.5rem;
}

.westfield-list7 .warpbox .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 580px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.westfield-list7 .warpbox .swiper-pagination-progressbar {
  background: #00ADAF;
}

.westfield-list7 .warpbox .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 0;
  top: 30%;
  margin-top: 0;
  background: url(../images/listicon.png) no-repeat center center;
}

.westfield-list7 .warpbox .swiper-button-next {
  width: 50px;
  height: 50px;
  right: 0;
  top: 30%;
  margin-top: 0;
  background: url(../images/listicon1.png) no-repeat center center;
}

.westfield-list7 .warpbox {
  width: calc(100% - 4.5rem);
  margin: 0 auto;
  padding-bottom: 2rem;
}

.westfield-list7 .imgbox-container {
  width: 1560px;
  max-width: calc(100% - 5rem);
  margin: 0 auto;
}

.westfield-list7 .img img {
  width: 100%;
  transition: all .4s;
}

.westfield-list7 .text {
  width: 100%;
  margin: 1rem auto 0;
  opacity: 0;
  transform: translate(0, -20px);
  transition: all .4s;
}

.westfield-list7 .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  transform: translate(0, 0);
}

.westfield-list7 .img:hover img {
  transform: scale(1.1);
}

@media (max-width: 1024px) {

  .westfield-list7 .warpbox .swiper-button-next,
  .westfield-list7 .warpbox .swiper-button-prev {
    display: none;
  }

  .westfield-list7 .warpbox {
    width: 90%;
  }

  .westfield-list7 .imgbox-container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .westfield-list7 {
    padding-bottom: 1rem;
  }

  .westfield-list7 .warpbox {
    width: 100%;
  }

  .westfield-list7 .text {
    font-size: 14px;
  }

  .westfield-list7 .warpbox {
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 767px) {
  .westfield-list7 {
    padding: 2rem 0;
  }

  .westfield-list7 .tit4 {
    margin-top: .5rem;
    font-size: 14px;
  }

  .westfield-list7 .tit3 {
    font-size: 15px;
  }

  .westfield-list7 .tit3 br {
    display: none;
  }

  .westfield-list7 .tit3 .sp2 {
    font-size: 15px;
  }

  .westfield-list7 .tit3 .tit-28.sp2 {
    font-size: 18px;
  }
}

.farm-list1 {
  padding: 3.9rem 5% 4rem;
  background: #fff;
}

.farm-list1 .line {
  width: 100%;
  height: calc(100% + 1.75rem);
  position: absolute;
  left: 0;
  top: -1.75rem;
  z-index: 1;
}

.farm-list1 .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

.farm-list1 .icon {
  width: 35px;
  margin: 0 auto .85rem;
}

.farm-list1 .tit2 {
  margin-bottom: 1.15rem;
}

.farm-list1 .tit3 {
  color: #000;
}

.farm-list1 .tit6 {
  opacity: .6;
}

.farm-list1 .tit6 span {
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
}

.farm-list1 .img1 {
  height: 1.35rem;
  margin: 1.8rem auto 1.8rem;
}

.farm-list1 .text {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .farm-list1 .line .bg {
    background-size: 80%;
  }
}

@media (max-width: 767px) {
  .farm-list1 .icon {
    width: 28px;
  }

  .farm-list1 .img1 {
    margin: 1rem auto;
  }

  .farm-list1 {
    padding: 2rem 5% 3rem;
  }

  .farm-list1 .tit6 {
    font-size: 14px;
  }

  .farm-list1 .tit2 {
    margin-bottom: .55rem;
  }
}

.farm-list2 {
  padding: 4rem 0 14.25rem;
}

.farm-list2 .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 2rem);
  top: -.5rem;
}

.farm-list2 .contentbox {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.farm-list2 .tit2 {
  margin-bottom: 1.65rem;
}

.farm-list2 .tit3 {
  margin-bottom: 1.25rem;
}

.farm-list2 .tit3 span {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .farm-list2 {
    padding: 2rem 0 10rem;
  }

  .farm-list2 .tit2 {
    margin-bottom: 1.2rem;
  }

  .farm-list2 .tit3,
  .farm-list2 .tit4 {
    font-size: 14px;
  }

  .farm-list2 .tit3 span {
    border-bottom: none;
    text-align: center;
  }

  .farm-list4 .tit4 {
    font-size: 14px;
  }
}

.farm-list3 {
  padding: 1.5rem 5% 6.9rem;
}

.farm-list3 .title {
  width: 10.5rem;
  height: 10.5rem;
  margin: 0 auto;
}

.farm-list3 .title .icon {
  position: absolute;
  width: 10.5rem;
  height: 10.5rem;
  left: 50%;
  top: 50%;
  margin-left: -5.25rem;
  margin-top: -5.25rem;
  z-index: 1;
}

.farm-list3 .title span {
  margin-top: -.8rem;
}

.farm-list3 .tit3 {
  margin-bottom: .85rem;
}

.farm-list3 .tit4 {
  margin-bottom: 1rem;
}

.farm-list3 .tit4 a {
  color: #00ADAF;
  border-bottom: 1px solid #00ADAF;
}

.farm-list3 .treeimg {
  width: 4.5rem;
  height: 7rem;
  position: absolute;
  left: 50%;
  margin-left: -2.25rem;
  bottom: 0;
  z-index: 2;
}

.farm-list3 .treeimg img {
  width: 100%;
}

@media (max-width: 767px) {
  .farm-list3 .title {
    width: 9rem;
    height: 9rem;
  }

  .farm-list3 .title .icon {
    width: 9rem;
    height: 9rem;
    margin-left: -4.5rem;
    margin-top: -4.5rem;
  }

  .farm-list3 .tit3 {
    margin-top: -1rem;
    font-size: 14px;
  }
}

.farm-list4 {
  padding: 4rem 0 6.25rem;
}

.farm-list4 .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 2rem);
  top: -.5rem;
}

.farm-list4 .contentbox {
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.farm-list4 .tit2 {
  margin-bottom: 1.65rem;
}

.farm-list4 .tit4 {
  padding: .85rem 0;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .farm-list4 {
    padding: 2rem 0 4.5rem;
  }

  .farm-list4 .tit2 {
    margin-bottom: 1.2rem;
  }
}

.farm-list5 {
  padding: 4.25rem 5% 2rem;
}

.farm-list5 .tit2 {
  margin-bottom: 1.65rem;
  position: relative;
  z-index: 2;
}

.farm-list5 .imgbox {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.farm-list5 .img {
  width: 100%;
}

.farm-list5 .text {
  width: 1050px;
  max-width: 100%;
  margin: 1.5rem auto 0;
  padding: 0 1.5rem;
  display: block;
}

.farm-list5 .text span {
  font-family: "Pingfang sc regular", 'Noto Sans SC', "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 500;
}

.farm-list5 .text span:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.farm-list5 .text span:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.farm-list5 .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.farm-list5 .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .farm-list5 .line .bg {
    background-size: 50%;
  }
}

@media (max-width: 767px) {
  .farm-list5 .tit2 {
    margin-bottom: 1rem;
  }

  .farm-list5 {
    padding: 2rem 5% 1rem;
  }

  .farm-list5 .text {
    font-size: 14px;
    margin: 1rem auto 0;
  }
}

.n-banner .btn2 {
  bottom: 5.5rem;
}

.n-banner .navbox {
  width: 100%;
  height: 2rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.n-banner .navbox a {
  margin: 0 2.25rem;
  opacity: .8;
  height: 2rem;
  line-height: 2rem;
  transition: all .5s;
  position: relative;
}

.n-banner .navbox a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all .4s;
}

.n-banner .navbox a:hover,
.n-banner .navbox a.cur {
  opacity: 1;
  color: #fff;
}

.n-banner .navbox a:hover:before,
.n-banner .navbox a.cur:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .n-banner .navbox {
    display: none;
  }

  .n-banner .bg2 {
    height: 30rem;
    bottom: -10rem;
  }

  .n-banner .btnicon {
    width: 55px;
  }
}

.natural-list1 {
  padding: 3.9rem 5% 3.5rem;
  background: #fff;
}

.natural-list1 .icon {
  width: 35px;
  margin: 0 auto .85rem;
}

.natural-list1 .tit2 {
  margin-bottom: 1.6rem;
}

.natural-list1 .tit3 {
  color: #808080;
}

.natural-list1 .tit5 {
  display: block;
  margin-bottom: 1.25rem;
}

.natural-list1 .tit5 div {
  margin-bottom: 5px;
  text-decoration: underline;
}

.natural-list1 .tit5 span {
  color: #00B1B3;
  text-decoration: underline;
}

.natural-list1 .img1 {
  height: 1.35rem;
  margin: 1.8rem auto 1.8rem;
}

.natural-list1 .text {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .natural-list1 .icon {
    width: 28px;
  }

  .natural-list1 {
    padding: 2rem 5% 2.5rem;
  }

  .natural-list1 .tit2 {
    margin-bottom: 1.25rem;
    font-size: 28px;
  }

  .natural-list1 .img1 {
    margin: .8rem auto;
  }

  .natural-list1 .tit5 {
    font-size: 15px;
  }

  .natural-list1 .tit6 {
    font-size: 14px;
  }

  .natural-list1 .tit6 br {
    display: none;
  }
}

.natural-list2 {
  padding: 3rem 0 11rem;
}

.natural-list2 .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 2rem);
  top: -.5rem;
}

.natural-list2 .contentbox {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.natural-list2 .tit2 {
  margin-bottom: 2rem;
}

.natural-list2 .tit3 {
  margin-bottom: 1.35rem;
  opacity: .8;
  text-decoration: underline;
}

.natural-list2 .tit4 {
  padding: 1.25rem 2rem;
  position: relative;
}

.natural-list2 .tit4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(151, 161, 167, 0.6);
  backdrop-filter: blur(4px);
}

.natural-list2 .tit4 p {
  position: relative;
  z-index: 3;
}

.natural-list2 .btn {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 1.75rem;
  z-index: 4;
}

.natural-list2 .btn img {
  width: 42px;
  height: 42px;
}

@media (max-width: 768px) {
  .natural-list2 .tit2 {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .natural-list2 {
    padding: 2rem 0 10rem;
  }

  .natural-list2 .tit2 {
    font-size: 28px;
  }

  .natural-list2 .tit3 {
    margin-bottom: .9rem;
  }

  .natural-list2 .tit4 {
    padding: 1rem;
    font-size: 12px;
    line-height: 1.8;
  }

  .natural-list2 .btn img {
    width: 35px;
    height: 35px;
  }
}

.natural-list3 {
  background: #fff;
  padding: 2.5rem 0 3.25rem;
}

.natural-list3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}

.natural-list3 .contentbox {
  border-top: 2px solid #000;
  position: relative;
  z-index: 3;
  padding-top: 3.5rem;
}

.natural-list3 .imgbox {
  width: 50%;
  position: relative;
}

.natural-list3 .imgbox .img {
  width: 71.62%;
}

.natural-list3 .imgbox .img img {
  transform: scale(1.01);
  transition: all .4s ease-in-out;
}

.natural-list3 .imgbox .img2 {
  position: relative;
  width: 54%;
  z-index: 2;
  margin-top: -3rem;
  margin-left: 45.5%;
}

.natural-list3 .imgbox .img2 img {
  transform: scale(1.01);
  transition: all .4s ease-in-out;
}

.natural-list3 .imgbox .img:hover img {
  transform: scale(1.06);
}

.natural-list3 .imgbox .img2:hover img {
  transform: scale(1.06);
}

.natural-list3 .text {
  width: 40%;
}

.natural-list3 .tit2 {
  margin-bottom: 1.5rem;
}

.natural-list3 .icon {
  margin-left: .5rem;
}

.natural-list3 .tit3 {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #000;
}

@media (max-width: 768px) {
  .natural-list3 .bg {
    background-size: 130%;
  }

  .natural-list3 .contentbox {
    padding-top: 2rem;
  }

  .natural-list3 .imgbox,
  .natural-list3 .text {
    width: 100%;
  }

  .natural-list3 .text {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .natural-list3 .bg {
    display: none;
  }

  .natural-list3 {
    padding: 2rem 0 2.5rem;
  }

  .natural-list3 .contentbox {
    padding-top: 1.25rem;
  }

  .natural-list3 .icon {
    width: 3rem;
  }

  .natural-list3 .tit2 {
    margin-bottom: 1rem;
  }
}

.natural-list4 {
  padding: 4.25rem 0 6.5rem;
}

.natural-list4 .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 2rem);
  top: -.5rem;
}

.natural-list4 .contentbox {
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.natural-list4 .tit2 {
  margin-bottom: 1.85rem;
}

.natural-list4 .tit4 {
  padding: .85rem 0;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .natural-list4 {
    padding: 3rem 0 5rem;
  }

  .natural-list4 .tit2 {
    margin-bottom: 1rem;
  }

  .natural-list4 .tit4 {
    font-size: 14px;
  }
}

.natural-list5 {
  padding: 4.5rem 0 2rem;
  background: #fff;
}

.natural-list5 .tit2 {
  margin-bottom: 1.65rem;
}

.natural-list5 .warpbox .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 580px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.natural-list5 .warpbox .swiper-pagination-progressbar {
  background: #00ADAF;
}

.natural-list5 .warpbox {
  margin: 0 auto;
  padding-bottom: 2rem;
}

.natural-list5 .imgbox-container {
  width: 100%;
}

.natural-list5 .img img {
  width: 100%;
  transition: all .4s;
}

.natural-list5 .text {
  width: 60%;
  opacity: 0;
  margin-top: .5rem;
  transition: all .4s;
  z-index: 4;
}

.natural-list5 .tit3 {
  margin-bottom: 1rem;
}

.natural-list5 .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}

.natural-list5 .swiper-slide.swiper-slide-active .img:before {
  opacity: 1;
}

.natural-list5 .swiper-slide .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  transition: all .4s;
}

.natural-list5 .img:hover img {
  transform: scale(1.1);
}

.natural-list5 .img:hover .img:before {
  opacity: 1;
}

.natural-list5 .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.natural-list5 .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .natural-list5 .line .bg {
    background-size: 50%;
  }
}

@media (max-width: 768px) {
  .natural-list5 .text {
    width: 90%;
    position: relative;
    top: 0;
    left: 5%;
    transform: translate(0, 0);
    margin-bottom: 0.9rem;
  }
}

@media (max-width: 767px) {
  .natural-list5 {
    padding: 2.5rem 0 2rem;
  }

  .natural-list5 .text .tit3 {
    margin-bottom: .5rem;
    font-size: 18px;
  }

  .natural-list5 .text .tit4 {
    font-size: 12px;
  }
}

.outdoors-list1 {
  padding: 3.5rem 5% 4rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.outdoors-list1 .icon {
  width: 35px;
  margin: 0 auto .85rem;
}

.outdoors-list1 .tit2 {
  margin-bottom: 1.6rem;
}

.outdoors-list1 .tit3 {
  color: #808080;
}

.outdoors-list1 .tit5 {
  display: block;
  margin-bottom: 1.25rem;
}

.outdoors-list1 .tit5 div {
  margin-bottom: 5px;
  text-decoration: underline;
}

.outdoors-list1 .tit5 span {
  color: #00B1B3;
  text-decoration: underline;
}

.outdoors-list1 .img1 {
  height: 1.35rem;
  margin: 1.8rem auto 1.8rem;
}

.outdoors-list1 .text {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .outdoors-list1 {
    padding: 2rem 5% 4rem;
  }
}

@media (max-width: 768px) {

  .outdoors-list2 .warpbox .swiper-button-prev,
  .outdoors-list2 .warpbox .swiper-button-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .outdoors-list1 {
    padding: 2rem 5% 3rem;
  }

  .outdoors-list1 .icon {
    width: 28px;
  }

  .outdoors-list1 .tit2 {
    margin-bottom: 1rem;
  }

  .outdoors-list1 .img1 {
    margin: 0 auto 1rem;
  }
}

.outdoors-list2 {
  background: #F0F0F0;
  padding: 4.5rem 0 2.25rem;
  position: relative;
  z-index: 1;
}

.outdoors-list2 .icon {
  position: absolute;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  left: 50%;
  margin-left: -2.25rem;
  margin-top: -2.25rem;
  position: absolute;
  background: url(../images/outdoors2img.png) no-repeat center center;
  background-size: cover;
  z-index: 2;
}

.outdoors-list2 .line {
  width: 100%;
  height: calc(100% + 0.5rem);
  position: absolute;
  left: 0;
  top: -.5rem;
  z-index: 1;
}

.outdoors-list2 .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

.outdoors-list2 .warpbox {
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.outdoors-list2 .warpbox .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 350px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.outdoors-list2 .warpbox .swiper-pagination-progressbar {
  background: #00ADAF;
}

.outdoors-list2 .warpbox .swiper-button-prev,
.outdoors-list2 .warpbox .swiper-button-next {
  width: 48px;
  height: 48px;
  border: 1px dashed #808080;
  border-radius: 50%;
}

.outdoors-list2 .warpbox .swiper-button-prev {
  top: 50%;
  margin-top: -24px;
  left: 5%;
  background-image: none;
  transition: all .4s;
}

.outdoors-list2 .warpbox .swiper-button-prev .icon2 {
  width: 20px;
  height: 20px;
  fill: #0b0b0b;
}

.outdoors-list2 .warpbox .swiper-button-next {
  top: 50%;
  margin-top: -24px;
  right: 5%;
  background-image: none;
  transition: all .4s;
}

.outdoors-list2 .warpbox .swiper-button-next .icon2 {
  width: 20px;
  height: 20px;
  fill: #0b0b0b;
  transform: rotate(-180deg);
}

.outdoors-list2 .warpbox .swiper-button-prev:hover,
.outdoors-list2 .warpbox .swiper-button-next:hover {
  background: #fff;
  border: 1px solid #fff;
}

.outdoors-list2 .activity-container {
  width: 100%;
  /*max-width:calc(100% - 200px);*/
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.outdoors-list2 .activity-container .swiper-slide {
  opacity: 0;
}

.outdoors-list2 .activity-container .swiper-slide .img {
  margin-top: -2rem;
}

.outdoors-list2 .activity-container .swiper-slide .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.outdoors-list2 .activity-container .swiper-slide .img:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: all .4s .1s;
}

.outdoors-list2 .activity-container .swiper-slide .tit4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 1.5rem 1.25rem;
  opacity: 0;
  transition: all .4s .1s;
}

.outdoors-list2 .activity-container .swiper-slide .tit5 {
  margin-bottom: .5rem;
}

.outdoors-list2 .activity-container .swiper-slide-prev {
  opacity: 1;
}

.outdoors-list2 .activity-container .swiper-slide-prev .img {
  transform: rotate(-5deg);
}

.outdoors-list2 .activity-container .swiper-slide-next {
  opacity: 1;
}

.outdoors-list2 .activity-container .swiper-slide-next .img {
  transform: rotate(5deg);
}

.outdoors-list2 .activity-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.outdoors-list2 .activity-container .swiper-slide.swiper-slide-active .img {
  margin-top: 0;
}

.outdoors-list2 .activity-container .swiper-slide.swiper-slide-active .img:before {
  opacity: 0;
}

.outdoors-list2 .activity-container .swiper-slide.swiper-slide-active .img:after {
  opacity: 1;
}

.outdoors-list2 .activity-container .swiper-slide.swiper-slide-active .tit4 {
  opacity: 1;
}

@media (max-width: 768px) {
  .outdoors-list2 .activity-container .swiper-slide .img {
    margin-top: 0;
  }

  .outdoors-list2 .activity-container .swiper-slide .tit4 {
    padding: 0 1rem 1rem;
  }

  .outdoors-list2 .activity-container .swiper-slide .tit4 .tit-17 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .outdoors-list2 .activity-container .swiper-slide .tit4 .tit-17 {
    line-height: 1.4;
    font-size: 12px;
  }
}

.outdoors-list3 {
  padding: 2.25rem 0 3rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.outdoors-list3 .icon {
  width: 35px;
  margin: 0 auto .85rem;
}

.outdoors-list3 .tit2 {
  margin-bottom: 1.6rem;
}

.outdoors-list3 .img1 {
  height: 1.35rem;
  margin: 1.25rem auto 1.6rem;
  display: block;
}

.outdoors-list3 .icon2 {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin: 0 auto;
  background: url(../images/outdoors3img.png) no-repeat center center;
  background-size: cover;
  z-index: 2;
}

.outdoors-list3 .contentbox {
  position: relative;
  z-index: 3;
}

.outdoors-list3 .contentbox .line {
  width: 100%;
  height: calc(100% - 4.25rem);
  position: absolute;
  left: 0;
  top: 4.25rem;
  z-index: 1;
}

.outdoors-list3 .contentbox .line .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top;
  background-repeat: no-repeat;
}

.outdoors-list3 .warpbox .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 580px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.outdoors-list3 .warpbox .swiper-pagination-progressbar {
  background: #00ADAF;
}

.outdoors-list3 .warpbox {
  margin: 3rem auto 0;
  padding-bottom: 2rem;
}

.outdoors-list3 .imgbox-container {
  width: 100%;
}

.outdoors-list3 .img img {
  width: 100%;
  transition: all .4s;
}

.outdoors-list3 .text {
  width: 100%;
  padding: 0 1.5rem .85rem;
  opacity: 0;
  margin-top: .5rem;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all .4s;
  z-index: 4;
}

.outdoors-list3 .tit3 {
  margin-bottom: .35rem;
}

.outdoors-list3 .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}

.outdoors-list3 .swiper-slide.swiper-slide-active .img:before {
  opacity: 1;
}

.outdoors-list3 .swiper-slide .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  transition: all .4s;
}

.outdoors-list3 .img:hover img {
  transform: scale(1.1);
}

.outdoors-list3 .img:hover .img:before {
  opacity: 1;
}

.outdoors-list3 .bg2 {
  width: 100%;
  height: 120vh;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 3rem;
  z-index: 1;
}

@media (max-width: 768px) {
  .outdoors-list3 {
    padding: 2rem 0 3rem;
  }

  .outdoors-list3 .text2 {
    padding: 0 5%;
  }

  .outdoors-list3 .bg2 {
    left: 0;
  }

  .outdoors-list3 .img1 {
    margin: 1rem auto;
  }

  .outdoors-list3 .text .tit4 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .outdoors-list3 {
    padding: 2rem 0 1rem;
  }

  .outdoors-list3 .icon {
    width: 28px;
  }

  .outdoors-list3 .warpbox {
    margin-top: 1.5rem;
  }

  .outdoors-list3 .text .tit4 {
    font-size: 12px;
  }

  .outdoors-list3 .text {
    position: relative;
  }

  .outdoors-list3 .bg2 {
    height: 100vh;
    background-position: center top;
  }

  .outdoors-list3 .contentbox .line {
    width: 60%;
    left: 20%;
  }
}

.delicious-list1 {
  background: #fff;
  padding: 2.5rem 0 2.25rem;
}

.delicious-list1 .line {
  width: 100%;
  height: calc(100% + 1rem);
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: 1;
}

.delicious-list1 .line .bg {
  position: absolute;
  width: 100%;
  height: 60%;
  background: center top;
  background-repeat: no-repeat;
}

.delicious-list1 .icon {
  width: 35px;
  margin: 0 auto .85rem;
}

.delicious-list1 .tit2 {
  margin-bottom: 1.6rem;
}

.delicious-list1 .img1 {
  height: 2.2rem;
  margin: .55rem auto 1rem;
}

.delicious-list1 .text {
  position: relative;
  z-index: 2;
}

.delicious-list1 .warpbox {
  width: 1580px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.delicious-list1 .warpbox .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 350px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.delicious-list1 .warpbox .swiper-pagination-progressbar {
  background: #00ADAF;
}

.delicious-list1 .warpbox .swiper-button-prev,
.delicious-list1 .warpbox .swiper-button-next {
  width: 48px;
  height: 48px;
  border: 1px dashed #808080;
  border-radius: 50%;
}

.delicious-list1 .warpbox .swiper-button-prev {
  top: 50%;
  margin-top: -24px;
  left: 5%;
  background-image: none;
  transition: all .4s;
}

.delicious-list1 .warpbox .swiper-button-prev .icon2 {
  width: 20px;
  height: 20px;
  fill: #0b0b0b;
}

.delicious-list1 .warpbox .swiper-button-next {
  top: 50%;
  margin-top: -24px;
  right: 5%;
  background-image: none;
  transition: all .4s;
}

.delicious-list1 .warpbox .swiper-button-next .icon2 {
  width: 20px;
  height: 20px;
  fill: #0b0b0b;
  transform: rotate(-180deg);
}

.delicious-list1 .warpbox .swiper-button-prev:hover,
.delicious-list1 .warpbox .swiper-button-next:hover {
  background: #fff;
  border: 1px solid #fff;
}

.delicious-list1 .activity-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.delicious-list1 .activity-container .swiper-slide {
  opacity: 0;
}

.delicious-list1 .activity-container .swiper-slide .img {
  margin-top: -2rem;
}

.delicious-list1 .activity-container .swiper-slide .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.delicious-list1 .activity-container .swiper-slide .img:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 20%, transparent);
  opacity: 0;
  transition: all .4s .1s;
}

.delicious-list1 .activity-container .swiper-slide .tit4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 1.75rem 1.5rem;
  opacity: 0;
  transition: all .4s .1s;
}

.delicious-list1 .activity-container .swiper-slide .tit5 {
  margin-bottom: .5rem;
}

.delicious-list1 .activity-container .swiper-slide-prev {
  opacity: 1;
}

.delicious-list1 .activity-container .swiper-slide-prev .img {
  transform: rotate(-5deg);
}

.delicious-list1 .activity-container .swiper-slide-next {
  opacity: 1;
}

.delicious-list1 .activity-container .swiper-slide-next .img {
  transform: rotate(5deg);
}

.delicious-list1 .activity-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.delicious-list1 .activity-container .swiper-slide.swiper-slide-active .img {
  margin-top: 0;
}

.delicious-list1 .activity-container .swiper-slide.swiper-slide-active .img:before {
  opacity: 0;
}

.delicious-list1 .activity-container .swiper-slide.swiper-slide-active .img:after {
  opacity: 1;
}

.delicious-list1 .activity-container .swiper-slide.swiper-slide-active .tit4 {
  opacity: 1;
}

@media (max-width: 1024px) {
  .delicious-list1 {
    padding: 2.5rem 5% 2.25rem;
  }

  .delicious-list1 .warpbox {
    max-width: 100%;
  }

  .delicious-list1 .activity-container .swiper-slide .tit4 {
    padding: 0 1rem 1rem;
  }

  .delicious-list1 .activity-container .swiper-slide .tit4 div {
    line-height: 1.4;
  }
}

@media (max-width: 768px) {

  .delicious-list1 .warpbox .swiper-button-prev,
  .delicious-list1 .warpbox .swiper-button-next {
    display: none;
  }

  .delicious-list1 .activity-container .swiper-slide .img {
    margin-top: 0;
  }

  .delicious-list1 .activity-container .swiper-slide .tit4 div {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .delicious-list1 .activity-container .swiper-slide .tit4 div {
    font-size: 12px;
  }

  .delicious-list1 .icon {
    width: 28px;
  }
}

.delicious-list2 {
  padding: 2.25rem 0 3rem;
  background: #F5F5F5;
}

.delicious-list2 .icon {
  width: 35px;
  margin: 0 auto .85rem;
}

.delicious-list2 .tit2 {
  margin-bottom: 0;
}

.delicious-list2 .img1 {
  height: 2.25rem;
  margin: .5rem auto .75rem;
  display: block;
}

.delicious-list2 .contentbox {
  position: relative;
  z-index: 3;
}

.delicious-list2 .contentbox .line {
  margin-top: .5rem;
}

.delicious-list2 .warpbox {
  margin: 0 auto;
  padding-bottom: 2rem;
}

.delicious-list2 .warpbox .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 580px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.delicious-list2 .warpbox .swiper-pagination-progressbar {
  background: #00ADAF;
}

.delicious-list2 .imgbox-container {
  width: 100%;
}

.delicious-list2 .img img {
  width: 100%;
  transition: all .4s;
}

.delicious-list2 .text {
  width: 100%;
  opacity: 0;
  margin-top: 1.25rem;
  transition: all .4s;
  z-index: 4;
}

.delicious-list2 .tit3 {
  margin-bottom: .35rem;
}

.delicious-list2 .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}

.delicious-list2 .swiper-slide.swiper-slide-active .img:before {
  opacity: 1;
}

.delicious-list2 .swiper-slide .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  transition: all .4s;
}

.delicious-list2 .img:hover img {
  transform: scale(1.1);
}

.delicious-list2 .img:hover .img:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .delicious-list2 {
    padding: 1.65rem 0 1rem;
  }

  .delicious-list2 .icon {
    width: 28px;
  }
}

/*.huttopia-list2 .warpbox, .delicious-list2 .warpbox, .horseman-list2 .imgbox {
  cursor: url(../img/pointer.ico), default;
}*/

@media (max-width: 767px) {
  .tit-48 {
    font-size: 28px;
  }
}

.scroll-animate.animated {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

font {
  min-width: 0.2rem;
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}

.font-fadeIn font {
  display: inline-block;
}

.scrolly {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
}

/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-1rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(1.5rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }

  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}

.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}

@keyframes fadeOutRightSmall {
  from {
    opacity: 1;
    transform: none;
  }

  to {
    opacity: 0;
    transform: translate3d(50px, 0px, 0);
  }
}

.fadeOutRightSmall {
  animation-name: fadeOutRightSmall;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    backface-visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    backface-visibility: hidden;
  }
}

.scaleIn {
  animation-name: scaleIn;
}

.getGray {
  -webkit-filter: grayscale(100%);
  /* CSS3 filter方式，webkit内核方式，firefox外的绝大部分的现代浏览器*/
  -moz-filter: grayscale(100%);
  /* 目前没有实现 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /* CSS3 filter方式，标准写法*/
  /*filter: url(filters.svg#grayscale);*/
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}

.img-ani {
  transform: scaleX(0.5) scaleY(0.5) scaleZ(1) translate(0, 50%);
  transition: all .9s ease;
  opacity: 0;
}

.img-ani .img-child {
  transform: scaleX(1.5) scaleY(1.5) scaleZ(1);
  transition: all 1.5s ease;
}

.img-ani.go {
  transform: scaleX(1) scaleY(1) scaleZ(1) translate(0);
  opacity: 1;
}

.img-ani.go .img-child {
  transform: scaleX(1) scaleY(1) scaleZ(1) translate(0);
}

.bx {
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ph .pic {
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  left: -30px;
  top: -30px;
  backface-visibility: hidden;
}

@media screen and (orientation: portrait) {
  .ph .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    backface-visibility: hidden;
  }
}

@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes wave {
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loop2 {
  0% {
    transform: rotate(40deg);
  }

  100% {
    transform: rotate(400deg);
  }
}

@keyframes loop3 {
  0% {
    transform: rotate(80deg);
  }

  100% {
    transform: rotate(440deg);
  }
}

@keyframes loop4 {
  0% {
    transform: rotate(-30deg);
  }

  100% {
    transform: rotate(330deg);
  }
}

@keyframes fn3 {
  0% {
    opacity: 0;
    transform: matrix(1, 0.1, 0, 1, 0, 10);
  }

  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.fn3 {
  transform-origin: 0 50%;
  animation: fn3 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
  animation-fill-mode: both;
}

/* --------------------------------

Keyframes

-------------------------------- */
@-webkit-keyframes cd-reveal-left {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes cd-reveal-left {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes cd-reveal-right {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes cd-reveal-right {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes cd-hide-left {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes cd-hide-left {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes cd-hide-right {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes cd-hide-right {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes cd-clicked {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cd-clicked {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cir_right {
  from {
    clip-path: circle(12vw at 112% 50%);
  }

  to {
    clip-path: circle(12vw at 102% 50%);
  }
}

@keyframes cir_left {
  from {
    clip-path: circle(12vw at -12% 50%);
  }

  to {
    clip-path: circle(12vw at -2% 50%);
  }
}

@keyframes banner_in {
  0% {
    clip-path: ellipse(50% 50% at 50% 150%);
  }

  100% {
    clip-path: ellipse(100% 180% at 50% 150%);
  }
}

@keyframes banner_out {
  0% {
    clip-path: ellipse(100% 180% at 50% 150%);
  }

  100% {
    clip-path: ellipse(50% 50% at 50% 150%);
  }
}

@keyframes banner_appIn {
  0% {
    clip-path: ellipse(100% 50% at 50% 150%);
  }

  100% {
    clip-path: ellipse(180% 180% at 50% 150%);
  }
}

@keyframes banner_appOut {
  0% {
    clip-path: ellipse(180% 180% at 50% 150%);
  }

  100% {
    clip-path: ellipse(100% 50% at 50% 150%);
  }
}

@keyframes row5_in {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes r5_in {
  0% {
    transform: translate3d(-70vw, 36vw, 0) scale(1);
  }

  50% {
    transform: translate3d(-14vw, 6vw, 0) scale(1);
  }

  100% {
    transform: translate3d(-14vw, 6vw, 0) scale(3);
  }
}

@keyframes r5_out {
  0% {
    transform: translate3d(-14vw, 6vw, 0) scale(3);
  }

  50% {
    transform: translate3d(-14vw, 6vw, 0) scale(1);
  }

  100% {
    transform: translate3d(-70vw, 36vw, 0) scale(1);
  }
}

@keyframes slider {
  0% {
    opacity: 0;
    margin-left: -0.1rem;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes scrFn {
  0% {
    transform: translate3d(50vw, 42vh, 0) scale(0.9) rotate(0);
  }

  30% {
    transform: translate3d(50vw, 42vh, 0) scale(9) rotate(0);
  }

  100% {
    transform: translate3d(50vw, 42vh, 0) scale(54) rotate(20deg);
  }
}

@keyframes aboutFn {
  0% {
    -webkit-mask-size: 45.8%;
    -webkit-mask-position: 50% 40%;
  }

  30% {
    -webkit-mask-size: 458%;
    -webkit-mask-position: 50% 40%;
  }

  100% {
    -webkit-mask-size: 2738%;
    -webkit-mask-position: 52% 52%;
  }
}

@keyframes scrImg {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    backface-visibility: hidden;
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    backface-visibility: hidden;
  }
}

@keyframes scrOut {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    opacity: 1;
  }

  12% {
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    backface-visibility: hidden;
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    backface-visibility: hidden;
    opacity: 0;
  }
}

@keyframes scrP1 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    backface-visibility: hidden;
    opacity: 1;
  }

  8% {
    transform: translate3d(-5px, -7px, 0) scale(1.05);
    -webkit-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -moz-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -o-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -ms-transform: translate3d(-5px, -7px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }

  100% {
    transform: translate3d(-5px, -7px, 0) scale(1.05);
    -webkit-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -moz-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -o-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -ms-transform: translate3d(-5px, -7px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }
}

@keyframes scrP2 {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    opacity: 1;
  }

  10% {
    transform: translate3d(7px, 5px, 0) scale(1.05);
    -webkit-transform: translate3d(7px, 5px, 0) scale(1.05);
    -moz-transform: translate3d(7px, 5px, 0) scale(1.05);
    -o-transform: translate3d(7px, 5px, 0) scale(1.05);
    -ms-transform: translate3d(7px, 5px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }

  100% {
    transform: translate3d(7px, 5px, 0) scale(1.05);
    -webkit-transform: translate3d(7px, 5px, 0) scale(1.05);
    -moz-transform: translate3d(7px, 5px, 0) scale(1.05);
    -o-transform: translate3d(7px, 5px, 0) scale(1.05);
    -ms-transform: translate3d(7px, 5px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }
}

@keyframes scrP3 {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    opacity: 1;
  }

  12% {
    transform: translate3d(-7px, -5px, 0) scale(1.05);
    -webkit-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -moz-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -o-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -ms-transform: translate3d(-7px, -5px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }

  100% {
    transform: translate3d(-7px, -5px, 0) scale(1.05);
    -webkit-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -moz-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -o-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -ms-transform: translate3d(-7px, -5px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }
}

.scrTxt {
  animation-name: scrTxt;
}

@keyframes scrTxt {
  0% {
    transform: translate3d(50px, 10px, 0);
    -webkit-transform: translate3d(50px, 10px, 0);
    -moz-transform: translate3d(50px, 10px, 0);
    -o-transform: translate3d(50px, 10px, 0);
    -ms-transform: translate3d(50px, 10px, 0);
    backface-visibility: hidden;
    opacity: 0;
  }

  20% {
    transform: translate3d(0px, 0px, 0);
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    backface-visibility: hidden;
    opacity: 1;
  }

  100% {
    transform: translate3d(0px, 0px, 0);
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
}

@keyframes scrP4 {
  0% {
    transform: translate3d(-120px, 0px, 0px) rotate(-50deg);
  }

  30% {
    transform: translate3d(-120px, 0px, 0px) rotate(0deg);
  }

  100% {
    transform: translate3d(-120px, 0px, 0px) rotate(0deg);
  }
}

@keyframes scrP5 {
  0% {
    transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
  }

  58% {
    transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
  }

  100% {
    transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
  }
}

@keyframes scrP51 {
  0% {
    margin-left: 50%;
    letter-spacing: 0.6rem;
  }

  40% {
    margin-left: 0%;
    letter-spacing: 0px;
  }

  100% {
    margin-left: 0%;
    letter-spacing: 0px;
  }
}

@keyframes scrP6 {
  0% {
    transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
    letter-spacing: 1rem;
    opacity: 0;
  }

  58% {
    transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
    letter-spacing: 0px;
    opacity: 1;
  }

  100% {
    transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
    letter-spacing: 0px;
    opacity: 1;
  }
}

@keyframes scrP61 {
  0% {
    letter-spacing: 0.6rem;
    background-color: #ffffff;
  }

  40% {
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 0);
  }

  100% {
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes scrP7 {
  0% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
  }

  58% {
    transform: translate3d(-15vw, 0vw, 0);
    -webkit-transform: translate3d(-15vw, 0vw, 0);
    -moz-transform: translate3d(-15vw, 0vw, 0);
    -o-transform: translate3d(-15vw, 0vw, 0);
    -ms-transform: translate3d(-15vw, 0vw, 0);
    backface-visibility: hidden;
  }

  100% {
    transform: translate3d(-15vw, 0vw, 0);
    -webkit-transform: translate3d(-15vw, 0vw, 0);
    -moz-transform: translate3d(-15vw, 0vw, 0);
    -o-transform: translate3d(-15vw, 0vw, 0);
    -ms-transform: translate3d(-15vw, 0vw, 0);
    backface-visibility: hidden;
  }
}

@keyframes scrP8 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    backface-visibility: hidden;
  }

  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    backface-visibility: hidden;
  }
}

@keyframes scrP9 {
  0% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
  }

  100% {
    transform: translate3d(-58%, 0vw, 0);
    -webkit-transform: translate3d(-58%, 0vw, 0);
    -moz-transform: translate3d(-58%, 0vw, 0);
    -o-transform: translate3d(-58%, 0vw, 0);
    -ms-transform: translate3d(-58%, 0vw, 0);
    backface-visibility: hidden;
  }
}

@keyframes scrP10 {
  0% {
    opacity: 0;
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
  }

  15% {
    opacity: 1;
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
  }

  25% {
    transform: translate3d(0px, 2.02rem, 0px);
    -webkit-transform: translate3d(0px, 2.02rem, 0px);
    -moz-transform: translate3d(0px, 2.02rem, 0px);
    -o-transform: translate3d(0px, 2.02rem, 0px);
    -ms-transform: translate3d(0px, 2.02rem, 0px);
    backface-visibility: hidden;
  }

  35% {
    transform: translate3d(0px, 2.02rem, 0px);
    -webkit-transform: translate3d(0px, 2.02rem, 0px);
    -moz-transform: translate3d(0px, 2.02rem, 0px);
    -o-transform: translate3d(0px, 2.02rem, 0px);
    -ms-transform: translate3d(0px, 2.02rem, 0px);
    backface-visibility: hidden;
  }

  50% {
    transform: translate3d(0.4rem, 4.04rem, 0px);
    -webkit-transform: translate3d(0.4rem, 4.04rem, 0px);
    -moz-transform: translate3d(0.4rem, 4.04rem, 0px);
    -o-transform: translate3d(0.4rem, 4.04rem, 0px);
    -ms-transform: translate3d(0.4rem, 4.04rem, 0px);
    backface-visibility: hidden;
  }

  100% {
    transform: translate3d(0.4rem, 4.04rem, 0px);
    -webkit-transform: translate3d(0.4rem, 4.04rem, 0px);
    -moz-transform: translate3d(0.4rem, 4.04rem, 0px);
    -o-transform: translate3d(0.4rem, 4.04rem, 0px);
    -ms-transform: translate3d(0.4rem, 4.04rem, 0px);
    backface-visibility: hidden;
  }
}

@keyframes scrP11 {
  0% {
    transform: translate3d(-20px, 0vw, 0);
    -webkit-transform: translate3d(-20px, 0vw, 0);
    -moz-transform: translate3d(-20px, 0vw, 0);
    -o-transform: translate3d(-20px, 0vw, 0);
    -ms-transform: translate3d(-20px, 0vw, 0);
    backface-visibility: hidden;
    opacity: 0;
  }

  15% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0vw, 0);
    -webkit-transform: translate3d(0, 0vw, 0);
    -moz-transform: translate3d(0, 0vw, 0);
    -o-transform: translate3d(0, 0vw, 0);
    -ms-transform: translate3d(0, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
}

@keyframes scrP12 {
  0% {
    transform: translate3d(-20px, 0vw, 0);
    -webkit-transform: translate3d(-20px, 0vw, 0);
    -moz-transform: translate3d(-20px, 0vw, 0);
    -o-transform: translate3d(-20px, 0vw, 0);
    -ms-transform: translate3d(-20px, 0vw, 0);
    backface-visibility: hidden;
    opacity: 0;
  }

  25% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0vw, 0);
    -webkit-transform: translate3d(0, 0vw, 0);
    -moz-transform: translate3d(0, 0vw, 0);
    -o-transform: translate3d(0, 0vw, 0);
    -ms-transform: translate3d(0, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
}

@keyframes scrP13 {
  0% {
    transform: translate3d(-20px, 0vw, 0);
    -webkit-transform: translate3d(-20px, 0vw, 0);
    -moz-transform: translate3d(-20px, 0vw, 0);
    -o-transform: translate3d(-20px, 0vw, 0);
    -ms-transform: translate3d(-20px, 0vw, 0);
    backface-visibility: hidden;
    opacity: 0;
  }

  40% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0vw, 0);
    -webkit-transform: translate3d(0, 0vw, 0);
    -moz-transform: translate3d(0, 0vw, 0);
    -o-transform: translate3d(0, 0vw, 0);
    -ms-transform: translate3d(0, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
}

@keyframes scrP14 {
  0% {
    transform: translate3d(0vw, 0%, 0);
    -webkit-transform: translate3d(0vw, 0%, 0);
    -moz-transform: translate3d(0vw, 0%, 0);
    -o-transform: translate3d(0vw, 0%, 0);
    -ms-transform: translate3d(0vw, 0%, 0);
    backface-visibility: hidden;
  }

  100% {
    transform: translate3d(0, 90%, 0);
    -webkit-transform: translate3d(0, 90%, 0);
    -moz-transform: translate3d(0, 90%, 0);
    -o-transform: translate3d(0, 90%, 0);
    -ms-transform: translate3d(0, 90%, 0);
    backface-visibility: hidden;
  }
}

@keyframes loadFn {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    backface-visibility: hidden;
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    backface-visibility: hidden;
  }
}

.news-list6-dialog4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog4 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}

.news-list6-dialog4 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 1000px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  text-align: center;
  opacity: 0;
}

.news-list6-dialog4 .dialog__content #video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}

.news-list6-dialog4 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}

.news-list6-dialog4 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.news-list6-dialog4.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog4.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog4.dialog--open #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog4.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog4.dialog--open .dialog__content,
.news-list6-dialog4.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog4.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog4 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog4.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1024px) {
  .news-list6-dialog4 .closebtn {
    /*background: #de0000;*/
    color: #fff;
  }

  .news-list6-dialog4 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}

@media (max-width: 767px) {
  .news-list6-dialog4 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog4 .closebtn {
    right: 3%;
  }
}

@-webkit-keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-close3 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}

@keyframes anim-close3 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}

/*20220510*/
.bothref {
  display: none;
}

.n-banner4 {
  height: 16.75rem;
  overflow: hidden;
}

.n-banner4 .bg {
  height: 100%;
}

.n-banner4 .text {
  margin-top: 0;
}

.farm-info2 .tit3 {
  text-decoration: underline;
  width: 970px;
  margin: 0 auto;
  max-width: 90%;
}

.farm-info3 {
  padding: 2.5rem 0;
  background: #f2f0ec;
}

.farm-info3 .icon {
  width: 30px;
  height: 30px;
  fill: #000;
  margin-right: .4rem;
  transition: all .4s;
}

.farm-info3 a {
  color: #010101;
  transition: all .4s;
}

.farm-info3 a:hover {
  color: #00b1b3;
}

.farm-info3 a:hover .icon {
  fill: #00b1b3;
}

@media (max-width: 767px) {
  .farm-info3 .icon {
    width: 20px;
    height: 20px;
  }
}

.scrFx {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: ease-in-out;
}

.scrFx2 {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: ease-in-out;
}

.srcheight {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: ease-in-out;
}

@keyframes scrImg2 {
  0% {
    transform: scale(1);
    backface-visibility: hidden;
  }

  100% {
    transform: scale(2);
    backface-visibility: hidden;
  }
}

@keyframes scrImgheight {
  0% {
    height: 0;
    backface-visibility: hidden;
  }

  100% {
    height: 100%;
    backface-visibility: hidden;
  }
}

.outdoors-list2 .line {
  z-index: 1;
}

.farm-list3 .title .icon {
  animation-name: scrImg;
}

.farm-list3 .tit3 {
  position: relative;
  z-index: 3;
}

.farm-list3 .tit4 {
  position: relative;
  z-index: 3;
}

.farm-list3 .treeimg {
  position: absolute;
  z-index: 1;
}

.farm-list3 .treeimg img {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  animation-name: scrImg2;
}

.line .bg.srcheight {
  animation-name: scrImgheight;
}

.outdoors-list2 .warpbox {
  position: relative;
  z-index: 2;
}

.footer {
  position: relative;
  z-index: 8;
}

.ibanner .video-btn {
  z-index: 5;
}

.footer .icon .wximg {
  width: 120px;
  height: 120px;
  bottom: 55px;
  left: 50%;
  transform: translate(-50%, -10px);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.footer .icon:hover .wximg {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.natural-list5 {
  position: relative;
  z-index: 1;
}

.farm-list5 .imgbox-container {
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.farm-list5 .imgbox-container .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 580px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.farm-list5 .imgbox-container .swiper-pagination-progressbar {
  background: #00ADAF;
}

.horseman-list5 .list5imgbox-container {
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.horseman-list5 .list5imgbox-container .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 580px;
  max-width: 80%;
  height: 3px;
  background: #D9D9D9;
  left: 50%;
  transform: translate(-50%, 0);
}

.horseman-list5 .list5imgbox-container .swiper-pagination-progressbar {
  background: #00ADAF;
}

.huttopia-list2 .list5imgbox-container {
  position: relative;
  z-index: 1;
}

.huttopia-list2 .list5imgbox-container .swiper-pagination {
  z-index: 3;
}

.ibanner .swiper-slide {
  overflow: hidden;
  position: relative;
}

.ibanner .swiper-slide .slide-inner {
  height: 100vh;
}

.ibanner .banner-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: 100% !important;
  right: 0;
  padding-right: 1.5rem;
  text-align: right;
  z-index: 2;
}

.ibanner .banner-pagination span {
  background: #00b1b3;
}

.ibanner #video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.farm-list5 .text {
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 1.5rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .farm-list5 .text {
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    bottom: 0;
    color: #333;
    z-index: 2;
  }

  .farm-list5 .text span {
    color: #333;
  }
}

.ibanner .video-btn {
  position: relative;
  margin: 0 auto 1rem;
  left: auto;
  bottom: auto;
  display: none;
}

.ibanner .video-btn {
  width: 45px;
  height: 45px;
}

.ibanner .video-btn .img img {
  display: none;
}

/*.m-ilist3 .tabbox-container .swiper-slide{
  width:auto !important;
}*/
@media (max-width: 768px) {
  .ibanner .video-btn {
    display: block;
  }
}

.header .h-right {
  cursor: pointer;
}

.href-order .wximg {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 45px;
  left: 50%;
  margin-left: -60px;
  z-index: 3;
  /* opacity: 0; */
  display: none;
  /* visibility: hidden; */
}

.href-order .wximg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}




/* .href-order:hover .wximg {
  opacity: 1;
  visibility: visible;
}

*/


.ilist4 .wximg {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: 45px;
  left: 50%;
  margin-left: -80px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.ilist4 .wximg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.ilist4 .more {
  position: relative;
}

.ilist4 .more:hover .wximg {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .ilist4 .wximg {
    width: 100px;
    height: 100px;
    margin-left: -50%;
  }
}




.huttopia-list2 .orderbtn .wximg {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: 45px;
  left: 50%;
  margin-left: -80px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.huttopia-list2 .orderbtn .wximg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.huttopia-list2 .orderbtn {
  position: relative;
}

.huttopia-list2 .orderbtn:hover .wximg {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=boc_reset.css.map */
