.font80 {
	font-size: 80px;
}
.font60 {
	font-size:60px;
}
.font50 {
	font-size: 50px;
}
.font48 {
	font-size: 48px;
}
.font44 {
	font-size: 44px;
}
.font42 {
	font-size: 42px;
}
.font36 {
	font-size: 36px;
}
.font30 {
	font-size: 30px;
}
.font28 {
	font-size: 28px;
}
.font27 {
	font-size: 27px;
}
.font26 {
	font-size: 26px;
}
.font24 {
	font-size: 24px;
}
.font22 {
	font-size: 22px;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.font14 {
	font-size: 14px;
}
@media only screen and (max-width:1920px) {
 html, body {
font-size: 0.833vw;
}
 .font80 {
font-size: 4.16vw;
}
 .font60 {
font-size: 3.1vw;
}
 .font50 {
font-size: 2.6vw;
}
 .font48 {
font-size: 2.5vw;
}
 .font44 {
font-size: 2.3vw;
}
 .font42 {
font-size: 2.18vw;
}
 .font36 {
font-size: 1.87vw;
}
 .font30 {
font-size: 1.56vw;
}
 .font28 {
font-size: 1.45vw;
}
 .font27 {
font-size: 1.4vw;
}
 .font26 {
font-size: 1.35vw;
}
 .font24 {
font-size: 1.25vw;
}
 .font22 {
font-size: 1.14vw;
}
 .font20 {
font-size: 1.04vw;
}
 .font18 {
font-size: 0.93vw;
}
 .font16 {
font-size: 0.833vw;
}
 .font14 {
font-size: 0.73vw;
}
}
@media only screen and (max-width:1643px) {
 .font14 {
font-size: 12px;
}
}
@media only screen and (max-width:1440px) {
 .font16 {
font-size: 12px;
}
}
@media only screen and (max-width:1290px) {
 .font18 {
font-size: 12px
}
}
@media only screen and (max-width:1153px) {
 .font20 {
font-size: 12px
}
}
@media only screen and (max-width:1052px) {
 .font22 {
font-size: 12px
}
}
@media only screen and (max-width:960px) {
 .font24 {
font-size: 12px
}
}
@media only screen and (max-width:889px) {
 .font26 {
font-size: 12px
}
 .font27 {
font-size: 12px
}
}
@media only screen and (max-width:1200px) {
 .con {
width:91%;
}
}
@media only screen and (max-width:828px) {
 html, body {
font-size: 16px;
}
 .con {
width:auto;
margin: 0 1em;
}
}
@media only screen and (max-width:420px) {
 html, body {
font-size: 14px;
}
}
@media only screen and (max-width:370px) {
 html, body {
font-size: 12px;
}
}
 @media only screen and (max-width:828px) {
.font80 {
font-size: 32px;
}
.font60 {
font-size: 30px;
}
.font50 {
font-size: 28px;
}
.font48 {
font-size: 24px;
}
.font44 {
font-size: 22px;
}
.font42 {
font-size: 22px;
}
.font36 {
font-size: 20px;
}
.font30 {
font-size: 20px;
}
.font28 {
font-size: 18px;
}
.font27 {
font-size: 18px;
}
.font26 {
font-size: 18px;
}
.font24 {
font-size: 18px;
}
.font22 {
font-size: 18px;
}
.font20 {
font-size: 14px;
}
.font18 {
font-size: 14px;
}
.font16 {
font-size: 14px;
}
.font14 {
font-size: 12px;
}
}



.ovh{
  overflow: hidden;
}
.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#zc__sdk__container {
  bottom: 80px !important;
  z-index: 99999!important;
}

.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: #a8acb9;
}
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%;
}

.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-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-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: 28px;
  }

  .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: 60px;
  }

  .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: 14px;
  }

  .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;
}
.font-400 {
  font-weight: 400;
}

.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;
}

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

/*网站主体区域宽度样式*/
.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: 0.6s;
  animation-duration: 0.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;
  }
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(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-del15 {
  animation-delay: 1.5s;
}

.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(https://www.xiaoman.cn/web/bocstatic/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*/
.btn-primary {
  display: inline-flex;
  padding: 11.5px 26px;
  border-radius: 99px;
  background-color: #017AFF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  box-shadow: 0px 4px 9px 0px rgba(0, 119, 255, 0.20);
  cursor: pointer;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4D95FF;
}
.btn-link {
  color: #017AFF;
  line-height: 1.4;
  cursor: pointer;
}
.btn-link:hover {
  color: #017AFF;
  opacity: 0.7;
}

.col-1 {
  color: #1E2026;
}

.col-primary {
  color: #017AFF;
}

.footer4 {
  background:#353535;
  padding-top: 44px;
}
.footer4 .footer-top {
  padding-bottom: 1.65rem;
}
.footer4 .footer-top .logo {
  aspect-ratio: 205 / 56;
  margin-bottom: 1rem;
  max-height:1rem;
}
.footer4 .footer-top .leftbox {
  width: 100px;
}
.footer4 .footer-top .leftbox .wximg,
.footer4 .footer-top .leftbox .wximg img
 {
  width: 80px;
  height: 80px;
}
.footer4 .footer-top .rightbox {
  width: calc(100% - 40px - 4.5rem);
  justify-content: space-around;
}
.footer4 .footer-top .rightbox .li:nth-child(1) a {
  display: flex;
  align-items: center;
}
.footer4 .footer-top .rightbox .li:nth-child(1) a img {
  width: 10px;
  height: 10px;
  transform: translate(1px, -8px);
}
.footer4 .footer-top .rightbox .li {
  width: auto;
  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);
}
.footer4 .footer-bot .f-no-s-center.pc-block-768 {
  display: flex;
}
@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;
    height: 26px;
  }
  .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: 10;
}

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

.header4 {
  position: relative;
  height: 64px;
}
.header4 .logo {
  height: 28px;
  aspect-ratio: 205 / 56;
}

.header4 .logo.img1 {
  display: block;
}
.header4 .logo.img2 {
  display: none;
}
.header4 .nav {
  margin-right: .5rem;
}
.header4 .nav .li {
  margin: 0 .6rem;
  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 .leftbox {
  display: flex;
  align-items: center;
}
.header4 .leftbox h1 { 
  margin-right: 60px;
}
.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;
  cursor: pointer;
}
.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{
  background:#fff;
  color: #017AFF;
  font-weight: bold;
}
.header4.on .rightbox .applybtn:hover{
  opacity: 0.85;
}


.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:auto;
  height: auto;
  display: block;
  position: relative;
  z-index: 12;
}
.m-bocweb-header3 .header2 .logo img {
  width: 100%;
  aspect-ratio: 205 / 56;
}
.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(../image/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);
}
.ad-active .m-bocweb-header3 .header2 .nav {
  height: calc(100vh - 120px);
  margin-top: 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;
}

@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;
    
  }
}

.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;
}
.knowledge .n-banner2 .banner-img {
  width: 454px;
  height: 280px;
  left: 50%;
}
.knowledge .n-banner2 .banner-img img{
  max-width:100%;
  width: 100%;
  aspect-ratio: 454 / 280;
}

.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-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: 31%;
  padding: 10px 10px 16px 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-right: 2%;
  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: 50px 0 50px;
}
.n-customer-info .w830 {
  width: 830px;
  margin: 0 auto;
  max-width: 90%;
}
.n-customer-info .w830.article {
  width: 900px;
}
.n-customer-info .tit3 {
  color: #9EA2A8;
  margin-top: .35rem;
}
.n-customer-info .title {
  margin-bottom: .5rem; text-align:center
}
.n-customer-info .textbox {
  color: #686C73;
  min-height:300px;
  margin-bottom: 1rem;
}
.n-customer-info .adbox {
  width: 100%;
  height: 120px;
  margin: 60px 0;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #FFF -46.01%, #CDF0FF 100%);
  border-radius: 4px;
}
.n-customer-info .adbox .img {
  height: 100%;
  margin-right: 22px;
  aspect-ratio: 23 / 12;
}
.n-customer-info .adbox .text {
  margin-right: 40px;
}
.n-customer-info .customer-recommend {
  margin-top: 60px;
}
.n-customer-info .customer-recommend .li {
  padding: 8px 12px;
  background: #F7F7F7;
  border-radius: 5px;
  overflow: hidden;
  width: 49%;
  margin-right: 2%; margin-top: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 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 150px);
  padding-top: 5px;
}
.n-customer-info .customer-recommend .tit5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-customer-info .customer-recommend .tit6 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  color: #686C73;
  height: 4.2em;
  overflow: hidden;
}
.n-customer-info .customer-recommend .more {
  display: inline-block;
  color: #017AFF;
  margin-top: 22px;
  line-height: 1.4;
  font-weight: 600;
}
.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(../image/recimg2.png) no-repeat center center;
}
.n-customer-info .fxbox .bds_tsina {
  background: url(../image/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;
  justify-content: center;
  gap: 3rem;
}
.knowledge-tab-nav .li {
  color: #808080;
  padding: 0 10px 5px;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.knowledge-tab-nav .li:hover, .knowledge-tab-nav .li.cur {
  position: relative;
  top: 2px;
  color: #017AFF;
  border-bottom: 4px solid #017AFF;
}

.n-knowledge {
  padding: 80px 0;
  background: #fff;
}
.n-knowledge .ulbox {
  width: 100%;
  justify-content: space-between;
  margin-bottom: -40px;
}
.n-knowledge .ulbox .li {
  width: 30%;
  margin-bottom: 60px;
  transform: translate(0, 0);
}
.n-knowledge .ulbox .li:hover .tit4 {
  color: #686C73;
}
.n-knowledge .ulbox .tit4 {
  color: #2e2e2e;
  font-weight: 600;
  margin-bottom: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-knowledge .ulbox .tit3 {
  height: 60px;
  line-height: 20px;
  color: #686C73;
  overflow: hidden;
  margin-bottom: 22px;
}
.n-knowledge .ulbox .text {
  padding: 22px 0 0;
}
.n-knowledge .ulbox .img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.n-knowledge .ulbox .img img {
  width: 100%;
  aspect-ratio: 900 / 383;
  background-color: #e5e5e5;
  transition: all .5s;
}
.n-knowledge .ulbox .more {
  color: #4d95ff;
  font-weight: 600;
  line-height: 1.4;
}
.n-knowledge .ulbox .icon2 {
  width: 18px;
  margin-left: 8px;
}
.n-knowledge .ulbox .li:hover .img img {
  transform: scale3d(1.05, 1.05, 1.0);
}
@media (max-width:768px) {
  .n-knowledge{
    padding:1.5rem 0;
  }
  .knowledge-tab-nav {
    gap: 1rem;
  }
  .knowledge-tab-nav .li{
    font-size:16px;
  }
  .n-knowledge .ulbox{
    width:100%;
  }
  .n-knowledge .ulbox .li{
    width:47.5%;
    margin-bottom: 30px;
  }
  .knowledge-tab-nav{
    margin-bottom:1rem;
  }
}

@media (max-width:575px) {
  .n-knowledge .ulbox {
    gap: 0;
  }
  .n-knowledge .ulbox .li{
    width:100%;
  }
}
@

.n-knowledge2 {
  padding: 80px 0;
  background: #fff;
}
.n-knowledge2 .ulboxtop {
  margin-top: 80px;
}
.n-knowledge2 .ulboxtop .li {
  width: 47.5%;
  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 .li:hover .tit4 {
  color: #686C73;
}
.n-knowledge2 .ulboxtop .tit4 {
  color: #2e2e2e;
  margin-bottom: 22px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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;
  line-height: 1.4;
}
.n-knowledge2 .ulboxtop .text {
  padding: 22px 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{
  border-radius: 10px;
  transition: all .5s;
  overflow: hidden;
  aspect-ratio: 900 / 383;
}
.n-knowledge2 .ulboxtop .li .img .course {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  background-color: #e5e5e5;
  aspect-ratio: 900 / 383;
}
.n-knowledge2 .ulboxtop .li:hover .img>.img{
  transform: translateY(-50%) scale3d(1.05, 1.05, 1.0);
}
.n-knowledge2 .ulbox {
  width: 100%;
  margin-bottom: -40px;
  margin-top: 60px;
  gap: 5%;
}
.n-knowledge2 .ulbox .li {
  width: 30%;
  margin-bottom: 60px;
  transform: translate(0, 0);
}
.n-knowledge2 .ulbox .li:hover .tit4 {
  color: #686C73;
}
.n-knowledge2 .ulbox .tit4 {
  color: #2e2e2e;
  margin-bottom: 22px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.n-knowledge2 .ulbox .tit3 {
  line-height: 24px;
  color: #9EA2A8;
  overflow: hidden;
  margin-bottom: 20px;
}
.n-knowledge2 .ulbox .tit5 {
  color: #C4C7CD;
  line-height: 1.4;
}
.n-knowledge2 .ulbox .text {
  padding: 22px 0 0;
}
.n-knowledge2 .ulbox .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 900 / 383;
}
.n-knowledge2 .ulbox .img .img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #e5e5e5;
  transition: all .5s;
}
.n-knowledge2 .ulbox .img .icon {
  width: 30px;
  height: 30px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}
.n-knowledge2 .ulbox .li:hover .img .img {
  transform: translateY(-50%) scale3d(1.05, 1.05, 1.0);
}
@media (max-width:768px) {
  .n-knowledge2 .ulbox .li{
    width:47.5%;
    margin-bottom:4%;
  }
  .n-knowledge2 .ulbox{
    width:100%;
  }
  .n-knowledge2 .ulbox{
    margin-top:1rem;
  }
  .n-knowledge2{
    padding:1.5rem 0;
  }
}
@media (max-width:575px) {
  .n-knowledge2 .ulbox {
    gap: 0;
  }
  .n-knowledge2 .ulbox .li{
    width:100%;
  }
  .n-knowledge2 .ulboxtop .li{
    width:100%;
  }
}

.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(../image/recimg2.png) no-repeat center center;
}
.n-customer-info2 .fxbox .bds_tsina {
  background: url(../image/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: 100%;
  margin-top: 60px;
  gap: 5%;

}
.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%;
  margin-bottom: 60px;
  transform: translate(0, 0);
}
.n-knowledge3 .ulbox .li:hover .tit4 {
  color: #686C73;
}
.n-knowledge3 .ulbox .tit4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #2e2e2e;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-knowledge3 .ulbox .tit3 {
  height: 4.2em;
  margin-bottom: 22px;
  line-height: 1.4;
  color: #9EA2A8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.n-knowledge3 .ulbox .tit5 {
  color: #C4C7CD;
  line-height: 1.4;
}
.n-knowledge3 .ulbox .text {
  padding: 22px 0 0;
}
.n-knowledge3 .ulbox .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 900 / 383;
}
.n-knowledge3 .ulbox .img img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 724 / 403;
  background-color: #e5e5e5;
  transition: all .5s;
}
.n-knowledge3 .ulbox .img .icon {
  width: 30px;
  height: 30px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}
.n-knowledge3 .ulbox .li:hover .img img {
    transform: translateY(-50%) scale3d(1.05, 1.05, 1.0);
}
@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:47.5%;
    margin-bottom:4%;
    padding-bottom:0;
  }
}
@media (max-width:575px) {
  .n-knowledge3 .ulbox {
    gap: 0;
  }
  .n-knowledge3 .ulbox .li{
    width:100%;
  }
}
.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(../image/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%;
}

.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%;
    width: 25px;
    height: 25px;
  }
  .news-list6-dialog3 .closebtn svg {
    width: 20px;
    height: 20px;
  }
  .n-customer-info .customer-recommend {
    margin-top: 30px;
  }
}
@-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;
}
.bot-href{
  margin:5px 0;
}
.bot-href a{
  color:#666;
  transition: all .3s;
}
.bot-href a:hover{
  color:#4E74FA;
}

.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;
  }
  .fix-bot.m-block-767 {
    display: flex;
  }
}
.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: 280px;
  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;
}

.n-banner4 {
  padding: 5.25rem 0 2rem;
}
.n-banner4 .bg {
  background: #D8F1FF;
  top: 0;
  left: 0;
}
.knowledge .n-banner4 .text{
  position: relative;
  margin-top: 60px;
  padding-left:0rem;
  z-index: 3;
}
.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;
}
@media (max-width:1280px) {
  .n-banner4 .imgicon {
    right:0 !important;
  }
  .n-banner4 .text {
    padding-left:2rem;
  }
}

@media (max-width:767px) {
    
    .m-bocweb-header3 .header2 .logo img {
  width: 50%;

}
    
  .knowledge .n-banner4 .text {
    padding: 30px 0;
    margin-top: 0;
  }
  .knowledge .n-banner2 .banner-img {
    display: none;
  }
  .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-banner4 .text {
    padding-left: 0;
  }
}
.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;
}

.n-banner4 .imgicon {
  width: 11.7rem;
  position: absolute;
  bottom: -3rem;
  z-index: 1;
  right: calc(50vw - 600px);
}

.n-banner2 .imgicon {
  width: 680px;
  height: 300px;
}

.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;
} 

@media (max-width:767px) {
}

.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;
}


.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%;
}
@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;
  }
}
@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;
  }

}

.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 {
    justify-content: center;
  }

  .footer4 .footer-bot .desc {
    text-align: center;
  }

  .footer4 .footer-bot .beian {
    flex-direction: column;
    justify-content: center;
    margin-top: 2em;
  }

  .footer4 .footer-bot .m-beian {
    display: flex;
  }
}

@media (max-width: 576px){
  .footer4 .footer-bot .desc {
    text-align: left;
  }
}



.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;
  }
}

.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;
}

.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;
  }
}

/* Mobile nav bottom language select */
.nav-lang-select-box{
  position: absolute;
  bottom:28px;
  width: 100%;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-li{ 
  padding:0 16px 16px;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-select{
  padding:0 22px;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-current{
  line-height: 1;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-trigger{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:4px;
  padding:12px 16px;
  background:#fff;
  border:1px solid #DDE3EE;
  border-radius:8px;
  font-size:16px;
  color:#1E2026;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-icon{
  width:18px; 
  height:18px; 
  flex:0 0 18px;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-arrow{
  margin-left:auto;
  transition:transform .2s ease;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-select.open .nav-lang-arrow{
  transform:rotate(180deg);
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-options{
  margin-bottom:4px;
  background:#fff;
  border:1px solid #DDE3EE;
  border-radius:8px;
  overflow:hidden;
  display:none;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-select.open .nav-lang-options{
  display:block;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-option{
  line-height: 24px;
  display:block;
  padding:12px 16px;
  color:#1E2026;
  font-size:16px;
}
.m-bocweb-header3 .warp-nav .nav .nav-lang-option:hover{
  color:#017AFF;
}





/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:30px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:3px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:3px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#017AFF;
	border:1px solid #017AFF;
}
.pagination a.page-num-current {
	color:#fff;
	background:#017AFF;
	border:1px solid #017AFF;
}
/* ----- PB分页数字条效果 结束 ----- */






/*底部*/
footer {
	font-size:14px;
	color:#a8acb9;
	background-color:#1f2329;
	margin-top:auto;
	bottom:0
}
footer, footer .footerCont {
	position:relative;
	width:100%;
}
footer .footerCont {
	padding:48px 0 32px;
	margin-inline:auto;
	display:flex;
	flex-direction:column;
	gap:48px
}
footer .footer-links-group {
	display:flex
}
footer .footer-links-group .footer-links {
	justify-content:space-between;
	flex:1;
	margin-left:79px;
	display:flex;
	gap:25px;
	flex-wrap:wrap
}
footer .footer-links-group .footer-links .footer-link-group {
	display:flex;
	flex-direction:column;
	gap:16px;
	width:122px
}
footer .footer-links-group .footer-links .footer-link-group .footer-link-group-title {
	font-size:20px;
	font-weight:500;
	color:#fff
}
footer .footer-links-group .footer-links .footer-link-group .footer-link-group-items {
	display:flex;
	flex-direction:column;
	gap:12px
}
footer .footer-links-group .footer-links .footer-link-group .footer-link-group-items .footer-link-item {
	color:#a8acb9;
	font-size:14px;
transition:all .3s ease
}
footer .footer-links-group .footer-links .footer-link-group .footer-link-group-items .footer-link-item:hover {
	color:#fff
}
footer .social-bage {
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:rgba(217, 217, 217, .0);
	border-radius:48px;
	color:#a8acb9;
	padding:4px 24px; margin-top:30px;
}
footer .social-bage .social-bage-links {
	display:flex;
	align-items:center;
	gap:16px
}
footer .social-bage .social-bage-links .social-link {
transition:all .3s ease
}
footer .social-bage .social-bage-links .social-link:hover {
	color:#fff
}
footer .social-bage .social-bage-links .social-link-hover-group {
	position:relative;
	cursor:pointer
}
footer .social-bage .social-bage-links .social-link-hover-group .social-link-hover-group-content {
	position:absolute;
	top:-215px; background: rgb(0.0.0,0);
	opacity:0;
	scale:.5;
	visibility:hidden;
transition:opacity .15s ease, visibility .2s ease, scale .3s ease-in-out; width:200px;
}
footer .social-bage .social-bage-links .social-link-hover-group:hover .social-link-hover-group-content {
	opacity:1;
	visibility:visible;
	scale:1
}
footer .social-bage .social-contact {
	font-size:14px;
	display:flex;
	gap:22px
}
footer .friend-link-group {
	display:grid;
	grid-template-columns:repeat(8, 1fr);
	-moz-column-gap:25px;
	column-gap:25px;
	row-gap:12px;
	padding:0 0 0 49px;
	color:#a8acb9
}
footer .friend-link-group .friend-link {
	width:122px;
	font-size:14px;
transition:all .3s ease
}
footer .friend-link-group .friend-link:first-child {
	color:#fff;
	opacity:.85
}
footer .friend-link-group .friend-link:hover {
	color:#fff
}
footer .record {
	gap:12px;
	background-color:#000;
	padding:16px 0;
	color:hsla(0, 0%, 100%, .65);
	font-size:13px;
	height:auto
}
footer .record .record-group {
	margin-inline:auto;
	width:100%;
	position:relative;
	font-weight:400; text-align:center
}
footer .record .record-group .mt4px {
	margin-top:4px
}
footer .record .record-group .mt6px {
	margin-top:6px
}
footer .record .record-group .ml70px {
	margin-left:70px
}

footer .record .record-group>span .record-link {
	font-size:13px
}
footer .record .record-group>span .record-link:hover {
	color:#fff
}
footer .record .record-group>span .version {
	margin-left:12px
}
footer .record .record-group>span .divider {
	margin:0 12px -1px;
	display:inline-block;
	width:1px;
	height:12px;
	background-color:#fff;
	opacity:.3
}
footer .record .record-group a:nth-last-child(2) {
margin-left:44px
}
footer .record .record-group .ssl {
	margin-left:4px
}


@media (max-width: 768px){

footer .footer-links-group { display:block}
footer .footer-links-group .footer-links {margin-left: 0px; margin-top:30px;}

footer .footer-links-group .footer-links .footer-link-group {width: 45%;text-align: center;}
footer .social-bage{ display:none}
}



.partner-logo-card-container{margin:30px 0;display:flex;position:relative;z-index:2;flex-direction:column;gap:20px}
.partner-logo-card-container .partner-logo-card-group{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}






.recent-news {
	padding-bottom:60px;
	background-color:#fafbff
}
.recent-news-header {
	text-align:center;
	position:relative;
	padding:60px
}
.recent-news-header .spring-line {
	left:50%;
transform:translateX(calc(-50% + .2rem))
}



.img-carousel {
	width:747px;
	flex-shrink:0;
	position:relative
}
.img-carousel__title-wrapper {
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	display:flex;
	padding:73px 17px;
	align-items:flex-end;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5))
}
.img-carousel__title {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:20px;
	font-weight:500;
	width:100%;
	color:#fff;
	right:0
}
.img-carousel__viewport {
	overflow:hidden;
	width:100%;
	height:100%;
	border-radius:24px
}
.img-carousel__container {
	display:flex;
	height:100%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
.img-carousel__progress-group {
	position:absolute;
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
	display:flex;
	gap:14px
}
.img-carousel__dot {
	width:40px;
	height:3px;
	border-radius:10px;
	border:none;
	background-color:hsla(0, 0%, 100%, .5);
	cursor:pointer;
	padding:0;
	margin:0;
transition:background-color .2s
}
.img-carousel .img-carousel__progress-bar {
	width:68px;
	height:4px;
	background-color:hsla(0, 0%, 100%, .2);
	position:relative;
	overflow:hidden;
	border-radius:2px
}
.img-carousel .img-carousel__progress-bar-inner {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color:#fff;
	transform-origin:left;
	transform:scaleX(0)
}
.img-carousel .img-carousel__dot {
	width:50px;
	padding:0;
	margin:0 5px;
	background:rgba(0, 0, 0, 0);
	border:none;
	cursor:pointer
}
.img-carousel__slide {
	position:relative;
	min-width:100%;
	height:100%;
	border-radius:24px;
	overflow:hidden
}
.img-carousel__slide img {
	border-radius:24px;
	-o-object-fit:cover;
	object-fit:cover
}
.img-carousel .ant-skeleton {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.img-carousel .ant-skeleton .ant-skeleton-image {
	width:100%!important;
	height:100%!important
}
.embla {
	position:relative;
	width:100%;
	height:610px
}
.embla__viewport {
	overflow:hidden;
	width:100%;
	height:100%
}
.embla__container {
	display:flex;
	height:100%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
.embla__slide {
	position:relative;
	min-width:100%;
	height:100%
}
.embla__progress-group {
	position:absolute;
	margin-inline:auto;
	min-width:1200px;
	max-width:1200px;
	width:100%;
	position:relative;
	bottom:100px;
	left:0;
	display:flex;
	padding:10px;
	gap:14px
}
.embla__dot {
	width:68px;
	height:3px;
	border-radius:10px;
	background-color:hsla(0, 0%, 100%, .5);
	margin:0;
transition:background-color .2s
}
.embla__dot--selected {
	background-color:#007aff
}
.embla__progress-bar {
	width:68px;
	height:4px;
	background-color:hsla(0, 0%, 100%, .2);
	position:relative;
	overflow:hidden;
	border-radius:2px
}
.embla__progress-bar-inner {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color:#007aff;
	transform-origin:left;
	transform:scaleX(0)
}
.embla__dot {
	width:50px;
	padding:0;
	margin:0 5px;
	background:rgba(0, 0, 0, 0);
	border:none;
	cursor:pointer
}
@keyframes progress {
0% {
transform:scaleX(0)
}
to {
	transform:scaleX(1)
}
}
.news-streamer {
	display:flex;
	gap:20px;
	position:relative;
	height:100%;
	height:442px;
	text-align:left
}
.news-streamer__empty {
	display:flex;
	flex:1;
	width:100%;
	align-items:center;
	justify-content:center
}
.news-streamer .news-streamer__content {
	flex:1;
	border-radius:22px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	padding:20px 8px 20px 20px;
	gap:32px;
	isolation:isolate;
	background:#fff;
	box-shadow:0 4px 20px rgba(0, 0, 0, .08);
	border-radius:16px
}
.news-streamer .news-streamer__content__news {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	width:100%;
	gap:32px;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-width:thin;
	scrollbar-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, 0)
}
.news-streamer .news-streamer__content__news__item {
	text-wrap:nowrap;
	text-align:left;
	overflow-x:hidden;
	flex-shrink:0;
	text-overflow:ellipsis;
	width:100%
}
.news-streamer .news-streamer__content__news__item:hover {
	color:#0065ff
}



/*api*/


.partner .partner-container .hot-container {
	margin:0 auto;
	text-align:center
}
.partner .partner-container .hot-container .title {
	font-weight:600;
	font-size:48px
}
.partner .partner-container .hot-container .hot-content {
	margin-top:64px;
	display:flex;
	height:1246px;
	flex-direction:column;
	flex-wrap:wrap;
	align-content:space-between
}
.partner .partner-container .hot-container .hot-content .hot-list {
	width:220px;
	text-align:center;
	background:#fff;
	box-shadow:20px 20px 80px 0 rgba(0, 0, 0, .05);
	border-radius:8px 8px 8px 8px;
	margin-bottom:32px;
	padding-bottom:16px
}
.partner .partner-container .hot-container .hot-content .hot-list .hot-icon {
	margin:24px 0 16px
}
.partner .partner-container .hot-container .hot-content .hot-list .hot-header {
	font-size:24px;
	font-weight:500;
	color:#262626
}
.partner .partner-container .hot-container .hot-content .hot-list .list-val {
	margin:8px 16px 0;
	background:#f5f8fd;
	border-radius:21px 21px 21px 21px;
	font-size:14px;
	color:#262626;
	line-height:28px;
	padding:4px 0
}
.partner .partner-container .hot-container .hot-content .hot-list .no-background {
	background:rgba(0, 0, 0, 0)
}
.partner .partner-container .hot-container .btn-detail {
	width:146px;
	height:50px;
	border-radius:24px 24px 24px 24px;
	border:1px solid #007aff;
	font-weight:500;
	font-size:16px;
	color:#007aff;
	line-height:50px;
	margin:0 auto;
	cursor:pointer
}
.partner .merit-container {
	width:1200px;
	margin:0 auto;
	text-align:center;
	padding-top:97px
}
.partner .merit-container .title-header {
	margin-bottom:67px;
	font-weight:600;
	font-size:48px
}
.partner .merit-container .merit-content {
	display:flex;
	justify-content:space-between;
	margin-bottom:24px
}
.partner .merit-container .merit-content .text {
	position:relative;
	text-align:left;
	width:588px
}
.partner .merit-container .merit-content .text .bg-banner {
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1
}
.partner .merit-container .merit-content .text .title {
	font-weight:500;
	font-size:30px;
	color:#141414;
	margin:32px 0 0 32px
}
.partner .merit-container .merit-content .text .second {
	font-size:16px;
	color:#434343;
	margin:8px 0 0 32px;
	display:flex;
	align-items:center
}
.partner .merit-container .merit-content .text .second .bg-icon {
	margin-right:4px
}
.partner .merit-container .merit-content .text-level .mb24 {
	margin-bottom:24px
}
.partner .merit-container .merit-content .text-level .list {
	display:flex;
	justify-content:space-between;
	background:#f6f8fc;
	border-radius:12px 12px 12px 12px
}
.partner .merit-container .merit-content .bt-color {
	background:#f6f8fc;
	z-index:-1;
	border-radius:12px
}
.partner .process-container {
	width:1200px;
	margin:120px auto 0;
	text-align:center;
	padding-bottom:70px
}
.partner .process-container .title-header {
	margin-bottom:67px;
	font-weight:600;
	font-size:48px
}
.partner .process-container .process-content {
	display:flex
}
.partner .process-container .process-content .process-list {
	display:flex;
	align-items:center
}
.partner .process-container .process-content .process-list .api-arrow {
	margin-right:8px
}
.partner .process-container .process-content .process-list .process-text {
	width:196px;
	height:132px;
	background:#f7f8fc;
	border-radius:8px 8px 8px 8px;
	padding:24px 16px;
	display:flex;
	flex-direction:column
}
.partner .process-container .process-content .process-list .process-text .text {
	padding-top:16px;
	font-weight:500;
	font-size:20px;
	text-align:start;
	color:rgba(0, 0, 0, .85)
}
.partner .process-container .btn-detail {
	width:226px;
	height:50px;
	border-radius:24px 24px 24px 24px;
	border:1px solid #007aff;
	font-weight:500;
	font-size:16px;
	color:#007aff;
	line-height:50px;
	margin:48px auto;
	cursor:pointer
}
.partner .partner-content {
	background:#f5f8fd;
	padding:64px 0 96px;
	text-align:center
}
.partner .partner-content .partner-header-title {
	font-weight:500;
	font-size:48px;
	color:#000
}




@media (max-width: 768px){
.partner .partner-container .hot-container .hot-content .hot-list{ width:100%}
.partner .partner-container .hot-container .hot-content {
    margin-top: 64px;
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
	height:auto;
    align-content: space-between;
}
}





.comment-form {
	display:flex;
	flex-direction:column;
	padding:40px;
	gap:24px;
	width:644px;
	background:#fff
}
.comment-form__item-radio {
	margin-bottom:24px
}
.comment-form .ant-input-group-addon {
	background:rgba(0, 0, 0, 0)!important
}
.comment-form .ant-form-item-label {
	font-weight:400;
	font-size:20px;
	color:#595959
}
.comment-form .ant-btn {
	width:112px!important
}
.comment-form__item-radio {
	background:#fafafa!important;
	padding:24px!important;
	display:flex!important;
	gap:16px!important;
	border-radius:12px!important
}
.contact-us {
	margin-inline:auto;

	width:100%;
	position:relative;
	padding:68px 0
}
.contact-us__content {
	display:flex;
	flex-direction:column;
	gap:48px
}
.contact-us__item {
	display:flex;
	gap:16px;
	align-items:center
}
.address {
	margin-inline:auto;

	position:relative;
	padding:0 0 120px
}
.address__container {
	display:flex;
	flex-direction:column;
	gap:64px;
	position:relative
}
.address__item {
	display:flex;
	gap:48px;
	padding:8px;
	background:#fff;
	box-shadow:0 4px 12px 6px rgba(0, 0, 0, .03), 0 3px 8px -4px rgba(0, 0, 0, .08)
}
.address__item__img_wrapper {
	width:555px;
	height:280px;
	background-color:#f5f5f5;
	position:relative
}
.address__item__content {
	display:flex;
	margin-top:40px;
	flex-direction:column;
	flex:1;
	padding-left:30px;
}
.address__item__label {
	font-weight:500;
	font-size:30px;
	color:#262626
}
.address__item__value_wrapper {
	display:flex;
	flex-direction:column;
	gap:8px
}
.form {
	padding:64px 0 120px;
	background-color:#f5f8fd;
	position:relative
}
.form__img-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1032px;
	z-index:0
}
.form__container {
	margin-inline:auto;
	min-width:1200px;
	max-width:1200px;
	width:100%;
	position:relative
}
.form__header {
	text-align:center
}
.form__header-title {
	font-weight:500;
	font-size:30px;
	color:#262626
}
.form__header-description {
	margin-top:12px;
	font-weight:400;
	font-size:20px;
	color:#595959
}
.form__content {
	margin-top:64px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:48px
}


.join-us {
	padding:50px 0;
	margin-inline:auto;

	width:100%;
	position:relative
}
.join-us-card {
	background-color:#f5f8fd;
	border-radius:24px;
	padding:48px 56px;
	width:733px;
	height:400px
}
.join-us-card-header {
	display:flex;
	flex-direction:column;
	gap:24px
}
.join-us-card-header-title {
	font-weight:500;
	font-size:38px;
	color:#262626
}
.join-us-card-header-description {
	color:#595959;
	font-size:24px;
	font-weight:400;
	line-height:32px
}
.join-us-card-footer {
	margin-top:48px;
	margin-bottom:26px;
	display:flex
}
.join-us-card-footer-button {
	padding:12px 24px
}
.join-us-image {
	height:400px;
	top:50%;
	transform:translateY(-50%);
	z-index:-1;
	right:0;
	position:absolute
}
.benefits {
	margin-inline:auto;

	width:100%;
	position:relative
}
.benefits-header {
	text-align:center
}
.benefits-header-title {
	font-size:48px;
	font-weight:600
}
.benefits-header-description {
	font-size:20px;
	color:#333;
	font-weight:400
}
.benefits-content {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:24px
}
.benefits-content-item {
	margin-top:64px;
	height:480px;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	background:#fff;
	padding:32px;
	cursor:pointer
}
.benefits-content-item * {
transition:all .2s ease
}
.benefits-content-item:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:16px;
	-webkit-backdrop-filter:blur(3px);
	backdrop-filter:blur(3px);
	background:rgba(0, 0, 0, .5);
transition:all .3s ease;
	opacity:0
}
.benefits-content-item:hover .benefits-content-item-label {
	transform:translateY(-200px);
	text-shadow:0 0 10px rgba(245, 251, 255, .8)
}
.benefits-content-item:hover:after {
	opacity:1;
	-webkit-backdrop-filter:blur(3px);
	backdrop-filter:blur(3px);
	box-shadow:0 0 20px rgba(245, 251, 255, .3)
}
.benefits-content-item-label {
	text-align:center;
	z-index:1;
	position:relative;
	font-weight:500;
	font-size:30px;
	color:#fff
}
.benefits-content-item-image {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:0;
	bottom:0
}
.photos {
	padding-top:50px
}
.photos-header {
	text-align:center
}
.photos-header-title {
	font-size:48px;
	font-weight:600
}
.photos-header-description {

	font-size:20px;
	color:#333;
	font-weight:400
}
.photos-content {
	margin-top:64px;
	cursor:pointer
}
.photos-content-footer {
	margin-top:64px;
	text-align:center
}


.buttonVar--primary{background-color:#007aff;color:#fff;border-radius: 24px;}
.buttonVar--primary:hover{opacity:.85;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#fff}


@media (max-width: 768px){
.join-us-card {
    background-color: #f5f8fd;
    border-radius: 24px;
    padding: 28px 26px;
    width:100%;
    height: 400px;
}

.join-us-image {
    height: 200px;
    top: 60%;
    transform: translateY(-50%);
    z-index: -1;
    right: 0;
    position:inherit
}

.benefits-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

.benefits-content-item {margin-top: 0px;}
}






.newABox { padding: 1.2em 0 1.4em;}
.newABox .tit2 { margin-top: 0.2em; color: #222429; font-weight: bold; text-align: left;}
.newABox .swiper-slide { overflow: hidden;}
.newABox .item { text-align: left; position: relative; z-index: 0;
background-color: #fff; 
-moz-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
-webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, .15);
box-shadow: 0 0 0.7em rgba(0, 0, 0, .15); margin: 0.7em;}

@media only screen and (max-width:828px) {
	.newABox { padding: 4em 0 4em; }
}

.newABox .item .pic { display: block; cursor: pointer;
 position: relative; z-index: 0; padding-top: 66.5%; overflow:hidden}
.newABox .item .pic img{ position: absolute; left: 0; top: 0;
 display: block; width: 100%; height: 100%;
object-fit: cover;transition: all 0.5s;}

.newABox .item .pic:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.05, 1.1);
    transform: scale(1.1, 1.1);
}


.newABox .item .txtb {  padding:1.8em 2em;}

.newABox .item .name {  color: #333; font-weight: bold; height: 1.5em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; }

.newABox .item .name:hover{ color:#cd9933}

.newABox .item .intro {margin-top:1em; color: #666; line-height: 1.8;
height: 3.6em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; }

.newABox .item .about { color: #999; margin-top: 1.2em;}
.newABox .item .date { padding-left: 1.7em; display: inline-block; margin-right: 1em;
background: url(../image/date2.png) 0 0.1em no-repeat;
background-size:1.3em auto ;}
.newABox .item .btnList{padding-left: 1.5em; color: #999; display: inline-block;
background: url(../image/list.png) 0 0.15em no-repeat;
background-size:1.3em auto ;}

.swiper-newA-w { position: relative; z-index: 0;margin-top: .5em;}


.swiper-newA-w .swiper-pagination {  left: 0; right: 0; text-align: center; padding-top:30px;}
.swiper-newA-w .swiper-pagination .swiper-pagination-bullet  {vertical-align: middle;
	border: 0.2em solid transparent; margin: 0 0.2em; width: 0.3em; height: 0.3em;
}
.swiper-newA-w .swiper-pagination .swiper-pagination-bullet-active {
	border: 0.2em solid #EC2275; width: 0.6em; height: 0.6em;
background-color: transparent;}

.insBox{ background-color:#FFFFFF; margin:3em 0;}


.benefits-header-title,.photos-header-title {
    font-size: 48px!important;
    font-weight: 600!important;
}











/*关于我们*/
.compBox { padding: 4.7em 0 5.4em;
display: flex; justify-content: space-between;}
.compBox .txtb { width: 58%; text-align: left;}
.compBox .txtb .name {color: #1a1d3c;}
.compBox .txtb .name span { padding-right: 0.6em;
background:  url(../image/dot.png) right 0 no-repeat;}
.compBox .txtb .name2 { margin-top: 0.1em; font-weight: lighter; color: #646b97;}
.compBox .txtb .intro { margin-top: 0.1em; line-height: 1.68em; color: #666;}
.compBox .txtb .intro p { padding: 0.75em 0; }

.compBox .picb { width: 40%; overflow: hidden;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.compBox .picb .pic { position: relative; }
.compBox .picb .pic img {width: 100%; height: 100%;}
.compBox .videoBox .btnPlay{ position: absolute; z-index: 2; 
left: 50%; top: 50%; margin-top: -2.4em; margin-left: -2.4em;  width: 4.8em;
padding-top: 4.8em;}
@media only screen and (max-width:828px) { 
	.compBox { display: block; padding: 2.5em 0 ;}
	.compBox .txtb { width: 100%}
	.compBox .picb { width: 100%; margin-top: 2em;}
}

.dataList { position: absolute; left: 0; z-index: 10; bottom: 0; right: 0;
background-color: rgba(33,140,235,0.8); color: #fff;}
.dataList ul { display: flex; justify-content: space-around; align-items: center;
padding: 1.3em 4.5% 1.7em;}
.dataList li { line-height: 1.4;}
.dataList li .t_1 { font-size: 1.12em;}
.dataList li .t_1 span{ font-size: 2.7em;}
.dataList .line { height: 5.2em; width: 1px;
background-color: rgba(255,255,255,0.3);}


/*关于我们 荣誉资质*/
.qualBox {  padding: 3.5em 0 7.8em;}
.qualBox .iTit .name { color: #1a1d3c; text-align: left;}
.qualBox .iTit .intro { color: #646b97;text-align: left;}

.qualBox .item { border: 1px solid #e1e4f3; background-color: #f9fbff;
 padding: 11% 13% 6.5% 13%; text-align: center; position: relative; z-index: 0;}
.qualBox .item .pic { width: 100%; padding-top: 100%; position: relative; z-index: 0;}
.qualBox .item .pic img{ position: absolute; left: 0; top: 0;
 margin: 0 auto; display: block; width: 100%; height: 100%;
object-fit: contain;}
.qualBox .item .name { position: relative; z-index: 0;
 margin-top: 2em; color: #1a1d3c; height: 3em; overflow: hidden;
font-weight: lighter; }

@media only screen and (max-width:828px) { 
	.qualBox { padding: 3em 0;}
}

.swiper-qual-w { position: relative; z-index: 0;}
.swiper-qual-w { margin-top: 2.5em;}
.swiper-qual-w .btnNext,.swiper-qual-w .btnPrev { position: absolute; top: 50%; 
margin-top: -1.5em;border: 1px solid #f2f3fa;
transition: all 0.5s;
-webkit-transition:all 0.5s;} 
.swiper-qual-w .btnNext::before,.swiper-qual-w .btnPrev::before {
	background-image: url(../image/arrow_2.png);
}

.swiper-qual-w .btnNext { right: -4.8em; left: auto;}
.swiper-qual-w .btnPrev {left: -4.8em; right: auto;}
.swiper-qual-w .btnNext:hover,.swiper-qual-w .btnPrev:hover {
	background-color: #646b97;}
.swiper-qual-w .btnNext:hover::before,.swiper-qual-w .btnPrev:hover::before {
	background-image: url(../image/arrow.png);
}

/*关于我们 大事记*/
.eventBoxBg {background: url(../image/event_bg.jpg) center 0 no-repeat;
background-size:100% auto ;}
.eventBox {  padding: 3.5em 0 7.8em; max-width: 1920px; margin: 0 auto;
}
.eventBox .iTit .name { color: #1a1d3c; text-align: left;}
.eventBox .iTit .intro { color: #646b97;text-align: left;}
.eventBox .item { border: 1px solid #e1e4f3;
 padding: 8% 10.8% 9%; text-align: left; position: relative; z-index: 0;
 background-color: #fff;}
.eventBox .item .year { line-height: 1.1; color: #1a1d3c; font-weight: lighter;}
.eventBox .item .year span { font-size: 3em; font-weight: normal;}
.eventBox .item .pic img{ margin: 0 0 0 auto; display: block; width: 7em; height: 5.5em;
object-fit: contain;}
.eventBox .item .name { margin-top: 0.9em;
 color: #0099ff; height: 1.5em; overflow: hidden;}
.eventBox .item::before { position: absolute;  content: ""; display: block;
top: 1.2em; left:0; margin-top: 8%;
 height: 1px; width: 1.4em;
background-color: #0099ff;}
.eventBox .item .intro {margin-top:0.7em; color: #7f84a7; line-height: 1.5;
height: 6em; overflow: hidden;font-weight: lighter;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:4; }

@media only screen and (max-width:828px) { 
	.eventBox { padding: 3em 0;}
}

.swiper-event-w { position: relative; z-index: 0;}
.swiper-event-w { margin-top: 4em;}
.swiper-event { padding-left: 4.1%;}
.swiper-event-w .swiper-slide { cursor: pointer;}

.swiper-year-w { margin-top: 4em;
background: url(../image/rule.png) 0 0 repeat-x;
background-size: auto 1em; text-align: center;}
.swiper-year-w .line { margin: 0.63em auto 0; width: 5.87em; height: 0.37em;}
.swiper-year-w .year { margin-top: 0.9em; font-size: 1.5em;}
.swiper-year-w .swiper-slide { cursor: pointer;}
.swiper-year-w .swiper-slide-cur .year { font-weight: bold; color: #0099ff;}
.swiper-year-w .swiper-slide-cur .line {background-color: #0099ff; }


/*关于我们 企业文化*/
.cultBox {  padding: 3.5em 0 4.8em;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5f2fe+0,ffffff+100 */
background: linear-gradient(to bottom,  rgba(229,242,254,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cultBox .iTit .name { color: #1a1d3c; text-align: left;}
.cultBox .iTit .intro { color: #646b97;text-align: left;}
.cultBox .conC {display: flex; justify-content: space-between; align-items: stretch;}

.cultBox .list { margin-top: 2.2em; width: 50%;}
.cultBox .list ul{ height: 100%; }
.cultBox .list li {height: 100%;
 display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.cultBox .list .item {flex: 1; 
border: 1px solid #e1e4f3; padding: 6% 0 3.5%;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
 text-align: left; position: relative; z-index: 0;
 display: flex; justify-content: space-between; align-items: center;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eff7ff+100 */
 background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,247,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 }
.cultBox .list .item .picb { width: 50.4%;}
.cultBox .list .item .pic { width: 100%;}
.cultBox .list .item .pic img{ display: block; width: 100%; height: auto;}
.cultBox .list .item .txtb { width: 38%; margin-left: 8.7%;}
.cultBox .list .item .name { color: #1a1d3c; 
height: 1.5em; overflow: hidden;}
.cultBox .list .item .intro {margin-top:1.4em; color: #666; line-height: 1.8;
height: 12.6em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:7; }

@media only screen and (max-width:450px) { 
	.cultBox .list .item { display: block; padding-top: 2.3em;}
	.cultBox .list .item .picb { width: auto; margin-left: 30%;}
	.cultBox .list .item .txtb { width: 80%; margin-left: auto; margin-right: auto;}
}

.cultBox .list2 { margin-top: 2.2em;  width: 48.3%;}
.cultBox .list2 ul{ display: flex; flex-wrap: wrap; justify-content: space-between; 
align-items: stretch;}
.cultBox .list2 li { margin-top: 0.8%; width: 49.6%;}
.cultBox .list2 li:nth-child(1),
.cultBox .list2 li:nth-child(2) { margin-top: 0;}
.cultBox .list2 .item { position: relative; z-index: 0; border: 1px solid #e1e4f3;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
text-align: left; position: relative; z-index: 0;
  padding: 1.6em 10% 1.6em 10%; 
  background-color: #fff;
  -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em; 
}
.cultBox .list2 .item .pic { position: absolute; top: 0; right: 0;
 margin-right: 12.2%; margin-top: 12.2%;}
.cultBox .list2 .item .pic img{ margin: 0 0 0 auto; 
display: block; width: 4em; height: 4em;
object-fit: contain;}
.cultBox .list2 .item .txtb {  margin: 0 3.8%; height: 10em;
  display: flex; flex-direction: column;
   justify-content: center; align-items: flex-start;}
.cultBox .list2 .item .name { position: relative; z-index: 0;
  color: #1a1d3c; height: 1.2em; line-height: 1.2em; overflow: hidden;margin-right: 4.4em; }
.cultBox .list2 .item .intro {margin-top:0.5em; color: #666; line-height: 1.75;
 margin-right: 5.5em; }
.cultBox .list2 .item .intro2 { color: #666; line-height: 1.75; 
 margin-right: -4%;}

@media only screen and (max-width:828px) { 
	.swiper-event-w { margin-top: 2em;}
	.swiper-year-w { margin-top: 2em;}
	.cultBox .conC { display: block;}
	.cultBox .list { width: 100%;}
	.cultBox .list2 { width: 100%;}
	.cultBox .list2 ul{ display: block;}
	.cultBox .list2 li { margin-top: 0.7em; width: 100%;}
	.cultBox .list2 li:nth-child(1), .cultBox .list2 li:nth-child(2) {
		margin-top: 0.7em;
	}
}


.btnNext, .btnPrev {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 2.8em;
	height: 2.8em;
	margin:0 0.4em;
	border: 1px solid #fff;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.btnPrev {
	left: 5.2%;
	right: auto;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.btnNext:hover, .btnPrev:hover {
	border: 1px solid #8bd0ff;
	background-color: transparent;
}
.btnPrev::before, .btnNext::before {
 content: "";
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:  url(../image/arrow.png) center center no-repeat;
 background-size: 31% auto;
}






.iTit {
}
.iTit .name {
	color: #1a1d3c;
	padding-top: 0.3em;
	background: url(../image/dot.png) center 0 no-repeat;
	background-size:auto 0.33em;
}
.iTit .nameL {
	color: #1a1d3c;
	padding-top: 0.3em;
	text-align: left;
}
.iTit .nameL span {
	display: inline-block;
	padding-right: 0.7em;
	background: url(../image/dot.png) right 0 no-repeat;
}
.iTit .intro {
	color: #71789f;
}



.i_box { padding: 20px 0; text-align:center}
.i_box .titen { font-weight: bold; color:#232650; line-height: 1;}
.i_box .tit { margin-top:0.6em; color: #333333; line-height: 1.2;}
.i_box .tit::after { content: ""; display: block; width: 1em; margin: 0.4em auto 0;
 background-color: #003f97; height: 3px;}



.newCon { margin-top: 30px; display: flex; align-items: stretch; justify-content: space-between;}
.newCon .newPicList { width: 50%; overflow: hidden;  min-height: 543px;}
.newCon .newPicList ul { height: 100%;}
.newCon .newPicList li { height: 100%;}
.newCon .newPicList .pic { display: block; cursor: pointer; width: 100%; 
position: relative; z-index:0; 
 height: 100%;}
.newCon .newPicList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
 object-fit: cover; transition: all 0.5s;}
.newCon .newPicList li:hover img {
-ms-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
}
.newCon .newPicList .txt { position: absolute; left: 0; right: 0; bottom: 0; line-height: 1.5;
 padding: 1em; background-color: rgba(0,0,0,0.5);
}
.newCon .newPicList .txt .name { height: 1.5em; overflow: hidden; color: #fff; font-weight: bold; text-align: center;}

.newCon .newList { width: 48.5%; height: 100%;}
.newCon .newList li { background-color: #f2f2f2; margin-top: 8px; transition: all 0.5s;
display: flex; justify-content: space-between; align-items: flex-start; 
padding: 1.7em 1.8em 1.7em 0;}
.newCon .newList li:first-child { margin-top: 0;}
.newCon .newList .time { color: #121212; transition: all 0.5s;}
.newCon .newList .time .year { width: 4em;}
.newCon .newList .txt { text-align: left;}
.newCon .newList .name { font-weight: bold; height: 1.5em; overflow: hidden;}
.newCon .newList .name a { color: #4a4a4a; transition: all 0.5s;}
.newCon .newList .intro { margin-top: 0.6em; color: #999; line-height: 1.8; height: 3.6em;
overflow: hidden; transition: all 0.5s;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; }
.newCon .newList li:hover .time { color: #fff;}
.newCon .newList li:hover { background-color: #003f97;}
.newCon .newList li:hover .name a { color: #fff;}
.newCon .newList li:hover .intro { color: #fff;}

@media only screen and (max-width:828px) {
.newCon { display: block;}
.newCon .newPicList { width: 100%; height: auto; min-height: initial;}
.newCon .newPicList .pic { height: 0; padding-top: 66.67%;}
.newCon .newList { width: 100%; height: auto;}
.newCon .newList li:first-child { margin-top: 8px;}
.newCon .newList .intro {  line-height: 1.5; height: 3em;}
.newCon .newList li { padding: 1.2em 1.6em 1.2em 0;}

.partner-logo-card-container .partner-logo-card-group{ display:block}
}
