@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;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}
.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0;
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  max-width: 100%;
  /*图片清晰处理*/
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
/*::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size:38px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size:36px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 34px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-l {
  text-transform: lowercase;
}

.text-u {
  text-transform: uppercase;
}

.text-c {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1600 {
  max-width: 1600px;
  width: 88%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 30px 0 0;
  font-weight: bold;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #666;
  width: auto;
  height: 22px;
  line-height: 22px;
  margin: 0 .5rem;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  color: #0e903d;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: auto;
  height: 20px;
  line-height: 20px;
  margin: 0 .5rem;
  display: inline-block;
  color: #0e903d;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #0e903d;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a[rel="next"], .page a[rel="prev"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  /*background:#EDEDED;*/
  border-bottom: none;
}

.page a[rel="next"] .icon, .page a[rel="prev"] .icon {
  width: 25px;
  height: 22px;
  fill: #666;
}

.page a:hover[rel="next"], .page a:hover[rel="prev"] {
  background: transparent;
}

.page a:hover[rel="next"] .icon, .page a:hover[rel="prev"] .icon {
  fill: #0e903d;
}

.page a[rel="next"]:hover img, .page a[rel="prev"]:hover img {
  filter: grayscale(100%) brightness(10);
  opacity: .95;
}

@media (max-width: 767px) {
  .page {
    padding-top: 1rem;
  }
}
/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}
.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}
.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}
.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}
.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}
.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}
.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}
.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}
.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}
.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}
.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}
.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}
/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb, .cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -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 1s;
  animation: mk_bottom_to_top 1s;
}

.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 1s;
  animation: tt_palx_img 1s;
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
@keyframes line_w100 {
  to {
    left: 100%;
  }
}
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_in {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/



@font-face {
    font-family: "OPPOSANS-M";
    src: url("fonts/OPPOSANS-M.eot"); /* IE9 */
    src: url("fonts/OPPOSANS-M.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("fonts/OPPOSANS-M.woff") format("woff"), /* chrome、firefox */
    url("fonts/OPPOSANS-M.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("fonts/OPPOSANS-M.svg#OPPOSANS-M") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.OPPOSANS-M{
  font-family:"OPPOSANS-M","Arial";
}


body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background:#f5f3f0;*/
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo, body.init #pageloader div {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

#pageloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  /*transition: all .8s 2s;*/
  /*transition:opacity .6s 2s,visibility .6s 2s;*/
}

.warpload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  transition: all .4s .2s;
}

#pageloader .loadlogo {
  position: absolute;
  width: 138px;
  bottom: 46.2vh;
  left: 50%;
  margin-left: -69px;
}

#pageloader .loadtit {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 38vh;
}

#pageloader .progressbar {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 32vh;
  color: #09913d;
  z-index: 2;
}

#pageloader .waterLine {
  position: absolute;
  bottom: 4.5rem;
  width: 100%;
  height: 12vh;
}

#pageloader .waterLine .wave {
  fill: transparent;
  stroke-width: .2px;
}

#pageloader #wave1 {
  animation-delay: -2s;
  animation-duration: 7s;
}

#pageloader #wave2 {
  animation-delay: -3s;
  animation-duration: 10s;
}

#pageloader #wave3 {
  animation-delay: -4s;
  animation-duration: 10s;
}

#pageloader #wave1 {
  stroke: rgba(9, 145, 61, 0.3);
}

#pageloader #wave2 {
  stroke: rgba(9, 145, 61, 0.15);
}

#pageloader #wave3 {
  stroke: rgba(9, 145, 61, 0.3);
}

#pageloader .waterLine use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

#pageloader .svgquan {
  position: absolute;
  width: 22034px;
  height: 13694px;
  transform: translate(-50%, -53%) scale(0.135) translateZ(0);
  -webkit-transform-origin: 49.95% 53%;
  -moz-transform-origin: 49.95% 53%;
  z-index: 5;
  /*shape-rendering: geometricPrecision;
  image-rendering: optimizeQuality; 
   backface-visibility: hidden;
  will-change: transform;*/
  opacity: 0;
  transition: transform 1.5s .6s,opacity .2s;
}

#pageloader.active .svgquan {
  opacity: 1;
  transform: translate(-50%, -53%) scale(3) translateZ(0);
}

#pageloader.active .warpload {
  opacity: 0;
}

#pageloader.active2 {
  opacity: 0;
  visibility: hidden;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.footer {
  background: #f3f3f3;
  padding: 1.75rem 1.5rem 0;
}
.footer .flogo {
  padding-bottom: .7rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1rem;
  align-items: flex-end;
}
.footer .flogo .rightbox{
  width: 22%;
}
.footer .flogo .rightbox .nland{
  color:#333;
  transition: all .6s;
}
.footer .flogo .rightbox .nland:hover{
  color:#0e903d;
}
.footer .flogo #flogo {
  width: 125px;
  height: 50px;
}
.footer .flogo #flogo2 {
  width: 125px;
  height: 50px;
}
.footer .fmiddle {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
}
.footer .fmiddle .fnav {
  width: 64%;
}
.footer .fmiddle .fnav .li a {
  display: block;
  transition: all .8s;
}
.footer .fmiddle .fnav .li .atit1 {
  margin-bottom: .5rem;
}
.footer .fmiddle .fnav .li .atit2 {
  margin-bottom: .2rem;
}
.footer .fmiddle .fnav .li a:hover {
  color: #13943c;
}
.footer .fmiddle .rightbox {
  width: 22%;
}
.footer .fmiddle .rightbox .title {
  margin-bottom: .5rem;
}
.footer .fmiddle .rightbox .p {
  margin-bottom: .65rem;
}
.footer .fmiddle .rightbox .wsp {
  margin-bottom: .15rem;
}
.footer .fmiddle .rightbox .sp {
  width: calc(100% - 60px);
}
.footer .fmiddle .rightbox .sp2 {
  color: #0e903d;
  font-weight: bold;
}
.footer .fmiddle .rightbox .wximg,.footer .fmiddle .rightbox .img{
  width:100%;
}
.footer .fmiddle .rightbox .wximg .img .nli_img{
  max-width:48%;
}
.footer .fmiddle .rightbox .wximg .img .nli_img:nth-child(1){
  margin-right:.25rem;
}
.footer .fmiddle .rightbox .wximg .img .nli_img:nth-child(2){
  margin-right:0 !important;
}
.footer .footerbot {
  padding: 30px 0;
}
.footer .footerbot a:hover {
  color: #13943c;
}

#index-container {
  height: 100vh;
  /*.index1page{
    background:#eee;
  }
  
  .index3page{
    background:#999;
  }
  .index4page{
    background:#333;
  }*/
}
#index-container .indexpage {
  height: 100vh;
}
#index-container .index6page {
  height: auto !important;
}
#index-container .index6page {
  /*background:#fff;*/
  height: auto !important;
}

.zdownline {
  height: 10.4vh;
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  width: 2px;
  background: #f2f2f2;
}
.zdownline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0px;
  background: #0e903d;
  animation: linedown 3s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

@keyframes linedown {
  0% {
    top: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    opacity: .5;
  }
}
.warpheader {
  height: 2.25rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.warpheader .header {
  height: 2.25rem;
  padding: 0 1.5rem;
}

.warpheader .header .logo {
  height: 60px;
  position: relative;
  margin-top: -10px;
}

.warpheader .header .hlogo {
  height: 60px;
}

.warpheader .header .logo .img1 {
  opacity: 1;
}

.warpheader .header .logo .img2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.warpheader .header .nav {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 2.5rem;
}

.warpheader .header .nav .li {
  line-height: 2.25rem;
  margin-right: 1.3rem;
}

.warpheader .header .nav .li > a {
  display: block;
  white-space: nowrap;
  transition: all .6s;
  position: relative;
}
.warpheader .header .nav .li > a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -2.5px;
  background: #0d913d;
  z-index: 2;
  bottom: -10px;
  opacity: 0;
  transition: all .6s;
}

.warpheader .header .nav .li > a:hover, .warpheader .header .nav .li.cur > a {
  color: #0d913d !important;
}

.warpheader .header .nav .li > a:hover:before, .warpheader .header .nav .li.cur > a:before {
  opacity: 1;
}

.warpheader.on2 .header .nav .li> a:before {
  background: #fff;
}
.warpheader.on2 .header .nav .li > a:hover, .warpheader.on2 .header .nav .li.cur > a {
  color: #fff !important;
}

.warpheader.on2 .header .nav .li > a:hover:before, .warpheader.on2 .header .nav .li.cur > a:before {
  opacity: 1;
}
.warpheader .header .rightbox .langbtn {
  margin-right: 1rem;
}

.warpheader .header .rightbox .langbtn a {
  transition: all .6s;
}

.warpheader .header .rightbox .langbtn .a1 {
  opacity: .5;
}

.warpheader .header .rightbox .langbtn .line {
  margin: 0 13px;
  width: 1px;
  height: 14px;
  opacity: .5;
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

.warpheader .header .rightbox .langbtn a:hover {
  opacity: 1;
  color: #0d913d;
}

.warpheader .header .rightbox .searchbtn svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: all .6s;
}

.warpheader .header .rightbox .searchbtn:hover svg {
  fill: #0d913d;
}

.warpheader .header .logo .hlogo .cls-10 {
  transition: all .6s;
}

.warpheader.active {
  position: absolute;
}

.warpheader.active .header {
  background: #fff;
}

.warpheader.active .header .logo .cls-10 {
  fill:#717071;
}

.warpheader.active .header .nav .li a {
  color: #333;
}

.warpheader.active .header .rightbox .langbtn .a1 {
  color: #333;
}

.warpheader.active .header .rightbox .langbtn a {
  color: #333;
}

.warpheader.active .header .rightbox .langbtn .line {
  background: rgba(51, 51, 51, 0.3);
}

.warpheader.active .header .rightbox .searchbtn svg {
  fill: #333;
}

.warpheader.nactive {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.warpheader.nactive .header .logo .cls-10 {
  fill: #717071;
}

.warpheader.nactive .header .nav .li a {
  color: #333;
}

.warpheader.nactive .header .rightbox .langbtn .a1 {
  color: #333;
}

.warpheader.nactive .header .rightbox .langbtn a {
  color: #333;
}

.warpheader.nactive .header .rightbox .langbtn .line {
  background: rgba(51, 51, 51, 0.3);
}

.warpheader.nactive .header .rightbox .searchbtn svg {
  fill: #333;
}

.m-bocweb-header3 {
  /*position:fixed;*/
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
}

.m-bocweb-header3 .header2 {
  height: 60px;
  padding: 0 5%;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
}

.m-bocweb-header3 .header2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  backdrop-filter: blur(1px);
  z-index: -1;
}

.m-bocweb-header3 .header2 .logo {
  position: relative;
}

.m-bocweb-header3 .header2 .logo .img1 {
  height: 40px;
}

.m-bocweb-header3 .header2 .nav .tit {
  width: 100%;
  padding: .65rem 0;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}

.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

.m-bocweb-header3 .header2 .nav {
  font-size: .65rem;
  color: #333;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 60px - 1rem);
}

.m-bocweb-header3 .header2 .nav .li {
  position: relative;
  width: 100%;
}

.m-bocweb-header3 .header2 .nav .li:hover > a {
  color: #333;
}

.m-bocweb-header3 .header2 .nav .icon {
  width: 16px;
  height: 16px;
  fill: #999;
  transition: all .4s;
}

.m-bocweb-header3 .header2 .nav .warp-btn {
  /*display:block;*/
  padding: .65rem 5%;
  line-height: 1.5;
  position: relative;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*border-top:1px solid rgba(255,255,255,.2);*/
}

.m-bocweb-header3 .header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.m-bocweb-header3 .header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}

.m-bocweb-header3 .header2 .nav .sec-list {
  padding: .35rem 5%;
  background: #fff;
}

.m-bocweb-header3 .header2 .nav .item .tit {
  color: #fff;
  padding: 0.3rem 0 .3rem 5%;
}

.m-bocweb-header3 .header2 .nav .item .icon {
  fill: #fff;
}

.m-bocweb-header3 .header2 .nav .prosec {
  overflow: hidden;
}

.m-bocweb-header3 .header2 .nav .prosec p {
  width: 48%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.m-bocweb-header3 .header2 .nav .prosec p:nth-child(2n) {
  margin-left: 4%;
}

.m-bocweb-header3 .header2 .nav .sub-tit.on {
  background: #fff;
}

.m-bocweb-header3 .header2 .nav .sub-tit.on .icon {
  transform: rotate(-90deg);
}

.m-bocweb-header3 .header2 .nav .sec-list {
  /*line-height:40px;*/
  padding: .35rem 6% 1rem;
  display: none;
  font-size: .6rem;
  /*border-bottom:1px solid #555;*/
}

.m-bocweb-header3 .header2 .nav .sec-list a {
  padding: .3rem 0;
  display: block;
  color:#333;
}

.m-bocweb-header3 .header2 .hamburger-inner {
  margin-top: -1px;
}

.m-bocweb-header3 .header2 .hamburger-inner::before {
  top: -6px;
}

.m-bocweb-header3 .header2 .hamburger-inner::after {
  bottom: -6px;
}

.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 17px;
}

.m-bocweb-header3 .header2 .hamburger-box {
  width: 18px;
  height: 17px;
}

.m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background: #000;
}

.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::after {
  background: #000;
}

.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::before, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::after {
  background: #000;
}

.m-bocweb-header3 .header2 .warp-nav1-sub {
  transform: translate(0, 0);
  transition: all .5s;
}

.m-bocweb-header3 .header2 .warp-nav1-sub.active {
  transform: translate(-100%, 0);
}

.m-bocweb-header3 .header2 .warp-nav2-sub {
  transform: translate(100%, 0);
  transition: all .5s 0s;
}

.m-bocweb-header3 .header2 .warp-nav2-sub.active {
  transform: translate(0, 0);
  transition: all .5s .2s;
}

.m-bocweb-header3 .header2 .h-right span {
  margin-left: .25rem;
}

.m-bocweb-header3 .searchbtn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all .4s;
}

.m-bocweb-header3 .searchbtn .icon {
  width: 15px;
  height: 15px;
  fill: #333;
}

.m-bocweb-header3 .line {
  width: 1px;
  height: 10px;
  background: #999;
  opacity: .2;
  margin: 0 .5rem 0 .25rem;
}

.m-bocweb-header3 .langbtn {
  margin-right: .25rem;
}

.m-bocweb-header3 .spicon {
  width: 18px;
  height: 18px;
}

.m-bocweb-header3 .spicon .icon {
  width: 18px;
  height: auto;
  fill: #333;
}

.m-bocweb-header3.active .line {
  opacity: .5;
}

.m-bocweb-header3.active .header2:before {
  /*background: rgba(0,0,0,1);*/
}

.m-bocweb-header3.active .header2 .hamburger-inner::before, .m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #000 !important;
}

@media (max-width: 768px) {
  .m-bocweb-header3 .header2 {
    height: 60px;
  }

  .m-bocweb-header3 {
    height: 60px;
  }

  .m-bocweb-header3 .header2 .hamburger-box {
    width: 18px;
    height: 20px;
  }

  .m-bocweb-header3 .header2 .hamburger {
    height: 20px;
  }

  .m-bocweb-header3 .hamburger-inner::before {
    top: -6px;
  }

  .m-bocweb-header3 .hamburger-inner::after {
    bottom: -6px;
  }

  .m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
    width: 18px;
    height: 2px;
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .m-bocweb-header3 .header2 .warp-nav {
    padding: 0 0 45px;
  }

  .m-bocweb-header3 .header2 .nav {
    font-size: .55rem;
  }

  .m-bocweb-header3 .header2 .nav .warp-btn, .m-bocweb-header3 .header2 .nav .tit {
    padding: .5rem 5%;
  }

  .m-bocweb-header3 .header2 .logo, .m-bocweb-header3 .header2 .logo .img1 {
    height: 32px;
    margin-top: -3px;
  }

  .m-bocweb-header3 .header2 .nav .sec-list a {
    padding: .2rem 0;
    padding-left: 1.5rem;
    font-size: .55rem;
    color: #333;
    /*border-bottom:1px solid #0e5ca5;*/
    position: relative;
  }

  .m-bocweb-header3 .header2 .nav .sec-list a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
    left: .5rem;
    top: 50%;
    margin-top: -2.5px;
  }
}
.h-searchbox {
  position: absolute;
  top: 2.5rem;
  width: 100%;
  left: 0;
  padding: 1rem 0 1rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  z-index: 6;
  display: none;
}

/*.h-searchbox .close {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 3%;
  top: 3%;
  cursor: pointer;
  z-index: 3; }

.h-searchbox .close svg {
  width: .5rem;
  height: .5rem;
  fill: #0d923d; }*/
.h-searchbox .formbox {
  width: 960px;
  margin: 0 auto;
  max-width: 88%;
}

.h-searchbox .input1 {
  width: 100%;
  height: 58px;
  background: #F6F6F6;
  width: calc(100% - 140px - 20px);
  border: none;
  padding-left: 1rem;
}

.h-searchbox .input2 {
  width: 140px;
  height: 58px;
  background: #0d923d url(../img/searchbtn2.png) no-repeat 30px center;
  border-radius: 2px;
  background-size: 21px auto;
  padding-left: 60px;
  text-align: left;
}

.h-searchbox form {
  width: 100%;
}

@media (max-width: 1024px) {
  .h-searchbox {
    top: 60px;
    position: fixed;
    padding: 2rem 0;
  }

  .h-searchbox .inputbox .input2 {
    background-size: .85rem auto;
  }

  .h-searchbox .close svg {
    width: 0.65rem;
    height: 0.65rem;
  }
}
@media (max-width: 767px) {
  .h-searchbox .input1 {
    height: 40px;
    width: calc(100% - 100px - 10px);
    padding-left: 10px;
  }

  .h-searchbox .input2 {
    width: 100px;
    height: 40px;
    background: #0d923d url(../img/searchbtn2.png) no-repeat 22px center;
    border-radius: 2px;
    background-size: 21px auto;
    padding-left: 50px;
  }

  .h-searchbox .tipbox {
    padding-left: 10px;
  }
}
.index1page {
  position: relative;
  overflow: hidden;
  height: 100vh;
  z-index: 1;
}
.index1page .zdownline {
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.index1page .zdownline:before {
  background: #fff;
}
.index1page .index1-container {
  height: 100%;
}
.index1page .index1-container .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index1page .text {
  position: absolute;
  width: 100%;
  padding: 0 1.5rem;
  left: 0;
  bottom: 6.25rem;
  z-index: 3;
}
.index1page .text .tip {
  margin-bottom: .3rem;
}
.index1page .text .tit3 {
  width: 48%;
}
.index1page .text .hrefbtn {
  width: 135px;
  height: 48px;
  margin: .5rem 0 0;
  border-top-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
  overflow: hidden;
  background: url(../img/img10.png) no-repeat center center;
  background-size: cover;
  transition: all .6s;
}
.index1page .text .hrefbtn:hover {
  color: #fff;
}
.index1page .propagination {
  position: absolute;
  bottom: 1rem !important;
  padding: 0 5%;
  left: 0;
  z-index: 3;
}
.index1page .propagination span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: 0 .5rem !important;
  border: 2px solid transparent;
  opacity: .6;
  position: relative;
  box-sizing: content-box;
  background: transparent;
  transition: all .6s;
}
.index1page .propagination span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  border-radius: 50%;
  background: #fff;
  transition: all .6s;
}
.index1page .propagination span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: calc(1.5rem);
  margin-top: -2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.index1page .propagination span.swiper-pagination-bullet-active {
  opacity: 1;
  border: 2px solid #fff;
}
.index1page .propagination span:last-child:after {
  display: none;
}
.index1page .fixnews {
  position: absolute;
  width: 10rem;
  right: 1.5rem;
  bottom: 1rem;
  z-index: 4;
  background: #fff;
  border-radius: .5rem;
  padding: 10px;
}
.index1page .fixnews .img {
  width: 4rem;
  height: 3.5rem;
  border-radius: .4rem;
}
.index1page .fixnews .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}
.index1page .fixnews .titbox {
  width: calc(100% - 4.5rem);
}
.index1page .fixnews .titbox .time {
  margin-bottom: .35rem;
}
.index1page .fixnews .titbox .tit4 {
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  transition: all .6s;
}
.index1page .fixnews .colsebtn {
  position: absolute;
  background: #3d4b41;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  right: -16px;
  top: -16px;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
}
.index1page .fixnews .colsebtn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.index1page .fixnews:hover .img img {
  transform: scale(1.15);
}
.index1page .fixnews:hover .titbox .tit4 {
  color: #0c913d;
}

.index1page .index1-container {
  transform: scale(1.2);
  transition: transform 1.2s 1s;
}

.index1page .text {
  opacity: 0;
  transform: translate(0, 10%);
  transition: all 1.2s 2s;
}

.index1page.init .index1-container {
  transform: scale(1);
}
.index1page.init .index1-container .itemimg,.index1page.init .index1-container .bg{
  width:100%;
  height:100%;
  object-fit:cover;
}
.index1page.init .index1-container .indexvideo{
  width:100%;
  height:100%;
  object-fit:cover;
}

.index1page.init .text {
  opacity: 1;
  transform: translate(0, 0);
}

body.loading .warpheader {
  opacity: 0;
  transform: translate(0, -120px);
  transition: all .8s 1s;
}

body .warpheader {
  opacity: 1;
  transform: translate(0, 0);
  /*transition: all .8s .5s;*/
}

.index1page {
  transition: all .8s;
}

.index1page .fixnews {
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, 0);
  transition: all 1s 1s;
}

.index1page .fixnews.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.index1page.active {
  transform: translate(0, 100vh);
}

.index2bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.index2bg.active {
  opacity: 1;
  visibility: visible;
}

.index2page {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  /*.item1.on .yzline{
      animation-name:lrotate;
      animation-play-state: paused;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-delay: calc(var(--go) * -1s);
      transform-origin: 1200px 600px;
  }*/
}
.index2page #index-list2 {
  height: 100vh;
}
.index2page #index-list2 .swiper-wrapper {
  transition: transform 0.8s cubic-bezier(0.41, 0.42, 0.47, 0.89) !important;
}
.index2page #index-list2 .swiper-scrollbar .swiper-scrollbar-drag {
  transition: transform 0.8s cubic-bezier(0.41, 0.42, 0.47, 0.89) !important;
}
.index2page .swiper-slide {
  width: auto;
  flex-flow: row nowrap;
}
.index2page .item1 {
  width: 100vw;
  height: 100vh;
  position: relative;
  opacity: 0;
  z-index: 1;
}
.index2page .item1 .text {
  position: absolute;
  width: calc(820rem / 40);
  left: 1.5rem;
  top: 31.25vh;
  z-index: 5;
  opacity: 0;
  transition: all 1.2s 1.5s;
  transform: translate(100px, 0);
}
.index2page .item1 .text .tip {
  margin-bottom: .3rem;
}
.index2page .item1 .text .tit2 {
  margin-bottom: .9rem;
}
.index2page .item1 .text .spbox {
  padding-bottom: .3rem;
  border-bottom: 1px solid #22a953;
}
.index2page .item1 .text .yearbox .tit3 {
  margin-top: .5rem;
}
.index2page .item1 .text .yearbox span {
  margin-bottom: 5px;
}
.index2page .item1 .yzbg {
  position: absolute;
  left: 56.25%;
  top: 50%;
  transform: translate(-40%, -50%) scale(1.8) rotate(-160deg);
  transform-origin: calc(1600rem / 40) calc(1250rem / 40);
  transition: transform 2s,opacity 1s 2.5s;
  z-index: 3;
}
.index2page .item1 .yzline {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  /*opacity:0;*/
  transition: all 1s 2s;
  z-index: 4;
}
.index2page .item1.active {
  opacity: 1;
}
.index2page .item1.active .text {
  opacity: 1;
  transform: translate(0, 0);
}
.index2page .item1.active .yzbg {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.index2page .item1.active .yzline {
  opacity: 1;
}
.index2page .item2 {
  margin-top: 18.75vh;
  position: relative;
  z-index: 3;
  flex-flow: row nowrap;
}
.index2page .item2 .img {
  width: 50vw;
  height: 35vw;
  margin-left: 12.5vw;
  margin-right: 1.6rem;
  overflow: hidden;
  transition: all .6s;
}
.index2page .item2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index2page .item2 .titbox {
  margin-top: 1.25rem;
  transition: all .6s;
}
.index2page .item2 .titbox .tit4 {
  margin-top: .35rem;
}
.index2page .item2 .t1 {
  width: 8.5rem;
  position: absolute;
  bottom: 4.5rem;
  right: -8rem;
  z-index: 2;
}
.index2page .item3 {
  margin: 37.5vh 5.5rem 0 9rem;
  position: relative;
  z-index: 3;
}
.index2page .item3 .tit4 {
  width: 18rem;
}
.index2page .item3 .t2 {
  width: 4.5rem;
  position: absolute;
  bottom: 4rem;
  right: -3.25rem;
  z-index: 2;
}
.index2page .item4 {
  margin-top: 16.5vh;
  position: relative;
  z-index: 3;
  flex-flow: row nowrap;
}
.index2page .item4 .img {
  width: 27.6vw;
  height: 31.25vw;
  margin-right: 1.7rem;
  overflow: hidden;
}
.index2page .item4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index2page .item4 .titbox {
  margin-top: 1.25rem;
}
.index2page .item4 .titbox .tit4 {
  width: 13rem;
  margin-top: .5rem;
}
.index2page .item4 .t3 {
  width: 8.5rem;
  position: absolute;
  bottom: 7rem;
  right: -3.5rem;
  z-index: 2;
}
.index2page .item5 {
  width: 11.25rem;
  margin-top: 32.29vh;
  margin-left: 53.125vh;
  margin-right: 2rem;
  position: relative;
  z-index: 3;
}
.index2page .item5 .li {
  padding-bottom: .4rem;
  border-bottom: 1px solid #22a953;
  margin-bottom: .8rem;
  align-items: flex-end;
}
.index2page .item5 .tip2 {
  color: #5abf7f;
}
.index2page .item6 {
  /*margin-top:16.5vh;*/
  position: relative;
  z-index: 3;
  flex-flow: row nowrap;
}
.index2page .item6 .img {
  width: 50vw;
  height: 100vh;
  margin-right: 1.7rem;
  overflow: hidden;
  transition: all .6s;
}
.index2page .item6 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index2page .item6 .titbox {
  width: calc(50vw - 1.7rem);
  margin-top: calc(4.5rem + 16.5vh);
}
.index2page .item6 .titbox .tit4 {
  width: 18.625rem;
  margin-top: .5rem;
}
.index2page .item6 .hrefbtn {
  width: 135px;
  height: 48px;
  margin: .5rem 0 0;
  border-top-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
  overflow: hidden;
  border: 2px solid #fff;
  background-size: cover;
  transition: all .6s;
}
.index2page .item6 .hrefbtn:hover {
  color: #fff;
}
.index2page .itembg {
  background: #0e903d;
  margin-left: -2px;
}
.index2page .tipline {
  position: absolute;
  left: 88vw;
  top: 50vh;
  z-index: 2;
  opacity: 0;
  transition: all 1.2s 1.5s;
  transform: translate(-100px, 0);
}
.index2page .tipline span {
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  display: block;
  padding-right: 35px;
  background: url(../img/icon1.png) no-repeat right center;
  background-size: 25px auto;
}
.index2page .tipline .zline {
  /*position: absolute;
  left: 4.25rem;
  transform: translate(0, -36%);
  z-index:5;*/
}
.index2page .tipline .wzline {
  position: absolute;
  left: 4.25rem;
  transform: translate(0, -36%);
  z-index: 5;
  animation-name: lclip;
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(var(--go) * -1s);
  transition: all 1s cubic-bezier(0.41, 0.42, 0.47, 0.89) !important;
}
.index2page .tipline.active {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes lrotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-10deg);
  }
}
@keyframes lclip {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*.index2page.active{
    background:#0e903d;
}*/
.index3page {
  position: relative;
  z-index: 1;
  transition: all .6s;
}
.index3page .slide-inner {
  position: relative;
  z-index: 3;
}
.index3page .slide-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.index3page .zdownline {
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.index3page .zdownline:before {
  background: #fff;
}
.index3page .imgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.index3page .textbox {
  width: 100%;
  z-index: 3;
}
.index3page .textbox .tip {
  margin-bottom: .35rem;
}
.index3page .textbox .tit2 {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.index3page .textbox .downbtn {
  margin-top: 12.18vh;
}
.index3page .textbox .downbtn p {
  margin-bottom: .35rem;
}
.index3page .textbox .downbtn .btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}
.index3page .textbox .downbtn .btn img {
  margin-top: 8px;
  animation: 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate ldown;
}

.index3page .textbox .tip {
  transition: all .8s;
  opacity: 0;
  transform: translate(0, 50px);
}

.index3page .textbox .tit2 {
  transition: all .8s .2s;
  opacity: 0;
  transform: translate(0, 80px);
}

.index3page .textbox .downbtn {
  transition: all .8s .4s;
  opacity: 0;
  transform: translate(0, 100px);
}

.index3page.ani-slide .textbox .tip {
  opacity: 1;
  transform: translate(0, 0);
}

.index3page.ani-slide .textbox .tit2 {
  opacity: 1;
  transform: translate(0, 0);
}

.index3page.ani-slide .textbox .downbtn {
  opacity: 1;
  transform: translate(0, 0);
}

.index3page .imgbg {
  transform: scale(1.2);
  transition: all .6s;
}

.index3page.on .imgbg {
  transform: scale(1);
}

.index4page .warp-quanbox {
  transition: all .8s;
  opacity: 0;
  transform: scale(0.8);
}

.index4page.ani-slide .warp-quanbox {
  transition: all .8s;
  opacity: 1;
  transform: scale(1);
}
.index4page .warp-quanbox .warpro{
  z-index:4;
}
/*.index5page .titlebox{
    transition: all .8s;
    opacity:0;
    transform:translate(0,50px);
}
.index5page .inews-container{
    transition: all .8s .4s;
    opacity:0;
    transform:translate(0,80px);
    overflow: hidden;
}
.index5page .itemimg1{
    transition: all .8s .2s;
    opacity:0;
    transform:translate(80px,0);
}
.index5page .itemimg2{
    transition: all .8s .4s;
    opacity:0;
    transform:translate(80px,0);
}
.index5page .itemimg3{
    transition: all .8s .6s;
    opacity:0;
    transform:translate(80px,0);
}

.index5page.ani-slide .titlebox{
    opacity:1;
    transform:translate(0,0);
}
.index5page.ani-slide .inews-container{
    opacity:1;
    transform:translate(0,0);
}
.index5page .inews-container .ani-slide .itemimg1{
    opacity:1;
    transform:translate(0,0);
}
.index5page .inews-container .ani-slide .itemimg2{
    opacity:1;
    transform:translate(0,0);
}
.index5page .inews-container .ani-slide .itemimg3{
    opacity:1;
    transform:translate(0,0);
}*/
.index5page .swiper-slide.ani-slide2 .itemimg1 {
  opacity: 1;
  transform: translate(0, 0);
}

.index5page .swiper-slide.ani-slide2 .itemimg2 {
  opacity: 1;
  transform: translate(0, 0);
}

.index5page .swiper-slide.ani-slide2 .itemimg3 {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes ldown {
  0% {
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(-8px);
  }
}
/*#index-container .index4page{
    position: relative;
    z-index:2;
    transform:translateY(200px);
    opacity:0;
    transition:all .8s;}
#index-container .index4page.ani-slide{
    transform:translateY(0);
    opacity:1;
}*/
.indexpage {
  overflow: hidden;
}
.indexpage .slide-inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.index4page {
  position: relative;
  z-index: 4;
  transition: all .6s;
}
.index4page .index4-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
}
.index4page .index4-container .itemimg {
  width: 100%;
}
.index4page .index4-container .img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.index4page .zdownline {
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.index4page .zdownline:before {
  background: #fff;
}
.index4page .warp-quanbox {
  position: absolute;
  width: 83.33vh;
  height: 83.33vh;
  left: 50%;
  top: 50%;
  margin-left: -41.665vh;
  margin-top: -41.665vh;
  z-index: 4;
}
.index4page .warp-quanbox .quanbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.index4page .warp-quanbox .quanbox:before {
  content: "";
  position: absolute;
  width: 94%;
  height: 94%;
  left: 3%;
  top: 3%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: -1;
}
.index4page .warp-quanbox .quanbox img {
  animation: quan 5s linear infinite;
}
.index4page .warp-quanbox .dian {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
.index4page .warp-quanbox .dian .i1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all .6s;
}
.index4page .warp-quanbox .dian .i2 {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: white;
  transition: all .6s;
}
.index4page .warp-quanbox .dian .i3 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0e903d;
  transition: all .6s;
}
.index4page .warp-quanbox .dian1 {
  left: 77%;
  top: 80px;
}
.index4page .warp-quanbox .dian1 span {
  position: absolute;
  left: 65px;
  top: 12px;
  width: 80px;
  display: block;
  opacity: 0;
  transition: all .6s;
}
.index4page .warp-quanbox .dian2 {
  left: 77%;
  bottom: 80px;
}
.index4page .warp-quanbox .dian2 span {
  position: absolute;
  left: 65px;
  top: 12px;
  width: 80px;
  display: block;
  opacity: 0;
  transition: all .6s;
}
.index4page .warp-quanbox .dian3 {
  left: -5px;
  top: 45%;
}
.index4page .warp-quanbox .dian3 span {
  position: absolute;
  right: 65px;
  top: 12px;
  width: 100px;
  display: block;
  text-align: right;
  opacity: 0;
  transition: all .6s;
}
.index4page .warp-quanbox .dian:hover .i1, .index4page .warp-quanbox .dian.cur .i1 {
  background: rgba(14, 144, 61, 0.2);
}
.index4page .warp-quanbox .dian:hover .i2, .index4page .warp-quanbox .dian.cur .i2 {
  background: #0e903d;
}
.index4page .warp-quanbox .dian:hover .i3, .index4page .warp-quanbox .dian.cur .i3 {
  background: #fff;
}
.index4page .warp-quanbox .dian:hover span, .index4page .warp-quanbox .dian.cur span {
  opacity: 1;
}
.index4page .warp-quanbox .pro-container {
  width: 10rem;
  opacity: 0;
  visibility: hidden;
}
.index4page .warp-quanbox .pro-container .itemli {
  width: 100%;
}
.index4page .warp-quanbox .pro-container .tit3 {
  margin-bottom: .2rem;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index4page .warp-quanbox .pro-container .imgbox {
  margin: .65rem auto .7rem;
  height: 42vh;
}
.index4page .warp-quanbox .pro-container .imgbox img {
  max-height: 100%;
}
.index4page .warp-quanbox .pro-container .hrefbtn {
  width: 135px;
  height: 48px;
  margin: .8rem auto 0;
  border-top-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
  overflow: hidden;
  background: url(../img/img10.png) no-repeat center center;
  background-size: cover;
}
.index4page .warp-quanbox .pro-container .propagination {
  margin-top: 1rem;
}
.index4page .warp-quanbox .pro-container .propagination span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 .4rem;
  background: #fff;
  opacity: .6;
}
.index4page .warp-quanbox .pro-container .propagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.index4page .warp-quanbox .pro-container.active {
  opacity: 1;
  visibility: visible;
}

@keyframes quan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.index5page {
  padding: calc(95px + 1.25rem) 1.5rem 0;
  background: #fff;
  position: relative;
}
.index5page .titlebox {
  margin-bottom: .9rem;
}
.index5page .warpbutton {
  width: 120px;
}
.index5page .warpbutton .button-prev, .index5page .warpbutton .button-next {
  width: 50px;
  height: 50px;
  border: 2px solid #0d913d;
  box-sizing: content-box;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition:background .6s,border .4s;
}

.index5page .warpbutton .button-prev svg, .index5page .warpbutton .button-next svg {
  width: 18px;
  height: 18px;
  fill: #0d913d;
  -webkit-transform-origin: 9px 9px;
  -moz-transform-origin: 9px 9px;
  transition: all .4s;
}
.index5page .warpbutton .button-next svg {
  margin-left: 3px;
  transform: rotate(-180deg);
}
.index5page .warpbutton .button-prev:hover, .index5page .warpbutton .button-next:hover {
  opacity: 1;
}

.index5page .warpbutton .button-prev:hover, .index5page .warpbutton .button-next:hover{
  background:#0d913d;
  border: 2px solid #0d913d;
}
.index5page .warpbutton .button-prev:hover svg, .index5page .warpbutton .button-next:hover svg{
  fill:#fff;
}
.index5page .warpbutton .button-prev.swiper-button-disabled, .index5page .warpbutton .button-next.swiper-button-disabled {
  opacity: .5;
}
.index5page .inews-container {
  margin-top: .65rem;
}
.index5page .itemimg1 {
  height: 44vh;
  width: 31%;
  margin-right:3.5%;
  position: relative;
  display: block;
  overflow: hidden;
}
.index5page .itemimg1:nth-child(3n){
  margin-right:0;
}
.index5page .itemimg1 .bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  display:none;
}
.index5page .itemimg1 .img {
  height: 100%;
}
.index5page .itemimg1 .img:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0, #000 0%, transparent 100%);
  opacity:1;
  transition: all .6s;
}
.index5page .itemimg1 .img:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0, #0e903d 0%, transparent 100%);
  opacity: 0;
  transition: all .6s;
}
.index5page .itemimg1 .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: .3rem;
  transition: all .8s;
}
.index5page .itemimg1 .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
  padding: 0 1rem;
  z-index: 2;
}
.index5page .itemimg1 .text .tit4 {
  max-height: 56px;
  line-height: 28px;
  width: 70%;
  overflow: hidden;
}
.index5page .itemimg1 .text .tit3 {
  margin-bottom: .28rem;
}
.index5page .itemimg1 .text .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.index5page .itemimg1 .text .btn .icon {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  fill: #fff;
}
.index5page .itemimg2 {
  width: 22vw;
  margin-right: 1.6vw;
  display: block;
}
.index5page .itemimg2 .img {
  height: 31.25vh;
  width: 100%;
  overflow: hidden;
}
.index5page .itemimg2 .img .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .8s;
}
.index5page .itemimg2 .text {
  margin-top: .6rem;
}
.index5page .itemimg2 .text .tit3 {
  margin-bottom: .28rem;
}
.index5page .itemimg2 .text .tit4 {
  max-height: 56px;
  line-height: 28px;
  width: 100%;
  overflow: hidden;
}
.index5page .itemimg2 .text .tip {
  margin-top: .25rem;
}
.index5page .itemimg3 {
  width: 22vw;
  display: block;
}
.index5page .itemimg3 .img {
  height: 43.75vh;
  width: 100%;
  overflow: hidden;
}
.index5page .itemimg3 .img .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .8s;
}
.index5page .itemimg3 .text {
  margin-top: .6rem;
}
.index5page .itemimg3 .text .tit3 {
  margin-bottom: .28rem;
}
.index5page .itemimg3 .text .tit4 {
  max-height: 56px;
  line-height: 28px;
  width: 100%;
  overflow: hidden;
}
.index5page .itemimg3 .text .tip {
  margin-top: .25rem;
}
.index5page a:hover .img1 {
  transform: scale(1.15);
}
.index5page .itemimg1:hover .img:before{
  opacity:1;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

#index2Swiper .swiper-slide {
  background: #4390EE;
}

#index2Swiper {
  width: 100vw;
  overflow: hidden;
}

.hrefbtn {
  position: relative;
}

.hrefbtn span {
  position: relative;
  color: #fff;
  z-index: 3;
  transition: all 1s;
}

.hrefbtn:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  background: #10923a;
  transform: skew(-15deg) translate(-100%, 0);
  z-index: 1;
  transition: all 1s;
}

.hrefbtn:hover:before {
  transform: skew(-20deg) translate(0, 0);
}

.hrefbtn:hover span {
  letter-spacing: 2px;
}

.n-investor .investor-list1 {
  width: 100%;
  height:calc(100vh - 2.25rem);
  overflow: hidden;
  position: relative;
}
.n-investor .investor-list1 .box {
  position: relative;
  /*padding:2.75rem 0;*/
  height: 9rem;
  /*background:#fff;*/
  z-index: 2;
}
.n-investor .investor-list1 .tip {
  margin-bottom: 1.5rem;
  color:#fff;
}
.n-investor .investor-list1 .tipimg {
  position: absolute;
  right: 0;
  width: 395px;
  bottom: -235px;
  z-index: 2;
}
.n-investor .investor-list1 .box.cur .tip {
  color: #fff;
  transition: all .6s;
}
.n-investor .investor-list1 .box.cur .tit2 {
  color: #fff;
  transition: all .6s;
}
.n-investor .investor-list1 .box2 {
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  position: absolute !important;
  z-index: 1;
}
.n-investor .investor-list1 .box2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.investor-list2 {
  position: relative;
  z-index: 1;
  padding: 2.7rem 0 3rem;
}
.investor-list2 .tit2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #eff0f1;
}
.investor-list2 .tit2{
  color:#0f9c0c;
}
.investor-list2 .warpbox {
  padding-top: 1.25rem;
}
.investor-list2 .warpbox .leftbox {
  width: 52%;
  margin-right: 8.75%;
}
.investor-list2 .warpbox .leftbox .tit3 {
  margin-bottom: 1.25rem;
}
.investor-list2 .warpbox .leftbox .tit4 {
  color: #a8a8a8;
  margin-bottom: .35rem;
}
.investor-list2 .warpbox .leftbox .sp1 {
  color: #0f9c0c;
  margin-right: .4rem;
}
.investor-list2 .warpbox .leftbox .wtit8 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eff0f1;
}
.investor-list2 .warpbox .leftbox .tit8 span {
  color: #0f9c0c;
  margin-bottom: .25rem;
}
.investor-list2 .warpbox .leftbox .tipimg {
  margin-bottom: .25rem;
  margin-left: .4rem;
}
.investor-list2 .warpbox .leftbox .tit9 {
  color: #0f9c0c;
  margin-left: .45rem;
  margin-bottom: .25rem;
}
.investor-list2 .warpbox .leftbox .tit9 .sp2 {
  margin-right: .35rem;
}
.investor-list2 .warpbox .leftbox .wtit8.on .tit8 .sp1 {
  color: #d82d2e;
}
.investor-list2 .warpbox .leftbox .wtit8.on .tit9 {
  color: #d82d2e;
}
.investor-list2 .warpbox .leftbox .tit10 {
  color: #a8a8a8;
  margin-bottom: .35rem;
}
.investor-list2 .warpbox .leftbox .ul .li {
  width: 25%;
}
.investor-list2 .warpbox .rightbox {
  width: 36.25%;
}
.investor-list2 .warpbox .rightbox .ul {
  margin-bottom: .5rem;
}
.investor-list2 .warpbox .rightbox .ul .li {
  width: 80px;
  height: 35px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: .45rem;
  transition: all .8s;
  cursor: pointer;
}
.investor-list2 .warpbox .rightbox .ul .li:hover, .investor-list2 .warpbox .rightbox .ul .li.cur {
  background: #0e903d;
  color: #fff;
}
.investor-list2 .warpbox .rightbox .imgbox .item {
  display: none;
}

.investor-list3 {
  padding: 2.5rem 0 2.7rem;
  background: #f4f4f4;
  position: relative;
  z-index: 2;
}
.investor-list3 .topbox {
  position: relative;
  z-index: 3;
}
.investor-list3 .topbox .tit4{
  color:#0e903d;
}
.investor-list3 .selectbox {
  width: 110px;
  position: relative;
  z-index: 2;
}
.investor-list3 .selectbox .spbox {
  line-height: 20px;
  cursor: pointer;
}
.investor-list3 .selectbox .spbox span {
  width: 80px;
}
.investor-list3 .selectbox .icon {
  margin-left: 5px;
  margin-top: 5px;
}
.investor-list3 .selectbox .icon svg {
  width: 20px;
  height: 20px;
  fill: #0e903d;
}
.investor-list3 .selectbox .yearbox {
  position: absolute;
  width: 120px;
  left: 0;
  background: #fff;
  padding: 15px;
  top: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
  /*opacity:0;
  visibility:hidden;
  transition: all .8s;*/
}
.investor-list3 .selectbox .yearbox .li {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all .6s;
}
.investor-list3 .selectbox .yearbox .li:hover {
  color: #0e903d;
}
.investor-list3 .notice-container {
  margin-top: .9rem;
  padding-bottom: 8px;
}
.investor-list3 .notice-container .swiper-scrollbar {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-top: 1.7rem;
  border-radius: 0;
  background: #ececec;
  height: 4px;
  cursor: pointer;
}
.investor-list3 .notice-container .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #0e903d;
}
.investor-list3 .itembox {
  background: #fff;
  padding: .7rem 1rem;
  height: 9.5rem;
  display: block;
  box-shadow: 0 8px 3px rgba(0, 0, 0, 0.05);
}
.investor-list3 .itembox .time {
  color: rgba(51, 51, 51, 0.3);
  margin-bottom: .5rem;
}
.investor-list3 .itembox .tit2 {
  transition: all .8s;
}
.investor-list3 .itembox .tit3 {
  position: absolute;
  left: 1rem;
  bottom: .7rem;
  z-index: 2;
}
/*.investor-list3 .itembox .icon svg {
  width: 30px;
  height: 30px;
  fill: #ccc;
  transition: all .6s;
}*/
.investor-list3 .itembox:hover .tit2 {
  color: #0e903d;
}
.investor-list3 .itembox:hover .tit3 {
  color: #0e903d;
}

.investor-list4 {
  padding: 2.75rem 0;
  position: relative;
  background: #fff;
  z-index: 1;
}
.investor-list4 .warpbox {
  margin-top: .7rem;
}
.investor-list4 .warpbox .leftbox {
  width: 49.3%;
  display: block;
}
.investor-list4 .warpbox .leftbox .img {
  height: 10.25rem;
  width: 100%;
  display: block;
  position: relative;
}
.investor-list4 .warpbox .leftbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .8s;
}
.investor-list4 .warpbox .leftbox .img .titbox {
  position: absolute;
  padding: 1.5rem 1.25rem 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.investor-list4 .warpbox .leftbox .img .titbox .time {
  opacity: .5;
  margin-bottom: .2rem;
}
.investor-list4 .warpbox .leftbox .img .titbox .tit3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor-list4 .warpbox .leftbox .img .titbox .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid white;
  margin-top: 1rem;
}
.investor-list4 .warpbox .leftbox .img .titbox .btn .icon {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  fill: #fff;
}
.investor-list4 .warpbox .leftbox .img:hover img {
  transform: scale(1.1);
}
.investor-list4 .warpbox .leftbox .text {
  background: #129140;
  height: 4rem;
  padding: .7rem 1.25rem;
}
.investor-list4 .warpbox .leftbox .text .lbox {
  width: 65%;
}
.investor-list4 .warpbox .leftbox .text .lbox .time {
  opacity: .5;
  margin-bottom: .2rem;
}
.investor-list4 .warpbox .leftbox .text .lbox .tit3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor-list4 .warpbox .leftbox .text .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all .8s;
}
.investor-list4 .warpbox .leftbox .text .btn .icon {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  fill: #fff;
}
.investor-list4 .warpbox .leftbox .text:hover .btn {
  border: 2px solid white;
}
.investor-list4 .warpbox .rightbox {
  width: 48.75%;
  border-top: 1px solid #ececec;
  margin-left: 1.95%;
}
.investor-list4 .warpbox .rightbox .li {
  border-bottom: 1px solid #ececec;
  padding: .65rem 0;
}
.investor-list4 .warpbox .rightbox .spl {
  width: 75%;
  padding-left: .55rem;
  position: relative;
}
.investor-list4 .warpbox .rightbox .spl:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #c0c0c0;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.investor-list4 .warpbox .rightbox .spl span {
  transition: all .8s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor-list4 .warpbox .rightbox .time {
  color: #000;
  opacity: .5;
  margin-top: .3rem;
}
.investor-list4 .warpbox .rightbox .icon {
  z-index: 2;
}
.investor-list4 .warpbox .rightbox .icon svg {
  width: 30px;
  height: 30px;
  fill: #ccc;
  transition: all .6s;
}
.investor-list4 .warpbox .rightbox .li:hover .spl span {
  color: #129140;
}
.investor-list4 .warpbox .rightbox .li:hover .icon svg {
  fill: #129140;
}

.investor-list4-1 {
  padding: 2.8rem 0;
  position: relative;
  background: #fff;
  z-index: 1;
}
.investor-list4-1 .li {
  height: 12.5rem;
  width: 49%;
  padding: 2rem 1.2rem;
  position: relative;
  overflow: hidden;
}
.investor-list4-1 .li .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
  z-index: 1;
  transition: all .6s;
}
.investor-list4-1 .li .titbox {
  position: relative;
  z-index: 2;
}
.investor-list4-1 .li .titbox .tit3 {
  color: #0e903d;
  margin-bottom: 1.5rem;
}
.investor-list4-1 .li .titbox .btn {
  width: 50px;
  height: 50px;
  border: 1px solid #179444;
  border-radius: 50%;
  transition: all .6s;
}
.investor-list4-1 .li .titbox .btn .icon {
  width: 24px;
  height: 12px;
  fill: #0e903d;
  transition: all .4s;
}
.investor-list4-1 .li2 .titbox .tit3 {
  color: #0c90d2;
}
.investor-list4-1 .li:hover .img {
  transform: scale(1.1);
}
.investor-list4-1 .li:hover .btn {
  background: #0e903d;
}
.investor-list4-1 .li:hover .btn .icon {
  fill: #fff;
}

.investor-list5 {
  padding: 2.5rem 0;
  height: 14.5rem;
  position: relative;
  z-index: 1;
}
.investor-list5 .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 3rem);
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
.investor-list5 .contentbox {
  position: relative;
  z-index: 3;
}
.investor-list5 .contentbox .ul {
  margin-top: 4.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: .7rem;
}
.investor-list5 .contentbox .ul .li {
  max-width: 25%;
  opacity:.9;
}
.investor-list5 .contentbox .ul .li .sp2 {
  margin-top: .35rem;
  white-space: nowrap;
}

.n-development .development-list1 {
  width: 100%;
  height: calc(100vh - 2.25rem);
  position: relative;
  overflow: hidden;
}
.n-development .development-list1 .box {
  position: relative;
  /*padding:2.75rem 0;*/
  height: 9rem;
  /*background:#fff;*/
  z-index: 2;
}
.n-development .development-list1 .tip {
  margin-bottom:1.5rem;
  color:#fff;
  font-weight:bold;
}
.n-development .development-list1 .tipimg {
  position: absolute;
  right: 0;
  width: 395px;
  bottom: -235px;
  z-index: 2;
}
.n-development .development-list1 .box.cur .tip {
  color: #fff;
  transition: all .6s;
}
.n-development .development-list1 .box.cur .tit2 {
  color: #fff;
  transition: all .6s;
}
.n-development .development-list1 .box2 {
  height: 100%;
  width: 100%;
  position: absolute !important;
  left:0;
  top:0;
  z-index: 1;
}
.n-development .development-list1 .box2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.development-list2 {
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
  background: #f4f4f4;
  padding-top: 1.5rem;

}
.development-list2 .tit2 {
  font-size: 3rem;
  line-height: 1.2;
  color: #e2e2e2;
  margin-bottom: 0;
}
.development-list2 .deve-container{
  padding-bottom:1rem;
}
.development-list2 .contentbox {
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
  height:auto;
  transform: translate(0, 1rem);
}
.development-list2 .contentbox .itembox {
  width: 33.3%;
  perspective: 5000px;
  transform-style: preserve-3d;
  margin-left: 50%;

}
.development-list2 .deve-container .swiper-pagination span{
  width:6px;
  height:6px;
}
.development-list2 .deve-container .swiper-pagination span.swiper-pagination-bullet-active{
  background:#0d913d;
}
/*.development-list2 .contentbox .itembox2{
  transform:translate(0,100vh);
  opacity:0;
}
.development-list2 .contentbox .itembox3{
  transform:translate(0,100vh);
  opacity:0;
}*/

.development-list2 .contentbox .itembox .img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  transform-origin: left;
  transition: 1s cubic-bezier(0.79, 0.34, 0.47, 0.92);
  transform: rotateY(0);
}
.development-list2 .contentbox .itembox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.development-list2 .contentbox .itembox .text {
  padding: 1.5rem;
  width: 100%;
  padding-bottom: 2rem;
  background: #fff;
}
.development-list2 .contentbox .itembox .text .tipimg {
  display: block;
  margin: 0 auto;
}
.development-list2 .contentbox .itembox .text .tit4 {
  color: #333;
  margin-bottom: .7rem;
}
.development-list2 .contentbox .itembox .text .tit3 {
  margin-bottom: .4rem;
}
.development-list2 .contentbox .itembox .text .titbox {
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid #ececec;
}
/*.development-list2 .contentbox .itembox:nth-child(even) {
  margin-left: 66.7%;
  right:1.5rem;
  left:auto;
}*/
{

}
.development-list2 .contentbox .swiper-slide-active .itembox .img {
  transform: rotateY(-180deg);
}
.development-list2 .box2 {
  height: 24rem;
  width: 100%;
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 140%);
}
.development-list2 .box2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.development-list2 .tipimg2 {
  position: absolute;
  left: 0;
  width: 395px;
  bottom: -212px;
  z-index: 5;
  opacity:0;
}

.development-list3 {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 5.25rem 0 2.75rem;
  border-bottom: 1px solid #ececec;
}
.development-list3 .textbox {
  margin-top: 2.5rem;
  width: 45.65%;
  margin-right: 14.35%;
}
.development-list3 .textbox .tit2 {
  margin-bottom: 1rem;
}
.development-list3 .textbox .ul {
  border-bottom: 1px solid #ececec;
}
.development-list3 .textbox .li {
  padding: .5rem 0;
  border-top: 1px solid #ececec;
}
.development-list3 .textbox .li .sptop {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.development-list3 .textbox .li.cur .icon {
  transform: rotate(-180deg);
}
.development-list3 .textbox .li .sp2 {
  width: 80%;
}
.development-list3 .textbox .li .sp2 span {
  width: calc(100% - 90px);
  margin-left: 5px;
}
.development-list3 .textbox .li.cur .num {
  color: #0e903d;
}
.development-list3 .textbox .li.cur span {
  color: #0e903d;
}
.development-list3 .textbox .li .titbox {
  margin-top: .4rem;
  display: none;
}
.development-list3 .textbox .li .icon {
  width: 20px;
  height: 20px;
  transition: all .6s;
}
.development-list3 .textbox .li .icon svg {
  width: 20px;
  height: 20px;
  fill: #0e903d;
}
.development-list3 .img {
  width: 40%;
  height:17rem;
}

.development-list4 {
  padding: 2.7rem 0 3rem;
  background: #fff;
  position: relative;
  z-index: 3;
}
.development-list4:before{
  content:"";
  position: absolute;
  width:1px;
  height:100%;
  background:rgba(0, 0, 0, .05);
  top:0;
  left:50%;
  z-index:1;
}
.development-list4 .topbox {
  position: relative;
  z-index: 3;
}
.development-list4 .selectbox {
  width: 110px;
  position: relative;
  z-index: 2;
}
.development-list4 .selectbox .spbox {
  line-height: 20px;
  cursor: pointer;
}
.development-list4 .selectbox .spbox span {
  width: 80px;
}
.development-list4 .selectbox .icon {
  margin-left: 5px;
  margin-top: 5px;
}
.development-list4 .selectbox .icon svg {
  width: 20px;
  height: 20px;
  fill: #0e903d;
}
.development-list4 .selectbox .yearbox {
  position: absolute;
  width: 120px;
  left: 0;
  background: #fff;
  padding: 15px;
  top: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.development-list4 .selectbox .yearbox .li {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all .6s;
}
.development-list4 .selectbox .yearbox .li:hover {
  color: #0e903d;
}
.development-list4 .notice-container {
  margin-top: .9rem;
  padding-bottom: 8px;
}
.development-list4 .notice-container .swiper-scrollbar {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-top: 1.25rem;
  border-radius: 0;
  background: #ececec;
  height: 4px;
  cursor: pointer;
}
.development-list4 .notice-container .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #0e903d;
}
.development-list4 .itembox {
  background: #f6f6f6;
  padding: .7rem 1rem;
  height: 5rem;
  display: block;
}
.development-list4 .itembox .time {
  color: rgba(51, 51, 51, 0.3);
  margin-bottom: .5rem;
}
.development-list4 .itembox .tit2 {
  transition: all .8s;
}
.development-list4 .itembox .tit3 {
  position: absolute;
  left: 1rem;
  bottom: .7rem;
  z-index: 2;
  transition: all .8s;
}
.development-list4 .itembox .icon svg {
  width: 30px;
  height: 30px;
  fill: #ccc;
  transition: all .6s;
}
.development-list4 .itembox:hover .tit2 {
  color: #0e903d;
}
.development-list4 .itembox:hover .tit3 {
  color: #0e903d;
}

.development-list4.show_one .leftbox{
  width: 100%;
}

.development-list4.show_one:before{
  display: none;
}

.n-contact .contact-list1 {
  width: 100%;
  height: calc(100vh - 2.25rem);
  overflow: hidden;
  position: relative;
}

.n-contact .contact-list1 .box {
  position: relative;
  /*padding:2.75rem 0;*/
  height: 9rem;
  /*background:#fff;*/
  z-index: 2;
}

.n-contact .contact-list1 .tip {
  color: #fff;
  margin-bottom: 1.35rem;
}

.n-contact .contact-list1 .tipimg {
  position: absolute;
  right: 0;
  width: 395px;
  bottom: -235px;
  z-index: 2;
}

.n-contact .contact-list1 .box.cur .tip {
  color: #fff;
  transition: all .6s;
}

.n-contact .contact-list1 .box.cur .tit2 {
  color: #fff;
  transition: all .6s;
}

.n-contact .contact-list1 .box2 {
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  position: absolute !important;
  z-index: 1;
}

.n-contact .contact-list1 .box2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.n-contact .contact-list2 .tit2 {
  margin-bottom: 2.8rem;
}

.n-contact .contact-list2 {
  position: relative;
  padding: 2.5rem 0 3.5rem;
}

.n-contact .contact-list2 .tit2 {
  color: #369d58;
}

.n-contact .contact-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.n-contact .contentbox {
  position: relative;
  z-index: 3;
}

.n-contact .contentbox .leftbox {
  width: 55.62%;
  position: relative;
}

.n-contact .contentbox .leftbox:before {
  content: "";
  position: absolute;
  width: 22rem;
  height: 22rem;
  left: 50%;
  top: 50%;
  margin-top: -11rem;
  margin-left: -11rem;
  z-index: 1;
  border: 1px dashed #b9e0c8;
  border-radius: 50%;
}

.n-contact .contentbox .rightbox {
  width: 33.75%;
  margin-right: 4.375%;
}

.n-contact .contentbox .rightbox .li {
  padding: 1rem 0;
  position: relative;
  border-bottom: 1px solid #e4ebe7;
}

.n-contact .contentbox .rightbox .li .tit3 {
  margin-bottom: .25rem;
}

.n-products .products-list1 {
  width: 100%;
  height: calc(100vh - 2.25rem);
  overflow: hidden;
  position: relative;
}

.n-products .products-list1 .box {
  position: relative;
  /*padding:2.75rem 0;*/
  height: 9rem;
  /*background:#fff;*/
  z-index: 2;
}

.n-products .products-list1 .tip {
  color: #fff;
  margin-bottom: 1.35rem;
}

.n-products .products-list1 .tipimg {
  position: absolute;
  right: 0;
  width: 395px;
  bottom: -235px;
  z-index: 2;
}

.n-products .products-list1 .box.cur .tip {
  color: #fff;
  transition: all .6s;
}

.n-products .products-list1 .box.cur .tit2 {
  color: #fff;
  transition: all .6s;
}

.n-products .products-list1 .box2 {
  height: 100%;
  width: 100%;
  z-index: 1;
  position:absolute !important;
  left:0;
  top:0;
}

.n-products .products-list1 .box2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.n-products .products-list2 {
  padding: 2.25rem 0 2.75rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.n-products .products-list2 .tabul .li {
  position: relative;
  cursor: pointer;
  margin-right: 1.5rem;
  transition: all .6s;
}

.n-products .products-list2 .contentbox {
  position: relative;
  z-index: 2;
}

.n-products .products-list2 .tabul .li:hover, .n-products .products-list2 .tabul .li.cur {
  color: #0e903d;
}

.n-products .products-list2 .tabul .li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0e903d;
  opacity: 0;
  transition: all .6s;
}

.n-products .products-list2 .tabul .li:hover:before, .n-products .products-list2 .tabul .li.cur:before {
  opacity: 1;
}

.n-products .products-list2 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.n-products .products-list2 .tabultop {
  position: relative;
  z-index: 4;
}
.n-products .products-list2 .wbutton {
  width: 126px;
  height: 52px;
}
.n-products .products-list2 .wbutton .button-prev .icon {
  transform: rotate(-180deg);
}
.n-products .products-list2 .wbutton .button-prev, .n-products .products-list2 .wbutton .button-next {
  width: 52px;
  height: 52px;
  background: #d6f1d7;
  border-radius: 50%;
  cursor: pointer;
  transition: all .6s;
}
.n-products .products-list2 .wbutton .button-prev .icon, .n-products .products-list2 .wbutton .button-next .icon {
  width: 16px;
  height: 16px;
  fill: #0e903d;
  transition: all .4s;
}
.n-products .products-list2 .wbutton .button-prev:hover, .n-products .products-list2 .wbutton .button-next:hover{
  background:#0d913e;
}
.n-products .products-list2 .wbutton .button-prev:hover .icon, .n-products .products-list2 .wbutton .button-next:hover .icon{
  fill:#fff;
}
.n-products .products-list2 .wbgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-products .products-list2 .wbgbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.n-products .products-list2 .wbgbox .bg .line1 {
  position: absolute;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  left: 50%;
  margin-left: -30vw;
  top: 50%;
  margin-top: -30vw;
  border: 1px dashed #a7d7b8;
  z-index: 5;
}
.n-products .products-list2 .wbgbox .bg .line2 {
  position: absolute;
  width: 95vw;
  height: 95vw;
  border-radius: 50%;
  left: 50%;
  margin-left: -47.5vw;
  top: 50%;
  margin-top: -47.5vw;
  border: 1px dashed #a7d7b8;
  z-index: 5;
}
.n-products .products-list2 .wbgbox .bg svg {
  position: absolute;
  left: -12%;
  top: -12%;
  z-index: 4;
  width: 124%;
  height: 124%;
}
.n-products .products-list2 .wbgbox .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.n-products .products-list2 .wbgbox .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-products .products-list2 .probox-container {
  width: 1600px;
  margin: 1.2rem auto 0;
  position: relative;
  z-index:3;
}
.n-products .products-list2 .probox-container .swiper-slide {
  width: auto;
  height: 60vh;
}
.n-products .products-list2 .probox-container .swiper-slide .img {
  width: 2.75rem;
  height: 54.16vh;
  transition: all .6s;
}
.n-products .products-list2 .probox-container .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
}
.n-products .products-list2 .probox-container .swiper-slide .item {
  height: 100%;
}
.n-products .products-list2 .probox-container .swiper-slide .tit4 {
  position: absolute;
  bottom: -.5rem;
  left: 0;
  text-align: center;
  width: 100%;
  opacity: 0;
}
.n-products .products-list2 .probox-container .swiper-slide-prev {
  right: 8.5vw;
  transition: right .6s,left .6s;
}
.n-products .products-list2 .probox-container .swiper-slide-next {
  left: 8.5vw;
  transition: right .6s,left .6s;
}
.n-products .products-list2 .probox-container .swiper-slide.swiper-slide-active {
  width: 40vw;
}
.n-products .products-list2 .probox-container .swiper-slide.swiper-slide-active .item .img {
  width: 7.25rem;
  /*transform:scale(2.2);*/
}
.n-products .products-list2 .probox-container .swiper-slide.swiper-slide-active .item .tit4 {
  opacity: 1;
}
.n-products .products-list2{
  position: relative;
  overflow: hidden;
}
.n-products .products-list2 .ul{
  margin-top:1.5rem;
}
.n-products .products-list2 .ul .li{
  width:48%;
  height:6rem;
  margin-right:4%;
  margin-bottom:4%;
  position: relative;
  z-index:2;
  background:rgba(255,255,255,.5);
  border-radius:3px;
}
.n-products .products-list2 .ul .li:nth-child(2n){
  margin-right:0;
}
.n-products .products-list2 .ul .li .bgli{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  opacity:0;
  object-fit:cover;
  transition:all .6s;
}
.n-products .products-list2 .ul .li:hover .bgli{
  opacity:1;
}
.n-products .products-list2 .ul .li span{
  position: relative;
  z-index:3;
  transition:all .6s;
}
.n-products .products-list2 .ul .li:hover span{
  color:#fff;
}
.n-products .products-list3 {
  height: 100vh;
  width: 100%;
  z-index: 1;
}

.n-products .products-list3 .bgleftbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  overflow: hidden;
  z-index: 1;
}

.n-products .products-list3 .bgleftbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-products .products-list3 .textbox {
  position: absolute;
  left: calc(50vw - 800px);
  top: 3.6rem;
  z-index: 2;
  width: 40%;
}

.products-list3 .tipimg2 {
  position: absolute;
  left: 0;
  width: 395px;
  bottom: -212px;
  z-index: 2;
}

.products-list4 {
  position: relative;
  padding: 90px 0 3.25rem;
  z-index: 2;
}
.products-list4 .textbox {
  width: 35.52%;
  margin-top: 3.4rem;
}
.products-list4 .textbox .tit2{
  margin-bottom:.3rem;
}
.products-list4 .textbox .tit3 {
  color: #0e903d;
}
.products-list4 .textbox .p {
  margin-top: 2rem;
}
.products-list4 .bgleftbox {
  width: 40%;
  height: 16.75rem;
}
.products-list4 .bgleftbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-list4 .ul {
  width: 23.75%;
  right: 36.12%;
  bottom: 2rem;
  position: absolute;
  z-index: 3;
  background: #f8b63a;
}
.products-list4 .ul .li {
  padding: 1.5rem 1.25rem;
  border-bottom: 1px dashed #fff;
}
.products-list4 .ul .icon {
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.products-list4 .ul .titbox {
  width: calc(100% - 2.5rem);
}
.products-list4 .ul .li:last-child {
  border-bottom: none;
}

.n-join .join-list1 {
  width: 100%;
  height: calc(100vh - 2.25rem);
  overflow: hidden;
  position: relative;
}

.n-join .join-list1 .box {
  position: relative;
  /*padding:2.75rem 0;*/
  height: 9rem;
  /*background:#fff;*/
  z-index: 2;
}

.n-join .join-list1 .tip {
  color: #fff;
  margin-bottom: 1.35rem;
}

.n-join .join-list1 .tipimg {
  position: absolute;
  right: 0;
  width: 395px;
  bottom: -235px;
  z-index: 2;
}

.n-join .join-list1 .box.cur .tip {
  color: #fff;
  transition: all .6s;
}

.n-join .join-list1 .box.cur .tit2 {
  color: #fff;
  transition: all .6s;
}

.n-join .join-list1 .box2 {
  height: 100%;
  width: 100%;
  position: absolute !important;
  left:0;
  top:0;
  z-index: 1;
}

.n-join .join-list1 .box2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.n-join .join-list2 {
  padding: 3.75rem 0 2.5rem;
  position: relative;
  z-index: 2;
}
.n-join .join-list2 .contentbox {
  width: calc(50vw + 800px);
  margin-left: calc(50vw - 800px);
}
.n-join .join-list2 .contentbox .tit2 {
  color: #333;
  margin-bottom: .3rem;
}
.n-join .join-list2 .contentbox .tit3 {
  margin-bottom: 1rem;
  color: #0e903d;
}
.n-join .join-list2 .contentbox .text {
  width: 36.9%;
}
.n-join .join-list2 .contentbox .img {
  width: 55.1%;
  /*height: 11.5rem;*/
  height: 16.5rem;
  overflow: hidden;
  /*.img4{
      position: absolute;
      right: 48%;
      top: 10.5rem;
      z-index:3;
      animation: fly 4s 2s linear infinite;
  }*/
}
.n-join .join-list2 .contentbox .img .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
      object-position: center top;
}
.n-join .join-list2 .contentbox .img .img2 {
  position: absolute;
  right: 43%;
  top: 2.5rem;
  width: 31px;
  z-index: 2;
  animation: fly 4s linear infinite;
}
.n-join .join-list2 .contentbox .img .img3 {
  position: absolute;
  right: 36%;
  top: 6.5rem;
  width: 78px;
  z-index: 2;
  animation: fly 4s 1s linear infinite;
}
.n-join .join-list2 .contentbox .img .img5 {
  position: absolute;
  right: 48%;
  top: 10.5rem;
  z-index: 3;
  animation: fly 4s 2s linear infinite;
}
.n-join .join-list2 .contentbox .img .img6 {
  position: absolute;
  right: 48%;
  top: 10.5rem;
  z-index: 3;
  animation: fly2 4s 3s linear infinite;
}
.n-join .join-list2 .contentbox .img .img7 {
  position: absolute;
  right: 48%;
  top: 10.5rem;
  z-index: 3;
  animation: fly2 4s 4s linear infinite;
}
.n-join .join-list3 {
  padding: 2.5rem 0 4.5rem;
  position: relative;
  z-index: 2;
  background: url(../img/img34.jpg) no-repeat center center;
  background-size: cover;
}
.n-join .join-list3 .tit2 {
  margin-bottom: 2rem;
  color: #0e903d;
}
.n-join .join-list3 .imgbox {
  width: 550px;
  display: block;
  margin: 0 auto;
}
.n-join .join-list3 .dianli {
  position: absolute;
}
.n-join .join-list3 .dianli .dian {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  box-sizing: content-box;
  border: 2px solid #0e903d;
}
.n-join .join-list3 .dianli .tit3 {
  font-weight: bold;
}
.n-join .join-list3 .dianli .tit4 {
  margin-top: .2rem;
  display: none;
}
.n-join .join-list3 .dianli1 {
  left: 50%;
  transform: translate(-50%, calc(-100% + 3px));
  top: 1%;
  z-index: 2;
  padding-bottom: 1rem;
}
.n-join .join-list3 .dianli1 .dian {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.n-join .join-list3 .dianli2 {
  right: .7%;
  top: 28%;
  transform: translate(calc(100% - 5px), 0);
  z-index: 2;
  padding-left: 1rem;
}
.n-join .join-list3 .dianli2 .dian {
  position: absolute;
  top: 8px;
  left: 0;
}
.n-join .join-list3 .dianli3 {
  right: .7%;
  top: 72%;
  transform: translate(calc(100% - 12px), 0);
  z-index: 2;
  padding-left: 1rem;
}
.n-join .join-list3 .dianli3 .dian {
  position: absolute;
  top: 8px;
  left: 0;
}
.n-join .join-list3 .dianli4 {
  left: 50%;
  bottom: 1%;
  transform: translate(-50%, calc(100% - 3px));
  z-index: 2;
  padding-top: 1rem;
}
.n-join .join-list3 .dianli4 .dian {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.n-join .join-list3 .dianli5 {
  left: 1%;
  top: 28%;
  transform: translate(calc(-100% + 5px), 0);
  z-index: 2;
  padding-right: 1rem;
  text-align: right;
}
.n-join .join-list3 .dianli5 .dian {
  position: absolute;
  top: 8px;
  right: 0;
}
.n-join .join-list3 .dianli6 {
  left: 1%;
  top: 72%;
  transform: translate(calc(-100% + 12px), 0);
  z-index: 2;
  padding-right: 1rem;
  text-align: right;
}
.n-join .join-list3 .dianli6 .dian {
  position: absolute;
  top: 8px;
  right: 0;
}
.n-join .join-list4 {
  background: url(../img/img38.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.n-join .join-list4 .tit2 {
  top: 2.5rem;
  z-index: 6;
}
.n-join .join-list4 .joinswiper-list1 {
  height: 100vh;
  width: 62.5vw;
  position: relative;
  z-index: 4;
}
.n-join .join-list4 .joinswiper-list1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-join .join-list4 .joinswiper-list2 {
  width: 62.5vw;
  position: absolute;
  right: 0;
  top: 25vh;
  height: 40.4vh;
  z-index: 2;
}
.n-join .join-list4 .joinswiper-list2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-join .join-list4 .qbox {
  width: 125px;
  position: absolute;
  bottom: 5.5rem;
  right: 29vw;
  z-index: 3;
}
.n-join .join-list4 .qbox .button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 3;
  box-sizing: content-box;
  cursor: pointer;
  background: #f8fdfa;
  transition: all .6s;
}
.n-join .join-list4 .qbox .button-prev .icon {
  width: 20px;
  height: 20px;
  fill: #0e903d;
  transition: all .4s;
}
.n-join .join-list4 .qbox .button-prev:hover {
  background: #0e903d;
}
.n-join .join-list4 .qbox .button-prev:hover .icon {
  fill: #fff;
}
.n-join .join-list4 .qbox .button-next {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f8fdfa;
  z-index: 3;
  box-sizing: content-box;
  cursor: pointer;
  transition: all .6s;
}
.n-join .join-list4 .qbox .button-next .icon {
  width: 20px;
  height: 20px;
  fill: #0e903d;
  transform: rotate(-180deg);
  transition: all .4s;
}
.n-join .join-list4 .qbox .button-next:hover {
  background: #0e903d;
}
.n-join .join-list4 .qbox .button-next:hover .icon {
  fill: #fff;
}
.n-join .join-list5 {
  margin-top: 2.5rem;
  padding: 2rem 0;
  height: 14.5rem;
  position: relative;
  z-index: 1;
}
.n-join .join-list5 .contentbox {
  position: relative;
  z-index: 2;
}
.n-join .join-list5 .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 1.2rem);
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-join .join-list5 .hrefbtn {
  width: 135px;
  height: 48px;
  margin: 1rem 0 0;
  border-top-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
  overflow: hidden;
  background: url(../img/img10.png) no-repeat center center;
  background-size: cover;
  transition: all .6s;
}
.n-join .join-list5 .hrefbtn:hover {
  color: #fff;
}

@keyframes fly {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(50px, -100px);
    opacity: 0.7;
  }
  100% {
    transform: translate(100px, -200px);
    opacity: 0;
  }
}
@keyframes fly2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(400px, -200px);
    opacity: 0.7;
  }
  100% {
    transform: translate(800px, -600px);
    opacity: 0;
  }
}
.n-technology .technology-list1 {
  width: 100%;
  height: calc(100vh - 2.25rem);
  position: relative;
  overflow: hidden;
}

.n-technology .technology-list1 .box {
  position: relative;
  /*padding:2.75rem 0;*/
  height: 9rem;
  /*background:#fff;*/
  z-index: 2;
}

.n-technology .technology-list1 .tip {
  color: #fff;
  margin-bottom: 1.35rem;
}

.n-technology .technology-list1 .tipimg {
  position: absolute;
  right: 0;
  width: 395px;
  bottom: -235px;
  z-index: 2;
}

.n-technology .technology-list1 .box.cur .tip {
  color: #fff;
  transition: all .6s;
}

.n-technology .technology-list1 .box.cur .tit2 {
  color: #fff;
  transition: all .6s;
}

.n-technology .technology-list1 .box2 {
  height: 100%;
  width: 100%;
  position: absolute !important;
  left:0;
  top:0;
  z-index: 1;
}

.n-technology .technology-list1 .box2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.technology-list2 {
  position: relative;
  z-index: 2;
  background: #f8f8f8 url(../img/img40.jpg) no-repeat center top;
  background-size: 103% auto;
  padding: 2.85rem 0 0;
}
.technology-list2 .tit2 {
  color: #333;
  margin-bottom: .3rem;
}
.technology-list2 .tit3 {
  color: #0e903d;
  margin-bottom: 1rem;
}
.technology-list2 .leftbox {
  width: 42.5%;
}
.technology-list2 .rightbox {
  width: 42%;
  position: relative;
  z-index: 3;
  margin-top: -1.75rem;
}
.technology-list2 .rightbox .item {
  padding: .55rem 0;
  border-bottom: 1px dashed #b2b2b2;
}
.technology-list2 .rightbox .item .num {
  background: linear-gradient(to right, #f8703a, #f8b43a);
  -webkit-background-clip: text;
  color: transparent;
}
.technology-list2 .rightbox .item sup {
  margin-left: .45rem;
  top: 0;
  color: #f8b63a;
}
.technology-list2 .contentbox2 {
  margin-top: 1rem;
}
.technology-list2 .contentbox2 .imgbox {
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  transform: translate(-50%, 0);
}
.technology-list2 .contentbox2 .imgbox .li {
  width: 9rem;
  height: 6rem;
  position: absolute;
  z-index: 2;
}
.technology-list2 .contentbox2 .imgbox .li img {
  max-height: 100%;
}
.technology-list2 .contentbox2 .imgbox .li1 {
  left: 10%;
  bottom: 5rem;
}
.technology-list2 .contentbox2 .imgbox .li2 {
  left: 36%;
  top: -6%;
}
.technology-list2 .contentbox2 .imgbox .li3 {
  left: 65%;
  top: 12%;
}
.technology-list2 .contentbox2 .imgbox .li4 {
  left: 44%;
  bottom: 4.75rem;
}

.technology-list3 {
  position: relative;
  height: 100vh;
  width: 100%;
  padding-top: 3.25rem;
  z-index: 2;
}
.technology-list3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.technology-list3 .contentbox {
  position: relative;
  z-index: 2;
}
.technology-list3 .tit2 {
  margin-bottom: 2.5rem;
}
.technology-list3 .item {
  /*height: 8.5rem;*/
  position: relative;
  align-items: flex-end;
}
.technology-list3 .item:before {
  content: "";
  background: url(../img/img42.png) no-repeat center center;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.technology-list3 .item{
  transform:scale3d(.8,.8,1);
  transition: all .6s;
}
.technology-list3 .swiper-slide-active .item{
  transform:scale3d(1,1,1);
  transition: all .6s;
}
.technology-list3 .item{
  max-height:14rem;
}
.technology-list3 .item img {
  /*max-width: 100%;*/
  max-height: 100%;
  max-width:100%;
  object-fit:contain;
}
.technology-list3 .p {
  margin-top: .5rem;
}
.technology-list3 .honor-container {
  width: calc(100% - 200px);
  margin: 0 auto;
}
.technology-list3 .button-prev, .technology-list3 .button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 3;
  transition: all .6s;
  cursor: pointer;
}
.technology-list3 .button-prev .icon, .technology-list3 .button-next .icon {
  width: 15px;
  height: 15px;
  fill: #0e903d;
  margin-left: -6px;
  margin-right: 0;
  transition: all .4s;
}
.technology-list3 .button-next {
  right: 0;
  left: auto;
}
.technology-list3 .button-next .icon {
  margin-right: -6px;
  transform: rotate(-180deg);
}
.technology-list3 .button-prev:hover, .technology-list3 .button-next:hover {
  background: #0e903d;
}
.technology-list3 .button-prev:hover .icon, .technology-list3 .button-next:hover .icon {
  fill: #fff;
}

.stipbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  color: #dcdcdc;
  margin-bottom: 2.5rem;
}
.stipbox a {
  color: #333;
  transition: all .6s;
}
.stipbox a:hover {
  color: #0e903d;
}
.stipbox span {
  color: #0e903d;
}

.news-info1 {
  padding: 1.25rem 0 2.75rem;
  position: relative;
  background: #fff url(../img/img44.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
}
.news-info1 .news-top {
  padding-bottom: .75rem;
  border-bottom: 1px solid #ececec;
}
.news-info1 .news-top .news-tit {
  width: 100%;
}
.news-info1 .news-top .box {
  margin-top: .4rem;
}
.news-info1 .news-top .time {
  opacity: 1;
}
.news-info1 .news-text {
  padding: 1rem 0 1.25rem;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.news-info1 .news-text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.news-info1 .news-nav {
  padding-top: 1.25rem;
}
.news-info1 .news-nav .nav-l {
  width: 55%;
  position: relative;
}
.news-info1 .news-nav .nav-l span {
  line-height: 1.2;
  margin-right: .25rem;
  color: #333;
}
.news-info1 .news-nav .nav-l p {
  width: calc(100% - 80px);
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-info1 .news-nav .nav-l a {
  max-width: 100%;
  margin-bottom: .2rem;
}
.news-info1 .news-nav .nav-l a:hover {
  color: #0e903d;
}
.news-info1 .news-nav .nav-l a:nth-child(2) {
  padding-right: 3rem;
}
.news-info1 .news-nav .nav-l a:nth-child(3) {
  padding-left: 1.75rem;
}
.news-info1 .news-nav .backbtn {
  width: 43px;
  height: 43px;
  background: #1A54B9;
  border-radius: 4px;
  transition: all .6s;
}
.news-info1 .news-nav .backbtn .icon {
  width: .45rem;
  height: .45rem;
  fill: #fff;
}
.news-info1 .news-nav .backbtn:hover {
  background: #0e903d;
}
.news-info1 .ltext {
  width: 62.5%;
}
.news-info1 .rightbox {
  width: 31.875%;
  padding: 1.1rem .9rem 1.5rem;
  background: #f6f6f6;
}
.news-info1 .rightbox .li {
  margin-top: .8rem;
  display: block;
  padding-left: .55rem;
  position: relative;
}
.news-info1 .rightbox .li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  background: #c0c0c0;
}
.news-info1 .rightbox .li .tit5 {
  margin-bottom: .2rem;
  transition: all .6s;
}
.news-info1 .rightbox .li .tit6 {
  opacity: .5;
}
.news-info1 .rightbox .li:hover .tit5 {
  color: #0e903d;
}

.n-about .about-list1 {
  width: 100%;
  height:  calc(100vh - 2.25rem);
  overflow: hidden;
  position: relative;
}

.n-about .about-list1 .box {
  position: relative;
  /*padding:2.75rem 0;*/
  height: 9rem;
  /*background:#fff;*/
  z-index: 2;
}

.n-about .about-list1 .tip {
  color: #fff;
}

.n-about .about-list1 .tipimg {
  position: absolute;
  right: 0;
  width: 395px;
  bottom: -235px;
  z-index: 2;
}

.n-about .about-list1 .box.cur .tip {
  color: #fff;
  transition: all .6s;
}

.n-about .about-list1 .box.cur .tit2 {
  color: #fff;
  transition: all .6s;
}

.n-about .about-list1 .box2 {
  height:100%;
  width: 100%;
  position: absolute !important;
  left:0;
  top:0;
  z-index: 1;
}

.n-about .about-list1 .box2 .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.n-about .about-list1 .box2 .ul {
  position: absolute;
  left: calc(50vw - 800px);
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  bottom: 0;
  z-index: 3;
}

.n-about .about-list1 .box2 .icon {
  width: 72px;
  height: 58px;
  position: relative;
  background: url(../img/img45.png) no-repeat center center;
  background-size: 72px auto;
}

.n-about .about-list1 .box2 .icon .nicon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 15px;
}

.n-about .about-list1 .box2 .icon .nicon img {
  max-height: 100%;
}
.n-about .about-list1 .box2 .p{
  width:calc(100% - 90px);
  margin-left:18px;
}
.n-about .about-list1 .box2 .li {
  margin-bottom: 2.5rem;
}

.about-list2 {
  position: relative;
  padding-bottom: 4rem;
  width: 100%;
  background: url(../img/img38.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 3.5rem;
  /*.img{
      position: relative;
      left:0;
      top:0;
      width:; 
  }*/
}
.about-list2 .leftbox {
  width: 51.875%;
  padding-left: .7rem;
}
.about-list2 .leftbox .img {
  position: relative;
  z-index: 1;
}
.about-list2 .leftbox .img .mapimg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.about-list2 .leftbox .img .dian {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6aca8d;
  position: absolute;
}
.about-list2 .leftbox .img .dian:before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background: rgba(106, 202, 141, 0.2);
  animation: boderM 3s .75s infinite;
}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    75% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3);
    }

}
.about-list2 .leftbox .img .dian1 {
  top: 21%;
  left: 14%;
}
.about-list2 .leftbox .img .dian2 {
  top: 46%;
  left: 26%;
}
.about-list2 .leftbox .img .dian3 {
  top: 58%;
  left: 34%;
}
.about-list2 .leftbox .img .dian4 {
  top: 29%;
  left: 77%;
}
.about-list2 .leftbox .img .dian5 {
  top: 67%;
  left: 87%;
}
.about-list2 .leftbox .nbox .tit3{
  margin-bottom:.3rem;
} 
.about-list2 .leftbox .nbox .tit4{
  color:#0e903d;
  margin-bottom:1.5rem;
}
.about-list2 .leftbox .nbox {
  padding-left: 2.7rem;
}
.about-list2 .imgbg {
  position: absolute;
  top: 3.5rem;
  right: calc(50vw - 800px);
  height: calc(100% - 3.5rem - 4rem);
  width: 33.3%;
}
.about-list2 .imgbg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-list2-1 {
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
}
.about-list2-1 .imgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.about-list2-1 .imgbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-list4 .img {
  width: 50%;
  height: 100vh;
}
.about-list4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
}
.about-list4 .textbox {
  padding: 2rem calc(50vw - 800px) 2rem 2.25rem;
  width: 50%;
}
.about-list4 .textbox .ul {
  width: 12.5rem;
  margin-top: 2.25rem;
}
.about-list4 .textbox .ul .li {
  width: 5.25rem;
  height: 2.25rem;
  margin-bottom: 1.7rem;
  text-align: center;
  position: relative;
}

.about-list5 {
  position: relative;
  z-index: 1;
  background: url(../img/img25.jpg) no-repeat center top;
  background-size: cover;
  padding:2.5rem 2.5rem 0;
}
.about-list5 .img {
  width: 50%;
  height: 15rem;
}
.about-list5 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
}
.about-list5 .textbox {
  width: 50%;
  /*padding: 6.25rem calc(50vw - 800px) 2rem 2.25rem;*/
  padding: 1.25rem calc(50vw - 800px) 2rem 2.25rem;
  position: relative;
  z-index: 3;
}
.about-list5 .tipimg2 {
  position: absolute;
  left: 51.25%;
  top: 74%;
  height:3rem;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity:.65;
}
.about-list5 .tipimg {
  position: absolute;
  right: 0;
  width: 395px;
  bottom: -235px;
  z-index: 2;
}

.about-list6-1 {
  padding: 3.5rem 0 2.25rem;
  height: 100vh;
  background:url(../img/img75.png) no-repeat center center;
  background-size:100% auto;
  position: relative;
  z-index: 3;
}
.about-list6-1 .tit3 {
  margin-bottom: .3rem;
}
.about-list6-1 .tit4 {
  color: #0e903d;
}
.about-list6-1 .titlebox {
  margin-bottom: 2.5rem;
}
.about-list6-1 #canvas {
  position: absolute;
  left: 0;
  bottom: -2rem;
  z-index: -1;
}
.about-list6-1 .his-container {
  width: 80%;
  margin: 0 auto;
}
.about-list6-1 .his-container .titbox {
  width: 6rem;
  margin-right: 2.5rem;
}
.about-list6-1 .his-container .titbox .tit5 {
  margin-bottom: .15rem;
}
.about-list6-1 .his-container .img {
  border-radius: 50%;
  overflow: hidden;
  width: 12.25rem;
  height: 12.25rem;
  border: 6px solid #0e903d;
}
.about-list6-1 .his-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-list6-1 .his-container .yearnum {
  font-size: 3rem;
  margin-left: 1rem;
  background: linear-gradient(to right, #f8b43a, #f8703a);
  -webkit-background-clip: text;
  color: transparent;
  transform: skew(-10deg);
  font-weight: bold;
}
.about-list6-1 .whis .button-prev, .about-list6-1 .whis .button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d6f1d7;
  left: 0;
  top: 60%;
  margin-top: -25px;
  z-index: 3;
  transition: all .6s;
  cursor: pointer;
}
.about-list6-1 .whis .button-prev .icon, .about-list6-1 .whis .button-next .icon {
  width: 15px;
  height: 15px;
  fill: #0e903d;
  margin-left: -6px;
  margin-right: 0;
  transform: rotate(-180deg);
  transition: all .4s;
}
.about-list6-1 .whis .button-next {
  right: 0;
  left: auto;
}
.about-list6-1 .whis .button-next .icon {
  margin-right: -6px;
  transform: rotate(0);
}
.about-list6-1 .whis .button-prev:hover, .about-list6-1 .whis .button-next:hover {
  background: #0e903d;
}
.about-list6-1 .whis .button-prev:hover .icon, .about-list6-1 .whis .button-next:hover .icon {
  fill: #fff;
}

.about-list6 {
  background: #0e903d;
  padding: 4.1rem 0;
  position: relative;
  z-index: 3;
}
.about-list6 .imgbox {
  width: 39.375%;
  height: 68.54vh;
  position: relative;
  z-index: 2;
}
.about-list6 .imgbox .k{
  position: absolute;
  cursor:pointer;

}
.about-list6 .imgbox .k1{
  left:0;
  top:0;
      width: 55%;
    height: 53%;
  z-index:2;
}
.about-list6 .imgbox .k2{
  right:0;
  top:0;
  width:45%;
  height:40%;
  z-index:2;
}
.about-list6 .imgbox .k3{
  left:0;
  bottom:0;
  width: 54%;
    height: 46%;
  z-index:2;
}
.about-list6 .imgbox .k4{
  right:0;
  bottom:0;
  width: 44%;
    height: 59%;
  z-index:2;
}
.about-list6 .imgbox .item {
  width: 100%;
  height: 68.54vh;
  position: absolute;
  left: 0;
  top: 0;
  opacity:0;
  visibility:hidden;
}
.about-list6 .imgbox .item.active{
  opacity:1;
  visibility:visible;
}
.about-list6 .textbox {
  width: 46.25%;
}
.about-list6 .textbox .tit3 {
  margin-bottom: .3rem;
  color: #fff;
}
.about-list6 .textbox .vision-container .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  text-align: left;
  font-size: 16px;
  color: #fff;
  margin-top: 3rem;
}
.about-list6 .textbox .vision-container .swiper-pagination span.zline {
  margin: 0 .4rem;
  width: 2rem;
  height: 2px;
  background: #2bbb5f;
  position: relative;
  display: block;
}
.about-list6 .textbox .vision-container .swiper-pagination .zline:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
}

.about-list7 {
  padding: 3.5rem 0 2.75rem;
  background: #fff;
}
.about-list7 .contentbox {
  border-bottom: 1px solid #ececec;
  padding-bottom: 1.2rem;
}
.about-list7 .contentbox .news-container .swiper-wrapper{
  align-items: stretch;
}
.about-list7 .contentbox .news-container .swiper-wrapper .swiper-slide{
  height:auto;
}
.about-list7 .contentbox .itembox{
  height:100%;
}
.about-list7 .contentbox .tit2 {
  color:#13943c;
  margin-bottom: 1.2rem;
}
.about-list7 .contentbox .itembox {
  background: #f4f4f4;
}
.about-list7 .contentbox .itembox .img {
  width: 50%;
  height: 13.5rem;
}
.about-list7 .contentbox .itembox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-list7 .contentbox .itembox .textbox {
  width: 50%;
  padding: 1.7rem 1.5rem 1rem;
}
.about-list7 .contentbox .itembox .textbox .time {
  margin-bottom: .4rem;
}
.about-list7 .contentbox .itembox .tit3 {
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.about-list7 .contentbox .itembox .tit4{
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  margin-bottom: .75rem;
}
.about-list7 .contentbox .itembox .hrefbtn {
  width: 135px;
  height: 48px;
  margin: 1.75rem 0 0;
  border-top-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
  overflow: hidden;
  background: url(../img/img10.png) no-repeat center center;
  background-size: cover;
  transition: all .6s;
}
.about-list7 .contentbox .itembox .hrefbtn:hover {
  color: #fff;
}
.about-list7 .contentbox .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  bottom: 0;
}
.about-list7 .contentbox .swiper-pagination span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 .4rem;
  opacity: 1;
}
.about-list7 .contentbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0e903d;
}
.about-list7 .contentbox2 {
  padding-top: 1.2rem;
}
.about-list7 .contentbox2 .ul {
  border-bottom: 1px solid #ececec;
}
.about-list7 .contentbox2 .ul .li {
  display: block;
  width: 29%;
  margin-right: 6.5%;
  margin-bottom: 1.2rem;
}
.about-list7 .contentbox2 .ul .li .img {
  width: 100%;
  height: 7.5rem;
}
.about-list7 .contentbox2 .ul .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .8s;
}
.about-list7 .contentbox2 .ul .titbox {
  margin-top: .5rem;
}
.about-list7 .contentbox2 .ul .titbox .tit3 {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .1rem;
  transition: all .8s;
}
.about-list7 .contentbox2 .ul .timebox .time {
  margin-right: .4rem;
}
.about-list7 .contentbox2 .ul .li:nth-child(3n) {
  margin-right: 0;
}
.about-list7 .contentbox2 .ul .li:hover .img img {
  transform: scale(1.1);
}
.about-list7 .contentbox2 .ul .li:hover .tit3 {
  color: #0e903d;
}

.n-products-info {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-top: -2.25rem;
}
.n-products-info .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit:cover;
  z-index: 1;
}
.n-products-info .contentbox {
  padding-top: 6.5rem;
  height: 100vh;
}
.n-products-info .leftbox {
  width: 37.5%;
  position: relative;
}
.n-products-info .leftbox .pro-container {
  position: relative;
}
.n-products-info .leftbox .pro-container .img {
  text-align: center;
}
.n-products-info .leftbox .pro-container .swiper-pagination {
  position: relative;
  margin-top: 1.25rem;
}
.n-products-info .leftbox .pro-container .swiper-pagination span {
  background: #8e9597;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 .4rem;
  opacity: 1;
}
.n-products-info .leftbox .pro-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0e903d;
}
.n-products-info .rightbox {
  width: 50%;
  position: relative;
  z-index: 3;
}
.n-products-info .rightbox .plogo {
  height: 1.2rem;
  margin-bottom: .5rem;
}
.n-products-info .rightbox .plogo img {
  max-height: 100%;
}
.n-products-info .rightbox .tit3 {
  margin-bottom: .8rem;
}
.n-products-info .rightbox .ul {
  padding-bottom: 1px solid #b5bcbd;
}
.n-products-info .rightbox .li {
  padding: .5rem 0;
  border-top: 1px solid #b5bcbd;
}
.n-products-info .rightbox .li .tit4 {
  width: 30%;
}
.n-products-info .rightbox .li .tit5 {
  width: 65%;
  text-align: right;
}

.mindex-swiper {
  height: 100vh;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.mindex-swiper .index1page .text .tit3 {
  width: 100%;
}
.mindex-swiper .index1page .text {
  top: 6rem;
  bottom:auto;
}
.mindex-swiper .index1page .text .tip {
  margin-bottom: .55rem;
}
.mindex-swiper .index1page .text .hrefbtn {
  margin-top: .65rem;
}
.mindex-swiper .index4page .tabul .li {
  position: relative;
  cursor: pointer;
  margin-right: 1.5rem;
  transition: all .6s;
}
.mindex-swiper .index4page .contentbox {
  position: relative;
  z-index: 2;
}
.mindex-swiper .index4page .tabul .li:hover, .mindex-swiper .index4page .tabul .li.cur {
  color: #0e903d;
}
.mindex-swiper .index4page .tabul .li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0e903d;
  opacity: 0;
  transition: all .6s;
}
.mindex-swiper .index4page .tabul .li:hover:before, .mindex-swiper .index4page .tabul .li.cur:before {
  opacity: 1;
}
.mindex-swiper .index6page {
  height: auto;
}
.mindex-swiper .mindex2page {
  background: #0e903d;
}
.mindex-swiper .mindex2page .item1 {
  width: 100%;
  height: auto;
  position: relative;
  /*opacity:0;*/
  z-index: 1;
}
.mindex-swiper .mindex2page .item1 .text {
  position: relative;
  width: 88%;
  left: 6%;
  margin-top: 4rem;
  z-index: 5;
  /*opacity:0;
  transition: all 1.2s 1.5s;
  transform:translate(100px,0);*/
}
.mindex-swiper .mindex2page .item1 .text .tip {
  margin-bottom: .3rem;
}
.mindex-swiper .mindex2page .item1 .text .tit2 {
  margin-bottom: .9rem;
}
.mindex-swiper .mindex2page .item1 .text .spbox {
  padding-bottom: .3rem;
  border-bottom: 1px solid #22a953;
}
.mindex-swiper .mindex2page .item1 .text .yearbox .tit3 {
  margin-top: .5rem;
}
.mindex-swiper .mindex2page .item1 .text .yearbox span {
  margin-bottom: 5px;
}
.mindex-swiper .mindex2page .item2 {
  margin-top: 1rem;
  position: relative;
  z-index: 3;
  flex-flow: row wrap;
}
.mindex-swiper .mindex2page .item2 .img {
  width: 100%;
  height: 8rem;
  margin-left: 6%;
  margin-right: 6%;
  overflow: hidden;
  transition: all .6s;
}
.mindex-swiper .mindex2page .item2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mindex-swiper .mindex2page .item2 .titbox {
  margin-top: 1.25rem;
  width: 100%;
  text-align: left;
  padding: 0 6%;
  transition: all .6s;
}
.mindex-swiper .mindex2page .item2 .titbox .tit4 {
  margin-top: .35rem;
}
.mindex-swiper .mindex2page .item2 .t1 {
  width: 6rem;
  position: absolute;
  bottom: -1rem;
  right: 0;
  z-index: 2;
}
.mindex-swiper .mindex2page-1 {
  background: #0e903d;
}
.mindex-swiper .mindex2page-1 .item3 {
  width: 88%;
  margin: 4rem 6% 1rem;
  position: relative;
  z-index: 3;
}
.mindex-swiper .mindex2page-1 .item3 .tit4 {
  width: 100%;
}
.mindex-swiper .mindex2page-1 .item3 .t2 {
  width: 4.5rem;
  position: absolute;
  bottom: -1rem;
  right: 6%;
  z-index: 2;
}
.mindex-swiper .mindex2page-1 .item4 {
  margin-top: 0;
  position: relative;
  z-index: 3;
  flex-flow: row wrap;
}
.mindex-swiper .mindex2page-1 .item4 .img {
  width: 100%;
  height: 10rem;
  overflow: hidden;
}
.mindex-swiper .mindex2page-1 .item4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mindex-swiper .mindex2page-1 .item4 .titbox {
  padding: 0 6%;
  margin-top: .75rem;
}
.mindex-swiper .mindex2page-1 .item4 .titbox .tit4 {
  width: 100%;
  margin-top: .5rem;
}
.mindex-swiper .mindex2page-2 .item5 {
  width:100%;
  margin-top:.8rem;
  position: relative;
  z-index: 3;
  padding:0 6%;
}
.mindex-swiper .mindex2page-2 .item5 .li {
  padding-bottom: .4rem;
  border-bottom: 1px solid #22a953;
  margin-bottom: .8rem;
  align-items: flex-end;
}
.mindex-swiper .mindex2page-2 .item5 .tip2 {
  color: #5abf7f;
}
.mindex-swiper .mindex2page-2 {
  background: #0e903d;
}
.mindex-swiper .mindex2page-2 .item6 {
  /*margin-top:16.5vh;*/
  position: relative;
  z-index: 3;
  flex-flow: row wrap;
  margin-top: calc(60px + 2rem);
  padding: 0 6%;
}
.mindex-swiper .mindex2page-2 .item6 .img {
  width: 100%;
  height: 10rem;
  margin-right: 0;
  overflow: hidden;
  transition: all .6s;
}
.mindex-swiper .mindex2page-2 .item6 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mindex-swiper .mindex2page-2 .item6 .titbox {
  width: 100%;
  margin-top: 1.25rem;
}
.mindex-swiper .mindex2page-2 .item6 .titbox .tit3 {
  margin-bottom: .5rem;
}
.mindex-swiper .mindex2page-2 .item6 .titbox .tit4 {
  width: 100%;
}
.mindex-swiper .mindex2page-2 .item6 .hrefbtn {
  width: 135px;
  height: 48px;
  margin: 1.25rem 0 0;
  border-top-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
  overflow: hidden;
  border: 2px solid #fff;
  background-size: cover;
  transition: all .6s;
}
.mindex-swiper .mindex2page-2 .item6 .hrefbtn:hover {
  color: #fff;
}
@media (max-width: 1900px) {
  .n-join .join-list4 .qbox{
    bottom: 3rem;
    right: 28vw;
  }
}
@media (max-width: 1680px) {
  .n-investor .investor-list1 .tipimg, .n-technology .technology-list1 .tipimg, .n-join .join-list1 .tipimg, .n-products .products-list1 .tipimg, .products-list3 .tipimg2, .n-development .development-list1 .tipimg, .development-list2 .tipimg2, .n-about .about-list1 .tipimg, .about-list5 .tipimg, .n-contact .contact-list1 .tipimg {
    width: 9rem;
    bottom: -5.4rem;
  }

  .n-join .join-list2 .contentbox {
    width: 94%;
    margin-left: 6%;
  }

  .n-products .products-list3 .textbox {
    left: 6%;
  }

  .n-products .products-list2 .probox-container {
    width: 88%;
  }

  .about-list5 .textbox {
    padding:1.25rem 6% 2rem 2.25rem;
  }
  .about-list5 .tipimg2{
    top:75%;
  }
  .about-list2 .imgbg {
    right: 6%;
  }

  .about-list4 .textbox {
    padding: 2rem 6% 2rem 2.25rem;
  }

  .n-about .about-list1 .box2 .ul {
    left: 6%;
  }

  .index5page .itemimg2{
    width:21vw;
  }
  .n-about .about-list1 .box2 .li{
    margin-bottom:1.5rem;
  }
  .index1page .fixnews .swiper-pagination{
    bottom:5px !important;
  }
  .index1page .fixnews .swiper-pagination span{
    margin:0 .1rem !important;
  }
  .index1page .fixnews .titbox .tit4{
    line-height: 20px;
    max-height: 40px;
  }
  .index4page .warp-quanbox .dian1{
    left: 79%;
  }
  .index4page .warp-quanbox .dian2{
    left:80%;
  }
  .products-list4 .textbox{
    width: 38.52%;
  }
  .products-list4 .ul{
    right: 33.12%;
  }
  .n-join .join-list4 .qbox{
    bottom: 3.5rem;
    right: 27vw;
  }
}
@media (max-width: 1500px) {
  .n-investor .investor-list1 .tipimg, .n-technology .technology-list1 .tipimg, .n-join .join-list1 .tipimg, .n-products .products-list1 .tipimg, .products-list3 .tipimg2, .n-development .development-list1 .tipimg, .development-list2 .tipimg2, .n-about .about-list1 .tipimg, .about-list5 .tipimg, .n-contact .contact-list1 .tipimg {
    width: 9rem;
    bottom: -5.4rem;
  }
  .n-products-info .contentbox{
    padding-top:4.5rem;
  }
  /*.n-join .join-list2 .contentbox .img{
    height:10rem;
  }*/
  .n-join .join-list3 .imgbox{
    width:400px;
  }
}
@media (max-width: 1280px) {
  .n-investor .investor-list1 .tipimg, .n-technology .technology-list1 .tipimg, .n-join .join-list1 .tipimg, .n-products .products-list1 .tipimg, .n-development .development-list1 .tipimg, .n-about .about-list1 .tipimg, .about-list5 .tipimg, .n-contact .contact-list1 .tipimg {
    width: 7.4rem;
    bottom: -4.45rem;
  }

  .products-list3 .tipimg2, .development-list2 .tipimg2,.development-list2 .tipimg2{
    width: 7.4rem;
    bottom: -4rem;
  }


  .n-products .products-list1 .tip {
    margin-bottom: .75rem;
  }

  .join-list4 {
    padding: 2rem 0;
  }

 
  .n-join .join-list4 .joinswiper-list1{
    height:20rem;
  }

  .n-join .join-list4 .tit2 {
    position: relative;
    margin-bottom: 1rem;
    top: auto;
    left: 0;
    transform: translateX(0);
  }

  .n-join .join-list4 .tit2 {
    color: #333;
  }
  .n-join .join-list4 .qbox {
    bottom: 7.5rem;
    right: 24vw;
  }
  

  /*.n-products-info {
    height: auto;
  }*/

  .n-products-info .contentbox {
    padding: 5rem 0 0;
    height: auto;
  }

  .n-products .products-list2 .wbgbox .bg svg {
    left: -20%;
    top: -20%;
    z-index: 4;
    width: 140%;
    height: 140%;
  }

  .n-products .products-list2 .probox-container .swiper-slide .img {
    height: 9rem;
  }

  .n-products .products-list2 .probox-container .swiper-slide {
    height: 12rem;
  }

}
.index4page .warp-quanbox .tabul {
  display: none;
}

.n-investor .investor-list1 .box2, .n-technology .technology-list1 .box2, .n-join .join-list1 .box2, .n-products .products-list1 .box2, .n-development .development-list1 .box2, .development-list2 .box2, .n-contact .contact-list1 .box2 {
  height: 100%;
}
.n-products .products-list3{
  height:100vh;
}

.products-list4 .bgleftbox {
  opacity: 0;
  visibility: hidden;
}
.mindex1-container .itemimg{
  width:100%;
}
@media (max-width: 1280px) {
  .technology-list3{
    height:23rem;
  }
}
@media (max-width: 1024px) {
   .n-join .join-list4 .joinswiper-list2 {
    display: none;
  }

  .n-join .join-list4 .joinswiper-list1 {
    position: relative;
    width: 88%;
    margin: 0 auto;
    top: auto;
  }
  .n-join .join-list4 .qbox {
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: 6%;
    margin-top: 1rem;
  }
  .n-products-info {
    height: auto;
    padding-bottom:2rem;
  }
  .about-list5{
        padding:0 6%;
  }
  .footer .fmiddle .fnav {
    display: none;
  }

  .footer .fmiddle .rightbox {
    width: 100%;
  }

  .development-list2 .contentbox .itembox {
    width: 50%;
    margin-left: 50%;
    position: relative;
    left:auto !important;
    right:auto  !important;
    opacity:1 !important;
    transform: translate(0,0) !important;
  }
  .development-list2 .contentbox{
    height:auto;
  }

  .development-list2 .contentbox .itembox .img {
    transform: rotateY(-180deg);
  }

  .development-list2 .contentbox .itembox:nth-child(even) {
    margin-left: 50%;
  }

  .development-list2 {
    padding: 2rem 0 0;
  }

  .development-list2 .contentbox {
    padding-bottom: 1.5rem;
  }

  .development-list3 .textbox {
    margin-top: 1rem;
  }

  .about-list6-1 #canvas {
    bottom: 2rem;
  }

  .about-list6-1 .his-container .titbox {
    margin-right: 1rem;
  }

  .about-list6-1 .his-container .yearnum {
    font-size: 3rem;
    margin-left: 0.5rem;
  }

  .about-list6-1 .his-container .img {
    width: 9rem;
    height: 9rem;
  }

  .index5page .itemimg1 {
    width: 48%;
    margin-right: 4%;
  }

  .index5page .itemimg2 {
    width: 48%;
    margin-right: 0;
  }

  .index4page .warp-quanbox .tabul {
    display: none;
  }

  .index5page .itemimg2 .img {
    height: 44.25vh;
  }

  .products-list4 .bgleftbox {
    opacity: 1;
    visibility: visible;
  }

  .development-list2 .box2 {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }

  .development-list2 {
    height: auto;
  }

  .development-list2 .contentbox {
    transform: translate(0, 0);
  }
  .about-list2-1{
    display:none;
  }
  .about-list6-1 .titlebox{
    margin-bottom:0;
  }
  .n-contact .contentbox .leftbox:before{
    width: 20rem;
    height: 20rem;
    margin-top: -10rem;
    margin-left: -10rem;
  }
  .n-join .join-list4 .joinswiper-list1{
    height:20rem;
  }
  .development-list2 .tipimg2{
    opacity:1;
  }
  .development-list3 .textbox{
    width:100%;
    margin-right:0;
    margin-bottom:0;
  }
  .development-list3 .img{
    display:none;
  }
  .technology-list2 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .technology-list2 .rightbox {
    width: 100%;
  }
  .technology-list2 .tit2{
    margin-bottom:.5rem;
  }
  .technology-list2 .tit3{
    margin-bottom:1rem;
  }
  .mindex-swiper .mindex2page-2 .item5 .li{
    width:46%;
    margin-right:8%;
    margin-bottom:.4rem;
  }
  .mindex-swiper .mindex2page-2 .item5 .li:nth-child(2){
    margin-right:0;
  }
  .mindex-swiper .mindex2page-2 .item5 .tip2{
    width:100%;
  }
  .mindex-swiper .mindex2page .item2 .img{
    width:40%;
  }
  .mindex-swiper .mindex2page-1 .item4 .img{
    width: 50%;
    margin:0 auto;
  }
  .technology-list3 .item{
    max-height:18rem;
  }
}
@media (max-width: 996px) {
  .investor-list2 .warpbox .leftbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .investor-list2 .warpbox .rightbox {
    width: 100%;
  }
  .n-join .join-list4 .joinswiper-list1{
    height:13rem;
  }
  .n-investor .investor-list1, .n-technology .technology-list1, .n-join .join-list1, .n-products .products-list1, .n-development .development-list1, .n-contact .contact-list1 {
    height: auto;
  }

  .technology-list2 {
    padding: 1.85rem 0 0;
  }

  .technology-list2 .tit2 {
    margin-bottom: 1rem;
  }

  

  .n-join .join-list2 {
    padding: 1.8rem 0 2rem;
    padding-right: 6%;
  }

  .n-join .join-list2 .contentbox .text {
    width: 100%;
    margin-bottom: 1rem;
  }

  .n-join .join-list2 .contentbox .img {
    width: 100%;
  }


  .n-join .join-list3 .imgbox {
    width: 320px;
  }

  .n-join .join-list4 .joinswiper-list2 {
    height: 9rem;
  }

  .n-join .join-list5 {
    margin-top: 1.25rem;
  }

  .n-products-info .leftbox {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .n-products-info .rightbox {
    width: 100%;
  }

  .n-products-info .contentbox {
    padding: 4rem 0 2rem;
  }

  .n-products .products-list2 {
    height: 26rem;
  }

  .n-products .products-list2 .wbgbox .bg svg {
    left: -40%;
    top: -40%;
    width: 180%;
    height: 180%;
  }

  .n-products .products-list3 .textbox {
    width: 50%;
  }

  .products-list4 .textbox {
    width: 100%;
    margin-bottom: 0;
  }
  .products-list4 .bgleftbox{
    display:none;
  }

  .products-list4 .bgleftbox {
    width: 100%;
  }

  .products-list4 .ul {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 1rem;
  }

  .products-list4 .textbox .p {
    margin-top: 1rem;
  }

  .stipbox {
    margin-bottom: 1.25rem;
  }

  .news-info1 .ltext {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .news-info1 .rightbox {
    width: 100%;
  }

  .development-list3 .textbox {
    margin-top: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .about-list2 .leftbox {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }

  .about-list2 .imgbg {
    position: relative;
    width: 100%;
    top: auto;
    height: 20rem;
  }

  .about-list2 .leftbox .nbox{
    padding:0 6%;
  }

  .about-list2 {
    padding: 1.8rem 0 3rem;
  }

  .about-list2 .imgbg {
    width: 88%;
    margin: 0 auto;
    right: 0;
  }

  .about-list4 .img {
    width: 100%;
    height: 25rem;
  }

  .about-list4 .textbox {
    width: 100%;
    padding: 1.2rem 6% 1.5rem;
  }

  .about-list4 .textbox .ul {
    margin-top:.75rem;
  }


  .about-list5 .tipimg2 {
    display: none;
  }

  .about-list5 .img {
    width: 100%;
    height: 24rem;
  }

  .about-list5 .textbox {
    width: 100%;
    padding: 2.25rem 6% 4.5rem;
  }

  .about-list6 {
    padding: 2rem 0;
  }

  .about-list6 .imgbox {
    width: 100%;
  }

  .about-list6 .textbox {
    width: 100%;
  }

  .about-list6-1 .his-container {
    margin-top: 1.5rem;
  }

  .about-list6-1 .his-container .titbox {
    width: 100%;
    text-align: center;
  }

  .about-list6-1 .his-container .img {
    margin: 1rem auto 0;
  }

  .about-list6-1 {
    height: auto;
  }

  .about-list6-1 #canvas {
    bottom: -4rem;
  }

  .about-list6 .imgbox {
    margin-bottom: 1rem;
  }

  .about-list6 .imgbox, .about-list6 .imgbox .item {
    height: 16rem;
  }

  .about-list6 .imgbox .item img {
    max-height: 100%;
  }

  .about-list7 .contentbox .itembox .img {
    width: 100%;
  }

  .about-list7 .contentbox .itembox .textbox {
    width: 100%;
    padding: 1.7rem 6% 2rem;
  }

  .about-list7 {
    padding: 1.75rem 0 2rem;
  }

  .about-list7 .contentbox .itembox .tit3 {
    margin-bottom: .55rem;
  }

  .about-list7 .contentbox .itembox .hrefbtn {
    margin-top: 1.5rem;
  }

  .about-list7 .contentbox2 .ul .li .img {
    height: 5.5rem;
  }

  .index3page .textbox .tip {
    margin-bottom: .6rem;
  }

  .index4page .warp-quanbox {
    width: 66vh;
    height: 66vh;
    margin-left: -33vh;
    margin-top: -33vh;
  }

  .index4page .warp-quanbox .pro-container .imgbox {
    height: 30vh;
  }

  .index5page .itemimg1 {
    height: 10rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .index5page .itemimg2 {
    width: 100%;
    margin-right: 0;
  }

  .index5page .itemimg2 .img {
    height: 10rem;
  }

  .zdownline {
    height: 6vh;
    left: 6%;
  }
  .n-contact .contentbox .leftbox:before{
    display:none;
  }
  .n-investor .investor-list1 .box2, .n-technology .technology-list1 .box2, .n-join .join-list1 .box2, .n-products .products-list1 .box2, .n-products .products-list3, .n-development .development-list1 .box2, .development-list2 .box2, .n-contact .contact-list1 .box2{
    height:18rem;
  }
  .mindex-swiper .mindex2page .item2 .img{
    width: 100%;
    height: 40vh;
  }
  .mindex-swiper .mindex2page-1 .item4 .img{
    width: 100%;
    height: 40vh;
    margin:0 auto;
  }
  .technology-list3 .item{
    max-height:none;
  }

}
.n-products .products-list2 .ul .li{
  padding:15px;
}
@media (max-width: 767px) {
  .n-investor .investor-list1 .box2, .n-technology .technology-list1 .box2, .n-join .join-list1 .box2, .n-products .products-list1 .box2, .n-products .products-list3, .n-development .development-list1 .box2, .development-list2 .box2, .n-contact .contact-list1 .box2 {
    height: 14rem;
  }

  .n-investor .investor-list1 .tipimg, .n-technology .technology-list1 .tipimg, .n-join .join-list1 .tipimg, .n-products .products-list1 .tipimg, .n-development .development-list1 .tipimg, .n-about .about-list1 .tipimg, .about-list5 .tipimg,.development-list2 .tipimg2,.n-contact .contact-list1 .tipimg{
    width: 5.4rem;
    bottom: -3.2rem;
  }

  .n-products .products-list2 .ul .li{
    width:48%;
    margin-right:4%;
    margin-bottom:4%;
  }
  .n-products .products-list2 .ul .li:nth-child(3n){
    margin-right:4%;
  }
  .n-products .products-list2 .ul .li:nth-child(2n){
    margin-right:0;
  }
  .n-products .products-list2 .ul .li{
    height:5rem;
  }
  .n-products .products-list2 .ul .li span{
    font-size:16px;
  }

  .products-list3 .tipimg2, .development-list2 .tipimg2{
    width: 5.4rem;
    bottom: -2.9rem;
  }
  .page a{
        margin: 0 0.3rem;
  }
  

  .n-products .products-list3 .textbox{
    display:none;
  }

  .about-list5 .textbox{
    padding-top:1.25rem;
    padding-bottom:3rem;
  }
  .about-list4 .textbox .ul {
    width:100%;

  }
  .about-list4 .textbox .ul .li{
    width:46%;
    height:auto;
  }
  .technology-list3 {
    height: 80vh;
  }

  .investor-list2 {
    padding: 2rem 0 2.25rem;
  }

  .investor-list2 .tit2 {
    padding-bottom: .5rem;
  }

  .investor-list2 .warpbox {
    padding-top: .5rem;
  }

  .investor-list4-1 .li {
    width: 100%;
    height: 8rem;
    margin-bottom: .65rem;
  }

  .investor-list4-1 .li .titbox .tit3 {
    margin-bottom: .7rem;
  }

  .investor-list4-1 .li .titbox .tit3 {
    margin-bottom: .7rem;
  }

  .investor-list4-1 .li {
    padding: 1.2rem .75rem;
  }

  .investor-list4-1 {
    padding: 2rem 0;
  }

  .investor-list5 .contentbox .ul {
    margin-top: 1rem;
  }

  .investor-list5 .contentbox .ul .li {
    max-width: 100%;
    width: 100%;
    margin-bottom: .5rem;
  }

  .investor-list5 {
    height: auto;
  }

  .investor-list2 .warpbox .rightbox .ul .li {
    width: 65px;
    margin-right: .3rem;
  }

  .footer {
    padding: 1.25rem 6% 0;
  }

  .footer .fmiddle {
    padding-bottom: 1rem;
  }

  .footer .footerbot {
    padding: 15px 0;
  }

  .footer .footerbot .p {
    margin-bottom: .15rem;
  }

  .technology-list3 {
    height: 20rem;
    padding-top: 2rem;
  }

  .technology-list3 .tit2 {
    margin-bottom: 1.25rem;
  }

  .technology-list3 .honor-container {
    width: calc(100% - 100px);
  }

  .n-join .join-list3 .dianli {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: .8rem;
    text-align: left;
    transform: translate(0, 0);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: .5rem !important;
    border-bottom: 1px solid #d1d1d1;
  }

  .n-join .join-list3 .dianli .dian {
    display: none;
  }

  .n-join .join-list3 .dianli4 {
    padding-top: 0;
  }

  .n-join .join-list3 .tit2 {
    margin-bottom: 1rem;
  }

  .n-join .join-list3 .dianli .tit4 {
    display: block;
  }

  .n-join .join-list3 {
    padding: 1.8rem 0 2.5rem;
  }

  .n-join .join-list4 .qbox {
    width: 105px;
  }

  .n-join .join-list4 .qbox .button-prev, .n-join .join-list4 .qbox .button-next {
    width: 45px;
    height: 45px;
  }

  .n-join .join-list5 {
    padding: 3rem 0;
    height: auto;
  }

  .n-join .join-list2 .contentbox .img {
    height: 12rem;
  }

  .n-products .products-list2 .wbutton {
    width: 105px;
    height: 45px;
  }

  .n-products .products-list2 .wbutton .button-prev, .n-products .products-list2 .wbutton .button-next {
    width: 45px;
    height: 45px;
  }

  .n-products .products-list2 .tabul .li {
    margin-right: .75rem;
  }

  .n-products .products-list2 .wbgbox .bg {
    display: none;
  }

  .n-products .products-list1 .box {
    padding: 1.5rem 0;
    height: auto;
  }

  .n-products .products-list3 .textbox {
    width: 88%;
    top: 1.8rem;
  }

  .products-list4 .textbox {
    margin-top: 1.4rem;
  }

  .stipbox {
    margin-bottom: 1rem;
  }

  .n-development .development-list1 .box {
    padding: 1.75rem 0 2.75rem;
    height: auto;
  }

  .development-list3 {
    padding: 5.25rem 0 1.75rem;
  }

  .development-list4 {
    padding: 2rem 0 2.5rem;
  }

  .development-list3 .img {
    width: 100%;
  }

  .development-list2 .contentbox .itembox {
    width: 100%;
    margin-left: 0;
  }

  .development-list2 .contentbox .itembox .img {
    transform: rotateY(0) !important;
    position: relative;
  }

  .development-list2 .contentbox .itembox .text {
    padding: 1rem;
    padding-bottom: 2rem;
  }

  .development-list2 .contentbox .itembox .img {
    height: 9rem;
  }

  

  .development-list3 .textbox .li .sp2 span {
    width: calc(100% - 50px);
  }

  .n-about .about-list1 .tip {
    margin-bottom: .75rem;
  }

  .n-about .about-list1 .box {
    padding: 1.75rem 0 2.75rem;
    height: auto;
  }

  .about-list7 .contentbox2 .ul .li {
    width: 100%;
    margin-right: 0;
  }

  .about-list6-1 .his-container .yearnum {
    width: 100%;
    text-align: center;
  }

  .about-list6 .textbox .tit4 {
    font-size: 26px;
  }

  .about-list6 .textbox .vision-container .swiper-pagination {
    margin-top: 2rem;
  }

  .about-list7 .contentbox .itembox .img {
    height: 10rem;
  }

  .about-list7 .contentbox2 .ul .li .img {
    height: 8.5rem;
  }

  .about-list2 .imgbg {
    height: 12rem;
  }

  .about-list4 .img {
    height: 14rem;
  }

  .about-list5 .img {
    height: 14rem;
  }

  .about-list4 .textbox .ul .li {
    font-size: 12px;
  }

  .about-list4 .textbox .ul .li span {
    width: 60%;
  }

  .n-about .about-list1 .box2 .li {
    margin-bottom: 1.25rem;
  }

  .n-about .about-list1 .box2 .icon {
    margin-right: .5rem;
  }

  .n-about .about-list1 .box2 .p {
    width: calc(100% - 72px - .5rem);
  }

  .index4page .warp-quanbox .quanbox {
    display: none;
  }

  .index4page .warp-quanbox .dian {
    display: none;
  }

  .index4page .warp-quanbox {
    width: 100%;
    height: 100vh;
    margin-left: 0;
    left: 0;
    margin-top: 0;
    top: 0;
    padding: calc(60px + 3.5rem) 6% 0;
  }

  .index4page .warpro {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 60vh;
    margin-top: 1rem;
  }

  .index4page .warp-quanbox .pro-container .hrefbtn {
    width: 106px;
    height: 40px;
    margin: 0.8rem auto 0;
  }

  .index4page .warp-quanbox .tabul {
    display: inline-flex;
  }

  .index5page .itemimg1 {
    height: 8rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .index5page .itemimg2 {
    width: 100%;
    margin-right: 0;
  }

  .index5page .itemimg2 .img {
    height: 8rem;
  }

  #pageloader .loadlogo {
    width: 108px;
    margin-left: -47px;
  }



  .n-contact .contact-list2 .tit2 {
    margin-bottom: 1rem;
  }

  .n-contact .contentbox .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .n-contact .contentbox .rightbox {
    width: 100%;
    margin-right: 0;
  }

  .n-contact .contact-list2 {
    padding: 1.75rem 0 3rem;
  }

  .n-contact .contact-list1 .tip {
    margin-bottom: .75rem;
  }

  .mindex-swiper .index1page .text .tit3{
    font-size:30px;
  }
  .index5page .itemimg1 .text .btn{
    width:1.5rem;
    height:1.5rem;
  }
  .index5page .itemimg1 .text .btn .icon{
    margin-top: 2px;
  }
  .n-about .about-list1 .box .tit2 br,.n-products .products-list1 .box .tit2 br,.n-technology .technology-list1 .tit2 br,.n-development .development-list1 .tit2 br,.n-investor .investor-list1 .tit2 br,.index3page.ani-slide .textbox .tit2 br{
    display:none;
  }
  .n-about .about-list1 .box .tip,.n-products .products-list1 .box .tip,.n-technology .technology-list1 .tip,.n-development .development-list1 .tip,.n-investor .investor-list1 .tip,.n-join .join-list1 .tip,.n-contact .contact-list1 .tip{
    margin-bottom:.75rem;
  }
  .development-list2 .tit2{
    font-size:3rem;
  }
  .n-contact .contentbox .leftbox:before{
    display:none;
  }
  .n-join .join-list5{
    margin-top:0;
  }
  
  .index3page .textbox .tit2{
    width:88%;
    font-size:28px;
  }
  .mindex-swiper .mindex2page .item2 .img{
    height:24vh;
  }
  .mindex-swiper .mindex2page .item1 .text .tit2{
    font-size:28px;
  }
  .mindex-swiper .mindex2page-1 .item4 .img{
    height:25vh;
  }
  .mindex-swiper .mindex2page-1 .item3 .tit4{
    font-size:20px;
    margin-top:.2rem;
  }
  .mindex-swiper .mindex2page-1 .item4 .titbox .tit4{
    font-size:14px;
    line-height:1.6;
  }
  .mindex-swiper .mindex2page-2 .item6 .img{
    height:25vh;
  }
  .mindex-swiper .mindex2page-2 .item6 .titbox .tit4{
    font-size:20px;
    line-height:1.4;
  }
  .mindex-swiper .mindex2page-2 .item5 .li .tit-72{
    font-size:32px;
  }
  .index4page .warp-quanbox{
    padding: calc(60px + 2rem) 6% 0;
  }
  .index5page{
    padding: calc(60px + 1rem) 6% 0;
  }
  .index5page .itemimg2 .img{
    height:25vh;
  }
  .index5page .itemimg1{
    height:34vh;
    margin-bottom:.5rem;
  }
  .index5page .itemimg1 .text{
    padding:0 6%;
    bottom:.55rem;
  }
  .index1page .text{
    padding:0 6%;
  }
  .index5page .warpbutton .button-prev, .index5page .warpbutton .button-next{
        width: 1.5rem;
    height: 1.5rem;
  }
  .index5page .warpbutton{
    width:4rem;
  }
  .index5page .titlebox{
    margin-bottom:.45rem;
  }
  .index5page .zdownline{
    display:none;
  }
  
  .news-info1 .news-nav .nav-l{
    width:100%;
  }
  .news-info1 .ltext{
    margin-bottom:1rem;
  }
  .stipbox{
    font-size:14px;
    margin-bottom:.6rem;
  }
  .index1page .text .hrefbtn{
    width: 120px;
    height: 40px;
  }
  .index5page .itemimg1 .text .tit3{
    margin-bottom:.1rem;
  }
  .index5page .itemimg2 .text .tit4{
        max-height: 44px;
    line-height: 22px;
  }
  .index5page .titlebox .tit2{
    font-size:28px;
    margin-top:.15rem;
  }
  .about-list7 .contentbox .itembox .textbox{
    padding: 1rem 6% 1.5rem;
  }
  .about-list7 .contentbox .itembox .tit3{
    line-height: 24px;
    max-height: 48px;
  }
  .about-list7 .contentbox .itembox .tit4{
    line-height: 20px;
    max-height: 60px;
  }
  .about-list7 .contentbox .itembox .hrefbtn{
    width: 120px;
    height: 40px;
    margin: 1rem 0 0;
  }
  .about-list7 .page a{
        margin: 0 0.3rem;
  }
  .footer .fmiddle .rightbox .title{
    margin-bottom:.25rem;
  }
  .about-list2 .leftbox .nbox .tit4 br{
    display:none;
  }
}
.search-list1 {
  background: #f8f8f8;
  padding: 1.2rem 0;
}

.search-list1 .searchbox {
  width: 100%;
  height: 42px;
  background: transparent;
  border: none;
  position: relative;
}

.search-list1 .input1 {
  width: 100%;
  height: 42px;
  background: transparent;
  border: none;
}

.search-list1 .input2 {
  width: 124px;
  height: 42px;
  background: #0e903d url(../img/searchbtn2.png) no-repeat 75px center;
  border-radius: 4px;
  background-size: 21px auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
  padding-left: 35px;
  text-align: left;
}

.search-list1 form {
  width: 100%;
}

@media (max-width: 767px) {
  .search-list1 .input2 {
    width: 100px;
    padding-left: 25px;
    background: #0e903d url(../img/searchbtn2.png) no-repeat 60px center;
    background-size: 16px auto;
  }

  .search-list1 .input1, .search-list1 .searchbox {
    height: 45px;
  }

  .search-list1 {
    padding: .7rem 0;
  }
}
.search-list2 {
  padding: 1rem 0 5rem;
  background: #fff;
}

.search-list2 span {
  color: #0e903d;
  font-weight: bold;
}

.search-list2 .tip {
  padding-bottom: .5rem;
  border-bottom: 2px solid #F3F2F0;
}

.search-list2 .tab-ul {
  padding: 0 .35rem;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
}

.search-list2 .tab-ul .li {
  margin: 0 .5rem;
  position: relative;
  height: 52px;
  line-height: 52px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.search-list2 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #0e903d;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.search-list2 .tab-ul .li:hover, .search-list2 .tab-ul .li.cur {
  color: #0e903d;
}

.search-list2 .tab-ul .li:hover:before, .search-list2 .tab-ul .li.cur:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-list2 .page {
  padding-top: 2rem;
}

.search-list2 .ul .li {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all .6s;
  padding: 1rem 0 .9rem;
  background: transparent;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.search-list2 .ul .li:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #0e903d;
  transition: all .6s;
}
.search-list2 .ul .li .newimg {
  width: 7.8rem;
  height: 4.8rem;
}
.search-list2 .ul .li .newimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-list2 .ul .li .img {
  width: 7.8rem;
  height: 4.8rem;
}
.search-list2 .ul .li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-list2 .ul .li .tit3 {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .5rem;
  transition: all .6s;
}
.search-list2 .ul .li .tit3 span {
  color: #0e903d;
}
.search-list2 .ul .li .tit4 {
  width: 80%;
  margin-bottom: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .6s;
}
.search-list2 .ul .li .time {
  color: #CECECE;
  margin-bottom: .25rem;
}
.search-list2 .ul .li .titbox {
  width: calc(100% - 1.25rem - 7.8rem);
  margin-left: 1.25rem;
}
.search-list2 .ul .li .btn {
  border-bottom: 1px solid #999;
  display: inline-block;
  transition: all .6s;
}
.search-list2 .ul .li:hover:before {
  width: 41%;
}
.search-list2 .ul .li:hover .tit3 {
  color: #0e903d;
}

@media (max-width: 767px) {
  .search-list2 {
    padding-bottom: 2.5rem;
  }

  .search-list2 .tab-ul {
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
  }

  .search-list2 .tab-ul .li {
    margin: 0 0.25rem;
  }

  .search-list2 .tab-ul {
    padding: 0;
  }

  .search-list2 .page {
    padding-top: 1rem;
  }

  .search-list2 .tab-ul .li {
    height: 44px;
    width: 29%;
    line-height: 1.2;
    padding-top: 0.35rem;
    margin-bottom: .3rem;
  }

  .search-list4 .tab-ul .li {
    line-height: 44px;
    padding-top: 0;
  }

  .search-list2 .ul .li .img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .search-list2 .ul .li .newimg {
    width: 100%;
    height: 8rem;
    margin-bottom: .55rem;
  }
  .search-list2 .ul .li .tit3{
    margin-bottom: 0.35rem;
  }

  .search-list2 .ul .li .titbox {
    width: 100%;
    margin-left: 0;
  }

  .search-list2 .ul .li .tit4 {
    margin-bottom: .65rem;
    width: 100%;
  }

  .search-list2 .ul .li .img {
    height: 6.8rem;
  }

  .search-list2 .ul .li .tit3 {
    width: 100%;
  }

  .search-list2 .tab-ul .li {
    width: 25%;
    margin: 0;
    padding: 0 .25rem;
  }

  .development-list3 .img {
    display: none;
  }

  .development-list3 .textbox {
    margin-bottom: 0;
  }
  .mindex-swiper .mindex2page .item1 .text .tit2 br{
    display:none;
  }
  .mindex-swiper .index1page .text .tit3 br{
    display:none;
  }
}
.mat, .about-list2 .leftbox .img, .about-list2 .leftbox .p {
  position: relative;
}

.about-list7 .contentbox .itembox .img img {
  transition: all .8s;
}

.about-list7 .contentbox .itembox:hover .img img {
  transform: scale(1.1);
}


.n-investor .investor-list1 .box2, .n-technology .technology-list1 .box2, .n-join .join-list1 .box2, .n-products .products-list1 .box2,  .n-development .development-list1 .box2, .n-about .about-list1 .box2, .about-list5 .box2, .n-contact .contact-list1 .box2 {
  position: relative;
  z-index:1;
}
.n-investor .investor-list1 .videobox, .n-technology .technology-list1 .videobox, .n-join .join-list1 .videobox, .n-products .products-list1 .videobox,  .n-development .development-list1 .videobox, .n-about .about-list1 .videobox, .about-list5 .videobox, .n-contact .contact-list1 .videobox {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:-1;
  }
.n-investor .investor-list1 .videobox video, .n-technology .technology-list1 .videobox video, .n-join .join-list1 .videobox video, .n-products .products-list1 .videobox video,  .n-development .development-list1 .videobox video, .n-about .about-list1 .videobox video, .about-list5 .videobox video, .n-contact .contact-list1 .videobox video {
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
  object-fit:cover;
}
.n-investor .investor-list1 .videobox .icon2, .n-technology .technology-list1 .videobox .icon2, .n-join .join-list1 .videobox .icon2, .n-products .products-list1 .videobox .icon2,  .n-development .development-list1 .videobox .icon2, .n-about .about-list1 .videobox .icon2, .about-list5 .videobox .icon2, .n-contact .contact-list1 .videobox .icon2{
  position: absolute;
  width:1.6rem;
  height:1.6rem;
  right:3%;
  bottom:5%;
  z-index:3;
  fill:#fff;
  opacity:.8;
  cursor:pointer;
}


.index3page .videobox{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
}
.index3page .videobox video{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
  object-fit:cover;
}


.news-list6-dialog4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.news-list6-dialog4 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.news-list6-dialog4 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 1000px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  text-align: center;
  opacity: 0;
}
.news-list6-dialog4 .dialog__content #video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}
.news-list6-dialog4 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.news-list6-dialog4 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.news-list6-dialog4.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog4.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog4.dialog--open #video {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.news-list6-dialog4.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog4.dialog--open .dialog__content, .news-list6-dialog4.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog4.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog4 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog4.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1024px) {
  .news-list6-dialog4 .closebtn {
    color: #fff;
  }
  .news-list6-dialog5 .dialog__content .closebtn{
    right: 0.75rem;
    top: 0.75rem;
  }

  .news-list6-dialog4 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog4 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }
  .news-list6-dialog4 .closebtn svg{
    width:26px;
    height:26px;
  }

  .news-list6-dialog4 .closebtn {
    right: 3%;
  }
}

.index1page .fixnews .swiper-pagination {
  position:absolute;
  bottom: 15px;
  z-index:2;
  justify-content: flex-end;
}
.index1page .fixnews .swiper-pagination span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 .2rem;
  opacity: 1;
}
.index1page .fixnews .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0e903d;
}
@-webkit-keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}


.n-products .products-list2 .videobox {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  object-fit: cover;
  z-index: 1;
}
.n-products .products-list2 .videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-products-info .videobox {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  object-fit: cover;
  z-index: 1;
}
.n-products-info .videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-products .products-list2 .probox-container .swiper-slide .img{
  cursor: url('../img/prox.ico') 12 12, pointer;
}

.ivideobox .btn{
  width:40px;
  height:40px;
  position: absolute;
  left:3%;
  bottom:1rem;
  z-index:3;
  cursor:pointer;
  border-radius:50%;
  background:#0e903d;
}
.ivideobox .btn .icon2{
  position: absolute;
  width:26px;
  height:26px;
  left:50%;
  top:50%;
  margin-left:-13px;
  margin-top:-13px;
  opacity:1;
  transition: all .6s;
}
.ivideobox .btn .icon3{
  position: absolute;
  width:26px;
  height:26px;
  left:50%;
  top:50%;
  margin-left:-13px;
  margin-top:-13px;
  z-index:3;
  opacity:0;
  transition: all .6s;
}
.ivideobox .btn.cur .icon2{
  opacity:0;
}
.ivideobox .btn.cur .icon3{
  opacity:1;
}

.n-products-info .pbackbtn {
  width: 135px;
  height: 48px;
  margin: 1.28rem 0 0;
  border-top-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
  overflow: hidden;
  background: url(../img/img10.png) no-repeat center center;
  background-size: cover;
}

.mindex-swiper .videobtn{
  width:2rem;
  height:2rem;
  z-index:3;
}
.mindex-swiper .videobtn svg{
  width:2rem;
  height:2rem;
  fill:#fff;
}

.n-development .development-list1 .tip,.n-contact .contact-list1 .tip,.n-join .join-list1 .tip,.n-investor .investor-list1 .tip,.n-technology .technology-list1 .tip,.n-products .products-list1 .tip{
  display:none;
}
.index5page .titlebox .tit2{
  color:#0d913d;
}

.n-about .about-list1 .box .text{
  display:none;
}
.development-list4 .topbox .tit4{
  color:#0d913d;
}
.n-join .join-list2 .contentbox .text .img7{
  position: absolute;
  left: 20%;
  bottom: 2.5rem;
  z-index: 3;
   animation: fly2 4s 4s linear infinite;
}
@media (max-width:1024px){
  .n-about .about-list1,.n-investor .investor-list1, .n-technology .technology-list1, .n-join .join-list1, .n-products .products-list1, .n-development .development-list1, .n-contact .contact-list1{
    height:12rem;
  }
  .n-investor .investor-list1 .box2, .n-technology .technology-list1 .box2, .n-join .join-list1 .box2, .n-products .products-list1 .box2, .n-products .products-list3, .n-development .development-list1 .box2, .development-list2 .box2, .n-contact .contact-list1 .box2{
    height:100%;
  }
}
@media (max-width:767px){
  .n-about .about-list1,.n-investor .investor-list1, .n-technology .technology-list1, .n-join .join-list1, .n-products .products-list1, .n-development .development-list1, .n-contact .contact-list1{
    height:9rem;
  }
  .n-investor .investor-list1 .box2, .n-technology .technology-list1 .box2, .n-join .join-list1 .box2, .n-products .products-list1 .box2, .n-products .products-list3, .n-development .development-list1 .box2, .development-list2 .box2, .n-contact .contact-list1 .box2{
    height:100%;
  }
  .development-list2 .tit2{
    margin-bottom:1rem;
  }
  .development-list2 .contentbox{
    padding-bottom:2.5rem;
  }
  .development-list2 .deve-container .swiper-wrapper{
    align-items: stretch;
  }
  .development-list2 .deve-container .swiper-wrapper .swiper-slide{
    height:auto;
    background:#fff;
  }
  .development-list2 .deve-container .swiper-pagination{
    bottom: 1.5rem;
  }
  .about-list6-1 .his-container .yearnum{
    font-size:2rem;
  }
  .products-list3 .tipimg2{
    display:none;
  }
  .products-list4{
    padding-top:20px;
  }
  .n-join .join-list5 .tit4{
    font-size:22px;
  }
}

.n-join .join-list3 .imgbox.start .img1{
  animation:andemo 1s 0.5s 1 forwards linear;
}
@keyframes andemo{
   0%{transform:rotate(0deg);}
  100%{transform:rotate(720deg);}
} 


.header .nav .li{
  position: relative;
}
.header .dsubbox2{
  position: absolute;
  width:120px;
  top:1.35rem;
  left:50%;
  margin-left:-60px;
  background:rgba(255,255,255,.75);
  overflow: hidden;
  display:none;
}
.header .dsubbox2 .sli{
  color:#333;
  height:1.25rem;
  transition: all .6s;
  text-align:center;
}
.header .dsubbox2 .sli:hover{
  color:#0d913d !important;
}

.n-products .products-list2 .wpage{
  position: relative;
  z-index:2;
}

@media (max-width:1300px){
  .n-products .products-list2 .ul .li{
    height:5rem;
  }
  .n-products .products-list2 .page{
    padding-top:0;
  }
}

.development-list4 .leftbox{
  width:46%;
}
.development-list4 .rightbox{
  width:46%;
}
@media (max-width:1024px){
  .development-list4 .leftbox{
    width:100%;
    margin-bottom:1.5rem;
  }
  .development-list4 .rightbox{
    width:100%;
  }
  .development-list4:before{
    display:none;
  }
}
/*# sourceMappingURL=boc_reset.css.map */
