@charset "UTF-8";
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.ovh{
  overflow: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header4 .nav .nav-item:before {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

.simple-form-basic, .simple-text, .simple-textarea, .simple-select, .n-knowledge3 .formbox .input1, .n-applybox .input1, .join-list2 .formtab .input {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.simple-form-basic:focus, .simple-text:focus, .simple-textarea:focus, .simple-select:focus, .n-knowledge3 .formbox .input1:focus, .n-applybox .input1:focus, .join-list2 .formtab .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: "PingFang SC", "Pingfang sc regular", "Microsoft Yahei", "Source Han Sans CN", "Microsoft YaHei Light", "Noto Sans S Chinese Light", "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 {

  max-width: 100%;
}

.por-tab-ul img{display: block;}
.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:transparent;
  color: inherit;
}

::selection {
  background:transparent;
  color: inherit;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #017AFF;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #017AFF;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #017AFF;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-c-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full {
  width: 100%;
  height: 100%;
  left:0;
  top:0;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

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

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .w1200 {
    width: 94%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

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

.pb0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}
.m-t-xxs {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}
/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

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

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

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

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
@keyframes line_w100 {
  to {
    left: 100%;
  }
}
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_in {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../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;
}

/*文字引用*/
/*@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*/
.col-1 {
  color: #1E2026;
}

.footer4 {
  background:#353535;
  padding-top: 44px;
}
.footer4 .footer-top {
  padding-bottom: 1.65rem;
}
.footer4 .footer-top .logo {
  height: auto;
  margin-bottom: 1rem;
  max-height:1rem;
}
.footer4 .footer-top .leftbox {
  width: 100px;
}
.footer4 .footer-top .leftbox .wximg {
  width: 80px;
  height: 80px;
}
.footer4 .footer-top .rightbox {
  width: calc(100% - 40px - 4.5rem);
}
.footer4 .footer-top .rightbox .li:nth-child(1){
  width:16%;
}
.footer4 .footer-top .rightbox .li {
  width: 14.2%;
  padding-right: 2%;
}
.footer4 .footer-top .rightbox .li:last-child {
  padding-right: 0;
}
.footer4 .footer-top .rightbox .tit2 {
  opacity: 1;
  font-size: 14px;
  margin-bottom: .15rem;
}
.footer4 .footer-top .rightbox .tit3 {
  opacity: .4;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
}
.footer4 .footer-top .rightbox .tit3:hover {
  color: #fff;
  opacity: 1;
}
.footer4 .footer-bot {
  padding-bottom: 27px;
  opacity: .4;
}
.footer4 .footer-bot a{
  opacity:1;
  color:#fff;
}
.footer4 .footer-bot .w1200{
  padding-left:calc(4.5rem + 100px);
}
@media (max-width: 1024px) {
  .footer4 .footer-top .rightbox {
    display: none;
  }
  .footer4 .footer-top .leftbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer4 .footer-top {
    padding-bottom: 0;
  }
  .footer4 .footer-top .leftbox .item:last-child {
    margin-top: 0;
    border-bottom: none;
  }
  .footer4 .footer-top .logo {
    margin-bottom: .3rem;
  }
  .footer4 .footer4 {
    padding-top: 1.5rem;
  }
  .footer4 .footer-top .leftbox .linkbox {
    margin-top: 0;
  }
  .footer4 .footer-top .leftbox .item {
    padding: .55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer4 .footer-bot {
    padding: .35rem 0;
    height: auto;
  }
}

.warp-header4 {
  position: absolute;
  height: 60px;
  width: 100%;
  z-index: 9;
}

.warp-header4.on {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
}

.header4 {
  position: relative;
  height: 64px;
}
.header4 .logo {
  width: auto;
  height: 26px;
}
.header4 .logo.img1 {
  display: block;
}
.header4 .logo.img2 {
  display: none;
}
.header4 .nav {
  margin-right: .5rem;
}
.header4 .nav .li {
  margin: 0 .7rem;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
}
.header4 .nav .li .icon {
  width: 12px;
  height: 12px;
  fill: #1E2026;
  margin-left: 8px;
  transition: all .4s;
}
.header4 .nav .li:hover>a {
  /*color: #1E2026;*/
  color:#0169ff;
}
.header4 .nav .li:hover a .icon{
  transform:rotate(-180deg);
}
.header4 .nav .li.on a{
  color:#636363;
}
.header4 .nav .li.on .icon{
  fill:#636363;
}
.header4 .nav .nav-item {
  width: auto;
  top: 64px;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 4px 9px 0px #1F354E33;
  left: 50%;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  transform: translate(-50%, -20px);
  transition: all .4s;
}
.header4 .nav .nav-item:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  border-bottom: 10px solid #fff;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
}
.header4 .nav .nav-item p {
  line-height: 24px;
  margin-bottom: 16px;
  font-size: 14px;
}
.header4 .nav .nav-item p a {
  color: #1E2026;
  transform: translate(0, 0);
  display: inline-block;
}
.header4 .nav .nav-item p a:hover {
  /*transform: translate(5px, 0);*/
  color: #0169FF;
}
.header4 .nav .nav-item p:last-child {
  margin-bottom: 0;
}
.header4 .nav .li:hover .nav-item {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.header4 .rightbox .landbtn {
  color: #017AFF;
  transition: all .4s;
}
.header4 .rightbox .applybtn {
  height: 40px;
  width: 98px;
  border-radius:50px;
  padding: 10px 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #017AFF;
  margin-left: 32px;
  /*border:2px solid #017AFF;*/
  transition: all .4s;
}
.header4 .rightbox .landbtn:hover{
  opacity:.7;
  font-weight:bold;
}
.header4 .rightbox .applybtn:hover{
  opacity:.8;
}

.header4.on a, .header4.on .rightbox .landbtn {
  color: #fff;
}
.header4.on .nav .li .icon {
  fill: #fff;
}
.header4.on .logo.img1 {
  display: none;
}
.header4.on .logo.img2 {
  display: block;
}
.header4.on .nav .li:hover>a{
  color:#fff;
}
.header4.on .nav .li.on a{
  color:#fff;
  opacity:.6;
}
.header4.on .nav .li.on .icon{
  fill:#fff;
  opacity:.6;
}
.header4.on .rightbox .applybtn{
  border:1px solid #fff;
  background:transparent;
}
.header4.on .rightbox .applybtn:hover{
  background:#fff;
  color:#5181FF;
  opacity:1;
}


.m-bocweb-header3 {
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.m-bocweb-header3 .header2 {
  background: #fff;
  height: 60px;
  padding: 0 4%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 99;
}
.m-bocweb-header3 .header2 .logo {
  width: 100px;
  height: auto;
  display: block;
  position: relative;
  z-index: 12;
}
.m-bocweb-header3 .header2 .logo img {
  width: 100%;
}
.m-bocweb-header3 .header2 .nav .tit {
  display: block;
  width: 100%;
  padding: 16px 5%;
  line-height: 60px;
  position: relative;
}
.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}
.m-bocweb-header3 .header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  right: 6.4%;
  top: 16px;
  background: url(../img/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on:after {
  transform: rotate(-180deg);
}
.m-bocweb-header3 .header2 .nav .sec-list {
  line-height: 40px;
  padding: .55rem 6%;
  background:#017aff;
  display: none;
}
.m-bocweb-header3 .header2 .nav .sec-list a {
  color: #fff;
}
.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 24px;
}
.m-bocweb-header3 .header2 .hamburger-box {
  width: 30px;
  height: 24px;
}
.m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #222;
}
.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: #222;
}
.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 .h-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 12;
}
.m-bocweb-header3 .header2 .search-box {
  position: relative;
}
.m-bocweb-header3 .header2 .search-btn {
  cursor: pointer;
  margin-right: 30px;
}
.m-bocweb-header3 .header2 .search-btn svg {
  width: 25px;
  height: 25px;
  fill: #666;
}
.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  display: none;
}
.m-bocweb-header3 .header2 .nav {
  font-size: 16px;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 60px);
}
.m-bocweb-header3 .header2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 60px;
  background: #f7f7f7;
}
.m-bocweb-header3 .header2 .nav .li:nth-child(2n) {
  background: #fff;
}
.m-bocweb-header3 .header2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  padding-left: 5%;
  position: relative;
  color: #333;
  transition: all .3s ease;
}
.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 .li:hover .warp-btn, .m-bocweb-header3 .header2 .nav .li:hover .warp-btn.cur, .m-bocweb-header3 .header2 .nav .li.cur .warp-btn, .m-bocweb-header3 .header2 .nav .li.cur .warp-btn.cur {
  color: #016cb6;
}
.m-bocweb-header3 .header2 .nav .nav-item {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.m-bocweb-header3 .header2 .nav .nav-item p {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
}
.m-bocweb-header3 .header2 .nav .nav-item a {
  display: block;
  color: #666;
  text-align: center;
  transition: all .3s ease;
}
.m-bocweb-header3 .header2 .nav .nav-item a:hover {
  color: #016cb6;
  font-weight: bold;
}
.m-bocweb-header3 .h-right .landbtn {
  color: #017AFF;
}
.m-bocweb-header3 .h-right .applybtn {
  height: 40px;
  width: 98px;
  border-radius: 6px;
  padding: 10px 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #017AFF;
  margin-left: .55rem;
  margin-right:.55rem;
}

.ibanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ibanner .swiper-slide, .ibanner .slide-inner {
  overflow: hidden;
  height: 600px;
}
.ibanner .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ibanner .title {
  width: 670px;
  padding-right:1rem;
  position: relative;
  z-index: 2;
}
.ibanner .img {
  width: calc(100% - 645px);
  margin-left:-30px;
  margin-top:.75rem;
  /*margin-left: -1.5rem;*/
}
.ibanner .tit2 {
  font-weight: bold;
  margin-bottom: .5rem;
}
.ibanner .textbox {
  height: 600px;
}
.ibanner .swiper-pagination {
  bottom: 1rem !important;
}
.ibanner .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  background: #0169FF;
}

@media (max-width:768px) {
  .ibanner .title{
    width:100%;
    padding-right:0;
  }
  .ibanner .img{
    width:100%;
    margin-top:.75rem;
    margin-left:0;
  }
  .ibanner .swiper-slide, .ibanner .slide-inner{
    
    height:auto;
  }
  .ibanner .bg{
    position:relative;
  }
  .ibanner .textbox{
    padding:1.5rem 0;
    height:auto;
  }
  .ibanner .tit2{
    font-size:28px;
  }
}

.i-list1 {
  position: relative;
  z-index: 2;
  background: #fff;
  padding:2rem 0 1.25rem;
}
.i-list1 .li {
  width: 33.3%;
}
.i-list1 .img {
  height: 110px;
}
.i-list1 .img img {
  max-width: 100%;
  max-height: 100%;
}
.i-list1 .tit3 {
  color: #1E2026;
  margin-top: .75rem;
}
.i-list1 .tit4 {
  color: #686C73;
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
  padding: 0 10px;
}
.i-list1 .li .img{
  transition: all .4s;
}

@media (max-width:768px) {
  .i-list1 .tit4 br{
    display:none;
  }
}
@media (max-width:560px) {
  .i-list1 .li{
    width:100%;
    margin-bottom:.75rem;
  }
  .i-list1 .li span{
    font-size:13px !important;
  }
  .i-list1 .li:last-child{
    margin-bottom:0;
  }
  .i-list1 .img{
    height:2.5rem;
  }
}
/*.i-list1 .li:hover .img{
  transform:translate(0,-20px);
}*/

.i-list2 {
  position: relative;
  z-index: 2;
  height: 6rem;
  /*padding: 65px 0 40px;*/
}
.i-list2 img{
  height:auto;
}
.i-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.i-list3 {
  padding: 2.75rem 0;
  background: #fff;
  z-index: 1;
}
.i-list3 .ulbox {
  margin-bottom: -1rem;
  margin-top: 1.25rem;
}
.i-list3 .li {
  width:32% !important;
  margin-right:2% !important;
  /*overflow: hidden;*/
  margin-bottom: 1rem;
}
.i-list3 .li:nth-child(3){
  margin-right:0 !important;
}
.i-list3 .li:nth-child(1), .i-list3 .li:nth-child(4) {
  width: 40%;
  height: 7.75rem;
}
.i-list3 .li:nth-child(2), .i-list3 .li:nth-child(3) {
  width: 56.66%;
  height: 7.75rem;
}
.i-list3 .text {
  padding: 0 27px .75rem;
  z-index: 3;
  bottom: 0;
}
.i-list3 .li .bg{
  border-radius: 28px;
  transition: all .4s;
}
.i-list3 .li .text{
  transition: all .4s;
}
.i-list3 .li:hover .bg{
  transform:scale3d(1.05, 1.05, 1.0);
}
.i-list3 .li:hover .text{
  transform:scale3d(1.05, 1.05, 1.0);
}
.i-list3 .ulbox .tit3{
  font-size: 16px;
}
@media (max-width:768px) {
  .i-list3{
    padding: 1.5rem 0;
  }
}
.i-list4 {
  padding:.5rem 0 2.75rem;
  background: #fff;
  z-index: 1;
}
.i-list4 .contentbox {
  position: relative;
  z-index: 3;
}
.i-list4 .bg {
  position: absolute;
  width: 100%;
  height: 10rem;
  left: 0px;
  top: 0;
  left: 0;
  /*background: linear-gradient(180deg, #D2E0FD -25.16%, #FFFFFF 43.96%);*/
}
.i-list4 .tit3 {
  /*padding: 0 76px;*/
  width: 810px;
  margin: .7rem auto 16px;
}
.i-list4 .tit3 p{
  position: relative;
  z-index:3;
}
.i-list4 .tit3 .img1 {
  position: absolute;
  width: 74px;
  left: 50%;
  top: -.6rem;
  margin-left:-37px;
  /*display:none;*/
  opacity:.35;
  z-index: 1;
}
.i-list4 .tit3 .img2 {
  position: absolute;
  width: 1.75rem;
  right: 0;
  bottom: 0;
  display:none;
}
.i-list4 .tit4 {
  margin-top: .75rem;
}
.i-list4 .tit5 {
  color: #0169FF;
  margin-top: .3rem;
  margin-bottom: .25rem;
}
.i-list4 .tit5 a{
  color: #0169FF;
}
.i-list4 .tit6 {
  margin-top: 1.5rem;
  margin-bottom:1rem;
}
.i-list4 .ulbox {
  padding: 0 1rem;
}
.i-list4 .ulbox .img {
  height: 3.8rem;
}
.i-list4 .ulbox .text {
  margin-top: .25rem;
}
@media (max-width:768px) {
  .i-list3 .li{
    margin-bottom:.5rem;
    height:6rem !important;
  }
  .i-list3 .li:nth-child(1), .i-list3 .li:nth-child(4){
    width:100%;
  }
  .i-list3 .li:nth-child(2), .i-list3 .li:nth-child(3){
    width:100%;
  }
  .i-list3 .text{
    padding-bottom:.75rem !important;
    
  }
}
@media (max-width:768px) {
  .i-list4 .tit2{
    font-size:20px;
  }
  .i-list4 .tit3{
    width:100%;
  }
  .i-list4 .tab2ulbox .li{
    margin:0 !important;
    padding:.5rem .2rem 0 !important;
    width:33.3% !important;
  }
  .i-list4 .tab2ulbox .litext{
    width:100% !important;
    text-align:center;
  }
  .i-list4 .tab2ulbox{
    padding-top:0 !important;
  }
  .i-list4 .tit6{
    margin:1rem 0 .5rem !important;
  }
  
}
@media (max-width:767px) {
  .i-list4 .ulbox{
    padding:0;
  }
  .i-list4 .ulbox .li{
    width:33.3% !important;
    padding:0 2% !important;
  }
}
.n-banner {
  height: 15rem;
}
.n-banner .text {
  position: relative;
  z-index: 3;
}

.n-banner2 {
  height: 280px;
}
.n-banner2 .bg {
  background: #4E74FA;
}
.n-banner2 .text {
  position: relative;
  z-index: 3;
}
.n-banner2 .imgicon {
  width: 17rem;
  position: absolute;
  top:1.5rem;
  z-index: 1;
  right:calc(50vw - 650px - 100px);
  bottom: auto !important;
}
.n-banner2 .imgicon img{
  max-width:100%;
}


.n-banner3 {
  padding: 4rem 0 2rem;
}
.n-banner3 .bg {
  background: #4E74FA;
  top: 0;
  left: 0;
}
.n-banner3 .text {
  position: relative;
  z-index: 3;
}
.n-banner3 .text .tit2 {
  width: 49%;
}
.n-banner3 .text .tit3 {
  width: 45%;
  margin-top: .5rem;
}
.n-banner3 .imgicon {
  width: 20rem;
  position: absolute;
  bottom:-1.25rem;
  z-index: 1;
  right: 10%;
}

.solutions-list1 {
  padding: 1.75rem 0;
}
.solutions-list1 .w980 {
  width: 980px;
  margin: 0 auto;
  max-width: 90%;
}
.solutions-list1 .itembox {
  margin-bottom: 2.75rem;
}
.solutions-list1 .itembox:last-child {
  margin-bottom: 0;
}
.solutions-list1 .img {
  width: 340px;
}
.solutions-list1 .text {
  width: calc(100% - 380px);
}
.solutions-list1 .text .tit2 {
  margin-bottom: .5rem;
}
.solutions-list1 .itembox:nth-child(2n) {
  flex-flow: row-reverse wrap;
}

.solutions-list2 {
  padding: 2.75rem 0;
}
.solutions-list2 .w1080 {
  width: 1080px;
  margin: 0 auto;
  max-width: 90%;
}
.solutions-list2 .itembox {
  margin-bottom: 4rem;
}
.solutions-list2 .itembox:last-child {
  margin-bottom: 0;
}
.solutions-list2 .img {
  width: 44%;
  display: flex;
  flex-flow: row wrap;
  /*justify-content: flex-end;*/
  align-items: center;
}
.solutions-list2 .img img{
  /*width:70%;*/
}
.solutions-list2 .text {
  width: 46%;
}
.solutions-list2 .text .tit2 {
  margin-bottom: .5rem;
}
.solutions-list2 .itembox:nth-child(2n) {
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: center;
}
@media (max-width:767px) {
  .solutions-list2 .img{
    margin-bottom:.75rem;
  }
  .solutions-list2 .img,.solutions-list2 .text{
    width:100%;
  }
  .solutions-list2 .itembox{
    margin-bottom:2rem;
  }
  .solutions-list2{
    padding:1.5rem 0;
  }
}

.products-list1 {
  padding: 1.75rem 0 1rem;
}
.products-list1 .w1080 {
  width: 1080px;
  margin: 0 auto;
  max-width: 90%;
}
.products-list1 .itembox {
  margin-bottom: 3rem;
  flex-flow: row-reverse wrap;
}
.products-list1 .itembox:last-child {
  margin-bottom: 0;
}
.products-list1 .img {
  width: 48%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.products-list1 .text {
  width: 33.83%;
}
.products-list1 .text .tit2 {
  margin-bottom: .5rem;
}
.products-list1 .text .li {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom:0px;
}
.products-list1 .text .icon {
  height: 20px;
  margin-right: 10px;
}
.products-list1 .text .li.cur {
  background: #EBF4FF;
}
.products-list1 .text .li.cur .svgimg1 {
  opacity: 0;
}
.products-list1 .text .li.cur .svgimg2 {
  opacity: 1;
}
.products-list1 .text .tip {
  color: #686C73;
}
.products-list1 .itembox:nth-child(2n) {
  flex-flow: row wrap;
}
.products-list1 .iconbox {
  width: 30px;
  height: 30px;
}
.products-list1 .iconbox svg {
  width: 20px;
  height: 20px;
  transition: all .4s ease;
}
.products-list1 .iconbox .svgimg2 {
  opacity: 0;
}
.products-list1 .img {
  width: 60.3%;
}
.products-list1 .sptext {
  color: #686C73;
  margin-top: 8px;
  /*display: none;*/
}

.products-list2 {
  padding: 1.75rem 0 3.75rem;
}
.products-list2 .w1080 {
  width: 1080px;
  margin: 0 auto;
  max-width: 90%;
}
.products-list2 .itembox {
  margin-bottom: 3.75rem;
  flex-flow: row-reverse wrap;
}
.products-list2 .itembox:last-child {
  margin-bottom: 0;
}
.products-list2 .img {
  width: 48%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.products-list2 .text {
  width: 33.83%;
}
.products-list2 .text .tit2 {
  margin-bottom: .5rem;
}
.products-list2 .text .li {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.products-list2 .text span {
  width: calc(100% - 50px);
}
.products-list2 .text .leftbox {
  width: calc(100% - 50px);
}
.products-list2 .text .icon {
  height: 20px;
  margin-right: 10px;
}
.products-list2 .text .li.cur {
  background: #EBF4FF;
}
.products-list2 .text .li.cur .svgimg1 {
  opacity: 0;
}
.products-list2 .text .li.cur .svgimg2 {
  opacity: 1;
}
.products-list2 .text .tip {
  color: #686C73;
}
.products-list2 .itembox-right {
  flex-flow: row wrap;
}
.products-list2 .iconbox {
  width: 30px;
  height: 30px;
  display:none;
}
.products-list2 .iconbox svg {
  width: 20px;
  height: 20px;
  transition: all .4s ease;
}
.products-list2 .iconbox .svgimg2 {
  opacity: 0;
}
.products-list2 .img {
  width: 60.3%;
}
.products-list2 .sptext {
  color: #686C73;
  margin-top: 8px;
  display: none;
}
.products-list2 .tab-ul {
  margin-top: 1rem;
}
.products-list2 .tab-ul .li {
  height: 42px;
  line-height: 42px;
  padding: 0 16px;
  margin: 0 1.5rem;
  cursor: pointer;
}
.products-list2 .tab-ul .icon {
  height: 20px;
  margin-right: 10px;
}
.products-list2 .tab-ul .li:hover, .products-list2 .tab-ul .li.cur {
  background: #EBF4FF;
}
.products-list2 .tip2 {
  width: 610px;
  margin: .5rem auto 0;
}
.products-list2 .imgbox {
  margin-top: 1rem;
}
.products-list2 .imgbox img{
  margin:0 auto;
}
@media (max-width:768px) {
  .products-list2 .text{
    width:100%;
  }
  .products-list2 .img{
    width:100%;
    margin-bottom:.7rem;
  }
  .products-list2 .itembox{
    margin-bottom:1.5rem;
  }
  .products-list2 .tab-ul .li{
    margin:0 .25rem;
    padding:0 10px;
  }
  .products-list2 .tip2{
    width:100%;
  }
}

.n-customer {
  padding: 3rem 0 1.5rem;
  background: #fff;
}
.n-customer .ulbox {
  width: 104%;
  margin-bottom: -1rem;
}
.n-customer .li {
  width: 21%;
  padding: 10px 10px 16px 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-right: 4%;
  margin-bottom: 1rem;
  transform: translate(0, 0);
}
.n-customer .tit4 {
  color: #686c73;
  margin-bottom: 12px;
}
.n-customer .tit3 {
  height: 68px;
  line-height: 34px;
  overflow: hidden;
}
.n-customer .text {
  padding: 20px 0 0;
}
.n-customer .img {
  width: 100%;
}
.n-customer .img img {
  width: 100%;
}
.n-customer .li:hover {
  transform: scale3d(1.08, 1.08, 1.0);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
}
.n-customer .morebtn {
  margin: 1.5rem auto 0;
  width: 145px;
  height: 45px;
  line-height:41px;
  border-radius: 40px;
  border: 2px solid #333;
}
.n-customer .morebtn:hover {
  background: #333;
  color: #fff;
}
@media (max-width:768px) {
  .n-customer .li{
    width:48%;
    margin-right:4%;
    margin-bottom:4%;
  }
  .n-customer .li:nth-child(2n){
    margin-right:0;
  }
  .n-customer .ulbox{
    width:100%;
  }
}

.n-customer-info {
  padding: 124px 0 80px;
}
.n-customer-info .w830 {
  width: 830px;
  margin: 0 auto;
  max-width: 90%;
}
.n-customer-info .tit3 {
  color: #9EA2A8;
  margin-top: .35rem;
}
.n-customer-info .title {
  margin-bottom: .5rem;
}
.n-customer-info .textbox {
  color: #686C73;
  min-height:300px;
  margin-bottom: 1rem;
}
.n-customer-info .customer-recommend {
  margin-top: 1.5rem;
}
.n-customer-info .customer-recommend .li {
  padding: 8px 12px;
  background: #F7F7F7;
  border-radius: 5px;
  overflow: hidden;
  width: 49%;
  margin-right: 2%;
}
.n-customer-info .customer-recommend .li:nth-child(2n) {
  margin-right: 0;
}
.n-customer-info .customer-recommend .tit4 {
  margin-bottom: .5rem;
}
.n-customer-info .customer-recommend .img {
  width: 130px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
}
.n-customer-info .customer-recommend .text {
  width: calc(100% - 150px);
}
.n-customer-info .customer-recommend .tit5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-customer-info .customer-recommend .tit6 {
  color: #9EA2A8;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-top: .15rem;
}
.n-customer-info .customer-recommend .more {
  display: inline-block;
  color: #017AFF;
  margin-top: .25rem;
}
.n-customer-info .customer-recommend .li:hover .tit5 {
  color: #017AFF;
}
.n-customer-info .fxbox {
  position: fixed;
  right: calc(50vw - 415px - 60px);
  top: 25%;
  width: 50px;
}
.n-customer-info .fxbox a {
  width: 50px;
  height: 50px;
  padding-left: 0;
  margin: 10px 0;
}
.n-customer-info .fxbox .bds_weixin {
  background: url(../img/recimg2.png) no-repeat center center;
}
.n-customer-info .fxbox .bds_tsina {
  background: url(../img/recimg3.png) no-repeat center center;
}

.customer-service-list1 {
  padding: 124px 0 90px;
  background: #fff;
}
.customer-service-list1 .w1100 {
  width: 1100px;
  margin: 0 auto;
  max-width: 90%;
}
.customer-service-list1 .contentbox {
  margin-bottom: 3.35rem;
}
.customer-service-list1 .contentbox .leftbox {
  width: 51.27%;
}
.customer-service-list1 .contentbox .leftbox .tit3 {
  margin-top: .35rem;
}
.customer-service-list1 .contentbox .rightbox {
  width: 45.45%;
}
.customer-service-list1 .contentbox .rightbox img {
  width: 100%;
}
.customer-service-list1 .contentbox2 {
  margin-bottom: 2.75rem;
}
.customer-service-list1 .contentbox2 .tit2 {
  margin-bottom: 2rem;
}
.customer-service-list1 .contentbox2 .ulbox .li {
  width: 50%;
  padding-right: 5%;
  margin-bottom: 2.75rem;
}
.customer-service-list1 .contentbox2 .tit3 {
  font-family: "Roboto",Arial;
  color: #E6E8EA;
}
.customer-service-list1 .contentbox2 .tit5 {
  margin-top: .3rem;
}

.customer-service-list2 {
  background: #F7FAFD;
  padding: 56px 0;
}
.customer-service-list2 .w895 {
  width: 895px;
  margin: 0 auto;
  max-width: 90%;
}
.customer-service-list2 .ulbox {
  margin-top: .9rem;
}
.customer-service-list2 .ulbox .sptitle {
  cursor: pointer;
}
.customer-service-list2 .ulbox .li {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.customer-service-list2 .ulbox .li .iconbox {
  margin-right: 10px;
}
.customer-service-list2 .ulbox .li svg {
  width: 20px;
  height: 20px;
}
.customer-service-list2 .ulbox .li.cur .svgimg1 {
  opacity: 0;
}
.customer-service-list2 .ulbox .li.cur .svgimg2 {
  opacity: 1;
}
.customer-service-list2 .ulbox .sptext {
  color: #686C73;
  margin-top: 8px;
  display: none;
}

.knowledge-tab-nav {
  line-height: 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 50px;
}
.knowledge-tab-nav .li {
  color: #9EA2A8;
  margin-right: 3rem;
  padding: 0 10px 10px;
  border-bottom: 2px solid transparent;
}
.knowledge-tab-nav .li:hover, .knowledge-tab-nav .li.cur {
  color: #017AFF;
  border-bottom: 2px solid #017AFF;
}

.n-knowledge {
  padding: 80px 0;
  background: #fff;
}
.n-knowledge .ulbox {
  width: 103%;
  margin-bottom: -1rem;
}
.n-knowledge .ulbox .li {
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 1rem;
  transform: translate(0, 0);
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
}
.n-knowledge .ulbox .tit4 {
  color: #686c73;
  margin-bottom: 12px;
}
.n-knowledge .ulbox .tit3 {
  height: 60px;
  line-height: 20px;
  color: #686C73;
  overflow: hidden;
  margin-bottom: 12px;
}
.n-knowledge .ulbox .text {
  padding: 20px 0 0;
}
.n-knowledge .ulbox .img {
  width: 100%;
}
.n-knowledge .ulbox .img img {
  width: 100%;
}
.n-knowledge .ulbox .more {
  color: #017AFF;
}
.n-knowledge .ulbox .icon2 {
  width: 18px;
  margin-left: 8px;
}
.n-knowledge .ulbox .li:hover {
  transform: translate(0, -10px);
  border-bottom: 2px solid #017AFF;
}
@media (max-width:768px) {
  .n-knowledge{
    padding:1.5rem 0;
  }
  .knowledge-tab-nav .li{
    margin-right: 1rem;
    font-size:16px;
  }
  .n-knowledge .ulbox{
    width:100%;
  }
  .n-knowledge .ulbox .li{
    width:48%;
    margin-right:4%;
  }
  .n-knowledge .ulbox .li:nth-child(3n){
    margin-right:4%;
  }
  .n-knowledge .ulbox .li:nth-child(2n){
    margin-right:0 !important;
    margin-bottom:4%;
  }
  .knowledge-tab-nav{
    margin-bottom:1rem;
  }
}

.n-knowledge2 {
  padding: 80px 0;
  background: #fff;
}
.n-knowledge2 .ulboxtop .li {
  width: 48%;
  padding-bottom:10px;
  position: relative;
}
.n-knowledge2 .ulboxtop .img {
  width: 100%;
}
.n-knowledge2 .ulboxtop .img img {
  width: 100%;
}
.n-knowledge2 .ulboxtop .img .icon {
  width: 30px;
  height: 30px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}
.n-knowledge2 .ulboxtop .tit4 {
  color: #2E2E2E;
  margin-bottom: 4px;
  line-height: 28px;
  height:58px;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
}
.n-knowledge2 .ulboxtop .tit3 {
  line-height: 24px;
  color: #9EA2A8;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-knowledge2 .ulboxtop .tit5 {
  color: #C4C7CD;
}
.n-knowledge2 .ulboxtop .text {
  padding: 15px 0 0;
}
.n-knowledge2 .ulboxtop .icon2 {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: none;
}
.n-knowledge2 .ulboxtop .tip {
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  background: #02C076;
  left: 15px;
  top: 15px;
  z-index: 3;
  display: none;
}
.n-knowledge2 .ulboxtop .li.active .tip {
  display: block;
}
.n-knowledge2 .ulboxtop .li.active .tit5 .icon2 {
  display: block;
}
.n-knowledge2 .ulboxtop .li.active .tit5 span {
  color: #FFAB00;
}
.n-knowledge2 .ulboxtop .li .img{
  transition: all .3s;
}
.n-knowledge2 .ulboxtop .li:before{
  content:"";
  position: absolute;
  width:100%;
  height:3px;
  background:#017AFF;
  bottom:0;
  opacity:0;
  transition: all .3s;
}
.n-knowledge2 .ulboxtop .li:hover .img>.img{
  transform:scale3d(1.1, 1.1, 1.0);
}
.n-knowledge2 .ulboxtop .li:hover:before{
  opacity:1;
}
.n-knowledge2 .ulbox {
  width: 103%;
  margin-bottom: -1.35rem;
  margin-top: 1.5rem;
}
.n-knowledge2 .ulbox .li {
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 1.35rem;
  transform: translate(0, 0);
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
}
.n-knowledge2 .ulbox .tit4 {
  color: #2E2E2E;
  margin-bottom: 4px;
  height: 56px;
  line-height: 28px;
  overflow: hidden;
}
.n-knowledge2 .ulbox .tit3 {
  line-height: 24px;
  color: #9EA2A8;
  overflow: hidden;
  margin-bottom: 20px;
}
.n-knowledge2 .ulbox .tit5 {
  color: #C4C7CD;
}
.n-knowledge2 .ulbox .text {
  padding: 20px 0 0;
}
.n-knowledge2 .ulbox .img {
  width: 100%;
}
.n-knowledge2 .ulbox .img img {
  width: 100%;
}
.n-knowledge2 .ulbox .img .icon {
  width: 30px;
  height: 30px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}
.n-knowledge2 .ulbox .li:hover {
  transform: translate(0, -10px);
  border-bottom: 2px solid #017AFF;
}
@media (max-width:768px) {
  .n-knowledge2 .ulbox .li{
    width:48%;
    margin-right:4%;
    margin-bottom:4%;
  }
  .n-knowledge2 .ulbox .li:nth-child(3n){
    margin-right:4%;

  }
  .n-knowledge2 .ulbox{
    width:100%;
  }
  .n-knowledge2 .ulbox .li:nth-child(2n){
    margin-right:0;
  }
  .n-knowledge2 .ulbox{
    margin-top:1rem;
  }
  .n-knowledge2{
    padding:1.5rem 0;
  }
}

.n-customer-info2 {
  padding: 124px 0 1.5rem;
}
.n-customer-info2 .w830 {
  width: 830px;
  margin: 0 auto;
  max-width: 90%;
}
.n-customer-info2 .tit3 {
  color: #9EA2A8;
  margin-top: .35rem;
}
.n-customer-info2 .title {
  margin-bottom: .5rem;
}
.n-customer-info2 .textbox {
  color: #686C73;
}
.n-customer-info2 .title2 {
  height: 27px;
  line-height: 27px;
  padding-left: 10px;
  margin-bottom: .5rem;
  margin-top: 1rem;
}
.n-customer-info2 .title2:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 23px;
  background: #017AFF;
  left: 0;
  top: 50%;
  margin-top: -11.5px;
}
.n-customer-info2 .videobox {
  width: 100%;
}
.n-customer-info2 .videobox #video {
  width: 100%;
}
.n-customer-info2 .fxbox {
  position: fixed;
  right: calc(50vw - 415px - 60px);
  top: 10%;
  width: 50px;
}
.n-customer-info2 .fxbox a {
  width: 50px;
  height: 50px;
  padding-left: 0;
  margin: 10px 0;
}
.n-customer-info2 .fxbox .bds_weixin {
  background: url(../img/recimg2.png) no-repeat center center;
}
.n-customer-info2 .fxbox .bds_tsina {
  background: url(../img/recimg3.png) no-repeat center center;
}
@media (max-width: 767px) {
  .n-customer-info2{
    padding: 1.5rem 0 ;
  }
  .n-customer-info{
    padding: 1.5rem 0 ;
  }
}

.n-knowledge3 {
  padding: 80px 0;
  background: #fff;
}
.n-knowledge3 .formbox {
  margin-bottom: 16px;
}
.n-knowledge3 .formbox .form {
  width: 330px;
  height: 44px;
}
.n-knowledge3 .formbox .input1 {
  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: 44px;
  background: #F7F7F7;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 10px 0 40px;
}
.n-knowledge3 .formbox .input1:focus {
  border-color: rgba(78, 116, 250, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(78, 116, 250, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(78, 116, 250, 0.6);
}
.n-knowledge3 .formbox .iconbox{
   width: 16px;
  height: 16px;
  left: 16px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
  cursor:pointer;
}
.n-knowledge3 .formbox .submit{
  width:100%;
  height:100%;
  z-index:3;
  left:0;
  top:0;
  background:transparent;
  border:none !important;
}

.n-knowledge3 .formbox .icon {
   width: 16px;
  height: 16px;
  fill: #C4C7CD;
}
.n-knowledge3 .tab-list .tip {
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border-radius:2px;
  background: #1E2026;
  left: 15px;
  top: 15px;
  z-index: 3;
}
.n-knowledge3 .tab-list .leftbox {
  width: 60%;
  height: 400px;
}
.n-knowledge3 .tab-list .leftbox .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.n-knowledge3 .tab-list .tab-ul {
  width: 38%;
}
.n-knowledge3 .tab-list .tab-ul .li {
  height: 130px;
  border: 1px solid #E6E8EA;
  padding: 16px;
  margin-bottom: 8px;
  display: block;
}
.n-knowledge3 .tab-list .tab-ul .li:nth-child(3) {
  margin-bottom: 0;
}
.n-knowledge3 .tab-list .tab-ul .tit2 {
  line-height: 25px;
  margin-bottom: 8px;
  color: #2E2E2E;
}
.n-knowledge3 .tab-list .tab-ul .tit3 {
  color: #9EA2A8;
  line-height: 20px;
  height: 40px;
  margin-bottom: 8px;
}
.n-knowledge3 .tab-list .tab-ul .time {
  color: #9EA2A8;
  line-height: 1.2;
}
.n-knowledge3 .tab-list .tab-ul .li:hover, .n-knowledge3 .tab-list .tab-ul .li.cur {
  background: #F7F7F7;
}
.n-knowledge3 .ulbox {
  width: 103%;
  margin-bottom: -1.35rem;
  margin-top: 1.5rem;
}
.n-knowledge3 .ulbox .tip {
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  background: #1E2026;
  left: 15px;
  top: 15px;
  z-index: 3;
}
.n-knowledge3 .ulbox .li {
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 1.35rem;
  transform: translate(0, 0);
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
}
.n-knowledge3 .ulbox .tit4 {
  color: #2E2E2E;
  margin-bottom: 4px;
  line-height: 28px;
  height:58px;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
}
.n-knowledge3 .ulbox .tit3 {
  line-height: 20px;
  color: #9EA2A8;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}
.n-knowledge3 .ulbox .tit5 {
  color: #C4C7CD;
}
.n-knowledge3 .ulbox .text {
  padding: 20px 0 0;
}
.n-knowledge3 .ulbox .img {
  width: 100%;
}
.n-knowledge3 .ulbox .img img {
  width: 100%;
}
.n-knowledge3 .ulbox .img .icon {
  width: 30px;
  height: 30px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}
.n-knowledge3 .ulbox .li:hover {
  transform: translate(0, -10px);
  border-bottom: 2px solid #017AFF;
}
@media (max-width:768px) {
  .n-knowledge3{
    padding:2rem 0;
  }
  .n-knowledge3 .tab-list .leftbox{
    width:100%;
    height:10rem;
  }
  .n-knowledge3 .tab-list .tab-ul{
    width:100%;
    margin-top:.75rem;
  }
  .n-knowledge3 .formbox .form{
    width:100%;
  }
  .n-knowledge3 .ulbox{
    width:100%;
  }
  .n-knowledge3 .ulbox .li{
    width:48%;
    margin-right:4%;
    margin-bottom:4%;
    padding-bottom:0;
  }

  .n-knowledge3 .ulbox .li:nth-child(3n){
    margin-right:4% !important;
  }
  .n-knowledge3 .ulbox .li:nth-child(2n){
    margin-right:0 !important;
  }
}
.n-applybox {
  padding: 5rem 0;
  background: #f3f7fa;
}
.n-applybox .w900 {
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
}
.n-applybox .tit2 {
  color: #017AFF;
  margin-bottom: .5rem;
}
.n-applybox .li {
  margin-bottom: .35rem;
  color: #686C73;
}
.n-applybox .li .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.n-applybox .li span {
  width: calc(100% - 50px);
}
.n-applybox .leftext {
  width: 43%;
}
.n-applybox .tit3 {
  color: #2E2E2E;
  margin-bottom: 6px;
}
.n-applybox .formbox {
  width: 47.7%;
  background: #fff;
  border-radius: 12px;
  padding: 1rem .75rem;
}
.n-applybox .tit4 {
  color: #686C73;
  margin-bottom: 1rem;
}
.n-applybox .item {
  margin-bottom: .5rem;
}
.n-applybox .input1 {
  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: 40px;
  background: #F7F7F7;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 10px 0 12px;
  border: none;
  margin-top: 8px;
}
.n-applybox .input1:focus {
  border-color: rgba(78, 116, 250, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(78, 116, 250, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(78, 116, 250, 0.6);
}
.n-applybox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #C4C7CD;
}
.n-applybox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C4C7CD;
}
.n-applybox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C4C7CD;
}
.n-applybox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C4C7CD;
}
.n-applybox .tip {
  color: #686C73;
}
.n-applybox .tip input {
  margin-right: 10px;
}
.n-applybox .tip a {
  color: #686C73;
  transition: all .4s;
}
.n-applybox .tip a:hover {
  color: #017AFF;
}
.n-applybox .submitbtn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #017AFF;
  border-radius: 6px;
  margin-top: .55rem;
}

.mediatop {
  padding-top: 3rem;
}
.mediatop .leftbox {
  width: 50%;
  height: 330px;
  border-radius: 6px;
}
.mediatop .leftbox .bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.mediatop .textbox {
  width: 47.3%;
}
.mediatop .textbox .tit2 {
  color: #2E2E2E;
  font-weight:bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mediatop .textbox .tit3 {
  color: #686C73;
  height: 25px;
  height: 200px;
  margin-bottom: .5rem;
}
.mediatop .textbox .time {
  color: #9EA2A8;
}
.mediatop:hover .leftbox .bg {
  transform: scale3d(1.1, 1.1, 1);
}
.mediatop:hover .tit2 {
  color: #0169FF;
}
@media (max-width:767px) {
  .mediatop .leftbox{
    width:100%;
    margin-bottom:.5rem;
  }
  .mediatop .textbox{
    width:100%;
  }
  .mediatop{
    padding-top: 2rem;
  }
  
}

.medialist {
  margin-top: 1rem;
  padding-bottom: 2rem;
}
.medialist .li {
  margin-bottom: 1rem;
}
.medialist .img {
  width: 340px;
  height: 190px;
  border-radius: 6px;
}
.medialist .text {
  width: calc(100% - 374px);
}
.medialist .text .tit3 {
  color: #2E2E2E;
  margin-bottom: 8px;
  height:64px;
  line-height:32px;
  overflow: hidden;
}
.medialist .text .tit4 {
  height: 25px;
  height: 75px;
  overflow: hidden;
  color: #686C73;
  margin-bottom: 20px;
}
.medialist .text .time {
  color: #9EA2A8;
}
.medialist .li:hover .img .bg {
  transform: scale3d(1.1, 1.1, 1);
}
.medialist .li:hover .tit3 {
  color: #0169FF;
}
@media (max-width:767px) {
  .medialist .img{
    width:100%;
  }
  .medialist .text{
    width:100%;
  }
}
.n-upgrade {
  padding: 80px 0 50px;
}
.n-upgrade .w900 {
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
}
.n-upgrade .ulbox:before {
  content: "";
  position: absolute;
  width: 1px;
  left: 78px;
  height: calc(100% - 25px);
  top: 16px;
  background: #E6E8EA;
}
.n-upgrade .ulbox .time {
  width: 85px;
  color: #017AFF;
}
.n-upgrade .ulbox .time:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  right: 0;
  border-radius: 50%;
  background: #E6E8EA;
  top: 50%;
  margin-top: -6px;
}
.n-upgrade .ulbox .time2 {
  width: 85px;
  height: 25px;
  color: #9EA2A8;
}
.n-upgrade .ulbox .time2:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 3px;
  border-radius: 50%;
  background: #E6E8EA;
  top: 50%;
  margin-top: -3.5px;
}
.n-upgrade .ulbox .item {
  margin-top: .5rem;
  margin-bottom: .75rem;
}
.n-upgrade .ulbox .textbox {
  padding-left: 24px;
  width: calc(100% - 145px);
}
.n-upgrade .ulbox .titletop {
  cursor: pointer;
}
.n-upgrade .ulbox .titletop span {
  max-width: calc(100% - 80px);
}
.n-upgrade .ulbox .titletop .icon {
  width: 18px;
  height: 18px;
  fill: #1E2026;
  margin-left: 1.25rem;
  transition: all .4s;
}
.n-upgrade .ulbox .text {
  color: #686C73;
  padding: 16px;
  background: #F7F7F7;
  margin-top: 12px;
  display: none;
}
.n-upgrade .ulbox .titletop.cur .icon {
  transform: rotate(-180deg);
}
.n-upgrade .morebtn {
  margin: 1.5rem auto 0;
  width: 145px;
  height: 45px;
  line-height: 41px;
  border-radius: 45px;
  border:2px solid #333;
}
.n-upgrade .morebtn:hover {
  border:2px solid #333;
  background: #333;
  color: #fff;
}

@media (max-width:767px) {
  .n-upgrade{
    padding:1.5rem 0;
  }
  .knowledge-tab-nav .li{
    margin-right:.2rem;
    font-size:14px;
  }
  .n-upgrade .ulbox .textbox{
    width: calc(100% - 90px);
  }
  .n-upgrade .ulbox .titletop span{
    max-width: calc(100% - 60px);
  }
}

.join-list1 {
  padding: 3.85rem 0 3rem;
  background: #fff;
  z-index: 2;
}
.join-list1 .leftbox {
  width: 41.6%;
}
.join-list1 .leftbox .tit2 {
  margin-bottom: .25rem;
}
.join-list1 .leftbox .tit3 {
  margin-bottom: 1.75rem;
}
.join-list1 .leftbox .li {
  color: #686C73;
  width: 50%;
  padding-right: 3%;
  margin-bottom: 15px;
}
.join-list1 .rightvideo {
  width: 52.75%;
  position: relative;
}
.join-list1 .rightvideo .img1 {
  max-width: 100%;
  position: relative;
  z-index: 3;
}
.join-list1 .rightvideo .img2 {
  position: absolute;
  max-width: 100%;
  z-index: 2;
  top: 14px;
  left: 14px;
}
.join-list1 .rightvideo .video-btn {
  z-index: 5;
}
@media (max-width:768px) {
  .join-list1{
    padding:1.5rem 0 2.5rem;
  }
  .join-list1 .leftbox{
    width:100%;
    margin-bottom:.7rem;
  }
  .join-list1 .rightvideo{
    width:100%;
  }
  .join-list2 .imgtip{
    display:none;
  }
  .join-list2 .titlebox{
    height:5rem !important;
  }

}


.join-list2 {
  padding: 0 0 2rem;
  background: #C4DCFC;
}
.join-list2 .titlebox {
  height: 6.7rem;
  position: relative;
  z-index:2;
}
.join-list2 .imgtip {
  position: absolute;
  width: auto;
  height: 8rem;
  right: 1.5rem;
  bottom: 0;
}
.join-list2 .warpform {
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(102, 122, 119, 0.2);
  margin-top: -18px;
}
.join-list2 .formtab {
  margin-bottom: .25rem;
}
.join-list2 .formtab .li {
  width: calc((100% - 48px)/3);
  background: #f7f7f7;
  border-radius: 6px;
  padding: 0 16px;
}
.join-list2 .formtab .sptitle {
  height: 44px;
  color:#666;
}
.join-list2 .formtab .icon {
  width: 10px;
  height: 10px;
  fill: #111;
}
.join-list2 .formtab .li.on .sptitle {
  color: #017AFF;
}
.join-list2 .formtab .li.on .icon {
  fill: #017AFF;
}
.join-list2 .formtab .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);
  background: transparent;
  width: 100%;
  height: 44px;
  padding-left: 45px;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  box-shadow: none;
}
.join-list2 .formtab .input:focus {
  border-color: rgba(158, 26, 30, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(158, 26, 30, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(158, 26, 30, 0.6);
}
.join-list2 .formtab .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.join-list2 .formtab .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.join-list2 .formtab .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.join-list2 .formtab .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.join-list2 .formtab .submit-btn {
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../img/search.png) no-repeat center center;
  background-size: 15px 15px;
  top: 50%;
  left: 8px;
  margin-top: -19px;
}
.join-list2 .formtab .li-no {
  padding: 0;
}
.join-list2 .formtab .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 44px;
  background: #fff;
  z-index: 3;
  display: none;
}
.join-list2 .formtab .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .75rem;
}
.join-list2 .formtab .item:last-child {
  border-bottom: none;
}
.join-list2 .formtab .item:hover {
  background: #017AFF;
  color: #fff;
}
.join-list2 .recruit-list-1 .list {
  width: 100%;
  border-bottom: 2px solid #1E2026;
  cursor: pointer;
  margin-top: -1px;
}
.join-list2 .recruit-list-1 .list .list-top {
  padding: 24px 0;
}
.join-list2 .recruit-list-1 .list .span1 {
  width: calc(100% - 80px);
}
.join-list2 .recruit-list-1 .list .span5 {
  width: 40px;
}
.join-list2 .recruit-list-1 .list .span5 .icon {
  width: 20px;
  height: 20px;
}
.join-list2 .recruit-list-1 .list .span5 .icon1 {
  z-index: 2;
  opacity: 1;
  transition: all .3s;
}
.join-list2 .recruit-list-1 .list .span5 .icon2 {
  z-index: 2;
  opacity: 0;
  transition: all .3s;
}
.join-list2 .recruit-list-1 .list .item {
  margin-bottom: .5rem;
  padding-right: 200px;
}
.join-list2 .recruit-list-1 .list .list-hide {
  padding: .7rem 0 1.25rem;
  position: relative;
  display: none;
  border-top: 1px solid #e0e3e8;
}
.join-list2 .recruit-list-1 .list .tit2 {
  margin-bottom: 10px;
}
.join-list2 .recruit-list-1 .list .list-top.on .icon1 {
  opacity: 0;
}
.join-list2 .recruit-list-1 .list .list-top.on .icon2 {
  opacity: 1;
}
.join-list2 .recruit-list-1 .list .warpmorebox {
  color: #686C73;
}
.join-list2 .recruit-list-1 .list .morebox {
  width: 85px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  background: #017AFF;
  color: #fff;
  transition: all .5s ease;
  margin-right: 10px;
}
.join-list2 .recruit-list-1 .list .morebox:hover {
  background: #017AFF;
  color: #fff;
}
.join-list2 .recruit-list-1 .list .morebox:hover .icon {
  fill: #fff;
}
@media (max-width:767px) {
  .join-list2 .formtab .li{
    width:100%;
    margin-bottom:.5rem;
  }
  .join-list2 .recruit-list-1 .list .item{
    padding:0;
  }
}
@media (max-width: 767px) {
  .join-list2 .recruit-list-1 .list .list-hide {
    padding: 0.5rem 0.5rem 1rem;
  }
  .join-list2 .recruit-list-1 .list .morebox {
    position: relative;
    height: 140px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    right: 0;
    top: 0;
    margin-top: 1rem;
  }
  .join-list2 .recruit-list1 .formtab .li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .join-list2 .recruit-list1 .formtab .botton-btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
}

.w1024 {
  width: 1024px;
  margin: 0 auto;
  max-width: 90%;
}

.about-list1 {
  padding: 1.5rem 0 3rem;
}
.about-list1 .ulbox {
  margin-top: 1rem;
  padding-top:56px;
  background:url(../img/aboutline.png) no-repeat center top;
}
.about-list1 .ulbox:before {
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left:-1px;
  height: calc(100% - 40px);
  top: 35px;
  background: #E6E8EA;
}
.about-list1 .ulbox .li{
  margin-bottom:0;
}
.about-list1 .ulbox .time {
  width: 100px;
  background: #fff;
  color: #017AFF;
  margin: 0 auto .7rem;
  border-radius: 6px;
  border: 1px solid #017AFF;
}
.about-list1 .ulbox .time2 {
  width: 80px;
  height: 25px;
  color: #017AFF;
  margin-left: 10px;
  text-align: left;
}
.about-list1 .ulbox .time2:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 3px;
  border-radius: 50%;
  background: #999;
  top: 50%;
  margin-top: -3.5px;
}
.about-list1 .ulbox .time2{
  width:auto;
  padding-left:38px;
}
.about-list1 .ulbox .time2{
  width:auto;
  padding-left:38px;
}
.about-list1 .ulbox .time3{
  width:auto;
  padding-left:0;
  padding-right:38px;
}
.about-list1 .ulbox .item {
  width: 50%;
  margin-bottom: .5rem;
}
.about-list1 .ulbox .item.rightitem {
  flex-flow: row-reverse wrap;
  margin-left: 7px;
}
.about-list1 .ulbox .item.rightitem .time2:before {
  left: auto;
  right: 3px;
}
.about-list1 .ulbox .item.leftitem {
  margin-left: calc(50% - 6px);
}
.about-list1 .ulbox .item.leftitem .time2 {
  text-align: right;
  margin-right: 10px;
  margin-left: 0;
}

.about-list2 {
  padding: 0 0 2rem;
}
.about-list2 #map {
  width: 42.5%;
  border:1px solid #333;
}
.about-list2 .text {
  width: 52%;
}
.about-list2 .tit3 {
  margin-bottom: .7rem;
}
.about-list2 .p {
  color: #686C73;
}

.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.6);
  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;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog3 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog3 .closebtn {
    right: 3%;
  }
}
@-webkit-keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}

.ztips{
  display:none;
}
.n-customer-info .tit2,.n-customer-info .customer-recommend .tit5,.n-customer-info .customer-recommend .tit4,.join-list1 .leftbox .tit2,.join-list2 .titlebox .tit2,.n-upgrade .ulbox .titletop span,.n-banner .text .tit2,.products-list2 .text span{
  font-weight:bold;
}
.n-customer-info .textbox{
  padding-bottom:1rem;
  border-bottom:2px solid #222;
}
.bot-href{
  margin:5px 0;
}
.bot-href a{
  color:#666;
  transition: all .3s;
}
.bot-href a:hover{
  color:#4E74FA;
}
.about-list1 .ulbox .item .textbox{
  width:100%;
  padding-left:38px;
  margin-top:.25rem;
}
.about-list1 .ulbox .rightitem .textbox{
  width:100%;
  padding-right:38px;
 
}
.about-list1 .ulbox .rightitem .textbox .titletop{
   justify-content: flex-end;
}
.about-list1 .ulbox .rightitem .textbox .titletop span{
  text-align:right;
}

.footer4{
  /*padding-bottom:68px;*/
}
.fix-bot{
  position: fixed;
  z-index:9;
  height:68px;
  background:rgba(102, 102, 102, .9);
  width:100%;
  bottom:0;
}
.fix-bot .botton{
  margin-left:.65rem;
  border-radius:5px;
  background:#0664EB;
  height:40px;
  line-height:40px;
  width:98px;
  text-align:center;
  color:#fff;
}

@media (max-width:767px) {
  .fix-bot span{
    width:calc(100% - 120px);
    line-height:1.2;
  }
}
.n-banner .video-btn{
  width: 178px;
  height: 47px;
  border: 2px solid #FFFFFF;
  box-sizing:content-box;
  border-radius: 47px;
  margin-top:.75rem;
}
.n-banner .video-btn .icon{
  width:20px;
  height:20px;
  margin-right:.35rem;
  fill:#fff;
}

.n-banner .video-btn2{
  border: 2px solid #333;
}
.n-banner .video-btn .icon{
  fill:#333;
}


.n-banner2 .video-btn{
  width: 210px;
  height: 40px;
  border: 2px solid #FFFFFF;
  box-sizing:content-box;
  border-radius: 40px;
  margin-top:.45rem;
}
.n-banner2 .video-btn .icon{
  width:20px;
  height:20px;
  margin-right:.35rem;
  fill:#fff;
}

.por-tab-ul{
  padding:2.25rem 0 2.75rem;
}
.por-tab-ul .li{
  height:55px;
  line-height:55px;
  color:#808080;
  margin:0 .75rem;
  padding:0 10px;
  transition: all .4s;
  position: relative;
}
.por-tab-ul .w1200{
  border-bottom:1px solid #E2E2E2;
}
.por-tab-ul .li .img{
  /*width:30px;*/
  height:.7rem;
}
.por-tab-ul .li .img img{
  max-height:100%;
}
.por-tab-ul .li .img1{
  opacity:1;
  transition: all .4s;
}
.por-tab-ul .li .img2{
  opacity:0;
  transition: all .4s;
}
.por-tab-ul .li:before{
  content:"";
  position: absolute;
  height:4px;
  width:100%;
  left:0;
  bottom:-2px;
  background:#017AFF;
  opacity:0;
  transition: all .4s;
}
.por-tab-ul .li:hover:before,.por-tab-ul .li.cur:before{
  opacity:1;
}
.por-tab-ul .li:hover,.por-tab-ul .li.cur{
  color:#017AFF;
}
.por-tab-ul .li:hover .img1,.por-tab-ul .li.cur .img1{
  opacity:0;
}
.por-tab-ul .li:hover .img2,.por-tab-ul .li.cur .img2{
  opacity:1;
}
.i-list4 .tab2ulbox {
  margin-top:1rem;
  margin-bottom:1rem;
}
.i-list4 .tab2ulbox .li{
  padding-top:10px;
  left:0;
  margin:0 1.25rem;
  border-top:3px solid transparent;
  cursor:pointer;
  transition: all .4s;
}
.i-list4 .tab2ulbox img{
  width:50px;
  height:50px;
  margin-right:10px;
}
.i-list4 .tab2ulbox .litext{
  width:calc(100% - 60px);
}
.i-list4 .tab2ulbox .litext .tit7{
  color:#1E2026;
}
.i-list4 .tab2ulbox .litext .tit8{
  color:#1E2026;
}
.i-list4 .tab2ulbox .li:hover,.i-list4 .tab2ulbox .li.cur{
  border-top:3px solid #017AFF;
}
/*.i-list4 .warp-tabbox .tab-item{
  display:none;
}*/




.n-banner4 {
  padding: 5.25rem 0 2rem;
}
.n-banner4 .bg {
  background: #D8F1FF;
  top: 0;
  left: 0;
}
.n-banner4 .text {
  position: relative;
  margin-top:30px;
  padding-left:4rem;
  z-index: 3;
}
.n-banner4 .text .tit2 {
  width: 55%;
}
.n-banner4 .text .tit3 {
  width: 55%;
  margin-top: .5rem;
}
.n-banner4 .imgicon {
  width: 11.7rem;
  position: absolute;
  bottom: -3rem;
  z-index: 1;
  right:calc(50vw - 600px);
}
@media (max-width:1280px) {
  .n-banner4 .imgicon{
    right:0;
  }
  .n-banner4 .text{
    padding-left:2rem;
  }
}

@media (max-width:767px) {
  .n-banner4 .text{
    padding-left:0;
  }
  .n-banner2 .imgicon{
    position: relative;
  }
  .n-banner2{
    padding:1.5rem 0;
    height:auto;
  }
  .n-banner2 .imgicon{
    width:100% !important;
    height:9rem !important;
    margin-top:-3rem;
  }
}
.n-banner2 .text .tit3{
  margin-top:0;
}
.n-banner2 .text .tit2{
  font-weight:bold;
}
.services-list1 {
  padding: 1.75rem 0;
  position: relative;
  z-index: 2;
}
.services-list1 .tit2 {
  margin-bottom: 2rem;
}
.services-list1 .tit2-1{
  margin-bottom:.75rem;
}
.services-list1 .li {
  width: 50%;
  padding-right: 1.5rem;
  margin-bottom:1.75rem;
  padding-left: 2rem;
}
.services-list1 .icon {
  height: 0.9rem;
  margin-bottom: .3rem;
}
.services-list1 .tit3 {
  margin-bottom: .15rem;
  font-weight:bold;
}
.services-list1 .item {
  position: relative;
  padding-left: 12px;
}
.services-list1 .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #9EA2A8;
  border-radius: 50%;
}
.services-list1 .warp-form {
  margin-top: .5rem;
}
.services-list1 .frombox {
  width: 750px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.services-list1 .frombox table {
  width: 100%;
}
.services-list1 .td1 {
  height: 50px;
  background: #EBEDF0;
  color: #606060;
}
.services-list1 .td1 th {
  width: 25%;
}
.services-list1 .td2 {
  height: 50px;
  color: #606060;
  text-align: center;
}
.services-list1 .td2 img{
  margin:0 auto;
}
.services-list1 .td2 td {
  width: 25%;
}
.services-list1 .td2 td:nth-child(2n) {
  background: #FAFBFC;
}
.services-list1 .td2:nth-child(2n-1) {
  background: #F4F6F7;
}
.services-list1 .td2:nth-child(2n-1) td:nth-child(2n) {
  background: #F4F6F7;
}

.services-list2 {
  padding: 1rem 0 1.2rem;
  background: #E5F5FE;
}
.services-list2 .tit2 {
  margin-bottom: .35rem;
}
.services-list2 .ulbox {
  width: 890px;
  margin: 0 auto;
}
.services-list2 .li {
  padding: 12px 16px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #fff;
}
.services-list2 .icon {
  height: 20px;
  margin-right: 10px;
}
.services-list2 .iconbox {
  width: 30px;
  height: 30px;
}
.services-list2 .iconbox svg {
  width: 20px;
  height: 20px;
  transition: all .4s ease;
}
.services-list2 .iconbox .svgimg2 {
  opacity: 0;
}
.services-list2 .li.cur {
  background: #fff;
}
.services-list2 .li.cur .svgimg1 {
  opacity: 0;
}
.services-list2 .li.cur .svgimg2 {
  opacity: 1;
}
.services-list2 .tip {
  color: #686C73;
}
.services-list2 .sptext {
  color: #686C73;
  margin-top: 8px;
  display: none;
}
.services-list2 .sptitle {
  cursor: pointer;
}

.ibanner .img .animg{
  position: absolute;
  left:0;
  top:0;
  z-index:3;
  width:100%;
  height:100%;
  animation: photo-object-floating 2s infinite ease-in-out alternate;
}
.ibanner .img .indeximg{
  position: relative;
  z-index:1;
} 


.n-banner4 .imgicon .animg{
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  margin:auto;
  z-index:3;
  max-width:100%;
  max-height:100%;
  animation: photo-object-floating 5s infinite ease-in-out alternate;
}
.n-banner4 .imgicon .indeximg{
  position: relative;

  z-index:1;
} 


.n-banner3 .imgicon .animg{
  position: absolute;
  left:0;
  top:0;
  z-index:3;
  width:100%;
  height:100%;
  animation: photo-object-floating 5s infinite ease-in-out alternate;
}
.n-banner3 .imgicon .indeximg{
  position: relative;
  width:100%;
  z-index:1;
} 

@media (max-width:767px) {
  .n-banner3 .imgicon{
    right:0;
  }
  .n-banner3{
    padding: 2rem 0;
  }
  .n-banner3 .text .tit3{
    width:100%;
  }
  .n-banner3 .imgicon{
    width:100% !important;
    position:relative;
  }
  .about-list1 .ulbox:before{
    left:6px;
    margin-left:0;
  }
  .about-list1 .ulbox{
    background:url(../img/aboutline.png) no-repeat 6px top;
  }
  .about-list1 .ulbox .item{
    width:100%;
  }
  .about-list1 .ulbox .item.leftitem{
    margin-left:0;
  }
  .about-list1 .ulbox .rightitem .textbox .titletop{
    justify-content: flex-start;
  }
  .about-list1 .ulbox .rightitem .textbox .titletop span{
    text-align:left;
  }
  .about-list1 .ulbox .item.rightitem{
    flex-flow: row wrap;
  }
  .about-list1 .ulbox .time3{
    padding-left:30px !important;
    padding-right:0 !important;

  }
  .about-list1 .ulbox .time3:before{
    left: -6px !important;
    right:auto !important;
  }
  .about-list1 .ulbox .item.rightitem{
    margin-left:0;
  }
  .about-list2 #map{
    width:100%;
    margin-bottom:.75rem;
  }
  .about-list2 .text{
    width:100%;
  }
}

.n-banner .imgicon {
  /*width: 7.5rem;*/
  position: absolute;
  bottom:0;
  z-index: 1;
  right:calc(50vw - 600px);
}

.n-banner .imgicon .animg{
  position: absolute;
  left:0;
  top:0;
  z-index:3;
  width:100%;
  height:100%;
  animation: photo-object-floating 5s infinite ease-in-out alternate;
}
.n-banner .imgicon .indeximg{
  position: relative;
  /*width:100%;*/
  z-index:1;
} 

@keyframes photo-object-floating{
  0% {
      transform: translateY(-5px);
  }
  100% {
      transform: translateY(5px);
  }
}

/*# sourceMappingURL=boc_reset.css.map */

.n-upgrade .ulbox .text{
  font-family: "Microsoft YaHei Light", "Pingfang sc regular", "Microsoft Yahei", "Source Han Sans CN", "Noto Sans S Chinese Light", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.n-banner2 .video-btn{
  transition: all .4s;
}
.n-banner2 .video-btn .icon{
  transition: all .4s;
}
.n-banner2 .video-btn:hover{
  background:#fff;
  color:#5181FF;
  border:2px solid #fff;
}
.n-banner2 .video-btn:hover .icon{
  fill:#5181FF;
}



.n-banner .video-btn{
  transition: all .4s;
}
.n-banner .video-btn .icon{
  transition: all .4s;
}
.n-banner .video-btn:hover{
  background:#000;
  color:#fff;
  border:2px solid #000;
}
.n-banner .video-btn:hover .icon{
  fill:#fff;
}
.solutions-list2 .morebtn{
  border-radius:45px;
  height:45px;
  width:120px;
  border:1px solid #333;
  transition: all .4s;
}
.solutions-list2 .morebtn:hover{
  border:1px solid #333;
  background:#333;
  color:#fff;
}
.products-list1 .iconbox svg{
  display:none;
}
.products-list1 .sptext{
  display:block;
  padding-left:30px;
  margin-top:1px;
}

.i-list3 .li1 .tit3,.i-list3 .li1 .tit4{
  color:#002E77;
}

.i-list3 .li2 .tit3,.i-list3 .li2 .tit4{
  color:#51351A;
}

.i-list3 .li3 .tit3,.i-list3 .li3 .tit4{
  color:#1E3F2A;
}

.i-list3 .li4 .tit3,.i-list3 .li4 .tit4{
  color:#6D243D;
}



.n-banner .imgicon{
  height:15rem;
  width:20.5rem;
  right: calc(50vw - 650px);
}
.n-banner .imgicon img{
  position: absolute;
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}
.n-banner .imgicon .indeximg{
  position: absolute;
}
.n-banner .imgicon img.animg{
   width:auto;
  height:auto;
  top:auto;
  bottom:0;
  margin:0 auto;
}
.n-banner4 .imgicon .indeximg{
  max-height:100%;
}
.n-banner2 .imgicon {
  width:680px;
  height:300px;
}
@media (max-width:1280px) {
  .n-banner .imgicon{
    right:0;
  }
}
@media (max-width:1024px) {
 .footer4 .footer-bot .w1200{
    padding-left:0;
    text-align:center;
  }
  .footer4 .footer-top .leftbox{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width:768px) {
  .n-banner2 .imgicon{
    width:17rem;
    
  }
  .por-tab-ul{
    padding: 1.5rem 0 1rem;
  }
  .por-tab-ul .li{
    font-size:14px;
    margin:0 .3rem;
    padding:0;
  }
  .products-list1 .text{
    width:100%;
  }
  .products-list1 .img{
    width:100%;
    /*height:7.5rem;*/
    margin-bottom:.7rem;
  }
  .products-list1{
    padding:.75rem 0 1.5rem;
  }
}
@media (max-width:767px) {
  .n-banner .imgicon{
    width:90%;
    height:12rem;
    position:relative;
    right:-5%;
    margin-top:-2rem;
  }
  .n-banner{
    height:auto;
    padding:2rem 0 0;
  }
  .footer4 .footer-top .logo{
    margin-bottom:.55rem;
  }
  .products-list1 .itembox{
    margin-bottom:1.75rem;
  }

}

.solutions-list2 .morebtn{
  border:2px solid #333;
}
.solutions-list2 .morebtn:hover{
  border:2px solid #333;
}
.header4.fix{
  position:fixed;
  background:#fff;
  z-index:9;
  width:100%;
  left:0;
}

@media (max-width:767px) {
  .join-list1 .leftbox .tit2,.join-list1 .leftbox .tit3{
    text-align:center;
  }
  .join-list1 .leftbox .li{
    padding-left:10%;
    width:auto;
    min-width:160px;
  }
  .n-banner2 .video-btn{
    margin:15px auto 30px;
  }
}
@media (max-width:767px) {
  .n-banner2 .text .tit2,.n-banner2 .text .tit3,.n-banner .text .tit2,.n-banner .text .tit3{
    width:100%;
    text-align:center;
  }
}
@media (max-width:425px) {
  .n-knowledge .ulbox .li,.n-knowledge2 .ulboxtop .li,.n-knowledge3 .ulbox .li,.n-knowledge2 .ulbox .li,.n-customer .li{
    width:100%;
    margin-right:0;
  }
  .n-customer .tit3{
    line-height:1.6;
    height: auto;
  }
  .n-knowledge2 .ulboxtop .li{
    margin-bottom:4%;
  }
  .n-knowledge .ulbox .tit3,.n-knowledge3 .ulbox .tit4,.n-knowledge3 .ulbox .tit3{
    height:auto;
  }
  
  .n-banner .text .tit3 br{
    display:none;
  }
  .n-customer{
    padding:2rem 0 1.5rem;
  }
  .i-list3 .text{
    padding: 0 0.25rem 0 ;
    /* padding-bottom:.75rem !important; */
    flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
  }

}


@media (max-width:768px) {
  .n-banner4{
    height:auto;
    padding:3rem 0 0;
  }
  .n-banner4 .imgicon{
    position: relative;
    margin:0 auto;
  }
  .n-banner4 .text .tit2,.n-banner4 .text .tit3{
    width:100%;
    text-align:center;
  }
  .services-list1 .frombox{
    width:100%;
    overflow-x: auto;
  }
  .services-list1 .frombox table{
    min-width:750px;
  }
  .services-list2 .ulbox{
    width:100%;
  }
}

@media (max-width:767px) {
  .n-banner4{
    height:auto;
    padding:2rem 0 0;
  }
  .n-banner4 .text .tit3{
    font-size:13px;
  }
  .n-banner4 .text .tit3 br{
    display:none;
  }
  .n-banner4 .imgicon{
    bottom:0;
    top: 3rem;
    margin-top: -3rem;
  }
  .services-list1 .li{
    width:100%;
    padding:0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
  /*.services-list1 .item{
    text-align:center;
  }*/
}


.n-customer-info3 .contentbox{
  padding: 0 0 0 300px;
}
.n-customer-info3 .contentbox .ulbox{
  width:290px;
  position: absolute;
  left:0;
  top:0;
}
.n-customer-info3 .contentbox .nli{
  font-weight: 500;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: rgb(96, 96, 96);
  padding: 0px 10px 0px 26px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  left: 0px;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 2px solid transparent;
}
.n-customer-info3 .contentbox .nli.cur{
  border-left: 2px solid rgb(0, 100, 255);
}


.n-customer-info3 .contentbox .li{
  margin: 0px;
  border-left: 2px solid rgb(0, 100, 255);

   font-weight: 500;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: rgb(96, 96, 96);
  padding: 0px 10px 0px 26px;
  cursor: pointer;
  position: relative;
  left: 0px;

}
.n-customer-info3 .contentbox .ulbox:before{
  content:"";
  position: absolute;
  top: 42px;
  left: 20px;
  width: 2px;
  background: rgb(216, 216, 216);
  height: 120px;
  z-index: -1;

}
.n-customer-info3 .contentbox .ulbox.active{
  position:fixed;
  left:calc(50vw - 600px);
  top:100px;
  z-index:5;
}
@media (max-width:1200px) {
  .n-customer-info3 .contentbox .ulbox.active{
    left:5%;
  }
}

@media (max-width:768px) {
  .n-customer-info3 .w1200{
    width:90%;
  }
  .n-customer-info3 .contentbox .ulbox{
    width:100%;
    display: flex;

  }
  .n-customer-info3 .contentbox{
    padding-left:0;
    padding-top:60px;
  }
  .n-customer-info .w830{
    width:100%;
    
  }
  .n-customer-info3 .contentbox .ulbox:before{
    display:none;
  }
  .n-customer-info3 .contentbox .li{
    width:33.3%;
    text-align:center;
    padding:0;
    padding-bottom:10px;
    border:none;
    padding-top:0;

  }
  .n-customer-info3 .contentbox .nli{
    padding:0;
    margin-top:0;
    margin-left:0;
    text-align:center;
    width:33.3%;
  }
  .n-customer-info3 .contentbox .li,.n-customer-info3 .contentbox .nli{
    height: auto;
    line-height:1.5;
  }
  .n-customer-info3 .contentbox .item:before{
    content:"";
    position: absolute;
    width:1rem;
    left:50%;
    bottom:0;
    height:3px;
    margin-left:-.5rem;
    border-radius:3px;
    background:#0064ff;
    opacity:0;
  }
  .n-customer-info3 .contentbox .item.cur:before{
    
    opacity:1;
  }
  .n-customer-info3 .contentbox .nli,.n-customer-info3 .contentbox .nli.cur{
    border-left:none;
  }
}

@media (max-width:767px) {
  .n-customer-info3 .contentbox .li,.n-customer-info3 .contentbox .nli{
    font-size:14px;
  }
  .n-customer-info3 .contentbox .ulbox{
    padding:10px 0;
  }
  .n-customer-info3 .contentbox .ulbox.active{
    left:0;
    top:0;
    background:#fff;
  }
}





.n-customer-info .textbox table{
  width:100% !important;
  word-break: break-all;
}

.w750{
  width:750px;
  max-width:90%;
  margin:0 auto;
}
.n-security{
  position: relative;
  padding-bottom:2rem;
  z-index:2;
}
.security-list1{
  padding:3.25rem 0 0;
}
.security-list1 .tit2{
  color:#1E2026;
  text-align:center;
}
.security-list1 .tit3{
  color:#606060;
  text-align:center;
}
.security-list1 .imgbox{
  margin-top:.75rem;
}

.security-list2{
  padding:3.25rem 0 0;
}
.security-list2 .tit2{
  color:#1E2026;
  text-align:center;
}
.security-list2 .tit3{
  color:#606060;
  text-align:center;
}
.security-list2 .ulbox .li{
  width:49%;
  margin-bottom:2%;
  margin-right:2%;
}
.security-list2 .ulbox .li{
  background:#fff;
  box-shadow:0 0 20px 0 rgba(0,0,0,.1);
  padding:.5rem;
  transition: all .5s ease-in-out;
}
.security-list2 .ulbox .li .img{
  height:3rem;
  margin-bottom:10px;
}
.security-list2 .ulbox .li .img img{
  max-height:100%;
}
.security-list2 .ulbox .li:nth-child(2n){
  margin-right:0;
}
.security-list2 .ulbox .li .p{
  text-align:center;
  width:100%;
  line-height:1.6;
}
.security-list2 .ulbox{
  margin-top:.65rem;
}
.security-list2 .ulbox .li:hover{
  transform: scale3d(1.08, 1.08, 1.0);
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 15%);

}


.security-list3{
  padding:3.25rem 0 0;
}
.security-list3 .tit2{
  color:#1E2026;
  text-align:center;
  margin-bottom:.25rem;
}
.security-list3 .tit3{
  color:#606060;
  text-align:center;
}
.security-list3 .morebtn{
  margin:.5rem auto 0;
      border-radius: 45px;
    height: 45px;
    width: 145px;
    border: 1px solid #333;
    transition: all .4s;
}
.security-list3 .morebtn:hover{
  border: 2px solid #333;
}
.security-list3 .morebtn:hover{
    border: 1px solid #333;
    background: #333;
    color: #fff;
}

@media (max-width: 768px){
  .security-list1,.security-list2,.security-list3{
    padding-top:2rem;
  }
  .security-list3 .morebtn{
    width:120px;
    height:35px;
  }
  
}
@media (max-width: 767px){
  .footer4 .footer-bot a{
    width:100%;
    text-align:center;
  }
}





.security-list4{
    padding:2.5rem 0 0;
    position: relative;
    z-index: 3;
}
.security-list4 .contentbox{
  width:1000px;
  margin:0 auto;
  max-width:90%;
}
.security-list4 .ul{
  margin-top:1rem;
}
.security-list4 .ul .icon{
  height:60px;
  margin-bottom:.5rem;
}
.security-list4 .ul .li{
  width:48%;
}
.security-list4 .ul .tit4{
  color:#1E2026;
  margin-bottom:10px;
}
.security-list4 .ul .tit5{
  color:#1E2026;
}
.security-list4 .ul .botton{
  width:115px;
  height:40px;
  border:1px solid #2E2E2E;
  border-radius:40px;
  margin-top:.3rem;
  color:#2E2E2E;
  transition: all .5s;
}


@media (min-width: 1024px){
  
  .security-list4 .ul .botton:hover{
    background:#2E2E2E;
    color:#fff;
  }
}
@media (max-width: 767px){
  .security-list4 .ul .li{
    width:100%;
    margin-bottom:1.25rem;
  }
  .security-list4 .ul .botton{
    margin-top:.65rem;
  }
  .por-tab-ul .li .img{
        height: 0.5rem;
  }
}

#banner_swiper .slide-inner .btn{
  width:120px !important;
}
#banner_swiper .slide-inner .btn:hover{
  background:#4d95ff !important;
  color:#fff !important;
}
.fix-bot .botton{
  transition: all .6s;
}
.fix-bot .botton:hover{
  background:#4d95ff !important;
  color:#fff !important;
}


.zapplybtn{
  height: 40px;
  width: 120px;
  border-radius:46px;
  font-size:14px;
  height:46px;
  text-align: center;
  color: #fff;
  background: #017AFF;
  transition: all .4s;
  cursor:pointer;
  position: relative;
}

.zapplybtn:hover{
  background:#4d95ff !important;
  color:#fff !important;
}
.zapplybtn .wximg{
  position: absolute;
  width:108px;
  padding:5px;
  border-radius:10px;
  background:#fff;
  left:50%;
  margin-left:-54px;
  bottom:60px;
  box-shadow:0 0 10px 0 rgba(0,0,0,.1);
  opacity:0;
  visibility:hidden;
  transition: all .6s;
}
.zapplybtn .wximg:before{
  content:"";
  position: absolute;
  width:10px;
  height: 10px;
  left:50%;
  margin-left:-5px;
  background:#fff;
  z-index:3;
  bottom:-5px;
  transform:rotate(-45deg);
}
.zapplybtn .wximg img{
  width:100%;
}
.zapplybtn:hover .wximg{
  opacity:1;
  visibility:visible;
}

.n-banner .zapplybtn .wximg{
  bottom:auto;
  top:60px;
}
.n-banner .zapplybtn .wximg:before{
  bottom:auto;
  top:-5px;
}

.products-list1 .zapplybtn .wximg{
  bottom:auto;
  left:130px;
  margin-left:0;
  top:50%;
  margin-top:-54px;
}
.products-list1 .zapplybtn .wximg:before{
  bottom:auto;
  top:50%;
  margin-top:-5px;
  left: -5px;
  margin-left:0;
  z-index:1;
}

.solutions-list2 .zapplybtn{
  font-size:16px;
}
@media (max-width: 1481px){
  .solutions-list2 .zapplybtn{
    font-size:14px;
  }
}
@media (max-width: 1281px){
  .solutions-list2 .zapplybtn{
    font-size:13px;
  }
}
@media (max-width:768px){
  .solutions-list2 .zapplybtn{
    font-size:12px;
  }
}