@charset "UTF-8";
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
@font-face {
    font-family: 'R';
    src: url('fonts/R.woff2') format('woff2'),
        url('fonts/R.woff') format('woff'),
        url('fonts/R.ttf') format('truetype'),
        url('fonts/R.svg#R') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.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";*/
  font-family: "R",Source Han Sans CN;
}

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: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-l {
  text-transform: lowercase;
}

.text-u {
  text-transform: uppercase;
}

.text-c {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1640 {
  max-width: 1640px;
  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: 40px 0 0;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #000;
  height: 30px;
  line-height: 30px;
  /*background:#f0efef;*/
  border-bottom: 2px solid transparent;
  margin: 0 13px;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  color: #00ad6f;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  border-bottom: 2px solid #00ad6f;
}

.page span.laypage_curr {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  display: inline-block;
  color: #00ad6f;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  border-bottom: 2px solid #00ad6f;
}

.page a:hover {
  text-decoration: none;
  color: #00ad6f;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  border-bottom: 2px solid #00ad6f;
}

.page a[rel="next"], .page a[rel="prev"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.page a[rel="next"] .icon, .page a[rel="prev"] .icon {
  width: 18px;
  height: 18px;
  fill: rgba(102, 102, 102, 0.5);
}

.page a[rel="next"] .icon {
  transform: rotate(180deg);
}

.page a[rel="next"]:hover .icon, .page a[rel="prev"]:hover .icon {
  fill: #00ad6f;
}

/*分页样式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: 1s;
  animation-duration:1s;
  -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(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
@keyframes line_w100 {
  to {
    left: 100%;
  }
}
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_in {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    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, 60px);
  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, 60px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .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;
}

.footer {
  background: #232323;
  padding: 2rem 0 0;
}

.footertop {
  padding: 0 2rem 1rem;
}
.footerleft{
  width:calc(100% - 11rem);
}
.footerleft #flogo {
  width: 6.5rem;
  margin-top:1rem;
  /*height: 52px;*/
}
.footerleft #flogo img {
  width: 100%;
}

.footerleft .ul .li {
  width: 4rem;
  padding-right: .75rem;
}
.footerleft .ul .li .tit3 {
  margin-bottom: 1rem;
  display: block;
  transition: all .6s;
}
.footerleft .ul .li .tit4 {
  opacity: 1;
  margin-bottom: .3rem;
  display: block;
  opacity:.8;
  transition: all .6s;
}
 .footerleft .ul .li .tit3:hover {
  color: #fff;
  opacity: 1;
}
.footerleft .ul .li .tit4:hover{
  color:#fff;
  font-size:16px;
}

.footeright {
  width:9rem;
  position: relative;
}
.footeright .contentl {
  width: 100%;
  /*margin-right: 3.85rem;*/
}
.footeright .contentl .tit3 {
  margin-bottom: 1rem;
  display: block;
}
.footeright .contentl .i {
  opacity: .8;
  margin-bottom: .25rem;
  transition: all .6s;
}
.footeright .contentl .i .icon1{
  width:20px;
  height:20px;
  margin-right:5px;
  margin-top:-1px;
}
.footeright .contentl .i span{
  width:calc(100% - 30px);
}
.footeright .contentl .i:hover{
  font-size:16px;
}
.footeright .contentl2 {
  width: 6rem;
}
.footerleft #flogo .wimg{
  width:3rem;
}
.footerleft #flogo .wimg p{
  opacity:.8;
}
.footerleft #flogo .wximg{
  width:3rem;
  height:3rem;
}
.footeright .contentl2 .tit3 {
  margin-bottom: 1rem;
}
.footeright .contentl2 .f_formbox {
  position: relative;
}
.footeright .contentl2 .f_formbox .input1 {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 60px 0 20px;
  color: rgba(149, 144, 158, 0.5);
  background: transparent;
  border-radius: 40px;
  overflow: hidden;
}
.footeright .contentl2 .f_formbox .input2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../img/img5.png) no-repeat center center;
  background-size: 40px auto;
}

.footerbot {
  padding: .7rem 2rem;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(158, 157, 159, 0.1);
}
.footerbot p {
  color: #8f8f8f;
}
.footerbot a {
  color:#8f8f8f;
  transition: all .6s;
}
.footerbot a:hover {
  color: #fff;
}

.warpheader {
  height: 2.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.warpheader .header {
  height: 2.5rem;
  padding: 0 1.5rem;
}
.warpheader .header .logo {
  height: 47px;
  position: relative;
}
.warpheader .header .logo #logo {
  width: 210px;
  height: 47px;
}
.warpheader .header .nav {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 7.5rem;
}
.warpheader .header .nav .li {
  margin-right: 1.25rem;
}
.warpheader .header .nav .li > a {
  height: 2.5rem;
  line-height: 2.5rem;
  display: block;
  white-space: nowrap;
  transition: all .6s;
  font-weight:bold;
}
.warpheader .header .nav .li > a:hover, .warpheader .header .nav .li > a.cur {
  color: #00AD6F;
}
.warpheader .header .rightbox .langbtn .spbox .icon {
  width: 20px;
  height: 20px;
  fill: #009660;
  margin-right: 10px;
}
.warpheader .header .rightbox .langbtn .spbox .icon2 {
  width: 18px;
  height: 18px;
  fill: #999;
  margin-left: 5px;
}
.warpheader .header .rightbox .langbtn .langdown {
  position: absolute;
  width: 100px;
  left: 0;
  top: 35px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all .6s;
  visibility: hidden;
}
.warpheader .header .rightbox .langbtn .langdown a {
  padding: 5px 0;
  display: block;
  transition: all .6s;
}
.warpheader .header .rightbox .langbtn .langdown a:hover {
  color: #00ad6f;
}
.warpheader .header .rightbox .langbtn:hover .langdown {
  opacity: 1;
  visibility: visible;
}
.warpheader .header .rightbox .zline {
  width: 1px;
  height: .4rem;
  margin: 0 .5rem;
  background: rgba(255, 255, 255, 0.4);
}
.warpheader .header .rightbox .pcformbox .pcinput1 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../img/searchicon1.png) no-repeat center center;
  background-size: 18px auto;
}
.warpheader .header .rightbox .pcformbox .pcinput2 {
  position: relative;
  width: 100px;
  padding-left: 32px;
  background: transparent;
}
.warpheader .header .rightbox .searchbtn svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: all .6s;
}
.warpheader .header .rightbox .searchbtn:hover svg {
  fill: #c71432;
}

.warpheader.active {
  position: relative;
  background: #F2F2F2;
}
.warpheader.active .header .logo .img1 {
  opacity: 0;
}
.warpheader.active .header .logo .img2 {
  opacity: 1;
}
.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 .zline {
  background: rgba(153, 153, 153, 0.4);
}
.warpheader.active .header .rightbox .searchbtn svg {
  fill: #c71432;
}


.warpheader{
  transition:all .6s;
}
.warpheader:hover {
  background: #fff;
}
.warpheader:hover .header .logo .img1 {
  opacity: 0;
}
.warpheader:hover .header .logo .img2 {
  opacity: 1;
}
.warpheader:hover .header .nav .li a {
  color: #333;
}
.warpheader .header .nav .li{
  position: relative;
  height:2.5rem;
  line-height:2.5rem;
}
.warpheader .header .nav .li:before{
  content:"";
  position: absolute;
  width:1rem;
  height:4px;
  left:50%;
  margin-left:-.5rem;
  background:#00AD6F;
  bottom:0;
  z-index:1;
  opacity:0;
  transition: all .6s;
}
.warpheader:hover .header .nav .li:hover:before{
  opacity:1;
}
.warpheader:hover .header .nav .li:hover >a{
  color:#00AD6F;
}
.warpheader:hover .header .rightbox .langbtn .a1 {
  color: #333;
}
.warpheader:hover .header .rightbox .langbtn a {
  color: #333;
}
.warpheader:hover .header .rightbox .zline {
  background: rgba(153, 153, 153, 0.4);
}
.warpheader:hover .header .rightbox .searchbtn svg {
  fill: #c71432;
}



.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: 42px;
}
.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;
}
.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: 35px;
  }

  .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:#00ad6f;
}

.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: #00ad6f 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: #00ad6f url(../img/searchbtn2.png) no-repeat 22px center;
    border-radius: 2px;
    background-size: 21px auto;
    padding-left: 50px;
  }

  .h-searchbox .tipbox {
    padding-left: 10px;
  }
}
.backbtn {
  position: fixed;
  bottom: 3.5rem;
  right: 2rem;
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00ad6f;
  transition: all .6s;
  cursor: pointer;
}

.backbtn .icon {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.backbtn:hover {
  background: #00ad6f;
}

.ibanner {
  height: calc(100vh);
}
.ibanner .swiper-slide {
  overflow: hidden;
}
.ibanner .slide-inner {
  height: 100%;
}
.ibanner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ibanner .tit4 {
  margin-bottom: 1.25rem;
}
.ibanner .zmore {
  width: 240px;
  height: 58px;
  border: 2px solid white;
  border-radius: 58px;
  box-sizing: content-box;
  transition: all .6s;
}
.ibanner .zmore .icon {
  width: 2rem;
  height: 12px;
  fill: #fff;
  margin-left: 12px;
  transition: all .4s;
}
.ibanner .zmore:hover {
  background: #00ad6f;
  color: #fff;
  border: 2px solid #00ad6f;
}
.ibanner .zmore:hover .icon {
  fill: #fff;
}
.ibanner .textbox {
  width: 1640px;
  max-width: 88%;
}
.ibanner .swiper-pagination {
  position: absolute;
  bottom: 1.25rem;
  z-index: 3;
  left: calc(50vw - 820px);
  color: #fff;
  text-align: left;
}
.ibanner .swiper-pagination span {
  width: .5rem;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
}

.ilist2 {
  padding: 2.25rem 2rem 3rem;
  position: relative;
  z-index: 2;
}
.ilist2 .contentbox .textbox {
  background: #f5f5f5;
  padding: 2.1rem 9.25rem 3rem 1.5rem;
  width: 62.63%;
  margin-right: -18.29%;
  position: relative;
  z-index: 1;
}
.ilist2 .contentbox .textbox .tit2 {
  color: #00ad6f;
  margin-bottom: 1rem;
}
.ilist2 .contentbox .textbox .tit3 {
  margin-bottom: .5rem;
}
.ilist2 .contentbox .textbox .tit4 {
  margin-bottom: 2.25rem;
}
.ilist2 .contentbox .textbox .hrefbtn {
  color: #00ad6f;
}
.ilist2 .contentbox .textbox .hrefbtn .icon {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  fill: #00ad6f;
}
.ilist2 .contentbox .videobox {
  width: 55%;
  height: 15rem;
  margin-top: 1.35rem;
  position: relative;
  z-index: 1;
}
.ilist2 .contentbox .videobox .linebox {
  position: absolute;
  height: 100%;
  width: .55rem;
  left: -.55rem;
  top: 0;
  z-index: 2;
}
.ilist2 .contentbox .videobox .linebox:before {
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  background: #02af70;
}
.ilist2 .contentbox .videobox .linebox .line {
  width: 100%;
  height: 7.5rem;
  background: #02af70;
  position: relative;
  z-index: 1;
}
.ilist2 .contentbox .videobox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ilist2 .contentbox .videobox .icon {
  width: 74px;
  height: 74px;
  fill: #fff;
  cursor: pointer;
}

.ilist3 {
  padding: 2.25rem 0 0;
  position: relative;
  z-index: 2;
  height: 20rem;
  overflow: hidden;
}
.ilist3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ilist3 .linebox {
  position: absolute;
  height: 100%;
  width: .55rem;
  left: -.55rem;
  top: 0;
  z-index: 2;
}
.ilist3 .linebox:before {
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  background: #02af70;
}
.ilist3 .linebox .line {
  width: 100%;
  height: 7.5rem;
  background: #02af70;
  position: relative;
  z-index: 1;
}
.ilist3 .wtabul {
  position: relative;
  border-bottom: 1px solid #ededed;
}
.ilist3 .wtabul .tabul-container {
  width: calc(100% - 50px);
}
.ilist3 .wtabul .tabul-container span {
  display: block;
  padding-bottom: .4rem;
  border-bottom: 4px solid transparent;
  transition: all .6s;
}
.ilist3 .wtabul .tabul-container .swiper-slide {
  width: auto;
  margin-right: 1.25rem;
  cursor:pointer;
}
.ilist3 .wtabul .tabul-container .swiper-slide.cur span, .ilist3 .wtabul .tabul-container .swiper-slide:hover span {
  color: #00ad6f;
  border-bottom: 4px solid #00ad6f;
}
.ilist3 .wtabul .button-prev {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.ilist3 .wtabul .button-prev .icon {
  width: 16px;
  height: 16px;
  fill: #00ad6f;
}
.ilist3 .wtabul .button-next {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.ilist3 .wtabul .button-next .icon {
  width: 16px;
  height: 16px;
  fill: #00ad6f;
}
.ilist3 .warpbox {
  width: 580px;
  height: 13.95rem;
  bottom: 0;
  right: calc(50vw - 820px);
  position: absolute;
  background: url(../img/img10.png) no-repeat center center;
  background-size: cover;
  z-index: 3;
  padding: .6rem .7rem 2rem;
}
.ilist3 .warpbox .witem {
  margin-top: .85rem;
}
.ilist3 .warpbox .witem .itembox{
  display:none;
}
.ilist3 .warpbox .witem p {
  position: relative;
  padding-left: 24px;
  margin-bottom: .35rem;
}
.ilist3 .warpbox .witem p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #dbdbdb;
  margin-top: -3px;
}
.ilist3 .warpbox .witem .hrefbtn {
  color: #00ad6f;
  margin-top: 1.4rem;
  margin-left: 24px;
}
.ilist3 .warpbox .witem .hrefbtn .icon {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  fill: #00ad6f;
}

.ilist4 {
  padding: 2rem 2rem 2.5rem;
  position: relative;
  z-index: 1;
}
.ilist4 .titlebox {
  width: 1640px;
  max-width: 100%;
  margin: 0 auto;
  align-items: flex-end;
}
.ilist4 .titlebox .leftbox .tit2 {
  color: #00ad6f;
  margin-bottom: .4rem;
}
.ilist4 .titlebox .hrefbtn {
  color: #00ad6f;
}
.ilist4 .titlebox .hrefbtn .icon {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  fill: #00ad6f;
}
.ilist4 .ulbox {
  margin-top: .7rem;
  width: 100%;
  /*.btn{
      color:#00ad6f;
      border-bottom:2px solid #00ad6f;
  }*/
}
.ilist4 .ulbox .li {
  display: block;
  background: #f5f5f5;
  padding: 2.25rem 1.5rem;
  width: calc(33.3% - 6.66px);
  margin-right: 10px;
}
.ilist4 .ulbox .li:nth-child(3n) {
  margin-right: 0;
}
.ilist4 .ulbox .icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1.1rem;
  display: block;
}
.ilist4 .ulbox .tit4 {
  margin-bottom: .15rem;
}
.ilist4 .ulbox .tit5 {
  margin-bottom: .5rem;
}
.ilist4 .ulbox .hrefbtn {
  color: #00ad6f;
}
.ilist4 .ulbox .hrefbtn .icon2 {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  fill: #00ad6f;
}

@media (max-width: 1680px) {
  .ilist3 .warpbox {
    right: 6%;
  }



  


}
@media (max-width: 1024px) {
  .footerleft .ul {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .footeright {
    width: 100%;
    margin-top: 1rem;
  }

  .footer {
    padding: 1.25rem 0 0;
  }

  .backbtn {
    right: 6%;
  }

  .footertop {
    padding: 0 6% .85rem;
  }

  .footerbot {
    padding: 0.7rem 6%;
  }

  .ilist4 .ulbox .li {
    width: 100%;
    margin-bottom: .65rem;
    margin-right: 0;
  }

  .ilist4 {
    padding: 2rem 6% 1.5rem;
  }

  .ilist4 .ulbox .icon {
    width: 3.25rem;
    height: 3.25rem;
  }

  .ilist3 {
    height: 21rem;
  }

  .ilist3 .warpbox {
    width: 440px;
  }

  .ilist2 .contentbox .textbox {
    padding: 1.5rem 6%;
    width: 100%;
    margin-right: 0;
  }

  .ilist2 .contentbox .videobox {
    width: 100%;
    margin-top: 0;
  }

  .ibanner .zmore {
    width: 200px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50px;
  }

  .ibanner .zmore .icon {
    width: 1.25rem;
    height: 12px;
  }

  .ibanner {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 767px) {
  .ilist2 {
    padding: 2.25rem 6% 3rem;
  }

  .ilist2 .contentbox .textbox .tit4 {
    margin-bottom: 2rem;
  }

  .ilist2 .contentbox .videobox {
    height: 10rem;
  }

  .ilist2 .contentbox .videobox .videobtn {
    width: 50px;
    height: 50px;
  }

  .ilist2 .contentbox .videobox .linebox .line {
    height: 4.5rem;
  }

  .ilist3 .warpbox {
    width: 88%;
  }

  .ilist3 .wtabul .tabul-container span {
    text-align: center;
  }

  .ilist4 .titlebox .hrefbtn {
    margin-top: .75rem;
  }

  .ilist4 .ulbox .li {
    padding: 1.25rem 10%;
  }

  .ilist4 .ulbox .icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .footeright .contentl {
    width: 100%;
    margin-right: 0;
  }

  .footeright .contentl2 {
    width: 70%;
  }

  .ibanner .zmore {
    width: 175px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50px;
  }
}
.n-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
.n-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-banner .tip {
  position: absolute;
  width: 100%;
  bottom: 9.8rem;
  padding: 0 6%;
  z-index: 3;
  opacity: .8;
}
.n-banner .tit3 {
  position: absolute;
  width: 100%;
  bottom: 5.5rem;
  padding: 0 6%;
  z-index: 3;
}

.zdownline {
  height: 4.25rem;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 0;
  width: 2px;
  background: #02AF70;
  z-index: 4;
}

.index1page .zdownline:before {
  background: #02AF70;
}

.zdownline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  left: 50%;
  margin-left: -5px;
  height: 0px;
  background: #02AF70;
  animation: linedown 3s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  z-index: 2;
}

@keyframes linedown {
  0% {
    top: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
.solution-list1 {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.solution-list1 .leftbox {
  width: 50%;
  height: 100%;
}
.solution-list1 .leftbox .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-list1 .leftbox .text {
  position: absolute;
  padding: 4rem 1.5rem 0 3.4rem;
  left: 0;
  top: 0;
  z-index: 3;
}
.solution-list1 .leftbox .text .tit2 {
  margin-bottom: 1.5rem;
  color:#00AD6F;
}
.solution-list1 .rightbox {
  background: #fff;
  width: 50%;
  height: 100%;
  position: relative;
}
.solution-list1 .rightbox .ul2{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:2;
  opacity:0;
  transform:translate(0,100px);
  visibility:hidden;
  transition: all .6s;
}
.solution-list1 .rightbox.active .ul2{
  opacity:1;
  visibility:visible;
  transform:translate(0,0);
}
.solution-list1 .rightbox.active .nitem{
  opacity:0;
}
.solution-list1 .rightbox .ul{
  height:100vh;
}
.solution-list1 .rightbox .ul #mCSB_1_scrollbar_vertical{
  left:-15px;
  right:auto;
}
.solution-list1 .rightbox .ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width:15px;
  border-radius:0;
  background-color:#02af70;
}
.solution-list1 .rightbox .ul .mCSB_scrollTools .mCSB_draggerRail{
  background-color:#02af70;
}
.solution-list1 .rightbox .ul .li {
  background: #F5F5F5;
  padding: .9rem 1.8rem;
  height:20vh;
  transition: all .6s;
}
.solution-list1 .rightbox .ul .li .icon{
  width:40px;
  height:40px;
  margin-right:.3rem;
  transition: all .6s;
}
.solution-list1 .rightbox .ul .li:nth-child(even) {
  background: #fff;
}
.solution-list1 .rightbox .ul .li span{
  width:calc(100% - 40px - .3rem);
  transform:scale(1);
  transition: all .6s;
}
@media (min-width: 1024px) {
  .solution-list1 .rightbox .ul .li:hover{
    background:#02af70;
    color:#fff;
  }
  .solution-list1 .rightbox .ul .li:hover span{
    font-size:22px;
  }
  .solution-list1 .rightbox .ul .li:hover .icon{
    filter: brightness(0) invert(1) 
  }
}
.solution-list1 .rightbox .nitem {
  padding: 1.25rem 1.8rem 0;
}
.solution-list1 .rightbox .nitem .i {
  margin-bottom: .1rem;
  transition:all .6s;
}
.solution-list1 .rightbox .nitem .i:hover{
  font-size:.5rem;
}
.solution-list1 .rightbox .nitem img {
  width: 14px;
  margin-top:0;
}
.solution-list1 .rightbox .nitem span {
  width: calc(100% - 50px);
  margin-left: .5rem;
}



.solution-list2 {
  position: relative;
  width: 100%;
  padding: 2.7rem 0 3rem;
}
.solution-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.solution-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.solution-list2 .wul {
  overflow-x: auto;
  padding-bottom: 10px;
}
.solution-list2 .ul {
  margin-top: 1.7rem;
  background: #fff;
  min-width: 800px;
  position: relative;
}
.solution-list2 .ul:before {
  content: "";
  position: absolute;
  width: 25%;
  left: 25%;
  height: calc(100% + 20px);
  top: -10px;
  background: #02AF70;
  z-index: 1;
  box-shadow: 5px 9px 25px 0px rgba(1, 95, 61, 0.2);
}
.solution-list2 .ul .libox:nth-child(1) .lihovr1 {
  background: none;
}

.solution-list2 .ul .libox:nth-child(1) .lihovr2{
  background: none;
}
.solution-list2 .ul .libox:nth-child(1) .lihovr3{
  background: none;
}
.solution-list2 .ul .libox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.solution-list2 .ul .li {
  width: 25%;
  padding: 0 15px;
  height: 2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.solution-list2 .ul .li2 {
  width: 25%;
  padding: 0 15px;
  height: 1.75rem;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.solution-list2 .ul .li2:nth-child(1) {
  color: #02AF70;
}
.solution-list2 .ul .li{
  color:#333;
  font-size:.4rem;
  background:none;
  transition: all .6s;
}
.solution-list2 .ul .li2{
  color:#333;
  font-size:.4rem;
  background:none;
  transition: font-size .6s,color .6s;
}
.solution-list2 .ul .lihovr1.cur {
  position: relative;
  z-index: 3;
  color: #fff;
  /*font-size:.55rem;*/
  background: url(../img/img18.png) no-repeat 90% 50%;
}
.solution-list2 .ul .lihovr2.cur {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size:.55rem;
}
.solution-list2 .ul .lihovr3.cur {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size:.55rem;
}
.solution-list2 .ul:before{
  transition: all .6s;
}
.solution-list2 .ul.cur1:before{
  left: 25%;
}
.solution-list2 .ul.cur2:before{
  left: 50%;
}
.solution-list2 .ul.cur3:before{
  left: 75%;
}


.solution-list3 {
  position: relative;
  width: 100%;
  padding: 3.4rem 0 3.8rem;
  background: #fff;
}
.solution-list3 .tit2 {
  margin-bottom: 1.9rem;
}
.solution-list3 .ul .li {
  width: calc(33.3% - 6.66px);
  background: #F5F5F5;
  padding: 2rem 1.5rem;
  margin-right: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all .6s;
}
.solution-list3 .ul .li{
  border:2px solid #F5F5F5;
}
.solution-list3 .ul .li:hover{
  background:#fff;
  border:2px solid #77d3b2;
  box-shadow:0 0 20px 2px rgba(0,0,0,.15);
}
.solution-list3 .ul .li:nth-child(3n) {
  margin-right: 0;
}
.solution-list3 .ul .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto .5rem;
}
.solution-list3 .ul .icon img {
  max-height: 100%;
}
.solution-list3 .ul .text {
  margin-top: .5rem;
}
.solution-list3 .ul .text .tit3 {
  margin-bottom: .35rem;
}

.solution-list4 {
  position: relative;
  width: 100%;
  padding: 2.75rem 0 5rem;
  background: #F5F5F5;
}
.solution-list4 .tit2 {
  color: #00AD6F;
  margin-bottom: 1.5rem;
}
.solution-list4 .ul .li {
  background: #fff;
  width: calc(33.3% - 46.6px);
  margin-right: 70px;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.solution-list4 .ul .li:nth-child(3n) {
  margin-right: 0;
}
.solution-list4 .ul .imgbox {
  width: 100%;
}
.solution-list4 .ul .img {
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
.solution-list4 .ul .tit3 {
  background: #00AD6F;
  position: absolute;
  right:0;
  top:0;
  height:50px;
  padding:0 .5rem;
  z-index:3;
}
.solution-list4 .ul .titbox {
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background:#fff;
  padding:.9rem;
  border:2px solid #00ad6f;
  z-index:3;
  opacity:0;
  transition: all .6s;
  /*display:none;*/
}

.solution-list4 .ul .titbox .rightbox{
  width:calc(100% - 1.5rem);
}
.solution-list4 .ul .titbox .tit4 {
  margin-bottom: 1rem;
  color:#00ad6f;
 
}
.solution-list4 .ul .titbox .tit5{
   color:#00ad6f;
   max-height:10rem;
   overflow-y:auto;
}
.solution-list4 .ul .titbox .icon {
  width: 1.1rem;
  height: 1.1rem;
}
.solution-list4 .ul .titbox .icon img {
  max-height: 100%;
}
.solution-list4 .ul .li:hover .titbox{
  opacity:1;
}
.solution-list4 .ul .titbox2{
  padding:.5rem .7rem;
  width:100%;
}
.solution-list4 .ul .titbox2 .icon {
  width: 1.1rem;
  height: 1.1rem;
  margin-right:.4rem;
}
.solution-list4 .ul .titbox2  .tit4{
  width:calc(100% - 1.75rem);
}
.about-list1 {
  padding: 2.35rem 2rem 3.5rem;
  position: relative;
  z-index: 1;
}
.about-list1 .textbox {
  width: 60%;
  background: #F5F5F5;
  padding: 2rem 9.5rem 1.5rem 2rem;
  min-height: 15rem;
  position: relative;
  z-index: 1;
}
.about-list1 .textbox .tit2 {
  color: #00AD6F;
  font-weight: bold;
  margin-bottom: .7rem;
}
.about-list1 .textbox .tit3 {
  margin-bottom: .4rem;
}
.about-list1 .img {
  width: 55%;
  position: relative;
  z-index: 2;
  margin-left: -15%;
  top: 1rem;
}
.about-list1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-list1 .imgbox1-container{
  position: relative;
  z-index:2;
  overflow: hidden;
}


/*.about-list2 {
  padding: 3.4rem 0 5rem;
  position: relative;
  z-index: 2;
}
.about-list2 .tabul{
  margin:1rem 0 1.5rem;
  width:100%;
}
.about-list2 .tabul .li{
  margin-right:1rem;
  cursor:pointer;
  transition: all .6s;
}
.about-list2 .tabul .li:hover,.about-list2 .tabul .li.cur{
  color:#00AD6F;
}
.about-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.about-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.about-list2 .contentbox .tit3 {
  margin-bottom: 1.5rem;
  color: #00AD6F;
}

.about-list2 .warpbox {
  margin-top: 1.4rem;
}
.about-list2 .warpbox .yearleft {
  font-size: 3.5rem;
  color: #CCC;
  width: 4rem;
  height: 100%;
  position: relative;
  font-weight: bold;
}
.about-list2 .warpbox .yearleft span {
  position: absolute;
  left: -2rem;
  top: 50%;
  width: 140%;
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: 4rem -0.75rem;
}
.about-list2 .warpbox .itembox {
  height: 15rem;
}
.about-list2 .warpbox .tab-container {
  width: 15rem;
  height: 15rem;
}
.about-list2 .warpbox .tab-container:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: .25rem;
  background: #ccc;
  border-radius: 5px;
}
.about-list2 .warpbox .tab-container .item {
  padding-left: 1.75rem;
}
.about-list2 .warpbox .tab-container .item:before {
  content: "";
  position: absolute;
  width: .25rem;
  height: .75rem;
  left: 0;
  top: 50%;
  margin-top: -.5rem;
  background: #00AD6F;
  opacity: 0;
  transition: all .5s;
}
.about-list2 .warpbox .tab-container .yearbtn {
  color: #000;
  margin-bottom: .4rem;
  transition: all .5s;
}
.about-list2 .warpbox .tab-container .tit2 {
  color: #000;
  transition: all .5s;
}
.about-list2 .warpbox .tab-container .swiper-slide {
  cursor: pointer;
}
.about-list2 .warpbox .tab-container .swiper-slide-active .item:before {
  opacity: 1;
}
.about-list2 .warpbox .tab-container .swiper-slide-active .yearbtn {
  color: #00AD6F;
}
.about-list2 .warpbox .tab-container .swiper-slide-active .tit2 {
  font-weight: bold;
  color: #00AD6F;
}

.about-list2 .warpbox .tab-container .swiper-slide:hover .yearbtn {
  color: #00AD6F;
}
.about-list2 .warpbox .tab-container .swiper-slide:hover .tit2 {
  color: #00AD6F;
}
.about-list2 .warpbox .imgbox {
  width: calc(100% - 23.5rem);
  height: 15rem;
  margin-left: 2rem;
  display: flex;
}
.about-list2 .warpbox .imgbox img {
  border-radius: .55rem;
  overflow: hidden;
}*/

.about-list2{
  position: relative;
  min-height:20.5rem;
  z-index:1;
  overflow: hidden;
}
.about-list2 .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  object-fit:cover;
  z-index:-1;
}
.about-list2 .bg2{
  position: absolute;
  width:100%;
  left:0;
  bottom:0;
  z-index:1;
}
.about-list2 .titlebox{
  top:3.4rem;
  position: absolute;
  padding:0 6%;
  width:100%;
  z-index:3;
}
.about-list2 .contentbox{
  padding:6.25rem 0 5.5rem;
  z-index:1;
}
.about-list2 .tit3{
  margin-top:1rem;
}
.about-list2 .tit2{
  color:#00ad6f;
  position: absolute;
  top:3rem;
  width:100%;
  padding:0 6%;
  text-align:center;
}
.about-list2 .tit2:before{
  content:"";
  position: absolute;
  width:1rem;
  height:6px;
  background:#02af70;
  left:50%;
  margin-left:-.5rem;
  bottom:-.7rem;
}
.about-list2 .tit4{
  text-align:center;
}
.about-list2 .hisbox .nli{
  position: relative;
  margin-top:.7rem;
}
.about-list2 .hisbox .nli .i{
  margin-bottom:.55rem;
}
.about-list2 .hisbox .nli .y{
  width:15px;
  position: relative;
}
.about-list2 .hisbox .nli .y:before{
  content:"";
  position: absolute;
  width:10px;
  height:10px;
  right:0;
  top:50%;
  margin-top:-5px;
  border-radius:50%;
  background:#333;
}
.about-list2 .hisbox .nli .sp{
  width:calc(100% - 60px);
  padding-left:.5rem;
}
.about-list2 .hisbox .nli:before{
  content:"";
  position: absolute;
  width:1px;
  left:10px;
  top:-14px;
  height:calc(100% + 30px);
  background:rgba(0, 0, 0, .1);
  z-index:1;
}
.about-list2 .hisbox .swiper-slide{
  opacity:0 !important;

}
.about-list2 .hisbox .swiper-slide.swiper-slide-active{
  opacity:1 !important;

}
.about-list2 .hisbox .swiper-slide .textbox{
  width:1200px;
  margin:0 auto;
  max-width:88%;
}
.about-list2 .hisbox .swiper-slide .textbox .tit4{
  width:12rem;
}
.about-list2 .hisbox .swiper-slide .textbox .nli{
  position: relative;
  width:calc(100% - 12.5rem);
}
.about-list2 .button-prev{
  
  position: absolute;
  left:2rem;
  top:50%;
  margin-top:-25px;
  z-index:5;
}
.about-list2 .button-prev .icon{
  border-radius:50%;
  width:50px;
  height:50px;
  border:1px solid #caced0;
  cursor:pointer;
  
}
.about-list2 .button-prev svg{
  transform:rotate(-180deg);
}
.about-list2 .button-prev .num1{
  margin-left:.25rem;
  color:rgba(0, 0, 0, .2);
}
.about-list2 .button-next .num2{
  margin-right:.25rem;
  color:rgba(0, 0, 0, .2);
}
.about-list2 .button-prev svg,.about-list2 .button-next svg{
  width:15px;
  height:15px;
  fill:#000;
}
.about-list2 .button-next .icon{
  border-radius:50%;
  width:50px;
  height:50px;
  border:1px solid #caced0;
}
.about-list2 .button-next{
  position: absolute;
  right:2rem;
  top:50%;
  margin-top:-25px;
  z-index:5;
  cursor:pointer;
}
.about-list2 .button-prev:hover .icon{
  background:url(../img/dimg3.png) no-repeat center center;
  background-size:50px 50px;
  border:1px solid transparent;
}
.about-list2 .button-next:hover .icon{
  background:url(../img/dimg3-1.png) no-repeat center center;
  background-size:50px 50px;
  border:1px solid transparent;
}
.about-list2 .timebox{
  position: absolute;
  bottom:3rem;  
  z-index:4;
  padding-top:40px;
  padding-bottom:30px;
}
.about-list2 .timebox:before{
  content:"";
  position: absolute;
  width:100%;
  height:1px;
  background:rgba(0, 0, 0, .1);
  bottom:30px;
}
.about-list2 .item{
  padding-bottom:15px;
  position: relative;
  text-align:center;
  cursor: pointer;
}
.about-list2 .item::before{
  content:"";
  position: absolute;
  width:16px;
  height:16px;
  left:50%;
  bottom:-8px;
  margin-left:-8px;
  border-radius:50%;
  background:url(../img/dimg1.png) no-repeat center bottom;
  background-size:16px auto;
  transition:all .6s;
}
.about-list2 .timebox .item span{
  opacity:.9;
  height:30px;
  display:block;
  transform-origin:center 54px;
  transition:all .6s;
}
.about-list2 .timebox .swiper-slide.cur span{
  transform:scale(2);
  color:#00ad6f;
}
.about-list2 .timebox .swiper-slide.cur .item::before,.about-list2 .timebox .swiper-slide.cur .item::before{
   width:62px;
  height:62px;
  left:50%;
  bottom:-30px;
  margin-left:-31px;
   background:url(../img/dimg2.png) no-repeat center bottom;
  background-size:62px auto;
}
.about-list2 .timebox .swiper-slide:hover span{
  transform:scale(2);
  color:#00ad6f;
}
/*.about-list2 .timebox .swiper-slide:hover .item,.about-list2 .timebox .swiper-slide.cur .item{
  padding-bottom:55px;
}*/

.about-list3 {
  padding: 3.24rem 0 4.2rem;
  position: relative;
  z-index: 2;
}
.about-list3 .leftbox{
  width:100%;
  margin-bottom:2.5rem;
}
.about-list3 .leftbox .tit2{
  width:45%;
  color:#00ad6f;
}
.about-list3 .leftbox .tit3{
  width:55%;
}
.about-list3 .rightbox {
  width: 100%;
}

.about-list3 .rightbox .li {
  width:22.56%;
}
.about-list3 .rightbox .icon {
  width: 53px;
  height: 53px;
  margin-top:.7rem;
}
.about-list3 .rightbox .icon img {
  max-height: 100%;
}
.about-list3 .rightbox .li .num{
  transition: all .6s;
  margin-bottom:.6rem;
}
.about-list3 .rightbox .li .tit6{
  transition: all .6s;
}
.about-list3 .rightbox .li .tit7{
  opacity:.5;
  transition: all .6s;
}
.about-list3 .rightbox .li:hover .num{
  color:#00AD6F;
}
.about-list3 .rightbox .li:hover .tit6{
  color:#00AD6F;
}
.about-list3 .rightbox .li:hover .tit7{
  color:#00AD6F;
}

.about-list3 .rightbox .num {
  width: 65px;
}

.about-list3 .ul{
  width:77.44%;
}
.about-list3 .witembox{
  margin-bottom:1.5rem;
} 
.about-list3 .witembox:last-child{
  margin-bottom:0;
}
.about-list3 .rightbox .nli {
  width: 32%;
  border: 1px solid #F5F5F5;
  transition: all .6s;
  padding:1rem;
  position: relative;
  z-index: 1;
  margin-right:2%;
}
.about-list3 .rightbox .nli:nth-child(3n){
  margin-right:0;
}
.about-list3 .rightbox .nli .img {
  width: 100%;
  height:11rem;
}
.about-list3 .rightbox .nli .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.about-list3 .rightbox .nli:hover {
  z-index: 3;
  box-shadow: 3px 4px 10px 0px rgba(0, 173, 111, 0.25);
  border:1px solid #00AD6F;
}


.about-list3 .rightbox .titr .tit6 {
  margin-bottom: .12rem;
}
.about-list3 .contentbox2 {
  margin-top: .75rem;
}
.about-list3 .contentbox2 .tabul {
  margin-bottom: 1rem;
}
.about-list3 .contentbox2 .tabul .li {
  width: 180px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-right: 13px;
  cursor: pointer;
  transition: all .6s;
}
.about-list3 .contentbox2 .tabul .li:hover, .about-list3 .contentbox2 .tabul .li.cur {
  background: #00AD6F;
  color: #fff;
  border: 1px solid #00AD6F;
}
.about-list3 .contentbox2 .rzbox .li {
  width: 25%;
  border: 1px solid #F5F5F5;
  transition: all .6s;
  padding: .65rem;
  position: relative;
  z-index: 1;
}
.about-list3 .contentbox2 .rzbox .li .img {
  width: 100%;
  height: 8.25rem;
  margin-bottom: .25rem;
}
.about-list3 .contentbox2 .rzbox .li .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.about-list3 .contentbox2 .rzbox{
  display:none;
}
.about-list3 .contentbox2 .rzbox .li:hover {
  z-index: 3;
  box-shadow: 3px 4px 10px 0px rgba(0, 173, 111, 0.25);
  border:1px solid #00AD6F;
}

.about-list4 {
  background-position:center center;
  background-repeat:no-repeat;
  background-size: cover;
  padding: 3rem 0 3.5rem;
  /*.swiper-slide:nth-child(7n) .item{
      border-right:none;
  }
  .swiper-slide:nth-child(8n) .item{
      border-right:none;
  }*/
}
.about-list4 .tit2{
  color:#00AD6F;
}
.about-list4 .ul{
  /*width:calc(100% - 1px);*/
  overflow: hidden;
}
.about-list4 .partner-container{
  /*width:calc(100% + 2px);*/

}
.about-list4 .partner-container .swiper-pagination {
  position: relative;
  margin-top: 2.35rem;
}
.about-list4 .partner-container .swiper-pagination span {
  width: 1rem;
  height: 4px;
  background: #000;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
}
.about-list4 .partner-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #00AD6F;
}
.about-list4 .ul {
  margin-top: 3.25rem;
}
.about-list4 .item {
  width: 100%;
  height: 3.375rem;
  /*border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
}
.about-list4 .item img{
  max-width:80% !important;
}
.about-list4 .swiper-slide:nth-child(2n) .item {
  border-bottom: none;
}
.about-list4 .swiper-slide:nth-child(2n) .item {
  padding-top: 1.2rem;
}

.about-list5 {
  padding: 2.25rem 2rem 2.5rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.about-list5 .img {
  width: 50%;
  height: 20.5rem;
}
.about-list5 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-list5 .rightbox {
  width: 1320px;
  margin:0 auto;
  max-width:100%;
}
.about-list5 .rightbox .tit2 {
  color: #00AD6F;
  margin-bottom: .8rem;
  text-align:center;
}
.about-list5 .rightbox .input1 {
  height: 1.7rem;
  width: 100%;
  border:none;
  background:#f5f5f5;
  text-indent: .7rem;
}
.about-list5 .rightbox .input2 {
  padding: .5rem .7rem;
  width: 100%;
  background: whitesmoke;
  height: 3rem;
  border-radius: 5px;
}
.about-list5 .rightbox .li{
  margin-bottom:.5rem;
  width:49.25%;
  position: relative;
}
.about-list5 .rightbox .li .i{
  position: absolute;
  right:.5rem;
  top:50%;
  margin-top:-6px;
  z-index:2;
  color:#999;
}
.about-list5 .rightbox .li2{
  margin-bottom:1rem;
}
.about-list5 .rightbox .yxbox {
  margin-top: .5rem;
}
.about-list5 .rightbox .tipx{
  color:#e50012;
  position: absolute;
  bottom:-20px;
  left:0;
}
.about-list5 .rightbox .yxbox span {
  width: calc(100% - 40px);
  margin-left: 13px;
}
.about-list5 .rightbox form {
  width: 100%;
}
.about-list5 .rightbox .coadbox {
  position: relative;
  margin-top: .55rem;
  margin-bottom: .55rem;
}
.about-list5 .rightbox .coadbox .captcha{
  position: absolute;
  left:calc(100% - 120px);
  top:7px;
  height:40px;
  width:100px;
  z-index:3;
}
.about-list5 .rightbox .coadbox:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  height: .5rem;
  width: 1px;
  background: rgba(51, 51, 51, 0.15);
  top: 50%;
  margin-top: -.25rem;
  z-index: 2;
}
.about-list5 .rightbox .coadbox .input3 {
  width: 100%;
  height: 54px;
  background: #FFFFFF;
  border: 1px solid rgba(158, 157, 159, 0.25);
  text-indent: 1.75rem;
}
.about-list5 .rightbox .coadbox .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: .5rem;
  top: 50%;
  margin-top: -10px;
  z-index: 2;
}
.about-list5 .rightbox .input4 {
  width: 180px;
  height: 52px;
  background: #02AF70;
  border: none;
  margin-top: .55rem;
}
.about-list5 .rightbox .botul {
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  margin-top: 1.5rem;
  padding-top: 1.25rem;
}
.about-list5 .rightbox .botul .li {
  width: 46%;
  margin-right:4%;
  padding-left:40px;
  position: relative;
}

.about-list5 .rightbox .botul .li img{
  position: absolute;
  left:0;
  top:10px;
}

.solution-list4 .ul .img img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1400px) {
  
}
@media (max-width: 1024px) {
  .about-list2 .warpbox .tab-container {
    width: 100%;
    height: auto;
  }

  .about-list2 .warpbox .tab-container .item {
    padding-left: 0;
  }

  .about-list2 .warpbox .tab-container .item:before {
    display: none;
  }

  .about-list2 .warpbox .tab-container {
    background: none;
  }

  .about-list2 .warpbox .itembox {
    height: auto;
    width: 100%;
  }

  .about-list2 .warpitem {
    width: 100%;
  }

  .about-list2 .tab-container .img {
    border-radius: .55rem;
    margin-bottom: .7rem;
  }

  .solution-list4 .ul .imgbox {
    width: 100%;
  }

  .solution-list4 .ul .titbox {
    width: 100%;
    margin-left: 0;
  }

  .about-list1 .textbox {
    width: 100%;
    padding: 2rem 6%;
    min-height: 10rem;
  }

  .about-list1 .img {
    width: 100%;
    margin-left: 0;
    top: auto;
  }

  .about-list2 .warpbox .imgbox {
    display: none;
  }

  .about-list2 .warpbox .tab-container:before {
    display: none;
  }

  .about-list5 .img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-list5 .rightbox {
    width: 100%;
    margin-left: 0;
  }


  .about-list3 .rightbox .li{
    width:100%;
    margin-bottom:.75rem;
  }
  .about-list3 .ul{
    width:100%;
  }
  
}
@media (max-width: 996px) {
  .about-list2 {
    padding: 2rem 0 3.25rem;
  }
}
.newtipbox {
  padding: .4rem 0;
  border-bottom: 1px solid #F2F2F2;
  font-weight: bold;
}
.newtipbox span {
  color: #00AD6F;
}
.newtipbox a {
  transition: all .6s;
}
.newtipbox a:hover {
  color: #00AD6F;
}

.news-list1 {
  padding: 1.75rem 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.news-list1 .cententbox {
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-list1 .cententbox .img {
  height: 12.5rem;
  margin-bottom: 1.25rem;
  width: 45.58%;
  position: relative;
}
.news-list1 .cententbox .img .linebox {
  position: absolute;
  height: 100%;
  width: .55rem;
  right: -.55rem;
  top: 0;
  z-index: 2;
}
.news-list1 .cententbox .img .linebox:before {
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  background: #02af70;
}
.news-list1 .cententbox .img .linebox .line {
  width: 100%;
  height: 7.5rem;
  background: #02af70;
  position: relative;
  z-index: 1;
}
.news-list1 .cententbox .tit4 {
  width: 88px;
  height: 30px;
  background: #00AD6F;
  border-radius: 15px;
  margin-bottom: .45rem;
}
.news-list1 .cententbox .tit3 {
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.news-list1 .cententbox .tit5 {
  opacity: .5;
}
.news-list1 .cententbox .text {
  width: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1.65rem;
  margin-left: 4.42%;
  position: relative;
}
.news-list1 .cententbox .nbot {
  position: absolute;
  width: calc(100% - 1.65rem);
  bottom: 0;
  z-index: 2;
}
.news-list1 .cententbox .nbot .time {
  color: #00ad6f;
  display: inline-block;
  border-bottom: 1px solid #00ad6f;
}
.news-list1 .cententbox .nbot .btn2 {
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.news-list1 .cententbox .nbot .btn2 .icon {
  width: 14px;
  height: 14px;
  fill: #00ad6f;
  transform:rotate(-90deg);
}
/*.news-list1 .cententbox .itembox .img{
  overflow: hidden;
}*/
.news-list1 .cententbox .itembox .img img{
  transition:all .6s;
}
.news-list1 .cententbox .itembox .tit3{
  transition:all .6s;
}
/*.news-list1 .cententbox .itembox:hover .img img{
  transform:scale(1.1);
}*/
.news-list1 .cententbox .itembox:hover .tit3{
  color:#00AD6F;
}
.news-list1 .newspagination {
  position: relative;
  margin: 1.25rem auto 0;
}
.news-list1 .newspagination span {
  width: 1rem;
  height: 4px;
  background: #000;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
}
.news-list1 .newspagination span.swiper-pagination-bullet-active {
  background: #00AD6F;
}

.news-title {
  padding: .8rem 0;
  position: relative;
  z-index: 2;
}
.news-title .tit2 {
  color: #00ad6f;
}
.news-title .pcformbox .pcinput1 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../img/searchicon1.png) no-repeat center center;
  background-size: 20px auto;
}
.news-title .pcformbox .pcinput2 {
  position: relative;
  width: 140px;
  padding-left: 32px;
  background: transparent;
  transition:all .6s;
}
.news-title .pcformbox .pcinput2.active{
  width:300px;
}

.news-list2 {
  padding: 1.25rem 0 2.5rem;
  position: relative;
  z-index: 2;
  background: #F5F5F5;
}
.news-list2 .tip {
  margin-bottom: .55rem;
}
.news-list2 .li {
  width: 30.5%;
  margin-right: 4.25%;
  margin-bottom: 1.25rem;
}
.news-list2 .li:nth-child(3n) {
  margin-right: 0;
}
.news-list2 .img {
  margin-bottom: .55rem;
}
.news-list2 .img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
  transition: all .6s;
}
.news-list2 .tit3 {
  display: block;
  height: 60px;
  line-height: 30px;
  margin-top: .4rem;
  transition: all .6s;
}
.news-list2 .tit4 .tip2 {
  color: #00ad6f;
  position: relative;
  padding-left: 24px;
}
.news-list2 .tit4 .tip2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  background: rgba(0, 0, 0, 0.25);
  margin-left: .3rem;
}
.news-list2 .li:hover .img img {
  transform: scale(1.1);
}
.news-list2 .li:hover .tit3 {
  color: #00ad6f;
}

.news-info1 {
  padding: 0;
}
.news-info1 .w1150 {
  width: 1150px;
  margin: 0 auto;
  max-width: 88%;
}
.news-info1 .tipbox {
  padding: .4rem 0;
  border-bottom: 1px solid #F2F2F2;
  font-weight: bold;
}
.news-info1 .tipbox span {
  color: #00AD6F;
}
.news-info1 .tipbox a {
  transition: all .6s;
}
.news-info1 .tipbox a:hover {
  color: #00AD6F;
}
.news-info1 .news-top {
  padding: 2rem 0 1.25rem;
  background: #fff;
}
.news-info1 .news-top .news-tit {
  width: 100%;
}
.news-info1 .news-top .time {
  margin-top: .4rem;
}
.news-info1 .news-top .time .tip {
  color: #00ad6f;
  padding-left: .25rem;
  margin-left: .3rem;
  position: relative;
}
.news-info1 .news-top .time .tip:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 10px;
  background: rgba(0, 0, 0, 0.25);
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}
.news-info1 .contentbox {
  padding-bottom: 3.5rem;
  background: #F2F2F2;
}
.news-info1 .news-text {
  padding: 1.75rem 0 3.5rem;
}
.news-info1 .news-text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.news-info1 .news-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: .9rem;
}
.news-info1 .news-nav .nav-l {
  width: 100%;
  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% - 100px);
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-info1 .news-nav .nav-l a {
  color: #000;
  max-width: 50%;
}
.news-info1 .news-nav .nav-l a span {
  color: #000;
}
.news-info1 .news-nav .nav-l a:hover {
  color: #00AD6F;
}
.news-info1 .news-nav .nav-l a:nth-child(2) {
  padding-right: 3rem;
}
.news-info1 .news-nav .nav-l a:nth-child(2) span {
  margin-right: .5rem;
}
.news-info1 .news-nav .nav-l a:nth-child(3) {
  padding-left: 1.75rem;
}
.news-info1 .news-nav .nav-l a:nth-child(3) span {
  margin-left: .5rem;
}
.news-info1 .news-nav .nav-l .backbtn2 {
  width: .7rem !important;
  height: .7rem !important;
  padding-right: 0 !important;
  fill: #333;
  z-index: 3;
  transition: all .6s;
}
.news-info1 .news-nav .nav-l .backbtn2 .icon {
  width: .7rem;
  height: .7rem;
}
.news-info1 .news-nav .nav-l .backbtn2:hover {
  fill: #00AD6F;
}

@media (max-width: 1024px) {
  .news-info1 {
    padding-bottom: 2rem;
  }

  .probanner .textbox {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .stipbox {
    display: none;
  }

  .news-info1 .news-top {
    margin-top: 0;
  }

  .news-info1 .news-text {
    padding-bottom: 30px;
  }

  .news-info1 .news-top .news-tit {
    line-height: 1.5;
  }

  .news-info1 .news-nav {
    padding-top: 20px;
  }

  .news-info1 .news-nav .nav-l {
    width: 100%;
  }

  .news-info1 .news-nav .news-back {
    float: left;
    margin-top: 10px;
  }

  .news-info1 .news-text {
    font-size: 14px;
  }

  .news-info1 .news-nav .nav-l span {
    font-size: 12px;
  }

  .news-info1 .news-nav .nav-l p {
    font-size: 12px;
  }

  .news-info1 .news-top .news-tit {
    width: 100%;
  }

  .news-info1 .news-nav .news-back .icon {
    width: .75rem;
    height: .75rem;
  }

  .news-info1 .news-nav .nav-l span {
    margin-bottom: 0;
  }

  .news-info1 .news-nav .nav-l a:nth-child(3) span {
    margin-left: 0;
    margin-right: .5rem;
  }

  .news-info1 .news-nav .nav-l a {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: .25rem;
  }

  .news-info1 .news-nav .nav-l .backbtn2 {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0, 0);
    margin: 0 auto .5rem;
  }
}
.products-list1 {
  padding: 2.25rem 2rem;
  position: relative;
  z-index: 2;

}

.products-list1 .itembox {
  margin-bottom: 3.5rem;
  position: relative;
}
.products-list1 .itembox .img {
  position: absolute;
  width: 50%;
  height: 17rem;
  top: 2rem;
  right: 0;
  z-index: 3;
}
.products-list1 .itembox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-list1 .itembox .tit3 img {
  margin-left: .7rem;
}
.products-list1 .itembox .textbox {
  background: #F5F5F5;
  width: calc(100% - 1.5rem);
  padding: 2.5rem 52% 2.25rem 1.5rem;
  min-height: 17rem;
  margin-right: 1.5rem;
}
.products-list1 .itembox .textbox .tit4 {
  margin-top: 1.2rem;
}
.products-list1 .itembox .textbox .ul {
  margin-top: 2.85rem;
}
.products-list1 .itembox .textbox .ul .li {
  width: 46%;
  margin-bottom: 1rem;
  transition: all .6s;
}
.products-list1 .itembox .textbox .ul .li .tit5{
  transition: all .6s;
}
.products-list1 .itembox .textbox .ul .li:hover .tit5{
  color:#00ad6f;
}
.products-list1 .itembox .textbox .ul .tit5 {
  margin-bottom: .1rem;
}
.products-list1 .itembox .textbox .ul .titbox {
  width: calc(100% - 40px);
  margin-left: 9px;
}
.products-list1 .itembox .textbox .hrefbtn {
  color: #00ad6f;
  margin-top: 1rem;
}
.products-list1 .itembox .textbox .hrefbtn .icon {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  fill: #00ad6f;
}
.products-list1 .itembox:nth-child(odd) {
  flex-flow: row-reverse wrap;
}
.products-list1 .itembox:nth-child(even) .textbox {
  padding: 2.5rem 1.5rem 2.25rem 52%;
  margin-left: 1.5rem;
  margin-right: 0;
}
.products-list1 .itembox:nth-child(even) .img {
  top: 2rem;
  left: 0;
}

.w1500 {
  width: 1500px;
  max-width: 88%;
  margin: 0 auto;
}

.portabul {
  margin: .5rem auto 1.5rem;
}
.portabul .tab-container .swiper-slide {
  width: auto;
}
.portabul .tab-container .swiper-slide .iconimg {
  margin-bottom: .3rem;
}
.portabul .tab-container .swiper-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.portabul .tab-container .swiper-slide .p{
  transition: all .6s;
}
.portabul .tab-container .swiper-slide.cur .p,.portabul .tab-container .swiper-slide:hover .p{
  color:#00ad6f;
}
.productsinfo-list1 {
  padding-bottom: 2.25rem;
}
.productsinfo-list1 .contentbox{
  background:#f5f5f5;
      align-items: stretch;
}
.productsinfo-list1 .contentbox .leftbox {
  width: 50%;
  position: relative;
}
.productsinfo-list1 .contentbox .leftbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.productsinfo-list1 .contentbox .leftbox .imgbox-container {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 16.5rem;
  height:100%;
  background: url(../img/img37.jpg) no-repeat center center;
  background-size: cover;
}
.productsinfo-list1 .contentbox .leftbox .imgbox-container .item {
  height:100%;
  /*padding: 3.75rem 1.25rem 2rem 2rem;*/
}
.productsinfo-list1 .contentbox .leftbox .imgbox-container .item img{
  max-height:100%;
}
.productsinfo-list1 .contentbox .leftbox .propagination {
  position:absolute;
  /*margin: .5rem 0 0;*/
  bottom:-1rem;
}
.productsinfo-list1 .contentbox .leftbox .propagination span {
  width: 1rem;
  height: 4px;
  background: rgba(51, 51, 51, 0.25);
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
}
.productsinfo-list1 .contentbox .leftbox .propagination span.swiper-pagination-bullet-active {
  background: #00AD6F;
}
.productsinfo-list1 .contentbox .textbox {
  width: 47%;
  padding-top:1.25rem;
  padding-right:1rem;
}
.productsinfo-list1 .contentbox .textbox .tit2-1 {
  margin-top: .2rem;
}
.productsinfo-list1 .contentbox .textbox .icon {
  width: 22px;
}
.productsinfo-list1 .contentbox .textbox .rbox {
  width: 100%;
}
.productsinfo-list1 .contentbox .textbox .titbox {
  position: relative;
  z-index: 2;
  margin-bottom: .7rem;
  padding-top:.6rem;
  margin-top:.5rem;
  border-top:1px solid #e1e1e1;
}
.productsinfo-list1 .contentbox .textbox .titbox .tit4 {
  margin-bottom: .5rem;
}
.productsinfo-list1 .contentbox .textbox .titbox2 {
  width: 100%;
}
.productsinfo-list1 .contentbox .textbox .titbox2 .ul {
  margin-top: .45rem;
  width: 100%;
      align-items: stretch;
}
.productsinfo-list1 .contentbox .textbox .titbox2 .ul .li {
  width:100%;
  margin-bottom: 6px;
}
.productsinfo-list1 .contentbox .textbox .titbox2 .ul .li:hover img{
  transform:translate(5px,0);
}
.productsinfo-list1 .contentbox .textbox .titbox2 .ul .li img{
  margin-top:-3px;
  transition: all .6s;
}
.productsinfo-list1 .contentbox .textbox .titbox2 .ul .li span {
  width: calc(100% - 14px - 17px);
  margin-left: 14px;
}

.productsinfo-list2 {
  padding: 2rem 0 2.65rem;
  background: #F5F5F5;
  position: relative;
  z-index: 1;
}
.productsinfo-list2 .tit2 {
  margin-bottom: .55rem;
}
.productsinfo-list2 .w1500 {
  width: 1500px;
  max-width: 88%;
  margin: 0 auto;
}
.productsinfo-list2 .ul {
  border-top: 2px solid rgba(51, 51, 51, 0.15);
}
.productsinfo-list2 .ul .li {
  padding: .5rem;
  transition: all .6s;
}
.productsinfo-list2 .ul .num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  transition: all .6s;
}
.productsinfo-list2 .ul .sp1 {
  width: calc(100% - 32px - 30px);
  color:#333;
  transition: all .6s;
}
.productsinfo-list2 .ul .sp1 a{
  color:#333;
  transition:all .6s;
}
.productsinfo-list2 .ul .li:nth-child(even) {
  background: #fff;
}
.productsinfo-list2 .ul .li:hover {
  background: #00ad6f;
}
.productsinfo-list2 .ul .li:hover .num {
  background: #fff;
  color: #00ad6f;
}
.productsinfo-list2 .ul .li:hover .sp1 {
  color: #fff;
}
.productsinfo-list2 .ul .li:hover .sp1 a{
  color:#fff;
}

.productsinfo-list3 {
  padding: 2.2rem 0 2.25rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.productsinfo-list3 .tit3 {
  margin-top: .4rem;
}
.productsinfo-list3 .imgbox2-container {
  margin-top: 1.25rem;
  position: relative;
  overflow: hidden;
}
.productsinfo-list3 .imgbox2-container .propagination2 {
  position: relative;
  margin: 1.25rem 0 0;
}
.productsinfo-list3 .imgbox2-container .propagination2 span {
  width: 1rem;
  height: 4px;
  background: rgba(51, 51, 51, 0.25);
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
}
.productsinfo-list3 .imgbox2-container .propagination2 span.swiper-pagination-bullet-active {
  background: #00AD6F;
}
.productsinfo-list3 .imgbox2-container .button-prev {
  width: 66px;
  height: 66px;
  background: #00AD6F;
  border-radius: 50%;
  position: absolute;
  left: 6.8%;
  opacity: 0.85;
  top: 50%;
  margin-top: -69px;
  z-index: 3;
  cursor: pointer;
  transition: all .6s;
}
.productsinfo-list3 .imgbox2-container .button-prev .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.productsinfo-list3 .imgbox2-container .button-next {
  width: 66px;
  height: 66px;
  background: #00AD6F;
  border-radius: 50%;
  position: absolute;
  right: 6.8%;
  opacity: 0.85;
  top: 50%;
  margin-top: -69px;
  z-index: 3;
  cursor: pointer;
  transition: all .6s;
}
.productsinfo-list3 .imgbox2-container .button-next .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  transform: rotate(-180deg);
}
.productsinfo-list3 .imgbox2-container .button-prev:hover {
  opacity: 1;
}
.productsinfo-list3 .imgbox2-container .button-next:hover {
  opacity: 1;
}
.productsinfo-list3 .itembox {
  background: whitesmoke;
}
.productsinfo-list3 .itembox .img {
  height: 12rem;
  width: 50%;
}
.productsinfo-list3 .itembox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productsinfo-list3 .itembox .text {
  width: 50%;
  padding: 2.25rem 1.55rem 1.5rem;
}

.productsinfo-list4 {
  padding: 2rem 0 3.25rem;
  position: relative;
  z-index: 2;
  background: #F5F5F5;
}
.productsinfo-list4 .w1500 {
  width: 1500px;
  max-width: 88%;
  margin: 0 auto;
}
.productsinfo-list4 .tit3 {
  margin-top: .4rem;
}
.productsinfo-list4 .ul {
  margin-top: .7rem;
}
.productsinfo-list4 .li {
  width: calc(33.3% - 40px);
  margin-right: 60px;
  margin-bottom: 1.4rem;
}
.productsinfo-list4 .li .img{
  height:7rem;
}
.productsinfo-list4 .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productsinfo-list4 .li:nth-child(3n) {
  margin-right: 0;
}
.productsinfo-list4 .titbox {
 /* border: 1px solid rgba(0, 0, 0, 0.1);
  padding: .7rem;*/
  padding-top:.7rem;
}
.productsinfo-list4 .titbox span {
  /*padding-left: 17px;*/
  position: relative;
  display: block;
}
/*.productsinfo-list4 .titbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  background: #00AD6F;
  border-radius: 50%;
}*/

.proinfo-list5 {
  padding: 2.5rem 0;
  position: relative;
  z-index: 1;
}
.proinfo-list5 .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  object-fit: cover;
}
.proinfo-list5 .ul {
  width: 100%;
  height: 17.5rem;
  position: relative;
  z-index: 3;
  margin-top: 1rem;
}
.proinfo-list5 .li {
  position: relative;
  z-index: 2;
  width: 15.6%;
  height: 100%;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  transition: all .6s 0s;
}
.proinfo-list5 .li.active {
  width: 37.6%;
  background: rgba(255, 255, 255, 0.9);
  transition: all .6s .3s;
}
.proinfo-list5 .li.active .titx2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transition: all .6s .3s;
}
.proinfo-list5 .li.active .titx {
  top: 40%;
  opacity: 0;
  visibility: hidden;
}
.proinfo-list5 .titx {
  top: 50%;
  transition: all .6s;
}
.proinfo-list5 .titx .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 auto .5rem;
  filter: brightness(0) invert(1);
  opacity: .9;
}
.proinfo-list5 .titx .icon img {
  max-height: 100%;
}
.proinfo-list5 .titx2 {
  padding: 2.25rem 1.7rem 1.5rem;
  opacity: 0;
  visibility: hidden;
  top: 60%;
  transition: all .6s 0s;
}
.proinfo-list5 .titx2 .tit3 {
  margin-bottom: .65rem;
}
.proinfo-list5 .titx2 .tit4 {
  width: 7.5rem;
  margin-bottom: 3rem;
}
.proinfo-list5 .titx2 .icon {
  width: 1rem;
  height: 1rem;
}
.proinfo-list5 .titx2 .icon img {
  max-height: 100%;
}

.proinfo-list6 .tabul {
  border-bottom: 2px solid #F5F5F5;
  margin-bottom: 1.2rem;
}
.proinfo-list6 .tabul .li {
  padding-bottom: 1rem;
  width: 33.3%;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all .6s;
}
.proinfo-list6 .tabul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #02AF70;
  opacity: 0;
  transition: all .6s;
}
.proinfo-list6 .tabul .li:hover, .proinfo-list6 .tabul .li.cur {
  color: #02AF70;
}
.proinfo-list6 .tabul .li:hover:before, .proinfo-list6 .tabul .li.cur:before {
  opacity: 1;
}
.proinfo-list6 .warpbox .witembox {
  display: none;
}
.proinfo-list6 .warpbox .box {
  margin-top: .3rem;
}
.proinfo-list6 .warpbox .box .tit3{
  margin-bottom:.5rem;
}
.proinfo-list6 .warpbox .box .leftbox{
  width:calc(98% - 15.5rem);
}
.proinfo-list6 .warpbox .box .rightbox{
  width:15.5rem;
}
.proinfo-list6 .warpbox .box .boxli {
  width: 49%;
  margin-right:2%;
  margin-bottom: .7rem;
}
.proinfo-list6 .warpbox .box .rightbox .boxli{
  width:100%;
} 

.proinfo-list6 .warpbox .box .boxli .img {
  width: 100%;
  height: 7rem;
  padding: .7rem 2.25rem;
  margin-bottom:.4rem;
  background: #F5F5F5;
}
.proinfo-list6 .warpbox .box .boxli:nth-child(2){
  padding:0;
  margin-right:0;
}
.proinfo-list6 .warpbox .box .boxli .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proinfo-list6 .warpbox .box .boxli .tit3 {
  width:100%;
}
.proinfo-list6 .warpbox .box2 {
  padding:0 0 1.25rem;
  margin-bottom:.7rem;
  flex-flow: row-reverse wrap;
  border-bottom:1px solid #eee;
}
.proinfo-list6 .warpbox .box2 .img {
  width: 15.5rem;
}
.proinfo-list6 .warpbox .box2 .titbox {
  width: calc(100% - 17.5rem);
  padding-right: 1.5rem;
}
.proinfo-list6 .warpbox .box2 .tit4 {
  margin-bottom: .3rem;
}

.proinfo-list7 {
  padding: 1.6rem 0 4.25rem;
  position: relative;
  z-index: 2;
}
.proinfo-list7 .tit3 {
  margin-bottom: .7rem;
}
.proinfo-list7 table {
  width: 100%;
}
.proinfo-list7 table .wtr {
  background: #00ad6f;
  height: 2rem;
  text-align: center;
}
.proinfo-list7 table .wtr .tr2 {
  width: 35.2%;
}
.proinfo-list7 table .wtr .tr1 {
  width: 16.2%;
  /*border-right: 1px solid rgba(255, 255, 255, 0.3);*/
}
.proinfo-list7 table .wtr2 {
  text-align: center;
}
.proinfo-list7 table .wtr2 .tr2 {
  width: 35.2%;
}
.proinfo-list7 table .wtr2 .tr1:nth-child(1) {
  color: #02af70;
}
.proinfo-list7 table .wtr2 .tr1 {
  width: 16.2%;
  padding: .9rem .55rem;
  /*border-right: 1px solid rgba(51, 51, 51, 0.1);*/
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.8;
}
.proinfo-list7 table .wtr2 .tr2 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  text-align: left;
  padding: .9rem .55rem;
  line-height: 1.8;
}

.search-list1 {
  background: #fff;
  padding: 1.35rem 0;
  border-bottom: 1px solid #f2f2f2;
}

.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: #00ad6f url(../img/searchbtn2.png) no-repeat 75px center;
  border-radius: 2px;
  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: #00ad6f url(../img/searchbtn2.png) no-repeat 60px center;
    background-size: 16px auto;
  }

  .search-list1 .input1, .search-list1 .searchbox {
    height: 45px;
  }
}
.search-list2 {
  padding: 1.25rem 0 4.5rem;
  background: #fff;
}

.search-list2 span {
  color: #FF0000;
}

.search-list2 .tip {
  padding-bottom: .5rem;
  border-bottom: 2px solid #F3F2F0;
  font-weight: bold;
}

.search-list2 .tab-ul {
  padding: 0 .35rem;
  border-bottom: 2px solid #F3F2F0;
}

.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: #00AD6F;
  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:#00AD6F;
}

.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 .ulbox {
  margin-top: 1.25rem;
}

.search-list2 .ulbox span {
  color: red;
}

.search-list2 .ulbox .li {
  width: 48%;
  padding-bottom: .3rem;
  margin-bottom: .85rem;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  padding-left: 22px;
  position: relative;
  transition: all .6s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-list2 .ulbox .li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  background: #ccc;
  margin-top: -10px;
}

.search-list2 .ulbox .li:hover {
  color: #1A54B9;
}

.search-list2 .page {
  padding-top: 2.25rem;
}

@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 .ulbox .li {
    width: 100%;
    padding-left: 18px;
  }

  .search-list2 .tab-ul .li {
    margin: 0 0.25rem;
  }

  .search-list2 .tab-ul {
    padding: 0;
  }

  .search-list2 .page {
    padding-top: 1rem;
  }

  .search-list2 .ulbox .li:before {
    width: 6px;
    height: 6px;
    margin-top: -7px;
  }

  .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;
  }
}
.products-list1 .itembox .textbox .tit3 .icon {
  width: 1.2rem;
  height: 1.2rem;
}

.products-list1 .itembox .textbox .tit3 .icon img {
  max-height: 100%;
}

.n-banner .bg {
  object-fit: cover;
}

.proinfo-list7 .wtable {
  overflow-x: auto;
}

.proinfo-list7 table {
  min-width: 900px;
}

.proinfo-list5 .titx {
  width: 100%;
  padding: 0 3%;
}

.proinfo-list5 .titx p {
  text-align: center;
}
.news-list1 .cententbox .img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (max-width: 1024px) {
  .products-list1 .itembox .textbox .ul {
    margin-top: 1.45rem;
  }

  .products-list1 .itembox .textbox .tit4 {
    margin-top: .8rem;
  }

  .products-list1 .itembox .textbox .hrefbtn {
    margin-top: .5rem;
  }
  .solution-list4 .ul .li {
    width: calc(33.3% - 20px);
    margin-right:30px;
    margin-bottom:30px;
  }
  .proinfo-list6 .warpbox .box .leftbox{
    width:100%;
    margin-bottom:1rem;
  }
  .proinfo-list6 .warpbox .box .rightbox{
    width:100%;
  }

}
@media (max-width: 996px) {
  .products-list1 .itembox .img {
    width: 100%;
    top: 0 !important;
    height: 12rem;
    position: relative;
  }

  .products-list1 .itembox .textbox {
    width: 100%;
    min-height: auto;
    margin-right: 0 !important;
    padding: 1.5rem 6% 2rem !important;
    margin-left: 0 !important;
  }

  .products-list1 .itembox {
    margin-bottom: 1.5rem;
  }

  .productsinfo-list1 .contentbox .leftbox {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .productsinfo-list1 .contentbox{
    background:transparent;
  }
  .productsinfo-list1 .contentbox .textbox {
    width: 100%;
    padding:1rem;
    background:#f5f5f5;
    margin-top:1rem;
  }

  .proinfo-list6 .warpbox .box .boxli {
    width: 100%;
  }

  .proinfo-list6 .warpbox .box2 .img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .proinfo-list6 .warpbox .box2 .titbox {
    width: 100%;
    padding-right: 0;
  }

  .proinfo-list5 .li {
    width: 100% !important;
    height: auto !important;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }

  .proinfo-list5 .ul {
    height: auto !important;
  }

  .proinfo-list5 .titx2 {
    width: 100%;
    padding: 1.75rem 6% 1.25rem;
  }

  .proinfo-list5 .titx2 .tit4 {
    margin-bottom: 1rem;
    width: 100%;
  }

  .solution-list1 {
    height: auto;
  }

  .solution-list1 .leftbox .text {
    width: 100%;
    padding: 2rem 1.5rem 0 2rem;
  }

  .solution-list1 .leftbox .text .tit2 {
    margin-bottom: .8rem;
  }

  .solution-list1 .leftbox {
    width: 100%;
  }

  .solution-list1 .rightbox {
    width: 100%;
  }

  .solution-list1 .rightbox .nitem {
    padding: 1.25rem 1.8rem;
  }

  .about-list1 {
    padding: 1.85rem 6% 2.5rem;
  }

  .about-list3 .contentbox .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-list3 .rightbox {
    width: 100%;
  }

  .productsinfo-list3 .itembox .text {
    padding: 1.25rem 6% 1.5rem;
  }

  .productsinfo-list3 .imgbox2-container .button-prev {
    left: 4%;
  }

  .productsinfo-list3 .imgbox2-container .button-next {
    right: 4%;
  }
  .news-list1 .cententbox .img{
    width:100%;
  }
  .news-list1 .cententbox .text{
    width:100%;
    margin-left:0;
    border-left:none;
    padding-left:0;
  }
  .news-list1 .cententbox .nbot{
    position: relative;
    width:100%;
    margin-top:1rem;
  }
  .news-list1 .cententbox .tit3{
    height:auto;
    line-height:1.4;
    margin-bottom:.65rem;
  }
  .news-list1 .cententbox .img{
    padding-right:.55rem;
  }
  .news-list1 .cententbox .img .linebox{
    right:0;
  }
  .solution-list4 .ul .li {
    width:100%;
    margin-right:0;
  }
  .about-list2 .timebox .item span{
        transform-origin: center 40px;
  }
  .about-list3 .rightbox .nli .img{
    height:6rem;
  }
  .about-list2 .button-prev{
    left:3%;
  }
  .about-list2 .button-next{
    right:3%;
  }
  .about-list2 .button-prev .num1{
    display:none;
  }
  .about-list2 .button-next .num2{
    display:none;
  }
  .about-list2 .contentbox{
    padding: 4rem 0 5.5rem;
  }
  
  .about-list3 .leftbox .tit2{
    width:100%;
    margin-bottom:.65rem;
  }
  .about-list3 .leftbox .tit3{
    width:100%;
  }
  .about-list5 .rightbox .li4{
    width:100%;
  }
  .about-list5 .rightbox .coadbox{
    margin-bottom:0;
  }
  .about-list2 .hisbox .swiper-slide .textbox .tit4{
    width:5rem;
  }
  .about-list2 .hisbox .swiper-slide .textbox .nli{
    width: calc(100% - 5.5rem)
  }
  .proinfo-list6 .warpbox .box .boxli .img{
    height: 16rem;
  }
}
.about-list4 .item {
  padding-bottom: 1.2rem;
}

.about-list4 .item img {
  max-height: 100%;
}

.about-list4 .swiper-slide:nth-child(2n) .item {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .products-list1 {
    padding: 1.7rem 6% 2rem;
  }

  .products-list1 .itembox .textbox .ul .li {
    width: 100%;
    margin-bottom: .7rem;
  }

  .products-list1 .itembox .textbox .ul {
    margin-top: 1.2rem;
  }

  .productsinfo-list4 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .productsinfo-list2 .ul .sp1 {
    width: calc(100% - 32px - 10px);
  }

  .productsinfo-list1 .contentbox .textbox .titbox2 .ul .li {
    width: 100%;
  }

  .productsinfo-list1 .contentbox .leftbox .imgbox-container {
    height: 12.5rem;
    min-height:auto;
  }

  .portabul .tab-container .swiper-wrapper {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .proinfo-list6 .tabul .li {
    font-size: 14px;
  }

  


  .proinfo-list7 table .wtr2 .tr1 {
    padding: 0.5rem 0.35rem;
  }

  .n-banner {
    height: 75vh;
  }

  .zdownline:before {
    width: 4px;
    margin-left: -2px;
  }

  .proinfo-list6 .warpbox .box2 {
    padding: 1rem 6% 1.5rem;
  }

  .solution-list2 .ul {
    margin-top: 1rem;
  }

  .solution-list2 {
    padding: 1.75rem 0 2rem;
  }

  .solution-list1 .leftbox .text {
    padding: 2rem 6% 0;
  }

  .solution-list1 .rightbox .ul .li {
    padding: 0.9rem 6%;
  }
  .solution-list1 .rightbox .ul .li{
    height:auto;
  }
  .solution-list1 .rightbox .ul{
    max-height:70vh;
    height:auto;
  }


  .solution-list1 .rightbox .nitem {
    padding: 1.25rem 6%;
  }

  .solution-list3 {
    padding: 2rem 0;
  }

  .solution-list3 .ul .li {
    width: 100%;
    margin-right: 0;
  }

  .solution-list4 {
    padding: 1.75rem 0 3rem;
  }

  

  .about-list3 .contentbox2 .tabul .li {
    width: 50%;
    margin-right: 0;
  }

  .about-list3 .contentbox2 .rzbox .li {
    width: 50%;
  }

 

  .about-list3 .rightbox .titr {
    width: 100%;
  }
  .about-list3 .rightbox .nli{
    padding:.25rem;
  }

  .about-list4 .ul {
    margin-top: 1.5rem;
  }

  .about-list4 {
    padding: 1.7rem 0 2rem;
  }

  .about-list5 .img {
    height: 7.5rem;
  }

  .about-list5 {
    padding: 1.75rem 6% 2rem;
  }

  .about-list5 .rightbox .coadbox .input3 {
    width: 100%;
  }

  .about-list5 .rightbox .botul .li {
    width: 100%;
    margin-bottom: .6rem;
  }

  .about-list5 .rightbox .botul .li img {
    margin-top: .4rem;
  }

  .about-list5 .rightbox .input4 {
    width: 140px;
    height: 40px;
    background: #02AF70;
    border: none;
    margin-top: 0.55rem;
  }

  .productsinfo-list3 .itembox .img {
    width: 100%;
  }

  .productsinfo-list3 .itembox .text {
    width: 100%;
  }

  .productsinfo-list3 .itembox .img {
    height: 8rem;
  }
  .news-list2 .li{
    width:100%;
    margin-right:0;
    margin-bottom:.65rem;
  }
  .news-title .tit2{
    margin-bottom:.75rem;
  }
  .news-list1 .cententbox{
    padding-bottom: 1.5rem;
    padding-left: 6%;
    padding-right: 6%;
  }
  .news-list1 .cententbox .img{
    height:10.5rem;
  }
  .news-list2 .page{
    padding-top:20px;
  }
  .solution-list1 .linebox{
    display:none;
  }
  .solution-list1 .leftbox .text .tit3 br{
    display:none;
  }
  .about-list2 .button-prev,.about-list2 .button-next{
    display:none;
  }
  .about-list2 .hisbox .nli{
    padding-left:0;
  }
  .about-list2 .hisbox .nli .sp{
    width:calc(100% - 60px);
  }
  .about-list2 .hisbox .swiper-slide .textbox .tit4{
    width:100%;
    margin-bottom:.5rem;
  }
  .about-list2 .hisbox .swiper-slide .textbox .nli{
    width:100%;
  }
  .proinfo-list6 .warpbox .box .boxli .img{
    height: 8rem;
  }
}
.nav .li:hover .isubbox{
  opacity:1;
  transform:translate(0,0);
  visibility:visible;
}
.nav .isubbox{
  position: absolute;
  width:180px;
  top:2.5rem;
  left:50%;
  margin-left:-90px;
  z-index:2;
  background:rgba(255,255,255,.9);
  border-radius:8px;
  overflow: hidden;
  opacity:0;
  visibility:hidden;
  transform:translate(0,-40px);
  transition: transform .6s,opacity .6s;
}
.nav .isubbox a{
  display:block;
  padding:15px 10px;
  line-height:1.2;
  display:block;
  text-align:center;
  overflow: hidden;
  transition:all .6s;
}
.nav .isubbox a:hover{
  color:#00AD6F !important;
  background:#fff;
}

.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 {
    background: #d12935;
    color: #fff;
  }

  .news-list6-dialog4 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog4 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog4 .closebtn svg {
    width: 26px;
    height: 26px;
  }

  .news-list6-dialog4 .closebtn {
    right: 3%;
  }
}
@-webkit-keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}
.products-list1 .itembox .textbox .hrefbtn .icon, .ilist2 .contentbox .textbox .hrefbtn .icon, .ilist3 .warpbox .witem .hrefbtn .icon, .ilist4 .titlebox .hrefbtn .icon {
  transition: all .7s;
}

.products-list1 .itembox .textbox .hrefbtn:hover .icon, .ilist2 .contentbox .textbox .hrefbtn:hover .icon, .ilist3 .warpbox .witem .hrefbtn:hover .icon, .ilist4 .titlebox .hrefbtn:hover .icon {
  margin-left: 10px;
}

.ilist4 .ulbox .li .hrefbtn .icon2 {
  transition: all .7s;
}

.ilist4 .ulbox .li:hover .hrefbtn .icon2 {
  margin-left: 10px;
}

.productsinfo-list3 .swiper-slide-prev .itembox {
  flex-flow: row-reverse wrap;
}

.productsinfo-list3 .swiper-slide-prev .itembox .text {
  opacity: 0;
}

.productsinfo-list3 .imgbox2-container .swiper-slide.swiper-slide-active {
  box-shadow: 0px 5px 10px 0px rgba(0, 173, 111, 0.1);
}

.productsinfo-list3 .imgbox2-container .swiper-slide {
  opacity: .7;
}

.productsinfo-list3 .imgbox2-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.productsinfo-list3 .imgbox2-container .swiper-slide.swiper-slide-active .itembox .text {
  opacity: 1;
}

.ilist3 .text {
  margin: 0 auto;
  position: relative;
  width: 1620px;
  max-width: 88%;
  z-index: 2;
}
.ilist3 .text .tit2 {
  margin-bottom: .4rem;
}

.solution-list1 .leftbox{
  position: relative;
}
.solution-list1 .linebox {
  position: absolute;
  height: 100%;
  width: .55rem;
  right: 0;
  top: 0;
  z-index: 2;
}
.solution-list1 .linebox:before {
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  background: #02af70;
}
.solution-list1 .linebox .line {
  width: 100%;
  height: 7.5rem;
  background: #02af70;
  position: relative;
  z-index: 1;
}
.about-list1 .imgbox1-container{
  position: relative;
}
.about-list1 .imgbox1-container .swiper-pagination{
  text-align:right;
  padding-right:5%;
  bottom:.75rem !important;
}

.about-list1 .imgbox1-container .swiper-pagination span {
  width: 1rem;
  height: 4px;
  background: #fff;
  opacity:.5;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
}
.about-list1 .imgbox1-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #00AD6F;
  opacity:1;
}


.footeright .rlbox{
  width:100%;
}
@media (-webkit-min-device-pixel-ratio: .8) and (min-width: 1200px) {
 
  .ilist2 .contentbox .videobox{
    width:50%;
  }
}


.alert-about-list5{
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:99;
  background:transparent;
  opacity:0;
  visibility:hidden;
}
.alert-about-list5.active{
  opacity:1;
  visibility:visible;
}
.alert-about-list5 .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
  background:rgba(0, 0, 0, .5);
}
.alert-about-list5 .contentbox{
  width:1000px;
  max-width:90%;
  margin:0 auto;
  position: relative;
  z-index:2;
  background:#fff;
  padding:1.5rem;
}
.alert-about-list5 .colsebtn{
  position: absolute;
  width:35px;
  height:35px;
  right:.75rem;
  top:.75rem;
  cursor:pointer;
}
.alert-about-list5 .colsebtn .icon{
  width:25px;
  height:25px;
  transition:all .6s;
}
.alert-about-list5 .colsebtn:hover{
  fill:#00AD6F;
}

.about-list3 .zulbox{
  margin-top:2rem;
}
.about-list3 .zulbox .li{
  width:20%;
  height:130px;
  margin-right:6.6%;
  margin-bottom:1.7rem;
  position: relative;
  padding:0 40px;
}
.about-list3 .zulbox .li:nth-child(4n){
  margin-right:0;
}
.about-list3 .zulbox .li .tit4{
  margin-bottom:.2rem;
}
.about-list3 .zulbox .li .img1{
  position: absolute;
  left:0;
  top:50%;
  margin-top:-40px;
  width:30px;
}
.about-list3 .zulbox .li .img2{
  position: absolute;
  right:0;
  top:50%;
  margin-top:-40px;
  width:30px;
}

.about-list3 .zul {
  margin-top:2rem;
}
.about-list3 .zul .li {
  width:25%;
  padding:0 3% .45rem;
  border-bottom:2px solid transparent;
  transition:all .6s;
}
.about-list3 .zul .icon {
  width: 53px;
  height: 53px;
  margin:0 auto .7rem;
}
.about-list3 .zul .icon img {
  max-height: 100%;
}
.about-list3 .zul .li .num{
  transition: all .6s;
  margin-bottom:.6rem;
}
.about-list3 .zul .li .tit6{
  transition: all .6s;
}
.about-list3 .zul .li:hover{
  border-bottom:2px solid #00AD6F;
}
.about-list3 .zul .li .tit7{
  opacity:.5;
  transition: all .6s;
}
.about-list3 .zul .li:hover .num{
  color:#00AD6F;
}
.about-list3 .zul .li:hover .tit6{
  color:#00AD6F;
}
.about-list3 .zul .li:hover .tit7{
  color:#00AD6F;
}

.productsinfo-list1 .altbtn{
  color:#00AD6F;
  margin-top:.5rem;
}
.productsinfo-list1 .altbtn .icon{
  width:16px;
  height:16px;
  fill:#00AD6F;
  margin-left:.25rem;
}

.about-list5 .li a{
  color:#999;
  transition: all .6s;
}
.about-list5 .li a:hover{
  color:#00AD6F;
}
@media (max-width:1500px) {
  .about-list3 .zulbox .li .tit5{
    font-size:13px;
  }
}
@media (max-width:1024px) {
  .about-list3 .zul .li{
      width: 25%;
    padding: 0 1% 0.45rem;
  }
}
@media (max-width:996px) {
  .about-list3 .zulbox .li{
    width: 48%;
    margin-right:4%;
  }
  .about-list3 .zulbox .li:nth-child(2n){
    margin-right:0;
  }
  .about-list3 .zulbox .li {
    max-height: 130px;
    height: auto;
  }

}
@media (max-width:767px) {
  .about-list3 .zulbox .li .tit5{
    font-size:13px;
  }
  .about-list3{
        padding:1.74rem 0 2rem;
  }
  .about-list3 .zul{
    margin-top:1rem;
  }
  .about-list3 .zulbox .li{
    margin-bottom:1.25rem;
  }
  .about-list3 .zul .li .tit6{
    font-size:14px;
  }
  .about-list3 .zul .li{
    width:50%;
    margin-bottom:1rem;
  }
  .about-list3 .zulbox .li{
    padding:0 25px;
  }
  .about-list3 .zulbox{
    margin-top:1rem;
  }
  .alert-about-list5 .rightbox .li{
    width:100%;
  }
  .alert-about-list5 .rightbox .input1{
    height:1.2rem;
  }
  .alert-about-list5 .rightbox .li2{
    margin-bottom:.5rem;
  }
  .alert-about-list5 .contentbox{
    padding: 1rem 6%;
  }
  .alert-about-list5 .colsebtn{
    right: 0.5rem;
    top: 0.5rem;
  }
  .about-list3 .zulbox .li .img1{
    top:50%;
    margin-top:-40px;
  }
  .about-list3 .zulbox .li .img2{
    top:50%;
    margin-top:-40px;
  }
  .footerleft{
    width:100%;
  }
}
.videop{
  position: absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  left:0;
  top:0;
  z-index:9;
  opacity:0;
  visibility:hidden;
  transition: all .6s;
}
.productsinfo-list1 .leftbox .swiper-slide:hover .videop{
  opacity:1;
  visibility:visible;
}

.sweet-alert .sa-icon.sa-error{
  border-color: #c7c7c7 !important;
}
.sweet-alert .sa-icon.sa-error .sa-line{
  background-color: #c7c7c7 !important;
}
.sweet-alert button{
  border-radius:0 !important;
}
.sweet-alert .sa-icon{
  width:60px !important;
  height:60px !important;
}
.sweet-alert .sa-icon.sa-error .sa-line{
      top: 29px !important;
          width: 32px !important;
          height:4px !important;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{
  left:15px !important;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{
  right:15px !important;
}
.sweet-alert button{
  padding:5px 32px !important;
}

/*# sourceMappingURL=boc_reset.css.map */
