@charset "UTF-8";
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.network-list1 .text:before {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

.simple-form-basic, .simple-text, .simple-textarea, .simple-select, .contact-list2 .li2 input, .contact-list2 .li3 textarea, .contact-list2 .li6 input {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.simple-form-basic:focus, .simple-text:focus, .simple-textarea:focus, .simple-select:focus, .contact-list2 .li2 input:focus, .contact-list2 .li3 textarea:focus, .contact-list2 .li6 input: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: "Microsoft Yahei", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  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: 14px;
  }

  .tit-14 {
    font-size: 14px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .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: 14px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .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-s-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: start;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 88%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .w1300 {
    width: 88%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1080 {
    width: 88%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1070 {
    width: 88%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display:inline-flex;
}

.page a {
  text-decoration: none;
  color: #222;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0 5px;
  background: #fff;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #018981;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0 2px;
  display: inline-block;
  background: #018981;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #018981;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.wpage .input1 {
  height: 1.5rem;
  width: 2rem;
  padding: 0 15px;
  text-align: center;
  border: none;
  margin-left: 10px;
}

.wpage .btn {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-left: 10px;
  background: #018981;
  margin-right: 20px;
  color: #fff;
  cursor: pointer;
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }

  .page a {
    width: 1rem;
    height: 1rem;
    line-height: calc(1rem - 2px);
    margin: 0 2px;
    font-size: 12px;
  }

  .wpage .input1 {
    height: 1rem;
    width: 1.2rem;
    padding: 0 5px;
  }

  .wpage .btn {
    width: 1rem;
    height: 1rem;
  }

  .page {
    padding-top: 1rem;
  }

  .wpage .btn {
    margin-left: 0;
    margin-right: 0;
    line-height: 1rem;
    font-size: 12px;
  }
}
.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 .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}
.anim_emt.imgant{
  opacity:0;
}
.anim_emt.imgant.start{
   overflow: hidden;
   -webkit-animation: imgant 6s 2s forwards;
  animation: imgant 6s 2s forwards;
 
}
@keyframes imgant {
  0% {
    opacity:0;
    -webkit-clip-path: circle(5.3% at 50% 50%);
    clip-path: circle(5.3% at 50% 50%);
  }
  100% {
    opacity:1;
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
@keyframes line_w100 {
  to {
    left: 100%;
  }
}
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_in {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .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*/
@font-face {
  font-family: "BEBAS";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/BebasNeuePro-Bold.eot");
  src: url("fonts/BebasNeuePro-Bold.eot?#iefix") format("eot"), url("fonts/BebasNeuePro-Bold.svg#BEBAS") format("svg"), url("fonts/BebasNeuePro-Bold.woff") format("woff"), url("fonts/BebasNeuePro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Franklin";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Franklin.eot");
  src: url("fonts/Franklin.eot?#iefix") format("eot"), url("fonts/Franklin.svg#Franklin") format("svg"), url("fonts/Franklin.woff") format("woff"), url("fonts/Franklin.ttf") format("truetype");
}
@font-face {
  font-family: "Monotype";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Monotype.eot");
  src: url("fonts/Monotype.eot?#iefix") format("eot"), url("fonts/Monotype.svg#Monotype") format("svg"), url("fonts/Monotype.woff") format("woff"), url("fonts/Monotype.ttf") format("truetype");
}
.fon1 {
  font-family: "BEBAS","Arial";
}

.fon2 {
  font-family: "Franklin","Arial";
}

.fon3 {
  font-family: "Monotype","Arial";
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
  max-width: 90%;
}

.w1500 {
  width: 1500px;
  margin: 0 auto;
  max-width: 90%;
}

.w1440 {
  width: 1440px;
  margin: 0 auto;
  max-width: 90%;
}

.nbanner {
  width: 100%;
  /*height: calc(650rem / 40);*/
}
.nbanner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}
.nbanner .text {
  z-index: 3;
}
.nbanner .tit3 {
  margin-top: .2rem;
}

.nbanner2 {
  width: 100%;
  /*height: calc(800rem / 40);*/
}
.nbanner2 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}
.nbanner2 .text {
  z-index: 3;
}
.nbanner2 .tip {
  padding: 10px;
  background: #018A82;
  margin-bottom: .5rem;
  display: inline-block;
}
.nbanner2 .tit3 {
  padding-top: .6rem;
  margin-top: .6rem;
  width: 520px;
  max-width: 88%;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  opacity: .8;
  margin-bottom: 1rem;
}
.nbanner2 .prvebtn, .nbanner2 .nextbtn {
  width: 100px;
  height: 47px;
  border: 2px solid #fff;
  padding: 0 .5rem;
  box-sizing: content-box;
  transition: all .8s;
}
.nbanner2 .prvebtn .icon, .nbanner2 .nextbtn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.nbanner2 .prvebtn:hover, .nbanner2 .nextbtn:hover {
  background: #02867f;
  color: #fff;
  border: 2px solid #02867f;
}
.nbanner2 .nextbtn {
  margin-left: 10px;
}
.nbanner2 .nextbtn .icon {
  transform: rotate(-180deg);
}
.nbanner2 .sharebtn {
  width: 60px;
  height: 47px;
  border: 2px solid #fff;
  padding: 0 .5rem;
  box-sizing: content-box;
  margin-left: 12px;
  transition: all .8s;
  cursor: pointer;
}
.nbanner2 .sharebtn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.nbanner2 .sharebtn:hover {
  background: #02867f;
  color: #fff;
  border: 2px solid #02867f;
}

@media (max-width: 1024px) {
  .nbanner2 .prvebtn, .nbanner2 .nextbtn {
    width: 2.8rem;
    height: 1.2rem;
  }

  .nbanner2 .sharebtn {
    width: 2rem;
    height: 1.2rem;
  }

  .nbanner2 .tit3 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .nbanner .tit3{
    font-size:14px;
  }
}
.nbanner3 {
  width: 100%;
  height: calc(650rem / 40);
}

.nbanner3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.nbanner3 .z4 {
  z-index: 4;
}
.nbanner3 .z5 {
  z-index: 5;
}
.nbanner3 .text {
  z-index: 6;
}
.nbanner3 .tit2 {
  margin-bottom: 1.45rem;
}
.nbanner3 .tit3 {
  margin-bottom: .35rem;
}
.nbanner3 .tit4 {
  opacity: .8;
  width: 18rem;
}
.nbanner3 .tit5 {
  margin-bottom: .65rem;
}
.nbanner3 .tit5 .icon2 {
  height: 44px;
  margin-left: .35rem;
}
.nbanner3 .tit6 {
  width: 13rem;
  opacity: .5;
}
.nbanner3 .videobtn {
  width: 140px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  border: 3px solid #02857D;
  color: #02857D;
  margin-top: 1.25rem;
  transition: all .5s ease-in-out;
}
.nbanner3 .videobtn .icon {
  width: 25px;
  height: 25px;
  fill: #03867E;
  margin-left: .3rem;
}
.nbanner3 .videobtn:hover {
  border: 3px solid #fff;
}

@media (max-width: 767px) {
	.nbanner3 .bg:nth-child(1){
		position:absolute;
	}
	.nbanner2{
		height: calc(800rem / 40);
	}
	.nbanner,.nbanner3 {
	  width: 100%;
	  height: calc(650rem / 40);
	}
  .nbanner3 .text {
    margin-top: 1rem;
  }

  .nbanner3 .tit2 {
    font-size: 28px;
    margin-bottom: .8rem;
  }

  .nbanner3 .tit4 {
    width: 100%;
  }

  .nbanner3 .tit4 {
    overflow: hidden;
    max-height: 4.5rem;
  }

  .nbanner3 .tit6 {
    width: 100%;
  }

  .nbanner3 .tit5 .icon2 {
    height: 25px;
  }

  .nbanner3 .videobtn {
    width: 120px;
    height: 40px;
    border-radius: 40px;
  }

  .nbanner3 .videobtn .icon {
    width: 20px;
    height: 20px;
  }
}
.footer {
  background: #000;
  padding: 1.5rem 1.5rem 1.35rem;
}
.footer .footertop {
  margin-bottom: 2rem;
}
.footer .footertop .leftbox {
  width: calc(100% - 12rem);
}
.footer .footertop .leftbox .li {
  max-width: 16%;
  padding-right: 1rem;
}
.footer .footertop .leftbox .li .tit {
  margin-bottom: .3rem;
}
.footer .footertop .leftbox .li .item {
  margin-bottom: .25rem;
}
.footer .footertop .leftbox .li a {
  display: block;
  transition: all .5s ease-in-out;
}
.footer .footertop .leftbox .li .tit:hover {
  color: #fff;
  opacity: .8;
}
.footer .footertop .leftbox .li .item:hover {
  opacity: .8;
  color: #fff;
}
.footer .footertop .rightbox {
  width: 6.8rem;
  margin-right: .75rem;
}
.footer .footertop .rightbox .tit {
  margin-bottom: .3rem;
}
.footer .footertop .rightbox .box {
  margin-bottom: 2.5rem;
}
.footer .footertop .rightbox .box p {
  color: #666666;
}
.footer .footertop .rightbox .box span {
  color: #999;
}
.footer .footertop .rightbox .item {
  margin-right: 10px;
  cursor: pointer;
}
.footer .footertop .rightbox .item .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #232323;
}
.footer .footertop .rightbox .item .icon img {
  height: 15px;
}
.footer .footertop .rightbox .item .wxbox {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #fff;
  bottom: 1.8rem;
  left: 50%;
  margin-left: -75px;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.footer .footertop .rightbox .item .wxbox:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  transform: rotate(-45deg);
}
.footer .footertop .rightbox .item .wxbox img {
  width: 100px;
  margin-bottom: 3px;
}
.footer .footertop .rightbox .item:hover{
  opacity:1;
}
.footer .footertop .rightbox .item:hover .wxbox {
  opacity: 1;
  visibility: visible;
}
.footer .footertop .rightbox a{
  display:block;
  transition: all .5s;
}
.footer .footertop .rightbox a:hover{
  color:#fff;
  opacity:.8;
}
.footer .fbot {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .fbot p {
  color: #999;
}
.footer .fbot p a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #999;
}
@media (max-width: 1480px) {
  .footer .footertop .leftbox .li .item{
    font-size:14px;
  }
  .footer .footertop .leftbox .li .tit{
    font-size:15px;
  }
  .footer .footertop .leftbox .li{
    padding-right:.3rem;
  }
}

@media (max-width: 1024px) {
  .footer .footertop .leftbox {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .footer .footertop .leftbox {
    display: none;
  }

  .footer .footertop .rightbox {
    width: 100%;
  }

  .footer .footertop .rightbox .box {
    margin-bottom: 1rem;
  }

  .footer .footertop {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 1.25rem 5%;
  }
  .footer .footertop .rightbox .item .wxbox img{
    width:120px;
  }
  .footer .footertop .rightbox .item .wxbox{
    height:165px;
  }
}
.contact-list1 {
  background: #F0F0F0;
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}
.contact-list1 .contentbox {
  background: #fff;
}
.contact-list1 .leftbox {
  width: 30%;
  padding: 1.5rem 1.75rem 1rem;
}
.contact-list1 .leftbox .tit3 {
  margin-bottom: .7rem;
}
.contact-list1 .leftbox .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 12px 0;
}
.contact-list1 .leftbox .tit4 {
  color: #018981;
}
.contact-list1 .rightbox {
  width: 70%;
}
.contact-list1 .rightbox #map {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .contact-list1 .leftbox {
    width: 100%;
  }

  .contact-list1 .rightbox {
    width: 100%;
  }

  .contact-list1 .rightbox #map {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .contact-list1 .leftbox {
    padding: 1.2rem 1rem 1rem;
  }

  .contact-list1 .leftbox .item:last-child {
    border-bottom: none;
  }

  .contact-list1 .leftbox .tit3 {
    margin-bottom: .3rem;
  }
}
.contact-list2 {
  padding: 1.75rem 0 2.5rem;
}
.contact-list2 .tit2 {
  margin-bottom: 1.25rem;
}
.contact-list2 .tit3 {
  margin-bottom: .35rem;
}
.contact-list2 .tit4 {
  margin-bottom: 5px;
}
.contact-list2 .li {
  margin-bottom: 1.5rem;
  width: 31%;
  margin-right: 3.5%;
  border-top: 2px solid #EEE;
  padding-top: .7rem;
  transition: all .4s;
}
.contact-list2 .li:nth-child(3n) {
  margin-right: 0;
}
.contact-list2 .li:hover {
  border-top: 2px solid #018981;
}
.contact-list2 .li:hover .tit3 {
  color: #018981;
}
.contact-list2 .ul {
  margin-bottom: 2rem;
}
.contact-list2 form {
  width: 100%;
}
.contact-list2 .formbox {
  width: 100%;
}
.contact-list2 .tip {
  margin-bottom: .6rem;
}
.contact-list2 .li2 {
  width: 48%;
  height: 55px;
  /*background: #FAFAFA;*/
  border: 1px solid #DADADA;
  margin-bottom: .7rem;
}
.contact-list2 .li2 input {
  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);
  width: 100%;
  height: 53px;
  background: #fff;
  border: none;
  position: relative;
  text-indent: 2.5rem;
}
.contact-list2 .li2 input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}
.contact-list2 .li2 .icon {
  /*max-width: 20px;
  max-height: 20px;*/
  width:15px;
  margin-right: 10px;
}
.contact-list2 .li2 span {
  position: absolute;
  left: .75rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.contact-list2 .li3 {
  width: 48%;
  background: #FAFAFA;
  border: 1px solid #DADADA;
  margin-bottom: .5rem;
}
.contact-list2 .li3 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;
  width: 100%;
  height: 138px;
  border: none;
  padding-top: .35rem;
  padding-left: .5rem;
}
.contact-list2 .li3 textarea:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}
.contact-list2 .li4 input {
  text-indent: 5rem;
}
.contact-list2 .li5 input {
  text-indent: 3rem;
}
.contact-list2 .item3 {
  width: 100%;
}
.contact-list2 .item3 .submitbtn {
  padding-left: 30px;
  width: 210px;
  height: 55px;
  background: #D70B30 url(../img/icon2.png) no-repeat 50px center;
  background-size: 18px auto;
  border: none;
}
.contact-list2 .li6 input {
  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);
  width: 260px;
  height: 53px;
  border: 1px solid #DADADA;
  text-indent: .35rem;
}
.contact-list2 .li6 input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}
.contact-list2 .li6 .captcha {
  width: 140px;
  height: 55px;
}
@media (max-width:1680px) {
  .contact-list2 .li5 input{
    text-indent:3.5rem;
  }
}
@media (max-width:1480px) {
  .contact-list2 .li2 span{
    left: 0.4rem;
  }
  .contact-list2 .li4 input{
    text-indent:5.5rem;
  }
  
}
@media (max-width: 767px) {
  .contact-list2 .tit2 {
    margin-bottom: .85rem;
  }

  .contact-list2 .li {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .contact-list2 .ul {
    margin-bottom: 1rem;
  }

  .contact-list2 .li2 {
    width: 100%;
    height: 40px;
    margin-bottom: .35rem;
  }

  .contact-list2 .li2 input {
    height: 36px;
  }

  .contact-list2 .li2 span {
    left: .35rem;
  }

  .contact-list2 .li2 .icon {
    width: 14px;
    /*height:14px;*/
  }

  .contact-list2 .li6 input {
    width: 200px;
    height: 40px;
  }

  .contact-list2 .li6 .captcha {
    width: 100px;
    height: 40px;
  }

  .contact-list2 .item3 .submitbtn {
    margin-top: .55rem;
    width: 180px;
    height: 40px;
  }

  .contact-list2 .li4 input {
    text-indent: 5rem;
  }

  .proinfo-list5 .contact-list2 .select1 {
    height: 38px !important;
    text-indent:1.2rem !important;
  }
}
.warpsubbox {
  height: 2rem;
  position: relative;
}
.warpsubbox .subbox {
  background: #f0f0f0;
  padding: 0 1rem;
  border-bottom: 1px solid #E4E0DF;
}
.warpsubbox .subbox a {
  width: 4rem;
  height: 2rem;
  border-left: 1px solid #e4e0df;
  transition: all .4s ease-in-out;
}
.warpsubbox .subbox a span {
  transition: all .4s ease-in-out;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
.warpsubbox .subbox a:last-child {
  border-right: 1px solid #e4e0df;
}
.warpsubbox .subbox a:hover span {
  color: #333;
  border-bottom: 3px solid #018981;
}
.warpsubbox .subbox a.cur {
  color: #018981;
}

@media (max-width: 767px) {
  .warpsubbox, .warpsubbox .subbox a {
    height: 1.6rem;
  }

  .warpsubbox .subbox a {
    width: 25%;
  }

  .warpsubbox .subbox {
    padding: 0;
  }
}
.news-list {
  background: #f0f0f0;
  padding: 2rem 1.5rem 2.7rem;
}
.news-list .newstop {
  margin-bottom: .75rem;
}
.news-list .subnav .item {
  margin-right: 1rem;
  padding-bottom: .5rem;
  position: relative;
  transition: all .5s ease-in-out;
}
.news-list .subnav .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #018981;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.news-list .subnav .item:hover {
  color: #018981;
}
.news-list .subnav .item.cur {
  color: #018981;
}
.news-list .subnav .item.cur:before {
  opacity: 1;
}
.news-list .rightbox form {
  width: 100%;
}
.news-list .rightbox .input1 {
  width: 320px;
  height: 40px;
  background: #F0F0F0;
  border: 2px solid #D2D2D2;
  text-indent: 15px;
  padding-right: 65px;
}
.news-list .rightbox .submit {
  width: 40px;
  height: 40px;
  background: #018981 url(../img/search.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.news-list .ul .li {
  width: 30.6%;
  display: block;
  margin-bottom: 1.7rem;
  margin-right: 4.1%;
}
.news-list .ul .li .img {
  width: 100%;
  height:8rem;
}
.news-list .ul .li .img img {
  width: 100%;
  height:100%;
  position: relative;
  object-fit:cover;
  transition: all .5s ease-in-out;
}
.news-list .ul .li .text {
  padding: 1rem 1rem 0;
}
.news-list .ul .li .tit3 {
  margin-bottom: .35rem;
  height:60px;
  line-height:30px;
  overflow: hidden;
  transition: all .5s ease-in-out;
}
.news-list .ul .li .tit4 {
  margin-bottom:0;
}
.news-list .ul .li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .news-list .ul .li:hover .img img {
    transform: scale3d(1.1, 1.1, 1);
  }
  .news-list .ul .li:hover .tit3 {
    color: #018981;
  }
  
}
@media (max-width: 1024px) {
  .news-list .ul .li .tit3{
    line-height:22px;
    height:44px;
    overflow: hidden;
  }
  .news-list .ul .li .text{
    padding:1rem 0 0;
  }
}

@media (max-width: 768px) {
  .news-list .rightbox .input1 {
    width: 260px;
    height: 45px;
  }

  .news-list .rightbox .submit {
    height: 45px;
  }

  .news-list .ul .li .text {
    padding: .65rem 0 0;
  }

  .news-list .ul .li {
    margin-bottom: 1.2rem;
  }
  .news-list .ul .li .img{
    height:5rem;
  }
}
@media (max-width: 767px) {
  .news-list {
    padding: 1.5rem 6% 2rem;
  }

  .news-list .subnav {
    margin-bottom: 1rem;
  }

  .news-list .subnav .item {
    margin-right: .7rem;
  }

  .news-list .rightbox, .news-list .rightbox .input1 {
    width: 100%;
  }

  .news-list .ul .li {
    width: 100%;
    margin-right: 0;
  }
  .news-list .ul .li .img{
    height:8rem;
  }
}
.brand-list1 {
  background: #f0f0f0;
  padding: 1.5rem 0 1rem;
}
.brand-list1 .tit2 {
  margin-bottom: 1.5rem;
}
.brand-list1 .li {
  width: 31.5%;
  display: block;
  margin-bottom: 1rem;
  margin-right: 2.75%;
}
.brand-list1 .li .img {
  width: 100%;
}
.brand-list1 .li .img img {
  width: 100%;
  transition: all .5s ease-in-out;
}
.brand-list1 .li .text {
  padding: 1rem 0 0;
}
.brand-list1 .li .tit3 {
  margin-bottom: .35rem;
  transition: all .5s ease-in-out;
}
.brand-list1 .li .tit4 {
  margin-bottom: .6rem;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.brand-list1 .li .tit5 {
  color: #a5a5a5;
  transition: all .5s ease-in-out;
}
.brand-list1 .li .icon {
  width: 25px;
  height: 25px;
  margin-top: 1px;
  fill: #a5a5a5;
  transition: all .5s ease-in-out;
}
.brand-list1 .li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .brand-list1 .li:hover .img img {
    transform: scale3d(1.1, 1.1, 1);
  }
  .brand-list1 .li:hover .tit3 {
    color: #018981;
  }
  .brand-list1 .li:hover .tit5 {
    color: #02857D;
  }
  .brand-list1 .li:hover .icon {
    fill: #02857D;
  }
}

@media (max-width: 767px) {
  .brand-list1 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .brand-list1 .li .text {
    padding-top: .85rem;
  }

  .brand-list1 .li .tit4 {
    margin-bottom: .5rem;
  }

  .brand-list1 .tit2 {
    margin-bottom: 1rem;
  }
}
.brand-list2 {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 1.5rem 0 1rem;
}
.brand-list2 .ul {
  margin-top: 1.2rem;
}
.brand-list2 .li {
  width: 24%;
  display: block;
  margin-bottom: 1rem;
  margin-right: 1.33%;
}
.brand-list2 .li .img {
  width: 100%;
  margin-bottom: .35rem;
}
.brand-list2 .li .img img {
  width: 100%;
  transition: all .5s ease-in-out;
}
.brand-list2 .li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .brand-list2 .li:hover .img img {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@media (max-width: 767px) {
  .brand-list2 .ul {
    margin-top: 1rem;
  }

  .brand-list2 .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
  }

  .brand-list2 .li:nth-child(2n) {
    margin-right: 0;
  }
}
.brand-list3 {
  position: relative;
  z-index: 3;
  background: #f0f0f0;
  padding: 1.5rem 0;
}
.brand-list3 .bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all .5s ease-in-out;
}
.brand-list3 .img {
  width: 49%;
  height: 11.25rem;
  overflow: hidden;
}
.brand-list3 .rightbox {
  width: 49%;
}
.brand-list3 .rightbox .img1 {
  width: 49%;
  height: 5.38rem;
  margin-bottom: .5rem;
  overflow: hidden;
}
.brand-list3 .rightbox .img1:nth-child(3) {
  margin-bottom: 0;
}
.brand-list3 .rightbox .img1:nth-child(4) {
  margin-bottom: 0;
}
.brand-list3 .imgbox-container {
  margin-top: 1.8rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.brand-list3 .imgbox-container .swiper-pagination {
  bottom: 0;
}
.brand-list3 .imgbox-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #02857d;
}
@media (min-width: 1024px) {
  .brand-list3 .img:hover .bg {
    transform: scale3d(1.1, 1.1, 1);
  }
  .brand-list3 .img1:hover .bg {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@media (max-width: 767px) {
  .brand-list3 .imgbox-container {
    margin-top: 1rem;
  }

  .brand-list3 .img {
    width: 100%;
    margin-bottom: 2%;
  }

  .brand-list3 .rightbox {
    width: 100%;
  }

  .brand-list3 .imgbox-container {
    padding-bottom: 1.2rem;
  }
}
.brand-list4 {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 1.5rem 0;
}
.brand-list4 .bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all .5s ease-in-out;
}
.brand-list4 .img {
  width: 49%;
  height: 11.25rem;
  overflow: hidden;
}
.brand-list4 .imgbox-container2 {
  margin-top: 1.2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.brand-list4 .imgbox-container2 .swiper-pagination {
  bottom: 0;
}
.brand-list4 .imgbox-container2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #02857d;
}
@media (min-width: 1024px) {
  .brand-list4 .img:hover .bg {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@media (max-width: 767px) {
  .brand-list4 .img {
    width: 100%;
    margin-bottom: 4%;
  }

  .brand-list4 .imgbox-container2 {
    padding-bottom: 1rem;
  }
}
.join-list1 {
  padding: 1.7rem 0 1.5rem;
}
.join-list1 .tit2 {
  margin-bottom: 1rem;
}
.join-list1 .titletop {
  height: 60px;
  background: #F0F0F0;
  padding: 0 1rem;
  margin-bottom: .35rem;
}
.join-list1 .titletop .sp1 {
  width: 30%;
}
.join-list1 .titletop .sp2 {
  width: 25%;
}
.join-list1 .titletop .sp3 {
  width: 25%;
}
.join-list1 .titletop .sp4 {
  width: 20%;
}
.join-list1 .li {
  border-bottom: 1px solid #F0F0F0;
}
.join-list1 .titletop2 {
  height: 60px;
  background: #fff;
  padding: 0 1rem;
  cursor: pointer;
}
.join-list1 .titletop2 .sp1 {
  width: 30%;
}
.join-list1 .titletop2 .sp2 {
  width: 25%;
}
.join-list1 .titletop2 .sp3 {
  width: 25%;
}
.join-list1 .titletop2 .sp4 {
  width: 20%;
}
.join-list1 .tit3 {
  margin-bottom: .35rem;
}
.join-list1 .text {
  display: none;
  padding: 0 1rem 1rem;
}
.join-list1 .wpage a {
  background: #F7F7F7;
  border: 1px solid #d1d1d1;
}
.join-list1 .wpage .input1 {
  border: 1px solid #d1d1d1;
}

@media (max-width: 767px) {
  .join-list1 .titletop2, .join-list1 .titletop {
    height: 50px;
    font-size:15px;
  }

  .join-list1 .titletop2, .join-list1 .titletop {
    padding: 0 .5rem;
  }
  .join-list1 .text{
    padding: 0 .5rem 1rem;
  }
}
.join-list2 {
  background: #f0f0f0;
  padding: 2.25rem 1.5rem 2.5rem;
}
.join-list2 .tit3 {
  width: 770px;
  margin: .25rem auto 2rem;
}
.join-list2 .ul .li {
  width: 24%;
  margin-right: 1.33%;
}
.join-list2 .ul .li:nth-child(4n) {
  margin-right: 0;
}
.join-list2 .ul .img {
  width: 100%;
  transition: all .4s;
}
.join-list2 .ul .text {
  position: absolute;
  bottom: 0;
  padding: 0 1rem .6rem;
}
.join-list2 .ul .text .icon {
  height: 1rem;
  margin-bottom: .4rem;
}
.join-list2 .ul .li:hover .img{
  transform:scale3d(1.1, 1.1, 1.0);
}

@media (max-width: 768px) {
  .join-list2 .tit3 {
    max-width: 100%;
    margin-bottom: 1.2rem;
  }

  .join-list2 .ul .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .join-list2 .ul .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .join-list2 {
    padding: 1.5rem 6% 2rem;
  }

  .join-list2 .tit2 {
    font-size: 28px;
  }

  .join-list2 .tit3 {
    font-size: 13px;
    text-align:justify;
  }

  .join-list2 .ul .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}




.join-list3 {
  background: #f0f0f0;
  padding:0 0 2.5rem;
}

.join-list3 .contentbox{
  width:1800px;
  max-width:88%;
  margin:1.45rem auto 0;
  background:#fff;
}
.join-list3 .contentbox .img{
  width:50%;
  height:12.5rem;
}
.join-list3 .contentbox .img .bg{
  width:100%;
  height:100%;
  position: relative;
  z-index:1;
}
.join-list3 .contentbox .text{
  padding:1rem 1rem 1rem 4.5rem;
  width:50%;
}
.join-list3 .contentbox .tit3{
  margin-bottom:.15rem;
}
.join-list3 .contentbox .item{
  margin-bottom:1.35rem;
}
.join-list3 .contentbox .item:nth-child(2){
  margin-bottom:0;
}

@media (max-width: 1024px) {
    .join-list3 .contentbox .text{
      padding-left:2rem;
    }
}
@media (max-width: 768px) {
    .join-list3 .contentbox .text{
      padding-left:1rem;
    }
}
@media (max-width: 767px) {
  .join-list3 .contentbox .img,.join-list3 .contentbox .text{
    width:100%;
  }
  .join-list3 .contentbox{
    margin-top:1rem;
  }
}



.cases-list1 {
  background: #f0f0f0;
  padding: 2rem 0 3rem;
}
.cases-list1 .li {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 1.25rem;
  background: #fff;
  transition: all .3s ease-in-out;
  position: relative;
}
.cases-list1 .li:nth-child(3n) {
  margin-right: 0;
}
.cases-list1 .li .img{
  position: relative;
  display:block;
}
.cases-list1 .li .img .tit3{
  position: absolute;
  width:100%;
  left:0;
  bottom:.65rem;
  padding:0 .75rem;
  z-index:2;
}
.cases-list1 .text {
  padding: .6rem 1rem calc(1.2rem + 50px);
  /*position: relative;*/
}
.cases-list1 .text a {
  color: #111;
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transition: all .3s ease-in-out;
}
.cases-list1 .text a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #02857D;
  top: 50%;
  margin-top: -2.5px;
}
.cases-list1 .text .btn {
  color: #111;
  padding-left: 0;
  /*margin-top: .7rem;*/
  position: absolute;
  bottom:1.2rem;
  left:1rem;
  display: flex;
  transition: all .3s ease-in-out;
}
.cases-list1 .text .btn:before {
  opacity: 0;
}
.cases-list1 .text .btn .icon {
  width: 20px;
  height: 20px;
  margin-left: .1rem;
  fill: #111;
  margin-top: 1px;
  transition: all .3s ease-in-out;
}
@media (min-width: 1024px) {
  .cases-list1 a:hover {
    color: #02857D;
    /*transform: scale3d(1.05, 1.05, 1);*/
  }
  .cases-list1 .text .btn:hover {
    color: #02857D;
  }
  .cases-list1 .text .btn:hover .icon {
    fill: #02857D;
  }
  .cases-list1 .li:hover {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -5px, 0) scale3d(1.03, 1.03, 1);
  }
}

@media (max-width: 768px) {
  .cases-list1 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cases-list1 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .75rem;
  }
  .cases-list1 .text{
    padding-bottom:2rem;
  }
  .cases-list1 .text .btn{
    bottom:.65rem;
    font-size:14px;
  }

}
.support-list1 {
  background: #f0f0f0;
  padding: 2rem 1.5rem 4.25rem;
}
.support-list1 .li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 1.5rem;
  background: #fff;
  position: relative;
  transition: all .3s ease-in-out;
}
.support-list1 .li:before{
  content:"";
  position:absolute;
  width:100%;
  height:50%;
  bottom:0;
  z-index:1;
  background:linear-gradient(to top, rgba(0,0,0,.6) , rgba(0,0,0,0));
}
.support-list1 .li img {
  width: 100%;
}
.support-list1 .li:nth-child(2n) {
  margin-right: 0;
}
.support-list1 .text {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
  z-index: 2;
}
.support-list1 .contentbox {
  margin-top: 2.5rem;
}
.support-list1 .tit2 {
  margin-bottom: .85rem;
}
.support-list1 .tit3 {
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .support-list1 .li:hover {
    /*box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
      transform: translate3d(0, -10px, 0) scale3d(1.02, 1.02, 1);*/
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
      transform: scale3d(1.02, 1.02, 1);
  }
}

@media (max-width: 1024px) {
  .support-list1 {
    padding: 2rem 1.5rem 2rem;
  }

  .support-list1 .text {
    padding: 0 .5rem;
    bottom: .5rem;
  }

  .support-list1 .contentbox {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .support-list1 {
    padding: 2rem 7% 2rem;
  }

  .support-list1 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .9rem;
  }

  .support-list1 .tit3 br {
    display: none;
  }

  .support-list1 .contentbox {
    margin-top: 1rem;
  }

  .support-list1 .text {
    font-size: 20px;
  }

  .support-list1 .li:last-child {
    margin-bottom: 0;
  }
}
.network-list1 {
  padding: 2rem 0 4.75rem;
  background: #eee;
}
.network-list1 .warpbox {
  overflow: hidden;
}
.network-list1 .mapbox {
  margin: 2rem auto 0;
  width: 1329px;
  max-width: 90%;
}
.network-list1 .mapbox .img {
  position: relative;
  z-index: 1;
}
.network-list1 .dian {
  width: 20px;
  height: 26px;
  z-index: 3;
}
.network-list1 .dian1 {
  left: 54.5%;
  top: 33%;
}
.network-list1 .dian2 {
  left: 49.3%;
  top: 50%;
}
.network-list1 .dian3 {
  left: 56.3%;
  top: 42%;
}
.network-list1 .dian4 {
  left: 58.3%;
  top: 50%;
}
.network-list1 .dian5 {
  left: 59.5%;
  top: 61%;
}
.network-list1 .dian6 {
  left: 59.3%;
  top: 80%;
}
.network-list1 .dian7 {
  left: 63.3%;
  top: 35%;
}
.network-list1 .dian8 {
  left: 64%;
  top: 45%;
}
.network-list1 .dian9 {
  left: 64.5%;
  top: 59%;
}
.network-list1 .dian10 {
  left: 71.5%;
  top: 30%;
}
.network-list1 .dian11 {
  left: 66.7%;
  top: 44%;
}
.network-list1 .dian12 {
  left: 67.5%;
  top: 57%;
}
.network-list1 .dian13 {
  left: 69.5%;
  top: 62%;
}
.network-list1 .text {
  position: absolute;
  left: 42px;
  top: -30px;
  width: 8.6rem;
  padding: .6rem 1rem .6rem .7rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}
.network-list1 .text:before {
  content: "";
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  border-top: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  position: absolute;
  /*transform:rotate(-45deg);*/
  left: -10px;
  top: 30px;
}
.network-list1 .tit3 {
  margin-bottom: .25rem;
}
.network-list1 .tit4 {
  opacity: .5;
}
.network-list1 .dian {
  transition: all .5s ease-in-out;
}
.network-list1 .dian:hover {
  z-index: 4;
}
.network-list1 .dian:hover .text {
  opacity: 1;
  visibility: visible;
}
.network-list1 .maplist {
  margin-top: 1rem;
  padding: 0 6%;
}
.network-list1 .maplist .tit3 {
  margin-bottom: .4rem;
}
.network-list1 .maplist .item {
  width: 48%;
  position: relative;
  padding: .75rem 1rem;
  background: #fff;
  z-index: 8;
  margin-bottom: .65rem;
  margin-right: 4%;
}
.network-list1 .maplist .item:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .network-list1 {
    padding-bottom: 2.5rem;
  }
  .network-list1 .maplist .item {
    width: 100%;
    margin-right: 0;
  }
}
.casesnav {
  background: #fff;
  padding:0 1.5rem;
}
.casesnav .warpcontainer {
  padding: 0 1.5rem;
}
.casesnav .warpcontainer .swiper-button-prev {
  background: none !important;
  left: 0;
}
.casesnav .warpcontainer .swiper-button-prev .icon {
  width: 30px;
  height: 30px;
  fill: #222;
}
.casesnav .warpcontainer .swiper-button-next {
  background: none !important;
  right: 0;
}
.casesnav .warpcontainer .swiper-button-next .icon {
  width: 30px;
  height: 30px;
  fill: #222;
  transform: rotate(-180deg);
}
.casesnav .sub-container {
  padding: .65rem 0;
  width: 1620px;
  max-width: 100%;
  margin: 0 auto;
}
.casesnav .sub-container a {
  display: block;
}
.casesnav .sub-container a{
  text-align:center;
}
.casesnav .sub-container .img {
  margin-bottom: .3rem;
}
.casesnav .sub-container .img img {
  height: .7rem;
  transition: all .5s;
}
.casesnav .sub-container .img .img1 {
  opacity: 1;
}
.casesnav .sub-container .img .img2 {
  opacity: 0;
}
.casesnav .sub-container .swiper-slide.cur a, .casesnav .sub-container .swiper-slide:hover a {
  color: #02857D;
}
.casesnav .sub-container .swiper-slide.cur .img1, .casesnav .sub-container .swiper-slide:hover .img1 {
  opacity: 0;
}
.casesnav .sub-container .swiper-slide.cur .img2, .casesnav .sub-container .swiper-slide:hover .img2 {
  opacity: 1;
}

@media (max-width: 1024px) {
  .casesnav {
    padding: 0;
  }

  .casesnav .warpcontainer .swiper-button-prev {
    left: 2%;
  }

  .casesnav .warpcontainer .swiper-button-next {
    right: 2%;
  }
}
@media (max-width: 767px) {
  .casesnav .sub-container .img {
    margin-bottom: .3rem;
  }

  .casesnav .sub-container .img img {
    height: .75rem;
  }

  .casesnav .warpcontainer .swiper-button-prev, .casesnav .warpcontainer .swiper-button-next {
    display: none;
  }
  .casesnav .warpcontainer{
    padding:0 2%;
  }
  .casesnav .sub-container a{
    font-size:14px;
  }
}
.cases-list2 {
  background: #f0f0f0;
  padding: 1.5rem 1.5rem 2.65rem;
}
.cases-list2 .leftbox a {
  width: 120px;
  height: 40px;
  background: #E2E2E2;
  border: 2px solid #D2D2D2;
  transition: all .5s ease-in-out;
  margin-left: -2px;
}
.cases-list2 .leftbox a img {
  height: 13px;
  margin-left: 6px;
}
.cases-list2 .leftbox a:hover, .cases-list2 .leftbox a.cur {
  color: #999;
  background: #FFFFFF;
  border: 2px solid #D2D2D2;
}
.cases-list2 .rightbox .selectbox {
  width: 200px;
  height: 40px;
  background: #F0F0F0;
  border: 2px solid #D2D2D2;
  position: relative;
  z-index: 3;
  margin-right: 10px;
}
.cases-list2 .rightbox .selectbox span {
  margin-right: 10px;
}
.cases-list2 .rightbox .selectbox .icon {
  width: 15px;
  height: 15px;
  fill: #999;
}
.cases-list2 .rightbox .selectbox .selecttop {
  width: 100%;
  height: 38px;
  padding: 0 .5rem;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.cases-list2 .rightbox .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  background: #e6e6e6;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.cases-list2 .rightbox .selectbox .item {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.cases-list2 .rightbox .selectbox .item:hover {
  color: #fff;
  background: #018981;
}
.cases-list2 .rightbox .selectbox:hover .selecttop {
  color: #999;
}
.cases-list2 .rightbox .selectbox:hover .icon {
  fill: #999;
}
.cases-list2 .rightbox .inputbox {
  width: 320px;
}
.cases-list2 .rightbox .inputbox .input1 {
  width: 100%;
  height: 40px;
  background: #F0F0F0;
  border: 2px solid #D2D2D2;
  text-indent: 15px;
}
.cases-list2 .rightbox .inputbox .submitbtn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #018981 url(../img/search.png) no-repeat center center;
  right: 0;
  top: 0;
  z-index: 2;
}
.cases-list2 .contentbox {
  margin-top: 1.5rem;
}
.cases-list2 .contentbox .ul {
  margin-bottom: .9rem;
}
.cases-list2 .contentbox .li {
  width: 49.5%;
  overflow: hidden;
}
.cases-list2 .contentbox .li img {
  transition: all .5s;
}
.cases-list2 .contentbox .text{
  position: absolute;
  bottom: 1.2rem;
  padding: 0 1rem;
   z-index: 3;
  width:100%;
}
.cases-list2 .contentbox .ul2 .text{
  bottom:0;
}

.cases-list2 .contentbox .ul .addbtn{
  opacity:0;
  border-bottom:1px solid rgba(255,255,255,.3);
  color:#fff;
}
.cases-list2 .contentbox .addbtn{
  background:transparent;
  padding:5px 0;
  /*margin-bottom:.55rem;*/
  display:inline-flex;
  /*opacity:0;*/
  transition: all .5s;
  border-bottom:1px solid rgba(0,0,0,.3);
  /*color:#fff;*/
}
.cases-list2 .contentbox .addbtn img{
  margin-right:.2rem;
}
.cases-list2 .contentbox .ul2 {
  margin-bottom: .5rem;
}
.cases-list2 .contentbox .ul2 .li2 {
  width: 32.66%;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: .9rem;
}
.cases-list2 .contentbox .ul2 .li2 img {
  transition: all .5s;
}

.cases-list2 .contentbox .ul2 .li2 .img img{
  position: relative;
  z-index:2;
  width:100%;
  height:8rem;
  object-fit: cover;
}

.cases-list2 .contentbox .ul2 .li2:nth-child(3n) {
  margin-right: 0;
}
.cases-list2 .contentbox .ul2 .text {
  position:relative;
  /*bottom: 1rem;*/
  background:#fff;
  padding: .4rem 1rem;
  z-index: 3;
}
.cases-list2 .contentbox .li2 .addbtn{
  line-height:1.2;
  margin-top:5px;
}
.cases-list2 .contentbox .ul2 .li2{
  border-radius:5px;
  overflow: hidden;
}



@media (min-width: 1024px) {
  .cases-list2 .contentbox .li:hover img {
    transform: scale3d(1.1, 1.1, 1);
  }
  .cases-list2 .contentbox .li2:hover img {
    transform: scale3d(1.1, 1.1, 1);
  }
  .cases-list2 .contentbox .li:hover .addbtn{
    opacity:1;
  }
  .cases-list2 .contentbox .li2:hover .addbtn{
    opacity:1;
  }
}

.about-list1 {
  padding: 2.5rem 0 0;
  background: #fff;
}
.about-list1 .icon {
  height: 55px;
  margin-bottom: 1.25rem;
}
.about-list1 .p {
  max-width: 80%;
  margin: 0 auto 1rem;
  
}
.about-list1 .tit3 {
  margin-bottom: .3rem;
}
.about-list1 .tipbox {
  position: relative;
  margin-bottom: 2rem;
}
.about-list1 .tipbox:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.25rem;
  background: #E4E0DF;
  left: 50%;
  top: 50%;
  margin-top: -0.625rem;
}
.about-list1 .tipbox .li {
  margin: 0 1.75rem;
}
.about-list1 .tipbox .icon2 {
  height: 1.25rem;
}
.about-list1 .tipbox .icon3 {
  margin-top: .35rem;
  margin-left: .5rem;
}
.about-list1 .tipbox2 {
  width: 900px;
  margin: 0 auto 1.5rem;
}
/*.about-list1 .tipbox2 .li:nth-child(3) .jiabtn,.about-list1 .tipbox2 .li:nth-child(4) .jiabtn{
  display:none;
}*/
.about-list1 .tipbox2 .tit4 {
  color: #02857D;
}
.about-list1 .warpiconul{
	width:100%;
	background: #fff;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
}
.about-list1 .iconul {
  padding: 15px;
  width: calc(100% - 3rem);
  position: relative;
  z-index: 3;
}
.about-list1 .iconul .li {
  width: 25%;
  position: relative;
}
.about-list1 .iconul .li img {
  max-height: 3rem;
}
.about-list1 .iconul .li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.5rem;
  width: 1px;
  height: 3rem;
  background: #EEE;
}
.about-list1 .iconul .li:nth-child(4):before {
  display: none;
}

@media (max-width: 1024px) {
  .about-list1 .p {
    max-width: 90%;
  }

  .about-list1 .iconul .li img {
    max-height: 3rem;
  }
}
@media (max-width: 1024px) {
  .about-list1 .tipbox2 {
    max-width: 90%;
  }

  .about-list1 {
    padding-top: 2rem;
  }

  .about-list1 .icon {
    height: 40px;
    margin-bottom: .8rem;
  }

  .about-list1 .p br {
    display: none;
  }

  .about-list1 .tipbox {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .about-list1 .icon {
    height: 1rem;
  }

  .about-list1 {
    padding-top: 1.5rem;
  }

  .about-list1 .tipbox .icon2 {
    height: 1.25rem;
  }

  .about-list1 .tipbox .li {
    margin: 0 1rem;
  }

  .about-list1 .tipbox2 .li {
    width: 50%;
    margin-bottom: .55rem;
    padding-left:7%;
  }
  .about-list1 .p{
    text-align:justify;
  }
}
@media (max-width: 767px) {
  .about-list1 .iconul .li img {
    height: 2rem;
  }

  .about-list1 .iconul {
    width: 100%;
  }
}
.about-list2 {
  padding: 2rem 0 0;
  background: #f0f0f0;
}
.about-list2 .ul {
  margin-top: 1rem;
}
.about-list2 .li {
  width: 32%;
  margin-right: 2%;
}
.about-list2 .li img {
  margin-bottom: 1rem;
}
.about-list2 .li p {
  text-align: center;
}
.about-list2 .li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .about-list2 {
    padding-top: 1.2rem;
  }

  .about-list2 .li img {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .about-list2 .li {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .about-list2 .tit2 {
    font-size: 28px;
  }
}
.about-list3 {
  padding: 2rem 0 2.5rem;
  background: #f0f0f0;
}
.about-list3 .ul2 {
  margin-top: 2.5rem;
}
.about-list3 .ul2 .li {
  width: 49%;
  position: relative;
}
.about-list3 .ul2 .li img {
  transition: all .5s ease-in-out;
}
.about-list3 .ul2 .text {
  position: absolute;
  padding: 0 1.7rem 1.4rem;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.about-list3 .ul2 .tit4 {
  padding-bottom: .3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about-list3 .ul2 .tit5 {
  margin-top: .4rem;
}
@media (min-width: 1024px) {
  .about-list3 .ul2 .li:hover img {
    transform: scale3d(1.1, 1.1, 1);
  }
}
.about-list3 .history-container {
  margin-top: 1.25rem;
}
.about-list3 .history-container .swiper-slide {
  width: auto;
  margin-left: 2rem;
}
.about-list3 .history-container .swiper-slide:before {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: 2px;
  left: .65rem;
  top: calc(50% - 1px);
  background: #DCDCDC;
  z-index: 1;
}
.about-list3 .history-container .swiper-slide:nth-child(2n) .textbox {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.about-list3 .history-container .swiper-slide .img .bg {
  transition: all 1s;
}
.about-list3 .history-container .swiper-slide:hover .img .bg {
  transform: scale3d(1.1, 1.1, 1);
}
.about-list3 .swiper-slide:hover .dian {
  width: 30px;
  height: 30px;
  border: 10px solid #02857D;
  border-radius: 50%;
  background: #fff;
}
.about-list3 .swiper-slide:hover .dian:before {
  opacity: 0;
}
.about-list3 .img {
  height: 280px;
  width: 11.25rem;
}
.about-list3 .img .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-list3 .dian {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: .5rem 0;
  position: relative;
  z-index: 3;
   transition: all .5s;
}
.about-list3 .dian:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -7px;
  margin-left: -7px;
  background: #212121;
  z-index: 1;
  transition: all .5s;
}
.about-list3 .textbox {
  height: 280px;
  width: 11.25rem;
  /*padding-right: 2rem;*/
}
.about-list3 .text {
  margin-top: .45rem;
  max-height: 180px;
  padding-right: 15px;
  overflow-y: auto;
}

.about-list3 .text .tit4{
  margin-bottom:.15rem;
}
/*.about-list3 .swiper-slide.swiper-slide-active .dian {
  width: 30px;
  height: 30px;
  border: 10px solid #02857D;
  border-radius: 50%;
  background: #fff;
}
.about-list3 .swiper-slide.swiper-slide-active .dian:before {
  opacity: 0;
}*/

@media (max-width: 1024px) {
  .about-list3 .ul2 {
    margin-top: 1.5rem;
  }

  .about-list3 .ul2 .text {
    padding: 0 .65rem 1rem;
  }
}
@media (max-width: 768px) {
  .about-list3 {
    padding-top: 1.2rem;
  }

  .about-list3 .ul2 {
    margin-top: 2rem;
  }

  .about-list3 .ul2 .li {
    width: 100%;
    margin-bottom: .55rem;
  }
}
@media (max-width: 767px) {
  .about-list3 {
    padding-top: .5rem;
    padding-bottom: 2rem;
  }

  .about-list3 .tit3 {
    font-size: 28px;
  }

  .about-list3 .img, .about-list3 .textbox {
    height: 200px;
  }
  .about-list3 .text{
    max-height: 135px;
  }

  .about-list3 .history-container .swiper-slide {
    margin-left: 1rem;
  }
  .about-list3 .swiper-slide.swiper-slide-active .dian {
    width: 30px;
    height: 30px;
    border: 10px solid #02857D;
    border-radius: 50%;
    background: #fff;
  }
  .about-list3 .swiper-slide.swiper-slide-active .dian:before {
    opacity: 0;
  }
  .about-list3 .dian {
    width: 25px;
    height: 25px;
  }

  .about-list3 .swiper-slide.swiper-slide-active .dian {
    width: 25px;
    height: 25px;
    border: 8px solid #02857D;
  }

  .about-list3 .textbox .year {
    font-size: 36px;
  }

  .about-list3 .textbox {
    padding-right: 1rem;
  }

  .about-list3 .text .tit4 {
    margin-bottom: .15rem;
  }

}
.about-list4 {
  padding: 2.4rem 0;
  background: #fff;
}
.about-list4 .contentbox {
  margin-top: 1.5rem;
  padding: 0 1.25rem;
}
.about-list4 .leftbox {
  width: 45%;
  margin-left: 2%;
  height:12rem;
}
.about-list4 .leftbox img{
  max-height:100%;
}
.about-list4 .rightbox {
  width: 50%;
  padding-right: 1rem;
  max-height: 11rem;
  overflow-y: auto;
}
.about-list4 .rightbox::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about-list4 .rightbox::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.about-list4 .rightbox::-webkit-scrollbar-thumb {
  background: #02857D;
}
.about-list4 .rightbox::-webkit-scrollbar-thumb:window-inactive {
  background: #02857D;
}
.about-list4 .rightbox::-webkit-scrollbar-thumb:vertical:hover {
  background: #02857D;
}
.about-list4 .rightbox .li {
  width: 47%;
  padding: .5rem;
  position: relative;
  color: black;
  padding-left: 1.2rem;
  transition: all .5s ease-in-out;
  margin-right: 6%;
}
.about-list4 .rightbox .li:before {
  content: "";
  position: absolute;
  left: 1.2rem;
  width: calc(100% - 1.2rem);
  height: 1px;
  bottom: 0;
  background: #eee;
  transition: all .5s ease-in-out;
}
.about-list4 .rightbox .li:after {
  width: 6px;
  height: 6px;
  background: #aaaaaa;
  left: .5rem;
  top: .8rem;
  content: "";
  position: absolute;
  transition: all .5s ease-in-out;
}
.about-list4 .rightbox .li:nth-child(2n) {
  margin-right: 0;
}
.about-list4 .rightbox .li:hover {
  color: #02857d;
  background: #F8F8F8;
}
.about-list4 .rightbox .li:hover:before {
  opacity: 0;
}
.about-list4 .rightbox .li:hover:after {
  background: #02857d;
}
@media (max-width:1480px) {
  .about-list4 .leftbox{
    width:40%;
  }
  .about-list4 .rightbox{
    width:55%;
  }
}
@media (max-width: 768px) {
  .about-list4 {
    padding: 2rem 0;
  }

  .about-list4 .leftbox {
    width: 100%;
    margin-bottom: .8rem;
  }

  .about-list4 .rightbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-list4 {
    padding: 1.5rem 0;
  }

  .about-list4 .contentbox {
    margin-top: 1rem;
  }

  .about-list4 .rightbox .li {
    width: 100%;
    margin-right: 0;
  }

  .about-list4 .rightbox .li:after {
    width: 4px;
    height: 4px;
  }

  .about-list4 .tit3 {
    font-size: 28px;
  }
  .about-list4 .rightbox .li{
    padding: 0.3rem 0 .3rem .9rem;
  }
  .about-list4 .rightbox .li:after{
    top: 0.7rem;
  }
}
.about-list5 {
  position: relative;
  z-index: 3;
}
.about-list5 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.about-list5 .leftbox {
  width: 12rem;
  margin-top: 4rem;
  padding-left: 1rem;
}
.about-list5 .leftbox .tit3 {
  margin-top: .9rem;
}
.about-list5 .leftbox .tit3 span {
  color: #02857d;
}
.about-list5 .rightbox {
  width: 50%;
}
.about-list5 .rightbox img {
  max-width: 100%;
}
.about-list5 .contentbox {
  position: relative;
  z-index: 3;
  padding: 1.75rem 0;
}

@media (max-width: 768px) {
  .about-list5 .leftbox, .about-list5 .rightbox {
    width: 100%;
  }

  .about-list5 .rightbox {
    margin-top: 1rem;
  }

  .about-list5 .leftbox {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-list5 .tit2 {
    font-size: 28px;
  }

  .about-list5 .leftbox {
    padding-left: 0;
  }
}
.services-list1 .item {
  background: #fff;
  padding: 2.4rem 0;
}
.services-list1 .item:nth-child(odd) .conbox {
  flex-flow: row-reverse wrap;
}
.services-list1 .item:nth-child(even) {
  background: url(../img/servicesimg2.jpg) no-repeat center center;
  background-size: cover;
}
.services-list1 .text {
  width: 28%;
}
.services-list1 .img {
  width: 57%;
}
.services-list1 .libox {
  margin-top: .8rem;
}
.services-list1 .libox .nli {
  padding-left: 35px;
  background: url(../img/servicesicon1.png) no-repeat left 5px;
  margin-bottom: .4rem;
}
.services-list1 .more {
  margin-top: 1.25rem;
  color: #02857D;
  transition: all .4s;
}
.services-list1 .more .icon {
  width: 25px;
  height: 25px;
  fill: #02857D;
  margin-top: 1px;
  transition: all .4s;
}
.services-list1 .more:hover{
  transform:translate(10px,0);
}
.services-list1 .more:hover .icon{
  transform:translate(5px,0);
}

@media (max-width: 1024px) {
  .services-list1 .libox .nli {
    background: url(../img/servicesicon1.png) no-repeat left 3px;
    background-size: 15px auto;
    padding-left: 25px;
  }

  .services-list1 .text {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .services-list1 .text {
    width: 100%;
    margin-top: 1rem;
  }

  .services-list1 .img {
    width: 100%;
  }

  .services-list1 .item {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .services-list1 .item {
    padding: 1.5rem 0;
  }

  .services-list1 .item .tit2 {
    font-size: 26px;
  }

  .services-list1 .more {
    margin-top: .95rem;
  }
}
.services-list2 {
  padding: 2rem;
  background: #fff;
}
.services-list2 .contentbox {
  background: rgba(0, 0, 0, 0.05);
  padding: 1.25rem 2rem 1.7rem;
}
.services-list2 .warpbox {
  padding: 0 2.5rem;
}
.services-list2 .down-container {
  margin: 0 auto;
}
.services-list2 .tit2 {
  margin-bottom: 1.1rem;
}
.services-list2 .swiper-button-prev {
  left: 0;
}
.services-list2 .swiper-button-next {
  right: 0;
}
.services-list2 .swiper-button-next .icon {
  transform: rotate(-180deg);
}
.services-list2 .swiper-button-prev, .services-list2 .swiper-button-next {
  background: #333 !important;
  width: 1rem;
  height: 1rem;
  border-radius: none !important;
  opacity: 1 !important;
}
.services-list2 .swiper-button-prev .icon, .services-list2 .swiper-button-next .icon {
  width: .5rem;
  height: .5rem;
  fill: #fff;
}
.services-list2 .btn {
  margin: 1rem auto 0;
  width: 150px;
  height: 50px;
  background: #09857C;
}
.services-list2 .btn:hover {
  color: #fff;
}
.services-list2 .tran-middle {
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  width: 80%;
    text-align: center;
}
.services-list2 .swiper-slide .icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-top:.4rem;
}
.services-list2 .swiper-slide {
  position: relative;
}
.services-list2 .swiper-slide a {
  display: block;
  height:6rem;
}
.services-list2 .swiper-slide a img{
  width:100%;
  height:100%;
}
.services-list2 .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.services-list2 .swiper-slide:hover .tran-middle {
  opacity: 1;
  visibility: visible;
}
.services-list2 .swiper-slide:hover:before {
  opacity: 1;
}

@media (max-width: 768px) {
  .services-list2 .contentbox {
    padding: 1.25rem 0 1.7rem;
  }

  .services-list2 .contentbox {
    background: transparent;
  }

  .services-list2 .warpbox {
    padding: 0;
  }
  .services-list2 .swiper-slide a{
    height:5rem;
  }
}
@media (max-width: 767px) {
  .services-list2 .swiper-button-prev, .services-list2 .swiper-button-next {
    display: none;
  }

  .services-list2 .btn {
    width: 120px;
    height: 40px;
  }

  .services-list2 {
    padding: 1.5rem 6%;
  }
  .services-list2 .swiper-slide a{
    height:7.5rem;
  }
}
@media (max-width: 1024px) {
  .services-list2 {
    padding: 2rem 1rem;
  }

  .services-list2 .contentbox {
    padding: 0;
  }
}
.services-list3 {
  padding: 1.25rem 0 .5rem;
}
.services-list3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.services-list3 .contentbox {
  position: relative;
  z-index: 3;
}
.services-list3 .tit2 {
  margin-bottom: .3rem;
}
.services-list3 .leftbox {
  width: 64.6%;
}
.services-list3 .leftbox .mapbox {
  width: 100%;
}
.services-list3 .leftbox .mapbox .img {
  position: relative;
  z-index: 1;
}
.services-list3 .leftbox .dian {
  /*width: 20px;
  height: 26px;*/
  width:40px;
  height:40px;
  z-index: 3;
  cursor: pointer;
}
.services-list3 .leftbox .dian1 {
  left: 49.5%;
    top: 33%;
}
.services-list3 .leftbox .dian2 {
      left: 49.3%;
    top: 52%;
}
.services-list3 .leftbox .dian3 {
  left: 54.3%;
    top: 43%;
}
.services-list3 .leftbox .dian4 {
  left: 56.3%;
    top: 52%;
}
.services-list3 .leftbox .dian5 {
  left: 56.5%;
    top: 61%;
}
.services-list3 .leftbox .dian6 {
  left: 59.3%;
  top: 80%;
}
.services-list3 .leftbox .dian7 {
  left: 61%;
    top: 34%;
}
.services-list3 .leftbox .dian8 {
  left: 64%;
  top: 45%;
}
.services-list3 .leftbox .dian9 {
  left: 64.5%;
  top: 59%;
}
.services-list3 .leftbox .dian10 {
  left: 71.5%;
  top: 30%;
}
.services-list3 .leftbox .dian11 {
  left: 66.7%;
  top: 44%;
}
.services-list3 .leftbox .dian12 {
  left: 67.5%;
  top: 57%;
}
.services-list3 .leftbox .dian13 {
  left: 68.5%;
    top: 65%;
}
.services-list3 .leftbox .dian14{
  left: 31.5%;
    top: 45%;
}
.services-list3 .leftbox .dian15{
 left: 17.5%;
    top: 56%;
}
.services-list3 .leftbox .dian16{
     left: 15.5%;
    top: 27%;
}
.services-list3 .leftbox .dian17{
 left: 35.5%;
    top: 78%;
}
.services-list3 .leftbox .dian18{
     left: 54.5%;
    top: 70%;
}
.services-list3 .leftbox .dian19{
 left: 47.5%;
    top: 65%;
}
.services-list3 .leftbox .dian20{
     left: 42%;
    top: 50%;
}
.services-list3 .leftbox .dian21{
   left: 49%;
    top: 82.5%;
}
.services-list3 .leftbox .dian22{
      left: 46%;
    top: 73.5%;
}
/*.services-list3 .leftbox .dian23{
  left: 45%;
    top: 73.5%;
}*/
.services-list3 .leftbox .dian23{
 /*left: 54%;
    top: 71.5%;*/
    left: 74%;
    top: 24.5%;
}
.services-list3 .leftbox .dian24{
     
    left: 61%;
    top: 70%;
}
.services-list3 .leftbox .dian25{
        
    left: 45%;
    top: 44%;
}
.services-list3 .leftbox .dian26{
  /*left: 45%;
    top: 44%;*/

  left: 76%;
    top: 14.5%;

}
.services-list3 .leftbox .dian27{
      left: 65%;
    top: 75%;
}
.services-list3 .leftbox .dian28{
 left: 50%;
    top: 95%;
}
.services-list3 .leftbox .dian29{
    left: 70%;
    top: 57%;
}
.services-list3 .leftbox .dian30{
    left: 71%;
    top: 80%;
}
.services-list3 .leftbox .dian31{
  left: 62%;
    top: 37%;
}
.services-list3 .leftbox .dian32{
  left: 40%;
    top: 61%;
}
.services-list3 .leftbox .dian33{
 left: 59%;
    top: 40%;
}
.services-list3 .cbox {
  margin-top: -1rem;
  position: relative;
  z-index: 2;
}
.services-list3 .rightbox {
  width: 22%;
  padding: .7rem;
  background: rgba(255, 255, 255, 0.2);
}
.services-list3 .rightbox .txt {
  margin-top: 1rem;
}
.services-list3 .rightbox .tit3 {
  margin-bottom: .4rem;
}
.services-list3 .rightbox .tit4 {
  opacity: .5;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.services-list3 .rightbox .btn {
  margin-top: .7rem;
}
.services-list3 .rightbox .swiper-slide{
  opacity:0 !important;
}
.services-list3 .rightbox .swiper-slide.swiper-slide-active{
  opacity:1 !important;
}
.services-list3 .rightbox .button-prev {
  margin: 0 .35rem;
  cursor: pointer;
}
.services-list3 .rightbox .button-prev .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.services-list3 .rightbox .button-next {
  margin: 0 .35rem;
  transform: rotate(-180deg);
  cursor: pointer;
}
.services-list3 .rightbox .button-next .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

@media (max-width: 1024px) {
  .services-list3 .rightbox {
    width: 30%;
  }

  .services-list3 {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .services-list3 .leftbox {
    width: 100%;
  }

  .services-list3 .rightbox {
    width: 100%;
    margin-top: 1.5rem;
  }

  .services-list3 .rightbox .img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .services-list3 {
    padding: 1.5rem 0;
  }

  .services-list3 .leftbox {
    display: none;
  }

  .services-list3 .cbox {
    margin-top: 0;
  }

  .services-list3 .rightbox {
    margin-top: 1.2rem;
  }
}
.services-list4 {
  background: #fff;
  padding: 2rem 0;
}
.services-list4 .tit2 {
  margin-bottom: 1.2rem;
}
.services-list4 .li {
  padding: .5rem .7rem;
  background: #F5F5F5;
  width: 49%;
  margin-bottom: 12px;
  transition: all .5s ease-in-out;
}
.services-list4 .sp {
  width: calc(100% - 80px);
  transition: all .5s;
}
.services-list4 .sp .icon {
  height: 25px;
  margin-right: .5rem;
}
.services-list4 .sp span {
  width: calc(100% - 29px - .5rem);
}
.services-list4 .icon2 {
  width: 20px;
  height: 20px;
  fill: #333;
  transition: all .5s;
}
.services-list4 .more {
  margin: 25px auto 0;
  transition: all .5s;
}
.services-list4 .more:hover {
  color: #02867f;
}
.services-list4 .li:hover {
  transform: translate3d(10px, 0, 0);
}
.services-list4 .li:hover .sp {
  color: #02867f;
}
.services-list4 .li:hover .icon2 {
  fill: #02867f;
  transform: translate3d(5px, 0, 0);
}

@media (max-width: 767px) {
  .services-list4 .li {
    width: 100%;
  }
  .services-list4 .sp{
    width: calc(100% - 40px);
  }
}
.casesinfo-list1 {
  padding: 2rem 0 3.25rem;
  background: #fff;
  z-index: 3;
}
.casesinfo-list1 .tit2 {
  margin-bottom: 1.45rem;
}
.casesinfo-list1 .contentbox {
  padding: 0 2.5rem;
}
.casesinfo-list1 .contentbox .leftbox {
  width: 27%;
  border-top: 4px solid #EDEDEF;
}
.casesinfo-list1 .contentbox .leftbox span {
  color: #000;
}
.casesinfo-list1 .contentbox .leftbox .item {
  padding: 15px 0;
  border-bottom: 1px solid  #EDEDEF;
}
.casesinfo-list1 .contentbox .leftbox .sp {
  width: calc(100% - 100px - 1.7rem);
  margin-left: 1.5rem;
}
.casesinfo-list1 .contentbox .leftbox .sp a {
  color: #464646;
  width: 100%;
  margin-bottom: .25rem;
  transition: all .4s;
}
.casesinfo-list1 .contentbox .leftbox .sp a span{
  max-width:calc(100% - 30px);
}
.casesinfo-list1 .contentbox .leftbox .sp a:hover{
  color:#018981;
}
.casesinfo-list1 .contentbox .leftbox .sp .icon {
  height: 12px;
  height: 12px;
  margin-left: .25rem;
}
.casesinfo-list1 .contentbox .rightbox {
  width: 67%;
}
.casesinfo-list1 .contentbox .rightbox .imgbox-container {
  padding-bottom: 1rem;
  position: relative;
  z-index: 3;
}
.casesinfo-list1 .contentbox .rightbox .imgbox-container .swiper-pagination {
  bottom: 0;
}
.casesinfo-list1 .contentbox .rightbox .imgbox-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #018A82;
}
.casesinfo-list1 .contentbox .rightbox .video {
  z-index: 3;
}
.casesinfo-list1 .contentbox .rightbox .imgbox-container{
  margin-bottom: 1rem;
}
.casesinfo-list1 .contentbox .rightbox .p {
  
  color: #464646;
}
@media (max-width: 1480px) {
  .casesinfo-list1 .contentbox .leftbox .sp{
    width: calc(100% - 100px - 1rem);
    margin-left: .85rem;
  }
}
@media (max-width: 1024px) {
  .casesinfo-list1 .contentbox .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .casesinfo-list1 .contentbox .rightbox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .casesinfo-list1 .tit2 {
    margin-bottom: 1rem;
  }

  .casesinfo-list1 .contentbox {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .casesinfo-list1 {
    padding: 1.5rem 0 2rem;
  }

  .casesinfo-list1 .contentbox {
    padding: 0 6%;
  }

  .casesinfo-list1 .contentbox .rightbox .video {
    width: 1.2rem;
    height: 1.2rem;
  }

  .casesinfo-list1 .contentbox .rightbox .imgbox-container .swiper-pagination span {
    width: 6px;
    height: 6px;
  }
}
.casesinfo-list2 {
  background: #f0f0f0;
  padding: 2rem 1.5rem;
}
.casesinfo-list2 .tit2 {
  margin-bottom: .75rem;
}
.casesinfo-list2 a {
  display: block;
}
.casesinfo-list2 .tit3 {
  color: #4C4C4C;
  margin-bottom: .2rem;
  transition: all .4s ease-in-out;
}
.casesinfo-list2 .tit4 {
  transition: all .4s ease-in-out;
}
.casesinfo-list2 .img {
  position: relative;
}
.casesinfo-list2 .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: .2rem;
  background: #018981;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.casesinfo-list2 .text {
  padding-top: .45rem;
}
.casesinfo-list2 .pro-container {
  padding-bottom: 1rem;
  position: relative;
  z-index: 3;
}
.casesinfo-list2 .pro-container .swiper-pagination {
  bottom: 0;
}
.casesinfo-list2 .pro-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #018A82;
}
.casesinfo-list2 .pro-container a:hover .img:before {
  opacity: 1;
}
.casesinfo-list2 .pro-container a:hover .tit3, .casesinfo-list2 .pro-container a:hover .tit4 {
  color: #018981;
}

@media (max-width: 767px) {
  .casesinfo-list2 {
    padding: 2rem 6%;
  }

  .casesinfo-list2 .pro-container .swiper-pagination span {
    width: 6px;
    height: 6px;
  }
}
.casesinfo-list3 {
  background: #fff;
  padding: 2rem 1.5rem;
}
.casesinfo-list3 .tit2 {
  margin-bottom: 1.25rem;
}
.casesinfo-list3 a {
  display: block;
}
.casesinfo-list3 .tit3 {
  color: #4C4C4C;
  margin-bottom: .2rem;
  transition: all .4s ease-in-out;
}
.casesinfo-list3 .tit3 br{
  display:none;
}
.casesinfo-list3 .tit4 {
  margin-bottom:.25rem;
  transition: all .4s ease-in-out;
}
.casesinfo-list3 .img {
  position: relative;
}
.casesinfo-list3 .img img{
  width:100%;
  height:8rem;
  position: relative;
  z-index:2;
  object-fit:cover;
}
.casesinfo-list3 .img span {
  padding-bottom: 2px;
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 3;
  border-bottom: 2px solid #fff;
}
.casesinfo-list3 .text {
  padding: 1rem 1rem 0;
}
.casesinfo-list3 .cases-container {
  padding-bottom: 1rem;
  position: relative;
  z-index: 3;
}
.casesinfo-list3 .cases-container .swiper-pagination {
  bottom: 0;
}
.casesinfo-list3 .cases-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #018A82;
}
.casesinfo-list3 .cases-container a:hover .tit3, .casesinfo-list3 .cases-container a:hover .tit4 {
  color: #018981;
}

@media (max-width: 767px) {
  .casesinfo-list3 .tit2 {
    margin-bottom: 1rem;
  }

  .casesinfo-list3 {
    padding: 2rem 3%;
  }

  .casesinfo-list3 .cases-container .swiper-pagination span {
    width: 6px;
    height: 6px;
  }

  .casesinfo-list3 .text {
    padding: .6rem 0 0;
  }

}
.warp-solutioninfo {
  background: #eee;
  padding-bottom: 3.25rem;
  overflow: hidden;
}

.solutioninfo-list1 {
  padding: 2.25rem 0 0;
}
.solutioninfo-list1 .btn {
  width: 80px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.solutioninfo-list1 .button-prev, .solutioninfo-list1 .button-next {
  cursor: pointer;
}
.solutioninfo-list1 .button-prev .icon, .solutioninfo-list1 .button-next .icon {
  width: 35px;
  height: 20px;
  fill: #0A0907;
}
.solutioninfo-list1 .button-next .icon {
  transform: rotate(180deg);
}
.solutioninfo-list1 .imgbox {
  margin-top: 1.75rem;
}
.solutioninfo-list1 .imgbox .swiper-slide{
  height:15rem;
}
.solutioninfo-list1 .imgbox .swiper-slide img{
  position: relative;
  width:100%;
  height:100%;
  object-fit:cover;
}
.solutioninfo-list1 .imgbox-container .tit3 {
  position: absolute;
  width: 100%;
  padding: 1.2rem 1.5rem;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.solutioninfo-list1 .su {
  color: #D2D2D2;
  opacity: .3;
  position: absolute;
  font-size: 8.5rem;
  right: 0;
  top: -1.5rem;
  z-index: 1;
  line-height: 1;
}
.solutioninfo-list1 .tit3 {
  width: 70%;
}

@media (max-width: 768px) {

  .solutioninfo-list1 .su {
    display: none;
  }

  .solutioninfo-list1 {
    padding: 2rem 0 0;
  }

  .solutioninfo-list1 .tit3 {
    margin-top: .3rem;
  }
}
@media (max-width: 767px) {
  .solutioninfo-list1 .imgbox .swiper-slide{
    height:7.5rem;
  }
}
.solutioninfo-list2 {
  padding: 3.4rem 0 0;
  position: relative;
  z-index: 1;
}
.solutioninfo-list2 .leftbox {
  width: 45%;
  position: relative;
  z-index:3;
}
.solutioninfo-list2 .tit3 {
  margin-top: .3rem;
}
.solutioninfo-list2 .imgbox2-container {
  margin-top: 2.25rem;
  /*background:#000;*/
}
.solutioninfo-list2 .imgbox2-container img {
  opacity: 1;
  /*transform:translate(0,0);*/
  transition: all .6s ease-in-out;
}
.solutioninfo-list2 .imgbox2-container img.cur {
  opacity: .8;
}
.solutioninfo-list2 .rightbox {
  width: 45%;
}
.solutioninfo-list2 .btn2 {
  position: relative;
  margin-top: 1rem;
  width: 70px;
  z-index: 2;
}
.solutioninfo-list2 .button-prev, .solutioninfo-list2 .button-next {
  cursor: pointer;
}
.solutioninfo-list2 .button-prev .icon, .solutioninfo-list2 .button-next .icon {
  width: 20px;
  height: 20px;
  fill: #0A0907;
}
.solutioninfo-list2 .button-next .icon {
  transform: rotate(180deg);
}
.solutioninfo-list2 .su {
  color: #D2D2D2;
  opacity: .3;
  position: absolute;
  font-size: 8.5rem;
  right: 1rem;
  top: 7rem;
  z-index: 1;
  line-height: 1;
}

@media (max-width: 768px) {
  .solutioninfo-list2 {
    padding-top: 2rem;
  }
  .solutioninfo-list2 .su{
    font-size:6rem;
  }
}
@media (max-width: 767px) {
  .solutioninfo-list2 {
    padding-top: 2rem;
  }

  .solutioninfo-list2 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .solutioninfo-list2 .tit {
    position: relative;
    top: auto;
    right: 0;
    width: 100%;
    margin-top: .5rem;
  }

  .solutioninfo-list2 .su {
    top: 0;
  }

  .solutioninfo-list2 .imgbox2-container {
    display: none;
  }

  .solutioninfo-list2 .imgbox2-container {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .solutioninfo-list2 .btn2 {
    display: none;
  }

  .solutioninfo-list2 .rightbox {
    width: 100%;
  }
}
.solutioninfo-list3 {
  padding: 3.25rem 0 0;
}
.solutioninfo-list3 .tit2 {
  width: 30%;
}
.solutioninfo-list3 .tit3 {
  max-width: 60%;
}
.solutioninfo-list3 .wrapperbox {
  margin-top: 1.7rem;
}
.solutioninfo-list3 .wrapper {
  width: 100vw;
  height: 75vh;
  overflow: hidden;
}
.solutioninfo-list3 .wrapper img {
  max-width: none;
}
.solutioninfo-list3 .wrapper .before,
.solutioninfo-list3 .wrapper .after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.solutioninfo-list3 .wrapper .content-image {
  height: 100vh;
  width: 100vw;
}
.solutioninfo-list3 .wrapper .after {
  width: 125px;
}
.solutioninfo-list3 .wrapper .scroller {
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}
.solutioninfo-list3 .wrapper .scroller:hover {
  opacity: 1;
}
.solutioninfo-list3 .wrapper .scrolling {
  pointer-events: none;
  opacity: 1;
}
.solutioninfo-list3 .wrapper .scroller:before,
.solutioninfo-list3 .wrapper .scroller:after {
  content: " ";
  display: block;
  width: 1px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -.5px;
  z-index: 30;
  transition: 0.1s;
  opacity: 0;
}
.solutioninfo-list3 .wrapper .scroller:before {
  top: 100%;
}
.solutioninfo-list3 .wrapper .scroller:after {
  bottom: 100%;
}
.solutioninfo-list3 .wrapper .scroller:before,
.solutioninfo-list3 .wrapper .scroller:after {
  background: #fff;
}
.solutioninfo-list3 .wrapper .scroller__thumb {
  width: 1rem;
  margin-bottom:.3rem;
}
.solutioninfo-list3 .wrapper p{
  word-break: keep-all;
}

@media (max-width: 768px) {
  .solutioninfo-list3 .wrapper {
    width: 100vw;
    height: 40vh;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .solutioninfo-list3 {
    padding-top: 2rem;
  }

  .solutioninfo-list3 .tit2 {
    width: 100%;
  }

  .solutioninfo-list3 .tit3 {
    max-width: 100%;
    margin-top: .5rem;
  }
}
.solutioninfo-list4 {
  padding: 2.9rem 0 0;
  position: relative;
  z-index: 1;
}
.solutioninfo-list4 .su {
  color: #D2D2D2;
  opacity: .3;
  position: absolute;
  font-size: 8.5rem;
  right: 1rem;
  top: -1rem;
  z-index: 1;
  line-height: 1;
}
.solutioninfo-list4 .tit {
  width: 11.75rem;
  position: absolute;
  right: 2rem;
  top: 5rem;
  z-index: 3;
}
.solutioninfo-list4 .btn4 {
  position: absolute;
  right: 30%;
  top: 8rem;
  width: 70px;
  z-index: 2;
}
.solutioninfo-list4 .button-prev, .solutioninfo-list4 .button-next {
  cursor: pointer;
}
.solutioninfo-list4 .button-prev .icon, .solutioninfo-list4 .button-next .icon {
  width: 20px;
  height: 20px;
  fill: #0A0907;
}
.solutioninfo-list4 .button-next .icon {
  transform: rotate(180deg);
}
.solutioninfo-list4 .imgbox {
  margin-top: 1.7rem;
}
.solutioninfo-list4 .img {
  width: 50%;
  height: 20rem;
  overflow: hidden;
}
.solutioninfo-list4 .img .tit5 {
  position: absolute;
  width: 100%;
  padding: 0 1.5rem 1rem;
  z-index: 3;
  left: 0;
  bottom: 0;
}
.solutioninfo-list4 .img .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.solutioninfo-list4 .imgbox4-container {
  width: 10.5rem;
  height: 12.5rem;
  margin-left: .75rem;
}
.solutioninfo-list4 .imgbox4-container .swiper-slide {
  overflow: hidden;
}
.solutioninfo-list4 .imgbox4-container .swiper-slide .tit5 {
  position: absolute;
  width: 100%;
  padding: 0 1.5rem 1rem;
  z-index: 3;
  left: 0;
  bottom: 0;
}
.solutioninfo-list4 .imgbox4-container .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .solutioninfo-list4 .btn4{
    top: 9rem;
  }
}
@media (max-width: 768px) {
  .solutioninfo-list4 .su {
    right: 0;
  }

  .solutioninfo-list4 .tit {
    right: 0;
    width: 40%;
  }
  .solutioninfo-list4 .su{
    font-size:6rem;
    top:2rem;
  }
}
@media (max-width: 767px) {
  .solutioninfo-list4 {
    padding-top: 2rem;
  }

  .solutioninfo-list4 .tit {
    position: relative;
    top: auto;
    right: 0;
    width: 100%;
    margin-top: .5rem;
  }

  .solutioninfo-list4 .img {
    display: none;
  }

  .solutioninfo-list4 .imgbox4-container {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .solutioninfo-list4 .btn4 {
    display: none;
  }

  .solutioninfo-list4 .imgbox4-container .swiper-slide .tit5 {
    padding: 0 1rem .75rem;
  }
}
.solutioninfo-list5 {
  padding: 2.9rem 0 0;
  position: relative;
  z-index: 1;
}
.solutioninfo-list5 .su {
  color: #D2D2D2;
  opacity: .3;
  position: absolute;
  font-size: 8.5rem;
  right: 0;
  top: -1rem;
  z-index: 1;
  line-height: 1;
}
.solutioninfo-list5 .tit {
  width: 11.75rem;
  margin-top: 1.5rem;
  z-index: 3;
}
.solutioninfo-list5 .btn5 {
  position: absolute;
  left: calc(56% + 1.25rem);
  top: 8rem;
  width: 70px;
  z-index: 2;
}
.solutioninfo-list5 .button-prev, .solutioninfo-list5 .button-next {
  cursor: pointer;
}
.solutioninfo-list5 .button-prev .icon, .solutioninfo-list5 .button-next .icon {
  width: 20px;
  height: 20px;
  fill: #0A0907;
}
.solutioninfo-list5 .button-next .icon {
  transform: rotate(180deg);
}
.solutioninfo-list5 .imgbox {
  margin-top: 1.5rem;
}
.solutioninfo-list5 .img {
  width: 56%;
  height: 15rem;
  overflow: hidden;
}
.solutioninfo-list5 .img .tit5 {
  position: absolute;
  width: 100%;
  padding: 0 1.5rem 1rem;
  z-index: 3;
  left: 0;
  bottom: 0;
}
.solutioninfo-list5 .img .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.solutioninfo-list5 .imgbox5-container {
  width: 38%;
  height: 10.4rem;
  margin-left: 1.25rem;
  margin-top: -3.5rem;
}
.solutioninfo-list5 .imgbox5-container .swiper-slide {
  overflow: hidden;
}
.solutioninfo-list5 .imgbox5-container .swiper-slide .tit5 {
  position: absolute;
  width: 100%;
  padding: 0 1.5rem 1rem;
  z-index: 3;
  left: 0;
  bottom: 0;
}
.solutioninfo-list5 .imgbox5-container .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .solutioninfo-list5 .su{
    font-size:6rem;
    top:1.5rem;
  }
}
@media (max-width: 767px) {
  
  .solutioninfo-list5 {
    padding-top: 2rem;
  }

  .solutioninfo-list5 .tit {
    width: 100%;
    margin-top: .5rem;
  }

  .solutioninfo-list5 .img {
    display: none;
  }

  .solutioninfo-list5 .imgbox5-container {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .solutioninfo-list5 .btn5 {
    display: none;
  }

  .solutioninfo-list5 .imgbox5-container .swiper-slide .tit5 {
    padding: 0 1rem .75rem;
  }
}
.casesmap-list {
  padding: 2rem 0 2.65rem;
}
.casesmap-list .cases-top {
  padding: 0 1.5rem;
}
.casesmap-list #networkmap {
  width: 100%;
  height: 21rem;
}
.casesmap-list #networkmap .amap-info-content {
  padding: 1rem .75rem .75rem;
  border-radius: .25rem;
}
.casesmap-list #networkmap .amap-info-content .img1 {
  width: 100%;
  margin-bottom: .5rem;
}
.casesmap-list #networkmap .amap-info-content .amap-info-close {
  top: 12px;
  right: 10px !important;
  transition: all .5s;
}
.casesmap-list #networkmap .amap-info-content .amap-info-close:hover {
  color: #018981;
}
.casesmap-list #networkmap .amap-info-content .nametit {
  margin-bottom: .15rem;
}
.casesmap-list #networkmap .amap-info-content .address span {
  width: calc(100% - 80px);
  margin-left: .2rem;
  color:#333;
}

@media (max-width: 767px) {
  .cases-list2 {
    padding: 1.5rem 5% 2rem;
  }

  .casesmap-list {
    padding: 1.5rem 0 1.8rem;
  }

  .casesmap-list .cases-top {
    padding: 0 6%;
  }

  .cases-list2 .leftbox {
    margin-bottom: .65rem;
  }

  .cases-list2 .leftbox a {
    width: 100px;
    height: 40px;
  }

  .cases-list2 .rightbox .selectbox {
    width: 48%;
    height: 40px;
    margin-right: 4%;
  }

  .cases-list2 .rightbox .selectbox:nth-child(2n) {
    margin-right: 0;
  }

  .cases-list2 .rightbox .selectbox .selecttop {
    height: 38px;
  }

  .cases-list2 .rightbox .selectbox .icon {
    width: 10px;
    height: 10px;
  }

  .cases-list2 .rightbox .inputbox {
    width: 100%;
    margin-top: .5rem;
  }

  .cases-list2 .rightbox .inputbox .input1 {
    height: 40px;
  }

  .cases-list2 .rightbox .inputbox .submitbtn {
    width: 40px;
    height: 40px;
  }

  .cases-list2 .rightbox .selectbox .selectitem {
    top: 38px;
  }

  .casesmap-list #container {
    height: 14rem;
  }

  .cases-list2 .contentbox .li {
    width: 100%;
    margin-bottom: .55rem;
  }

  .cases-list2 .contentbox .text {
    width: 100%;
    padding: 0 .7rem;
    bottom: .65rem;
    font-size: 20px;
  }

  .cases-list2 .contentbox .ul {
    margin-bottom: 0;
  }

  .cases-list2 .contentbox .ul2 .li2 {
    width: 100%;
    margin-right: 0;
  }

  .cases-list2 .contentbox .ul2 .li2, .cases-list2 .contentbox .li {
    margin-bottom: .5rem;
  }

  .cases-list2 .contentbox .ul2 .text {
    width: 100%;
    padding: 0 .5rem;
    bottom: .6rem;
  }
  .cases-list2 .contentbox .ul .tit3{
    font-size:18px;
  }
  .cases-list2 .contentbox .ul2 .li2 .tit3{
    font-size:18px;
  }

}
.ibanner {
  max-height: 100vh;
  overflow: hidden;
}
.ibanner .swiper-slide{
  overflow: hidden;
  height: 100vh;
}
.ibanner .swiper-slide img{
  width:100%;
}
.ibanner .swiper-slide video{
  width:100%;
height: 100%;
object-fit: cover;
}
.ibanner .swiper-slide.swiper-slide-active img {
  /* animation: imgbig 8s ease-in-out; */
}
.ibanner .swiper-slide .text{
  transform:translate3d(80px,0,0);
  opacity:0;
  transition: all 1s 1s ease-in-out;
}
.ibanner .swiper-slide.swiper-slide-active .text{
  opacity:1;
  transform:translate3d(0,0,0);
}
@keyframes imgbig{
  0% {
    transform:scale3d(1.0, 1.0, 1.0);
  }
  100% {
    transform:scale3d(1.2, 1.2, 1.0);
  }
}

.ibanner .text {
  position: absolute;
}
.ibanner .text .tit2 {
  margin-bottom: 1.25rem;
  height: 144px;
  overflow: hidden;
}
.ibanner .swiper-slide {
  max-height: 100vh;
  position: relative;
}
.ibanner .text {
  position: absolute;
  left: 0;
  bottom: 5rem;
  width: 100%;
  z-index: 3;
  padding: 0 2.5rem;
}
.ibanner .text a {
  width: 150px;
  height: 50px;
  line-height: 46px;
  margin-right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all .5s ease-in-out;
}
.ibanner .text .morebox {
  margin-top: 1.35rem;
}
.ibanner .text a:hover {
  background: #018A82;
  color: #fff;
  border: 2px solid #018A82;
}
.ibanner .swiper-pagination {
  position: absolute;
  width: 90px;
  left: 1.25rem;
  bottom: 52vh;
  z-index: 2;
}


.warpbanner {
  position: relative;
}
.warpbanner .ul {
  bottom: 2rem;
  padding: 0 2.5rem;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.warpbanner .ul .li {
  width: .55rem;
  height:.55rem;
  margin-right:.5rem;
  /*padding: .4rem 0;*/
  /*border-top: 3px solid rgba(255, 255, 255, 0.4);*/
  transition: all .5s ease-in-out;
  position: relative;
}
.warpbanner .ul .li path{
  width:.55rem;
  height:.55rem;
  fill:transparent;
}
.warpbanner .ul .li .path-loop {
    fill: none;
    stroke: #02857D;
    /*stroke-miterlimit: 10;*/
    stroke-width: 8px;
    stroke-dasharray: calc(54px * 3.15);
    stroke-dashoffset: calc(54px * 3.15);

}     
.warpbanner .ul .li .path-loop-bg {
    fill: none;
    stroke: #fff;
    /*stroke-miterlimit: 10;*/
    stroke-width: 7px;
    opacity:1;
}
/*.warpbanner .ul .li:nth-child(4) {
  margin-right: 0;
}
.warpbanner .ul .li:before{
  content:"";
  position: absolute;
  width:0;
  height:3px;
  z-index:2;
  background:#fff;
  left:0;
  top:-3px;
}*/
.warpbanner .ul .li.cur .path-loop{
  animation: start-line 5s ease-in-out backwards;
  /*border-top: 3px solid #fff;*/
}
@keyframes start-line{
  100%{
    stroke-dashoffset: 0;
  }
}

@keyframes start-line2{
  0%{
    width:0
  }
  100%{
    width:45%;
  }
}


.warpbanner .ul .li br {
  display: none;
}
@media (max-width:1780px) {
  .ibanner .swiper-pagination{
    bottom: 60vh;
  }
}
@media (max-width:1480px) {
  .ibanner .swiper-pagination{
    bottom: 65vh;
  }
  .ibanner .text .tit2{
    height:110px;
    line-height:55px;
    font-size:44px;
  }

}
@media (max-width:1280px) {
  .ibanner .text .tit2{
    height:100px;
    line-height:50px;
    font-size:38px;
  }

}
@media (max-width:768px) {
  .warpbanner .ul{
    padding:0 6%;
    bottom:1.25rem;
  }

    /*.warpbanner .ul{
      display:none;
    }*/
    .ibanner .text{
      bottom: 3rem;
    }
    .ibanner .text .tit2{
      height:90px;
      line-height:45px;
      font-size:32px;
    }
    .ibanner .swiper-pagination{
    bottom: 30vh;
  }
  .ibanner .text{
    padding:0 6%;
  }
}
@media (max-width:767px) {
  .ibanner .text a{
    width:120px;
    height:40px;
    line-height:36px;
  }
  .ibanner .text .tit2{
    font-size:32px;
    line-height:40px;
    height:80px;
  }
  .ibanner .text .tit2{
    margin-bottom:.85rem;
  }
  .ibanner .swiper-pagination{
    bottom: 34vh;
    width:70px;
  }

  @keyframes start-line2{
    0%{
      width:0
    }
    100%{
      width:38%;
    }
  }



}

.casesnav2 {
  background: #fff;
  padding: 0 1.5rem;
}
.casesnav2 .warpcontainer {
  /*padding:0 1.5rem;*/
  /*overflow:hidden;*/
}
.casesnav2 .warpcontainer .swiper-button-prev {
  background: none !important;
  left: -1rem;
}
.casesnav2 .warpcontainer .swiper-button-prev .icon {
  width: 30px;
  height: 30px;
  fill: #222;
}
.casesnav2 .warpcontainer .swiper-button-next {
  background: none !important;
  right: -1rem;
}
.casesnav2 .warpcontainer .swiper-button-next .icon {
  width: 30px;
  height: 30px;
  fill: #222;
  transform: rotate(-180deg);
}
.casesnav2 .sub-container {
  padding: .65rem 0;
  /*width:1620px;*/
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.casesnav2 .sub-container a {
  display: block;
}
.casesnav2 .sub-container a p {
  text-align: center;
  display: block;
}
.casesnav2 .sub-container .img {
  width: 1.5rem;
  height: .9rem;
  margin: 0 auto .2rem;
}
.casesnav2 .sub-container .img img {
  /*max-height:1.5rem;*/
  /*transition: opacity .5s;*/
  max-height:100%;
}
.casesnav2 .sub-container .img .img1 {
  opacity: 1;
}
.casesnav2 .sub-container .img .img2 {
  opacity: 0;

  transform: translate3d(-50%,-50%,0);
}
.casesnav2 .sub-container .swiper-slide.cur a, .casesnav2 .sub-container .swiper-slide:hover a {
  color: #02857D;
}
.casesnav2 .sub-container .swiper-slide.cur .img1, .casesnav2 .sub-container .swiper-slide:hover .img1 {
  opacity: 0;
}
.casesnav2 .sub-container .swiper-slide.cur .img2, .casesnav2 .sub-container .swiper-slide:hover .img2 {
  opacity: 1;
}
@media (max-width:767px) {
  .casesnav2{
    display:none;
  }
}

.i-list2 {
  overflow: hidden;
}
.i-list2 .bg {
  position: absolute;
  height: 25rem;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.i-list2 .bg2 {
  position: absolute;
  width: 100%;
  height: 150vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-list2 .contentbox {
  padding: 1.5rem 2.5rem 2rem;
  position: relative;
  z-index: 3;
}
.i-list2 .tip {
  margin-bottom: .25rem;
}
.i-list2 .tit3 {
  color: #02837b;
}
.i-list2 .textbox {
  margin-top: 3rem;
}
.i-list2 .leftbox {
  width: 12rem;
  position: relative;
  z-index:4;
}
.i-list2 .rightbox{
  max-width:28%;
}
.i-list2 .tit5 {
  margin-top: 1.2rem;
}
.i-list2 .more {
  width: 150px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #DDDDDD;
  text-align: center;
  margin-top: 1.25rem;
  display: block;
  transition: all .5s;
}
.i-list2 .more:hover {
  background: #018A82;
  color: #fff;
  border: 2px solid #018A82;
}
.i-list2 .rightbox .li {
  width: 50%;
  margin-bottom: .7rem;
}
/*.i-list2 .rightbox .li:nth-child(3) .jiabtn,.i-list2 .rightbox .li:nth-child(4) .jiabtn{
  display:none;
}*/
.i-list2 .rightbox .sp {
  color: #02857D;
  display: block;
}
.i-list2 .rightbox .sp1 {
  display: block;
}
.i-list2 .contentbox2 {
  margin-top: 3rem;
  position: relative;
  padding: 0 2.5rem 2.5rem;
  z-index: 4;
}
.i-list2 .imgbox {
  margin-top: 1.2rem;
}
.i-list2 .imgbox .item {
  width: 32.66%;
  position: relative;
  overflow: hidden;
}
.i-list2 .imgbox .item a {
  display: block;
}
.i-list2 .imgbox .item .bg {
  position: relative;
  width: 100%;
  height: 16.5rem;
  z-index: 3;
  transition: all .8s ease-in-out;
}
.i-list2 .imgbox .item .text {
  padding: 1.25rem 1.1rem 1.5rem;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.i-list2 .imgbox .item .text .tit4{
  opacity:0;
}
.i-list2 .imgbox .item .tip {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  margin-bottom: .6rem;
}
.i-list2 .imgbox .item .topbox {
  transition: all .8s ease-in-out;
}
.i-list2 .imgbox .item:nth-child(1) {
  width: 66.32%;
  margin-bottom: 1%;
  margin-right: 1%;
}
.i-list2 .imgbox .item:nth-child(2) {
  width: 32.66%;
  margin-bottom: 1%;
}
.i-list2 .imgbox .item:nth-child(3) {
  margin-right: 1%;
}
.i-list2 .imgbox .item:nth-child(4) {
  margin-right: 1%;
}
.i-list2 .imgbox .item:hover .topbox {
  transform: translate3d(0, -10px, 0);
}
.i-list2 .imgbox .item:hover .bg {
  transform: scale3d(1.1, 1.1, 1);
}
.i-list2 .imgbox .item .morebtn2{
  transition: all .8s ease-in-out;
}
.i-list2 .imgbox .item:hover .morebtn2{
  color:#02857D;
}
.i-list2 .morebtn {
  transition: all .5s ease-in-out;
}
.i-list2 .morebtn:hover {
  color: #02857D;
}
.i-list2 .imgbox .item .tit4{
  transition: all .5s ease-in-out;
}
.i-list2 .imgbox .item:hover .tit4{
  opacity:1;
}
@media (max-width:1480px) {
  .i-list2 .rightbox{
    width:28%;

  }
  .i-list2 .rightbox .sp{
    font-size:50px;
  }
}
@media (max-width:768px) {
  .i-list2 .textbox{
    margin-top: 10rem;
  }
  .i-list2 .rightbox{
    width:100%;
    max-width:none;
    margin-top:.5rem;
  }
  .i-list2 .contentbox2{
    margin-top:2rem;
  }
  .i-list2 .contentbox{
    padding:1.5rem 6%;
  }
  .i-list2 .imgbox .item{
    width:49.5%;
    height:12rem;
    margin-bottom:1%;
  }
  .i-list2 .imgbox .item .bg{
    height:12rem;
  }
  .i-list2 .imgbox .item:nth-child(1){
    width:100%;
    margin-right:0;
  }
  .i-list2 .imgbox .item:nth-child(2){
    margin-right:1%;
    width:49.5%;
  }
  .i-list2 .imgbox .item:nth-child(3){
    margin-right:0;
  }
  .i-list2 .imgbox .item:nth-child(5){
    margin-right:0;
  }
  .i-list2 .tit5,.i-list2 .tit3{
    font-size:14px;
  }
}
@media (max-width:768px) {
  .i-list2 .contentbox2{
    padding:0 6% 2rem;
  }
}
@media (max-width:767px) {
  .i-list2 .contentbox{
    padding: 1.5rem 6%;
  }
  .i-list2 .bg{
    height: 19rem;
    top:3%;
  }
  .i-list2 .leftbox{
    width:100%;
    margin-bottom:1rem;
  }
  .i-list2 .rightbox{
    width:100%;
    max-width:none;
  }
  
  .i-list2 .contentbox2{
    margin-top:1.5rem;
  }
  
  .i-list2 .imgbox .item,.i-list2 .imgbox .item .bg{
    height:7.5rem;
  }
  .i-list2 .imgbox .item:nth-child(1),.i-list2 .imgbox .item:nth-child(1) .bg{
    height:9rem;
  }
  .i-list2 .imgbox .item .text{
    padding: 1rem .75rem;
  }
  .i-list2 .imgbox .item .text .tit4{
    font-size:16px;
  }
  .i-list2 .imgbox .item:nth-child(1) .tit4{
    font-size:20px;
  }
  .i-list2 .imgbox{
    margin-top:.9rem;
  }
  .i-list2 .more{
    width:120px;
    line-height:36px;
    height:40px;
  }
  .i-list2 .tit5{
    margin-top:.75rem;
  }
}



.i-list3 {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background:#000;
}
.i-list3 .bg {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  /*opacity:0;*/
  transform: scale3d(1.5, 1.5, 1);
}
.i-list3 .bg2 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  z-index: 1;
  opacity:.6;
  position: absolute;
  transform: scale3d(6, 6, 1);
  transform-origin:26% 40%;
}
.i-list3 .text {
  z-index: 3;
  opacity: 0;
  width:100%;
}
@media (max-width:768px) {
    .i-list3 .text{
      opacity:1;
    }
    .i-list3 .bg{
      opacity:1;
      transform: scale3d(1, 1, 1);
    }
    .i-list3 .bg2{
      opacity:1;
      transform: scale3d(1, 1, 1);
    }
    .i-list3 .text{
      top:9rem;
      /*transform: translate(-50%, 0);*/
      left:0;
    }
}
@media (max-width:767px) {
  .i-list3 .text{
    font-size:32px;
  }
  .i-list3{
    height:85vh;
  }
  .i-list3 .bg2{
    background-position: 76% 0;
  }
  .i-list3 .bg2{
    top:1.2rem;
  }
}

.i-list4 {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
  padding: 1.5rem 2.5rem 3.5rem;
  background: #000;
}
.i-list4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-list4 .bg:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
  background:rgba(0, 0, 0,.3);
  backdrop-filter: blur(15px);
}
.i-list4 .tit4 {
  margin-top: .2rem;
}
.i-list4 .text2 {
  position: relative;
  z-index: 2;
}
.i-list4 .warpimg {
  margin-top: 2.75rem;
  padding: 0 1.5rem;
  overflow: hidden;
  position: relative;
  z-index:3;
}
.i-list4 .imgbox {
  width: 100%;
}
.i-list4 .text {
  position: absolute;
  top: 1.8rem;
  padding-left: 1.5rem;
  z-index: 3;
}
.i-list4 .text .tit5 {
  margin-bottom: .5rem;
}
.i-list4 .text .more {
  width: 150px;
  height: 50px;
  background: #FFF;
  color: #02857D;
  transition: all .5s;
}
.i-list4 .text .more:hover {
  color: #fff;
  background: #02857D;
}
.i-list4 .list4img-container {
  width: 100%;
  overflow: hidden;
}
.i-list4 .list4img-container .swiper-slide img.pc-block-768{
  width:100%;
}
.i-list4 .list4img-container .swiper-slide img.m-block-768{
  width:100%;
}
.i-list4 .warpbox {
  position: absolute;
  width: 85%;
  bottom: 1.5rem;
  z-index: 3;
  left: 7.5%;
}
.i-list4 .warpbox .tab-button-prev {
  left: 0;
  top: 50%;
}
.i-list4 .warpbox .tab-button-next {
  right: 0;
  top: 50%;
}
.i-list4 .warpbox .tab-button-prev .icon {
  transform: rotate(-180deg);
}
.i-list4 .warpbox .tab-button-prev, .i-list4 .warpbox .tab-button-next {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  z-index: 1;
}
.i-list4 .warpbox .tab-button-prev .icon, .i-list4 .warpbox .tab-button-next .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.i-list4 .tab-container {
  width: 85%;
  margin: 0 auto;
}
.i-list4 .tab-container .imgicon {
  width:.75rem;
  height:.75rem;
}
.i-list4 .tab-container .imgicon img {
  transition: all .5s;
}
.i-list4 .tab-container .imgicon .img2 {
  opacity: 0;
  left:0;
  top:0;
  transform: translate(0,0);
}
.i-list4 .tab-container .swiper-slide {
  width: auto;
  width: 18.66%;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-weight:bold;
}
.i-list4 .tab-container .swiper-slide:last-child:before{
  display:none;
}
.i-list4 .tab-container .swiper-slide:before {
  content: "";
  position: absolute;
  width: 45%;
  /*right: 20px;*/
  left:80px;
  top: 70%;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.5;
  z-index: 2;
}
.i-list4 .tab-container .swiper-slide.cur:after{
  content: "";
  position: absolute;
  width: 45%;
  left:80px;
  top: 70%;
  height: 2px;
  background: #02857D;
  opacity: 1;
  animation: start-line2 5s ease-in-out backwards;
  z-index: 3;
}
.i-list4 .tab-container .swiper-slide span {
  margin-bottom: .3rem;
}
.i-list4 .tab-container .swiper-slide .spanbox {
  display: inline-flex;
}
.i-list4 .tab-container .swiper-slide.cur span {
  color: #02857D;
}
.i-list4 .tab-container .swiper-slide.cur .imgicon .img1 {
  opacity: 0;
}
.i-list4 .tab-container .swiper-slide.cur .imgicon .img2 {
  opacity: 1;
}
.i-list4 .dianbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.i-list4 .dianbox .quan {
  width: 1rem;
  height: 1rem;
  transition: all .5s ease-in-out;
}
.i-list4 .dianbox .quan:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 132, 124, 0.3);
  border-radius: 50%;
  animation: bounce-circle 1.2s infinite;
  z-index: 1;
}
.i-list4 .dianbox .quan:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  border-radius: 50%;
  background: #02847C;
  z-index: 3;
}
.i-list4 .dianbox .dian {
  cursor: pointer;
  position: absolute;
}
.i-list4 .dianbox .dian1 {
  position: absolute;
  left: 20%;
  top: 30%;
}
.i-list4 .dianbox .dian2 {
  position: absolute;
  left: 60%;
  top: 40%;
}
.i-list4 .dianbox .imgicon {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  left: 50%;
  top: 50%;
  margin-top: -3.25rem;
  margin-left: -3.25rem;
  border-radius: 50%;
  border: 1px dashed #fff;
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.8, 0.8, 1);
  transition: all .5s ease-in-out;
}
.i-list4 .dianbox .imgicon img {
  width: 5.6rem;
  height: 5.6rem;
}
.i-list4 .dianbox .dian:hover .quan {
  opacity: 0;
}
.i-list4 .dianbox .dian:hover .imgicon {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}
.i-list4 .list4img-container{
  
  text-align:center;
}
.i-list4 .list4img-container span{
  background:#fff;
}
.i-list4 .list4img-container .list4img-pagination{
  padding-top:.65rem;
}
@media (max-width:1480px) {
  .i-list4{
    padding: 1.5rem 1.5rem 3.5rem;
  }
}
@media (max-width:768px) {
  .i-list4 .warpbox{
    position: relative;
    bottom:auto;
    width:100%;
  }
  .i-list4 .warpbox .tab-button-prev, .i-list4 .warpbox .tab-button-next{
    display:none;
  }
  .i-list4 .warpbox{
    left:auto;
    margin-top:2rem;
  }
  .i-list4 .warpbox,.i-list4 .tab-container{
    width:100%;
  }
  .i-list4 .tab-container .swiper-slide{
    width:30%;
  }
  .i-list4 .warpimg{
    padding:0;
    margin-top: 1.75rem;
  }
  .i-list4 .list4img-container .swiper-slide>img{
    width:100%;
  }
  .i-list4 .dianbox{
    display:none;
  }

}
@media (max-width:767px) {

  .i-list4 .warpimg{
    margin-top:1.2rem;
  }
  .i-list4 .text{
    top: 1rem;
    padding-left: 1rem;
  }
  .i-list4 .text .more{
    width: 100px;
    height: 35px;
  }
  .i-list4 .dianbox .quan{
    width:.65rem;
    height:.65rem;
  }
  .i-list4 .dianbox .imgicon{
    width:3rem;
    height:3rem;
    margin-left:-1.5rem;
    margin-top:-1.5rem;
  }
  .i-list4 .dianbox .quan:before{
    width:15px;
    height:15px;
    margin-left:-7.5px;
    margin-top:-7.5px;
  }
  .i-list4 .dianbox .imgicon img{
    width: 2.6rem;
    height: 2.6rem;
  }
  .i-list4 .tab-container .swiper-slide{
    width:39%;
  }
  .i-list4 .tab-container .swiper-slide:before{
    width: 38%;
    left:50%;
  }
  .i-list4 .tab-container .swiper-slide.cur:after{
    width: 38%;
    left:50%;
  }
  .i-list4{
    padding: 1.5rem 6% 2rem;
  }
  .i-list4 .warpbox{
    margin-top:1rem;
  }
 .i-list4 .warpbox{
    display:none;
  }
}

@keyframes bounce-circle {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.i-list5 {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
  padding: 1.5rem 2.5rem;
  overflow: hidden;
}
.i-list5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-list5 .tit4 {
  color: #018A82;
  margin-top: .2rem;
}
.i-list5 .text {
  position: relative;
  z-index: 2;
}
.i-list5 .iconbox {
  width: 1.25rem;
  height: 1.25rem;
  background: #02847C;
  border-radius: 50%;
}
.i-list5 .iconbox .icon {
  width: .7rem;
  height: .7rem;
  fill: #fff;
}
.i-list5 .botbox {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 4;
  width:100%;
}
.i-list5 .botbox .p {
  width: 12rem;
  margin-left: .5rem;
}
.i-list5 .botbox .botli{
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  opacity:0;
}
.i-list5 .ul {
  position: relative;
  width: 18rem;
  height: 18rem;
  margin: 1.7rem auto 0;
  z-index: 3;
  /*border: 1px dashed #02847C;*/
  border-radius: 50%;
}
.i-list5 .ul .li {
  width: 1.25rem;
  height: 1.25rem;
  background: #02847C;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
}
.i-list5 .ul .li .icon {
  width: .7rem;
  height: .7rem;
  fill: #fff;
}
.i-list5 .ul .li1 {
  left: 50%;
  top: -0.625rem;
  margin-left: -0.625rem;
  z-index: 3;
}
.i-list5 .ul .li1 span {
  position: absolute;
  top: -1.5rem;
  left: -12px;
  width: 100px;
  color: #018A82;
}
.i-list5 .ul .li2 {
  left: 93%;
  top: 65%;
  z-index: 3;
}
.i-list5 .ul .li2 span {
  position: absolute;
  top: 1.65rem;
  left: .56rem;
  width: 100px;
  color: #018A82;
}
.i-list5 .ul .li3 {
  left: 0%;
  top: 65%;
  z-index: 3;
}
.i-list5 .ul .li3 span {
  position: absolute;
  top: 1.65rem;
  right: .56rem;
  width: 100px;
  color: #018A82;
  text-align: right;
}
.i-list5 .ul .imgli {
  width: 7.5rem;
  background: #FFFFFF;
  box-shadow: 17px 28px 45px 0px rgba(34, 34, 34, 0.16);
  border-radius: 5px;
  padding: .4rem;
  position: absolute;
  z-index: 3;
  opacity: 0;
  /*visibility: hidden;*/
  transition: all .5s;
}
.i-list5 .ul .imgli.cur {
  opacity: 1 !important;
  visibility: visible !important;
  animation-play-state: paused;
}
.i-list5 .ul .imgli img{
  margin-bottom:10px;
}
.i-list5 .ul .imgli1 {
  right: -6rem;
  top: -4rem;
}
.i-list5 .ul .imgli2 {
  right: -10rem;
  bottom: 5rem;
}
.i-list5 .ul .imgli3 {
  left: -10rem;
  bottom: 5rem;
}
.i-list5 .imgbox {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
}
.i-list5 .svgs{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  transform:rotate(-90deg);
}
.i-list5 .svgs .svg{
  stroke-width: 2;
  r: calc(50% - 1px);
  stroke-dasharray:calc(18rem * 3.15 - 2px);
  stroke-dashoffset:calc(18rem * 3.15 - 2px);
  opacity:1;
}

.i-list5 .svgs .svg{
  /*animation: circle 15s linear infinite;*/
  animation: run 15s infinite linear;
}
.i-list5 .ul .imgli1{
  animation: text1 15s linear infinite;
}
.i-list5 .ul .imgli2{
  animation: text2 15s linear infinite;
}
.i-list5 .ul .imgli3{
  animation: text3 15s linear infinite;
}
.i-list5 .botbox .botli:nth-child(1){
  animation: text1 15s linear infinite;
}
.i-list5 .botbox .botli:nth-child(2){
  animation: text2 15s linear infinite;
}
.i-list5 .botbox .botli:nth-child(3){
  animation: text3 15s linear infinite;
}
/*@keyframes circle{
  0% {
      stroke-dasharray: 0 2500;
  }
  100% {
      stroke-dasharray: 2300 0;
  }
}*/
/*@keyframes circle{
  to{
    stroke-dashoffset: 0;
  }
}*/

@keyframes run {
  to {
     stroke-dashoffset: 0;
  }
}

@keyframes text1{
  0%,30%{
    opacity:1;
  }
  31%{
    opacity:0;
  }
  100% {
    opacity:0;
  }
}
@keyframes text2{
  0%{
    opacity:0;
  }
  32%{
    opacity:0;
  }
  33%,55%{
    opacity:1;
  }
  56%{
    opacity:0;
  }
  100% {
    opacity:0;
  }
}
@keyframes text3{
  0%,65%{
    opacity:0;
  }
  66%,90%{
    opacity:1;
  }
}
.i-list5 .imgbox .quan {
  width: 15px;
  height: 15px;
  position: absolute;
  transition: all .5s ease-in-out;
  z-index: 2;
}
.i-list5 .imgbox .quan:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 132, 124, 0.3);
  border-radius: 50%;
  animation: bounce-circle2 1.8s infinite;
  z-index: 1;
}
.i-list5 .imgbox .quan:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 50%;
  top: 50%;
  margin-top: -6.5px;
  margin-left: -6.5px;
  border-radius: 50%;
  background: #02847C;
  z-index: 3;
}
.i-list5 .imgbox .quan1 {
  left: 24%;
  top: 52%;
}
.i-list5 .imgbox .quan2 {
  left: 33%;
  top: 73%;
}
.i-list5 .imgbox .quan3 {
  left: 57%;
  top: 61%;
}
.i-list5 .imgbox .quan4 {
  left: 52%;
  top: 32%;
}
.i-list5 .imgbox .quan5 {
  left: 74%;
  top: 50.5%;
}
.i-list5 .imgbox .quan6 {
  left: 73%;
  top: 70%;
}
@media (max-width:768px) {
  .i-list5 .ul{
    width:12rem;
    height:12rem;
  }
  .i-list5 .svgs .svg{
    stroke-dasharray:calc(12rem * 3.15 - 2px);
    stroke-dashoffset:calc(12rem * 3.15 - 2px);
  }
  
  .i-list5{
    padding-bottom:6rem;
  }
  .i-list5 .imgbox{
    top: 16%;
  }
  .i-list5 .ul .imgli{
    display:none;
  }
  .i-list5 .ul .li2{
    left: 90%;
  }
}
@media (max-width:767px) {
  .i-list5 .ul{
    width:11rem;
    height:11rem;
  }
  .i-list5 .svgs .svg{
    stroke-dasharray:calc(11rem * 3.15 - 2px);
    stroke-dashoffset:calc(11rem * 3.15 - 2px);
  }
  .i-list5 .imgbox{
    top: 40%;
  }
  .i-list5 .botbox{
    left:6%;
  }
  .i-list5 .botbox .p{
    width:calc(100% - 60px);
  }
  .i-list5{
    padding: 1.5rem 6% 3rem;
  }
  .i-list5 .tit5{
    margin-top:.7rem;
  }
  .i-list5 .ul{
    margin-top:3.5rem;
  }
  .i-list5 .iconbox{
    width:1.2rem;
    height:1.2rem;
  }
  .i-list5 .ul .li span{
    font-size:12px;
  }
  .i-list5 .ul .li3 span{
    top: 1.5rem;
    right: .5rem;
    width:60px;
  }
  .i-list5 .ul .li2 span{
    top: 1.5rem;
    left:.5rem;
    width:60px;
  }
  .i-list5 .ul .li3{
    left:-2%;
  }
  .i-list5 .ul .li2{
    left: 88%;
  }
  .i-list5 .imgbox .quan{
    width:10px;
    height:10px;
  }
  .i-list5 .imgbox .quan:before{
    width:8px;
    height:8px;
    margin-left:-4px;
    margin-top:-4px;
  }

  .i-list5 .ul .imgli1,.i-list5 .ul .imgli2,.i-list5 .ul .imgli3{
    display:block;
  }
  .i-list5 .ul .imgli{
    width:6rem;
    left:50% !important;
    top:50% !important;
    right:auto !important;
    bottom: auto !important;
    transform:translate3d(-50%,-50%,0);
  }
  .i-list5 .botbox .p{
    width: calc(100% - 90px);
  }
  .i-list5 .iconbox img{
    max-width:56%;
    max-height:56%;
  }
}

@keyframes bounce-circle2 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.i-list6 {
  background: #eee;
  padding: 1.5rem 2.5rem 3.5rem;
}
.i-list6 .tit4 {
  color: #018A82;
}
.i-list6 .tipbox {
  margin-bottom: 1.7rem;
}
.i-list6 .nav {
  margin-left: 4rem;
  margin-top: .85rem;
}
.i-list6 .nav a {
  padding: 0 .5rem;
  transition: all .5s ease-in-out;
}
.i-list6 .nav span {
  color: #666;
  opacity: .5;
}
.i-list6 .nav a:hover, .i-list6 .nav a.cur {
  color: #018A82;
}
.i-list6 .morebtn {
  margin-top: .85rem;
  transition: all .5s;
}
.i-list6 .morebtn:hover {
  color: #018A82;
}
.i-list6 .contentbox {
  margin-top: 1.2rem;
}
.i-list6 .contentbox .leftbox {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.i-list6 .contentbox .leftbox .bg {
  width: 100%;
  height: 16rem;
  transition: all .5s ease-in-out;
}
.i-list6 .contentbox .leftbox .tip {
  position: absolute;
  left: 1rem;
  top: .75rem;
  height: 30px;
  line-height: 30px;
  background: #018A82;
  padding: 0 12px;
  z-index: 3;
}
.i-list6 .contentbox .leftbox .text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 4;
}
.i-list6 .contentbox .leftbox .time {
  margin-bottom: .3rem;
}
.i-list6 .contentbox .leftbox .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*margin-bottom: .35rem;*/
}
.i-list6 .contentbox .rightbox {
  width: 46.66%;
}
.i-list6 .contentbox .rightbox .li {
  padding:1rem;
  margin-bottom: 2px;
  background: #fff;
  display: block;
  height: calc(calc(16rem - 4px) / 4);
  transition: all .4s ease-in-out;
}
.i-list6 .contentbox .rightbox .tit4 {
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .4s ease-in-out;
}
.i-list6 .contentbox .rightbox .tit5 {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
  display:block;
  transition: all .4s ease-in-out;
}
.i-list6 .contentbox .rightbox .time {
  margin-top: .25rem;
  transition: all .4s ease-in-out;
}
.i-list6 .contentbox .rightbox .li:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.i-list6 .contentbox .rightbox .li:hover .tit4, .i-list6 .contentbox .rightbox .li:hover .tit5, .i-list6 .contentbox .rightbox .li:hover .time {
  color: #018A82;
}
.i-list6 .contentbox .leftbox:hover .bg {
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width:768px) {
  .i-list6 .contentbox .leftbox{
    width:100%;
  }
  .i-list6 .contentbox .rightbox{
    width:100%;
  }
}
@media (max-width:767px) {
  .i-list6 .nav{
    width:100%;
    margin-left:0;
    margin-top:.8rem;
  }
  .i-list6{
    padding:1.5rem 6% 2rem;
  }
  .i-list6 .nav a{
    padding:0 .3rem;
  }
  .i-list6 .contentbox .leftbox .text{
    width:80%;
    left:.6rem;
    bottom:.9rem;

  }
  .i-list6 .contentbox .leftbox .bg{
    height:10.5rem;
  }
  .i-list6 .contentbox .leftbox .time{
    font-size:14px;
    margin-bottom:.3rem;
  }
  .i-list6 .contentbox .leftbox .tip{
    left: .6rem;
  }
  .i-list6 .tit2{
    width:100%;
  }
  .i-list6 .morebtn{
    margin-top:0;
    font-size:14px;
  }
  .i-list6 .contentbox{
    margin-top:.55rem;
  }
  .i-list6 .contentbox .rightbox .li{
    height:auto;
  }
  .i-list6 .tipbox{
    margin-bottom:1.2rem;
  }
}

.warp-header4 {
  position: fixed;
  width: 100%;
  left: 0;
  height: 110px;
  z-index: 9;
  transition: height .4s;
}
.warp-header4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: -1;
  opacity: 0;
  transition: all .4s;
}

.header4 {
  height: 90px;
  position: fixed;
  width: 100%;
  padding: 0 1.5rem;
  left: 0;
  z-index: 12;
  transition: all .5s;
}
.header4 .leftbox {
  position: relative;
  padding-right: .5rem;
}
.header4 .leftbox .li {
  height: 90px;
  line-height: 90px;
  margin: 0 .85rem;
  transition: all .4s;
}
.header4 .leftbox .li > a {
  position: relative;
}
.header4 .leftbox .li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #02867f;
  left: 0;
  bottom: .6rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0.4, 1);
  transition: all .4s;
}
.header4 .leftbox .li:hover > a:before,.header4 .leftbox .li.cur > a:before {
  opacity: 1;
  transform: scale(1, 1);
}
.header4 .leftbox .li a {
  transition: all .4s;
}
.header4 .leftbox .li:hover > a,.header4 .leftbox .li.cur > a {
  color: #fff;
}
.header4 .leftbox .sub-list {
  position: absolute;
  width: 185px;
  left: 0;
  top: 90px;
  padding-left: 32%;
  /*opacity: 0;
  transform: translate(0, -50%);
  transition: opacity .2s,transform 0.6s;
  visibility: hidden;*/
  display:none;
}
.header4 .leftbox .sub-list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  border-radius: 5px;
  z-index: 1;
}
.header4 .leftbox .sub-list .nli {
  display: block;
  height: 55px;
  line-height: 55px;
  color: #333;
  width: 100%;
  position: relative;
  z-index: 3;
}
.header4 .leftbox .sub-list .nli:hover {
  color: #02837b;
}
.header4 .leftbox .sub-list .nli:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}
/*.header4 .leftbox .li:hover .sub-list {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}*/
.header4 .rightbox {
  position: relative;
}
.header4 .rightbox .searchbtn {
  width: auto;
  height: 30px;
  margin-left: 1rem;
  cursor: pointer;
}
.header4 .rightbox .searchbtn .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.header4 .langbox:hover {
  color: #fff;
  text-decoration: underline;
}
.header4 h1 {
  height: 34px;
}
.header4 h1 a {
  display: block;
}
.header4 h1 img {
  width: auto;
  height: 34px;
}
.header4 h1 .logo {
  opacity: 1;
  height: 34px;
}
.header4 h1 .img2 {
  opacity: 0;
  visibility: hidden;
}

.header4 {
  /*background:#fff;*/
  transition: height .4s;
}
.header4 .leftbox .li > a {
  /*color:#333;*/
}
.header4 .rightbox .langbox .spicon {
  height: 18px;
}
.header4 .rightbox .langbox .icon {
  width: 18px;
  height: auto;
  fill: #fff;
}
.header4 .rightbox .searchbtn .icon {
  fill: #fff;
}
.header4 h1 img {
  transition: all .4s;
}
.header4 h1 .img1 {
  opacity: 0;
  visibility: hidden;
}
.header4 h1 .img2 {
  opacity: 1;
  visibility: visible;
}

.warp-header4.active {
  height: 80px;
}
.warp-header4.active .header4 {
  height: 80px;
}
.warp-header4.active .leftbox .li {
  height: 80px;
  line-height: 80px;
}
.warp-header4.active:before {
  opacity: 1;
}
.warp-header4.active .header4 .leftbox .sub-list {
  top: 80px;
}

@media (max-width: 1380px) {
  .header4 .leftbox .li {
    margin: 0 .75rem;
  }
}

.m-bocweb-header3 {
  /*position:fixed;*/
  position: fixed;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.m-bocweb-header3 .header2 {
  height: 60px;
  padding: 0 4%;
  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: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.m-bocweb-header3 .header2 .logo {
  display: block;
  position: relative;
  z-index: 12;
  height: 36px;
}
.m-bocweb-header3 .header2 .logo svg{
  width:4.5rem;
}
.m-bocweb-header3 .header2 .logo img {
  max-height: 100%;
}
.m-bocweb-header3 .header2 .logo a {
  display: block;
}
.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 80px;
  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 - 100px - 1rem);
      /*.lilang{
        background:#063274;
        .tit{
          border-bottom:none;
        }
        .langicon{
          margin-right:.35rem;
        }
        .icon2{
          margin-left:.25rem;
          width:.5rem;
          height:.5rem;
          fill:#00559E ;
        }

        .sub-tit:after{
          display:none;
        }
      }*/
}
.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 .li:nth-child(odd) {
  background: #f8f8f8;
}
.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(255, 255, 255, 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: #018981;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on {
  background: #018981;
  color: #fff;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on .icon {
  transform: rotate(-90deg);
  fill: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.m-bocweb-header3 .line {
  width: 1px;
  height: 10px;
  background: #fff;
  opacity: .2;
  margin: 0 .5rem 0 .25rem;
}
.m-bocweb-header3 .search {
  width: 90%;
  margin: 0 auto;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.m-bocweb-header3 .search .input1 {
  padding: 0 .5rem;
  height: 40px;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.m-bocweb-header3 .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.m-bocweb-header3 .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.m-bocweb-header3 .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.m-bocweb-header3 .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.m-bocweb-header3 .search .input2 {
  width: 30px;
  height: 30px;
  background: url(../img/search.png) no-repeat center center;
  background-size: 15px 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -15px;
}
.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: #fff;
}

.m-bocweb-header3.active .header2 .hamburger-inner::before, .m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #fff !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 80px;
  }

  .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 {
    height: 22px;
  }

  .m-bocweb-header3 .header2 .nav .sec-list a {
    padding: .2rem 0;
    padding-left: 1.5rem;
    font-size: .55rem;
    color: #fff;
    /*border-bottom:1px solid #0e5ca5;*/
    position: relative;
  }
  .m-bocweb-header3 .header2 .nav .sec-list a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: .5rem;
    top: 50%;
    margin-top: -2.5px;
  }
}
/*搜索弹框样式2*/
.search-btn2 svg {
  width: 45px;
  height: 45px;
}

.search-alert2 {
  position: fixed;
  z-index: 100;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.search-alert2 .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

.search-alert2 .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.search-alert2 .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert2 .cent-form .tex {
  border: none;
  font-size: 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-right: 3.5rem;
}

.search-alert2 .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  font-size: .8rem;
  line-height: 1.5rem;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
}

.search-alert2 .close:hover {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .search-alert2 .cent-form .tex {
    font-size: .65rem;
  }

  .search-alert2 .close {
    top: 20px;
  }
  .search-alert2 .cent-form .sub-butn{
    font-size:.6rem;
  }
}
/*新加样式*/
.news-info {
  padding: 2rem 0 3rem;
}
.news-info .tit2 {
  margin-bottom: .8rem;
}
.news-info .news-top {
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
  padding-bottom: .5rem;
}
.news-info .news-top .box {
  color: #262626;
}
.news-info .text {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
  color: #4D4D4D;
}
.news-info .text img {
  display: inline-block;
}
@media (max-width: 767px) {
  .news-info .text img {
    width: auto !important;
    height: auto !important;
  }
}
.news-info .botbox {
  padding-top: 1rem;
}
.news-info .leftbox {
  width: calc(100% - 200px);
}
.news-info .leftbox a {
  width: 100%;
  display: block;
  color: #333;
  margin-bottom: .2rem;
  transition: all .5s ease-in-out;
}
.news-info .leftbox a:hover {
  color: #018981;
}
.news-info .backbtn {
  width: 150px;
  height: 40px;
  background: #018981;
  border-radius: 40px;
  transition: all .5s ease-in-out;
}
.news-info .backbtn .icon {
  margin-right: .3rem;
}
.news-info .backbtn:hover {
  background: #037c75;
  color: #fff;
}
.news-info .leftbox2 {
  width: 100%;
}
.news-info .leftbox2 a {
  max-width: 46%;
  display: block;
  color: #333;
  margin-bottom: .2rem;
  transition: all .5s ease-in-out;
}
.news-info .leftbox2 a:hover {
  color: #018981;
}

@media (max-width: 767px) {
  .news-info .leftbox {
    width: 100%;
    margin-bottom: .85rem;
  }

  .news-info .leftbox a {
    margin-bottom: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/*.header4 .langbox .langitem{
  position:absolute;
  width:120px;
  left:50%;
  margin-left:-60px;
  top:40px;
  background:#fff;
  z-index:9;
  opacity:0;
      visibility: hidden;
  transition: .5s ease; 
}
.header4 .langbox .langitem a{
  text-align:left;
  display:block;
  padding:8px 10px 8px 20px;
  color: #8b8b8b;
  transition: .5s ease;
}
.header4 .langbox .langitem a img{
  max-height:10px;
}
.header4 .langbox .langitem a:hover{
  background:#eaf8fd;
}

.header4 .langbox:hover .langitem{
        visibility:visible;
  opacity:1;
}*/
.news-list6-dialog3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.news-list6-dialog3 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}
.news-list6-dialog3 .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-dialog3 .dialog__content #video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}
.news-list6-dialog3 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.news-list6-dialog3 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.news-list6-dialog3.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog3.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog3.dialog--open #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog3.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog3.dialog--open .dialog__content, .news-list6-dialog3.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-dialog3.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog3 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog3.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1024px) {
  .news-list6-dialog3 .closebtn {
    background: #de0000;
    color: #fff;
  }

  .news-list6-dialog3 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
  .ibanner .swiper-slide{
    height: auto;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog3 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog3 .closebtn {
    right: 3%;
  }
}
.fixbox {
  position: fixed;
  bottom: 20vh;
  right: 0;
  z-index: 12;
  width:60px;
}
.fixbox .li {
  width: 60px;
  height: 60px;
  background: #FFF;
  color: #02847C;
  margin-bottom: 2px;
  border:1px solid #ddd;
}
.fixbox .icon {
  transition: all .5s;
}
.fixbox .li:hover .icon {
  transform: translate(0, -2px);
}
.fixbox .litel{
  /* width:240px; */
  transform:translate(0,0);
  transition: all .5s;
}
.fixbox .li .telbox{
  color:#02847C;
  width:160px;
  background:#fff;
  height:60px;
  padding-left:.5rem;
  transition: all .5s;
  position: relative;
}
.fixbox .li .telbox:before{
  content:"";
  position:absolute;
  width:1px;
  height:30px;
  top:50%;
  left:0;
  margin-top:-15px;
  background:#02847C
}
.fixbox .litel .spbox{
  background:#fff;
  height:60px;
  width:60px;
  transition: all .5s;
  position: relative;
  z-index:2;
}
.fixbox .litel:hover{
  transform:translate(-160px,0);
}



@media (max-width: 767px) {
  .fixbox {
    display: none;
  }
}
.searchbanner {
  width: 100%;
  height: calc(650rem / 40);
}
.searchbanner .bg {
  width: 100%;
  height: 100%;
  z-index: 3;
}
.searchbanner .text {
  z-index: 3;
}
.searchbanner .formbox {
  margin: 0 auto;
  position: relative;
  width: 690px;
  max-width: 88%;
}
.searchbanner .input1 {
  width: 100%;
  height: 60px;
  background: #fff;
  border: transparent;
  border-radius: 5px;
  text-indent: .75rem;
  padding-right: 65px;
}
.searchbanner .submit {
  width: 55px;
  height: 60px;
  background: url(../img/search2.png) no-repeat center center;
  position: absolute;
  right: .25rem;
  top: 0;
  z-index: 3;
}
.searchbanner form {
  width: 100%;
}

.searchsubbox {
  height: 1.5rem;
  position: relative;
}
.searchsubbox .subbox {
  background: #f0f0f0;
  padding: 0 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #E4E0DF;
}
.searchsubbox .subbox a {
  width: auto;
  height: 1.5rem;
  margin: 0 1rem;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-bottom: 3px solid transparent;
}
.searchsubbox .subbox a:hover {
  color: #333;
  border-bottom: 3px solid #018981;
}
.searchsubbox .subbox a.cur {
  color: #018981;
}

@media (max-width: 767px) {
  .warpsubbox, .warpsubbox .subbox a {
    height: 1.6rem;
  }

  .warpsubbox .subbox {
    padding: 0;
  }

  .searchsubbox .subbox a {
    margin: 0 .5rem;
  }

  .searchbanner .input1, .searchbanner .submit {
    height: 45px;
  }
}
.search-list {
  background: #f0f0f0;
  padding: .5rem 0 2.7rem;
}
.search-list .searchtip {
  margin: 1rem auto .5rem;
}
.search-list .ul .li {
  width: 30.6%;
  display: block;
  margin-bottom: 1.2rem;
  margin-right: 4.1%;
}
.search-list .ul .li .img {
  width: 100%;
}
.search-list .ul .li .img img {
  width: 100%;
  transition: all .5s ease-in-out;
}
.search-list .ul .li .text {
  padding: .7rem 0 0;
}
.search-list .ul .li .tit3 {
  transition: all .5s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-list .ul .li .tit4 {
  margin-bottom: .2rem;
}
.search-list .ul .li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .search-list .ul .li:hover .img img {
    transform: scale3d(1.1, 1.1, 1);
  }
  .search-list .ul .li:hover .tit3 {
    color: #018981;
  }
}
.search-list .ul2 .li {
  width: 100%;
  padding: .65rem 0;
  border-bottom: 1px solid #d1d1d1;
  display: block;
}
.search-list .ul2 .tit3 {
  transition: all .5s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}
.search-list .ul2 .li:hover .tit3 {
  transform: translate(20px, 0);
  color: #018981;
}

@media (max-width: 768px) {
  .news-list .ul .li {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .search-list {
    padding: .5rem 0 2rem;
  }

  .search-list .ul .li {
    width: 100%;
    margin-right: 0;
  }
}
.n-products .prosub {
  /*padding: .8rem 0;*/
  background: #fff;
}
.n-products .prosub .icon {
  width: 1.5rem;
  height: 1.5rem;
  /*opacity: .6; */
  transition: all .5s;
}
.n-products .prosub .li {
  /*margin: 0 1.5rem;
  height: 3.5rem; */
  height: 137px;
  width: 7rem;
  justify-content: center;
  border-right: 1px solid #00000040;
}
.n-products .prosub .li:last-child {
	border: none;
}
.n-products .prosub .p {
  /* margin-top: .25rem; */
  font-size: 20px;
  font-weight: bold;
  color: #00000099;
}
.n-products .prosub .li:hover{
  background: #01847e80;
  border: none;
}

.n-products .prosub .li.cur {
  background: #01847E;
  border: none;
}
.n-products .prosub .li:hover .p, .n-products .prosub .li.cur .p {
  color: #fff;
}
.n-products .proitem-box {
  background: #f7f7f7;
}
.n-products .proitem {
  padding: 0rem 2.5rem;
  border-bottom: 2px solid #ddd;
}
.n-products .proul-container {
  width:72%;
  height: 116px;
  line-height: 116px;
  /*overflow: hidden;
  cursor:url(../img/pointer.ico) auto;*/

  cursor: url(../img/pointer.ico), auto;
}
.childCenter {
	width: 100% !important;
}

.childCenter .swiper-wrapper{
	justify-content: center;
}
.n-products .swiper-slide {
  width: auto;
}
.n-products .swiper-slide:nth-child(1) .li{
  margin-left:0;
}
.n-products .proul-container .li {
  padding: 0 0 .8rem;
  margin: 0 .55rem;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: all .5s;
}
.n-products .proul-container .li:before {
  content: "";
  position: absolute;
  right: -.55rem;
  top: .1rem;
  height: 13px;
  width: 1px;
  background: #afafaf;
}
.n-products .proul-container .li:hover, .n-products .proul-container .li.cur {
  color: #017A71;
  border-bottom: 2px solid #017A71;
}
.n-products .rightbox {
  width: 22%;
}
.n-products .rightbox form {
  width: 100%;
}
.n-products .rightbox .formbox {
  width: calc(100% - 125px);
  margin-top: -30px;
}
.n-products .rightbox .input1 {
  width: 100%;
  height: 35px;
  background: #fff;
  border: 1px solid #afafaf;
  text-indent: 15px;
  padding-right: 65px;
}
.n-products .rightbox .submit {
  width: 35px;
  height: 35px;
  background: #018981 url(../img/search.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.n-products .selectbtn {
  margin-left: .4rem;
  width: 70px;
  border: 1px solid #afafaf;
  padding: 0 .25rem;
  height:35px;
  margin-top: -30px;
}
.n-products .selectbtn .icon {
  width: 18px;
  height: 18px;
  fill: #666;
}
.n-products .downloadbtn {
	background: #018981;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    justify-content: center;
}
.n-products .prosub-box {
  padding: 1.25rem 2.5rem;
}
.n-products .prosub-box .spbox {
  margin-bottom: .75rem;
}
.n-products .prosub-box .spbox .sp1 {
  width: 120px;
  padding-right: .5rem;
}
.n-products .prosub-box .sp2box {
  width: calc(100% - 140px);
}
.n-products .prosub-box .sp2box .clickbtn {
  width: 19px;
  height: 19px;
  border: 1px solid #d1d1d1;
  margin-right: 10px;
  position: relative;
}
.n-products .prosub-box .sp2box .clickbtn:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #017A71;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  opacity: 0;
  transition: all .5s;
}
.n-products .prosub-box .sp2box .itemli:hover {
  color: #017A71;
}
.n-products .prosub-box .sp2box .itemli.on .clickbtn {
  color: #017A71;
}
.n-products .prosub-box .sp2box .itemli.on .clickbtn:before {
  opacity: 1;
}
.n-products .prosub-box .sp2box .itemli {
  color: #202020;
  margin-right: .75rem;
  transition: all .5s;
  cursor: pointer;
}

.products-list {
  background: #fff;
  padding: 1rem 1.5rem 2.5rem;
}
.products-list .ul .li {
  width: 23.5%;
  display: block;
  margin-bottom: 1.5rem;
  margin-right: 2%;
}
.products-list .ul .li .img {
  width: 100%;
  height:8rem;
  position: relative;
}
.products-list .ul .li .img:before{
  content:"";
  position: absolute;
  width:0;
  height:3px;
  background:#02857D;
  bottom:0;
  left:0;
  z-index:2;
  opacity:0;
  transition: all .5s;
}
.products-list .ul .li .img img {
  width: 100%;
  height:100%;
  position: relative;
  object-fit:cover;
  transition: all .5s ease-in-out;
}
.products-list .ul .li .text {
  padding: .55rem 0 0;
}
.products-list .ul .li .tit3 {
  transition: all .5s ease-in-out;
}
.products-list .ul .li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .products-list .ul .li:hover .img img {
    transform: scale3d(1.1, 1.1, 1);
  }
  .products-list .ul .li:hover .tit3 {
    color: #018981;
  }
  .products-list .ul .li:hover .img:before{
    opacity:1;
    width:100%;
  }
  
}
@media (max-width: 1024px) {
  .products-list .ul .li .img{
    height:5.5rem;
  }
}
.products-list .wpage a {
  background: #F7F7F7;
}
.products-list .wpage a.active{
      background: #018981;
}
.products-list .wpage .input1 {
  background: #F7F7F7;
}

.ledproducts-list .ul{
	padding: 0 10%
}

.ledproducts-list .ul .li {
	width: 32%;
}

.ledproducts-list .ul .li:nth-child(3n) {
  margin-right: 0;
}

.ledproducts-list .ul .li:nth-child(4n) {
  margin-right: 2%;
}

.products-ctypes {
	display: flex;
	justify-content: center;
	align-items: center;
}

.products-ctypes .li-2 {
	margin: 0 15px;
}

.products-ctypes .li-2 .img img {
	width: 450px;
	height: 250px;
}

.products-ctypes .li-2 .text {
	text-align: center;
}

.products-ctypes .text .line-2 {
	line-height: 2;
}

.products-ctypes .li-3 {
	margin: 0 15px;
}

.products-ctypes .li-3 .img {
	width: 290px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
}

.products-ctypes .li-3 .img img {
	height: 100%;
}

@media (max-width: 768px) {
  .n-products .prosub .li {
    margin: 0 .8rem;
  }

  .n-products .proul-container {
    width: 100%;
    margin-bottom: .8rem;
  }

  .n-products .rightbox {
    width: 100%;
  }

  .n-products .proitem {
    padding: 1.5rem 6%;
  }

  .n-products .rightbox .formbox {
    margin-top: 0;
  }

  .n-products .selectbtn {
    margin-top: 0;
  }

  .n-products .proul-container .li {
    padding-bottom: .3rem;
  }

  .n-products .prosub-box .sp2box .itemli {
    margin-bottom: .3rem;
  }

  .n-products .prosub-box {
    padding: 1.25rem 6%;
  }

  .n-products .prosub-box .spbox .sp1 {
    margin-top: -.3rem;
  }

  .products-list .ul .li {
    margin-bottom: 1.5rem;
  }

  .n-products .prosub .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .n-products .prosub .li {
    margin: 0 .5rem;
  }

  .n-products .prosub .p {
    font-size: 14px;
  }

  .n-products .prosub-box .spbox .sp1 {
    width: 100%;
    margin-bottom: .3rem;
  }

  .n-products .prosub-box .sp2box {
    width: 100%;
  }

  .n-products .rightbox .input1 {
    height: 35px;
  }

  .n-products .rightbox .submit {
    height: 35px;
    width: 35px;
  }

  .n-products .proul-container .li {
    font-size: 14px;
  }

  .n-products .proitem {
    padding: 1rem 6%;
  }

  .n-products .prosub-box .sp2box .clickbtn {
    width: 12px;
    height: 12px;
  }

  .n-products .prosub-box .sp2box .clickbtn:before {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
  }

  .n-products .prosub-box .sp2box .itemli {
    margin-right: .4rem;
  }

  .products-list {
    padding: 1rem 6% 2.5rem;
  }

  .products-list .ul .li {
    width: 48%;
    margin-right: 4%;
  }

  .products-list .ul .li:nth-child(2n) {
    margin-right: 0;
  }
}
.info3d-list1 {
  position: relative;
  background: #fff;
  padding: 2.25rem 0 3.5rem;
  z-index: 1;
}
.info3d-list1 .ul {
  margin-top: 2.5rem;
}
.info3d-list1 .li {
  width: 25%;
  padding: 0 .6rem;
}
.info3d-list1 .icon {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 auto .5rem;
}
.info3d-list1 .tit3 {
  margin-bottom: .55rem;
}

@media (max-width: 1024px) {
  .info3d-list1 .ul {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .info3d-list1 .li {
    width: 50%;
    margin-bottom: 1rem;
  }

  .info3d-list1 {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 450px) {
    .info3d-list1 .li {
        width:100%;
        padding:0;
    }
    .info3d-list1 .li .tit4{
        text-align:center;
    }
}
.info3d-list2 {
  position: relative;
  background: #eee;
  padding: 2rem 0 1rem;
  z-index: 1;
}
.info3d-list2 .box {
  margin-top: .5rem;
}
.info3d-list2 .leftbox {
  width: 51.75%;
}
.info3d-list2 .rightbox {
  width: 36.25%;
  padding-top: 1.5rem;
}
.info3d-list2 .p {
  width: 90%;
  margin-bottom: 1.25rem;
}
.info3d-list2 .iconul {
  margin-top: 1.25rem;
}
.info3d-list2 .iconul .icon2 {
  width: .5rem;
  height: .5rem;
  margin-right: .2rem;
}
.info3d-list2 .iconul .li {
  background: #fff;
  padding: .4rem .5rem;
  margin-right: .25rem;
  margin-bottom: .25rem;
}

@media (max-width: 1024px) {
  .info3d-list2 .iconul .li {
    margin-bottom: .25rem;
  }
}
@media (max-width: 768px) {
  .info3d-list2 {
    padding-bottom: 2.5rem;
  }

  .info3d-list2 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .info3d-list2 .rightbox {
    width: 100%;
    padding-top: 1rem;
  }
}
@media (max-width:767px) {
  .info3d-list2 .iconul .li{
    width:48%;
    justify-content: center;
  }
  .info3d-list2 .p{
    width:100%;
  }
}
.info3d-list3 {
  position: relative;
  background: #fff;
  padding: 1rem 0 2.5rem;
  z-index: 1;
}
.info3d-list3 .box {
  margin-top: 1.5rem;
}
.info3d-list3 .leftbox {
  width: 50%;
}
.info3d-list3 .leftbox .sp {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.info3d-list3 .leftbox .item {
  margin: 0 10px;
  cursor: pointer;
}
.info3d-list3 .leftbox .item .bg {
  width: 3.7rem;
  height: 3.7rem;
  overflow: hidden;
}
.info3d-list3 .leftbox .item p {
  width: 100%;
  text-align: center;
  margin-top: .2rem;
}
.info3d-list3 .li {
  position: relative;
  padding-bottom: .25rem;
  color: #666;
  margin: 0 1.25rem;
  transition: all .5s;
}
.info3d-list3 .li:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #018981;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.info3d-list3 .li:hover {
  color: #000;
}
.info3d-list3 .li.cur {
  color: #000;
}
.info3d-list3 .li.cur:before {
  opacity: 1;
}
.info3d-list3 .rightbox {
  width: 34%;
}
.info3d-list3 .rightbox .itemli {
  margin-top: .3rem;
  margin-bottom: .65rem;
}
.info3d-list3 .rightbox .icon2 {
  width: .5rem;
  height: .5rem;
  margin-right: .25rem;
}
.info3d-list3 .rightbox .spli {
  margin-right: .5rem;
}
.info3d-list3 .rightbox .itemli2 {
  margin-bottom: 1rem;
}
.info3d-list3 .rightbox .itemli-tit {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: .5rem;
}
.info3d-list3 .rightbox .itemli-tit:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 4px;
  background: #018981;
  left: 0;
  bottom: 0;
}
.info3d-list3 .rightbox table {
  width: 100%;
  text-align: left;
}
.info3d-list3 .rightbox table td {
  padding: .15rem 0;
}

@media (max-width: 768px) {
  .info3d-list3 .li {
    margin: 0 .5rem;
  }

  .info3d-list3 {
    padding: 2rem 0;
  }

  .info3d-list3 .leftbox, .info3d-list3 .rightbox {
    width: 100%;
  }

  .info3d-list3 .rightbox {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .info3d-list3 .li {
    width: 33.3%;
    margin: 0;
    line-height:1.2;
    padding: 0 2% .5rem;
    text-align: center;
  }
  .info3d-list3 .rightbox>div:last-child{
    margin-bottom:0;
  }
}
.info3d-list4 {
  background: #eee;
  padding: 2rem 0 .25rem;
}
.info3d-list4 .li {
  width: 25%;
  padding: 0 .35rem;
  margin-bottom: 2.2rem;
}
.info3d-list4 .su {
  width: 45px;
  height: 45px;
  border: 3px solid #018981;
  border-radius: 50%;
  margin: 0 auto .35rem;
  color: #018981;
}
.info3d-list4 .tit4 {
  margin-top: .5rem;
  padding: 0 .75rem;
}

@media (max-width: 767px) {
  .info3d-list4 .li {
    width: 100%;
    padding:0;
    margin-bottom: 1.5rem;
  }
  .info3d-list4 .li .tit3{
    line-height:25px;
    height:auto;
  }
  .info3d-list4 .tit4{
    text-align:center;
  }

  .info3d-list4 .tit4 {
    padding: 0;
  }
}
.info3d-list5 {
  padding: 1.35rem 0 .75rem;
}
.info3d-list5 .ul {
  margin-top: 1.2rem;
}
.info3d-list5 .li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1rem;
  position: relative;
}
.info3d-list5 .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.info3d-list5 .li img {
  width: 100%;
  transition: all .5s ease-in-out;
}
.info3d-list5 .li:nth-child(3n) {
  margin-right: 0;
}
.info3d-list5 .li:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

@media (max-width: 767px) {
  .info3d-list5 .li {
    width: 48%;
    margin-right: 4%;
  }

  .info3d-list5 .li:nth-child(3n) {
    margin-right: 4%;
  }

  .info3d-list5 .li:nth-child(2n) {
    margin-right: 0;
  }
}
.info3d-list6 {
  padding: 2.25rem 0 4.25rem;
  background: #eee;
}
.info3d-list6 .warpbox {
  margin-top: 1.2rem;
}
.info3d-list6 .tit3 {
  margin-top: .3rem;
}
.info3d-list6 .leftbox {
  width: 48%;
  height: 11.25rem;
}
.info3d-list6 .leftbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.info3d-list6 .rightbox {
  width: 50%;
}
.info3d-list6 .rightbox .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: .85rem;
  position: relative;
  display: block;
}
.info3d-list6 .rightbox .li .img {
  height: 3.75rem;
  overflow: hidden;
}
.info3d-list6 .rightbox .li .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.info3d-list6 .rightbox .li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.info3d-list6 .rightbox .li img {
  width: 100%;
  transition: all .5s ease-in-out;
}
.info3d-list6 .rightbox .li p {
  margin-top: .35rem;
}
.info3d-list6 .rightbox .li:nth-child(3n) {
  margin-right: 0;
}
.info3d-list6 .rightbox .li:hover p {
  color: #000;
}
.info3d-list6 .rightbox .li:hover div {
  color: #fff;
}
.info3d-list6 .rightbox .li:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.info3d-list6 .rightbox .li2box div {
  position: relative;
  z-index: 3;
}
.info3d-list6 .more{
    width: 150px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #DDDDDD;
    text-align: center;
    margin:0 auto;
    display: block;
    transition: all .5s;
}
.info3d-list6 .more:hover {
    background: #018A82;
    color: #fff;
    border: 2px solid #018A82;
}
@media (max-width: 767px) {
  .info3d-list6 .tit2 {
    font-size: 28px;
  }

  .info3d-list6 .tit3 {
    line-height: 1.6;
  }

  .info3d-list6 .leftbox {
    width: 100%;
    margin-bottom: .65rem;
  }

  .info3d-list6 .rightbox {
    width: 100%;
  }

  .info3d-list6 {
    padding-bottom: 2rem;
  }
  .info3d-list6 .more{
    width:120px;
    height:40px;
    line-height:36px;
  }
}
.proinfo-banner {
  padding: 5rem 0 3rem;
  position: relative;
  z-index: 2;
  background: #000;
}
.proinfo-banner .leftbox {
  width: 47%;
}
.proinfo-banner .leftbox .tabul {
  margin-top: .7rem;
}
.proinfo-banner .leftbox .li {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 6px;
  cursor: pointer;
  overflow: hidden;
}
.proinfo-banner .leftbox .li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all .4s;
}
.proinfo-banner .leftbox .li:hover .bg {
  transform: scale3d(1.1, 1.1, 1);
}
.proinfo-banner .leftbox .li.cur .bg {
  transform: scale3d(1, 1, 1);
  border: 2px solid #018981;
}
.proinfo-banner .rightbox {
  width: 48%;
}
.proinfo-banner .rightbox .tit2 {
  padding-bottom: .5rem;
  /*border-bottom: 1px solid rgba(229, 229, 229, 0.2);*/
}
.proinfo-banner .rightbox .tit3 {
  padding: .65rem 0;
 /* border-bottom: 1px solid rgba(229, 229, 229, 0.2);*/
}
.proinfo-banner .rightbox .tit3 span {
  /*opacity: .8;
  width: calc(100% - 85px);
  display: block;*/
  color: #018981;
  font-size: 18px;
  font-weight: 600;
}
.proinfo-banner .rightbox .tit4 {
  padding: .65rem 0 1rem;
  /*border-bottom: 1px solid rgba(229, 229, 229, 0.2);*/
}
.proinfo-banner .rightbox .tit4 span {
  /*opacity: .8;
  width: calc(100% - 60px);
  display: block;*/
  color: #018981;
  font-size: 18px;
  font-weight: 600;
}
.proinfo-banner .rightbox .item {
  padding-top: .7rem;
}
.proinfo-banner .rightbox .item span {
  color: #018981;
  font-size: 18px;
  font-weight: 600;
}
.proinfo-banner .rightbox .itemicon {
  width: calc(100% - 80px);
  margin-left: .6rem;
}
.proinfo-banner .rightbox .proicon1 {
  /*height: 1.15rem;*/
  margin-right: 5px;
  margin-bottom:5px;
}
.proinfo-banner .rightbox .morebtn {
  /*width: 100%;*/
  width:48%;
  height: 47px;
  background: #018981;
  /*margin-top: 1rem;*/
  transition: all .5s;
  margin: 1rem 26% 0;
}
.proinfo-banner .rightbox .morebtn .icon {
  margin-right: .25rem;
  width:20px;
  height:25px;
  fill:#fff;
  transition: all .5s;
}
.proinfo-banner .rightbox .morebtn:hover {
  color: #018981;
  background:#fff;
  /*background: #037c75;*/
  /*border:1px solid #;*/
}
.proinfo-banner .rightbox .morebtn:hover .icon{
  fill: #018981;
}

@media (max-width: 768px) {
  .proinfo-banner .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .proinfo-banner .rightbox {
    width: 100%;
  }

  .proinfo-banner {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .proinfo-banner {
    padding-top: 4rem;
  }
  .proinfo-banner .rightbox .proicon1{
    height:1.15rem;
  }
  .proinfo-banner .leftbox .li{
    width:2rem;
    height:2rem;
  }
  .proinfo-banner .rightbox .item{
    align-items: start;
  }
}
.proinfo-sub {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: .7rem 0;
}
.proinfo-sub a {
  opacity: .4;
  color: #fff;
}
.proinfo-sub span {
  color: #fff;
  opacity: .4;
  margin: 0 .2rem;
}

@media (max-width: 768px) {
  .proinfo-sub {
    display: none;
  }
}
.proinfo-list1 {
  padding: 1.75rem 0 1.5rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.proinfo-list1 .li:nth-child(1), .proinfo-list1 .li:nth-child(2) {
  border-top: 4px solid #E3E3E6;
}
.proinfo-list1 .li {
  width: 48%;
  padding: .3rem 0;
  border-bottom: 1px solid #E3E3E6;
  margin-right: 4%;
}
.proinfo-list1 .li .sp {
  width: 35%;
  padding-right: 5%;
}
.proinfo-list1 .li .sp2 {
  width: 65%;
}
.proinfo-list1 .ulbox {
  margin-top: .5rem;
}
.proinfo-list1 .li:nth-child(2n) {
  margin-right: 0;
}
.proinfo-list1 .itembox {
  margin-bottom: 1.2rem;
}
.proinfo-list1 .warptable {
  overflow-x: auto;
}
.proinfo-list1 .tablebox {
  border-top: 4px solid #E3E3E6;
  margin-top: .5rem;
  width: 100%;
  min-width: 800px;
}
.proinfo-list1 .tablebox tr {
  border-bottom: 1px solid #E3E3E6;
}
.proinfo-list1 .tablebox td {
  width: 12.5%;
  padding: .3rem 0;
  text-align: left;
  padding-left: 3%;
}
.proinfo-list1 .itembox2 {
  padding-top: 10px;
  
  padding-bottom: 30px;
}
.proinfo-list1 .itembox2 .item {
  width: 48.6%;
}
.proinfo-list1 .itembox2 .item .imgbox {
  margin-top: .55rem;
  height: 13.25rem;
  border: 1px solid #999;
}
.proinfo-list1 .itembox2 .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.proinfo-list1 .itembox2 .item img {
  position: relative;
  z-index: 3;
  max-width: 80%;
  max-height: 80%;
}
.proinfo-list1 .itembox3 {
  /*padding-top: 1.35rem;*/
}
.proinfo-list1 .itembox3 .item {
  width: 100%;
}
.proinfo-list1 .itembox3 .item .imgbox {
  margin-top: .55rem;
  height: 13.25rem;
  padding: 1.25rem;
  /*background: #F2F2F5;*/
}
.proinfo-list1 .itembox3 .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.proinfo-list1 .itembox3 .item img {
  position: relative;
  z-index: 3;
  max-height: 100%;
}

.proinfo-list2 {
  position: relative;
  z-index: 1;
  background: #0A0B0C;
  padding: 1.75rem 0 2.25rem;
}
.proinfo-list2 .imgbox-container {
  margin-top: 1.2rem;
  cursor: url(../img/icon101.png), auto !important;
}
.proinfo-list2 .imgbox-container .swiper-slide {
  position: relative;
}
.proinfo-list2 .imgbox-container .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.3);
}
.proinfo-list2 .imgbox-container .swiper-slide.swiper-slide-active:before {
  opacity: 0;
  visibility: hidden;
}
.proinfo-list2 .imgbox-container a {
  display: block;
  padding: 3.25rem 3.25rem 0;
  height: 16.25rem;
}
.proinfo-list2 .imgbox-container .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}
.proinfo-list2 .imgbox-container .more {
  width: 150px;
  height: 50px;
  background: #FFFFFF;
  margin-top: .5rem;
  color: #02857D;
  transition: all .5s;
}
.proinfo-list2 .imgbox-container .text {
  position: relative;
  z-index: 3;
  opacity:0;
  transition: all .5s .5s;
}
.proinfo-list2 .swiper-slide.swiper-slide-active .text{
  opacity:1;
}
.proinfo-list2 .imgbox-container .swiper-slide{
  overflow: hidden;
  display:block;
}
.proinfo-list2 .imgbox-container a:hover .more {
  color: #fff;
  background: #02857D;
}
.proinfo-list2 .imgbox-container a .bg {
  transition: all .5s;
}
.proinfo-list2 .imgbox-container a:hover .bg {
  transform:scale3d(1.1, 1.1, 1.0);
}

@media (max-width: 768px) {
  .proinfo-list2 .imgbox-container{
    padding-bottom:1.2rem;
  }
  .proinfo-list2 .imgbox-container .swiper-pagination{
    bottom:0;
  }
  .proinfo-list2 .imgbox-container .swiper-pagination span{
    opacity:.5;
    background:#fff;
  }
  .proinfo-list2 .imgbox-container .swiper-pagination span.swiper-pagination-bullet-active{
    background:#fff;
    opacity:1;
  }
  .proinfo-list2 .imgbox-container a {
    height: 12.5rem;
    padding: 2.25rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .proinfo-list1 .li {
    width: 100%;
    margin-right: 0;
  }

  .proinfo-list1 .li:nth-child(2) {
    border-top: none;
  }

  .proinfo-list1 .itembox2 .item {
    width: 100%;
    margin-bottom: .75rem;
  }

  .proinfo-list1 .itembox2 .item .imgbox {
    height: 10rem;
  }

  .proinfo-list1 .itembox3 .item .imgbox {
    height: 8rem;
  }

  .proinfo-list2 .imgbox-container a {
    height: 10rem;
    padding: 1.25rem 1rem 0;
  }

  .proinfo-list2 .imgbox-container .more {
    width: 110px;
    height: 35px;
  }

  .proinfo-list2 .imgbox-container {
    margin-top: 1rem;
  }
  .proinfo-list1 .itembox3 .item .tit2{
    text-align:left;
  }
  .proinfo-list1 .itembox3{
    padding-top:0;
  }
  .proinfo-list2 .imgbox-container .text .tit4{
    font-size:25px;
  }

}
.proinfo-list3 {
  background: #fff;
  padding: 1.75rem 0 2.75rem;
  position: relative;
  z-index: 1;
}
.proinfo-list3 .tit3 {
  margin-bottom: 1.25rem;
}
.proinfo-list3 .ul .li {
  width: 23.5%;
  display: block;
  margin-right: 2%;
}
.proinfo-list3 .ul .li .img {
  width: 100%;
  height:7rem;
  position: relative;
}
.proinfo-list3 .ul .li .img img {
  width: 100%;
  height:100%;
  position: relative;
  object-fit: cover;
  transition: all .5s ease-in-out;
}
.proinfo-list3 .ul .li .text {
  padding: .55rem 0 0;
}
.proinfo-list3 .ul .li .tit4 {
  color: #333;
  transition: all .5s ease-in-out;
}
.proinfo-list3 .ul .li .tit5 {
  margin-top: .25rem;
}
.proinfo-list3 .ul .li:nth-child(4n) {
  margin-right: 0;
}
.proinfo-list3 .ul .li .img:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: #02857D;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}
@media (min-width: 1024px) {
  .proinfo-list3 .ul .li:hover .img img {
    transform: scale3d(1.1, 1.1, 1);
  }
  .proinfo-list3 .ul .li:hover .tit3 {
    color: #018981;
  }
  .proinfo-list3 .ul .li:hover .img img {
    transform: scale3d(1.1, 1.1, 1);
  }
  .proinfo-list3 .ul .li:hover .tit4 {
    color: #018981;
  }
  .proinfo-list3 .ul .li:hover .img:before {
    opacity:1;
    width:100%;
  }

}

@media (max-width: 768px) {
  .proinfo-list3 .tit3 {
    margin-bottom: 1rem;
  }

  .proinfo-list3 .ul .li {
    width: 49%;
    margin-bottom: .75rem;
  }

  .proinfo-list3 .ul .li:nth-child(2n) {
    margin-right: 0;
  }
  .proinfo-list3 .ul .li .img{
    height:5rem;
  }
}
.proinfo-list4 {
  background: #F7F7FA;
  padding: 1.8rem 0 1.65rem;
  position: relative;
  z-index: 2;
}
.proinfo-list4 .ul {
  margin-top: 1rem;
}
.proinfo-list4 .li {
  padding: .5rem 0;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.proinfo-list4 .icon {
  width: 1.5rem;
  height: 1.5rem;
  background: #E3E3E6;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.proinfo-list4 .icon:before {
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  left: 50%;
  top: 50%;
  margin-top: -.875rem;
  margin-left: -.875rem;
  background: #D70A30;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
.proinfo-list4 .icon img {
  max-height: 70%;
  transition: all .5s;
}
.proinfo-list4 .icon .img1 {
  opacity: 1;
}
.proinfo-list4 .icon .img2 {
  opacity: 0;
}
.proinfo-list4 .spleft {
  width: calc(100% - 200px);
}
.proinfo-list4 .downbtn {
  width: 150px;
  height: 46px;
  border: 2px solid #CACACC;
  border-radius: 23px;
  transition: all .5s;
}
.proinfo-list4 .li:hover .icon {
  background: #D70A30;
}
.proinfo-list4 .li:hover .icon:before {
  opacity: .15;
}
.proinfo-list4 .li:hover .icon .img1 {
  opacity: 0;
}
.proinfo-list4 .li:hover .icon .img2 {
  opacity: 1;
}
.proinfo-list4 .li:hover .sp {
  color: #000;
}
.proinfo-list4 .li:hover .downbtn {
  background: #D70A30;
  color: #fff;
  border: 2px solid #D70A30;
}

@media (max-width: 768px) {
  .proinfo-list4 .downbtn {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .proinfo-list4 .ul {
    margin-top: .35rem;
  }

  .proinfo-list4 .icon {
    margin-right: 0;
    margin-bottom: .25rem;
  }

  .proinfo-list4 .sp {
    width: calc(100% - 70px);
    margin-bottom: .25rem;
    padding-left: .35rem;
  }

  .proinfo-list4 .spleft {
    width: 100%;
  }

  .proinfo-list4 .icon img {
    max-height: 48%;
  }

  .proinfo-list4 .downbtn {
    width: 120px;
    height: 35px;
    margin-top: .25rem;
  }
}
.proinfo-list5 {
  padding: 1.4rem 0 3rem;
  background: #fff;
  z-index: 2;
}
.proinfo-list5 .tiptitle {
  margin-top: 1.25rem;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
}
..proinfo-list5 .btn {
  width:48%;
  height: 34px;
  background: #018981;
  margin-top: 1rem;
  transition: all .5s;
}
.proinfo-list5 .p {
  margin-bottom: .55rem;
}
.proinfo-list5 .morebtn {
  /*width: 205px;
  height: 47px;
  background: #D70A30;
  margin-top: .5rem;
  transition: all .5s;*/
  
  width:205px;
  height: 34px;
  background: #018981;
}
.proinfo-list5 .morebtn img {
  margin-right: .25rem;
}
.proinfo-list5 .morebtn:hover {
  color: #fff;
  /*background: #cd092d;*/
  background: #1ddcd1;
}
.proinfo-list5 .contact-list2 {
  padding: 1.25rem 0 0;
  /*.select1{
      width:100%;
  }*/
}
.proinfo-list5 .contact-list2 .li2{
  background: #FAFAFA;
}
.proinfo-list5 .contact-list2 .li2 input {
  background: #FAFAFA;
}
.proinfo-list5 .contact-list2 .li3 textarea {
  background: #FAFAFA;
}
.contact-list2 .select1 {
  /*@include simple-text($borderColorFocus:#000);*/
  width:100%;
  height: 53px;
  background:transparent;
  border: none;
  position: relative;
  text-indent: 1.5rem;
  z-index:2;
}
.contact-list2 .select1 .icon2{
  width:12px;
  height:12px;
}
.contact-list2 .select1 .selecttop {
  padding-right:.5rem;
  height:54px;
}
.contact-list2 .select1 .selectitem{
  display:none;
  position: absolute;
  width:100%;
  top:53px;
  background:#f9f9f9;
  padding:.3rem .5rem;
}
.proinfo-list5 .contact-list2 .select1 {
  /*@include simple-text($borderColorFocus:#000);*/
  width:100%;
  height: 53px;
  background:transparent;
  border: none;
  position: relative;
  text-indent: 1.25rem;
}
.contact-list2 .select1 .item{
  padding:5px 0;
  line-height:1.4;
  cursor:pointer;
}


.contact-list2 .select1 .selectitem{
  text-indent:.75rem;
  border:1px solid #DADADA;
  border-top:none;
  width:calc(100% + 2px);
  left:-1px;
}
.proinfo-list5 .contact-list2 .select1 .selectitem{
    background:#fff;
  }

@media (max-width: 767px) {
  .proinfo-list5 .contact-list2 .select1 {
    width: 100%;
  }

  .contact-list2 .select1 {
    width: 100%;
  }
  .proinfo-list5 .morebtn {
    width: 160px;
    height: 40px;
  }

  .proinfo-list5 .tiptitle {
    margin-top: .8rem;
    margin-bottom: 0.5rem;
  }
  .contact-list2 .select1 .selecttop{
    height:36px;
  }
  .contact-list2 .select1 .selectitem{
    top:38px;
  }


}

.proinfoLed-sub {
  background: #fff;
  padding: .7rem 0;
}
.proinfoLed-sub a {
  color: #000;
}
.proinfoLed-sub span {
  color: #000;
  margin: 0 .2rem;
}

.proinfoLed-list1 .item-121 {
	text-align: center;
}
.proinfoLed-list1 .item-121 span{
    background: #02867f;
    text-align: center;
    border-radius: 40px;
    padding: 8px 40px;
}

.proinfoLed-list1 .item-121 img{
	width: 80%;
    margin: auto;
	margin-top: 2px;
}

.proinfoLed-list1 .item-122 .item_title-122 {
	width: 1180px;
	max-width: 80%;
    margin: auto;
    color: #02867f;
	font-weight: bold;
}

.proinfoLed-list1 .item-122 .item_content-122 {
	width: 1180px;
	max-width: 80%;
    margin:.5rem auto;
}

.proinfoLed-list1 .item-122 .item_content-122 span {
	margin-right: 20px;
}

.proinfoLed-list1 .item-122 .item_content-122 span::before {
    content: '•';
    padding-right: 5px;
}

.proinfoLed-list1 .item-122 .item_content-122 .video {
    z-index: 3;
}

.proinfoLed-list1 .item-122 .item_content-122 video {
	max-width: 100%;
	max-height: 600px;
}

.proinfoLed-list1 .item-122 .item_content-122 .por img {
	margin: auto;
}

.proinfo-banner .rightbox .itemicon .span-125::before {
    content: '•';
    padding-right: 5px;
}

.proinfoLed-list1 .item-125 {
	margin-top: 1.5rem;
}

.proinfoLed-list1 .item-125 .item_title-125 {
    font-weight: bold;
}

.proinfoLed-list1 .item-125 .item_content-125 {
    margin-top: .5rem;
}

.proinfoLed-list1 .item-125 .border {
	border: 2px solid #aaaaaa;
}

.proinfoLed-list1 .li {
    width: 48%;
    padding: .3rem 0;
    border-bottom: 1px solid #E3E3E6;
    margin-right: 4%;
}

.proinfoLed-list1 .li:nth-child(1), .proinfoLed-list1 .li:nth-child(2) {
    border-top: 4px solid #E3E3E6;
}

.proinfoLed-list1 .li:nth-child(2n) {
    margin-right: 0;
}

.proinfoLed-list1 .li .sp {
    width: 35%;
    padding-right: 5%;
}

.proinfoLed-list1 .li .sp2 {
    width: 65%;
}

.proinfoLed-list1 .div {
    width: 48%;
    margin-right: 4%;
}

.proinfoLed-list1 .div:nth-child(2n) {
    margin-right: 0;
}

.proinfoLed-list1 .div .sp::before {
    content: '•';
    padding-right: 5px;
	
}

@media (max-width: 1024px) {
  .fixbox {
    display: none;
  }
}
.system-list1 {
  margin-top: -1.5rem;
  position: relative;
  z-index: 5;
}
.system-list1 .li {
  height: 3rem;
  background: #fff;
  border-radius: 5px;
  padding: .75rem 0;
  width: 18.5%;
  box-shadow: 0px 7px 10px 0px rgba(136, 137, 136, 0.15);
  cursor:initial;
}

@media (max-width: 1024px) {
  .system-list1 {
    display: none;
  }
}
.system-list2 {
  padding: 4.75rem 0 3rem;
  position: relative;
  z-index: 2;
  background: #eeeeee;
  margin-top: -1.5rem;
}
.system-list2 .contentbox {
  position: relative;
  z-index: 2;
}
.system-list2 .tit3 {
  width: 920px;
  max-width: 100%;
  margin: .55rem auto 0;
}
.system-list2 .imgbox {
  margin-top: 1.5rem;
}
.system-list2 .leftbox {
  width: 50%;
}
.system-list2 .textbox {
  width: 39%;
}
.system-list2 .icon {
  width: 45px;
  height: 45px;
}
.system-list2 .icon img {
  max-height: 100%;
}
.system-list2 .line {
  width: .75rem;
  height: 4px;
  background: #02857D;
  border-radius: 2px;
  margin-bottom: .35rem;
  margin-top: .2rem;
}
.system-list2 .ntext {
  width: calc(100% - 80px);
}
.system-list2 .item {
  margin-bottom: 1.25rem;
}

@media (max-width: 1024px) {
  .system-list2 {
    margin-top: 0;
    padding: 2.5rem 0;
  }
}
@media (max-width: 768px) {
  .system-list2 {
    padding-bottom: 1.2rem;
  }

  .system-list2 .leftbox {
    width: 100%;
  }

  .system-list2 .textbox {
    width: 100%;
    margin-top: 1rem;
  }

  .system-list2 .imgbox {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .system-list2 .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .system-list2 .ntext {
    width: calc(100% - 2rem);
  }
}
.system-list3 {
  position: relative;
  z-index: 1;
  padding: 2.75rem 0 3rem;
}
.system-list3 .leftbox {
  width: 40%;
}
.system-list3 .leftbox .tit2 {
  margin-bottom: .85rem;
}
.system-list3 .leftbox .tit3 {
  margin-bottom: .7rem;
}
.system-list3 .leftbox .tablebox {
  width: 100%;
}
.system-list3 .leftbox .tr1 {
  background: #F5F5F5;
  border-radius: 3px;
}
.system-list3 .leftbox .tr1 td {
  padding: .3rem 0;
}
.system-list3 .leftbox .td1 {
  width: 12.5%;
}
.system-list3 .leftbox .td2 {
  width: 25%;
}
.system-list3 .leftbox .td3 {
  width: 25%;
}
.system-list3 .leftbox .td4 {
  width: 12.5%;
}
.system-list3 .leftbox .td5 {
  width: 12.5%;
}
.system-list3 .leftbox .td6 {
  width: 12.5%;
}
.system-list3 .leftbox .td6 .switch {
  cursor: pointer;
  --button-width: 1.25rem;
  --button-height: 26px;
  --toggle-diameter: .45rem;
  --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);
  --toggle-shadow-offset: 10px;
  --toggle-wider: 1rem;
  --color-grey: #E5E5E5;
  --color-green: #02857D;
  max-width: 100%;
}
.system-list3 .leftbox .td6 .slider {
  width: var(--button-width);
  height: var(--button-height);
  background-color: var(--color-grey);
  border-radius: calc(var(--button-height) / 2);
  position: relative;
  transition: 0.3s all ease-in-out;
  display: block;
  margin: 0 auto;
}
.system-list3 .leftbox .td6 .slider::after {
  content: "";
  display: inline-block;
  width: var(--toggle-diameter);
  height: var(--toggle-diameter);
  background-color: #fff;
  border-radius: calc(var(--toggle-diameter) / 2);
  position: absolute;
  top: var(--button-toggle-offset);
  transform: translateX(var(--button-toggle-offset));
  box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.system-list3 .leftbox .td6 .switch input[type="checkbox"]:checked + .slider {
  background-color: var(--color-green);
}
.system-list3 .leftbox .td6 .switch input[type="checkbox"]:checked + .slider::after {
  transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
  box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
}
.system-list3 .leftbox .td6 .switch input[type="checkbox"] {
  display: none;
}
.system-list3 .leftbox .td6 .switch input[type="checkbox"]:active + .slider::after {
  width: var(--toggle-wider);
}
.system-list3 .leftbox .td6 .switch input[type="checkbox"]:checked:active + .slider::after {
  transform: translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)));
}
.system-list3 .leftbox .tr2 {
  padding: .55rem 0;
  border-bottom: 1px solid #F5F5F5;
}
.system-list3 .leftbox .tr2 td {
  padding: .2rem 0;
}
.system-list3 .imgbox {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 50%;
}
.system-list3 .imgbox .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}
.system-list3 .imgbox .img1.cur {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .system-list3 .leftbox {
    width: 46%;
  }

  .system-list3 .imgbox {
    width: 46%;
  }

  .system-list3 .leftbox .td6 .switch {
    --button-height: 18px;
  }
}
@media (max-width: 768px) {
  .system-list3 {
    padding: 2rem 0;
  }

  .system-list3 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .system-list3 .imgbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .system-list3 .leftbox td {
    line-height: 1.2;
  }

  .system-list3 .leftbox .tr2 td {
    padding-right: 3%;
  }
}
.system-list4 {
  position: relative;
  z-index: 1;
  background: #020A21;
  padding: 2.25rem 3.25rem;
}
.system-list4 .imgbox {
  width: 56%;
}
.system-list4 .text {
  width: 32%;
  margin-right: 6%;
  padding-top: 1.6rem;
}
.system-list4 .text .tit3 {
  margin-top: .7rem;
}
.system-list4 .text .itembox {
  margin-top: 1.7rem;
}
.system-list4 .itembox .li {
  width: 32%;
  margin-right: 2%;
  height: 160px;
  background: #0E255A;
  transition: all .5s ease-in-out;
  padding: 0 3%;
}
.system-list4 .itembox .li:nth-child(3n) {
  margin-right: 0;
}
.system-list4 .itembox .icon {
  max-height: 1.2rem;
}
.system-list4 .itembox .icon img {
  max-height: 100%;
}
.system-list4 .itembox .p {
  margin-top: .4rem;
}
.system-list4 .itembox .li:hover {
  background: #1B43B8;
}
@media (max-width:1480px) {
  .system-list4 .itembox .p{
    font-size:14px;
  }
  .system-list4 .itembox .icon{
    max-height:1rem;
  }
  .system-list4 .itembox .li{
    height:4rem;
  }
}
@media (max-width: 1024px) {
  .system-list4 {
    padding: 2.25rem 6%;
  }

  .system-list4 .text {
    margin-right: 0;
    width: 48%;
    margin-top: 0;
  }

  .system-list4 .imgbox {
    width: 46%;
  }

  .system-list4 .itembox .li {
    height: 4.5rem;
  }

  .system-list4 .text .itembox {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .system-list4 {
    padding: 2rem 0;
  }

  .system-list4 .imgbox {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 1rem;
  }

  .system-list4 .text {
    width: 100%;
    padding: 0 6%;
  }
}
@media (max-width: 767px) {
  .system-list4 .itembox .p {
    font-size: 13px;
  }
}
.system-list5 {
  padding: 1.25rem 0 2.25rem;
  position: relative;
  z-index: 2;
}
.system-list5 .tit3 {
  width: 730px;
  max-width: 100%;
  margin: .6rem auto 0;
}
.system-list5 .imglist {
  margin-top: 1rem;
}
.system-list5 .leftimg {
  background: #eee;
  padding: .5rem;
  width: 20%;
}
.system-list5 .leftimg .bg {
  height: 10.5rem;
  width: 100%;
}
.system-list5 .middleimg {
  width: 50%;
}
.system-list5 .middleimg .bg {
  height: 10.5rem;
  width: 100%;
  height: 11.5rem;
}
.system-list5 .rightimg {
  width: 22%;
  background: #eee;
  padding: 1rem .75rem;
  height: 11.5rem;
}
.system-list5 .rightimg .li {
  width: 100%;
}
.system-list5 .rightimg .bg {
  width: 100%;
  height: 3.25rem;
}
.system-list5 .rightimg p {
  margin-top: .35rem;
}

@media (max-width: 768px) {
  .system-list5 .leftimg {
    margin-bottom: .25rem;
  }

  .system-list5 .leftimg, .system-list5 .middleimg, .system-list5 .rightimg {
    width: 50%;
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .system-list5 .leftimg, .system-list5 .middleimg, .system-list5 .rightimg {
    width: 100%;
  }

  .system-list5 .rightimg {
    height: auto;
  }

  .system-list5 .leftimg .bg {
    height: 16rem;
  }

  .system-list5 .middleimg .bg {
    height: 8rem;
  }

  .system-list5 .rightimg .bg {
    height: 6rem;
  }

  .system-list5 .rightimg .li:nth-child(2) {
    margin-top: 1rem;
  }
}
.system-list6 {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 1.75rem 0 2.25rem;
}
.system-list6 .tit2 {
  margin-bottom: .3rem;
}
.system-list6 .imgbox {
  margin-top: 1.4rem;
  width: 100%;
}

.system-list7 {
  position: relative;
  z-index: 2;
  background: #010825;
}
.system-list7 .contentbox {
  align-items: stretch;
}
.system-list7 .leftbox {
  width: 34%;
  position: relative;
}
.system-list7 .leftbox .tit3 {
  padding-left: 4rem;
  position: relative;
  z-index: 4;
}
.system-list7 .leftbox .bg {
  background-position: center right;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.system-list7 .leftbox .itemdian {
  width: 3rem;
  height: 3rem;
  background: #071C56;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.system-list7 .leftbox .itemdian:before {
  content: "";
  position: absolute;
  width: 3.85rem;
  height: 3.85rem;
  left: 50%;
  top: 50%;
  margin-top: -1.925rem;
  margin-left: -1.925rem;
  z-index: -1;
  background: #5E82E3;
  opacity: 0;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}
.system-list7 .leftbox .itemdian1 {
  right: 4%;
  top: 14%;
  z-index: 3;
}
.system-list7 .leftbox .itemdian2 {
  right: -7%;
  top: 33%;
  z-index: 3;
}
.system-list7 .leftbox .itemdian3 {
  right: -10%;
  top: 54%;
  z-index: 3;
}
.system-list7 .leftbox .itemdian4 {
  right: -1%;
  top: 74%;
  z-index: 3;
}
.system-list7 .leftbox .itemdian.cur:before {
  opacity: .2;
}
.system-list7 .imgbox {
  padding: 2.5rem 0;
  margin-top: 1.4rem;
  width: 45%;
  margin-right: 3.8rem;
  min-height: 600px;
}
.system-list7 .imgbox .item {
  display: none;
}

@media (max-width: 768px) {
  .system-list7 {
    padding: 2rem 0;
  }

  .system-list7 .leftbox .bg {
    display: none;
  }

  .system-list7 .leftbox {
    width: 100%;
  }

  .system-list7 .leftbox .tit3 {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .system-list7 .imgbox {
    padding: 0;
    padding: 0 6%;
    min-height: auto;
    margin-right: 0;
    width: 100%;
  }

  .system-list7 .leftbox {
    justify-content: center;
  }

  .system-list7 .leftbox .tit3 {
    margin-bottom: 1rem;
  }

  .system-list7 .leftbox .itemdian {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 .5rem;
  }
}
@media (max-width: 767px) {
  .system-list7 .leftbox .itemdian {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 .3rem;
  }

  .system-list7 .leftbox .itemdian:before {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
  }
}
.system-list8 .cases-container {
  padding-bottom: 2rem;
}

.about-list3 .text::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

#ci-particles{
    position: absolute;
    /*width:17.5rem;
    height:10rem;*/
    width:100vw;
    height:25rem;
    left:50%;
    top:0;
    transform:translate3d(-50%,0,0);
    z-index:3;
}
#ci-particles #canvas{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}

@media (max-width: 1024px) {
  #ci-particles{
    height:20rem;
    top:-1rem;
    left:50%;
  }
}
@media (max-width: 767px) {
  #ci-particles{
    display:none;
  }
  .i-list2 .textbox{
    margin-top:1rem;
  }
  .i-list2 .bg2{
        height: 39rem;
  }
  .i-list2 .rightbox .sp{
    font-size:34px;
  }
  .i-list3 .bg2{
    opacity:0;
    visibility:hidden;
  }
}

.services-list3 .mapimg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:2;
}
.services-list3 .mapimg img{
  position: absolute;
  left:0;
  top:0;
  opacity:0;
  transition: all .4s;
}
.services-list3 .mapimg img.cur{
  opacity:1;
}
/*.services-list3 .leftbox .dian{
  color:#fff;
}*/
.services-list3 .leftbox .dian.cur img{
       filter: grayscale(100%) brightness(10);
    opacity: .95;

}
.services-list3 .leftbox .dian img{
  width:12px;
  height:12px;
}
.system-list3 .leftbox .td1,.system-list3 .leftbox .td3{
  display:none;
}
.system-list3 .leftbox .td2{
  padding-left:5% !important;
  width:30%;
}
.system-list3 .leftbox .td5{
  width:15%;
}
.system-list3 .leftbox .td4{
  width:15%;
}
@media (max-width: 768px) {
  .footer .footertop .rightbox .box p,.cases-list1 .text a{
    font-size:14px;
  }
  .i-list6 .contentbox .rightbox .tit4{
    font-size:16px;
  }
  .i-list5 .botbox .p{
    font-size:14px;
  }
}
.brand-list2 .li{
  line-height:1.4;
}
.brand-list1 .li .tit5{
  color:#333;
}
@media (max-width: 767px) {

  .tit-48 {
      font-size: 24px;
  }
  .solutioninfo-list2 .imgbox3-container,.solutioninfo-list4 .imgbox4-container,.solutioninfo-list3 .imgbox3-container,.solutioninfo-list5 .imgbox5-container{
    padding-bottom:1.5rem;
  }
  .solutioninfo-list2 .imgbox3-container .swiper-pagination-bullet-active,.solutioninfo-list4 .imgbox4-container .swiper-pagination-bullet-active,.solutioninfo-list5 .imgbox5-container .swiper-pagination-bullet-active{
    background:#02847C;
  }
  .casesinfo-list3 .tit3{
    padding-left:.65rem;
  }
  .n-products .prosub{
    display:none;
  }
  .proinfo-banner .rightbox .proicon1{
    height:auto;
    margin-right:4px;
  }
  .casesinfo-list3 .tit4{
    display:none;
  }
  .nbanner3 .tit6{
    opacity:.8;
  }
  .news-list .ul .li .tit4{
    margin-bottom:0;
  }

}

.services-list3 .leftbox .xdian{
  width:.8rem;
  z-index:7;
}
.services-list3 .leftbox .xdian1{
  left: 68%;
    top: 62%;
}
.services-list3 .leftbox .xdian2{
      left: 66%;
    top: 71%;
}
.services-list3 .leftbox .xdian3{
    left: 61%;
    top: 33%;
}
.services-list3 .leftbox .xdian4{
    left: 57%;
    top: 78%;
}
.services-list3 .leftbox .xdian5{
   left: 71%;
    top: 56%;
}
.services-list3 .leftbox .xdian6{
   left: 54%;
    top: 66%;
}
.services-list3 .leftbox .xdian7{
   left: 63%;
    top: 43%;
}
.services-list3 .leftbox .xdian8{
  left: 62%;
    top: 66%;
}

@media (max-width: 767px) {
  .footer .footertop .rightbox .item .wxbox{
    left:0;
    margin-left:0;
  }
  .footer .footertop .rightbox .item .wxbox:before{
    left:3px;
    margin-left:0;
  }
}




.mapselectbox {
  width: 100%;
  height: 40px;
  background: #F0F0F0;
  /*border: 2px solid #D2D2D2;*/
  position: relative;
  z-index: 3;
  margin-top:1rem;
}
.mapselectbox span {
  margin-right: 10px;
}
.mapselectbox .icon {
  width: 15px;
  height: 15px;
  fill: #999;
}
.mapselectbox .selecttop {
  width: 100%;
  height: 40px;
  line-height:40px;
  padding: 0 .5rem;
  background: transparent;
  cursor: pointer;
}

.mapselectbox .selectitem {
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  background: #e6e6e6;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.mapselectbox .item {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.mapselectbox .item:hover {
  color: #fff;
  background: #018981;
}
.mapselectbox:hover .selecttop {
  color: #999;
}
.mapselectbox:hover .icon {
  fill: #999;
}
.services-list3 .leftbox .dian{
  opacity:0;
}
.fixbox .litel{
  border:none;
}
.fixbox .litel .spbox{
  border:1px solid #ddd;
  border-right:none;
}
.fixbox .li .telbox{
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.proinfo-textbox{
  padding:1.2rem 0;
}
/*.services-list3 .leftbox .dian11{
  display:none;
}*/
.cases-list2 .contentbox .addbtn{
  border-bottom:none;
}

@media (max-width: 767px){
  .cases-list2 .contentbox .ul2 .text{
    padding: .4rem 1rem;
  }
}


.solutioninfo-list3 .wrapperimg{
  height:15rem;
  overflow: hidden;
}
.solutioninfo-list3 .wrapperimg img{
  position: relative;
  object-fit:cover;
  width: 100%;
    height: 100%;
}
@media (max-width: 767px){
  .solutioninfo-list3 .wrapperimg{
    height:7rem;
  }
}

.about-list1 .tipbox2 .tit5{
  text-align:center;
}
.i-list4 .imgbox{
  position: relative;
}
.i-list4 .imgbox:before{
  content:"";
  position:absolute;
  width:100%;
  height:20%;
  bottom:0;
  z-index:4;
  background:linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,.7) 60%, rgba(0,0,0,0));
}


.casesinfo-list1 .contentbox .leftbox .spitem{
  margin-bottom:.5rem;
}
.casesinfo-list1 .contentbox .leftbox .sp .slimg{
  width:70%;
  height:3.4rem;
  overflow: hidden;
  display:block;
}
.casesinfo-list1 .contentbox .leftbox .sp .slimg img{
  position: relative;
  width: 100%;
  height:100%;
  object-fit:cover;
}
.i-list2 .rightbox .li:nth-child(4) .jiabtn,.about-list1 .tipbox2 .li:nth-child(4) .jiabtn{
  font-size:1.1rem;
}


@media (max-width: 1280px){
  .casesinfo-list1 .contentbox .leftbox .sp .slimg{
    width:80%;
    height:2.6rem;
    overflow: hidden;
  }
}
@media (max-width: 1024px){
  .casesinfo-list1 .contentbox .leftbox .sp .slimg{
    width:30%;
    height:5rem;
    overflow: hidden;
  }
}
@media (max-width: 966px){
  .casesinfo-list1 .contentbox .leftbox .sp .slimg{
    width:30%;
    height:4rem;
    overflow: hidden;
  }
}
@media (max-width: 767px){
  .casesinfo-list1 .contentbox .leftbox .sp .slimg{
    width:60%;
    height:3rem;
    overflow: hidden;
  }
  .i-list4 .imgbox:before{
	  display:none;
  }
  .i-list4 .list4img-container span{
	  margin:0 3px;
  }
}
/*# sourceMappingURL=boc_reset.css.map */

.n-products .proitem {
  position: relative;
}
.n-products .rightbox {
  width: 22%;
  position: absolute;
    right: 0;
    top: 0;
    background: #f7f7f7;
    height: 100%;
    z-index: 11;
    padding-right: 2.5rem;
}
.n-products .rightbox .formbox {
  margin-top: 0;
}
.n-products .selectbtn {
  margin-top: 0;
}
@media screen and (max-width: 1280px) {
  .n-products .rightbox {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .n-products .rightbox {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
}
.n-products .proul-container .swiper-slide {
  position: relative;
}
.n-products .proul-container .swiper-slide:hover .demo {
  height: auto;
  /* height: 200px; */
}
.n-products .proul-container .swiper-slide:hover .li {
  color: #017a71;
  border-bottom: 2px solid #017a71;
}
.demo {
  position: absolute;
  width: 400px;
  height: 0px;
  /* max-height: 400px; */
  /* background-color: rgba(255,255,255,.9); */
  background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
  top: calc( 100% );
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  align-items: center;
  cursor: default;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  gap: 10px;  */
  /* padding: 10px; */
}
.demo a {
  font-size: 14px;
  color: #333333;
  width: 175px;
  /* margin-right: 5px; */
  /* margin-top: 10px; */
  margin-bottom: 15px;
  margin-left: 10px;
  cursor: pointer;
  line-height: 24px;
}
.demo a:hover {
  color: #017a71;
}
.demo p {
  font-size: 14px;
  color: #333333;
  width: 175px;
  /* margin-right: 5px; */
  text-align: left;
  /* margin-top: 15px; */
  margin-bottom: 15px;
  margin-left: 10px;
  cursor: pointer;
}
.demo p:first-child {
  margin-top: 15px;
}
.demo a:nth-child(2) {
  margin-top: 15px;
}
.demo a:first-child {
  margin-top: 15px;
}
.n-products .proul-container .demo a.cur {
  border-bottom: 0;
  color: #017a71;
}
