@charset "UTF-8";

/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.simple-form-basic,
.simple-text,
.simple-textarea,
.simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}

.simple-form-basic:focus,
.simple-text:focus,
.simple-textarea:focus,
.simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}

.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch
    /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 1.6;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
    /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
    /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  outline: 0
    /* 2 */
}

a:hover {
  color: #8FC31F;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic
    /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word
    /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
    /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px
    /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical
    /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5,
h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}




/* 2023-03-02 袁阳网站适配重新调整*/
html {
  font-size: 2.084vw !important;
}

@media (max-width: 1481px) {
  /* html {
    font-size: 2.5vw !important;
  } */
}

@media (max-width: 996px) {
  html {
    font-size: 48px !important;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 28px !important;
  }
}





::-moz-selection {
  background: black;
  color: #fff;
}

::selection {
  background: black;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #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;
}

.tit-13 {
  font-size: 13px;
}

.tit-14 {
  font-size: .35rem;
}

.tit-15 {
  font-size: .4rem;
}


.tit-16 {
  font-size: .4rem;
}

.tit-17 {
  font-size: .4rem;
}

.tit-18 {
  font-size: .45rem;
}

.tit-19 {
  font-size: .475rem;
}

.tit-20 {
  font-size: .5rem;
}


.tit-21 {
  font-size: .525rem;
}

.tit-22 {
  font-size: .55rem;
}

.tit-23 {
  font-size: .575rem;
}

.tit-24 {
  font-size: .6rem;
}

.tit-25 {
  font-size: .625rem;
}

.tit-26 {
  font-size: .65rem;
}

.tit-27 {
  font-size: .675rem;
}

.tit-28 {
  font-size: .7rem;
}

.tit-29 {
  font-size: .725rem;
}

.tit-30 {
  font-size: .75rem;
}

.tit-31 {
  font-size: .775rem;
}

.tit-32 {
  font-size: .8rem;
}

.tit-33 {
  font-size: .825rem;
}

.tit-34 {
  font-size: .85rem;
}

.tit-35 {
  font-size: .875rem;
}

.tit-36 {
  font-size: .9rem;
}

.tit-37 {
  font-size: .925rem;
}

.tit-38 {
  font-size: .95rem;
}

.tit-39 {
  font-size: .975rem;
}

.tit-40 {
  font-size: 1rem;
}

.tit-41 {
  font-size: 1.025rem;
}

.tit-42 {
  font-size: 1.05rem;
}

.tit-43 {
  font-size: 1.075rem;
}

.tit-44 {
  font-size: 1.1rem;
}

.tit-45 {
  font-size: 1.125rem;
}

.tit-46 {
  font-size: 1.15rem;
}

.tit-47 {
  font-size: 1.175rem;
}

.tit-48 {
  font-size: 1.2rem;
}

.tit-49 {
  font-size: 1.225rem;
}

.tit-50 {
  font-size: 1.25rem;
}

.tit-51 {
  font-size: 1.275rem;
}

.tit-52 {
  font-size: 1.3rem;
}

.tit-53 {
  font-size: 1.325rem;
}

.tit-54 {
  font-size: 1.35rem;
}

.tit-55 {
  font-size: 1.375rem;
}

.tit-56 {
  font-size: 1.4rem;
}

.tit-57 {
  font-size: 1.425rem;
}

.tit-58 {
  font-size: 1.45rem;
}

.tit-59 {
  font-size: 1.475rem;
}

.tit-60 {
  font-size: 1.5rem;
}

.tit-61 {
  font-size: 1.525rem;
}

.tit-62 {
  font-size: 1.55rem;
}

.tit-63 {
  font-size: 1.575rem;
}

.tit-64 {
  font-size: 1.6rem;
}

.tit-65 {
  font-size: 1.625rem;
}

.tit-66 {
  font-size: 1.65rem;
}

.tit-67 {
  font-size: 1.675rem;
}

.tit-68 {
  font-size: 1.7rem;
}

.tit-69 {
  font-size: 1.725rem;
}

.tit-70 {
  font-size: 1.75rem;
}

.tit-71 {
  font-size: 1.775rem;
}

.tit-72 {
  font-size: 1.8rem;
}

.tit-73 {
  font-size: 1.825rem;
}

.tit-74 {
  font-size: 1.85rem;
}

.tit-75 {
  font-size: 1.875rem;
}

.tit-76 {
  font-size: 1.9rem;
}

.tit-77 {
  font-size: 1.925rem;
}

.tit-78 {
  font-size: 1.95rem;
}

.tit-79 {
  font-size: 1.975rem;
}

.tit-80 {
  font-size: 2rem;
}





/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1560px) {
  .tit-16 {
    font-size: 14px;
  }
}

@media (max-width: 1481px) {
  .tit-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}


/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

@-webkit-keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@-webkit-keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@-webkit-keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.a-del1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.a-del2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.a-del3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.a-del4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.a-del5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.a-del6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.a-del7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.a-del8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.a-del9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.a-del10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.a-dur1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.a-dur2 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.a-dur3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.a-dur4 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.a-dur5 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.a-dur6 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.a-dur7 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.a-dur8 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.a-dur9 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.a-dur10 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.a-dur11 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.a-dur12 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.a-dur13 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.a-dur14 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.a-dur15 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.a-dur16 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.a-dur17 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.a-dur18 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.t-del1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.t-del2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t-del3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.t-del4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.t-del5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.t-del6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.t-del7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.t-del8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.t-del9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.t-del10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/

/*# sourceMappingURL=boc_reset.css.map */



.wr {
  width: 100%;
  position: relative;
}

.lh1 {
  line-height: 1;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.pc-header {
  width: 100%;
  height: 2.175rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  /* padding-right: 0; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pc-header .left-btn {
  display: flex;
  height: 100%;
  align-items: center;
}

.pc-header .left-btn .logo {
  position: relative;
  width: 6.3rem;
}

.pc-header .right-btn {
  display: flex;
  height: 100%;
  align-items: center;
}

.pc-header .right-btn .numlist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pc-header .right-btn .numlist .li {
  display: block;
  padding: 0 .4rem;
  height: 100%;
  position: relative;
  cursor: pointer;
}

/* .pc-header .right-btn .numlist .li::after{
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
} */
.pc-header .right-btn .numlist .li a {
  color: #fff;
  font-size: 18px;
  font-family: Arial;
  line-height: 16px;
}

.pc-header .right-btn .numlist .li:last-child {
  border-right: 0;
}

.pc-header .right-btn .nume {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0.7rem;
}

.pc-header .right-btn .nume .tit-18 {
  margin-left: .2rem;
}



.main-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main-container .main-slide {
  width: 100%;
  height: 100%;
}

.banner-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.login {
  width: 2.2rem;
  height: 2.2rem;
  background: #8FC31F;
  margin-left: 1.25rem;
  position: relative;
  cursor: pointer;
}

.pc-header .right-btn .nav {
  position: relative;
  height: 100%;
  display: flex;
}

.pc-header .right-btn .nav .li {
  height: 100%;
  padding: 0 1rem;
  line-height: 2.2rem;
}

.pc-header .right-btn .nav .li:last-child {
  padding-right: 2rem;
}

.pc-header .right-btn .nav .li .tit a {
  font-size: .5rem;
  color: #fff;
  transition: all 0.5s;
}

.pc-header .right-btn .nav .li .tit a:hover {
  /* color: #8FC31F; */
}

.banner-container .banner-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-container .banner-slide .txt {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: all 1s ease 0s;
}

.banner-container .banner-slide .txt .t1 {}

.banner-container .banner-slide .bg {
  width: 100%;
  height: 100%;
  transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}

.banner-container .banner-slide.swiper-slide-active .bg {
  transform: scale3d(1.1, 1.1, 1);
}




.banner-container .banner-slide.swiper-slide-active .txt {
  top: 50%;
  opacity: 1;
}

.imgspc {
  height: 100vh;
  position: relative;
  object-fit: cover;
}

.banner-container .play-btn {
  width: 8.5rem;
  z-index: 3;
}

.mb {
  display: none;
}

.pc {
  display: block;
}


.sollor {
  width: 1.6rem;
  height: 1.6rem;
  background: rgb(143,195,31,0.5);
  border-radius: 50%;
  position: relative;
  z-index: 4;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  margin-left: -.8rem;
}


.main-wrapper {
  transition: cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-a {
  width: 100%;
  height: 100%;
}

.home-a .one-box {
  width: 100%;
  height: 100%;
}

.home-a .one-box video {
  width: 100%;
  transform: scale3d(.6, .6, 1);
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1);
  transition-delay: 0.2s;

  background: #000;
}

.home-a.on .one-box video {
  transform: scale3d(1, 1, 1);
}

.home-a .one-box .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  padding-left: 8.3%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}

.home-a .one-box .cont .tit .icon {
  width:68px;
  height:68px;
  background-color: #8FC31F;;
  box-shadow: 0px 5px 10px 0px rgba(13, 30, 62, 0.2);
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1);
  position: relative;
 
}


.home-a .one-box .cont .tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.home-a .one-box .cont .tit .t1 {
  font-weight: 400;
  color: #fff;
  display: none;
  margin-left: 17px;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-a .one-box .cont .tit .t1 .tit-16 {
  color: #fff;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-a .one-box .cont .tit .t1 .tit-16 span {
  color: #fff;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.more {
  display: flex;
  padding: .45rem .775rem;
  background: #8FC31F;
  box-shadow: 0px 5px 10px 0px rgba(13, 30, 62, 0.2);
  border-radius: 0px 20px 0px 0px;
  align-items: center;
  justify-content: center;
}

.more .icon {
  margin-left: 27px;
}

.home-a .one-box .cont .t2 {
  color: #8FC31F;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.7rem;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-a .one-box .cont .t3 {
  color: #fff;
  margin-top: .5rem;
  line-height: 1;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-a .one-box .cont .t4 {
  width: 15.5rem;
  color: #fff;
  line-height: .75rem;
  margin-top: 0.75rem;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-a .one-box .cont .more {
  margin-top: 1.65rem;
}

.home-a .one-box .cont .list {
  margin-top: 2rem;
  display: flex;
}

.home-a .one-box .cont .list .li {
  width: 192px;
  height: 98px;
  border: 1px solid #9f9f9f45;
  border-radius: 0px 40px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .7rem;
  margin-right: .55rem;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;

}

.home-a .one-box .cont .list .li .t5 {
  color: #fff;
}

.home-a .one-box .cont .list .li .tit-14 {
  color: #999;
}

.home-a .one-box .cont .list .li .icon {
  filter: grayscale(100%) brightness(1000%) !important;
}

.home-a .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-a .hover-box .mak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;

}

.home-a .hover-box video {
  height: 100vh;
  width: 100%;
  position: relative;
  object-fit: cover;
  z-index: 2;

}

.home-a.svideo .hover-box {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.home-a.svideo .one-box .cont .tit .t1 .tit-16 {
  color: #666;

}

.home-a.svideo .one-box .cont .tit .t1 {
  color: #333;
  display: block;
}

.home-a.svideo .one-box .cont .tit .t1 .tit-16 span {
  color: #333333;
}

.home-a.svideo .one-box .cont .t2 {
  transition-delay: 0s !important;
  color: #8FC31F;
}

.home-a.svideo .one-box .cont .t3 {
  transition-delay: 0s !important;
  color: #666666;
}

.home-a.svideo .one-box .cont .t4 {
  transition-delay: 0s !important;
  color: #666666;
}

.home-a.svideo .one-box .cont .list .li .t5 {
  color: #666666;
}


.home-a.svideo .one-box .cont .list .li .tit-14 {
  color: #999;
}

.home-a.svideo .one-box .cont .list .li .icon {
  filter: grayscale(0) brightness(0) !important;
}

.home-a.svideo .one-box .cont .tit .icon {
  background-color: #8FC31F;
}

.home-a .one-box .cont .tit .icon .op1 {
  opacity: 0;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-a .one-box .cont .tit .icon .op2 {
  opacity: 1;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-a.svideo .one-box .cont .tit .icon .op1 {
  opacity: 1;
}

.home-a.svideo .one-box .cont .tit .icon .op2 {
  opacity: 0;
  white-space: nowrap;
}

.home-a .one-box .cont .tit {
  transform: translateX(80px);
  opacity: 0;
  transition: all .8s;
}

.home-a .one-box .cont .t2 {
  transform: translateX(80px);
  opacity: 0;
  transition: all .8s;
}

.home-a .one-box .cont .t3 {
  transform: translateX(80px);
  opacity: 0;
  transition: all .8s;
}

.home-a .one-box .cont .t4 {
  transform: translateX(80px);
  opacity: 0;
  transition: all .8s;
}

.home-a.on .one-box .cont .tit {
  transition-delay: .8s;
  transform: translateX(0px);
  opacity: 1;
}

.home-a .one-box .cont .c {
  transition-delay: 1s;
  transform: translateX(80px);
  opacity: 0;
  transition: all .8s;
}

.home-a.on .one-box .cont .t2,
.home-a.on .one-box .cont .t3,
.home-a.on .one-box .cont .t4 {
  transition-delay: 1s;
  transform: translateX(0px);
  opacity: 1;
}

.home-a.on .one-box .cont .c {
  transition-delay: 1s;
  transform: translateY(0px);
  opacity: 1;
}


.home-a .one-box .cont .list {
  transform: translateX(80px);
  opacity: 0;
  transition: all .8s;
}

.home-a.on .one-box .cont .list {
  transition-delay: 1.1s;
  transform: translateX(0px);
  opacity: 1;
}

.home-b {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(../img/hbj.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2.175rem;
}

.home-b .left {
  width: 57%;
  float: left;
  height: 100%;
  position: relative;
  padding: 0 4rem;
}

.home-b .left .bglist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-b .left .bglist .bg {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .8s cubic-bezier(0.91, 0.04, 0.58, 1)
}

.home-b .left .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.home-b .left .txt .t1 {
  font-weight: bold;
  color: #8FC31F;
  line-height: 1;
}

.home-b .left .txt .t2 {
  margin-top: .95rem;
  color: #fff;
  line-height: .75rem;
  width: 12.1rem;
}

.home-b .left .txt .more {
  margin-top: 2.425rem;
  background-color: #8FC31F;
}

.home-b .left .bglist {
  overflow: hidden;
}

.home-b .left .bglist .li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-b .left .bglist .li.on .bg {
  transform: scale(1);
}

.home-b .left .bglist .li .bg {
  transition: all 0.8s;
  transform: scale(1.2);
}

.home-b .left .bglist .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 2.5rem 0 0 0;
  background: #8FC31F;

}

.home-b .left .bglist .icon img {
  filter: grayscale(100%) brightness(1000%) !important;
}

.hb-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-b .right {
  width: 43%;
  float: right;
  height: 100%;
  position: relative;

}

.home-b .right .li {
  width: 50%;
  cursor: pointer;
  height: 25%;
  float: left;
  background-color: rgba(241, 245, 247, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-weight: 700;
  position: relative;
}

.home-b .right .li::after {
  content: "";
  width: 0;
  height: 4px;
  background: #8FC31F;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
}

.home-b .right .li:nth-child(2) {
  background-color: transparent;
}

.home-b .right .li:nth-child(3) {
  background-color: transparent;
}

.home-b .right .li:nth-child(6) {
  background-color: transparent;
}

.home-b .right .li:nth-child(7) {
  background-color: transparent;
}

.home-b .right .li .icon {
  margin-right: .675rem;
}

.home-b .right .li .tit-22 {
  width: 2rem;
  white-space: nowrap;
}

.home-b .right .li .icon {
  filter: grayscale(100%) !important;
  opacity: 0.9;
}

.home-b .right .li.on::after {
  width: 100%;
}

.home-b .right .li.on .icon {
  filter: grayscale(0) !important;
  opacity: 1;
}

.home-b .right .li.on {
  color: #8FC31F;
  ;
}

.home-b .left {
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1s;
  transition-delay: 1s;
}

.home-b .left .txt {
  transform: translateY(2rem);
  opacity: 0;
  transition: all 1s;
  transition-delay: 1.2s;
}

.home-b .right {
  transform: translateX(50%);
  opacity: 0;
  transition: all 1s;
  transition-delay: 1s;
}

.home-b.on .left,
.home-b.on .right,
.home-b.on .left .txt {
  transform: translateX(0);
  opacity: 1;
}

.pc-header.on {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, .3);
}

.pc-header .op1 {
  opacity: 1;
}

.pc-header .op2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.pc-header.on .op1 {
  opacity: 0;
}

.pc-header.on .op2 {
  opacity: 1;
}

.pc-header.on .right-btn .nav .li .tit a {
  color: #000;
}

.pc-header .right-btn .numlist .li .op2 {
  left: 0.4rem;
}

.pc-header.a .right-btn .nav .li .tit a {
  color: #000;
}

.pc-header.a .op1 {
  opacity: 0;
}

.pc-header.a .op2 {
  opacity: 1;
}

.home-c {
  padding: 0 4rem;
  padding-top: 84px;
  background-color: #fff;
  background-image: url(../img/hc.jpg);
  background-size: cover;
}

.home-c .tit {
  margin-top: 2.5rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.home-c .tit .t1 .tit-42 {
  font-weight: bold;
  color: #8FC31F;
  line-height: 1;
  margin-bottom: .75rem;
}

.home-c .cont {
  margin-top: .45rem;
}

.home-c .cont .left {
  width: 45.6%;
  height: 12.85rem;
  padding-top: 1.9rem;
  float: left;
}

.home-c .cont .left .bg .tit-28 {
  line-height: 1;
  padding-left: 1.275rem;
  padding-top: 1.375rem;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(143,195,31, 0.2), rgba(143,195,31, 0.8));
}

.home-c .cont .left .txt {
  width: 80%;
  position: absolute;
  bottom: 0;
  padding-left: 4.525rem;
  left: 0;
  z-index: 3;
}


.home-c .cont .left .img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}

.home-c .cont .left .img .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.35rem;
}

.home-c .cont .left .txt .t1 {
  color: #999999;
  line-height: 1;
}

.home-c .cont .left .txt .t2 {
  color: #333333;
  line-height: .75rem;
  margin-top: .25rem;
}

.home-c .cont .left .txt .t2 {
  color: #333333;
  line-height: .75rem;
  margin-top: .25rem;
}

.home-c .cont .left .txt .t2 svg {
  vertical-align: middle;
  margin-left: 0.2rem;
  fill: #8FC31F;
}

.home-c .cont .left .img .img3 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}

.home-c .cont .right {
  width: 54.4%;
  float: left;
  padding-left: .5rem;
  overflow: hidden;
}

.home-c .cont .right a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: .45rem;
  border: 1px solid rgba(159, 159, 159, .4);
  margin-bottom: 10px;
}

.home-c .cont .right a .img {
  position: relative;
  width: 5.5rem;
  height: 3.875rem;
  overflow: hidden;
}

.home-c .cont .right a .img .col-fff {
  white-space: nowrap;
  width: 100%;
  text-align: center;
  line-height: 3.875rem;
  height: 100%;
  background-image: linear-gradient(to left, rgba(143,195,31, 0.2), rgba(143,195,31, 0.8));
}

.home-c .cont .right a .txt {
  padding: 0 1.5rem;
  width: 68%;
}

.home-c .cont .right a .txt .t1 {
  color: #999999;
  line-height: 1;
}

.home-c .cont .right a .txt .t2 {
  color: #333333;
  line-height: .75rem;
  margin-top: .25rem;
}

.home-c .cont .right a .bg {
  transition: all 0.5s;
}

.home-c .cont .right a:hover .bg {
  transform: scale(1.1);
}

.home-c .cont .right a:hover .t2 {
  color: #8FC31F;
}

.home-a .one-box .cont .list .li:hover {
  transition: all 0.5s !important;
  background-color: #8FC31F !important;
}

.home-a.svideo .one-box .cont .list .li:hover {
  transition: all 0.5s !important;
  background-color: #fff !important;

}



.home-c .left {
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.8s;

}

.home-c .right a {
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.8s;

}

.home-c.on .right a:nth-child(2) {
  transition-delay: 1.3s;
}

.home-c.on .right a:nth-child(3) {
  transition-delay: 1.4s;
}

.home-c.on .left {
  transition-delay: 1s;
  transform: translateX(0);
  opacity: 1;
}

.home-c.on .right a {
  transition-delay: 1.2s;
  transform: translateX(0);
  opacity: 1;
}

.home-c .tit {
  transform: translateY(-80px);
  opacity: 0;
  transition: all .8s;

}

.home-c.on .tit {
  transition-delay: .9s;
  transform: translateX(0);
  opacity: 1;
}

footer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #F8F8F8;
  padding-top: 2.175rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem;
}

.main-container footer {
  padding-top: 3rem;
}

footer .nav {
  position: relative;
  width: 100%;
  padding-top: 2.175rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(102, 102, 102, .1);
  padding-bottom: 2.125rem;
  z-index: 2;
}

footer .nav .li {
  border-right: 1px solid rgba(102, 102, 102, .2);
  padding-left: .9rem;
  width: 5.7rem;
  height: 7.4rem;
}

footer .nav .li .tit {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}

footer .nav .li .tit a {
  color: #333333;
  position: relative;
}

footer .nav .li .tit a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 0;
  height: 4px;
  margin-top: -2px;
  background: #8FC31F;
  transition: all 0.5s;
}

footer .nav .li:hover .tit a::after {
  width: 10px;
}

footer .nav .li .sub {
  /* margin-top: 0.75rem;  */
  font-size: 17px;
  color: #666666;
  white-space: pre-line;
}

footer .nav .li .sub a {
  display: inline-block;
  color: #666666;
  line-height: 2;
  position: relative;
}

footer .nav .li:hover .tit a {
  color: #8FC31F;
}

footer .nav .li .sub a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8FC31F;
  height: 2px;
  transition: all 0.5s;
}

footer .nav .li .sub a:hover {
  color: #8FC31F;
}

footer .nav .li .sub a:hover::after {
  width: 100%;
}

footer .bot {
  padding-top: 1.4rem;
  position: relative;
  z-index: 2;
  padding-bottom: 2.8rem;
}

footer .bot .t1 {
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

footer .bot .t2 {
  margin-top: .725rem;
  line-height: .75rem;
}

footer .bot .t2 p {
  color: #777;
}

footer .bot .t2 p span {
  display: inline-block;
  color: #999;
  width: 80px;
}

footer .bot .list {
  margin-top: 1.2rem;
}

footer .bot .list .li {
  float: left;
  margin-right: 1rem;
  filter: grayscale(100%) !important;
  opacity: 0.9;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}

footer .bot .list .li .ewm {
  width:4rem;
  position: absolute;
  bottom: 150%;
  left: 50%;
  display: none;
  transform: translateX(-50%);
}

footer .bot .t3 {
  margin-top: .75rem;
  color: #333333;
}
footer .bot .t3 img{
  display: inline-block;
}
footer .bot .t3 span {
  color: #8FC31F;
}
footer .bot .t3 a{margin-left: 10px;}
footer .bot .list .li a img{
  height:20px;
}

footer .bot .list .li:hover {
  opacity: 1;
  filter: grayscale(0) !important;
}

footer .imgs {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

footer .bot .ewmlist {
  position: absolute;
  bottom: 2.8rem;
  right: 0;
}

footer .bot .ewmlist .li {
  text-align: center;
  float: left;
  margin-right: .5rem;
}

.more {
  transition: all 0.5s;
}

.more:hover {
  border-radius: 0px 0px 0px 20px;
}

.sun-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.sun-banner .bg {
  height: 18.75rem;
}

.sun-banner.por-banner .bg {
  height: 24.375rem;
}
.por-banner video{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: 1 !important;
}
.sun-banner .txt {
  position: absolute;
  z-index: 3;
  top: 12.3rem;
  left: 4rem;
}

.sun-banner video {
  width: 100%;
}

.view {
  width: 100%;
  padding: 0 4rem;
}

.sub-nav {
  position: relative;
}

.sub-nav .nav {
  background-color: #fff;
  font-size: 0;
}

.sub-nav .nav a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  padding: .575rem .925rem;
  margin-right: 2rem;
  position: relative;
}
.join_j .list .li .ewm{
  width: 3.5rem;
}
.join_j .list .li .ewm img{
  width: 100%;
}
.sub-nav .nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #8FC31F;
  transition: all 0.5s;
}

.sub-nav .nav a.on::after {
  width: 100%;
}

.pc-header .right-btn .nav .li.on .tit a {
  opacity: 0.2;
}

.about-a {
  background: #F4F4F4;
  padding-top: 3.35rem;
  height: 18.75rem;
}

.about-a .left {
  width: 20.5rem;
}

.about-a .left .t1 {
  font-weight: 500;
  color: #8FC31F;
  line-height: 1;
}

.about-a .left .t2 {
  font-weight: 500;
  color: #333333;
  line-height: 1;
  margin-top: .85rem;
}

.about-a .left .t3 {
  font-weight: 400;
  color: #666666;
  margin-top: 1.35rem;
  text-align: justify;

}

.about-a .imgbox {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-a .imgbox .img4 {
  width: 4rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-a .imgbox .img1 {
  width: 10.95rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
  z-index: 3;
}

.about-a .imgbox .img2 {
  width: 8rem;
  position: absolute;
  bottom: 0;
  right: 13.675rem;
}

.about-a .imgbox .img3 {
  width: 9.025rem;
  position: absolute;
  bottom: 6rem;
  right: 12.675rem;
}

.about-b {
  padding-top: 1.525rem;
  z-index: 9;
}


.about-b .tit {
  transition-delay: .8s;
  transform: translateX(0px);
  opacity: 1;
}




.about-b .tit .icon {
  width: 1.7rem;
  height: 1.7rem;
  background-color: #8FC31F;
  box-shadow: 0px 5px 10px 0px rgba(13, 30, 62, 0.2);
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.91, 0.04, 0.58, 1);
  position: relative;
}

.about-b .tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.about-b .tit .t1 {
  font-weight: bold;
  color: #333333;
  margin-left: 17px;

}

.about-b .tit .t1 .tit-16 {
  font-weight: 400;
  color: #333333;

}

.about-b .tit .t1 .tit-16 span {
  color: #000;
}

.about-b .videobox {
  width: 100%;
  height: 16rem;

  margin-top: .875rem;
  position: relative;
}

.about-b .videobox .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  left: 0;
  background-color: rgba(143,195,31, 0.2);
}

.about-b .videobox .play-btn {
  width: 8.5rem;
  z-index: 3;
}

.about-b .videobox .videos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  overflow: hidden;
  opacity: 0;


}

.about-b .videobox .videos video {
  width: 100%;
}

.about-b .videobox .videos.on {
  transition: all 1s;
  opacity: 1;
  width: 100vw;
  z-index: 5;
  /* position: fixed; */
}

.about-c {
  padding-top: 2.5rem;
}


.about-b .videobox .videos .close {
  position: absolute;
  top: 20%;
  left: 6.9%;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  z-index: 66;
}

.a-tit {
  font-weight: 500;
  color: #8FC31F;
  line-height: 1;
  font-size: 1.05rem;
}


.a-stit {
  font-size: .55rem;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  margin-top: .5rem;
}

.about-c .imgs {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.about-c .cont {
  margin-top: 1.55rem;
}

.about-c .left {
  width: 50%;
  height: 12.875rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
  float: left;
}

.about-c .left .table {
  font-size: 0;
  text-align: left;
}

.about-c .left .table .li {
  display: inline-block;
  margin: 0 2rem;
  position: relative;
  color: #666666;
  cursor: pointer;
}

.about-c .left .table .li::after {
  content: "";
  position: absolute;
  width: 1.9rem;
  left: 0;
  transform: translateX(-2.1rem);
  height: 1px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.about-c .left .table .li::before {
  content: "";
  position: absolute;
  width: 1.7rem;
  right: 0;
  transform: translateX(1.9rem);
  height: 1px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.about-c .left .table .li:last-child {
  margin-left: 1.2rem;
}

.about-c .left .table .li:last-child::after {
  width: 1.2rem;
  transform: translateX(-1.3rem);
}

.about-c .left .table .li:last-child::before {
  width: 9rem;
  transform: translateX(9.1rem);
}

.about-c .left .table .li .bot {
  width: 8px;
  height: 8px;
  background: #8FC31F;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  transform: translateY(.5rem);
  opacity: 0;
}

.about-c .left .table .li .bot::after {
  content: "";
  width: 28px;
  height: 28px;
  background: #8FC31F;
  opacity: 0.1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-c .left .table .li.on .bot {
  opacity: 1;
}

.about-c .left .bglist {
  width: 100%;
  height: 23vw;
  overflow: hidden;
  margin-top: 1.625rem;
  position: relative;
}

.about-c .left .bglist .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.about-c .view {
  z-index: 3;
  position: relative;
}

.about-c .right {
  width: 50%;
  float: right;
  height: 25.8vw;
  background: #F4F4F4;
  margin-top: 1.1vw;
  position: relative;

}

.about-c .right .t1 {
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
}

.about-c .right .t2 {
  font-weight: 400;
  color: #CCCCCC;
  line-height: 1.5;
  margin-top: 1.3rem;
}

.about-c .right .li {
  padding: 1.45rem 2.6rem;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.about-c .right .li:last-child .t1 {
  font-size: .5rem;
}

.about-d {
  padding-top: 2.825rem;
}

.about-d .list {
  margin-top: 7px;
}

.about-d .list .li {
  width: 100%;
  position: relative;

}

.about-d .list .li .txt {
  width: 57%;
  float: left;
  height: 31.5vw;
  padding: 2rem 2.25rem;
  margin-top: 2.7rem;
  border-radius: 0 0 2.5rem 0;
  position: relative;
  z-index: 3;
  background-color: #fff;

}

.about-d .list .li .txt .t1 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
}

.about-d .list .li .txt .t2 {
  font-weight: 500;
  color: #8FC31F;
  line-height: 1;
  margin-top: 1rem;
}

.about-d .list .li .txt .t3 {
  color: #333333;
  margin-top: 1rem;
  line-height: 1.5;
}

.about-d .list .li .txt .t4 {
  color: #666666;
  line-height: 1.8;
}

.about-d .list .li .txt .c {
  display: inline-block;
  margin-top: 1.5rem;
}

.about-d .list .li .imgbox {
  width: 55.4%;
  float: left;
  margin-left: -12.8%;
  position: relative;
  z-index: 1;
}

.about-d .list .li .imgbox .img1 {
  width: 100%;
}

.about-d .list .li .imgbox .img2 {
  position: absolute;
  bottom: 0;
  right: 8rem;
  transform: translateY(100%);
  width: 12rem;
}

.about-d .list .li .imgbox .img3 {
  position: absolute;
  right: 19rem;
  width: 13.75rem;
  bottom: -2.35rem;
  transform: translateY(100%);
}

.about-d .list .li:nth-child(2) .txt {
  width: 48.2%;
  float: right;
  margin-left: -12.8%;
  border-radius: 0 0 0 2.5rem;
}

.about-d .list .li:nth-child(2) .imgbox {
  width: 62.8%;
  margin-left: 0;
  margin-top: 7.4rem;
}

.about-d .list .li:nth-child(3) .txt {
  margin-top: -2.375rem;
}

.about-d .list .li:nth-child(2) .txt .imgs {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-e {
  padding: 3.1rem 0;
  background: #F4F4F4;
  padding-bottom: 0;
}


.about-e .t1 {
  margin-top: 2.2rem;
  line-height: 1;
  color: #333333;
}

.about-e .t2 {
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-top: 1.4rem;
  width: 37vw;
  text-align: justify;
}

.about-e .imgbox1 {
  position: absolute;
  right: 0;
  top: 3.1rem;
}

.about-e .imgbox1 .img1 {
  /* position: absolute; */
  transform: translateX(-4rem);
  position: relative;
  z-index: 3;
  width: 15.225rem;
}

.about-e .imgbox1 .img2 {
  position: absolute;
  right: 0;
  top: 5.15rem;
  width: 12.675rem;
}

.about-e .imgbox1 .img3 {
  position: absolute;
  top: 5.15rem;
  width: 11.3rem;
  right: 12.675rem;
  z-index: 4;
}

.about-e .lef-box {
  width: 43.75vw;
  height: 21rem;
  background-color: #fff;
  border-radius: 2.5rem 0 0 0;
  margin-top: 8.4rem;
  margin-left: 3.675rem;
  position: relative;
  z-index: 3;
}

.about-e .lef-box .tt1 {
  padding-top: 1.9rem;
  padding-left: 2.75rem;
  font-weight: 500;
  color: #333333;
  line-height: .9rem;
}

.about-e .lef-box .tt1 p {
  position: relative;
}

.about-e .lef-box .tt1 p::after {
  content: "";
  background-image: url(../img/ae6.png);
  width: 14px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: .32rem;
}

.about-e .lef-box .box2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16.175rem;
  padding: 1.8rem 2.025rem;
  padding-right: 1rem;
  background: #F4F4F4;
  border-radius: 0 2.5rem 0 0;
  height: 12.35rem;
  line-height: 2.2;
  text-decoration: underline;
}
.about-e .lef-box .box2 .box{
  height: 100%;
  overflow: auto;
  padding-right: 1rem;
}

.about-e .imgbox2 {
  position: absolute;
  left: 6.25%;
  top: 18.725rem;
}

.about-e .imgbox2 .img1 {
  width: 13.875rem;
  z-index: 2;
  position: relative;
}

.about-e .imgbox2 .img2 {
  position: absolute;
  width: 8.525rem;
  top: -2.125rem;
  z-index: 1;
  left: 9.375rem;
}

.about-e .list {
  position: absolute;
  bottom: 3.75rem;
  right: 4rem;
}

.about-e .list .li {
  width: 11rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.6rem;
}

.about-e .list .li:last-child {
  margin-bottom: 0;
}

.about-e .list .li .numbox .nt1 {
  font-size: 0;
  text-align-last: left;
  color: #666666;
}

.about-e .list .li .numbox .nt1 .num {
  display: inline-block;
  color: #666666;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.about-e .list .li .numbox .nt1 .fh {
  line-height: 1;
  display: inline-block;
  margin-left: .35rem;
  vertical-align: bottom;
  transform: translateY(-.1rem);
}

.about-e .list .li .numbox .nt1 .dw {
  line-height: 1;
  display: inline-block;
  margin-left: .35rem;
  vertical-align: bottom;
  transform: translateY(-.2rem);
}

.about-e .list .li .numbox .col-333 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-top: .25rem;
  opacity: 0.7;
}

.about-g .img img {
  width: 100%;

}

.about-g .txt {
  position: absolute;
  top: 3rem;
  width: 100%;
}

.about-g .t2 {
  margin-top: 1.425rem;
}

.about-g .t3 {
  margin-top: .725rem;
}

.about-g .his-container {
  position: absolute;
  left: 14.3%;
  bottom: 18.2%;
  width: 71%;
}

.about-g .his-container .swiper-slide img{
  width: 113%;
  max-width: none;
}

.about-g .his-container .swiper-slide {
  width: 100%;
  position: relative;
}

.about-g .his-container .swiper-slide .li {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0;
  transition: all .5s cubic-bezier(0.91, 0.04, 0.58, 1);
  ;
}

.about-g .his-container .swiper-slide .li .year {
  position: absolute;
  white-space: nowrap;
  top: .75rem;
  left: 50%;
  transform: translateX(-50%);
}

.about-g .his-container .swiper-slide .li .t4 {
  position: absolute;
  width: 5.35rem;
  left: 50%;
  top: -1.25rem;
  margin-left: -4rem;
  transform: translateY(-100%);
  left: 1.4;
}

.about-g .his-container .swiper-slide .li .t4::before {
  content: "·";
  position: absolute;
  left: -.5rem;
  font-size: .5rem;
  transform: translateY(-3px);
}

.about-g .his-container .swiper-slide .li1 {
  left: 0;
  bottom: .875rem;

}

.about-g .his-container .swiper-slide .li2 {
  left: 8rem;
  bottom: 3.25rem;

}

.about-g .his-container .swiper-slide .li3 {
  left: 14.625rem;
  bottom: 4.375rem;

}

.about-g .his-container .swiper-slide .li4 {
  left: 20.5rem;
  bottom: 8.8rem;

}

.about-g .his-container .swiper-slide .li5 {
  left: 28.475rem;
  bottom: 10.5rem;

}

.about-g .his-container .swiper-slide .li6 {
  right: .625rem;
  top: 2rem;

}

.about-g .his-container .swiper-slide {
  opacity: 0 !important;
}

.about-g .his-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.about-g .his-container .swiper-slide.swiper-slide-active .li {
  opacity: 1;
}

.about-g .his-container .swiper-slide.swiper-slide-active .li2 {
  transition-delay: 0.2s;
}

.about-g .his-container .swiper-slide.swiper-slide-active .li3 {
  transition-delay: 0.35s;
}

.about-g .his-container .swiper-slide.swiper-slide-active .li4 {
  transition-delay: 0.5s;
}

.about-g .his-container .swiper-slide.swiper-slide-active .li5 {
  transition-delay: 0.65s;
}

.about-g .his-container .swiper-slide.swiper-slide-active .li6 {
  transition-delay: .8s;
}

.about-g .his-container .prev,
.about-g .his-container .next {
  width: 1.65rem;
  height: 1.65rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 18%;
  cursor: pointer;
  z-index: 4;
}

.about-g .his-container .prev {
  left: -2.9rem;
}

.about-g .his-container .next {
  right: -2.9rem;
}

.dwlo {
  width: 27.025rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.join_a {
  padding-top: 3.35rem;
  background: #F4F4F4;
}

.join_a .img1 {
  position: absolute;
  width: 43.35rem;
  top: 3.35rem;
  right: 0;
}

.join_a .cont {
  margin-top: 1.725rem;
}

.join_a .lef-box {
  width: 36.35%;
  background-color: #fff;
  float: left;
  padding-top: 7.875rem;
  padding-left: 4rem;
}

.join_a .lef-box .li {
  display: flex;
  margin-bottom: 2.625rem;
}

.join_a .lef-box .li:last-child {
  margin-bottom: 0;
}

.join_a .lef-box .li .icon {
  width: 1.575rem;
  margin-right: .475rem;
}

.join_a .lef-box .li .numbox .nt1 {
  font-size: 0;
  text-align-last: left;
  color: #666666;
}

.join_a .lef-box .li .numbox .nt1 .num {
  display: inline-block;
  color: #666666;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.join_a .lef-box .li .numbox .nt1 .fh {
  line-height: 1;
  display: inline-block;
  margin-left: .35rem;
  vertical-align: bottom;
  transform: translateY(-.1rem);
}

.join_a .lef-box .li .numbox .nt1 .dw {
  line-height: 1;
  display: inline-block;
  margin-left: .35rem;
  vertical-align: bottom;
  transform: translateY(-.2rem);
}

.join_a .lef-box .li .numbox .col-333 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-top: .25rem;
  opacity: 0.7;
}

.join_a .rig-box {
  width: calc(100% - 36.38%);
  float: right;
  padding-left: 2.175rem;
}

.join_a .rig-box .t1 {
  font-weight: 400;
  color: #666666;
  width: 10rem;
  margin-top: 1.05rem;
  line-height: 1.8;
}

.join_a .rig-box .imgbox {
  position: absolute;
  bottom: 0;
  right: 8.3vw;
}

.join_a .rig-box .imgbox .imgb1 {
  width: 10.95rem;
}

.join_a .rig-box .imgbox .imgb2 {
  width: 10.95rem;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.join_a .rig-box .imgbox .imgb3 {
  position: absolute;
  bottom: 0;
  right: 10.92rem;
  width: 15.6rem;
}

.join_a .rig-box .imgbox .imgb4 {
  position: absolute;
  bottom: 0;
  right: 10.92rem;
  width: 8.075rem;
}

.join_b {
  padding-top: 8.725rem;
  background-color: #fff;
}

.join_b .imgbox {
  position: relative;
  margin-left: 7.525rem;
}

.join_b .imgbox .img1 {
  width: 31.55rem;
}

.join_b .imgbox .img2 {
  position: absolute;
  bottom: 0;
  width: 15.6rem;
}

.join_b .imgbox .img3 {
  position: absolute;
  bottom: 0;
  left: -3.525rem;
  width: 13.45rem
}

.join_b .imgbox .img4 {
  position: absolute;
  left: -3.525rem;
  bottom: 9.325rem;
  width: 13.45rem
}

.join_b .rightbox {
  position: absolute;
  top: 6.05rem;
  left: 33rem;
}

.join_b .rightbox .lef-box {
  margin-top: 1.675rem
}

.join_b .rightbox .li {
  display: flex;
  margin-bottom: 2.625rem;
}

.join_b .rightbox .li:last-child {
  margin-bottom: 0;
}

.join_b .rightbox .li .icon {
  width: 1.825rem;
  margin-right: .475rem;
}

.join_b .rightbox .li .numbox .nt1 {
  font-size: 0;
  text-align-last: left;
  color: #666666;
}

.join_b .rightbox .li .numbox .nt1 .num {
  display: inline-block;
  color: #666666;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.join_b .rightbox .li .numbox .nt1 .fh {
  line-height: 1;
  display: inline-block;
  margin-left: .35rem;
  vertical-align: bottom;
  transform: translateY(-.1rem);
}

.join_b .rightbox .li .numbox .nt1 .dw {
  line-height: 1;
  display: inline-block;
  margin-left: .35rem;
  vertical-align: bottom;
  transform: translateY(-.2rem);
}

.join_b .rightbox .li .numbox .col-333 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-top: .25rem;
  opacity: 0.7;
}

.join_c {
  padding-top: 2.275rem;
  background-color: #fff;
  z-index: 3;
}

.join_c .txt {
  width: 17.25rem;
  float: left;
}

.join_c .t1 {
  line-height: 1;
  margin-top: 1.325rem;
  font-weight: 500;
  color: #333333;
}

.join_c .t2 {
  font-weight: 400;
  color: #666666;
  margin-top: 1.2rem;
  line-height: 1.8;
}

.join_c .imgbox {
  width: 20rem;
  float: right;
  position: relative;
}

.join_c .imgbox .img2 {
  width: 10rem;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  transform: translateX(-100%);
}

.join_d {
  background: #F4F4F4;
  padding-top: 5.25rem;
  padding-bottom: 4.425rem;
}

.join_d .t1 {
  font-weight: 500;
  color: #333333;
}

.join_d .t2 {
  width: 17.2rem;
  margin: 0 auto;
  margin-top: 1.2rem;
  font-weight: 400;
  color: #666666;
}

.join_d .imgbox {
  position: absolute;
  top: 3.15rem;
  right: 4rem;
  width: 44rem;
}

.join_d .list {
  margin-top: 1.675rem;
  position: relative;
  z-index: 3;
}

.join_d .list .li {
  width: calc((100% - 3.45rem) / 4);
  float: left;
  margin-right: 1.15rem;
  background-color: #fff;
  height: 10.4rem;
  display: flex;
  padding-top: 2.025rem;
  flex-direction: column;
  align-items: center;
  transition: all .5s;
}

.join_d .list .li:last-child {
  margin-right: 0;
}

.join_d .list .li .icon {
  width: 2.55rem;
  height: 2.55rem;
  background-color: rgba(102, 102, 102, 0.2);
  border-radius: 50%;
  position: relative;
  transition: all .5s;
}

.join_d .list .li .tt1 {
  font-weight: 500;
  color: #333333;
  line-height: 1;
  margin-top: 1.05rem;
}

.join_d .list .li .tt2 {
  margin-top: .9rem;
  text-align: center;
}

.join_d .list .li:nth-child(1) {
  transform: translateY(-1.25rem);
  padding-top: 1.775rem;
}

.join_d .list .li:nth-child(4) {
  transform: translateY(-1.25rem);
  padding-top: 1.775rem;
}

@media (min-width: 1025px) {
  .join_d .list .li:hover {
    background: #8FC31F;
  }

  .join_d .list .li:hover .icon {

    background: #FFFFFF;
  }

  .join_d .list .li:hover .tt1 {
    color: #FFFFFF;
  }

  .join_d .list .li:hover .tt2 {
    color: #FFFFFF;
  }
}

.join_e .left {
  width: 50%;
  height: 13rem;
  float: left;
  padding-top: 2.125rem;
  padding-left: 4rem;
}

.join_e .left .t1 {
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.15rem;
}

.join_e .left .t2 {
  color: #666;
  line-height: 2;
}

.join_e .left .t2 span {
  font-weight: bold;
  color: #8FC31F;
}

.join_e .left:nth-child(2) .t1 {
  color: #fff;
}

.join_e .left:nth-child(2) .t2 {
  color: #fff;
}

.join_e .left:nth-child(2) .t2 span {
  color: #fff;
}

.join_f {
  background: #FFFFFF;
  padding-top: 3.5rem;
  overflow: hidden;
  padding-bottom: 3.2rem;
}



.join_f .jf-container {
  margin-top: 1.225rem;
  width: 100%;

}

.join_f .jf-container .swiper-slide {
  width: 9.5rem;
  margin-right: 1rem;
  transition: all .8s;
}

.join_f .jf-container .swiper-slide .img {
  width: 100%;
  height: 7.325rem;
  transition: all .8s;
}

.join_f .jf-container .swiper-slide .txt .line {
  width: 1rem;
  height: .1rem;
  background: #CCCCCC;
  margin: .425rem 0;
}

.join_f .jf-container .swiper-slide .txt .t {
  font-weight: 500;
  color: #666666;
  line-height: 1;
}

.join_f .jf-container .swiper-slide:nth-child(2n) {
  padding-top: 7.1rem;
}

.join_f .jf-container .swiper-slide.swiper-slide-active {
  width: 17.5rem;
  padding-top: 0;
  margin-right: 2.5rem;
}

.join_f .jf-container .swiper-slide.swiper-slide-active .img {
  height: 13rem;
  background-color: rgba(51, 51, 51, 0.05);
  transform: translate(1rem, 1rem);
}

.join_f .jf-container .swiper-slide.swiper-slide-active .img .bg {
  transform: translate(-1rem, -1rem);
}

.join_f .jf-container .swiper-slide.swiper-slide-active .txt {
  position: absolute;
  right: -2.7rem;
  top: 1.05rem;
}

.join_f .jf-container .swiper-slide.swiper-slide-active .txt .line {
  width: 2.275rem;
  height: 4px;
  margin: 0;
  background: #8FC31F;
}

.join_f .jf-container .swiper-slide.swiper-slide-active .txt .t {
  margin-top: .5rem;
  font-weight: 500;
  color: #8FC31F;
  font-size: .55rem;
}

.join_f .jf-container .swiper-slide:nth-child(2n).swiper-slide-active .txt {
  position: absolute;
  right: -2.7rem;
  top: auto;
  bottom: -1.05rem;
}

.join_f .jf-container .swiper-slide:nth-child(2n).swiper-slide-active .txt .t {
  margin-top: .5rem;
  font-weight: 500;
  color: #8FC31F;
  font-size: .55rem;
}

.join_f .jf-container .swiper-slide:last-child {
  margin-right: 0 !important;
}


.join_g {
  padding: 2.475rem 0 3.05rem;
}

.join_g .table {
  margin-top: .9rem;
  text-align: center;
  font-size: 0;
}

.join_g .table .li {
  display: inline-block;
  padding: .4rem 1rem;
  background: #FFFFFF;
  border-radius: 0px .5rem 0px 0px;
  line-height: 1;
  margin: 0 .225rem;
  cursor: pointer;
  transition: all 0.5s;
}

.join_g .table .li.on {
  color: #fff;
  background: #8FC31F;
}

.join_g .table .li:hover {
  color: #fff;
  background: #8FC31F;
}

.join_g .jg-container {
  margin-top: 1.325rem;
  width: 100%;
  overflow: hidden;
}

.join_g .jg-container .swiper-slide {
  width: calc((100% - 1.75rem) / 3);
  margin-right: .875rem;
  background-color: #fff;
}

.join_g .jg-container .swiper-slide:last-child {
  margin-right: 0;

}

.join_g .jg-container .swiper-slide:nth-child(2n) {
  margin-top: 1rem;
}

.join_g .jg-container .swiper-slide .img {
  width: 100%;
  height: 9rem;
  overflow: hidden;
}

.join_g .jg-container .swiper-slide .txt {
  padding: .6rem .825rem .975rem;
}

.join_g .jg-container .swiper-slide .txt .t1 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
}

.join_g .jg-container .swiper-slide .txt .t2 {
  font-weight: 400;
  color: #666666;
  margin-top: 0.25rem;
}

.join_g .prev,
.join_g .next {
  position: absolute;
  cursor: pointer;
  width: .675rem;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all 0.5s;
}

.join_g .prev {
  left: 2.75rem;
}

.join_g .next {
  right: 2.75rem;
}

.join_g .prev:hover,
.join_g .next:hover {
  opacity: 1;
}

.join_h {
  padding: 1.925rem 0 2.45rem;
  background: #F4F4F4;
}

.join_h .cont {
  margin-top: .7rem;
  border-top: 1px solid rgba(51, 51, 51, .2);
  padding-top: .75rem;
}

.join_h .cont .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}

.join_h .cont .top .lef span {
  color: #8FC31F;
  font-weight: 600;
}

.join_h .cont .top .right {
  font-size: 0;
}

.join_h .cont .top .right .j-seach {
  display: inline-block;
  margin-right: 12px;
  width: 7.05rem;
  height: 1.175rem;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
}

.join_h .cont .top .right .j-seach .inp {
  width: calc(100% - 1.175rem);
  height: 100%;
  padding: 0 .675rem;
  font-size: .4rem;
  float: left;
}

.join_h .cont .top .right .j-seach .subt {
  width: 1.175rem;
  height: 1.175rem;
  float: left;
  position: relative;
}

.join_h .cont .top .right .j-seach .subt svg {
  fill: #999;
}

.join_h .cont .top .right .j-select {
  display: inline-block;
  margin-right: 12px;
  width: 7.05rem;
  height: 1.175rem;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.join_h .cont .top .right .j-select .tit {
  width: 100%;
  height: 100%;
  padding: 0 .675rem;
  position: relative;
  font-size: 16px;
  line-height: 1.175rem;
  color: #5C5A59;
}

.join_h .cont .top .right .j-select .tit::after {
  content: "";
  position: absolute;
  right: .675rem;
  top: 45%;
  border-width: 5px;
  border-style: solid;
  border-color: #5C5A59 transparent transparent transparent;
}

.join_h .cont .top .right .j-select .subt {
  position: absolute;
  top: 1.175rem;
  width: 100%;
  background-color: #fff;
  padding: 0 .675rem;
  display: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.join_h .cont .top .right .j-select .subt .li {
  font-size: 14px;
  border-bottom: 1px solid #DCDCDC;
  line-height: 1.175rem;
  cursor: pointer;
}


.join_h .cont .top .right .j-select.type {
  margin-right: 0;
}

.join_h .ajax-list .list .li {
  margin-top: 1rem;
  width: calc((100% - 1.75rem) / 3);
  margin-right: .875rem;
  background-color: #fff;
  padding: 1.075rem 1.325rem;
  float: left;
  cursor: pointer;
  transition: all 0.5s;
}

.join_h .ajax-list .list .li:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.join_h .ajax-list .list .li:nth-child(3n) {
  margin-right: 0;
}

.join_h .ajax-list .list .li .t1 {
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.join_h .ajax-list .list .li .t2 {
  font-weight: 500;
  color: #8FC31F;
  line-height: 1;
  margin-top: .325rem;
}

.join_h .ajax-list .list .li .t3 {
  margin-top: .525rem;
  font-weight: 400;
  color: #666666;
  height: 1.75rem;
  overflow: hidden;
  margin-bottom: 0.5rem;

}

.join_h .ajax-list .list .li .yp {
  display: flex;
}

.join_h .ajax-list .list .li .yp .icon {
  width: .75rem;
  margin-left: .6rem;
}

.showmore {
  text-align: center;
  margin-top: 1.5rem;
  cursor: pointer;
}

.showmore .icon {
  margin-top: 24px;
}

.showmore .icon img {
  display: inline-block;
}

.join_j {
  background-color: #fff;
  padding: 2.75rem 0 3.625rem;
}

.join_j .list {
  margin-top: 1.55rem;
  width: 100%;
}

.join_j .list .li {
  width: calc((100% - 2.5rem) / 3);
  margin-right: 1.25rem;
  height: 7rem;
  float: left;
  padding-top: 1.275rem;
  border: 1px solid rgba(51, 51, 51, 0.05);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.join_j .list .li:last-child {
  margin-right: 0;
}

.join_j .list .li .t1 {
  line-height: 1;
  font-weight: 500;
  color: #333333;
}

.join_j .list .li .icon {
  width: 1rem;
  height: 1rem;
  background: rgba(51, 51, 51, .2);
  border-radius: 50%;
  position: relative;
  margin-top: .4rem;
}
.join_j .list .li .icon img{
  max-width: 50%;
}
.join_j .saharelist .li a img{
  max-width: 50%
}
.join_j .list .li .t3 {
  font-weight: 500;
  color: #333333;
  margin-top: .5rem;
}

.join_j .list .li .t3 span {
  color: #8FC31F;
}

.join_j .list .li .t3 p {
  margin-top: 0.1rem;
}

.join_j .list .li .t4 {
  margin-top: 1rem;
}

.join_j .saharelist {
  margin-top: 2.1rem;
  text-align: center;
  font-size: 0;
  position: relative;
}

.join_j .saharelist .li {
  display: inline-block;
  padding: 0 .5rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

.join_j .saharelist .li a {
  display: block;
  width: 2.55rem;
  height: 2.55rem;
  background: #8FC31F;
  border-radius: 50%;
  position: relative;
}

.join_j .saharelist::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(51, 51, 51, .2);
  position: absolute;
  top: 50%;
  left: 0;
}

.join_j .saharelist .li:last-child {
  padding-right: 2rem;
}

.join_j .saharelist .li:first-child {
  padding-left: 2rem;
}

.join_g .ib {
  display: inline-block;
  margin-top: 1rem;
}

.staff {
  padding: 3.35rem 0 1.25rem;
  background: #F4F4F4;
}

.staff .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.staff .tit .table {
  text-align: center;
  font-size: 0;
}

.staff .tit .table .li {
  display: inline-block;
  padding: .4rem 1rem;
  background: #FFFFFF;
  border-radius: 0px .5rem 0px 0px;
  line-height: 1;
  margin: 0 .225rem;
  cursor: pointer;
  transition: all 0.5s;
}

.staff .tit .table .li.on {
  color: #fff;
  background: #8FC31F;
}

.staff .tit .table .li:hover {
  color: #fff;
  background: #8FC31F;
}

.staff .list {
  margin-top: .675rem;
}



.staff .list a {
  display: block;
  width: calc((100% - 1.75rem) / 3);
  margin-right: .875rem;
  background-color: #fff;
  float: left;
  margin-bottom: 1.125rem;
}

.staff .list a:nth-child(3n) {
  margin-right: 0;

}



.staff .list a .img {
  width: 100%;
  height: 9rem;
  overflow: hidden;
}

.staff .list a .txt {
  padding: .6rem .825rem .975rem;
}

.staff .list a .txt .t1 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
}

.staff .list a .txt .t2 {
  font-weight: 400;
  color: #666666;
  margin-top: 0.25rem;
}

.dwpage {
  text-align: center;
  font-size: 0;
  margin-top: .95rem;
}

.dwpage a {
  display: inline-block;
  width: 41px;
  height: 41px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
  margin: 0 2px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
  font-family: "AvantGardeLT-Demi";
  color: #666666;
  transition: all 0.5s;
}

.dwpage a.active {
  color: #FFFFFF;
  background-color: #8FC31F;
}

.dwpage a:hover {
  color: #FFFFFF;
  background-color: #8FC31F;
}

.dwpage a[rel=next] {
  background-image: url(../img/l1.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.dwpage a[rel=prev] {
  background-image: url(../img/l1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.dwpage a[rel=next]:hover,
.dwpage a[rel=prev]:hover {
  background-image: url(../img/l2.png);
}

.news {
  background: #F4F4F4;
}

.nesw-a {
  padding-top: 1.6rem;

  z-index: 3;
}

.nesw-a .nesw-sech {
  width: 100%;
  height: 1.65rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.nesw-a .nesw-sech .text {
  width: calc(100% - 3rem);
  float: left;
  height: 1.65rem;
  padding: 0 1rem;
  font-size: .45rem;
  color: #999999;
}

.nesw-a .nesw-sech .subm {
  position: relative;
  width: 3rem;
  float: left;
  height: 1.65rem;
}

.nesw-a .news-container {
  margin-top: .825rem;
  overflow: hidden;
}

.nesw-a .news-container .swiper-slide {
  width: 100%;
}

.nesw-a .news-container .swiper-slide .img {
  width: 45.6%;
  height: 12.85rem;
  float: left;
}

.nesw-a .news-container .swiper-slide .txt {
  width: 54.4%;
  float: left;
  padding-left: 1.75rem;
}

.nesw-a .news-container .swiper-slide .txt .t1 {
  font-weight: 400;
  color: #999999;
  line-height: 1;
}

.nesw-a .news-container .swiper-slide .txt .t2 {
  font-weight: 400;
  color: #333333;
  margin-top: .5rem;
  line-height: 1.5;
}

.nesw-a .news-container .swiper-slide .txt .t3 {
  font-family: Arial;
  font-weight: 400;
  color: #666666;
  margin-top: 1rem;
}

.nesw-a .news-container .swiper-slide .txt .ib {
  display: inline-block;
  margin-top: 1rem;
}

.new-pagination {
  position: absolute;
  z-index: 4;
  left: calc(45.6% + 1.75rem) !important;
  bottom: 0 !important;
}

.new-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #8FC31F;
  border-radius: 0;
  opacity: 1 !important;
}

.news-b {
  margin-top: -3.575rem;
  background-color: #fff;
  padding-top: 5.375rem;
  padding-bottom: 1.725rem;
}

.news-b.on {
  margin-top: 0;
  padding-top: 2rem;
}

.nesw-a.on {
  padding-bottom: 2rem;
}

.new-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8FC31F;
}

.news-b .list a {
  display: flex;
  width: 100%;
  margin-bottom: .5rem;
}

.news-b .list a .img {
  width: 10rem;
  height: 7.025rem;
  overflow: hidden;
}

.news-b .list a .txt {
  width: calc(100% - 10rem);
  border-top: 1px solid rgba(204, 204, 204, .5);
  padding: 1.6rem 1.825rem;
  padding-bottom: 0;

}

.news-b .list a .txt .t1 {
  font-weight: 400;
  line-height: 1;
  color: #333333;
}

.news-b .list a .txt .t2 {
  font-weight: 400;
  color: #666666;
  margin-top: .8rem;
}

.news-b .list a .txt .bot {
  display: flex;
  margin-top: 1.15rem;
}

.news-b .list a .txt .bot .to {
  margin-left: .625rem;
  display: flex;
  color: #8FC31F;
}

.news-b .list a .txt .bot .to svg {
  fill: #8FC31F
}

.news-b .list a .txt .bot .to .icon {
  margin-left: 8px;
}

.news-b .dwpage {
  margin-top: 2rem;
}

.story {
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;

  background: #F4F4F4;
}



.story .list .li {
  display: block;
  width: calc((100% - 1.75rem) / 3);
  margin-right: .875rem;
  float: left;
  margin-bottom: 1.125rem;
}

.story .list .li:nth-child(3n) {
  margin-right: 0;

}



.story .list .li .img {
  width: 100%;
  height: 9rem;
  overflow: hidden;
  position: relative;
}

.story .list .li .img .bg {
  transition: all 0.5s;
}

.story .list .li:hover .img .bg {
  transform: scale(1.05);
}

.story .list .li .txt {
  padding-top: .375rem;
  display: flex;
}

.story .list .li .txt .t1 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-left: 15px;
}

.story .dwpage {
  margin-top: 2rem;
}


.news-info {
  background: #F4F4F4;
  padding: 0 6.5rem;
  padding-top: 3.85rem;
  padding-bottom: 4.275rem;
}

.news-info .mbx {
  display: flex;
  font-size: 0;
}

.news-info .mbx .icon {
  margin-right: .575rem;
  display: inline-block;
  transform: translateY(3px);
}

.news-info .mbx .tit-16 {
  font-size: 16px;
}

.news-info .mbx .t {
  display: inline-block;
  font-size: 16px;
}

.news-info .cont-box {
  padding: 1.275rem;
  background-color: #fff;
  margin-top: .575rem;

}

.news-info .cont-box .tit {
  font-weight: bold;
  color: #030303;
}

.news-info .cont-box .time {
  margin-top: 1rem;
  font-weight: 400;
  color: #666666;
}

.news-info .cont-box .cont {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: .95rem;
  padding-bottom: 1.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5rem;
}

.news-info .cont-box .cont img {
  display: inline-block;
}

.news-info .cont-box .cont video {
  width: 100%;
}

.news-info .cont-box .bot {
  padding-top: 0.775rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-info .cont-box .bot .left a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;

}

.news-info .cont-box .bot .left a .img {
  width: 1.775rem;
  height: 1.15rem;
  margin-right: .675rem;
}

.news-info .cont-box .bot .rent {
  display: inline-block;
  padding: .45rem 1.2rem;
  background: #8FC31F;
  border-radius: 23px;
  font-size: 0;

}

.news-info .cont-box .bot .rent .tit-16 {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-left: .35rem;
}

.news-info .cont-box .bot .rent .icon {
  display: inline-block;
  vertical-align: top;
}

.searchinfo {
  padding-top: 2.2rem;
}

.searchinfo .se-top {
  padding: 1.425rem 0;
  background: #F6F6F6;

}

.searchinfo .se-top .s {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchinfo .se-top .txt {
  height: 1.025rem;
  width: 50%;
  line-height: 1.025rem;
  background: transparent;
  font-size: .6rem;
  font-weight: 400;
  color: #666666;
}

.searchinfo .view {
  padding: 0 6.525rem;
}

.searchinfo .se-top .subt {
  width: 3.1rem;
  height: 1.025rem;
  background-color: #8FC31F;
  border-radius: 21px;
  color: #fff;
  background-image: url(../img/sei.png);
  background-repeat: no-repeat;
  background-position: 1.9rem center;
  background-size: 16px 16px;
  padding: 0 .9rem;
  text-align: left;
}

/* .searchinfo .se-top .subt {
  width: 3.1rem;
  height: 1.025rem;
  background: #8FC31F;
  border-radius: 21px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.searchinfo .se-top .subt .icon{
  margin-left: .2rem;
} */

.searchinfo .cont {
  padding: 1.275rem 0 1.775rem
}

.searchinfo .cont .tit {
  color: #666666;
}

.searchinfo .cont .tit span {
  color: #8FC31F;
}

.searchinfo .cont .table {
  font-size: 0;
  padding: 19px 0;
  border-top: 1px solid rgba(243, 242, 240, 1);
  border-bottom: 1px solid rgba(243, 242, 240, 1);
  margin-top: 28px;
}

.searchinfo .cont .table a {
  display: inline-block;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  margin-left: 38px;
  position: relative;
}

.searchinfo .cont .table a::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 4px;
  background: #8FC31F;
}

.searchinfo .cont .table a.on {
  color: #8FC31F;
}

.searchinfo .cont .table a.on::after {
  width: 40px;
}

.searchinfo .cont .list {
  margin-top: 40px;
  font-weight: 400;

  font-size: 16px;
}

.searchinfo .cont .list a span {
  color: #FF0000;
}

.searchinfo .cont .list a {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(243, 242, 240, 1);
  padding-left: 25px;
  position: relative;
  line-height: 1;
  margin-bottom: 36px;
}

.searchinfo .cont .list a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #CCCCCC;
  border-radius: 50%;
  margin-top: -12px;
}

.searchinfo .cont .list a:nth-child(2n) {
  margin-right: 0;
}

.searchinfo .dwpage {
  margin-top: 5rem;
}


.sub-nav .mbx {
  display: flex;
  font-size: 0;
  padding: 1rem 0;
}

.sub-nav .mbx .icon {
  margin-right: .575rem;
  display: inline-block;
  transform: translateY(3px);
}

.sub-nav .mbx .t {
  display: inline-block;
}

.academic .news-b {
  margin-top: 0;
  padding-top: 1.5rem;
  background: #F4F4F4;
  padding-bottom: 3.725rem;
}

.video {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  background-color: #fff;
  padding-top: 1.425rem;
}

.video .top {
  display: flex;
  padding-bottom: 0.825rem;
  align-items: center;
  justify-content: space-between;
}

.video .top .vseachs {
  width: 11.75rem;
  height: 1.3rem;
  background: rgba(51, 51, 51, 0.05);
  margin-top: .525rem;
  overflow: hidden;
}

.video .top .vseachs .txt {
  width: 70%;
  height: 100%;
  background: transparent;
  padding-left: .575rem;
  font-size: .4rem;
}

.video .top .vseachs .subt {
  width: 2rem;
  height: 100%;
  position: relative;
  float: right;
  cursor: pointer;
}

.video .top .right {
  width: calc(100% - 11.75rem);
  font-size: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.video .top .right .li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  filter: grayscale(100%);
  opacity: 0.9;
  cursor: pointer;
}

.video .top .right .li .icon {
  display: inline-block;
  margin-bottom: .45rem;
}

.video .top .right .li .tit-22 {
  font-weight: 500;
  color: #8FC31F;
  line-height: 1;
}

.video .top .right .li.on {
  filter: grayscale(0);
  opacity: 1;
}

.video .ajax-list {
  border-top: 1px solid rgba(51, 51, 51, 0.05);

}

.video .ajax-list .left {
  width: 29.37%;
  float: left;
  padding-left: .9rem;
  padding-top: 1.2rem;
}

.video .ajax-list .left .li {
  cursor: pointer;
  padding: .425rem 0;
  font-size: .45rem;
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  position: relative;
  padding-left: .8rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.video .ajax-list .left .li::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  background: url(../img/jts.png);
  right: .8rem;
  top: 50%;
  margin-top: -2px;
}

.video .ajax-list .left .li.on {
  background: #F5F5F5;
  color: #8FC31F;
}

.video .ajax-list .left .li:hover {
  background: #F5F5F5;
  color: #8FC31F;
}

.video .ajax-list .right {
  padding-bottom: 4.9rem;
  width: 70.63%;
  float: left;
  padding-top: 1.2rem;
  padding-left: 1.85rem;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}




.video .ajax-list .right .list .li {
  display: block;
  width: calc((100% - 1.75rem) / 2);
  margin-right: .875rem;
  float: left;
  margin-bottom: 1.125rem;
}

.video .ajax-list .right .list .li:nth-child(2n) {
  margin-right: 0;

}



.video .ajax-list .right .list .li .img {
  width: 100%;
  height: 9rem;
  overflow: hidden;
  position: relative;
}

.video .ajax-list .right .list .li .txt {
  padding-top: .375rem;
  display: flex;
}

.video .ajax-list .right .list .li .txt .t1 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-left: 15px;
}

.story .dwpage {
  margin-top: 2rem;
}

.video .ajax-list .dwpage2 {
  padding-bottom: 4.9rem;
}


.video .ajax-list .list2 .li {
  display: block;
  width: calc((100% - 2.625rem) / 3);
  margin-right: .875rem;
  float: left;
  margin-bottom: 1.125rem;
}

.video .ajax-list .list2 .li:nth-child(3n) {
  margin-right: 0;

}



.video .ajax-list .list2 .li .img {
  width: 100%;
  height: 9rem;
  overflow: hidden;
  position: relative;
}

.video .ajax-list .list2 .li .txt {
  padding-top: .375rem;
  display: flex;
}

.video .ajax-list .list2 .li .txt .t1 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-left: 15px;
}

.service-a {
  background: #F4F4F4;
  padding-top: 3.35rem;
  height: 18.75rem;
}

.service-a .a-stit {
  margin-top: 1.325rem;
}

.service-a .t1 {
  width: 21.9rem;
  font-weight: 400;
  color: #666666;
  margin-top: 1.45rem;
}

.service-a .imgbox {
  width: 13.875rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
}

.service-a .imgbox .img1 {
  width: 12.2rem;
  position: absolute;
  bottom: 0;
  right: 10.975rem;
  z-index: 2;
  transform: translateY(35%);
}

.service-b {
  padding-top: 3.275rem;
  background-color: #fff;
  padding-bottom: 4.5rem;
}

.service-b .imgbox1 {
  margin-top: 1.475rem;
  position: relative;
}

.service-b .imgbox1 .img1 {
  width: 12.775rem;
}

.service-b .imgbox1 .img2 {
  width: 10.475rem;
}

.service-b .imgbox1 .img3 {
  position: absolute;
  left: 10.475rem;
  width: 12.775rem;
  top: 2.8rem;
}

.service-b .imgbox1 .img3 .txt {
  padding: 2.05rem;
}

.service-b .imgbox1 .img3 .txt .t1 {
  font-weight: 500;
  color: #333333;
  line-height: 1;
}

.service-b .imgbox1 .img3 .txt .t2 {
  color: #333333;
  opacity: 0.5;
  margin-top: 5px;
}

.service-b .imgbox1 .img3 .txt .t3 {
  line-height: 1;
  margin-top: .7rem;
  color: #333333;
}

.service-b .imgbox2 {
  margin-top: 4.125rem;
  padding-left: 5.55rem;
  position: relative;
}

.service-b .imgbox2 .img1 {
  width: 17.65rem;
}

.service-b .imgbox2 .txt {
  position: absolute;
  width: 12.725rem;
  height: 8.25rem;
  background-color: #fff;
  border-radius: 0 0 2.5rem 0;
  left: 0;
  top: 3.5rem;
  padding: 2.05rem;
}

.service-b .imgbox2 .t1 {
  font-weight: 500;
  color: #333333;
  line-height: 1;
}

.service-b .imgbox2 .t2 {
  color: #333333;
  opacity: 0.5;
  margin-top: 5px;
}

.service-b .imgbox2 .t3 {
  line-height: 1;
  margin-top: .7rem;
  color: #333333;
}

.service-b .imgbox2 .img2 {
  position: absolute;
  width: 12.25rem;
  left: 20rem;
  bottom: 0;
  z-index: 3;
}

.service-b .imgbox2 .img3 {
  width: 21.225rem;
  position: absolute;
  left: 3.2rem;
  bottom: 0;
  z-index: 2;
}

.service-b .imgbox3 {
  width: 20.8rem;
  height: 15.9rem;
  background-color: RGBA(244, 244, 244, 1);
  position: absolute;
  right: -4rem;
  bottom: 0;
}

.service-b .imgbox4 {
  position: absolute;
  right: 4rem;
  top: 8.8rem;
}

.service-b .imgbox4 .img1 {
  width: 14.85rem;
}

.service-b .imgbox4 .img2 {
  width: 10.325rem;
  position: absolute;
  bottom: -6.975rem;
  left: 0;
}



.service-b .imgbox4 .txt {
  position: absolute;
  width: 12.725rem;
  height: 8.25rem;
  background-color: #fff;
  border-radius: 0 0 2.5rem 0;
  left: 0;
  top: -3.05rem;
  padding: 2.05rem;
}

.service-b .imgbox4 .t1 {
  font-weight: 500;
  color: #333333;
  line-height: 1;
}

.service-b .imgbox4 .t2 {
  color: #333333;
  opacity: 0.5;
  margin-top: 5px;
}

.service-b .imgbox4 .t3 {
  line-height: 1;
  margin-top: .7rem;
  color: #333333;
}

.service-c {
  padding: 2.725rem 0;
  background: #F4F4F4;
}

.service-c .list {
  margin-top: 1.2rem;
}

.service-c .list a {
  display: block;
  float: left;
  width: calc((100% - 1.75rem) / 3);
  margin-right: .875rem;
  height: 12rem;
  position: relative;
}

.service-c .list a:last-child {
  margin-right: 0;
}

.service-c .list a .txt {
  width: 100%;
  height: 100%;
  display: flex;
  background-image: url(./img/scbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.service-c .list a .txt .t1 {
  color: #8FC31F;
  line-height: 1;
}

.service-c .list a .txt .t2 {
  font-weight: 400;
  color: #F4F4F4;
  display: none;
  text-align: center;
  margin-top: .5rem;
}

.service-c .list a .txt .icon {
  width: 2.1rem;
  height: 2.1rem;
  background: #8FC31F;
  border-radius: 50%;
  position: relative;
  margin-top: .9rem;
  transition: all 0.5s;

}

.service-c .list a .txt .icon .c2 {
  opacity: 0;
}

.service-c .list a:hover .txt {
  background: rgba(143,195,31,.8);

}

.service-c .list a:hover .txt .t1 {

  color: #F4F4F4;
}

.service-c .list a:hover .txt .t2 {
  display: block;
}

.service-c .list a:hover .txt .icon {
  background-color: #fff;

}


.service-c .list a:hover .txt .icon .c1 {
  margin-top: -1.25rem;
  transition: all 0.5s;
}

.service-c .list a:hover .txt .icon .c2 {
  opacity: 1;
}

.service-d {
  padding-top: 2.625rem;
  background-color: #fff;
  padding-bottom: 2.5rem;
}

.service-d .t1 {
  width: 21.625rem;
  margin: 0 auto;
  margin-top: .75rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
}

.service-d.join_d .list .li {

  background: #F4F4F4;
}

.service-d.join_d .list .li .icon {

  background: #8FC31F;
}

.service-d.join_d .list .li .icon img {
  filter: grayscale(100%) brightness(1000%) !important
}

@media (min-width: 1025px) {
  .service-d.join_d .list .li:hover {
    background: #8FC31F;
  }

  .service-d.join_d .list .li:hover .icon {
    background: #fff;
  }

  .service-d.join_d .list .li:hover .icon img {
    filter: grayscale(0%) brightness(100%) !important
  }
}

.service-d .simgbox {
  position: absolute;
  left: 0;
  top: 4.4rem;
}

.service-d .simgbox2 {
  margin-top: 1.725rem;
  position: relative;
}

.service-d .simgbox2 .img1 {
  width: 18.775rem;
}

.service-d .simgbox2 .txt {
  width: 25.75rem;
  height: 7rem;
  position: absolute;
  left: 14.25rem;
  top: 1.4rem;
  background-image: url(../img/sc5.png);
  background-repeat: no-repeat;
  display: flex;
  padding: 0 2.275rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.service-d .simgbox2 .txt .st1 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
}

.service-d .simgbox2 .txt .st2 {
  font-weight: 400;
  color: #666666;
  margin-top: 1rem;

}

.service-d .videolist {
  position: relative;
}

.service-d .videolist .li1 {
  margin-left: 7.4rem;
  width: 11.375rem;
  height: 9.9rem;
  margin-top: 1.3rem;
  position: relative;
}

.service-d .videolist .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/vbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: .75rem;
  display: flex;
  align-items: flex-end;
}

.service-d .videolist .li2 {
  width: 9.5rem;
  height: 7.6rem;
  position: absolute;
  left: 20.025rem;
  bottom: 8.85rem;
}

.service-d .videolist .li3 {
  width: 9.5rem;
  height: 7.6rem;
  position: absolute;
  left: 20.025rem;
  bottom: 0;

}

.service-d .videolist .li4 {
  width: 9.5rem;
  height: 7.6rem;
  position: absolute;
  left: 30.775rem;
  bottom: 8.85rem;

}

.tec {
  text-align: center;
  margin-top: 1.475rem;
}

.i-b {
  display: inline-block;
}

.service-e {
  padding: 2.45rem 0;
  background: #F4F4F4;
}

.service-e .news-container {
  margin-top: 1rem;

}

.service-e .news-container .swiper-wrapper {
  background-color: #fff;
}

.service-e .news-container .swiper-slide {

  padding: .5rem;
}

.service-e .news-container .swiper-slide .txt {
  padding-top: 1.175rem;
}

.service-e .news-container .swiper-slide .txt .t2 {
  margin-top: 0;
}


.service-e .news-container .swiper-slide .txt .bot {
  display: flex;
  margin-top: 1.15rem;
}

.service-e .news-container .swiper-slide .txt .bot .to {
  margin-left: .625rem;
  display: flex;
  color: #8FC31F;
}

.service-e .news-container .swiper-slide .txt .bot .to svg {
  fill: #8FC31F
}

.service-e .news-container .swiper-slide .txt .bot .to .icon {
  margin-left: 8px;
}

.service-e .new-pagination {
  left: 0 !important;
  position: relative !important;
  margin-top: .75rem !important;
  text-align: center;
}

.service-e .imgbox {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  z-index: 3;
  width: 37.725rem;
}

.service-f {
  height: 18rem;

}

.service-f .bg {
  padding-top: 3.1rem;
}

.service-f .a-tit {
  color: #fff;
}

.service-f .list {
  margin-top: 2.5rem;
  font-size: 0;
  text-align: center;
}

.service-f .list .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.service-f .list .li {
  display: inline-block;
  width: 23%;
  padding: 0 3.375rem;
  vertical-align: top;
  padding-top: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.service-f .list .li .ewm {
  width: 100%;
}

.service-f .list .li .ewm img {
  width: 100%;
  max-width: none;
}

.service-f .list .li .t {
  margin-top: 1.225rem;
  line-height: 1;
  color: #fff;
}

.service-f .list .li:last-child {
  border-right: 0;
}

.por-banner {

  width: 100%;
  overflow: hidden;
  position: relative;
}

.por-banner .bg {
  height: 24.375rem;
}

.por-banner .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.por-banner .txt .icon {
  margin-bottom: 1rem;
}

.por-nav {
  text-align: center;
}

.sub-nav .nav a {
  margin: 0 .5rem;
}

.products {
  padding: 2rem 0;
  background: #F7F7F7;
}
.products .list {
  display: flex;
  flex-wrap: wrap;
}

.products .list a {
  display: flex;
  background-color: #fff;
  width: calc((100% - 2.5rem) / 3);
  float: left;
  margin-right: 1.25rem;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1rem;
  margin-bottom: 1.125rem;
  transition: all 0.5s;

}

.products .list a:nth-child(3n) {
  margin-right: 0;
}

.products .list a .img {
  width: 7.5rem;
  height: 7.5rem;
  transition: all 0.5s;
}

.products .list a .img img {
  max-width: 100%;
  max-height: 100%;
}

.products .list a .t1 {
  line-height: 1;
  margin-top: .85rem;
  font-weight: 400;
  color: #333333;
}

.products .list a .t2 {
  font-weight: 500;
  color: #999999;
  margin-top: 6px;
}

.products .list a .to {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgb(0 0 0 / 5%);
  position: relative;
  margin-top: 15px;
  transition: all 0.5s;
}

.products .list a:hover {
  box-shadow: 0px 10px 10px 0px rgba(143,195,31, 0.25);
}

.products .list a:hover .img {
  transform: scale(1.05);
}

.products .list a:hover .t1 {
  color: #8FC31F;
}

.products .list a:hover .to {
  background-color: #8FC31F;
}

.pinfo-banner {
  width: 100%;
  height: 100vh;
}

.pinfo-banner .mak {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}

.pinfo-banner .txt {
  text-align: center;
  display: inline-block;
  z-index: 3;
  font-size: 3.4rem;
  color: #fff;
  font-weight: 500;
  opacity: 0.5;
  width: 100%;
  overflow: hidden;
}

.pinfo-banner .txt .bg {
  position: absolute;
  width: 100vh;
  height: 100vh;
}

.pinfo-banner .txt .t {
  position: relative;
  z-index: 3;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../img/pinfobanner.jpg);
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-position: center;
}

.pinfo-banner .pvideo {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.pinfo-banner .img {
  width: 100%;
  height: 100%;
}

.pinfo-nva {
  height: 2.5rem;
  background-color: #fff;
}

.pinfo-nva .view {
  display: flex;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pinfo-nva .mbx {
  display: flex;
  font-size: 0;
}

.pinfo-nva .mbx .icon {
  margin-right: .575rem;
  display: inline-block;
  transform: translateY(3px);
  width: .5rem;
}

.pinfo-nva .mbx .t {
  display: inline-block;

}



.pinfo-nva .right {
  font-size: 0;
  text-align: right;
}

.pinfo-nva .right a {
  display: inline-block;
  font-size: .45rem;
  font-weight: 500;
  color: #666666;
  text-align: center;
  height: 100%;
  line-height: 2.5rem;
  margin-right: 2rem;
  position: relative;
}

.pinfo-nva .right a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #8FC31F;
  transition: all 0.5s;
}

.pinfo-nva .right a.on::after {
  width: 100%;
}

.pinfo-a {
  height: 27rem;
}

.pinfo-a .txt {
  position: absolute;
  top: 3.25rem;
  width: 100%;
  text-align: center;
  z-index: 4;
}

.pinfo-a .txt .t1 {
  line-height: 1;
  font-weight: 400;
  color: #8FC31F;
}

.pinfo-a .txt .t2 {
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  margin-top: .75rem;
}

.pinfo-a .txt .t3 {
  font-weight: 500;
  color: #FFFFFF;
  margin-top: .6rem;
}

.pinfo-a .txt .imglist {
  font-size: 0;
  text-align: center;
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pinfo-a .txt .imglist .li {
  display: inline-block;
  width: 3.65rem;
  height: 3.65rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 .725rem;
}

.pinfo-a .txt .imglist .li .icon {
  width: .9rem;
  margin-bottom: .2rem;
}

.pinfo-a .imgbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34.925rem;
  z-index: 3;
}

.pinfo-b {
  background: #F4F4F4;
  overflow: hidden;
}

.pinfo-b .li {
  padding-left: 3rem;

}

.pinfo-b .li .imgbox {
  width: 22.05rem;

  float: left;
}
.pinfo-b .li .imgbox img{

}

.pinfo-b .li .txt {
  width: 17.375rem;
  float: left;
  padding-top: 9.525rem;
}

.pinfo-b .li .txt .t1 {
  font-weight: 500;
  color: #333333;
  line-height: 1;
}

.pinfo-b .li .txt .t2 {
  font-weight: 500;
  color: #666666;
  margin-top: 1.25rem;
}

.pinfo-b .twoli {
  padding-top: 3rem;
  display: flex;
  display: flex;
  align-items: center;
}

.pinfo-b .twoli .imgbox {
  width: 26.325rem;
  float: left;
}

.pinfo-b .twoli .txt {
  width: 17.375rem;
  float: left;
  margin-left: -1.2rem;
}

.pinfo-b .twoli .txt .t1 {
  font-weight: 500;
  color: #333333;
  line-height: 1;
}

.pinfo-b .twoli .txt .t2 {
  font-weight: 500;
  color: #666666;
  margin-top: 1.25rem;
}

.pinfo-b .twoli .plist {
  margin-top: 2rem;

}

.pinfo-b .twoli .plist .sli {
  display: flex;
  font-weight: 500;
  color: #8FC31F;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .75rem;
}

.pinfo-b .twoli .plist .sli .pass {
  margin: 0 .2rem;
  height: 18px;
  background: #8FC31F;
  border-radius: 9px;
}

.pinfo-c {
  /* height: 20.5rem; */
  overflow: hidden;
}
.pinfo-c .bg{
  position: absolute;
  top: 0;
  left: 0;
}
.pinfo-c .mak {
  width: 100%;
  height: 100%;
  background-image: url(../img/pinfoc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}

.pinfo-c .play-btn {
  z-index: 3;
}

.pinfo-c .pvideo {
  width: 100%;
  opacity: 0;
}

.pinfo-d {
  height: 100vh;
  background-color: #000;

}

.pinfo-d .acbox {
  font-size: 0;
  white-space: nowrap;


}

.pinfo-d .pd-a {
  display: inline-block;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.pinfo-d .pd-a .txt {
  white-space: normal;
  position: absolute;
  top: 8.25rem;
  left: 4rem;
  white-space: nowrap;
}

.pinfo-d .pd-a .txt .t1 {
  line-height: 1;
  font-weight: 500;
}

.pinfo-d .pd-a .txt .t2 {
  font-weight: 500;
  width: 16.8rem;
  margin-top: 1.35rem;
  white-space: normal;
}

.pinfo-d .pd-a.pd-b .txt {
  position: absolute;
  top: 7.5rem;
  left: 23.65rem;

}

.pinfo-d .pd-a.pd-b .txt .t1 span {
  font-weight: 400;
}

.pinfo-e {
  background-image: url(../img/pebg.jpg);
  padding-top: 2.6rem;
}

.pinfo-e .t {
  position: relative;
  line-height: 1;
}

.pinfo-e .t::after {
  content: "";
  width: 2rem;
  height: .25rem;
  background: #8FC31F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.2rem;
  opacity: 0.8;
}

.pinfo-e .table {
  font-size: 0;
  text-align: center;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pinfo-e .table .li {
  font-size: .55rem;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 1rem 2.25rem;
  width: 40%;
  line-height: 1;
  text-align: right;
  cursor: pointer;
  transition: all 0.5s;

}

.pinfo-e .table .li:nth-child(2n) {
  width: 20%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pinfo-e .table .li:nth-child(3n) {

  text-align: left;
}

.pinfo-e .table .li.on {
  background-color: rgba(255, 255, 255, 0.08);
  color: #8FC31F;
  ;
}

.pinfo-e .table .li:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #8FC31F;
  ;
}

.pinfo-e .cont {
  margin-top: 3.5rem;
}

.pinfo-e .cont .li {
  display: none;
}

.pinfo-e .cont .li1 {
  padding-bottom: 4.2rem;
}

.pinfo-e .cont .li1 .list {
  margin-top: 2.875rem;
  font-size: 0;
}

.pinfo-e .cont .li1 .list .sli {
  width: 7rem;
  display: inline-block;
  margin: 0 1.375rem;
  vertical-align: top;

}

.pinfo-e .cont .li1 .list .sli .img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 4.5rem;
}

.pinfo-e .cont .li1 .list .sli .icon {
  display: inline-block;
  height: .7rem;
  margin-top: .45rem;
  margin-bottom: .45rem;
}

.pinfo-e .cont .li2 .tit span {
  font-weight: 200;
}

.pinfo-e .cont .li2 .t2 {
  margin-top: .975rem;
}

.pinfo-e .cont .li2 .img {
  margin-top: 1.35rem;
  text-align: center;
}

.pinfo-e .cont .li2 .img img {
  display: inline-block;
}

.pinfo-e .cont .li3 {
  padding-bottom: 1.25rem;
}

.pinfo-f {
  background-image: url(../img/pfbg.jpg);
  padding-top: 2.425rem;
  padding-bottom: 3.75rem;
}

.pinfo-f .t {
  position: relative;
  line-height: 1;
}

.pinfo-f .t::after {
  content: "";
  width: 2rem;
  height: .25rem;
  background: #8FC31F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.2rem;
  opacity: 0.7;
}

.pinfo-f .t1 {
  margin-top: 1.875rem;
  line-height: 1;
}

.pinfo-f .t2 {
  margin: 0 auto;
  width: 28.375rem;
  margin-top: 1.375rem;
  text-align: center;
}

.pinfo-f .t3 {
  margin: 0 auto;
  width: 28.375rem;
  margin-top: .5rem;
  text-align: center;
}

.pinfo-f .pf-container {
  margin-top: 1.9rem;
  overflow: hidden;
}

.pinfo-f .pfsw {
  padding: 0 1.35rem;
  position: relative;
}

.pinfo-f .pf-container .swiper-slide {
  position: relative;
  width: calc((100% - 2.55rem) / 4);
  margin-right: .85rem;

}

.pinfo-f .pf-container .swiper-slide .img {
  width: 100%;
  height: 4.5rem;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.pinfo-f .pf-container .swiper-slide .ts {
  margin-top: .9rem;
  text-align: center;
  color: #fff;
}

.pinfo-f .pf-container .swiper-slide:last-child {
  margin-right: 0;
}

.pinfo-f .pf-container .swiper-slide img {
  transition: all 0.5s;
}

.pinfo-f .pf-container .swiper-slide:hover img {
  transform: translate(-50%, -50%) scale(1.02);
}

.pinfo-f .pfsw .prev,
.pinfo-f .pfsw .next {
  position: absolute;
  top: 30%;
  cursor: pointer;
}

.pinfo-f .pfsw .prev {
  left: 0;
  transform: rotate(180deg);
}

.pinfo-f .pfsw .next {
  right: 0;
}

.pinfo-g .txt {
  width: 100%;
  position: absolute;
  top: 3.15rem;
  left: 0;
}


.pinfo-g .txt .t1 {

  line-height: 1;
}

.pinfo-g .txt .t2 {
  margin: 0 auto;
  width: 28.375rem;
  margin-top: 1.375rem;
  text-align: center;
}

.pinfo-g .txt .t3 {
  margin: 0 auto;
  width: 28.375rem;
  margin-top: .5rem;
  text-align: center;
}

.pinfo-h {
  background-color: #fff;
  padding-top: 2.25rem;
  font-weight: 500;

}

.pinfo-h .phsw {
  position: relative;
  padding: 0 1.35rem;
}

.pinfo-h .ph-container {
  margin-top: 1.55rem;
  overflow: hidden;
  padding-bottom: 7.15rem;
}

.pinfo-h .ph-container .swiper-slide {
  position: relative;
  width: calc((100% - 2.55rem) / 4);
  margin-right: .85rem;
  transform: translateY(2.6rem);
}

.pinfo-h .ph-container .swiper-slide:last-child {
  margin-right: 0;
}

.pinfo-h .ph-container .swiper-slide .txt {
  width: 100%;
  background: #E2E3E5;
  border-radius: 10px;
  padding: .6rem 0;
  font-size: .5rem;
  text-align: center;
  line-height: 1;
}

.pinfo-h .ph-container .swiper-slide .img {
  width: 100%;
  height: 9.5rem;
  overflow: hidden;
  margin-top: .25rem;
}

.pinfo-h .ph-container .swiper-slide:nth-child(2n) .img {
  margin-top: 0;
  margin-bottom: .25rem;
}

.pinfo-h .ph-container .swiper-slide:nth-child(2n) {
  transform: translateY(0);
}

.pinfo-h .ph-container .swiper-slide .bg {
  transition: all 0.5s;
}

.pinfo-h .ph-container .swiper-slide:hover .bg {
  transform: scale(1.02);
}

.pinfo-h .phsw .prev,
.pinfo-h .phsw .next {
  position: absolute;
  top: 30%;
  cursor: pointer;
}

.pinfo-h .phsw .prev {
  left: 0;
  transform: rotate(180deg);
}

.pinfo-h .phsw .next {
  right: 0;
}

.pinfo-i {
  padding-top: 2.725rem;
  background-image: url(../img/pibg.jpg);
  padding-bottom: 1.95rem;
}

.pinfo-i .t {
  position: relative;
  line-height: 1;
  font-weight: 500;
}

.pinfo-i .t::after {
  content: "";
  width: 2rem;
  height: .25rem;
  background: #8FC31F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.2rem;

}

.pinfo-i .t1 {
  margin-top: 1.75rem;
  font-weight: 500;
  color: #333333;
  line-height: 1;
}

.pinfo-i .pi-container {
  margin-top: 2.8rem;
}

.pinfo-i .pi-container .swiper-slide {

  opacity: 0.5;

}

.pinfo-i .pi-container .swiper-slide:last-child {
  margin-right: 0;
}

.pinfo-i .pi-container .swiper-slide .img {
  width: 100%;
  height: 11.075rem;
  margin-bottom: .875rem;
  position: relative;
}

.pinfo-i .pi-container .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.875rem;
  bottom: -.875rem;
  background-image: url(../img/pishod.png);
  background-size: 100% 100%;
}


.pinfo-i .pi-container .swiper-slide.swiper-slide-active {
  transform: scale(1.15) translateY(-5%);
  opacity: 1;
  color: #8FC31F;
}

.pinfo-i .pi-container .swiper-slide .tt {
  text-align: center;
  line-height: 1;
}


.pinfo-i .prev,
.pinfo-i .next {
  position: absolute;
  top: 30%;
  cursor: pointer;
  width: 68px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: 3;
  transition: all 0.5s;
}

.pinfo-i .prev {
  left: 23%;
  transform: rotate(180deg);
}

.pinfo-i .next {
  right: 23%;
}

.pinfo-i .prev:hover,
.pinfo-i .next:hover {
  background-color: #8FC31F;
}

.pinfo-i .prev svg,
.pinfo-i .next svg {
  fill: #8FC31F;
  ;
}

.pinfo-i .prev:hover svg,
.pinfo-i .next:hover svg {
  fill: #fff;
}

.pinfo-j {
  background-color: #fff;
  padding: 2.35rem 0;
  font-weight: 500;
  padding-bottom: 3.65rem;
}


.pinfo-j .pjsw {
  position: relative;
  padding: 0 1.35rem;
}

.pinfo-j .pj-container {
  margin-top: 1.55rem;
  overflow: hidden;
}

.pinfo-j .pj-container .swiper-slide {
  position: relative;
  width: calc((100% - 2.55rem) / 4);
  margin-right: .85rem;
}

.pinfo-j .pj-container .swiper-slide:last-child {
  margin-right: 0;
}

.pinfo-j .pj-container .swiper-slide .img {
  width: 100%;
  height: 7rem;
  overflow: hidden;
}

.pinfo-j .pj-container .swiper-slide .img .bg {
  transition: all 0.5s;
}

.pinfo-j .pj-container .swiper-slide:hover .img .bg {
  transform: scale(1.02);
}

.pinfo-j .pj-container .swiper-slide .tit-20 {
  line-height: 1;
  text-align: center;
  margin-top: 1.4rem;
}


.pinfo-j .prev,
.pinfo-j .next {
  position: absolute;
  top: 30%;
  cursor: pointer;
}

.pinfo-j .prev {
  left: 0;
  transform: rotate(180deg);
}

.pinfo-j .next {
  right: 0;
}

.pinfo-j .prev:hover svg,
.pinfo-j .next:hover svg {
  fill: #8FC31F;
  opacity: 1;
}

.pinfo-j svg,
.pinfo-j svg {
  fill: #ccc;
  opacity: 0.7;
}



.star-a {
  height: 24.375rem;
}

.star-a .bg {
  padding-top: 4.05rem;
}

.star-a .bg .t1 {
  line-height: 1;
  margin-bottom: 1.075rem;
  font-weight: 500;
}

.star-a .bg .t1 span {
  color: #8FC31F;

}

.star-a .bg .t2 {
  line-height: 1;
  font-weight: 500;
}

.star-a .bg .img {
  width: 26.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.star-b {
  padding-top: 2.75rem;
  background-color: #fff;
}

.star-b .t1 {
  font-weight: 500;
  color: #333333;
}

.star-b .t2 {
  width: 25.4rem;
  margin: 0 auto;
  margin-top: 1.15rem;
}

.star-b .img {
  width: 100%;
  height: 18rem;
  overflow: hidden;
  margin-top: 2rem;
}

.star-c {
  padding: 3.475rem 0;
  background: #F4F4F4;
}

.star-c .left {
  width: 42.5%;
  float: left;
  padding-left: 2.6rem;
}

.star-c .right {
  width: 57.5%;
  float: left;
  padding-left: 3.55rem;
  padding-top: 1.375rem;
  padding-right: 7.75rem;
}

.star-c .right .ajax-txt {
  height: 7.75rem;
}

.star-c .right .t1 {
  font-weight: 500;
  color: #333333;
  line-height: 1;
}

.star-c .right .t2 {
  font-weight: 500;
  color: #666666;
  width: 80%;
  margin-top: 1.325rem;
}

.star-c .starc-container .con {
  width: 13.875rem;
}

.star-c .starc-container {
  overflow: hidden;

  width: 13.875rem;
}

.star-c .starc-container .swiper-slide {
  width: 3rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  border: 1px solid transparent;
  margin-right: .625rem;
  cursor: pointer;
}

.star-c .starc-container .swiper-slide img {
  width: 60%;
}

.star-c .starc-container .swiper-slide.on {
  border: 2px solid #8FC31F;
}

.star-c .starc-container .swiper-slide:hover {
  border: 2px solid #8FC31F;
}

.star-c .starc-container .swiper-slide:last-child {
  margin-right: 0;
}

.star-c .prev,
.star-c .next {
  position: absolute;
  cursor: pointer;
  width: .675rem;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: all 0.5s;
}

.star-c .prev {
  left: -2rem;
}

.star-c .next {
  right: 1rem;
}

.star-c .prev svg,
.star-c .next svg {
  fill: #8FC31F;

}

.star-c .prev svg path,
.star-c .next svg path {
  stroke-width: 1px;
}

.star-c .prev:hover,
.star-c .next:hover {
  opacity: 1;
}

.star-d {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
}

.star-d .txt {
  position: absolute;
  top: 8rem;
  left: 8.125rem;
}

.star-d .txt .tit-52 {
  font-weight: 500;
  color: #333333;
  line-height: 1;
}

.star-d .txt .tit-18 {
  font-weight: 500;
  color: #666666;
  line-height: 2;
  margin-top: 1.375rem;
}

.star-d .imgbox {
  position: absolute;
  top: 5.1rem;
  left: 24.175rem;
  width: 14.75rem;

}

.star-d .imgbox img {
  width: 100%;
  max-width: none;
}

.star-d .imgbox1 {
  top: 8rem;
  transform: scale(1.5);
}

.star-d .t2 {
  top: 12rem;
  opacity: 0;
}

.star-d .acimg img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.star-d .acimg img.cur {
  display: block;
}

.star-d .t3 {
  top: 12rem;
  opacity: 0;
}

.star-d .t4 {
  top: 12rem;
  opacity: 0;

}

.star-d .imgbox4 {
  z-index: 4;
  transform-origin: 50% 50%;
}

.star-d .imgbox6 {
  z-index: 5;
}

.star-d .imgbox5 {
  width: 19rem;
  left: 19.5rem;
  transform: scale(0.85);
  opacity: 0;
  z-index: 1;
  top: 15%;
}

.star-e {
  padding: 4.475rem 0 2.65rem 5.875rem;
  background: #000000;
}

.star-e .left {
  width: 14.1rem;
  float: left;
}

.star-e .right {
  width: calc(100% - 14.1rem);
  padding-left: 1.25rem;
  float: left;
}

.star-e .right .t1 {
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  padding-left: 2.775rem;
}

.star-e .right .t2 {
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 1.25rem;
  padding-left: 2.775rem;
  width: 74%;
}

.star-e .right .list {
  font-size: 0;

  width: 100%;
  white-space: nowrap;
  margin-top: 3.6rem;
}

.star-e .right .list img {
  display: inline-block;
  margin-right: 2.05rem;
  width: 8.125rem;
}

.star-e .right .list img:last-child {
  margin-right: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  opacity: 0 !important;
}

.star-f {
  padding: 2.75rem 0 2.6rem 4rem;
  background: #000000;
}

.f500 {
  font-weight: 500;
}

.star-f .list {
  margin-top: 1.325rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.star-f .list .left {
  width: 14.7rem;
}

.star-f .list .left .li {
  float: left;
  border-radius: .25rem;
  display: flex;
  width: calc((100% - 1.5rem) / 3);
  margin-right: .75rem;
  height: 4.4rem;
  margin-bottom: .7rem;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.5s;
  cursor: pointer;

}

.star-f .list .left .li .icon {
  height: 1.275rem;
  margin-bottom: .5rem;
}

.star-f .list .left .li:nth-child(3n) {
  margin-right: 0;
}

.star-f .list .left .li:hover {
  background-color: #000;
  border: 2px solid #8FC31F;
}

.star-f .list .left .li.on {
  background-color: #000;
  border: 2px solid #8FC31F;
}

.star-f .list .middle {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.star-f .list .middle .li {
  padding: .625rem;
  border-radius: .5rem;
  line-height: 1;
  color: #fff;
  margin: .625rem 0;
  background: #8FC31F;
  font-size: .55rem;
  transition: all 0.5s;
  white-space: nowrap;
}

.star-f .list .middle .li.on {
  background-color: #8FC31F;
}

.star-f .list .right {
  width: 22.9rem;
}

.star-g {
  height: 23.75rem;
  background-image: url(../img/sg1.png);
  padding-top: 2.6rem;
}

.star-g .list {
  display: flex;
  margin-top: 1.55rem;
  position: relative;
  z-index: 3;
  justify-content: center;
}

.star-g .list .li {
  width: 9rem;
  margin: 0 .45rem;
  height: 11rem;
  border-radius: .5rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.star-g .list .li .top {
  padding: .6rem;
  display: flex;
  background: #366AD2;
  align-items: center;
}

.star-g .list .li .top .icon {
  width: 1.85rem;
  height: 1.85rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  margin-right: .425rem;
}

.star-g .list .li .con {
  padding: 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.star-g .list .li .con .p {
  display: inline-block;
  font-size: .45rem;
  position: relative;
  line-height: 1;
  margin-bottom: .6rem;
  width: 42%;
}

.star-g .list .li .con .p::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #215BCD;
  border-radius: 50%;
  margin-top: -3px;
}

.star-g .imgs {
  width: 28.725rem;
  position: absolute;
  bottom: 2.85rem;
  left: 50%;
  transform: translateX(-50%);
}

.star-h .sh-container {
  margin-top: 2.275rem;
  height: 18rem;
  overflow: hidden;
  text-align: center;
}

.star-h .sh-container .sh-pagination {
  position: absolute;
  z-index: 3;
  bottom: 1.6rem !important;
}

.star-h .sh-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.star-h .sh-container .sh-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.star-h .sh-container .sh-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #215BCD;
}

.pord-nav {
  position: absolute;
  top: 2.175rem;
  background-color: rgba(255, 255, 255, .8);
  width: 9.5rem;
  display: none;
  left: 0;
}

.pord-nav .one-li {
  width: 9.5rem;
  height: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}

.pord-nav .one-li .tit {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 .925rem;

}

.pord-nav .one-li.on .tit {
  color: #8FC31F;
}

.pord-nav .one-li.on .tit .icon {
  background: #8FC31F;
}

.pord-nav .one-li .tit .icon img {
  width: 50%;
}

.pord-nav .one-li .tit:hover .icon {
  background: #8FC31F;
}

.pord-nav .one-li .tit .icon {
  width: 22px;
  height: 22px;
  background: #999999;
  border-radius: 50%;
  position: relative;
  margin-right: 18px;
}

.pord-nav .two {
  position: absolute;
  width: 9.5rem;
  left: 9.5rem;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  display: none;
  cursor: pointer;
}

.pord-nav .two .two-li {
  width: 100%;
  height: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pord-nav .two .two-li .two-tit {

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 .925rem;
  font-size: .4rem;
  position: relative;
  background-color: rgba(237, 237, 237, .55);
}

.pord-nav .two .two-li .two-tit:hover {
  color: #fff;
  background-color: #8FC31F;
}

.pord-nav .two .two-li.on .two-tit {
  color: #fff;
  background-color: #8FC31F;
}

.pord-nav .two .two-li .two-tit::after {
  content: "";
  position: absolute;
  right: .925rem;
  background-image: url(../img/jts.png);
  width: 4px;
  height: 9px;
  top: 50%;
  margin-top: -4px;
  z-index: 3;

}

.pord-nav .three {
  position: absolute;
  width: 9.5rem;
  right: -100%;
  height: 100%;
  top: 0;
  font-size: .4rem;
  display: none;
  background-color: rgba(237, 237, 237, 1);
}

.pord-nav .three .three-li {
  width: 100%;
  height: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  padding: 0 .925rem;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: flex-start;
}

.pc-header.fixed {
  opacity: 0;
  display: none;
}

.sub-nav .nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}

.pinfo-nva .view {
  background: #fff;
}

.pinfo-nva .view.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}

.about-f {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.about-f .img {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
}

.about-f .img img {
  max-width: none;
  width: 100%;
}

.about-f .img1 {
  z-index: 1;
}

.about-f .img2 {
  z-index: 2;
  opacity: 0;
}

.about-f .img3 {
  z-index: 3;
  opacity: 0;
}




.pc_seachbox {
  position: absolute;
  top: 2.175rem;
  width: 100%;
  left: 0;
  height: 5.6rem;
  background-color: #fff;
  z-index: 999;
  background-image: url(../img/ja1.png);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  background-size: auto;

}

.zk_search_wrap {
  width: 25rem;
  margin: 0 auto;
  padding: 2rem 0 1.25rem;
}

.head_seachbox {
  position: relative;
  line-height: 1.45rem;
  height: 1.5rem;
}

.head_seachbox .seach_input {
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0 4.5rem 0 1.75rem;
  background: url(../img/head_searchicon.7de0b5f.png) .5rem no-repeat;
}

.head_seachbox .seach_submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  color: #fff;
  background-color: #8FC31F;
  transition: .4s;
}

.head_seachbox .seach_input input {
  font-size: .4rem;
  width: 100%;
  background-color: transparent;
}

.head_seachbox .seach_submit input {
  color: #fff;
  font-size: .45rem;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.header_nav_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  transition: .4s;
  z-index: 100;
}

.header_nav_bg.header_nav_bg_on {
  opacity: 1;
}

.logins {
  height: 100vh;
}

.logins .wrap {
  width: 45%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

.logins .wrap .tab {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D4D4D4;
  height: 2rem;
}

.logins .wrap .tab span {
  width: 50%;
  height: 100%;
  line-height: 2rem;
  text-align: center;
  position: relative;
  color: #222222;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s;
}

.logins .wrap .tab span::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0.1rem;
  background-color: #8FC31F;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.logins .wrap .tab span::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.5rem;
  background-color: #D4D4D4;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.logins .wrap .tab span:last-child:after {
  display: none;
}

.logins .wrap .logining {
  padding: 1.4rem 3rem 1.5rem;
  transition: all .5s;
}

.logins .wrap .logining .li {
  width: 100%;
  height: 1.45rem;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
  position: relative;
}

.logins .wrap .logining .li input {
  width: calc(100% - 18px);
  height: 100%;
  background: none;
  color: #666666;
}

.logins .wrap .logining .li div {
  width: 18px;
}

.logins .wrap .logining .li div img {
  width: 100%;
}

.logins .wrap .logining .keep-word {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.logins .wrap .logining .agreement div {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #D4D4D4;
  margin-right: 8px;
  margin-top: 5px;
  transition: all .3s;
}

.logins .wrap .logining .agreement div svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  opacity: 0;
  transition: all .3s;
}

.logins .wrap .logining .agreement {
  margin-top: 0.5rem;
  display: flex;
  cursor: pointer;
}

.logins .wrap .logining .submit {
  width: 100%;
  height: 1.45rem;
  background-color: #8FC31F;
  color: #fff;
  margin-top: 1.2rem;
}

.logins .wrap .logining .agreement p {
  width: calc(100% - 26px);
  color: #666;
  line-height: 1.6;
}

.logins .wrap .register {
  padding: 0.9rem 1.4rem;
  transition: all .5s;
}

.logins .wrap .register .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.logins .wrap .register .li .input-box {
  width: 48%;
  height: 1.45rem;
  border-radius: 3px;
  margin-right: 4%;
  display: flex;
  align-items: center;
  border: 1px solid #D4D4D4;
  padding: 0 0.4rem;
}

.logins .wrap .register .li .input-box p {
  color: #666666;
  line-height: 1;
  white-space: nowrap;
}

.logins .wrap .register .li .input-box p span {
  color: red;
}

.logins .wrap .register .li .input-box input {
  width: 100%;
  height: 100%;
  padding: 0 0.25rem;
  color: #666666;
}

.logins .wrap .register .li .input-box div {
  width: 18px;
  min-width: 18px;
}

.logins .wrap .register .li .input-box div img {
  max-width: 100%;
  margin: 0 auto;
}

.logins .wrap .register .li .input-box:last-child {
  margin-right: 0;
}

.logins .wrap .register .li .input-box .send-code {
  display: block;
  line-height: 1;
  white-space: nowrap;
  color: red;
}

.logins .wrap .register .pitch-on {
  display: flex;
  cursor: pointer;
  margin-bottom: 14px;
}

.logins .wrap .register .pitch-on div {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #D4D4D4;
  margin-right: 8px;
  margin-top: 5px;
  transition: all .3s;
}

.logins .wrap .register .pitch-on div svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  opacity: 0;
  transition: all .3s;
}

.logins .wrap .register .pitch-on p {
  width: calc(100% - 26px);
  color: #666;
  line-height: 1.6;
}

.logins .wrap .register .reg-sub {
  margin-top: 0.7rem;
  width: 100%;
  height: 1.45rem;
  background-color: #8FC31F;
  color: #fff;
  border-radius: 3px;
}

.logins .wrap .register.hid-reg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}

.logins .wrap .logining.hid-login {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
}

.logins .wrap .ani-box {
  position: relative;
}

.logins .wrap .tab span.cur {
  color: #8FC31F;
}

.logins .wrap .tab span.cur::before {
  width: 100%;
}

.logins .wrap .pitch-on.cur div {
  background-color: #8FC31F;
  border-color: #8FC31F;
}

.logins .wrap .pitch-on.cur div svg {
  opacity: 1;
}

.job-cont {
  border-radius: 16px;
  padding: .8rem;
  background-color: #fff;
  margin-top: 1rem;
}

.job-cont .j-tit {
  font-weight: 500;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #141933;
  font-size: .6rem;
  line-height: .8rem;
}

.job-cont .j-type {
  margin-top: .5rem;
}

.job-cont .j-type {
  color: #8589a6;
  line-height: 2em;
  font-size: 14px;
}

.job-cont .j-type span {
  margin-right: 8px;
}

.job-cont .list {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.job-cont .list .tit {
  color: #141933;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.job-cont .list .job-continfo {
  margin-top: .75rem;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 16px;
}

.job-cont .apply {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;

}

.job-cont .apply button {
  display: inline-block;
  padding: .25rem .5rem;
  background-color: #8FC31F;
  color: #fff;
  font-size: .4rem;
}



.dolig {
  width: 100%;
  height: 100%;
  background-color: rgba(124, 124, 124, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.dolig_body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dolig .box {
  width: 20.75rem;
  height: auto;
  padding-bottom: 1rem;
  background-color: #fff;
  position: relative;
  top: 50%;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.125rem;
}

.dolig_colse {
  width: 0.525rem;
  height: 0.525rem;
  background: url(../img/close2.png) no-repeat center;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
}

.dolig_tit {
  padding-top: 1.25rem;
  text-align: center;
  width: 100%;
  font-size: 1.0rem;
  color: #333;
}

.dolig_from {
  position: relative;
  left: 20%;
  /*transform:translateX(-50%);*/
  width: 13.0rem;
}

.dolig_input {
  width: 13.0rem;
  height: 1.5rem;
  margin-top: 0.5rem;
  border: 1px solid #e8e8e8;
}

.dolig_input input {
  width: 86%;
  float: right;
  height: 100%;
  font-size: 0.4rem;
}

.dolig_input .lab {
  width: 12%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.dolig_input .lab1 {
  background: url(../img/f1.png)no-repeat center;
}

.dolig_input .lab2 {
  background: url(../img/f2.png)no-repeat center;
}

.dolig_input .lab3 {
  background: url(../img/f3.png)no-repeat center;
}

.dolig_input .lab4 {
  background: url(../img/f4.png)no-repeat center;
  width: 12%;
}

.dolig_input .input4 {
  width: 57%;
  float: left;
  margin-left: 1%;
  border-right: 1px solid #eee;
}

.dolig_input .lab:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 0.8rem;
  width: 1px;
  background-color: #ccc;
  transform: translateY(-50%);
}

.yzmbox {
  width: 13.0rem;
  height: 1.5rem;
  margin-top: 0.5rem;
}

.yzmbox .dolig_input.input2 {
  width: 100%;
  border: 1px solid #e8e8e8;
  margin-top: 0;
}

.yzmbox .dolig_input.input2 img {
  float: right;
  width: 30%;
  height: 100%;
}

.yzm {
  width: 25%;
  height: 100%;
  border: 1px solid #e8e8e8;
}

.yzm img {
  width: 100%;
  height: 100%;
}

.jl {
  margin-top: 0.5rem;
}

.jl input {
  font-size: 0.3rem;
  display: inline-block;
  width: 70px;
  opacity: 0;
  position: relative;
  z-index: 3;
}

.jl .filebox {
  position: relative;
  display: inline-block;
}

.jl .filebox .sp {
  font-size: 14px;
  color: ##8FC31F;
  text-decoration: underline;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.jl a span {
  float: left;
  font-size: 0.3rem;
}

.jl .input {
  display: inline-block;
}

/* 遮罩层 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
}

/* 弹窗 */
.modal-content {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -15%;
  width: 30%;
  height: 25%;
  /* min-width: 31.125rem; */
  /* min-height: 18.625rem; */
  border-radius: .125rem;
  background-color: white;
  z-index: 2;
}

.modal-body {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: .9rem;
  color: ##8FC31F;
}

.mb_revise {
  margin-top: 0.4rem;
  font-size: 0.375rem;
  text-align: center;
  line-height: .7rem;
}


/* 确定和取消 */
.determine,
.cancen {
  position: absolute;
  width: 3rem;
  height: 1rem;
  color: #fff;
  border: 0;
  outline: none;
  box-shadow: 0 .125rem .125rem rgb(107, 96, 96);
  cursor: pointer;
  font-size: 0.4rem;
}

.determine {
  right: 50%;
  margin-right: -1.5rem;
  bottom: .725rem;
  background-color: ##8FC31F;
  ;
}

.cancen {
  right: 2rem;
  bottom: .725rem;
  background-color: rgba(212, 37, 37, 0.788);
}

.determine:hover,
.cancen:hover {
  color: #fff;
  box-shadow: 0 .134rem .1275rem rgb(58, 57, 57);
}

.determine:active,
.cancen:active {
  box-shadow: 0 .134rem .1275rem rgba(230, 227, 227, .758);
}


.dolig_submit {
  margin-top: 0.75rem;
}

.dolig_submit input {
  width: 100%;
  background-color: #8FC31F;
  color: #fff;
  font-size: 0.45rem;
}

.toTop {
  position: fixed;
  width: 51px;
  height: 51px;
  background: #8FC31F;
  border-radius: 50%;
  bottom: 0.5rem;
  right: 1rem;
  cursor: pointer;
  z-index: 6;
}

.pc-header .right-btn .nav .li.s {
  position: relative;
}

.pc-header .right-btn .nav .li .sub {
  position: absolute;
  top: 2.175rem;
  background-color: rgba(255, 255, 255, .8);
  width: 6rem;
  left: 50%;
  top: calc(100% + 1px);
  transform: translateX(-50%);
  display: none;
}

.pc-header .right-btn .nav .li .sub a {
  display: block;
  width: 6rem;
  height: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.925rem;
  font-size: .4rem;
  transition: all 0.5s;
}

.new-pro-info {
  color: #666;
  font-weight: 500;
  line-height: 1.6;
  padding: 1rem 0;
}
.new-pro-info img{
  display: inline-block;
}
.yyxing{
  width: 70%;
  margin: 0 auto 2rem;
  text-align: center;
}
.banner-page {
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 9;
  width: 40px !important;
  bottom: auto !important;
  left: auto !important;
  text-align: right;
}
.banner-page  .swiper-pagination-bullet{
  width: 25px;
  height: 5px;
  border-radius: 0;
  background-color: #8FC31F;
  margin: 5px  1px !important;
  opacity: 1;
}
.banner-page  .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 40px;
  background-color: #8FC31F;
}

header.info{
  position: relative;
}

.info .pc-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, .3);
}



.info .pc-header .op1 {
  opacity: 0;
}

.info .pc-header .op2 {
  opacity: 1;
}

.info .pc-header .right-btn .nav .li .tit a {
  color: #000;
}

.pinfo-nva.info{
  top: 2.5rem;
}
.videoboxs{
  background-color: #000;
}
/* #bannerVideo{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} */

.pofr{
  position: relative;
  margin-top: 3px;
}
.por-banner{
    height: 100vh;
}
.por-banner .a{
    position: absolute;
    bottom:0;
    width: 100%;
    height:2.175rem;
}
.langbox .libox {
  padding: 8px 8px 0;
  background: #fff;
  width: 100px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translate(0, -20px);
}

.pc-header .right-btn  .langbox .libox a {
  display: block;
  width: 84px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: #eee;
  color: #999;
  transition: all .3s;
  font-size: 15px;
  margin-bottom: .25rem;
}

.pc-header .right-btn  .langbox .libox a:hover {
  background: rgba(0, 0, 0, .3);
  color: #fff;
}
.pc-header .right-btn  .langbox:hover .libox {
  transition: none;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}