@charset "UTF-8";
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@font-face {
  font-family: "itc";
  src: url("./fonts/itc.woff2") format("woff2"),
  url("./fonts/itc.woff") format("woff"),
  url("./fonts/itc.ttf") format("truetype"),
  url("./fonts/itc.eot") format("embedded-opentype"),
  url("./fonts/itc.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.simple-form-basic, .simple-text, .simple-textarea, .simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.simple-form-basic:focus, .simple-text:focus, .simple-textarea:focus, .simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}
.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  width: 13px;
  height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0;
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address -webkit-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,

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  max-width: 100%;
  /*图片清晰处理*/
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-eee {
  color: #eee;
}

.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: #777;
}

.col-888 {
  color: #888;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}

.tran-middle-p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  z-index: 1;
  width: 85%;
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-l {
  text-transform: lowercase;
}

.text-u {
  text-transform: uppercase;
}

.text-c {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block, .bocweb-header .bocweb-nav li .link span {
  display: inline-block;
  display: inline;
  zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

.page {
  padding: 2.85rem 0 0;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #666;
  width: 1.35rem;
  height: 1.35rem;
  line-height: 1.35rem;
  border-radius: 50%;
  margin: 0 3px;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  color: #1947ba;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  color: #1947ba;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a[rel="next"], .page a[rel="prev"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
  transition: all .5s;
}

.page a[rel="next"]:hover, .page a[rel="prev"]:hover {
  background: #1947ba;
  color: #fff;
}

.col-3,
.col-4,
.col-8,
.col-9 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}

@media (max-width: 767px) {
  .col-3,
  .col-4,
  .col-8,
  .col-9 {
    width: 100%;
  }
}

/*分页样式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-xl {
  margin-top: 100px;
}
@media (max-width: 959px) {
  .m-t-xl {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .m-t-xl {
    margin-top: 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;
  }
}
.m-l-md {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .m-l-md {
    margin-left: 20px;
  }
}
@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;
}

.imgbox-container {
  border-bottom: 1px solid #EDEDED;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb, .cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
@keyframes line_w100 {
  to {
    left: 100%;
  }
}
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_in {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-del11 {
  animation-delay: 1.1s;
}
.a-del12 {
  animation-delay: 1.2s;
}
.a-del13 {
  animation-delay: 1.3s;
}
.a-del14 {
  animation-delay: 1.4s;
}
.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("../img/iebgimg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*走进汉鑫加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo, body.init #pageloader div {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*走进汉鑫加载loading-end*/
.w1600 {
  width: 1600px;
  max-width: 88%;
  margin: 0 auto;
}
.wtitle1600 {
  width: 1600px;
}

.nbanner {
  height: calc(680rem / 40);
  width: 100%;
  position: relative;
}
.nbanner .bg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nbanner .tit {
  width: 88%;
  z-index: 2;
  font-weight:bold;
}

@media (max-width: 767px) {
  .nbanner .tit {
    font-size: 26px;
  }
}
.bocweb-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100px;
  background-color: transparent;
  padding: 0 2rem;
}
.bocweb-header .bocweb-logo {
  display: block;
  width: 200px;
}
.bocweb-header .bocweb-logo .img1 {
  width: 100%;
  height: auto;
}
.bocweb-header .bocweb-logo .img2 {
  width: 100%;
  height: auto;
  opacity: 0;
}
.bocweb-header .warpright {
  position: relative;
}
.bocweb-header .warpright .sreach-btn {
  width: 36px;
  height: 36px;
  margin-left: .5rem;
  background: #fff;
  border-radius: 50%;
}
.bocweb-header .warpright .sreach-btn svg {
  width: .5rem;
  height: .5rem;
  fill: #8b8b8b;
  transition: all .5s;
}
.bocweb-header .warpright .sreach-btn:hover svg {
  fill: #1947ba;
}
.bocweb-header .langbtn {
  width: 105px;
}
.bocweb-header .langbtn .spbox {
  width: 100%;
  height: 36px;
  border-radius: 36px;
  background: #fff;
  padding: 0 .5rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.bocweb-header .langbtn .sp1 {
  color: #083388;
}
.bocweb-header .langbtn .sp2 {
  width: 12px;
  height: 12px;
}
.bocweb-header .langbtn .sp2 svg {
  width: 12px;
  height: 12px;
  fill: #8b8b8b;
}
.bocweb-header .langbtn .langitem {
  padding: 25px 0.5rem 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 14px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: -1;
  display: none;
}
.bocweb-header .langbtn .langitem a {
  transition: all .5s;
}
.bocweb-header .langbtn .langitem a:hover {
  color: #1947ba;
}
.bocweb-header .bocweb-nav {
  height: 100%;
}
.bocweb-header .bocweb-nav li {
  height: 100%;
  margin: 0 .63rem;
  transition: all .5s;
}
.bocweb-header .bocweb-nav li .link {
  display: block;
  height: 100%;
  line-height: 100px;
  font-size: 17px;
  color: #fff;
  position: relative;
}
.bocweb-header .bocweb-nav li .link span {
  position: relative;
  vertical-align: middle;
  line-height: 2;
}
.bocweb-header .bocweb-nav li .link span:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: all .5s;
}
.bocweb-header .bocweb-nav li:hover .link span:before, .bocweb-header .bocweb-nav li.cur .link span:before {
  opacity: 1;
}
@media (max-width: 1600px) {
  .bocweb-header .bocweb-nav li {
    margin: 0 .4rem;
  }
}
@media (max-width: 1200px) {
  .bocweb-header .bocweb-nav li {
    margin: 0 .3rem;
  }
  .bocweb-header .bocweb-nav li .link {
    font-size: 16px;
  }
  .bocweb-header .bocweb-logo {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .bocweb-header {
    display: none;
  }
}

@media (max-width: 1360px) {
  .bocweb-header .bocweb-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 24rem;
  }
}
.bocweb-header.on {
  position: relative;
  background: #f5f5f5;
  border-bottom: 1px solid #e2e2e2;
}
.bocweb-header.on .bocweb-logo .img1 {
  width: 128px;
  height: auto;
  opacity: 0;
}
.bocweb-header.on .bocweb-logo .img2 {
  width: 128px;
  height: auto;
  opacity: 1;
}
.bocweb-header.on .bocweb-nav li .link {
  color: #000;
}
.bocweb-header.on .bocweb-nav li .link span:before {
  background: #000;
}

@media (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
}
@media (max-width: 750px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 500px) {
  body {
    padding-top: 60px;
  }
}
.bocweb-header-m {
  z-index: 99;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.8s;
}
.bocweb-header-m .bocweb-logo {
  position: absolute;
  left: 5.28%;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  transition: all 0.8s;
}
.bocweb-header-m .bocweb-logo img {
  width: 5rem;
  height: auto;
}
.bocweb-header-m .langbtn {
  color: #264d98;
  margin: 0 1rem;
}
.bocweb-header-m .sreach-btn {
  width: 1rem;
  height: 1rem;
}
.bocweb-header-m .sreach-btn svg {
  width: 1rem;
  height: 1rem;
  fill: #333;
}
.bocweb-header-m .bocweb-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80.55%;
  width: 80.55%;
  height: 100vh;
  background-color: #fff;
}
.bocweb-header-m .bocweb-nav li {
  padding: 0 8.27%;
  border-bottom: 1px solid #ebebeb;
  font-size: 26px;
  background: #f6f6f6;
}
.bocweb-header-m .bocweb-nav li .link {
  position: relative;
  display: block;
  padding: 6% 0;
  color: #222;
  transition: all 0.6s;
  transform: translateX(100px);
  opacity: 0;
}
.bocweb-header-m .bocweb-nav li .link .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 14px;
  height: 24px;
  margin-top: -10px;
  background: url("../img/arrow-r.png") no-repeat center center;
}
.bocweb-header-m .bocweb-nav li .hide {
  position: absolute;
  top: 0;
  left: 101%;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.8s;
}
.bocweb-header-m .bocweb-nav li .hide .sub-link {
  display: block;
  padding: 6% 8.27%;
  border-bottom: 1px solid #ebebeb;
  font-size: 26px;
  color: #222;
  background: #f6f6f6;
}
.bocweb-header-m .bocweb-nav li .hide .sub-link .text {
  display: block;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.6s;
}
.bocweb-header-m .bocweb-nav li .hide .title {
  position: relative;
  height: 80px;
  padding: 0;
  line-height: 80px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #222;
}
.bocweb-header-m .bocweb-nav li .hide .title .back {
  position: absolute;
  left: 8.27%;
  top: 50%;
  display: block;
  width: 14px;
  height: 24px;
  margin-top: -10px;
  background: url("../img/arrow-l.png") no-repeat center center;
}
.bocweb-header-m .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: pointer;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.6s;
}
.bocweb-header-m .menu-box {
  position: absolute;
  top: 26px;
  right: 5.28%;
  transition: all 0.6s;
}
.bocweb-header-m .bocweb-menu {
  width: 35px;
  margin: 0 auto;
  cursor: pointer;
}
.bocweb-header-m .bocweb-menu .line {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 4px;
  transition: transform 0.3s ease,top 0.3s ease,width 0.3s ease,opacity 0.3s,background 0.3s;
  transform-origin: center center;
  background: #000;
}
.bocweb-header-m .bocweb-menu .line:nth-child(2) {
  margin: 8px 0;
}
.bocweb-header-m.ishow {
  transform: translateX(-80.55%);
}
.bocweb-header-m.ishow .bg {
  transform: scaleX(1);
}
.bocweb-header-m.ishow .bocweb-nav li .link {
  transform: translateX(0px);
  opacity: 1;
}
.bocweb-header-m.ishow .bocweb-nav li .hide.ishow {
  transform: translateX(-101%);
}
.bocweb-header-m.ishow .bocweb-nav li .hide.ishow .sub-link .text {
  transform: translateX(0px);
  opacity: 1;
}
.bocweb-header-m.ishow .menu-box {
  right: 0;
  width: 31%;
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
  opacity: 0.8;
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(2) {
  opacity: 0;
  width: 0;
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(3) {
  top: -12px;
  transform: rotate(-45deg);
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .bocweb-header-m {
    display: none;
  }
}
@media (max-width: 750px) {
  .bocweb-header-m {
    height: 70px;
  }
  .bocweb-header-m .langbtn {
    margin: 0 .8rem 0 .5rem;
  }
  .bocweb-header-m .sreach-btn, .bocweb-header-m .sreach-btn svg {
    width: .85rem;
    height: .85rem;
  }
  .bocweb-header-m .bocweb-nav li {
    font-size: 18px;
  }
  .bocweb-header-m .bocweb-nav li .link .arrow {
    width: 9.8px;
    height: 16.8px;
    margin-top: -8.4px;
    background-size: contain;
  }
  .bocweb-header-m .bocweb-nav li .hide .sub-link {
    font-size: 18px;
  }
  .bocweb-header-m .bocweb-nav li .hide .title {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .bocweb-header-m .bocweb-nav li .hide .title .back {
    width: 9.8px;
    height: 16.8px;
    margin-top: -8.4px;
    background-size: contain;
  }
  .bocweb-header-m .menu-box {
    top: 23px;
  }
  .bocweb-header-m .bocweb-menu {
    width: 26px;
  }
  .bocweb-header-m .bocweb-menu .line {
    height: 2px;
  }
  .bocweb-header-m .bocweb-menu .line:nth-child(2) {
    margin: 6px 0;
  }
  .bocweb-header-m.ishow .bocweb-menu .line:nth-child(1) {
    top: 8px;
  }
  .bocweb-header-m.ishow .bocweb-menu .line:nth-child(3) {
    top: -8px;
  }
  .bocweb-header-m.ishow .menu-box {
    width: 39.5%;
  }
}
@media (max-width: 500px) {
  .bocweb-header-m {
    height: 60px;
  }
  .bocweb-header-m .bocweb-nav li {
    font-size: 16px;
  }
  .bocweb-header-m .bocweb-nav li .link .arrow {
    width: 8.4px;
    height: 14.4px;
    margin-top: -7.2px;
  }
  .bocweb-header-m .bocweb-nav li .hide .sub-link {
    font-size: 16px;
  }
  .bocweb-header-m .bocweb-nav li .hide .title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .bocweb-header-m .bocweb-nav li .hide .title .back {
    width: 8.4px;
    height: 14.4px;
    margin-top: -7.2px;
  }
  .bocweb-header-m .menu-box {
    top: 19px;
  }
}

.search-list1 {
  background: #F3F2F0;
  padding: .8rem 0;
}

.search-list1 .searchbox {
  width: 100%;
  height: 68px;
  background: transparent;
  border: none;
  position: relative;
}

.search-list1 .input1 {
  width: 100%;
  height: 66px;
  background: transparent;
  border: none;
}
.search-list1 .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.search-list1 .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.search-list1 .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.search-list1 .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.search-list1 form {
  width: 100%;
}

@media (max-width: 767px) {
  .search-list1 .input1, .search-list1 .searchbox {
    height: 45px;
  }
}
/*搜索弹框样式2*/
.search-btn2 svg {
  width: 45px;
  height: 45px;
}

.search-alert2 {
  position: fixed;
  z-index: 100;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.search-alert2 .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

.search-alert2 .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.search-alert2 .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert2 .cent-form .tex {
  border: none;
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-right: 3.5rem;
}

.search-alert2 .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  font-size: .65rem;
  line-height: 1.5rem;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
}

.search-alert2 .close:hover {
  transform: rotate(90deg);
}

.footer {
  border-top: 2px solid #f3f3f3;
  background:#152235;
}
.footer .footer-nav {
  padding: 1.5rem 0;
}
.footer .footer-nav .tit3 {
  margin-bottom: .5rem;
  display: block;
  transition: all .5s;
}
.footer .footer-nav .tit3:hover {
  color: #1947ba;
}
.footer .footer-nav .tit4 {
  margin-bottom: .35rem;
  display: block;
  transition: all .5s;
}
.footer .footer-nav .tit4:hover {
  color: #1947ba;
}

.footer .friend-link {
  border-top: solid 2px #223045;
}

.footer .friend-link a {
  color: #45566E;
}

.footerbot {
  padding: .5rem 0 .5rem;
  background: #000;
  position: relative;
  z-index: 2;
}
.footerbot .lbox .hrefbox {
  margin-bottom: .4rem;
  margin-top: .4rem;
}
.footerbot .lbox .hrefbox a {
  padding: 0 15px;
  transition: all .5s;
}
.footerbot .lbox .hrefbox a:nth-child(1) {
  padding-left: 0;
}
.footerbot .lbox .hrefbox a:hover {
  color: #1947ba;
}
.footerbot .lbox .hrefbox .line {
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.footerbot .rbox .select {
  display: inline-block;
  zoom: 1;
  position: relative;
  margin-bottom: .5rem;
}

@media (max-width: 1024px) {
  .footer .footer-nav {
    display: none;
  }
  .footer .friend-link {
    display: none;
  }
}

.n-contact {
  padding: 3.2rem 0 4rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.n-contact .tit2 {
  margin-bottom: 1.25rem;
}
.n-contact .ul {
  margin-bottom: 2rem;
}
.n-contact .ul .li {
  padding: 1.7rem .55rem 1.25rem;
  width: 23.5%;
  margin-right: 2%;
  border: 1px solid #e3e3e3;
}
.n-contact .ul .li:nth-child(4n) {
  margin-right: 0;
}
.n-contact .ul .icon {
  width: 36px;
  height: 36px;
  margin-bottom: .5rem;
}
.n-contact .ul .icon img {
  max-width: 100%;
  max-height: 100%;
}
.n-contact .ul .tit3 {
  margin-bottom: .4rem;
}
.n-contact .mapimg img {
  width: 100%;
}

@media (max-width: 768px) {
  .n-contact {
    padding: 2rem 0;
  }

  .n-contact .ul .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .65rem;
  }

  .n-contact .ul {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .n-contact .mapimg img {
    height: 8rem;
    width: 100%;
    position: relative;
    object-fit: cover;
  }

  .n-contact .ul {
    margin-bottom: .5rem;
  }
}
.nwarpsub {
  position: relative;
  height: 100px;
  z-index: 2;
}
.nwarpsub .nsubbox.fix{
  position:fixed;
  width:100%;
  background:#fff;
  left:0;
  top:0;
  z-index:9;
  border-bottom: 2px solid #e6e6e6;
}
.nwarpsub .nsubbox.fix .subbox{
  border-bottom: 2px solid transparent;
}
.nwarpsub .subbox {
  border-bottom: 2px solid #e6e6e6;
}
.nwarpsub .backbtn {
  cursor: pointer;
}
.nwarpsub .backbtn .icon {
  width: 14px;
  height: 14px;
  fill: #999;
  margin-left: .25rem;
  transform: rotate(-90deg);
  transition: all .5s;
}
.nwarpsub .backbtn:hover {
  color: #1947ba;
}
.nwarpsub .backbtn:hover .icon {
  fill: #1947ba;
}
.nwarpsub .ul .li {
  margin-right: 1.2rem;
  position: relative;
  height: 100px;
  line-height: 100px;
  transition: all .5s;
}
.nwarpsub .ul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: .1rem;
  background: #1947ba;
  left: 0;
  bottom: -3px;
  opacity: 0;
  transition: all .5s;
}
.nwarpsub .ul .li:hover, .nwarpsub .ul .li.cur {
  color: #1947ba;
}
.nwarpsub .ul .li:hover:before, .nwarpsub .ul .li.cur:before {
  opacity: 1;
}

@media (max-width: 1024px) {
  .nwarpsub, .nwarpsub .ul .li {
    height: 2.5rem;
    line-height: 2.5rem;
  }
}

.swiper-1-slide {
  width: 20% !important;
}

.swiper-2-slide {
  width: 24.9% !important;
  background: #F4F4F4;
}
.n-recruitment {
  padding-bottom: 3.5rem;
}
.n-recruitment .box {
  background: #fff;
  padding: 1.75rem 0 0;
}
.n-recruitment .box .formbox .input1 {
  width: 360px;
  height: 50px;
  border: 1px solid #e1e1e1;
  padding: 0 50px 0 .5rem;
}
.n-recruitment .box .warpselectbox {
  width: 540px;
  position: relative;
  z-index: 3;
}
.n-recruitment .box .warpselectbox .selectbox {
  width: 48%;
  height: 50px;
  position: relative;
  z-index: 3;
}
.n-recruitment .box .warpselectbox .selectbox span {
  margin-right: 10px;
}
.n-recruitment .box .warpselectbox .selectbox .icon {
  width: 12px;
  height: 12px;
  fill: #000;
}
.n-recruitment .box .warpselectbox .selectbox .selecttop {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  padding: 0 .5rem;
}
.n-recruitment .box .warpselectbox .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #fff;
  max-height: 200px;
  padding: 10px;
  overflow-y: auto;
  display: none;
}
.n-recruitment .box .warpselectbox .selectbox .item {
  height: 1rem;
  line-height: 1rem;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  border-bottom: none;
}
.n-recruitment .box .warpselectbox .selectbox .item:hover {
  color: #fff;
  background: #000;
}
.n-recruitment .box .warpselectbox .selectbox:hover .selecttop {
  color: #999;
}
.n-recruitment .box .warpselectbox .selectbox:hover .icon {
  fill: #999;
}
.n-recruitment .joinbox {
  margin-top: 1.2rem;
}
.n-recruitment .joinbox .jtitle{
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}

.n-recruitment .joinbox .joinitem {
  border-bottom: 1px solid #ececec;
}
.n-recruitment .joinbox .itemtop {
  padding: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.n-recruitment .joinbox .itemtop .it-left {
  flex: 3;
}
.n-recruitment .joinbox .itemtop .it-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 2;
}
.n-recruitment .joinbox .itemtop .itl1 {
  padding-right: .5rem;
}
.n-recruitment .joinbox .itemtop .itl2 {
  margin-right: 10%;
}
.n-recruitment .joinbox .itemtop .itr1 {
  margin-right: 10%;
}
.n-recruitment .joinbox .itemtop .itr1 .xinzi {
  color: #FE574A;
}
.n-recruitment .joinbox .itemtop .itr2 {
  background: #1947BA;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  padding: 0px 35px;
}

.n-recruitment .joinbox .itemtop .itr3 {
  border: 1px solid #999999;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  padding: 0px 27px;
  display: flex;
}
.n-recruitment .joinbox .itemtop .itr3 .icon {
  width: 12px;
  height: 12px;
  fill: #999;
  margin-left: 5px;
  transition: all .5s;
  transform: rotate(-180deg);
}
.n-recruitment .joinbox .itemtop .sp1 {
  width: 22.8%;
  padding-right: .5rem;
}
.n-recruitment .joinbox .itemtop .sp2 {
  width: 10%;
  margin-right: 10%;
}
.n-recruitment .joinbox .itemtop .sp3 {
  width: 10%;
  margin-right: 10%;
}
.n-recruitment .joinbox .itemtop .sp4 {
  width: 17.2%;
  margin-right: 10%;
}
.n-recruitment .joinbox .itemtop .sp5 {
  width: 10%;
  background: #1947BA;
}

.n-recruitment .joinbox .itemtop .sp6 {
  width: 10%;
  border: 1px solid #999999;
  cursor: pointer;
}
.n-recruitment .joinbox .itemtop .sp6 .icon {
  width: 12px;
  height: 12px;
  fill: #999;
  margin-left: 5px;
  transition: all .5s;
}
.n-recruitment .joinbox .itemtext {
  padding: 1.25rem 1.3rem;
  background: #f3f3f3;
  position: relative;
  display: none;
}
.n-recruitment .joinbox .itemtext:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2rem;
  top: -4px;
  background: #f3f3f3;
  transform: rotate(-45deg);
}
.n-recruitment .joinbox .itemtext .itemcont {
  display: flex;
  justify-content: space-between;
}

.n-recruitment .joinbox .itemtext .tit3 {
  margin-bottom: .5rem;
}
.n-recruitment .joinbox .itemtext .tit4 p {
  margin-bottom: 8px;
}
.n-recruitment .joinbox .itemtext .itemli {
  margin-bottom: 1rem;
  width: 400px;
}
.n-recruitment .joinbox .itemtext .itemli:last-child {
  margin-bottom: 0;
}

.n-recruitment .joinbox .itemtop.on .sp6 .icon {
  transform: rotate(-180deg);
}
.n-recruitment .joinbox .itemtop.on .itr3 .icon {
  transform: rotate(0deg);
}

.n-recruitment .leftbox {
  width: 34.375%;
  position: relative;
  z-index: 1;
}
.n-recruitment .leftbox .img {
  transform: scale(1.01);
  transition: all .5s;
}
.n-recruitment .leftbox .videobtn {
  width: 55px;
  height: 55px;
  z-index: 4;
  cursor: pointer;
}
.n-recruitment .leftbox:hover .img {
  transform: scale(1.1);
}

.n-recruitment .rightbox {
  width: 58.125%;
}
.n-recruitment .rightbox .tit3 {
  margin-bottom: 1.8rem;
}
.n-recruitment .rightbox .ul {
  margin-bottom: 1.5rem;
}
.n-recruitment .rightbox .ul .li .num {
  color: #1947ba;
}
.n-recruitment .rightbox .ul .li .num sup {
  top: -1em;
  color: #252525;
}
.n-recruitment .rightbox .ul .li p {
  color: #252525;
}
.n-recruitment .rightbox .ul .p {
  color: #252525;
}

@media (max-width: 1024px) {
  .n-recruitment .box .warpselectbox {
    width: 400px;
  }

  .n-recruitment .box .formbox .input1 {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .n-recruitment .box .warpselectbox {
    width: 100%;
    margin-bottom: .65rem;
  }

  .n-recruitment .box .formbox, .n-recruitment .box .formbox .input1 {
    width: 100%;
  }

  .n-recruitment .joinbox .itemtop .sp2 {
    margin-right: 8%;
  }

  .n-recruitment .joinbox .itemtop .sp3 {
    margin-right: 8%;
  }

  .n-recruitment .joinbox .itemtop .sp4 {
    margin-right: 8%;
  }

  .n-recruitment .joinbox .itemtop .sp5 {
    width: 16%;
  }
  .n-recruitment .joinbox .itemtop .sp6 {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .n-recruitment .joinbox .itemtop .sp2 {
    display: none;
  }

  .n-recruitment .joinbox .itemtop .sp3 {
    display: none;
  }

  .n-recruitment .joinbox .itemtop .sp4 {
    display: none;
  }

  .n-recruitment .joinbox .itemtop .sp1 {
    width: 70%;
  }

  .n-recruitment .joinbox .itemtop .sp5 {
    width: 25%;
  }
  .n-recruitment .joinbox .itemtop .sp6 {
    width: 25%;
  }

  .n-recruitment .joinbox .itemtop {
    flex-direction: column;
  }

  .n-recruitment .joinbox .itemtop .it-right {
    flex-wrap: wrap;
  }

  .n-recruitment .joinbox .itemtop .it-right .itr1 {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }

  .n-recruitment .joinbox .itemtop .itr2 {
    height: 35px;
    line-height: 35px;
    padding: 0px 25px;
  }

  .n-recruitment .joinbox .itemtop .itr3 {
    height: 35px;
    line-height: 35px;
    padding: 0px 17px;
  }

  .n-recruitment .box .warpselectbox .selectbox .item {
    padding: 0 8px;
  }

  .n-recruitment .box .warpselectbox .selectbox .selecttop, .n-recruitment .box .warpselectbox .selectbox {
    height: 40px;
  }

  .n-recruitment .box .warpselectbox .selectbox .selectitem {
    top: 40px;
  }

  .n-recruitment .joinbox {
    margin-top: .75rem;
  }

  .n-recruitment {
    padding-bottom: 2rem;
  }

  .n-recruitment .joinbox .itemtop {
    padding: 0;
  }

  .n-recruitment .joinbox .itemtext {
    padding: 1.25rem .75rem;
  }

  .n-recruitment .joinbox .itemtext .itemcont {
    flex-direction: column;
  }

  .n-recruitment .rightbox .tit3 {
    margin-bottom: 1.5rem;
  }

  .n-recruitment .rightbox .tit3 br {
    display: none;
  }
}
.quality-list1 {
  padding: 2.5rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.quality-list1 img {
  cursor:pointer;
}
.quality-list1 .tit3 {
  margin: 0 auto 0.65rem;
  max-width: 88%;
}
.quality-list1 .tit4 {
  width: 1200px;
  margin: 1.7rem auto 0;
  max-width: 88%;
}
.quality-list1 .button-prev,.quality-list1 .button-next{
  width:50px;
  height:50px;
  background:rgba(0,0,0,.6);
  position: absolute;
  z-index:3;
  transition: all .5s;
  cursor:pointer;
}
.quality-list1 .button-prev{
  left:5%;
  top:50%;
  margin-top:-25px;
}
.quality-list1 .button-next{
  right:5%;
  top:50%;
  margin-top:-25px;
}
.quality-list1 .button-prev .icon,.quality-list1 .button-next .icon{
  width:16px;
  height:16px;
  fill:#fff;
}
.quality-list1 .button-prev .icon{
  transform:rotate(-180deg);
}
.quality-list1 .button-prev:hover,.quality-list1 .button-next:hover{
  background:rgba(0,0,0,1);
}

@media (max-width: 767px) {
  .quality-list1 .button-next,.quality-list1 .button-prev{
    width:25px;
  }
}
@media (max-width: 767px) {
  .quality-list1 {
    padding: 1.5rem 0;
  }

  .quality-list1 .tit4 {
    margin: 0 auto 1rem;
  }
}
.quality-list2 .borderb {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
}
.quality-list2 .you-zi {
  width: 196px;
  height: 45px;
  border-radius: 22px 22px 22px 22px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.quality-list2 {
  padding-bottom: 1.75rem;
}
.quality-list2 .contentbox {
  position: relative;
  z-index: 1;
}
.quality-list2 .contentbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.quality-list2 .contentbox .text {
  padding: 4.15rem 0 4.25rem;
  position: relative;
  z-index: 2;
}
.quality-list2 .contentbox .ntext {
  width: 50%;
}
.quality-list2 .contentbox .ntext .tit3 {
  margin-bottom: .8rem;
}
.quality-list2 .imgbox {
  position: relative;
  z-index: 3;
  margin-top: -3.5rem;
}
.quality-list2 .imgbox .img {
  height: 4rem;
  width: 100%;
}
.quality-list2 .imgbox .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 26px 26px 0px 0px;
}
.quality-list2 .imgbox .line-2 {
  padding: 1rem;
  min-height:calc(24px + 1rem);
}
.quality-list2 .imgbox .swiper-slide {
  background: #F6F6FB;
  border-radius: 26px 26px 26px 26px;
  cursor: pointer;
}

.quality-list2 .btnbox {
  width: 100px;
  position: relative;
  z-index:4;
}
.quality-list2 .btnbox .prevbtn, .quality-list2 .btnbox .nextbtn {
  width: 45px;
  height: 37px;
  cursor: pointer;
  transition: all .5s;
}
.quality-list2 .btnbox .prevbtn .icon, .quality-list2 .btnbox .nextbtn .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.quality-list2 .btnbox .prevbtn:hover, .quality-list2 .btnbox .nextbtn:hover{
  transform:scale(.95);
}
.quality-list2 .btnbox .prevbtn .icon {
  transform: rotate(-180deg);
}

@media (max-width: 966px) {
  .quality-list2 .contentbox .text {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .quality-list2 .contentbox .bg {
    position: relative;
    height: 10rem;
  }

  .quality-list2 .contentbox .ntext {
    width: 100%;
  }

  .quality-list2 .contentbox .ntext .tit3 {
    color: #333;
  }

  .quality-list2 .contentbox .ntext .tit3app {
    color: #fff;
  }
  .quality-list2 .contentbox .ntext .papp {
    color: #fff;
    margin-top:24px;
  }
  .quality-list2 .contentbox .ntext .p {
    color: #666;
  }

  .quality-list2 .imgbox {
    margin-top: 1.25rem;
  }

  .quality-list2 {
    padding-bottom: 1rem;
  }

  .quality-list2 .contentbox .text {
    padding-bottom: 0;
  }

  .quality-list2 .btnbox .prevbtn, .quality-list2 .btnbox .nextbtn {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .quality-list2 .you-zi {
    width: 166px;
    height: 38px;
    border-radius: 19px 19px 19px 19px;
    margin-top: 10px;
  }

  .quality-list2 .borderb {
    padding-bottom: 10px;
  }
}
.quality-list3 {
  padding: 0 0 2.8rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.quality-list3 .tit2 {
  margin-bottom: 2rem;
}
.quality-list3 .img {
  width: 100%;
}
.quality-list3 .imgbox {
  position: relative;
  z-index: 3;
  margin-top: .5rem;
}
.quality-list3 .imgbox .img {
  height: 7rem;
  width: 100%;
}
.quality-list3 .imgbox .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.quality-list3 .imgbox p {
  padding: .5rem 0 0;
}
.quality-list3 .kehu_anli {
  display: flex;
  flex-wrap: wrap;
}

.quality-list3 .kehu_anli .khal_item {
  padding: 30px;
  width: 370px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(10,20,37,0.07);
  border-radius: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
}

.quality-list3 .kehu_anli .khal_item .khal_name {
  width: 250px;
  white-space: nowrap;      /* 确保文本在一行内显示 */
  overflow: hidden;         /* 超出容器的文本隐藏 */
  text-overflow: ellipsis;  /* 超出部分显示省略号 */
}
@media (max-width: 767px) {
  .quality-list3 {
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .quality-list3 .imgbox {
    margin-top: 1.25rem;
  }

  .quality-list3 .tit2 {
    margin-bottom: 1.25rem;
  }
}
.quality-detail {
  display: flex;
}

@media (max-width: 768px) {
  .quality-detail {
    flex-direction: column;
  }
}

.quality-detail .qd-left {
  flex: 3;
}

.quality-detail .qd-right {
  flex: 1;
  height: 264px;
  background: #FFFFFF;
  box-shadow: 5px 0px 10px 0px #0C1932;
  border-radius: 10px 10px 10px 10px;
}
.quality-detail .qd-right .qd-hx-img {
  height: 153px;
  background-image: url('../img/pd-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.quality-detail .qd-right .qd-hx-img img {
  width: 128px;
  height: 36px;
}
.quality-detail .qd-right .qd-hx-img .tip {
  color: #1947BA;
}
.quality-detail .qd-right .qd-callus {
  width: 299px;
  height: 49px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #1947BA;
  color: #1947BA;
  text-align: center;
  line-height: 49px;
}
.quality-detail .logo-2 {
  border-bottom: 1px solid #e3e3e3;
}
.quality-detail .logo-2 img {
  width: 167px;
}
.n-products .ul {
  padding: 2.5rem 0;
}
.n-products .ul .li {
  width: 100%;
  position: relative;
  display: block;
  padding: 3.5rem 0 3rem;
  margin-bottom: 1rem;
}
.n-products .ul .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-products .ul .textbox {
  padding-left: 3rem;
}
.n-products .ul .text {
  width: 41%;
  position: relative;
  z-index: 3;
}
.n-products .ul .text .tit2 {
  margin-bottom: .4rem;
}
.n-products .ul .text .tit3 {
  margin-bottom: 2rem;
}
.n-products .ul .text .more {
  width: 140px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  transition: all .5s;
}
.n-products .ul .text .more .icon {
  width: 10px;
  height: 10px;
  fill: #000;
  margin-left: .4rem;
  transition: all .5s;
}
.n-products .ul .img {
  width: 60%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all .5s;
}
.n-products .ul .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.n-products .ul .li:hover .more {
  background: #1947ba;
  color: #fff;
}
.n-products .ul .li:hover .more .icon {
  fill: #fff;
}
.n-products .ul .li:hover .img {
  transform: translate(20px, 0);
}
.n-products .ul .li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .n-products .ul {
    padding: 1.5rem 0;
  }

  .n-products .ul .textbox {
    padding-left: 1.5rem;
  }

  .n-products .ul .text .tit3 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .n-products .ul {
    padding: 1.5rem 0;
  }

  .n-products .ul .textbox {
    padding-left: 1rem;
  }

  .n-products .ul .text .tit3 {
    margin-bottom: 1.25rem;
  }

  .n-products .ul .text {
    width: 100%;
  }

  .n-products .ul .img {
    width: 100%;
    margin-top: .85rem;
    position: relative;
  }

  .n-products .ul .textbox {
    padding-left: 0;
  }

  .n-products .ul .text {
    padding: 0 1rem;
  }

  .n-products .ul .li {
    padding: 1.5rem 0;
  }

  .n-products .ul .text .more {
    width: 120px;
    height: 40px;
    border-radius: 40px;
  }
}
.products-info {
  padding-top: 100px;
  padding-bottom: 2.65rem;
}
.products-info .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.products-info .text {
  margin-left: calc(50vw - 800px);
  width: 33.8%;
  padding-top: 1.5rem;
  position: relative;
  z-index: 3;
}
.products-info .text .tit2 {
  margin-bottom: 1rem;
}
.products-info .text .tit3 {
  margin-bottom: .5rem;
}
.products-info .tabul {
  margin-bottom: .5rem;
  padding-bottom: 4px;
}
.products-info .tabul .li {
  height: 1.5rem;
  width: 100%;
  background: #fff;
  cursor: pointer;
  transition: all .5s;
}
.products-info .tabul .li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  margin-left: -7px;
  bottom: -3px;
  background: #1947ba;
  transform: rotate(-45deg);
  z-index: 2;
  opacity: 0;
  transition: all .5s;
}
.products-info .tabul .swiper-slide:hover .li, .products-info .tabul .swiper-slide.cur .li {
  background: #1947ba;
  color: #fff;
}
.products-info .tabul .swiper-slide:hover .li:before, .products-info .tabul .swiper-slide.cur .li:before {
  opacity: 1;
}
.products-info .ul .li {
  padding: .5rem 0;
  border-bottom: 1px solid #c1c1c1;
}
.products-info .ul .li span {
  max-width: 46%;
}
.products-info .itemli {
  display: none;
}
.products-info .img {
  width: 50%;
  position: relative;
  z-index: 3;
}

@media (max-width: 1680px) {
  .products-info .text {
    margin-left: 6%;
  }
}
@media (max-width: 1024px) {
  .products-info {
    padding-top: 10px;
  }
}
@media (max-width: 996px) {
  .products-info .text {
    width: 88%;
  }

  .products-info .img {
    width: 100%;
    padding: 0 6%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .products-info .text {
    padding-top: 1rem;
  }
}
/* .about-list1 {
} */
.about-list1 .contentbox {
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid #EDEDED;
}
.about-list1 .contentbox .cpjz_list {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  flex: auto;
}
.about-list1 .contentbox .cpjz_list .cpjz_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-list1 .contentbox .cpjz_list .cpjz_item .cpjz_i_line1 {
  width: 222px;
  background: #FFFFFF;
  border: 2px dashed #CCCCCC;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #323333;
  text-align: center;
  padding: 24px 0;
}
.about-list1 .contentbox .cpjz_list .cpjz_item .cpjz_i_line2 {
  width: 50px;
  padding: 20px 0;
}
.about-list1 .contentbox .cpjz_list .cpjz_item .cpjz_i_line3 {
  width: 222px;
  background: #F1F4FB;
  border: 2px solid #CCCCCC;
  padding: 24px 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #323333;
  text-align: center;
}
.about-list1 .contentbox .cpjz_bottom {
  display: flex;
}
.about-list1 .contentbox .cpjz_bottom .cpjz_name1 {
  flex: 2;
  background: #313131;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  padding: 24px 0;
  margin-right: 50px;
}
.about-list1 .contentbox .cpjz_bottom .cpjz_name2 {
  flex: 1;
  background: #313131;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  padding: 24px 0;
  margin-right: 40px;
}
.about-list1 .contentbox .cpjz_bottom .cpjz_name3 {
  flex: 1;
  background: #313131;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  padding: 24px 0;
  margin-right: 50px;
}
.about-list1 .contentbox .cpjz_bottom .cpjz_name4 {
  flex: 2;
  background: #313131;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  padding: 24px 0;
}

.bg_color {
  background: #F3F9FF;
}
.about-list1 .gxfbptbox .rightbox {
  width: 10.5%;
}

.about-list1 .gxfbptbox .rightbox .gxfb_card {
  width: 225px;
  height: 86px;
  background: linear-gradient(180deg, #E6F0F8, #F5FBFC);
  box-shadow: -7px -7px 15px 0px #FFFFFF, 7px 7px 15px 0px rgba(12,19,50,0.1);
  border-radius: 6px;
  text-align: center;
  line-height: 1;
  padding-top: 17px;
  margin-bottom: 20px;
}

.about-list1 .gxfbptbox .rightbox .gxfb_card .gxfb_num {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 30px;
  color: #1947BA;
}
.about-list1 .gxfbptbox .rightbox .gxfb_card .gxfb_name {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 5px;
}
.about-list1 .gxfbptbox .leftbox {
  width: 100%;
}

.about-list1 .gxfbptbox .leftbox .img {
  width: 100%;
  height: 750px;
}
.about-list1 .rightbox .yljg_ypt {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.about-list1 .rightbox .yljgypt_card {
  width: 215px;
  height: 142px;
  background: #F1F4FB;
  border-radius: 12px;
  text-align: center;
  line-height: 1;
  padding-top: 25px;
  margin-bottom: 20px;
}
.about-list1 .rightbox .yljgypt_card .yljgypt_num {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  line-height: 36px;
}
.about-list1 .rightbox .yljgypt_card .yljgypt_name {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  line-height: 36px;
  margin-top: 10px;
}
.about-list1 .borderbottom {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
}
.about-list1 .leftbox {
  padding-top: 1.5rem;
  width: 64.375%;
  position: relative;
  z-index: 1;
}
.about-list1 .leftbox .img {
  transform: scale(1.01);
  transition: all .5s;
}

.about-list1 .leftbox:hover .img {
}

.about-list1 .gxpt_cont {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
}

.about-list1 .rightbox {
  padding-top: 2.25rem;
  width: 28.125%;
}
.about-list1 .rightbox .tit3 {
  margin-bottom: 1.8rem;
}
.about-list1 .rightbox .ul {
  margin-bottom: 1.5rem;
}
.about-list1 .rightbox .ul .li .num {
  color: #1947ba;
}
.about-list1 .rightbox .ul .li .num sup {
  top: -1em;
  color: #252525;
}
.about-list1 .rightbox .ul .li p {
  color: #252525;
}
.about-list1 .rightbox .ul .p {
  color: #252525;
}

@media (max-width: 1360px) {
  .about-list1 .rightbox {
    padding-top: 0;
  }
  .n-recruitment .rightbox {
    padding-top: 0;
  }
}
@media (max-width: 996px) {
  .about-list1 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-list1 .leftbox .img {
    width: 100%;
  }

  .about-list1 .rightbox {
    width: 100%;
  }

  .n-recruitment .rightbox {
    width: 100%;
  }
  .n-recruitment .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .n-recruitment .leftbox .img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-list1 .contentbox {
    padding: 1.5rem 0;
  }

  .about-list1 .rightbox .tit3 {
    margin-bottom: 1.5rem;
  }

  .about-list1 .rightbox .tit3 br {
    display: none;
  }
}
.about-list2 {
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
.about-list2 .bgcolor {
  width: 33.3%;
  height: 100%;
  background: #1947ba;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.about-list2 .tip {
  position: absolute;
  height: 3.375rem;
  left: 27.25%;
  top: 0;
  z-index: 1;
}
.about-list2 .contentbox {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #EDEDED;
  padding: 3rem 0 3.25rem;
}
.about-list2 .contentbox .yddstpt_card {
  display: flex;
}
.about-list2 .contentbox .yddstpt_1card {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  border: 2px solid #CCCCCC;
  padding: 30px 50px;
}
.about-list2 .contentbox .yddstpt_1card .ydd_stpt_top {
  margin-bottom: 20px;
}
.about-list2 .contentbox .yddstpt_1card .ydd_stpt_bottom {
  display: flex;
}
.about-list2 .contentbox .yddstpt_1card .ydd_stpt_bottom .ydd_s_b_right {
  display: flex;
  flex-wrap: wrap;
  flex: 1.2;
}
.about-list2 .contentbox .yddstpt_1card .ydd_stpt_bottom .ydd_s_b_right .ysbr_item {
  width: 115px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 6px;
}
.about-list2 .contentbox .yddstpt_middle {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-list2 .contentbox .yddstpt_2card {
  display: flex;
  border: 2px solid #CCCCCC;
  padding: 30px;
}
.about-list2 .contentbox .yddstpt_2card .ydd_stpt_top {
  margin-left: 27px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  line-height: 36px;
}
.about-list2 .contentbox .yddstpt_2card .ydd_s_b_right {
  display: flex;
  flex-wrap: wrap;
}
.about-list2 .contentbox .ysbr_item {
  width: 50%;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  text-align: right;
  padding: 10px 0;
}
.about-list2 .contentbox .yddstpt_phone {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 40px;
  color: #222222;
  text-align: center;
}
.about-list2 .title {
  margin-bottom: 2rem;
}
.about-list2 .btnbox {
  width: 100px;
  position: relative;
  z-index:4;
}
.about-list2 .btnbox .prevbtn, .about-list2 .btnbox .nextbtn {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all .5s;
}
.about-list2 .btnbox .prevbtn .icon, .about-list2 .btnbox .nextbtn .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.about-list2 .btnbox .prevbtn:hover, .about-list2 .btnbox .nextbtn:hover{
  transform:scale(.95);
}
.about-list2 .btnbox .prevbtn .icon {
  transform: rotate(-180deg);
}
.about-list2 .warpbox {
  background: #fff;
  padding: 4.75rem 1.75rem;
  margin-top: -10px;
  position: relative;
  z-index: 3;
}
.about-list2 .warpbox .li p {
  color: #252525;
  margin-top: .5rem;
}
@media (max-width: 767px) {
  .about-list2 .warpbox {
    padding: 1.5rem 1.5rem;
  }

  .about-list2 .title {
    margin-bottom: 1.7rem;
  }

  .about-list2 .tip {
    height: 3rem;
  }

  .about-list2 {
    padding: 2.5rem 0;
  }
}
.about-list3 {
  position: relative;
  background: #fff;
  z-index: 1;
}
.about-list3 .contentbox {
  padding: 3rem 0 0;
}
.about-list3 .contentbox .o2o_web_cont {
  display: flex;
  padding-bottom: 70px;
}
.about-list3 .contentbox .o2o_web_cont .o2owc_left {
  flex: 1;
  background: #EDEDED;
  border-radius: 6px;
  height: 678px;
  padding: 15px 27px;
  display: flex;
}
.about-list3 .contentbox .o2o_web_cont .o2owc_center {
  flex: 4;
  position: relative;
  padding: 0 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-list3 .contentbox .o2o_web_cont .o2owc_center .o2owc_c_card {
  width: 100%;
  background: #FAFAFC;
  border: 2px dashed #666666;
  padding: 0 20px;
}
.about-list3 .o2owc_center .o2owc_c_card .occ_title {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #055CF9;
  text-align: center;
}
.about-list3 .o2owc_center .o2owc_c_card .occ_cont {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.about-list3 .o2owc_center .o2owc_c_card .occ_cont .occ_c_item {
  flex: 1;
}
.about-list3 .o2owc_center .o2owc_c_card .occ_cont .occ_c_item .occ_c_black {
  height: 70px;
  background: #313131;
  border-radius: 4px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 70px;
  text-align: center;
  margin: 10px 0;
}
.about-list3 .o2owc_center .o2owc_c_card .occ_cont .occ_c_item .occ_c_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-list3 .occ_cont .occ_c_item .occ_c_list .occl_item {
  width: 140px !important;
  height: 42px;
  background: #FAFAFC;
  box-shadow: 0px 5px 15px 0px rgba(12,19,50,0.1);
  border-radius: 2px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #055CF9;
  line-height: 42px;
  text-align: center;
  margin: 7px 0;
}
.about-list3 .o2owc_center .o2o_center {
  position: absolute;
  left: 44%;
  top: 40%;
  width: 120px;
  height: 120px;
}
.about-list3 .contentbox .o2o_web_cont .o2owc_right {
  flex: 1;
  background: #EDEDED;
  border-radius: 6px;
  height: 678px;
  padding: 15px 27px;
  display: flex;
}
.about-list3 .contentbox .o2o_web_cont .o2owc_text_bai {
  color: #FFFFFF;
  width: 75px;
  background: #313131;
  border-radius: 4px;
  height: 100%;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
.about-list3 .contentbox .o2o_web_cont .o2owc_text_lan {
  color: #055CF9;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  flex: auto;
  position: relative;
}
.about-list3 .contentbox .o2o_web_cont .o2owc_text_lan .o2owc_middle {
  position: absolute;
  top: 46%;
}
.about-list3 .tit2 {
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 2;
}

.about-list3 .bgimg {
  height: 9rem;
  width: 100%;
  background-position: center top;
}
.about-list3 .warpbox {
  padding-top: 3rem;
}

.about-list3 .warpbox .styjnl_miaoshu {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  position: absolute;
  width: 683px;
  right: 0px;
  top: 2.8rem;
}

.about-list3 .warpbox .styjnl_shebei {
  display: flex;
  justify-content: space-between;
}
.about-list3 .warpbox .styjnl_shebei .styjnl_border {
  width: 360px;
  height: 258px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  text-align: center;
  line-height: 258px;
}
.about-list3 .warpbox .styjnl_list {
  width: 1500px;
  height: 217px;
  background: #DDE2E7;
  border-radius: 6px;
  margin-top: 22px;
  width: 100%;
  display: flex;
  padding: 10px;
}

.about-list3 .warpbox .styjnl_list .styjnl_item {
  padding: 10px;
}

.about-list3 .warpbox .styjnl_list .styjnl_title {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  line-height: 39px;
  text-align: center;
}

.about-list3 .warpbox .styjnl_list .styjnl_sy_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-list3 .warpbox .styjnl_list .styjnl_shouyin {
  width: 107px;
  height: 58px;
  margin-top: 10px;
}

@media (max-width:767px) {
  .swiper-1-slide {
    width: 40%;
  }
  .swiper-2-slide {
    width: 100% !important;
    background: #F4F4F4;
  }
  .about-list3{
    padding-top:2rem;
  }
}

.about-list4 {
  padding: 4rem 0;
  position: relative;
  z-index: 2;
}

.about-list4 .contentbox {
  position: relative;
  z-index: 3;
  padding: 3rem 0 2rem;
}
.about-list4 .contentbox .stcpnl_top {
  display: flex;
}
.about-list4 .contentbox .stcpnl_top .stcpnl_t_text {
  flex: 5;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  padding-right: 50px;
  padding-top: 50px;
}
.about-list4 .contentbox .stcpnl_top .stcpnl_t_sy {
  flex: 3;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
}
.about-list4 .contentbox .stcpnl_top .stcpnl_t_xcx {
  flex: 1;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  text-align: center;
  padding-left: 30px;
}
.about-list4 .contentbox .stcpnl_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about-list4 .contentbox .stcpnl_bottom .stcpnl_b_title {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
}
.about-list4 .contentbox .stfwnl_list {
  display: flex;
  flex-wrap: wrap;
}
.about-list4 .contentbox .stfwnl_list .stfwnl_item {
  width: 25%;
  position: relative;
}
.about-list4 .contentbox .stfwnl_list .stfwnl_item .stfwnl_fuwu_name {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 47px;
  background: #13171B;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.about-list4 .contentbox .stfwnl_list .stfwnl_first {
  background: #F8F8F8;
  color: #055CF9;
  padding: 0 36px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #055CF9;
  line-height: 36px;
}
.about-list4 .contentbox .stfwnl_list .stfwnl_first .stfwnl_numcard {
  padding: 20px 0;
}
.about-list4 .contentbox .stfwnl_first .stfwnl_numcard .stfwnl_nc_value {
  font-size: 34px;
}

@media (max-width: 767px) {

  .about-list4 {
    padding: 2.5rem 0;
  }
}

@keyframes warn {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes warn2 {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: scale(6) translate(-50%, -50%);
    opacity: 0;
  }
}
.bocweb-header.index {
  opacity: 0;
  transition: all .5s;
}

.bocweb-header.ani-slide {
  opacity: 1;
}


@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: transparent;
  }
  29.99% {
    background-color: transparent;
    background-position: 0% 0%;
  }
  30% {
    background-color: transparent;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: transparent;
  }
  59% {
    background-color: transparent;
    background-position: 0% 0%;
  }
  60% {
    background-color: transparent;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: transparent;
  }
  90%, 100% {
    background-color: transparent;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-15px);
    transform: scale(1) translateY(-15px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-15px);
    transform: scale(0.4) translateY(-15px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-15px);
    transform: scale(1) translateY(-15px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-15px);
    transform: scale(1) translateY(-15px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-15px);
    transform: scale(0.4) translateY(-15px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-15px);
    transform: scale(1) translateY(-15px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-15px);
    transform: scale(1) translateY(-15px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-15px);
    transform: scale(0.4) translateY(-15px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-15px);
    transform: scale(1) translateY(-15px);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.jqrfrombox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.jqrfrombox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.jqrfrombox .contentbox {
  width: 780px;
  background: #fff;
  border-radius: 12px;
  padding: .8rem 0 1rem;
  max-width: 90%;
  z-index: 3;
}
.jqrfrombox .contentbox .title {
  padding-bottom: .7rem;
  border-bottom: 1px solid #f6f6f6;
}
.jqrfrombox .contentbox .nbox {
  padding: .7rem 1rem 0;
  width: 100%;
}
.jqrfrombox .contentbox .youxiang{
  color: #1947BA;
  padding-bottom: .7rem;
}
.jqrfrombox .contentbox .nbox .item .input1 {
  width: 48%;
  height: 1.25rem;
  border-radius: 5px;
  background: #f4f4f4;
  text-indent: .25rem;
  padding-right: 10px;
  margin-bottom: .5rem;
}
.jqrfrombox .contentbox .nbox .item .captcha {
  position: absolute;
  right: .4rem;
  top: 50%;
  height: 1rem;
  margin-top: -.5rem;
  z-index: 3;
}
.jqrfrombox .contentbox .nbox .item .inputbox {
  width: 48%;
}
.jqrfrombox .contentbox .nbox .item .inputbox .input1 {
  width: 100%;
  margin-bottom: 0;
}
.jqrfrombox .contentbox .nbox .item .submit {
  width: 48%;
  height: 1.25rem;
  background: #2a7de1;
  border-radius: 5px;
  color: #fff;
}
.jqrfrombox .contentbox .closebtn {
  position: absolute;
  right: .25rem;
  top: .25rem;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.jqrfrombox .contentbox .closebtn .icon {
  width: 20px;
  height: 20px;
  fill: #333;
}

.jqrfrombox.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .jqrbox {
    right: .65rem;
  }

  .jqrfrombox .contentbox .nbox .item .input1, .jqrfrombox .contentbox .nbox .item .inputbox, .jqrfrombox .contentbox .nbox .item .submit {
    width: 100%;
  }

  .jqrfrombox .contentbox .nbox .item .submit {
    margin-top: .5rem;
  }
}
.nwarpsub{
  position: relative;
  z-index:4;
}
.news-list2 .box,.n-recruitment .box,.n-recruitment{
  position: relative;
  z-index:3;
}
.footerbot .p a{
  color:#666;
  margin-left:5px;
}
.n-contact .ul .li .tit4{
  text-align:center;
}

@keyframes arrow2{
  0%,100%{
    transform: translateY(0%);
  }
  5% {
    transform: translateY(-5px);
  }
  10% {
    transform: translateY(0%);
  }
}

.bocweb-header.on .langbtn .spbox{
  border:1px solid #e5e5e5;
}
.bocweb-header.on .langbtn .spbox{
  border:1px solid #e7e7e7;
}
.bocweb-header.on .warpright .sreach-btn{
  border:1px solid #e7e7e7;
}
@keyframes run{
  100% {
    stroke-dashoffset: 0;
  }
}

.products-info .warptabul .button-prev .icon{
  transform:rotate(-180deg);
}
.products-info .warptabul .button-prev .icon,.products-info .warptabul .button-next .icon{
  fill:#333;
  width:16px;
  height:16px;
  cursor:pointer;
  transition: all .5s;
}
.products-info .warptabul .button-prev{
  width:30px;
  height:30px;
  left:-40px;
  top:50%;
  margin-top:-15px;
  position: absolute;
  z-index:3;
}
.products-info .warptabul .button-next{
  width:30px;
  height:30px;
  right:-40px;
  top:50%;
  margin-top:-15px;
  position: absolute;
  z-index:3;
}
.products-info .warptabul .button-prev:hover .icon,.products-info .warptabul .button-next:hover .icon{
  fill:#1947ba;
}
@media (max-width: 767px) {
  .products-info .warptabul .button-prev{
    left: -28px;
  }
  .products-info .warptabul .button-next{
    right:-28px;
  }
}

.quality-list2 .imgbox .swiper-pagination{
  position: relative;
  margin-top:.85rem;
}
.quality-list2 .imgbox .swiper-pagination span.swiper-pagination-bullet-active{
  background: #1947ba;
}


.quality-list3 .imgbox .swiper-pagination{
  position: relative;
  margin-top:.85rem;
}
.quality-list3 .imgbox .swiper-pagination span.swiper-pagination-bullet-active{
  background: #1947ba;
}

.products-info .tabul .swiper-pagination{
  opacity:0;
  visibility:hidden;
}

@keyframes run {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 767px) {
  .about-list1 .rightbox .p,.about-list2 .warpbox .li p,.about-list5 .tip,.quality-list2 .contentbox .ntext .p,.n-recruitment .rightbox .p,.n-recruitment .joinbox .itemtext .itemli .tit4{
    font-size:14px;
  }
  .quality-list2 .contentbox .text{
    padding-top:2rem;
  }
  .quality-list2 .contentbox .textapp{
    padding-top:1rem;
  }
  .footerbot .p{
    font-size:14px;
  }
}

.font_en{
  font-family:"itc","Arial",Helvetica, Tahoma, sans-serif;
}
.page a{
  font-size:18px;
  font-family:"Arial",Helvetica, Tahoma, sans-serif;
}
.page a[rel="next"]{
  margin-left:.5rem;
}
.page a[rel="prev"]{
  margin-right:.5rem;
}
@media (max-width:1600px) {
  .page a{
    font-size:16px;
  }
}
@media (max-width:1360px) {
  .page a{
    font-size:14px;
  }
}
@media (max-width:1024px) {
  .page a{
    font-size:14px;
  }
}
@media (max-width:767px) {
  .footerbot .p span{
    width:100%;
  }
  .footerbot .p a{
    margin-left:0;
    margin-right:.35rem;
  }
  .n-recruitment .joinbox .itemtop .sp1{
    font-size:16px;
  }
  .about-list2 .btnbox{
    width:90px;
  }
}
/* .about-list5 .mapline{
    position: absolute;
    left:0;
    top:0;
    z-index:2;
    animation: mapline 2.5s linear infinite;
} */


@keyframes mapline {
  0% {
    -webkit-clip-path: inset(0 20% 0 79%);
    clip-path: inset(0 20% 0 79%);
  }
  100%{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
