@charset "UTF-8";
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.join-list8 .tab-container .item:before {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

.simple-form-basic, .simple-text, .simple-textarea, .simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.simple-form-basic:focus, .simple-text:focus, .simple-textarea:focus, .simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}
.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0;
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
::-moz-selection {
  background: #004b93;
  color: #fff;
}

::selection {
  background: #004b93;
  color: #fff;
}

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

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

::-webkit-scrollbar-thumb {
  background: #000;
}

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

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

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

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-block {
  display: none;
}

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

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

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

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

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

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

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

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

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

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

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

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

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

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

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

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

.w1640 {
  max-width: 1620px;
  width: 90%;
  margin: 0 auto;
}

.w1600 {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.w1530 {
  width: 1530px;
  margin: 0 auto;
}
.w800 {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .w1530 {
    width: 90%;
  }
}

.w1420 {
  width: 1420px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .w1420 {
    width: 90%;
  }
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .w1300 {
    width: 90%;
  }
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .w1280 {
    width: 90%;
  }
}

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

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

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

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

.page a {
  text-decoration: none;
  color: #d2d2d2;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  background: transparent;
  display: block;
  float: left;
  border-radius: 3px;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #0560b9;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page b {
  color: #d2d2d2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  display: block;
  float: left;
  border-radius: 3px;
  background: #0560b9;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

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

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

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

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

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

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

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

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

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

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

.pb0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(../../images/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo, body.init #pageloader div {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/
.morebtn1 {
  width: 150px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  transition: all .3s;
}
.morebtn1:hover {
  color: #fff;
}
.morebtn1 .line1, .morebtn1 .line2 {
  top: 0;
  right: 0;
}
.morebtn1 .line3, .morebtn1 .line4 {
  bottom: 0;
  left: 0;
}
.morebtn1 .line1, .morebtn1 .line3 {
  height: 2px;
  width: 60px;
}
.morebtn1 .line2, .morebtn1 .line4 {
  width: 2px;
  height: 25px;
}
.morebtn1 span {
  position: absolute;
  z-index: 2;
  background: #fff;
  transition: all .4s;
}
.morebtn1:hover .line1, .morebtn1:hover .line3 {
  width: 100%;
}
.morebtn1:hover .line2, .morebtn1:hover .line4 {
  height: 100%;
}

.morebtn2 {
  width: 150px;
  height: 50px;
  color: #fff;
  transition: all .3s;
  box-shadow: inset 0 0 0 2px rgba(4, 96, 185, 0.2);
}
.morebtn2:hover {
  color: #0460B9;
}
.morebtn2 .line1, .morebtn2 .line2 {
  top: 0;
  right: 0;
}
.morebtn2 .line3, .morebtn2 .line4 {
  bottom: 0;
  left: 0;
}
.morebtn2 .line1, .morebtn2 .line3 {
  height: 2px;
  width: 60px;
}
.morebtn2 .line2, .morebtn2 .line4 {
  width: 2px;
  height: 25px;
}
.morebtn2 span {
  position: absolute;
  z-index: 2;
  background: #0460B9;
  transition: all .4s;
}
.morebtn2:hover .line1, .morebtn2:hover .line3 {
  width: 100%;
}
.morebtn2:hover .line2, .morebtn2:hover .line4 {
  height: 100%;
}

@media (max-width: 767px) {
  .morebtn1 {
    width: 120px;
    height: 40px;
    box-shadow: inset 0 0 0 1px rgba(4, 96, 185, 0.2);
  }

  .morebtn1 .line1, .morebtn1 .line3 {
    height: 1px;
  }

  .morebtn1 .line2, .morebtn1 .line4 {
    width: 1px;
  }

  .morebtn2 {
    width: 120px;
    height: 40px;
    box-shadow: inset 0 0 0 1px rgba(4, 96, 185, 0.2);
  }

  .morebtn2 .line1, .morebtn2 .line3 {
    height: 1px;
  }

  .morebtn2 .line2, .morebtn2 .line4 {
    width: 1px;
  }
}
.ibanner {
  height: 100vh;
}
.ibanner .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.ibanner #video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: relative;
}
.ibanner .textbox{
  height:100vh;
}
.ibanner .text{
  z-index:3;
}
.ibanner .bg {
  height: 100%;
  width:100%;
  position: absolute;
  left:0;
  top:0;
  z-index:1;
  /*display: block;*/
}
.ibanner .subtn {
  position: absolute;
  width: 30px;
  left: 3.2rem;
  top: 0;
  height: 100%;
  z-index: 2;
}
.ibanner .banner-pagination {
  bottom: 0 !important;
  height: 100% !important;
  left: 2.25rem !important;
  width: 1rem !important;
  z-index: 2;
}
.ibanner .banner-pagination span {
  width: 25px;
  height: 8px;
  position: relative;
  background: #fff;
  opacity: 1;
  opacity: .8;
  border-radius: 0;
  margin: .15rem 0 !important;
}
.ibanner .banner-pagination span.swiper-pagination-bullet-active {
  width: 100%;
  opacity: 1;
}
.ibanner .text {
  width: 100%;
  padding: 0 5%;
  margin-top: -2rem;
}
.ibanner .morebtn1 {
  margin: 1.75rem auto 0;
}

@media (max-width: 767px) {
  .ibanner .text .tit2 {
    font-weight: normal;
    font-size: 30px;
  }

  .ibanner .subtn {
    display: none;
  }

  .ibanner .banner-pagination {
    width: 100% !important;
    left: 0 !important;
    height: auto !important;
    bottom: 1rem !important;
    align-items: center;
    flex-flow: row wrap;
  }

  .ibanner .banner-pagination span.swiper-pagination-bullet-active {
    width: 25px;
    height: 5px;
    border-radius: 5px;
  }

  .ibanner .banner-pagination span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all .4s;
    margin: 0 6px !important;
  }
}
.footer {
  padding: 1rem 0 0;
  border-top: 6px solid #004b93;
}
.footer .f-top {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(77, 77, 77, 0.1);
}
.footer .f-top span {
  margin-right: .45rem;
}
.footer .f-top .libox .li {
  width: 28px;
  height: 28px;
  margin: 0 10px;
  position: relative;
}
.footer .f-top .libox .li .wximg{
  width:120px;
  height:120px;
  /*padding:5px;*/
  position: absolute;
  bottom:30px;
  left:50%;
  margin-left:-60px;
  z-index:1000;
  background:#fff;
  opacity:0;
  visibility:hidden;
  transition: all .4s;
}
.footer .f-top .libox .li:hover .wximg{
  opacity:1;
  visibility:visible;
}
/*.footer .f-top .libox .li:nth-child(1) {
  background: url(../images/ficon1.png) no-repeat center center;
}
.footer .f-top .libox .li:nth-child(2) {
  background: url(../images/ficon2.png) no-repeat center center;
}
.footer .f-top .libox .li:nth-child(3) {
  background: url(../images/ficon3.png) no-repeat center center;
}
.footer .f-top .libox .li:nth-child(4) {
  background: url(../images/ficon4.png) no-repeat center center;
}
.footer .f-top .libox .li:nth-child(5) {
  background: url(../images/ficon5.png) no-repeat center center;
}*/
.footer .f-bot {
  padding: 1rem 0;
}
.footer .f-bot .tit4 {
  color: #666666;
}
.footer .f-bot .nav .li:nth-child(1) {
  padding-left: 0;
}
.footer .f-bot .nav .li:last-child {
  padding-right: 0;
}
.footer .f-bot .nav .li:last-child:before {
  display: none;
}
.footer .f-bot .nav .li {
  color: #333333;
  padding: 0 .65rem;
}
.footer .f-bot .nav .li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  top: 50%;
  margin-top: -3.5px;
  right: 0;
  background: rgba(26, 26, 26, 0.2);
}

@media (max-width: 767px) {
  .footer .nav {
    display: none;
  }
}
.warp-header4 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.warp-header4.active2 {
  position: relative;
  z-index: 2;
}

.header4.on2 {
  background: #fff;
  z-index: 2;
}

.header4 {
  height: 98px;
  padding: 0 1.5rem;
  background: transparent;
  position: fixed;
  width:100%;
  z-index: 12;
  transition: all .5s;
}
.header4 .rightbox .search {
  margin-right: 1rem;
}
.header4 .rightbox .search .input1 {
  padding: 0 .5rem;
  height: 40px;
  width: 5.25rem;
  background: transparent;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header4 .rightbox .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.header4 .rightbox .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.header4 .rightbox .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.header4 .rightbox .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.header4 .rightbox .search .input2 {
  width: 30px;
  height: 30px;
  background: url(../images/search.png) no-repeat center center;
  background-size: 15px 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.header4 .rightbox .langbox {
  position: relative;
}
.header4 .rightbox .litip .img1 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #fff;
}
.header4 .rightbox .litip .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-left: 5px;
}
.header4 .rightbox .libox {
  padding: 15px;
  background: #fff;
  width: 180px;
  position: absolute;
  top: 40px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -20px);
}
.header4 .rightbox .libox a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: #eee;
  color: #999;
  transition: all .3s;
  margin-bottom: .25rem;
}
.header4 .rightbox .libox a:hover {
  color: #fff;
  background: #1060A4;
}
.header4 .rightbox .langbox:hover .libox {
  transition: none;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header4 .rightbox .litip:hover {
  color: #fff;
}
.header4 .rightbox .landbtn {
  margin-left: .5rem;
  display: none;
}
.header4 .rightbox .landbtn.active {
  display: flex;
}
.header4 h1 {
  height: 90px;
  width:90%;
}
.header4 h1 a {
  display: block;
}
.header4 h1 .logo {
  opacity: 1;
  height: 90px;
  transition: all .4s;
}
.header4 h1 .logo img {
	margin-top:15px;
}
.header4 h1 .logo .img1 {
  display: block;
}
.header4 h1 .logo .img2 {
  display: none;
}
.header4 .h-right {
  padding-left: .5rem;
  margin-left: 24px;
}
/*.header4 .h-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
  width: 1px;
  height: 11px;
  border-left: 1px dashed #fff;
  transition: all .3s;
}*/
.header4 .hamburger {
  padding: 0;
  height: 22px;
}
.header4 .hamburger-box {
  width: 34px;
  height: 20px;
}
.header4 .hamburger-inner {
  width: 34px;
  height: 15px;
  background: transparent;
}
.header4 .hamburger-inner::before {
  top: -4px;
}
.header4 .hamburger-inner::after {
  bottom: -4px;
}
.header4 .hamburger-inner::before, .header4 .hamburger-inner::after {
  width: 34px;
  height: 8px;
  background: #fff;
  transition: all .3s;
}
.header4 .hamburger.is-active .hamburger-inner, .header4 .hamburger.is-active .hamburger-inner::before, .header4 .hamburger.is-active .hamburger-inner::after {
  background: #fff;
}
.header4 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header4 .hamburger--3dx-r .hamburger-inner::before, .header4 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header4 .h-right span {
  margin-left: .25rem;
}

.header4.on {
  background:#fff;
}
.header4.on .rightbox .search .input1 {
  border: 1px solid #DDD;
  color: #999999;
}
.header4.on .rightbox .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.header4.on .rightbox .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.header4.on .rightbox .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.header4.on .rightbox .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.header4.on .rightbox .input2 {
  background: url(../images/search2.png) no-repeat center center;
}
.header4.on .rightbox .litip {
  color: #111111;
}
.header4.on .rightbox .litip .img1 {
  fill: #111111;
}
.header4.on .rightbox .litip .icon {
  fill: #111111;
}
.header4.on .rightbox .h-right:before {
  border-left: 1px dashed #000;
}
.header4.on .rightbox .hamburger-inner::before, .header4.on .rightbox .hamburger-inner::after {
  background: #000;
}
.header4.on h1 .logo .img1 {
  display: none;
}
.header4.on h1 .logo .img2 {
  display: block;
}

.m-bocweb-header3 {
  /*position:fixed;*/
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.m-bocweb-header3 .header2 {
  background: #fff;
  height: 60px;
  padding: 0 4%;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 99;
}
.m-bocweb-header3 .header2 .logo {
  display: block;
  position: relative;
  z-index: 12;
  height: 1.25rem;
  width:90%;
}
.m-bocweb-header3 .header2 .logo img {
  fill: #00559E;
  height: 1.25rem;
}
.m-bocweb-header3 .header2 .logo a {
  display: block;
}
.m-bocweb-header3 .header2 .nav .tit {
  width: 100%;
  padding: 16px 0;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}
.m-bocweb-header3 .header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  right: 5%;
  top: 20px;
  background: url(../images/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  background: rgba(17, 96, 165, 0.98);
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  display: none;
}
.m-bocweb-header3 .header2 .nav {
  font-size: 16px;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 60px);
}
.m-bocweb-header3 .header2 .nav .li {
  position: relative;
  width: 100%;
  padding: 0 5%;
}
.m-bocweb-header3 .header2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  padding: 16px 0;
  line-height: 1.5;
  position: relative;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.m-bocweb-header3 .header2 .nav .lilang {
  background: #063274;
}
.m-bocweb-header3 .header2 .nav .lilang .tit {

  border-bottom: none;
}
.m-bocweb-header3 .header2 .nav .lilang .langicon {
  margin-right: .35rem;
}
.m-bocweb-header3 .header2 .nav .lilang .icon2 {
  margin-left: .25rem;
  width: .5rem;
  height: .5rem;
  fill: #00559E;
}
.m-bocweb-header3 .header2 .nav .lilang .sec-list {
  padding: .35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.m-bocweb-header3 .header2 .nav .lilang .sub-tit:after {
  display: none;
}
.m-bocweb-header3 .header2 .langbox {
  position: relative;
}
.m-bocweb-header3 .header2 .langbox .icon {
  width: 20px;
  height: 20px;
  fill: #00559E;
  margin-right: 10px;
}
.m-bocweb-header3 .header2 .langbox .libox {
  padding: 10px;
  background: #fff;
  width: 100px;
  position: absolute;
  top: 30px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -20px);
}
.m-bocweb-header3 .header2 .langbox .libox a {
  display: block;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  background: #eee;
  color: #999;
  transition: all .3s;
  margin-bottom: .25rem;
}
.m-bocweb-header3 .header2 .langbox .libox a:hover {
  color: #fff;
  background: #1060A4;
}
.m-bocweb-header3 .header2 .langbox:hover .libox {
  transition: none;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.m-bocweb-header3 .header2 .tipbox {
  width: auto;
}
.m-bocweb-header3 .header2 .tipbox a {
  margin-left: .35rem;
}
.m-bocweb-header3 .header2 .tipbox a:nth-child(1) {
  margin-left: 0;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on:after {
  transform: rotate(90deg);
}
.m-bocweb-header3 .header2 .nav .sec-list {
  line-height: 40px;
  padding: .35rem 6%;
  display: none;
  font-size: 14px;
}
.m-bocweb-header3 .header2 .nav .sec-list a {
  color: #fff;
}
.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 24px;
}
.m-bocweb-header3 .header2 .hamburger-box {
  width: 30px;
  height: 24px;
}
.m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #00559E;
}
.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::after {
  background: #00559E;
}
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.m-bocweb-header3 .header2 .h-right span {
  margin-left: .25rem;
}
.m-bocweb-header3 .search {
  width: 90%;
  margin: 0 auto;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.m-bocweb-header3 .search .input1 {
  padding: 0 .5rem;
  height: 40px;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.m-bocweb-header3 .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.m-bocweb-header3 .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.m-bocweb-header3 .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.m-bocweb-header3 .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.m-bocweb-header3 .search .input2 {
  width: 30px;
  height: 30px;
  background: url(../images/search.png) no-repeat center center;
  background-size: 15px 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -15px;
}

.m-bocweb-header3.active .header2 .logo .logoimg {
  opacity: 0;
}
.m-bocweb-header3.active .header2 .logo .logoimg2 {
  opacity: 1;
}
.m-bocweb-header3.active .header2 .hamburger-inner, .m-bocweb-header3.active .header2 .hamburger-inner::before, .m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #fff;
}

@media (max-width: 767px) {
  .m-bocweb-header3 .header2 {
    height: 60px;
  }

  .m-bocweb-header3 {
    height: 60px;
  }

  .m-bocweb-header3 .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }

  .m-bocweb-header3 .header2 .hamburger {
    height: 20px;
  }

  .m-bocweb-header3 .hamburger-inner::before {
    top: -8px;
  }

  .m-bocweb-header3 .hamburger-inner::after {
    bottom: -8px;
  }

  .m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
    width: 25px;
    height: 2px;
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
.i-index2 {
  background: #fff;
  padding: 1.85rem 0 0;
}
.i-index2 .tit2 {
  margin-bottom: 1.35rem;
}
.i-index2 .warp-tabulbox {
  margin: 0;
  position: relative;
}
.i-index2 .warp-tabulbox:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 37px;
  height: 1px;
  background: #1E2031;
  opacity: 0.1;
  left: 0;
  z-index: 1;
}
.i-index2 .warp-tabulbox .tabulbox {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}
.i-index2 .warp-tabulbox .tabulbox .li {
  cursor: pointer;
  color: #010101;
  opacity: .4;
  padding-bottom: 15px;
  margin: 0 .75rem;
  transition: all .3s;
}
.i-index2 .warp-tabulbox .tabulbox .tit4 {
  height: 22px;
  line-height: 22px;
}
.i-index2 .warp-tabulbox .tabulbox .tit4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #1E2031;
  bottom: 0;
  transform: scale(0.3);
  opacity: 0;
  transition: all .4s;
}
.i-index2 .warp-tabulbox .tabulbox .li.cur, .i-index2 .warp-tabulbox .tabulbox .li:hover {
  opacity: 1;
}
.i-index2 .warp-tabulbox .tabulbox .li.cur .tit4:before, .i-index2 .warp-tabulbox .tabulbox .li:hover .tit4:before {
  opacity: 1;
  transform: scale(1);
}
.i-index2 .warptext .text {
  z-index: 2;
  position: absolute;
  left: 7.5rem;
}
.i-index2 .warptext .text .tit5 {
  margin-bottom: .9rem;
}
.i-index2 .warptext .text .tit6 {
  margin-bottom: 2rem;
}
.i-index2 .warptext .text .tit6 span {
  color: #85C3FF;
}
.i-index2 .warptext .text .icon {
  width: .85rem;
  height: .85rem;
  margin-left: 9px;
}
.i-index2 .warptext .bg2 {
  width: 100%;
  min-height: 19.2rem;
}

.i-index2 .ulbox-container .swiper-pagination {
  display: none;
}

/*@media (max-width:768px){
  .i-index2 .warptext .text{
    left:0;
  }
}*/
/*@media (max-width:768px){
  .i-index2 .warp-tabulbox .tabulbox{
    display:none;
  }
}*/
@media (max-width: 767px) {
  /*.i-index2{
    padding:1.5rem 5%;
  }*/
  .i-index2 .warp-tabulbox {
    margin-bottom: 0;
  }

  .i-index2 .warp-tabulbox .tabulbox .tit4 {
    font-size: 14px;
  }

  .i-index2 .warp-tabulbox .tabulbox .li {
    margin: 0 .2rem;
  }

  .i-index2 .warptext .text {
    width: 100%;
    height: auto;
    padding: 0 .65rem 4.5rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .i-index2 .warptext .text .tit6 {
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
  }

  .i-index2 .tit2 {
    margin-bottom: .5rem;
  }

  .i-index2 .ulbox-container {
    margin-top: .5rem;
    padding-bottom: 0;
  }

  .i-index2 .ulbox-container .swiper-pagination {
    bottom: 1rem;
    display: block;
  }

  .i-index2 .ulbox-container .swiper-pagination span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 5px !important;
    background: #fff;
    opacity: 1;
    transition: all .3s;
  }

  .i-index2 .ulbox-container .swiper-pagination span.swiper-pagination-bullet-active {
    width: .75rem;
    height: 5px;
    background: #fff;
    border-radius: 5px;
  }

  .i-index2 .warp-tabulbox .tabulbox .tit4 {
    font-size: 14px;
  }

  .i-index2 .warp-tabulbox .tabulbox .li {
    margin: 0 .2rem;
  }

  .i-index2 .warptext .text {
    left: 0;
  }
}
.i-index3 {
  height: 6rem;
  position: relative;
  z-index: 3;
}
.i-index3 .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  left: 0;
  top: 0;
  z-index: 1;
}
.i-index3 .text {
  position: absolute;
  background: #0460B9;
  width: 12.85rem;
  min-height: 15rem;
  left: 3.5rem;
  z-index: 3;
  top: 2rem;
  padding: 1.25rem 1.25rem 9.375rem;
}
.i-index3 .tit2 {
  margin-bottom: .6rem;
}
.i-index3 .icon {
  width: .65rem;
  height: auto;
  margin-left: .35rem;
}

@media (max-width: 768px) {
  .i-index3 {
    height: auto;
  }

  .i-index3 .bg {
    position: relative;
  }

  .i-index3 .text {
    width: 100%;
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 1.25rem 1rem 4.5rem;
    left: 0;
    z-index: 3;
    top: 0;
  }
}
.i-index4 {
  overflow: hidden;
  padding: 3.25rem 0 9rem 0;
}
.i-index4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-index4 .text {
  width: 16rem;
  margin-right: 3.65rem;
  position: relative;
  z-index: 3;
}
.i-index4 .text .tit3 {
  color: #FFF;
  margin-bottom: 1.85rem;
}

@media (max-width: 768px) {
  .i-index4 {
    min-height: auto;
    padding: 2.5rem 1rem 2rem;
  }

  .i-index4 .text {
    margin-right: 0;
    width: 100%;
  }

  .i-index4 .text .tit3 {
    text-align: center;
  }

  .i-index4 .morebtn2 {
    margin: 0 auto;
  }
}
.i-index5 {
  overflow: hidden;
  position: relative;
  z-index: 3;
  background: linear-gradient(146deg, #C1C1C1, #EBEBEB, #BEBEBE);
  padding: 2.5rem 0 2.875rem;
}
.i-index5 .tit2 {
  margin-bottom: 1.25rem;
}
.i-index5 .warp-tabulbox {
  margin: 0;
  position: relative;
}
.i-index5 .warp-tabulbox:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 37px;
  height: 1px;
  background: #1E2031;
  opacity: 0.05;
  left: 0;
  z-index: 1;
}
.i-index5 .warp-tabulbox .tabulbox {
  position: relative;
  z-index: 2;
}
.i-index5 .warp-tabulbox .tabulbox .li {
  cursor: pointer;
  color: #010101;
  opacity: .4;
  padding-bottom: 15px;
  margin: 0 .75rem;
  transition: all .3s;
}
.i-index5 .warp-tabulbox .tabulbox .tit4 {
  height: 22px;
  line-height: 22px;
}
.i-index5 .warp-tabulbox .tabulbox .tit4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #1E2031;
  bottom: 0;
  transform: scale(0.3);
  opacity: 0;
  transition: all .4s;
}
.i-index5 .warp-tabulbox .tabulbox .li.cur, .i-index5 .warp-tabulbox .tabulbox .li:hover {
  opacity: 1;
}
.i-index5 .warp-tabulbox .tabulbox .li.cur .tit4:before, .i-index5 .warp-tabulbox .tabulbox .li:hover .tit4:before {
  opacity: 1;
  transform: scale(1);
}
.i-index5 .contactbox {
  margin-top: 1.5rem;
}
.i-index5 .contactbox .leftbox {
  width: 47%;
  display: block;
}
.i-index5 .contactbox .leftbox .img {
  overflow: hidden;
}
.i-index5 .contactbox .leftbox .bg {
  width: 100%;
  height: 11.25rem;
  transition: all .4s;
}
.i-index5 .contactbox .text {
  padding-top: 1rem;
}
.i-index5 .contactbox .text .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
}
.i-index5 .contactbox .text .tit4 {
  opacity: .5;
  line-height: 26px;
  height: 54px;
  margin-top: .35rem;
  margin-bottom: .65rem;
}
.i-index5 .contactbox .text .icon1 {
  width: 20px;
  height: 11px;
  margin-right: 8px;
}
.i-index5 .contactbox .rightbox {
  width: 49.35%;
}
.i-index5 .contactbox .rightbox .item:nth-child(1) {
  padding-top: 0;
}
.i-index5 .contactbox .rightbox .item {
  padding: .5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.i-index5 .contactbox .rightbox .img {
  width: 190px;
  height: 3.6rem;
  overflow: hidden;
}
.i-index5 .contactbox .rightbox .img .bg {
  width: 100%;
  height: 100%;
  transition: all .4s;
}
.i-index5 .contactbox .rightbox .text {
  padding-top: 0;
  width: calc(100% - 190px - 1.25rem);
}
.i-index5 .contactbox .rightbox .time {
  color: #0460B9;
  margin-bottom: .5rem;
}
.i-index5 .contactbox .rightbox .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
}
.i-index5 .contactbox .rightbox .tit4 {
  opacity: .5;
  line-height: 26px;
  height: 54px;
  margin-top: .35rem;
  margin-bottom: .65rem;
}
.i-index5 .contactbox a:hover .bg {
  transform: scale(1.03);
}
.i-index5 .newsitem {
  display: none;
}
.i-index5 .newsitem.active {
  display: inline-flex;
}
.i-index5 .mnews-container {
  position: relative;
}
.i-index5 .mnews-container .swiper-pagination {
  bottom: 0;
}
.i-index5 .mnews-container .swiper-pagination span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 5px !important;
  background: #fff;
  opacity: 1;
  transition: all .3s;
}
.i-index5 .mnews-container .swiper-pagination span.swiper-pagination-bullet-active {
  width: .75rem;
  height: 5px;
  background: #fff;
  border-radius: 5px;
}
.i-index5 .mnews-container2 {
  position: relative;
}
.i-index5 .mnews-container2 .swiper-pagination {
  bottom: 0;
}
.i-index5 .mnews-container2 .swiper-pagination span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 5px !important;
  background: #fff;
  opacity: 1;
  transition: all .3s;
}
.i-index5 .mnews-container2 .swiper-pagination span.swiper-pagination-bullet-active {
  width: .75rem;
  height: 5px;
  background: #fff;
  border-radius: 5px;
}
.i-index5 .newsitem .btn {
  margin-top: 1.25rem;
}
.i-index5 .newsitem .btn .icon {
  width: 20px;
  height: 15px;
  fill: #0460b9;
  margin-right: 5px;
}

.i-index5 .newsitem, .i-index5 .mnews-container {
  width: 100%;
}

.i-index5 .contactbox .text .tit4 {
  overflow: hidden;
  margin-bottom: 0;
}

.i-index5 .mnews-container {
  padding-bottom: 1.5rem;
}

.i-index5 .newsitem .investor-list3 {
  width: 100%;
  background: transparent;
}

.i-index5 .investor-list3 .ulbox {
  padding-top: 0;
}

.i-index5 .investor-list3 .listbox, .i-index5 .investor-list3 .ulbox {
  width: 100%;
  border: none;
}

.i-index5 .investor-list3 .listbox .li {
  width: 46%;
  border-bottom: 1px solid rgba(215, 215, 215, 0.36);
}

@media (max-width: 768px) {
  .i-index5 .warp-tabulbox .tabulbox .tit4 {
    font-size: 15px;
  }

  .i-index5 .warp-tabulbox .tabulbox .li {
    padding-bottom: 10px;
  }

  .mnews-container .img {
    width: 100%;
    height: 13rem;
  }

  .mnews-container .img .bg {
    width: 100%;
    height: 100%;
  }

  .mnews-container2 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 1.5rem;
  }

  .i-index5 .investor-list3 .listbox .li {
    width: 100%;
  }

  .i-index5 .m-block-768 {
    position: relative;
	height:360px;
  }

  .i-index5 .m-block-768 .newsitem {
    opacity: 0;
    visibility: hidden;
  }

  .i-index5 .m-block-768 .newsitem:nth-child(2) {
    display: block;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
  }

  .i-index5 .newsitem {
    display: block;
  }

  .i-index5 .newsitem.active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media (max-width: 767px) {
  .mnews-container .img {
    height: 8rem;
  }

  .i-index5 .contactbox .text .tit4 {
    height: 78px;
  }

  .i-index5 .investor-list3 .listbox {
    margin-bottom: 0;
  }
}
.i-index6 {
  min-height: 19rem;
}
.i-index6 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.i-index6 .textbox {
  margin-left: 15.6%;
  position: relative;
  z-index: 3;
  width: 8.6rem;
}
.i-index6 .tit2 {
  color: #0460B9;
  margin-bottom: .5rem;
}
.i-index6 .tit2 span {
  opacity: .6;
}
.i-index6 .tit2 .icon {
  margin-left: 5px;
  width: 32px;
}
.i-index6 .tit3 {
  color: #0460B9;
  margin-bottom: 1.35rem;
}
.i-index6 .tit4 {
  color: #0460B9;
  opacity: .6;
  margin-bottom: 2rem;
}
.i-index6 .morebtn2 {
  background: rgba(112, 174, 248, 0.2);
}

@media (max-width: 768px) {
  .i-index6 .textbox {
    margin-left: 5%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .i-index6 {
    height: auto;
    padding: 1.5rem 0 10rem;
  }

  .i-index6 .tit4 {
    font-size: 18px;
    width: 60%;
  }

  .i-index6 .tit3 {
    margin-bottom: .75rem;
  }

  .i-index6 .tit4 {
    margin-bottom: 1rem;
  }
}
.i-index7 {
  background: #004b93;
  padding: 2rem 7.29%;
}
.i-index7 .tit3 {
  width: calc(100% - 15rem);
}
.i-index7 .formbox {
  width: 14rem;
}
.i-index7 .formbox .input1 {
  width: 10rem;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #fff;
  text-indent: .7rem;
  color: #b3b3b3;
}
.i-index7 .formbox .input2 {
  width: 2.75rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #fff;
  color: #0460b9;
  margin-left: .55rem;
}

@media (max-width: 767px) {
  .i-index7 {
    padding: 1.25rem 5%;
  }
  .i-index7 .tit3 {
    width: 100%;
    margin-bottom: .55rem;
  }
  .i-index7 form {
    width: 100%;
  }
  .i-index7 .formbox {
    width: 100%;
    display: flex;
  }
  .i-index7 .formbox .input1 {
    width: calc(100% - 80px);
  }
  .i-index7 .formbox .input2 {
    width: 70px;
    margin-left: 10px;
  }
}
.n-banner {
  height: 90vh;
  overflow: hidden;
}
.n-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-banner .text {
  left: 7.7%;
  z-index: 3;
}
.n-banner .tip-title {
  margin-bottom: .85rem;
  padding-left: 120px;
  position: relative;
  z-index: 1;
}
.n-banner .tip-title:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 0;
}
.n-banner .subnav {
  height: 2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(0,0,0,0.6);
}
.n-banner .subnav .li {
  height: 2rem;
  line-height: 2rem;
  opacity: 1;
  margin-right: 26%;
  position: relative;
  transition: all .4s;
}
.n-banner .subnav .li:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  transform: scale(0);
  z-index: 2;
  transition: all .4s;
}
.n-banner .subnav .li:hover, .n-banner .subnav .li.cur {
  color: #fff;
  opacity: 1;
}
.n-banner .subnav .li:hover:before, .n-banner .subnav .li.cur:before {
  transform: scale(1);
}
.n-banner .navbox2 .li {
  max-width: 25%;
  margin-right: 0;
}

.n-banner2 {
  height: 16.25rem;
}
.n-banner2 .tip-title2 {
  color: #0460b9;
}
.n-banner2 .tip-p {
  color: #0460b9;
  opacity: .6;
  margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  .n-banner .subnav {
    display: none;
  }

  .n-banner .text {
    width: 92%;
    padding-right: 7%;
  }

  .n-banner .tip-title {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .n-banner3 {
    height: 5.5rem;
  }
  .n-banner .text{
        margin-top: -20vh;
  }
  .n-banner2 .text{
        margin-top:0;
  }
}
.investor-list1 {
  padding: 1.5rem 0 2.75rem;
  position: relative;
  background: #fff;
  z-index: 1;
}
.investor-list1 .tip {
  justify-content: flex-start;
  color: #000;
  margin-bottom: 2rem;
}
.investor-list1 .line {
  width: 2.25rem;
  height: 5px;
  background: #004b93;
  margin-right: .5rem;
}
.investor-list1 .title {
  color: #000;
  margin-left: 2rem;
}
.investor-list1 .leftbox {
  width: 50%;
  padding: 0 0 0 2.75rem;
}
.investor-list1 .leftbox .tit2 {
  color: #000;
  margin-bottom: 2.5rem;
  width: 100%;
}
.investor-list1 .leftbox .text-l, .investor-list1 .leftbox .text-r {
  width: 50%;
}
.investor-list1 .leftbox .tit3 {
  color: #4c4c4c;
  margin-bottom: 1.75rem;
}
.investor-list1 .leftbox .sp1 {
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: .5rem;
}
.investor-list1 .leftbox .tipimg {
  margin-right: 10px;
}
.investor-list1 .leftbox .spli {
  margin-bottom: .5rem;
}
.investor-list1 .leftbox .sp3 {
  width: 100px;
  text-align: right;
  margin-right: 1rem;
}
.investor-list1 .leftbox .num {
  color: #333;
  font-family:"DIN-A",Arial;
}
.investor-list1 .leftbox .num .tit-20{
  margin-top:-5px;
}
.investor-list1 .leftbox .sp2 {
  color: #f3001d;
}
.investor-list1 .leftbox .sp2 .img1 {
  display: block;
}
.investor-list1 .leftbox .sp2 .img2 {
  display: none;
}
.investor-list1 .leftbox .sp2.on {
  color: #1ec24f;
}
.investor-list1 .leftbox .sp2.on .img1 {
  display: none;
}
.investor-list1 .leftbox .sp2.on .img2 {
  display: block;
}
.investor-list1 .rightbox {
  width: 50%;
  padding: 0 1.75rem;
  margin-top:-1.85rem;
}
.investor-list1 .rightbox .li {
  color: #333;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: .5rem;
  cursor: pointer;
  transition: all .3s ease;
}
.investor-list1 .rightbox .li.cur, .investor-list1 .rightbox .li:hover {
  background: #004b93;
  color: #fff;
}
.investor-list1 .rightbox .sharesimg {
  width: 100%;
  margin-top: .85rem;
}

@media (max-width: 1024px) {
  .investor-list1 .rightbox .sharesimg {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .investor-list1 .leftbox {
    margin-bottom: 1rem;
  }

  .investor-list1 .leftbox {
    padding-right: 0;
    padding-top: 0;
  }

  .investor-list1 .leftbox, .investor-list1 .rightbox {
    width: 100%;
  }

  .investor-list1 .leftbox .spli {
    width: 50%;
    margin-top: .55rem;
  }

  .investor-list1 .rightbox {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .investor-list1 .leftbox .num{
    width:120px;
  }
  .investor-list1 .leftbox .spli{
    margin-bottom:0;
  }
.investor-list1 .leftbox .spli
  {
    width:100%;
  }
  .investor-list1 .leftbox .sp3{
    width: 100px;
  }
  .investor-list1 .line {
    height: 2px;
  }

  .n-subbox .subnav a, .n-banner .n-subbox {
    height: 45px;
    line-height: 45px;
  }

  .investor-list1 .leftbox .tit2 {
    margin-bottom: .65rem;
  }

  .investor-list1 .leftbox {
    padding-left: 0;
  }

  .investor-list1 .leftbox .tit3 {
    margin-bottom: .5rem;
  }

  .n-subbox .subnav a {
    margin: 0 .3rem;
  }

  .investor-list1 .leftbox .text-l, .investor-list1 .leftbox .text-r {
    width: 100%;
  }

  .investor-list1 .leftbox .sp3 {
    /*width: 60px;*/
    margin-right: .3rem;
  }

  .investor-list1 .rightbox {
    padding: 0;
  }

  .investor-list1 .rightbox .sharesimg {
    width: 100%;
  }
}
.investor-list2 {
  padding: 1.75rem 0 2.25rem;
  background: #fff;
}
.investor-list2 .tip {
  justify-content: flex-start;
  color: #000;
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(5, 96, 185, 0.2);
  margin-bottom: 1.75rem;
}
.investor-list2 .line {
  width: 2.25rem;
  height: 5px;
  background: #0560b9;
  margin-right: .5rem;
}
.investor-list2 .title {
  color: #000;
  margin-left: 2rem;
}
/*.investor-list2 .content {
  align-items: flex-end;
}*/
.investor-list2 .imgbox {
  width: 38.125%;
  padding: 0 .5rem;
}
.investor-list2 .imgbox .img {
  width: 100%;
  overflow: hidden;
}
.investor-list2 .imgbox .img img {
  width: 100%;
}
.investor-list2 .imgbox .text {
  padding: .5rem 0 1.5rem;
  color: #999;
  line-height: 2;
}
.investor-list2 .imgbox .bot {
  border: 2px solid rgba(5, 96, 185, 0.2);
  border-left: none;
  border-right: none;
}
.investor-list2 .imgbox .bot .tit4 {
  height: 2.5rem;
  color: #000;
  width: 70%;
  border-right: 2px solid rgba(5, 96, 185, 0.2);
}
.investor-list2 .imgbox .bot .btn {
  width: 30%;
  height: 2.5rem;
}
.investor-list2 .imgbox .bot .btn svg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  fill: #0560b9;
  transition: all .3s ease;
}
.investor-list2 .imgbox .bot:hover .btn svg {
  fill: #0560b9;
}
.investor-list2 .listbox {
  width: 56.25%;
  padding: 0 .5rem;
}
.investor-list2 .listbox .li {
  width: 46%;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(5, 96, 185, 0.2);
}
.investor-list2 .listbox .tit5 {
  color: black;
  margin-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor-list2 .listbox .tit6 {
  margin-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor-list2 .listbox .p {
  color: #999;
  margin-bottom: .45rem;
}
.investor-list2 .listbox .time {
  color: black;
}
.investor-list2 .listbox .li .tit5{
  transition: all .4s;
}
.investor-list2 .listbox .li:hover .tit5{
  color:#1872ea;
}

@media (max-width: 768px) {
  .investor-list2 .imgbox, .investor-list2 .listbox {
    width: 100%;
    padding: 0;
  }

  .investor-list2 .imgbox .bot .tit4 {
    font-size: 16px;
  }

  .investor-list2 .listbox {
    padding-top: .75rem;
  }

  .investor-list2 .listbox .li {
    width: 100%;
    padding: .4rem 0;
  }

  .investor-list2 .listbox .time {
    font-size: 12px;
  }

  .investor-list2 .tip {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .investor-list2 .imgbox .text {
    font-size: 12px;
  }

  .investor-list2 {
    padding-bottom: 2rem;
  }

  .investor-list2 .line {
    height: 2px;
  }

  .investor-list2 .imgbox .bot .btn svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.investor-list3 {
  padding: 2.5rem 0 3.5rem;
  background: #f1f2f6;
}
.investor-list3 .tip {
  justify-content: flex-start;
  color: #000;
  margin-bottom: 1.25rem;
}
.investor-list3 .ulbox {
  border-top: 1px solid #DCDCDC;
}
.investor-list3 .line {
  width: 2.25rem;
  height: 5px;
  background: #0560b9;
  margin-right: .5rem;
}
.investor-list3 .title {
  color: #333;
  padding-bottom: .75rem;
  border-bottom: 1px solid #e1e1e1;
}
.investor-list3 .title svg {
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: .25rem;
  fill: #333;
}
.investor-list3 .listbox {
  width: 46%;
}
.investor-list3 .listbox .wpage {
  padding-top: 1.5rem;
}
.investor-list3 .listbox .wpage .page {
  padding-top: 0;
}
.investor-list3 .listbox .li {
  padding: .75rem 0;
  border-bottom: 2px solid #eaeaea;
  display: block;
  position: relative;
}
.investor-list3 .listbox .li svg {
  position: absolute;
  top: .75rem;
  right: 0;
  width: 30px;
  height: 30px;
  fill: #959595;
  z-index: 2;
  transition: all .3s;
}
.investor-list3 .listbox .time {
  margin-bottom: .3rem;
  color: #666;
}
.investor-list3 .listbox .tit5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  transition: all .3s;
}
.investor-list3 .listbox .p {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor-list3 .listbox .li:hover .tit5 {
  color: #1872ea;
}
.investor-list3 .listbox .li:hover svg {
  fill: #0560b9;
  transform:translate(-10px,0);
}

@media (max-width: 767px) {
  .investor-list3 .tip {
    margin-bottom: 1rem;
  }

  .investor-list3 .listbox {
    width: 100%;
  }

  .investor-list3 .listbox .p {
    font-size: 12px;
  }

  .investor-list3 .listbox .li svg {
    width: 20px;
    height: 20px;
  }

  .investor-list3 .listbox {
    margin-bottom: 1.5rem;
  }

  .investor-list3 .title {
    font-size: 15px;
  }

  .investor-list3 .title svg {
    width: 20px;
    height: 20px;
  }

  .investor-list3 {
    padding-bottom: 1rem;
  }

  .investor-list3 .line {
    height: 2px;
  }
}
.n-news {
  padding: 1.5rem 0 4rem;
}
.n-news .newstop {
  margin-bottom: 1.5rem;
}
.n-news .newstop .input1 {
  width: 380px;
  max-width: 100%;
  padding-bottom: .75rem;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
}
.n-news .newstop .input2 {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.png) no-repeat center center;
  background-size: 24px auto;
}
.n-news .ulbox .li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2.85rem;
}
.n-news .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.n-news .ulbox .img {
  width: 100%;
}
.n-news .ulbox .img img {
  width: 100%;
  height:260px;
  transition: all .4s;
}
.n-news .ulbox .tit3 {
  height: 58px;
  line-height: 29px;
  overflow: hidden;
  margin-bottom: .7rem;
  transition: all .4s;
}
.n-news .ulbox .icon {
  width: 18px;
  height: auto;
  transition: all .4s;
}
.n-news .ulbox .time {
  transition: all .4s;
}
.n-news .ulbox .text {
  padding-top: .7rem;
}
.n-news .ulbox .li:hover .img img {
  transform: scale(1.1);
}
.n-news .ulbox .li:hover .tit3 {
  color: #0295d1;
}
.n-news .ulbox .li:hover .time {
  color: #0295d1;
}
.n-news .ulbox .li:hover .icon {
  fill: #0295d1;
}
.n-news .wpage .page {
  padding-top: 1.25rem;
}
.n-news .news-container {
  padding-bottom: 2rem;
}
.n-news .news-container .imgbox {
  padding: 23px;
  background: #fff;
}
.n-news .news-container .imgbox img {
  box-shadow: 0px 4px 8px 5px rgba(0, 0, 0, 0.1);
  height: 9.85rem;
}
.n-news .news-container .imgbox .title {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  transition: all .4s;
}
.n-news .news-container .imgbox .title span {
  position: relative;
  z-index: 3;
}
.n-news .news-container .imgbox .title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.n-news .news-container .imgbox:hover .title {
  height: 100%;
}
.n-news .news-container .imgbox:hover .title:before {
  backdrop-filter: blur(2px);
}
.n-news .news-container .swiper-pagination {
  bottom: 0;
}
.n-news .news-container .swiper-pagination span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 9px;
}
.n-news .news-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0062be;
}

@media (max-width: 1024px) {
  .n-news .news-container .swiper-pagination span {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 768px) {
  .n-news .ulbox .li {
    width: 48%;
    margin-right: 4%;
  }

  .n-news .ulbox .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .n-news .newstop .box {
    width: 100%;
  }

  .n-news .ulbox .li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .n-news {
    padding-bottom: 2.5rem;
  }

  .n-news .news-container .imgbox img {
    height: 15.85rem;
  }

  .n-news .news-container .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}
/*
-----------
** 新闻详细1 **
-----------
*/
.newsinfo {
  padding: 22px 1.5rem 3.75rem;
}
.newsinfo .tipbox {
  margin-bottom: 1rem;
}
.newsinfo .tipbox a {
  color: #666666;
}
.newsinfo .leftbox {
  width: 100%;
}
.newsinfo .leftbox .news-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .75rem;
}
.newsinfo .leftbox .news-top .news-tit {
  color: #333;
  text-align:center;
  margin-bottom: .35rem;
}
.newsinfo .leftbox .news-top .time {
  text-align:center;
  color: #999;
  font-size: 14px;
  color: #999;
}
.newsinfo .leftbox .news-text {
  padding: 1rem 0 2.5rem;
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
}
.newsinfo .leftbox .news-text img {
  max-width: 100%;
  height:auto;
  display: block;
  margin:20px 0;
}
.newsinfo .leftbox .news-nav {
  padding-top: 1rem;
}
.newsinfo .leftbox .news-nav .nav-l {
  width: 100%;
}
.newsinfo .leftbox .news-nav .nav-l span {
  width: 50%;
  font-size: 15px;
  line-height: 28px;
  color: #666;
}
.newsinfo .leftbox .news-nav .nav-l span:nth-child(2){ text-align:right}
.newsinfo .leftbox .news-nav .nav-l span a {
  color: #666;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  transition: all .5s ease;
}
.newsinfo .leftbox .news-nav .nav-l span a:hover {
  color: #1060a4;
}
.newsinfo .w1300{
  width:75%;
}

/*.warp-header4.active{
  position: relative;
}*/
@media (max-width: 1024px) {
  .newsinfo .leftbox {
    padding-left: 0;
  }

  .newsinfo .tipbox {
    margin-bottom: 1.5rem;
  }
  .newsinfo .w1300{
    width:90%;
  }
}
@media (max-width: 768px) {
  .newsinfo .leftbox {
    width: 100%;
    margin-bottom: 0;
  }

  .newsinfo {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .newsinfo {
    padding: 22px 0 2rem;
  }

  .newsinfo .leftbox .news-nav .nav-l span {
    max-width: 43%;
  }

  .newsinfo .leftbox .news-text {
    padding-bottom: 1.5rem;
  }

  .newsinfo .leftbox .news-nav .nav-l span a {
    width: calc(100% - 30px);
    font-size: 12px;
  }
}
.n-media {
  padding: 1.5rem 0 3rem;
  background: linear-gradient(0deg, #EEF5FB 0%, #F1EFED 100%);
}
.n-media .newstop {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCC;
  position: relative;
  z-index:3;
}
.n-media .newstop .allbtn {
  margin-right: 1.5rem;
  color:#333;
  transition: all .3s;
  padding-left:22px;
  background:url(../images/icon2-1.png) no-repeat left center;
  background:16px auto;
}

.n-media .newstop .allbtn:hover{
  color:#0295d1;
  background:url(../images/icon2.png) no-repeat left center;
  background:16px auto;
}
.n-media .newstop .allbtn img {
  margin-right: 10px;
}
.n-media .newstop .selectbox span {
  color: #333333;
  transition: all .3s;
  padding-left:24px;
  background:url(../images/icon3.png) no-repeat left center;
  background:16px auto;

}
.n-media .newstop .selectbox:hover span{
  color:#0295d1;
}
.n-media .newstop .selectbox:hover .icon{
  fill:#0295d1;
}
.n-media .newstop .selectbox .icon {
  width: 12px;
  height: auto;
  margin-left: 5px;
  transition: all .4s;
}
.n-media .newstop .selectbox img {
  margin-right: 10px;
}
.n-media .newstop .selectitem {
  position: absolute;
  width: 120px;
  right: 0;
  height: auto;
  background: #fff;
  top: 35px;
  display: none;
}
.n-media .newstop .selectitem .item {
  cursor: pointer;
  padding: 5px 10px;
  border-bottom: 1px solid #d1d1d1;
}
.n-media .newstop .selectitem .item:last-child {
  border-bottom: none;
}
.n-media .ulbox .li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.n-media .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.n-media .ulbox .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.n-media .ulbox .img img {
  width: 100%;
  transition: all .4s;
}
.n-media .ulbox .tit3 {
  height: 58px;
  line-height: 29px;
  overflow: hidden;
  margin-bottom: .7rem;
  transition: all .4s;
}
.n-media .ulbox .tit4 {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.n-media .ulbox .text {
  padding: .75rem .9rem 1.35rem;
}
.n-media .ulbox .li:hover .img img {
  transform: scale(1.1);
}
.n-media .ulbox .li:hover .tit3 {
  color: #0295d1;
}
.n-media .video-btn img {
  width: 50px;
  height: 50px;
  z-index: 2;
}
.n-media .wpage .page {
  padding-top: 1.25rem;
}

@media (max-width: 768px) {
  .n-media .ulbox .li {
    width: 48%;
    margin-right: 4%;
  }

  .n-media .ulbox .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .n-media .newstop .box {
    width: 100%;
  }

  .n-media .ulbox .li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .n-media {
    padding-bottom: 2.5rem;
  }
}
.n-honor {
  padding: 3.25rem 0 3rem;
  background: url(../images/img6.jpg) no-repeat center center;
  background-size: cover;
}
.n-honor .title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #eeecec;

  margin-bottom: 2rem;
}
.n-honor .ulbox .li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 1.15rem;
  overflow: hidden;
}
.n-honor .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.n-honor .ulbox .img {
  width: 100%;
  overflow: hidden;
  border: 0.25rem solid rgba(0, 0, 0, 0.15);
}
.n-honor .ulbox .img img {
  width: 100%;
  transition: all .4s;
}
.n-honor .ulbox .tit3 {
  height: 58px;
  line-height: 29px;
  overflow: hidden;
  transition: all .4s;
}
.n-honor .ulbox .text {
  padding: 1rem .4rem 0;
}
.n-honor .ulbox .li:hover .img img {
  transform: scale(1.1);
}
.n-honor .ulbox .li:hover .tit3 {
  color: #0295d1;
}
.n-honor .honor-container {
  padding-bottom: 2.25rem;
}
.n-honor .honor-container span {
  background: #f9f9f9;
  opacity: .5;
  width: 11px;
  height: 11px;
  margin: 0 8px;
}
.n-honor .honor-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #004b93;
  opacity: 1;
}

@media (max-width: 768px) {
  .n-honor {
    padding: 1.5rem 0 2rem;
  }

  .n-honor .honor-container {
    padding-bottom: 1rem;
  }
  .n-honor .honor-container span {
    background: #f9f9f9;
    opacity: .5;
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .n-honor .honor-container .swiper-pagination span.swiper-pagination-bullet-active {
    background: #004b93;
    opacity: 1;
  }

  .n-honor .ulbox .text {
    padding-top: .5rem;
  }

  .n-honor .ulbox .tit3 {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  .n-honor .ulbox .li {
    width: 48%;
    margin-right: 4%;
  }

  .n-honor .ulbox .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .n-honor .newstop .box {
    width: 100%;
  }

  /*.n-honor .ulbox .li{
    width:100%;
    margin-right:0 !important;
    margin-bottom:1rem;
  }*/
  .n-honor {
    padding-bottom: 2.5rem;
  }
}
.research-list1 {
  background: #F6F5FA;
}
.research-list1 .tit3 {
  width: 220px;
}
.research-list1 .text {
  width: calc(100% - 220px - 3.95rem);
}
.research-list1 .item {
  width: 47%;
}
.research-list1 .contentbox {
  padding: 5rem 0 7.8rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .research-list1 .contentbox {
    padding: 3rem 0 5rem;
  }

  .research-list1 .tit3 {
    width: 100%;
  }

  .research-list1 .text {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .research-list1 .item {
    width: 100%;
    margin-bottom: .65rem;
  }

  .research-list1 .contentbox {
    padding-top: 2rem;
  }
}
.research-list2 {
  background: url(../images/honorimg2.png) no-repeat center center;
  background-size: cover;
}
.research-list2 .contentbox {
  padding: 4.25rem 0 4rem;
}
.research-list2 .icon {
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  left: 2.5rem;
  top: -3.25rem;
  z-index: 2;
}
.research-list2 .tit4 {
  opacity: 1;
}
.research-list2 .rightbox {
  width: 44.63%;
}
.research-list2 .rightbox .tit3 {
  text-align: right;
  margin-bottom: 1.25rem;
}
.research-list2 .rightbox .tit4 {
  text-align: right;
}
.research-list2 .leftbox {
  width: 44.63%;
  margin-top: 2rem;
}
.research-list2 .line {
  width: 100%;
  height: 1px;
}
.research-list2 .downbtn {
  background: #04a8b2;
  padding: .5rem .5rem 2rem;
  width: 6rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.research-list2 .downbtn .icon2 {
  width: 28px;
  height: auto;
  fill: #fff;
  position: absolute;
  right: .5rem;
  bottom: .5rem;
}

@media (max-width: 768px) {
  .research-list2 .rightbox, .research-list2 .leftbox {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .research-list2 .icon {
    display: none;
  }

  .research-list2 .contentbox {
    padding: 2.25rem 0 2rem;
  }

  .research-list2 .downbtn {
    display: none;
  }

  .research-list2 .rightbox, .research-list2 .leftbox {
    width: 100%;
  }

  .research-list2 .rightbox .tit3, .research-list2 .rightbox .tit4 {
    text-align: left;
  }

  .research-list2 .leftbox {
    margin-top: 1rem;
  }
}
.research-list3 {
  padding: 3rem 0 2.25rem;
}
.research-list3 .title {
  margin-bottom: 2rem;
}
.research-list3 .icon3 {
  width: 6.5rem;
  height: 6.5rem;
  top: 3.75rem;
  left: 1.75rem;
  position: absolute;
  z-index: 1;
}
.research-list3 .imgbox-container {
  padding-bottom: 1.5rem;
}
.research-list3 .warpimgbox {
  width: calc(100% - 160px);
  margin: 0 auto;
  position: relative;
}
.research-list3 .warpimgbox .swiper-button-prev, .research-list3 .warpimgbox .swiper-button-next {
  width: 42px;
  height: 42px;
  border: 1px solid #004B93;
  margin-top: 0;
  top: 3.25rem;
  border-radius: 50%;
  background: transparent;
}
.research-list3 .warpimgbox .swiper-button-prev {
  left: 0;
}
.research-list3 .warpimgbox .swiper-button-next {
  right: 0;
}
.research-list3 .warpimgbox .swiper-button-next img {
  transform: rotate(-180deg);
}
.research-list3 .imgbox-container .text {
  padding: .7rem 0;
  position: relative;
  border-bottom: 1px solid #1B1B1B;
  transition: all .4s;
}
.research-list3 .imgbox-container .text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #fff, transparent);
  z-index: 1;
}
.research-list3 .imgbox-container .text .tit3 {
  color: #1A1A1A;
  margin-bottom: .7rem;
}
.research-list3 .imgbox-container .text .tit4 {
  height: 110px;
  overflow-y: auto;
  padding-right: .5rem;
  position: relative;
  transition: all .4s;
}



@media (min-width: 768px) {
  .research-list3 .imgbox-container .swiper-slide .text{
  position: absolute;
  width:100%;
  left:0;
  bottom:0;
  z-index:2;
}
  .research-list3 .imgbox-container .swiper-slide{
    padding-bottom:calc(110px + 3rem);
  }
  .research-list3 .imgbox-container .swiper-slide:hover .text{
    padding:0 5%;
  }
  .research-list3 .imgbox-container .swiper-slide:hover .tit4{
      height: calc(110px + 5rem);
  }
  .research-list3 .imgbox-container .swiper-slide .img:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:2;
    background:rgba(255, 255, 255, .8);
    opacity:0;
    transition: all .4s;
  }
  .research-list3 .imgbox-container .swiper-slide:hover .img:before{
    opacity:1;
  }
}

.research-list3 .imgbox-container .swiper-pagination1 span {
  background: #666;
  opacity: .5;
  width: 11px;
  height: 11px;
  margin: 0 8px;
}
.research-list3 .imgbox-container .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #004b93;
  opacity: 1;
}

@media (max-width: 1024px) {
  .research-list3 .warpimgbox {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .research-list3 .warpimgbox {
    width: 100%;
  }

  .research-list3 .warpimgbox .swiper-button-next, .research-list3 .warpimgbox .swiper-button-prev {
    display: none;
  }

  .research-list3 .icon3 {
    left: -2.25rem;
  }
}
@media (max-width: 767px) {
  .research-list3 .imgbox-container .text .tit4{
    height:auto;
  }
  .research-list3 .title {
    margin-bottom: 1rem;
  }

  .research-list3 {
    padding: 2rem 0 2.25rem;
  }

  .research-list3 .icon3 {
    top: 1.75rem;
  }

  .research-list3 .imgbox-container .swiper-pagination1 span {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
}
.research-list4 {
  padding: 3.25rem 0 4.75rem;
  background: url(../images/researchimg4.jpg) no-repeat center center;
  background-size: cover;
}
.research-list4 .text {
  width: 47.1%;
}
.research-list4 .text .tit3 {
  margin-top: 1.25rem;
}
.research-list4 .img {
  width: 32.95%;
}

@media (max-width: 767px) {
  .research-list4 {
    padding: 2rem 0;
  }

  .research-list4 .text {
    width: 100%;
    margin-bottom: 1rem;
  }

  .research-list4 .img {
    width: 100%;
  }

  .research-list4 .text .tit3 {
    margin-top: .85rem;
  }
}
.n-about {
  overflow: hidden;
}
.n-about .imgleft {
  position: absolute;
  width: 17rem;
  left: -8.5rem;
  top: 6rem;
  z-index: 1;
}
.n-about .imgright {
  position: absolute;
  width: 17rem;
  right: -8.5rem;
  top: 22rem;
  z-index: 1;
}

.about-list1 {
  padding: 3.75rem 0 0;
}
.about-list1 .leftbox {
  width: 190px;
}
.about-list1 .leftbox .icon {
  width: auto;
  height: 28px;
  margin-right: 12px;
}
.about-list1 .rightbox {
  width: calc(100% - 220px);
}
.about-list1 .rightbox .warp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  bottom: 0;
  left: 0;
  display:none;
  background: linear-gradient(to top, #fff, transparent);
  z-index: 1;
}
.about-list1 .rightbox .warp .text {
  height: 8rem;
  overflow-y: auto;
}
.about-list1 .rightbox .warp .text::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about-list1 .rightbox .warp .text::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.about-list1 .rightbox .warp .text::-webkit-scrollbar-thumb {
  background: #000;
}
.about-list1 .rightbox .warp .text::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}
.about-list1 .rightbox .warp .text::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}
.about-list1 .boxbot {
  margin-top: 4rem;
}
.about-list1 .boxbot .li {
  width: 48%;
  margin-bottom: 2.75rem;
}
.about-list1 .boxbot .su {
  font-size: 2.5rem;
  padding-bottom: 1.25rem;
}
.about-list1 .boxbot .sutop {
  border-bottom: 1px solid #000000;
  margin-bottom: .7rem;
}
.about-list1 .boxbot sup {
  background: #e4e8ef;
  border-radius: 30px;
  height: 30px;
  padding: 0 20px;
  top: 0;
}

@media (max-width: 768px) {
  .about-list1 .boxbot .su {
    font-size: 2rem;
  }

  .about-list1 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-list1 .rightbox {
    width: 100%;
  }

  .n-about .imgleft, .n-about .imgright {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-list1 {
    padding-top: 2rem;
  }

  .about-list1 .boxbot {
    margin-top: 1.5rem;
  }

  .about-list1 .boxbot .li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-list1 .boxbot sup {
    padding: 0 15px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    margin-left: 5px;
  }
}
.about-list2 {
  padding: 3.75rem 0 4.5rem;
}
.about-list2 .icon {
  width: auto;
  height: 28px;
  margin-right: 12px;
}
.about-list2 .ulbox {
  margin-top: 1.25rem;
}
.about-list2 .li {
  height: 11.5rem;
  width: 31.5%;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
}
.about-list2 .botimg {
  position: absolute;
  z-index: 1;
  right: 0;
  max-width: none;
}
.about-list2 .tit3 {
  margin-bottom: .5rem;
}
.about-list2 .li:nth-child(1) {
  background: #0460B9;
}
.about-list2 .li:nth-child(1) .warp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #0460B9, transparent);
  z-index: 1;
}
.about-list2 .li:nth-child(1) .botimg {
  bottom: -5.25rem;
  height: 10rem;
}
.about-list2 .li:nth-child(2) {
  background: #E0E0E0;
}
.about-list2 .li:nth-child(2) .tit3{
  color:#333;
}
.about-list2 .li:nth-child(2) .tit4{
  color:#666;
}
.about-list2 .li:nth-child(2) .warp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #E0E0E0, transparent);
  z-index: 1;
}
.about-list2 .li:nth-child(2) .botimg {
  bottom: -3rem;
  right: 0;
  height: 7.85rem;
}
.about-list2 .li:nth-child(3) {
  background: #08AAB4;
}
.about-list2 .li:nth-child(3) .warp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #08AAB4, transparent);
  z-index: 1;
}
.about-list2 .li:nth-child(3) .botimg {
  bottom: -2rem;
  right: 0;
  height: 6.85rem;
}
.about-list2 .tit2 {
  margin-bottom: .5rem;
}
.about-list2 .tit4 {
  height: 115px;
  overflow-y: auto;
}
.about-list2 .tit4::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about-list2 .tit4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.about-list2 .tit4::-webkit-scrollbar-thumb {
  background: #000;
}
.about-list2 .tit4::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}
.about-list2 .tit4::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

@media (max-width: 768px) {
  .about-list2 {
    padding: 1.5rem 0 2.5rem;
  }

  .about-list2 .li {
    padding: 1rem .5rem;
  }

  .about-list2 .botimg {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .about-list2 {
    padding: 1.5rem 0 2.5rem;
  }

  .about-list2 .li {
    width: 100%;
    /*height: 8.5rem;*/
    height:auto;
    padding-bottom:3.25rem;
    margin-bottom:.35rem;
  }

  .about-list2 .tit4 {
    height:auto;
  }

  .about-list2 .li:nth-child(1) .botimg {
    height: 7rem;
    bottom: -4.25rem;
  }

  .about-list2 .li:nth-child(2) .botimg {
    bottom: -4rem;
    height: 6.4rem;
  }
  .about-list2 .li:nth-child(1) .botimg{
        right: -.75rem;
  }

  .about-list2 .li:nth-child(3) .botimg {
    bottom: -1.8rem;
    height: 5rem;
  }
}
.about-list3 {
  padding: 3.25rem 0 6rem;
}
.about-list3 .tit2 {
  margin-bottom: 3rem;
}
.about-list3 .icon {
  width: auto;
  height: 28px;
  margin-right: 12px;
}
.about-list3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-list3 .tit2 {
  position: relative;
  z-index: 3;
}
.about-list3 .contentbox {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.about-list3 .tit3 {
  margin-bottom: 3rem;
  font-size: 2.25rem;
  font-style: italic;
  position: relative;
}
.about-list3 .tit3:before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  height: 14px;
  z-index: 2;
  top: 50%;
  margin-top: -7px;
  background: url(../images/about3img2.png) no-repeat center left;
}
.about-list3 .tit4 {
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 1rem;
}
.about-list3 .tit4:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #fff;
}
.about-list3 .tit5 {
  width: 50%;
  opacity: 1;
  transition: all .4s;
  visibility: hidden;
}
.about-list3 .his-container .swiper-slide.swiper-slide-active .tit5 {
  opacity: .8;
  visibility: visible;
}
@media (max-width: 1024px) {
  .about-list3 .contentbox{
    padding-left:5%;
  }
  .about-list3 .tit3:before{
    width:40%;
  }
}

@media (max-width: 768px) {
  .about-list3 .tit3 {
    font-size: 1.8rem;
  }

  .about-list3 .tit5 {
    width: 70%;
  }

  .about-list3 .tit2 {
    margin-bottom: 2.5rem;
  }

  .about-list3 .tit3:before {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .about-list3 {
    padding: 1.5rem 0 4.5rem;
  }

  .about-list3 .tit3:before {
    display: none;
  }

  .about-list3 .tit3 {
    margin-bottom: 1.5rem;
  }

  .about-list3 .tit5 {
    width: 90%;
  }

  .about-list3 .tit2 {
    margin-bottom: 1.5rem;
  }
}
.about-list4 {
  padding: 2.5rem 0;
  background: #F5F5F5;
}
.about-list4 .tit2 {
  margin-bottom: 1.25rem;
}
.about-list4 .icon {
  width: auto;
  height: 28px;
  margin-right: 12px;
}
.about-list4 .ulbox {
  margin-top: 2.5rem;
}
.about-list4 .ulbox .li {
  height: 5.5rem;
  width: 20%;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  transition: all .4s;
  /*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;*/

}
.about-list4 .ulbox .img {
  width: 100%;
  max-height: 100%;
  overflow: initial;
}
.about-list4 .ulbox .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .4s;
}
@media (min-width: 1024px) {
  .about-list4 .ulbox .li:hover .img img {
    transform: scale(1.1);
  }
  .about-list4 .ulbox .li:hover {
    border: 1px solid transparent;
    box-shadow: inset 0 0 0 10px #0460B9;
  }
  .about-list4 .ulbox .li:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
  }
}
@media (max-width:1203px) {
   .about-list4 .ulbox .li:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
  }
}
.about-list4 .img-container {
  padding-bottom: 1.75rem;
}
.about-list4 .img-container .swiper-pagination {
  bottom: 0;
}
.about-list4 .img-container span {
  background: #c9dbf3;
  opacity: 1;
  width: 11px;
  height: 11px;
  margin: 0 9px;
}
.about-list4 .img-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1773ea;
  opacity: 1;
}

@media (max-width: 768px) {
  .about-list4 .ulbox .li {
    height: 3.55rem;
  }
}
@media (max-width: 767px) {
  .about-list4 .ulbox {
    padding-right: 2px;
  }

  .about-list4 .ulbox .li {
    width: 50%;
  }

  .about-list4 .img-container span {
    width: 6px;
    height: 6px;
  }

  .about-list4 .ulbox .img {
    width: 100%;
    max-height: 100%;
  }

  .about-list4 .ulbox .img img {
    width: 70%;
    max-height: 70%;
  }

  .about-list4 .icon {
    height: 18px;
    width: auto;
    margin-right: 6px;
  }

  .about-list4 .ulbox {
    margin-top: 1.5rem;
  }

  .about-list4 .tit2 {
    margin-bottom: .7rem;
  }

  .about-list4 {
    padding: 1.5rem 0 2rem;
  }
}
.about-list5 {
  padding: 2.45rem 0 4.25rem;
  background: url(../images/about5bg.png) no-repeat center center;
  background-size: cover;
}
.about-list5 .tit3 {
  color: #AAD5FF;
  margin-bottom: .6rem;
}
.about-list5 .tit4 {
  color: #90C9FF;
}
.about-list5 .tabul {
  margin-top: 2.25rem;
}
.about-list5 .li {
  border-radius: 70px;
  height: 70px;
  background: #fff;
  padding: 0 .5rem 0 1rem;
  margin: 0 1.2rem;
}
.about-list5 .img {
  height: 1.1rem;
  transition: all .4s;
}
.about-list5 .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0460B9;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (min-width: 1024px) {
  .about-list5 .li:hover .img {
    margin-right: .45rem;
  }
  .about-list5 .li:hover .icon {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
}

@media (max-width: 768px) {
  .about-list5 {
    padding: 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .about-list5 {
    padding-top: 1rem;
  }

  .about-list5 .li {
    padding: 0 .5rem;
    margin: 0 .3rem;
    height: 45px;
    border-radius: 45px;
  }

  .about-list5 .img {
    height: .75rem;
  }

  .about-list5 .tabul {
    margin-top: 1.5rem;
  }
}
.join-list3 {
  padding: 2.25rem 0 3.85rem;
  background: #fff;
  z-index: 3;
}
.join-list3 .warpselectbox {
  margin-bottom: 2.25rem;
  position: relative;
  z-index: 4;
}
.join-list3 .selectbox {
  width: calc(50% - 110px);
  position: relative;
  z-index: 3;
  margin-right: 20px;
}
.join-list3 .selectbox input {
  width: 100%;
  height: 58px;
  background: #EBEBEB;
  border-radius: none;
  border: none;
  text-indent: .5rem;
}
.join-list3 .bottonbtn {
  width: 176px;
  height: 58px;
  background: #003be4;
}
.join-list3 .bottonbtn img {
  margin-right: 8px;
}
.join-list3 .recruit-list-1 {
  border: 1px solid #F5F5F5;
  position: relative;
  z-index: 2;
}
.join-list3 .recruit-list-1 .top {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #0360B8;
  color: #fff;
  font-size: 18px;
}
.join-list3 .recruit-list-1 .top span {
  float: left;
}
.join-list3 .recruit-list-1 .top .span1 {
  width: 22%;
  text-indent: 1.5rem;
}
.join-list3 .recruit-list-1 .top .span2, .join-list3 .recruit-list-1 .top .span3 {
  width: 16%;
  text-indent: .75rem;
}
.join-list3 .recruit-list-1 .top .span4 {
  width: 28%;
}
.join-list3 .recruit-list-1 .top .span5 {
  width: 10%;
}
.join-list3 .recruit-list-1 .top .span6 {
  width: 6%;
}
.join-list3 .recruit-list-1 .list {
  width: 100%;
  cursor: pointer;
}
.join-list3 .recruit-list-1 .list .list-top {
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  color: #000;
  padding: .5rem 0;
  background: transparent;
  border-bottom: 1px solid rgba(9, 1, 4, 0.1);
  transition: all .4s;
}
.join-list3 .recruit-list-1 .list .span1 {
  width: 22%;
  text-indent: 1.5rem;
}
.join-list3 .recruit-list-1 .list .span2, .join-list3 .recruit-list-1 .list .span3 {
  width: 16%;
  text-indent: .75rem;
}
.join-list3 .recruit-list-1 .list .span4 {
  width: 28%;
}
.join-list3 .recruit-list-1 .list .span5 {
  width: 10%;
}
.join-list3 .recruit-list-1 .list .span6 {
  width: 6%;
}
.join-list3 .recruit-list-1 .list .span6 {
  height: 30px;
}
.join-list3 .recruit-list-1 .list .span6 svg {
  width: 24px;
  height: 24px;
  transition: all .3s;
  fill: #94949c;
}
.join-list3 .recruit-list-1 .list .span6 .icon1 {
  display: none;
}
.join-list3 .recruit-list-1 .list .span6 .icon2 {
  display: block;
}
.join-list3 .recruit-list-1 .list .item-li {
  margin-right: 2rem;
}
.join-list3 .recruit-list-1 .list .span6.on {
  fill: #0360b8;
}
.join-list3 .recruit-list-1 .list .span6.on .icon2 {
  display: none;
}
.join-list3 .recruit-list-1 .list .span6.on .icon1 {
  display: block;
}
.join-list3 .recruit-list-1 .list .item {
  width: 100%;
  margin-bottom: .7rem;
  line-height: 2;
}
.join-list3 .recruit-list-1 .list .itemtop {
  width: 70%;
  margin-bottom: .2rem;
}
.join-list3 .recruit-list-1 .list .itemtop .item-li {
  margin-bottom: .4rem;
}
.join-list3 .recruit-list-1 .list .list-hide {
  background: #F5F5F5;
  padding: 1rem 1.65rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: none;
}
.join-list3 .recruit-list-1 .list .tit2 {
  margin-bottom: .25rem;
}
.join-list3 .recruit-list-1 .list .ex-btn-blue {
  width: 113px;
  height: 36px;
  line-height: 36px;
  background: #0360B8;
  z-index: 2;
  margin-top: 1rem;
}
.join-list3 .recruit-list-1 .list.cur .list-top {
  /*background:#003ceb;*/
}
@media (max-width: 960px) {
  .join-list3 {
    /*.recruit-list-1 .span1{
      width:50% !important;
    }
    .recruit-list-1 .span4{
      width:30% !important;
    }
    .recruit-list-1 .span5{
      width:20% !important;
      text-align:left;
    }*/
    /*.recruit-list-1 .span6{
      width:20% !important;
    }*/
  }
  .join-list3 .recruit-list-1 .top {
    font-size: 16px;
  }
  .join-list3 .recruit-list-1 .list .list-top, .join-list3 .recruit-list-1 .list .ul, .join-list3 .recruit-list-1 .list .item {
    font-size: 14px;
  }
  .join-list3 .recruit-list-1 .span2, .join-list3 .recruit-list-1 .span3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .join-list3 .recruit-list-1 .span2, .join-list3 .recruit-list-1 .span3, .join-list3 .recruit-list-1 .span4, .join-list3 .recruit-list-1 .span5 {
    display: none;
  }
  .join-list3 .recruit-list-1 .span1 {
    width: 90% !important;
  }
  .join-list3 .recruit-list-1 .top {
    height: 50px;
    line-height: 50px;
  }
  .join-list3 .recruit-list-1 .top .span1 {
    text-indent: 0 !important;
  }
  .join-list3 .recruit-list-1 .list .span1 {
    text-indent: 0 !important;
  }
  .join-list3 .recruit-list-1 .list .span1 {
    padding-left: .5rem;
  }
  .join-list3 .recruit-list-1 .top .span1 {
    padding-left: .5rem;
  }
}

@media (max-width: 1024px) {
  .join-list3 .recruit-list-1 .top .span4, .join-list3 .recruit-list-1 .list .span4 {
    width: 24%;
  }

  .join-list3 .recruit-list-1 .list .span5, .join-list3 .recruit-list-1 .top .span5 {
    width: 14%;
  }
}
@media (max-width: 768px) {
  .join-list3 .selectbox {
    width: calc(50% - 20px - 90px);
  }

  .join-list3 .recruit-list-1 .top .span4, .join-list3 .recruit-list-1 .list .span4 {
    width: 42%;
  }

  .join-list3 .recruit-list-1 .list .span5 {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .join-list3 .selectbox {
    width: 100%;
    margin-bottom: .35rem;
    height: 40px;
    margin-right: 0;
  }

  .join-list3 .selectbox input {
    height: 40px;
  }

  .join-list3 .bottonbtn {
    width: 100%;
    height: 40px;
  }

  .join-list3 {
    padding: 1.5rem 0 2rem;
  }

  .join-list3 .warpselectbox {
    margin-bottom: 1.5rem;
  }

  .join-list3 .recruit-list-1 .list .list-hide {
    padding: 1rem 5%;
  }
}
.join-list1 {
  padding: 3.5rem 0;
}
.join-list1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.join-list1 .tit2 {
  margin-bottom: 1.7rem;
  position: relative;
  z-index: 2;
}
.join-list1 .formbox {
  width: 20rem;
  position: relative;
  z-index: 2;
}
.join-list1 .formbox .input1 {
  width: 14.45rem;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #fff;
  text-indent: .7rem;
  color: #b3b3b3;
}
.join-list1 .formbox .inputbox {
  margin-left: .75rem;
  height: 40px;
  width: 4.4rem;
}
.join-list1 .formbox .input2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #0573dc url(../images/youjian.png) no-repeat center 40px;
  color: #fff;
}
.join-list1 .formbox .input2 img {
  margin-right: .3rem;
}
.join-list1 .formbox .input3 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media (max-width: 767px) {
  .join-list1 {
    padding: 2rem 0;
  }

  .join-list1 .tit2 {
    margin-bottom: 1rem;
  }

  .join-list1 .formbox {
    padding: 0 5%;
  }

  .join-list1 .formbox .input1 {
    width: calc(100% - 100px);
  }

  .join-list1 .formbox .inputbox {
    width: 80px;
  }

  .join-list1 .formbox .input1 {
    font-size: 14px;
  }
}
.n-business {
  background: #f0f0f0;
}
.n-business .itembox .itembg {
  height: 12rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.n-business .warp-iconsu {
  z-index: 3;
  bottom: -.55rem;
  padding-left: 3rem;
}
.n-business .contentbox {
  padding: 3.25rem 0;
  padding-left: 3rem;
}
.n-business .leftbox {
  max-width: 40%;
}
.n-business .leftbox .icon2 {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  overflow: hidden;
  background:#fff;
  margin-right: 18px;
}
.n-business .leftbox .icon2 img{
  height:1.5rem;
  width:auto;
}
.n-business .rightbox {
  width: 50%;
}
.n-business .tit3 {
  color: #4d4d4d;
  margin-bottom: 1rem;
}
.n-business .morebtn {
  width: 150px;
  height: 50px;
  background: #004b93;
}
.n-business .morebtn svg {
  width: auto;
  height: 20px;
  fill: #fff;
  margin-left: .3rem;
}
.n-business .morebtn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .n-business .leftbox {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .n-business .rightbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .n-business .itembox .itembg {
    height: 8rem;
  }

  .n-business .warp-iconsu {
    bottom: -.55rem;
    padding-left: 0;
  }

  .n-business .warp-iconsu {
    height: 2.65rem;
  }
  .n-business .warp-iconsu img {
    max-height: 100%;
  }

  .n-business .contentbox {
    padding: 1.5rem 0 2rem;
    padding-left: 0;
  }

  .n-business .leftbox .icon2 {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.join-subnav {
  margin: .8rem 0;
}
.join-subnav .li {
  width: 4.875rem;
  height: 50px;
  color: #0460B9;
}

@media (max-width: 1024px) {
  .join-subnav {
    display: none;
  }
}
.join-list2 {
  padding: 0 0 2.25rem;
}
.join-list2 .bg {
  width: 100%;
  height: 19rem;
  z-index: 1;
}
.join-list2 .text {
  z-index: 2;
  width: 17.15rem;
  background: #FAFAFA;
  border-radius: 2px;
  left: -.5rem;
  padding: 2rem 2.5rem;
  padding-right: 1.5rem;
}
.join-list2 .tit2 {
  margin-bottom: .75rem;
}
.join-list2 .icon {
  width: auto;
  height: 34px;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .join-list2 {
    padding-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .join-list2 .bg {
    height: 12rem;
  }

  .join-list2 .text {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding:1rem 5%;
    transform: translateY(0);
  }

  .join-list2 {
    padding-bottom: 0;
  }
}
.join-list4 {
  padding: 1.75rem 0 2.25rem;
}
.join-list4 .tit2 {
  margin-bottom: 1rem;
}
.join-list4 .icon {
  width: auto;
  height: 29px;
  margin-right: 10px;
}
.join-list4 .warpimg-box {
  width: 100%;
}
.join-list4 .ul-container {
  width: 48%;
  position: relative;
}
.join-list4 .warpimg-box .swiper-pagination {
  width: 100%;
  width: 100%;
  bottom: .6rem;
}
.join-list4 .warpimg-box .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background: #fff;
}
.join-list4 .text {
  margin-top: 1.25rem;
}
.join-list4 .tit3 {
  margin-bottom: .6rem;
  position: relative;
  padding-left: 15px;
}
.join-list4 .tit3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 21px;
  background: #1269BD;
  left: 0;
  bottom: 0;
  transform: skewX(-15deg);
}

@media (max-width: 767px) {
  .join-list4 .ul-container {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .join-list4 {
    padding-bottom: 1rem;
  }
  .join-list4 .icon{
    height:24px;
  }
}
.join-list5 {
  padding: 2rem 0;
}
.join-list5 .contentbox {
  padding-left: 4.5rem;
}
.join-list5 .morebtn1 {
  width: auto;
  height: 60px;
  display: inline-flex;
  padding: 0 .9rem;
}
.join-list5 .morebtn1 .icon {
  margin-right: 15px;
}
.join-list5 .line1, .join-list5 .line3 {
  width: 70%;
}
.join-list5 .line2, .join-list5 .line4 {
  height: 35px;
}

@media (max-width: 1024px) {
  .join-list5 .contentbox {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .join-list5 .contentbox {
    padding-left: 5%;
  }

  .join-list5 .morebtn1 {
    height: 50px;
  }

  .join-list5 .morebtn1 .icon {
    height: 25px;
  }
}
.join-list6 {
  background: #fff;
  padding: 2.5rem 0 2.35rem;
}
.join-list6 .tit2 {
  margin-bottom: 1.5rem;
}
.join-list6 .icon {
  width: auto;
  height: 37px;
  margin-right: 10px;
}
.join-list6 .tit3 {
  margin-top: .85rem;
}
.join-list6 .tit4 {
  margin-top: .5rem;
  color: #364481;
}
.join-list6 .list6-container {
  overflow: hidden;
}
.join-list6 .warplist6-container {
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.join-list6 .warplist6-container .swiper-slide {
  cursor: pointer;
}
.join-list6 .warplist6-container .swiper-button-prev1 svg {
  transform: rotate(-180deg);
}
.join-list6 .warplist6-container .swiper-button-prev1, .join-list6 .warplist6-container .swiper-button-next1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e6e6e6;
  transition: all .4s;
}
.join-list6 .warplist6-container .swiper-button-prev1 svg, .join-list6 .warplist6-container .swiper-button-next1 svg {
  width: 20px;
  height: 20px;
  fill: #0360b9;
  transition: all .4s;
}
.join-list6 .warplist6-container .swiper-button-prev1:hover, .join-list6 .warplist6-container .swiper-button-next1:hover {
  background: #0360b9;
}
.join-list6 .warplist6-container .swiper-button-prev1:hover svg, .join-list6 .warplist6-container .swiper-button-next1:hover svg {
  fill: #fff;
}

@media (max-width: 1024px) {
  .join-list6 .warplist6-container {
    width: calc(100% - 1rem);
  }

  .join-list6 .list6-container {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .join-list6 .icon{
    height:30px;
  }
  .join-list6 .warplist6-container .swiper-button-prev1, .join-list6 .warplist6-container .swiper-button-next1 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .join-list6 .warplist6-container .swiper-button-prev1 svg, .join-list6 .warplist6-container .swiper-button-next1 svg {
    width: 10px;
    height: 10px;
  }

  .join-list6 .warplist6-container {
    width: 100%;
  }

  .join-list6 .list6-container {
    width: 75%;
  }

  .join-list6 .tit3 {
    margin-top: .55rem;
  }

  .join-list6 {
    padding: 1.5rem 0 2rem;
  }
}
.join-list7 {
  background: #F5F5F5;
  padding-top: 2.5rem;
}
.join-list7 .tit2 {
  margin-bottom: 1.5rem;
}
.join-list7 .icon {
  width: auto;
  height: 28px;
  margin-right: 10px;
}
.join-list7 .bg {
  width: 100%;
  height: 100%;
  transition: all .4s;
}
.join-list7 .li {
  height: 6.875rem;
  position: relative;
  overflow: hidden;
}
.join-list7 .li.li1 {
  width: 66%;
}
.join-list7 .li.li1 .tit4 {
  width: 100%;
}


.join-list7 .li.li2 {
  width: 34%;
}
.join-list7 .text {
  position: absolute;
  padding: 1.25rem 1.65rem;
  left: 0;
  top: 0;
  z-index: 2;
}
.join-list7 .tit3 {
  margin-bottom: .85rem;
  font-style: italic;
}
.join-list7 .tit4 {
  max-height: 2.5rem;
  overflow-y: auto;
  opacity: 0;
  transform: translate(0, -20px);
  transition: all .4s;
}
.join-list7 .li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.join-list7 .li:nth-child(1):before {
  background:#75d7ff;
  opacity:.7;
}
.join-list7 .li:nth-child(2):before {
  background: #0ba49b;
  opacity:.7;
}
.join-list7 .li:nth-child(3):before {
  background:#dc640c;
  opacity:.7;
}
.join-list7 .li:nth-child(4):before {
  background: #181f6d;
  opacity:.7;
}
.join-list7 .li:nth-child(5):before {
  background:#c7bab4;
  opacity:.7;
}
.join-list7 .li:nth-child(6):before {
  background:#0ba29a;
  opacity:.7;
}
.join-list7 .li:hover:before {
  opacity:.9;
}
@media (min-width: 767px) {
  .join-list7 .li:hover .tit4 {
    opacity: 1;
    transform: translate(0, 0);
  }
  .join-list7 .li:hover .bg {
    opacity: 1;
    transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  .join-list7 .li {
    width: 100% !important;
  }

  .join-list7 .tit4 {
    max-height: 3rem;
    opacity: 1;
    transform: translate(0, 0);
  }

  .join-list7 .text {
    padding: .75rem 1rem;
  }

  .join-list7 .li.li1 .tit4 {
    width: 100%;
  }

  .join-list7 .tit3 {
    margin-bottom: .4rem;
  }
}
.join-list8 {
  padding: 2rem 0 3rem;
  background: #fff;
  z-index: 2;
}
.join-list8 .tit2 {
  margin-bottom: 1.5rem;
}
.join-list8 .icon {
  width: auto;
  height: 28px;
  margin-right: 10px;
}
.join-list8 .contentbox {
  padding: 36px;
  background: #eee;
  overflow: hidden;
}
.join-list8 .tab-container {
  border: 1px solid #DBDBDB;
  border-bottom: none;
  background: #fff;
  position: relative;
  z-index: 3;
}
.join-list8 .tab-container .yibtn {
  color: #151515;
  opacity: .6;
}
.join-list8 .tab-container .item {
  width: 100%;
  padding: .5rem;
  position: relative;
}
.join-list8 .tab-container .item:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  border-top: 10px solid #045FB6;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  opacity: 0;
  transition: all .5s;
}
.join-list8 .tab-container .swiper-slide {
  cursor: pointer;
  border-right: 1px solid #DBDBDB;
}
.join-list8 .tab-container .swiper-slide:last-child {
  border-right: none;
}
.join-list8 .tab-container .swiper-slide.cur .item {
  background: #045FB6;
}
.join-list8 .tab-container .swiper-slide.cur .item .yibtn, .join-list8 .tab-container .swiper-slide.cur .item .subtn {
  color: #fff;
}
.join-list8 .tab-container .swiper-slide.cur .item:before {
  opacity: 1;
}
.join-list8 .text-container {
  padding: 2.5rem;
  min-height:15rem;
  width: 100%;
}
.join-list8 .text-container .warp-container {
  width: 100%;
  overflow: hidden;
}
.join-list8 .text-container .text {
  background: #fff;
  border-top: 10px solid #045FB6;
  padding: 1rem;
}
.join-list8 .text-container .tit4 {
  margin-bottom: .25rem;
  font-family:"DIN-A","Arial";
}
.join-list8 .tab-container .item .yibtn{
  text-align:center;
}
.join-list8 .tab-container .item .subtn{
  font-family:"DIN-A","Arial";
  text-align:center;
}
.join-list8 .text-container .warp-li-item {
  max-height: 180px;
  overflow-y: auto;
}
.join-list8 .text-container .warpbtn {
  margin-top: 1rem;
}
.join-list8 .text-container .warpbtn .btn {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #045FB6;
}
.join-list8 .text-container .warpbtn .btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.join-list8 .text-container .warp-container .swiper-wrapper {
  justify-content: center;
}

/*@media (max-width: 1024px) {
  .join-list8 .text-container .warp-container .swiper-wrapper {
    justify-content: flex-start;
  }
}*/
@media (max-width: 768px) {
  .join-list8 .text-container {
    padding: 1rem 8%;
  }
}
@media (max-width: 767px) {

  .join-list8 .text-container .warpbtn .btn{
    width:25px;
    height:25px;
  }
  .join-list8 .text-container .warpbtn .btn svg{
    width:10px;
    height:10px;
  }
}

.join-list9 {
  padding: 1.75rem 0 2.75rem;
}
.join-list9 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.join-list9 .tit2 {
  margin-bottom: 1.05rem;
}
.join-list9 .icon {
  width: auto;
  height: 28px;
  margin-right: 10px;
}
.join-list9 .contentbox {
  position: relative;
  z-index: 2;
}
.join-list9 .ulbox .li {
  width: 31.8%;
  height: 3.625rem;
}
.join-list9 .ulbox .li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all .4s;
}
.join-list9 .ulbox .li .text {
  padding: 0 1.5rem;
  padding-left: 1.75rem;
  position: relative;
  z-index: 2;
  width: 100%;
}
.join-list9 .ulbox .li span {
  font-style: italic;
}
.join-list9 .ulbox .li .morebtn {
  text-decoration: underline;
  transition: all .4s;
}
.join-list9 .ulbox .li .morebtn:hover {
  color: #fff;
}
.join-list9 .ulbox .li:hover .bg {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .join-list9 .ulbox .li {
    width: 100%;
    margin-bottom: .5rem;
  }

  .join-list9 .ulbox .li .text {
    padding: 0 .75rem;
  }

  .join-list8 .contentbox {
    padding: 15px;
  }
}
.personnel-list1 {
  padding: 2rem 0;
  background: linear-gradient(0deg, #EEF5FB 0%, #F1EFED 100%);
}
.personnel-list1 .contentbox {
  width: 1166px;
  max-width: 90%;
  margin: 0 auto;
  padding: 1.25rem 0 2.25rem;
  border-radius: 8px;
  overflow: hidden;
}
.personnel-list1 .title {
  margin-bottom: 1.25rem;
}
.personnel-list1 form {
  width: 850px;
  max-width: 90%;
  margin: 0 auto;
}
.personnel-list1 .formbox {
  width: 100%;
  align-items: flex-end;
}
.personnel-list1 .li {
  width: 47%;
  margin-bottom: .55rem;
}
.personnel-list1 .input1 {
  width: 100%;
  padding: .5rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.personnel-list1 .input2 {
  width: 100%;
  padding: .5rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.personnel-list1 .litip {
  margin-top: .6rem;
}
.personnel-list1 .litip .input3 {
  width: 16px;
  height: 16px;
  margin-right: 11px;
}
.personnel-list1 .litip .input3[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #666;
}
.personnel-list1 .litip .input3[type="checkbox"]:checked::after {
  content: "";
  background: url(../images/gou.png) no-repeat center center;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 16px;
  height: 16px;
}
.personnel-list1 .litip .input3[type=checkbox] {
  -webkit-appearance: none;
  cursor: pointer;
}
.personnel-list1 .inputbox {
  height: 45px;
  width: 4.175rem;
}
.personnel-list1 .input4 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  background: #045fb6;
  color: #fff;
}
.personnel-list1 .input4 img {
  margin-left: 8px;
  margin-top: 1px;
}
.personnel-list1 .input5 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media (max-width: 767px) {
  .personnel-list1 .li {
    width: 100%;
  }

  .personnel-list1 .inputbox {
    width: 6rem;
  }
}
.news-list6-dialog3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog3 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}

.news-list6-dialog3 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 1000px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  text-align: center;
  display: none;
}

.news-list6-dialog3 .dialog__content #video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}

.news-list6-dialog3 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}

.news-list6-dialog3 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.news-list6-dialog3.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog3.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog3.dialog--open #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog3.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog3.dialog--open .dialog__content, .news-list6-dialog3.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog3.dialog--open .dialog__content {
  display: block;
}

.news-list6-dialog3 .dialog__overlay {
  background: rgba(0, 0, 0, 0.4);
}

.news-list6-dialog3.dialog--close .dialog__content {
  display: none;
}

@media (max-width: 1024px) {
  .news-list6-dialog3 .closebtn {
    color: #fff;
  }

  .news-list6-dialog3 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog3 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog3 .closebtn {
    right: 3%;
  }
}
.news-list6-dialog4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog4 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.news-list6-dialog4 .dialog__content {
  position: relative;
  z-index: 5;
  max-width: 1640px;
  width: 90%;
  border-radius: 25px;
  background: #fff;
  padding: 3rem 1.75rem;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.news-list6-dialog4 .closebtn {
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background: url(../images/colse.png) no-repeat center center;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s;
}

.news-list6-dialog4 .alertlist6-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.news-list6-dialog4 .alertlist6-container .alert-container {
  width: calc(100% - 5.5rem);
  margin: 0 auto;
  overflow: hidden;
}
.news-list6-dialog4 .alertlist6-container .swiper-button-prev1 svg {
  transform: rotate(-180deg);
}
.news-list6-dialog4 .alertlist6-container .swiper-button-prev1, .news-list6-dialog4 .alertlist6-container .swiper-button-next1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e6e6e6;
  transition: all .4s;
}
.news-list6-dialog4 .alertlist6-container .swiper-button-prev1 svg, .news-list6-dialog4 .alertlist6-container .swiper-button-next1 svg {
  width: 20px;
  height: 20px;
  fill: #0360b9;
  transition: all .4s;
}
.news-list6-dialog4 .alertlist6-container .swiper-button-prev1:hover, .news-list6-dialog4 .alertlist6-container .swiper-button-next1:hover {
  background: #0360b9;
}
.news-list6-dialog4 .alertlist6-container .swiper-button-prev1:hover svg, .news-list6-dialog4 .alertlist6-container .swiper-button-next1:hover svg {
  fill: #fff;
}
.news-list6-dialog4 .alertlist6-container .img {
  width: 36.2%;
}
.news-list6-dialog4 .alertlist6-container .img img {
  width: 100%;
}
.news-list6-dialog4 .alertlist6-container .rightbox {
  width: 54.68%;
}
.news-list6-dialog4 .alertlist6-container .tit3 {
  position: relative;
  padding: .5rem 0;
  color: #045FB6;
}
.news-list6-dialog4 .alertlist6-container .tit3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #045FB6 0%, transparent 100%);
}
.news-list6-dialog4 .alertlist6-container .tit3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #045FB6 0%, transparent 100%);
}
.news-list6-dialog4 .alertlist6-container .tit4 {
  position: relative;
  padding: .6rem 0;
  color: #045FB6;
}
.news-list6-dialog4 .alertlist6-container .tit4 br {
  display: none;
}
.news-list6-dialog4 .alertlist6-container .tit4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #045FB6 0%, transparent 100%);
}
.news-list6-dialog4 .alertlist6-container .warp-ptext {
  max-height: 10rem;
  padding-right: 10px;
  overflow-y: auto;
}
.news-list6-dialog4 .alertlist6-container .warp-ptext {
  position: relative;
  margin-top: 1.25rem;
}
.news-list6-dialog4 .alertlist6-container .warp-ptext:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #fff, transparent);
  z-index: 1;
}

.news-list6-dialog4.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog4.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog4.dialog--open #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog4.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog4.dialog--open .dialog__content, .news-list6-dialog4.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog4.dialog--open .dialog__content {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog4 .dialog__overlay {
  background: rgba(0, 0, 0, 0.4);
}

.news-list6-dialog4.dialog--close .dialog__content {
  display: none;
}

@media (max-width: 1024px) {
  .news-list6-dialog4 .closebtn {
    color: #fff;
  }

  .news-list6-dialog4 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog4 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog4 .closebtn {
    right: 3%;
  }
}
@media (max-width: 767px) {
  .tit-50 {
    font-size: 24px;
  }
}


/*20220107*/

@font-face {
  font-family: "DIN-A";
  src: url("fonts/DIN-A.woff2") format("woff2"),
       url("fonts/DIN-A.woff") format("woff"),
       url("fonts/DIN-A.ttf") format("truetype"),
       url("fonts/DIN-A.eot") format("embedded-opentype"),
       url("fonts/DIN-A.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


.join-list3 .selectbox input:-moz-placeholder {
  color: #333232 ;
}

.join-list3 .selectbox input::-moz-placeholder{
  color: #333232 ;
}

.join-list3 .selectbox input:-ms-input-placeholder{
  color: #333232 ;
}

.join-list3 .selectbox input::-webkit-input-placeholder{
  color: #333232 ;
}


.i-index3 .text{
  position: relative;
  overflow: hidden;
}
.i-index3 .quanbox{
  width:14rem;
  height:14rem;
  left:-2rem;
  bottom:-7rem;
  z-index:2;
  -webkit-transform-origin:center center;
  -moz-transform-origin:center center;
}
.i-index3 .quan1{
  transform:translate(-50%, -50%) rotate(0);
}
.i-index3 .quan2{
  transform:translate(-50%, -50%) rotate(10deg);
}
.i-index3 .quan3{
  transform:translate(-50%, -50%) rotate(-40deg);
}
.i-index3 .quanbox img{
  transition: all .4s;
}
.i-index3 .text:hover .quan1{
  transform:translate(-50%, -50%) rotate(-20deg);
}
.i-index3 .text:hover .quan2{
  transform:translate(-50%, -50%) rotate(30deg);
}
.i-index3 .text:hover .quan3{
  transform:translate(-50%, -50%) rotate(0);
}
.i-index5 .contactbox .text{
  width:100%;
}
.m-bocweb-header3 .header2 .nav{
  padding-top:20px;
}
.m-bocweb-header3 .header2 .nav .warp-btn{
  color:#fff;
}
@media (max-width:1480px){
  .i-index3 .text .tit3{
    font-size:32px;
  }
  .i-index6 .textbox{
    margin-left: 5%;
  }
  .i-index3 .text{
    left: 5%;
  }
  .i-index2 .warptext .text{
    left: 3.5rem;
    padding-right:1rem;
  }
}
@media (max-width:1024px){
  .i-index3 .text{
    width:45%;
  }
  .i-index4 .text{
    width: 40%;
    margin-right: 5%;
  }
  .i-index2 .warptext .text{
    left: 1.5rem;
    padding-right:1rem;
  }
}
@media (max-width:768px){
  .i-index3 .text{
    width:100%;
  }
  .i-index4 .text{
    width: 100%;
  }
  .i-index3 .text{
    left:0;
    padding: 1.25rem 1rem 8.5rem;
  }
  .i-index3 .quanbox{
    left: 3rem;
    bottom: -7rem;
  }
}
@media (max-width:767px){
  .i-index2 .warptext .text{
    left:0;
    padding-right:5%;
  }
  .i-index2 .warp-tabulbox .tabulbox{
    margin-bottom:1rem;
  }
}

@media (max-width:1023px){
  .news-list6-dialog4 .alertlist6-container .img{
    width:60%;
    margin:0 auto 1rem;
  }
  .news-list6-dialog4 .alertlist6-container .rightbox{
    width:100%;
  }
  .news-list6-dialog4 .dialog__content{
    padding: 1.65rem .75rem;
    width:calc(100% - 100px);
  }
}
@media (max-width:767px){
  .news-list6-dialog4 .dialog__content{
    padding: 1rem .75rem;
    width:calc(100% - 30px);
  }
  .news-list6-dialog4 .closebtn{
    display:none;
  }

  .news-list6-dialog4 .alertlist6-container .alert-container{
    width:100%;
  }
  .news-list6-dialog4 .alertlist6-container .swiper-button-prev1, .news-list6-dialog4 .alertlist6-container .swiper-button-next1{
    display:none;
  }
  .news-list6-dialog4 .alertlist6-container .warp-ptext{
    max-height:4rem;
  }
}
.about-list2 .tit4{
  padding-bottom:20px;
}
.personnel-list1 .li{
  position: relative;
}
.personnel-list1 .li .captcha{
  right:0;
  bottom:15px;
  position: absolute;
  height:30px;
}
.personnel-list1 .li .captcha_no{
  right:90px;
  bottom:25px;
  position: absolute;
  height:20px;
}
.personnel-list1 .li .captcha_ok{
  right:10px;
  bottom:25px;
  position: absolute;
  height:20px;
}
@media (min-width:1024px){
  .about-list2 .li .tit4{
    transition: all .4s;
  }
  .about-list2 .li:hover .tit4{
    height:6.5rem;
  }
  .about-list2 .li .botimg{
    transition: all .8s;

  }
  .about-list2 .li:hover .botimg{
    transform:translate(0,100%);
  }
}

.pc-headernav{
  height:100vh;
  width:100%;
  position: fixed;
  left:0;
  top:0;
  z-index:99;
  opacity:1;
  visibility:hidden;
}
.pc-headernav.active{
  /*display:block;*/
  opacity:1;
  visibility:visible;
}
.pc-headernav .contentbox{
  height:100vh;
}
.pc-headernav .bg{
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
  background:#282828;
  -webkit-clip-path: circle(3% at 97% 5%);
  clip-path: circle(3% at 97% 5%);
  transition: all .6s;
}
.pc-headernav.active .bg{
  -webkit-clip-path: circle(140% at 97% 8%);
  clip-path: circle(140% at 97% 8%);
}
.pc-headernav .leftbox{
  width:68.75%;
  height:100vh;
  padding:0 4.5rem;
}
.pc-headernav .rightbox{
  width:31.25%;
  height:100vh;
}
.pc-headernav .leftbox .li{
  position: relative;
  height:100vh;
  width:20%;
  z-index:3;
}
.pc-headernav .leftbox .tit3{
  margin-bottom:.55rem;
  transition: all .4s;
}
.pc-headernav .leftbox .li-item{
  /*display:none;*/
  height:160px;
  transform:translate(0,-50%);
  top:50%;
  opacity:0;
  position: absolute;
  visibility:hidden;
  transition: all .4s 0s;
}
.pc-headernav .leftbox .li:hover .li-item{
  opacity:1;
  /*top:0;*/
  visibility:visible;
  /*display:block;*/
  transform:translate(0,calc(-50% + 40px));
  transition: all .4s .3s;
}
.pc-headernav .leftbox .li:hover .tit3{
  transform:translate(0,-70px);
}

.pc-headernav .leftbox .tit5{
  color:#fff;
  margin-bottom:.15rem;
  transition: all .4s;
  display: block;
}
.pc-headernav .leftbox .tit3:hover{
  color:#fff;
}
.pc-headernav .leftbox .tit5:hover{
  color:#fff;
}
.pc-headernav .rightbox{
  padding:1.5rem 2.5rem;
}

.pc-headernav .rbox{
  position:relative;
  height:calc(100vh - 3rem);
  z-index:2;
}
.pc-headernav .colsebtn{
  width:1.5rem;
  height:1.5rem;
  background:#313131;
  border-radius:50%;
  overflow: hidden;
  position: absolute;
  right:0;
  top:0;
  z-index:1;
  cursor:pointer;
}
.pc-headernav .homebtn{
  width:1.5rem;
  height:1.5rem;
  background:#0069c1;
  border-radius:50%;
  overflow: hidden;
  position: absolute;
  right:0;
  top:calc(1.5rem + 10px);
  z-index:1;
  cursor:pointer;
}
.pc-headernav .title{
  text-align:right;
  padding-top:calc(4.5rem + 10px);
  margin-bottom:.7rem;
}
.pc-headernav .title span{
  color:#333;
}
.pc-headernav .rbox .li{
  display:block;
  text-align:right;
  margin-bottom:.2rem;
  transition: all .4s;
}
.pc-headernav .rbox .li:hover{
  color:#0069c1;
}
@media (max-width:1480px){
  .pc-headernav .rightbox{
    padding:1.5rem 1rem;
  }
}
.footer .f-bot .tit4{
  display:flex;
  flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
	width:100%;
}
.join-list10{
  padding:1.5rem 0 2.25rem;
}
.join-list10 .line{
  width:28px;
  height: 4px;
  background:#004B93;
  margin-bottom:.85rem;
}
.join-list10 .tit2{
  margin-bottom:1.25rem;
} 
.join-list10 .ul .li{
  margin:0 1.25rem;
  background:transparent;
  padding:22px 32px;
  border-radius:3px;
  transition: all .4s;
}
.join-list10 .ul .li .wximg{
  position: absolute;
  width:4rem;
  height:4rem;
  background:#fff;
  /*padding:5px;*/
  bottom:80px;
  left:50%;
  margin-left:-2rem;
  opacity:0;
  transition: all .4s;
}
.join-list10 .ul .li:hover{
  background:#fcfcfc;
}
.join-list10 .ul .li:hover .wximg{
  opacity:1;
}


@media (max-width:767px){
  .join-list10 .ul{
    width:100%;
  }
  .join-list10 .ul .li{
    margin:0 .5rem;
  }
  .join-list10 .ul .li{
    padding:10px 15px;
  }
  .about-list2 .li .warp:before{
    display:none;
  }
  .about-list1 .rightbox .warp:before{
    display:none;
  }
  .research-list3 .imgbox-container .text:before{
    display:none;
  }
}




.bus-banner {
  height: 90vh;
  overflow: hidden;
}
.bus-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.bus-banner .text {
  z-index: 3;
}
.bus-banner .tip-title {
  margin-bottom: .85rem;
  position: relative;
  z-index: 1;
}
.bus-banner .tip-title .icon {
  height: 1.65rem;
  margin-right: .4rem;
}
.bus-banner .subnav {
  height: 2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.bus-banner .subnav .li {
  height: 2rem;
  line-height: 2rem;
  opacity: 1;
  max-width: 25%;
  position: relative;
  transition: all .4s;
}
.bus-banner .subnav .li:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  transform: scale(0);
  z-index: 2;
  transition: all .4s;
}
.bus-banner .subnav .li:hover, .bus-banner .subnav .li.cur {
  color: #fff;
  opacity: 1;
}
.bus-banner .subnav .li:hover:before, .bus-banner .subnav .li.cur:before {
  transform: scale(1);
}
.bus-banner .subnav .navbox2 {
  width: 750px;
  max-width: 90%;
}

@media (max-width: 768px) {
  .bus-banner .tip-title .icon {
    height: 1.2rem;
  }

  .bus-banner .subnav .navbox2 {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .bus-banner .text{
    margin-top:-25vh;
  }
}
.n-bus1 {
  padding: 4.425rem 0 6rem;
  background: #fff url(../images/bus1img2-1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 27.35rem;
}
.n-bus1 .tip {
  padding-left: 4.675rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.n-bus1 .tip:before {
  content: "";
  position: absolute;
  width: 4.25rem;
  height: 1px;
  background: #0762AE;
  left: 0;
  top: 50%;
}
.n-bus1 .rightbox {
  width: 45%;
}
.n-bus1 .text2 {
  margin-bottom: 3.5rem;
}
.n-bus1 .text2 .leftbox {
  width: 43.2%;
}
.n-bus1 .text2 .leftbox .item {
  border-top: 1px solid #000;
  padding-top: 1.25rem;
}
.n-bus1 .text3 .leftbox {
  margin-top: 3rem;
  
  width: 34.56%;

}
.n-bus1 .text3 .img {
  width: 58%;
}
.n-bus1 .text3 .item {
  margin-bottom: 5.65rem;
   padding-top: 1.25rem;
  border-top: 1px solid #000;
}
.n-bus1 .text3 .item .tit3 {
  margin-bottom: .85rem;
}
.n-bus1 .text3 .item .tit4 {
  opacity: .8;
}
.n-bus1 .text3 .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .n-bus1 .text2 {
    margin-bottom: 1.5rem;
  }

  .n-bus1 .text3 .item {
    margin-bottom: 2rem;
  }

  .n-bus1 .text3 .leftbox {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .n-bus1 .text3 .img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .n-bus1 {
    padding: 2.5rem 0 3rem;
  }

  .n-bus1 .text2 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .n-bus1 .text3 .item {
    margin-bottom: 1.25rem;
  }

  .n-bus1 .text3 .item .tit3 {
    margin-bottom: .5rem;
  }

  .n-bus1 .rightbox {
    width: 100%;
  }

  .n-bus1 .tip {
    margin-bottom: .7rem;
  }
}
.n-bus2 {
  padding: 4.85rem 0 2.95rem;
}
.n-bus2 .bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.n-bus2 .contentbox {
  position: relative;
  z-index: 3;
}
.n-bus2 .img {
  width: 51.85%;
  height: 13rem;
}
.n-bus2 .img img {
  max-width: 100%;
  max-height: 100%;
}
.n-bus2 .text {
  width: 40%;
  margin-top: -3rem;
  padding-right: 7%;
}
.n-bus2 .tit4 {
  margin-top: .75rem;
  color: #93C0EC;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .n-bus2 .img {
    width: 100%;
    height: 9rem;
    margin-bottom: 1.25rem;
  }

  .n-bus2 {
    padding: 1.5rem 0 2.5rem;
  }

  .n-bus2 .text {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}
.n-bus4 {
  padding: 3.475rem 0 2.9rem;
}
.n-bus4 .rightbg {
  height: 15rem;
  position: absolute;
  right: -5.5rem;
  top: 10px;
}
.n-bus4 .imgbox {
  width: 55%;
}
.n-bus4 .text {
  width: 35%;
}
.n-bus4 .title {
  font-weight:bold;
  padding-left: 2.75rem;
  position: relative;
  margin-bottom: .6rem;
  color: #03529E;
}
.n-bus4 .title:before {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 1px;
  background: #03529E;
  left: 0;
  top: 50%;
}
.n-bus4 .tit2 {
  margin-bottom: 2.5rem;
}
.n-bus4 .tit3 {
  color: #000;
  opacity: .7;
}
.n-bus4 .contentbox {
  position: relative;
  z-index:3;
  flex-flow: row-reverse wrap;
}

@media (max-width: 767px) {
  .n-bus4 .text {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .n-bus4 .imgbox {
    width: 100%;
  }

  .n-bus4 {
    padding: 1.5rem 0 2.5rem;
  }

  .n-bus4 .tit2 {
    margin-bottom: 1.5rem;
  }
  .n-bus4 .rightbg{
    height: 8rem;
    position: absolute;
    right: -2.5rem;
    top: 0;
  }
}
.n-bus3 {
  padding: 5rem 0 11rem;
}
.n-bus3 .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-bus3 .title {
  padding-left: 2.75rem;
  position: relative;
  margin-bottom: .6rem;
}
.n-bus3 .title:before {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 1px;
  background: #FFFFFF;
  left: 0;
  top: 50%;
}
.n-bus3 .tit2 {
  margin-bottom: 2.3rem;
}
.n-bus3 .tit3 {
  width: 13.5rem;
}
.n-bus3 .contentbox {
  position: relative;
  z-index: 3;
}

@media (max-width: 1024px) {
  .n-bus3 {
    padding: 2.5rem 0 8rem;
  }

  .n-bus3 .tit3 {
    width: 100%;
  }

  .n-bus3 .tit2 {
    margin-bottom: 1.25rem;
  }
}
.n-bus5 {
  padding: 3.25rem 0 5rem;
}
.n-bus5 .bg {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.n-bus5 .contentbox {
  position: relative;
  z-index: 3;
}
.n-bus5 .imgbox {
  width: 45.96%;
  padding-right: 8%;
}
.n-bus5 .text {
  width: 35.7%;
}
.n-bus5 .title {
  padding-left: 2.75rem;
  position: relative;
  margin-bottom: .6rem;
  color: #00CEDB;
}
.n-bus5 .title:before {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 1px;
  background: #00CEDB;
  left: 0;
  top: 50%;
}
.n-bus5 .tit2 {
  margin-bottom: 2.5rem;
}
.n-bus5 .tit3 {
  color: #93C0EC;
  opacity: .7;
}

@media (max-width: 767px) {
  .n-bus5 .text {
    width: 100%;
    margin-bottom: 1rem;
  }

  .n-bus5 .imgbox {
    width: 100%;
  }

  .n-bus5 {
    padding: 1.5rem 0 5rem;
  }

  .n-bus5 .tit2 {
    margin-bottom: 1.5rem;
  }
}
.n-bus6 {
  padding-top: 4.25rem;
  padding-bottom: 6.75rem;
  background: url(../images/bus2img9.png) no-repeat center bottom;
  background-position: center 180%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.n-bus6 .tip {
  padding-left: 4.675rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.n-bus6 .tip:before {
  content: "";
  position: absolute;
  width: 4.25rem;
  height: 1px;
  background: #0762AE;
  left: 0;
  top: 50%;
}
.n-bus6 .topbox {
  padding-left: 4.5rem;
}
.n-bus6 .title {
  margin-bottom: 4rem;
}
.n-bus6 .leftbox {
  width: 62%;
}
.n-bus6 .leftbox .imgbox {
  width: 100%;
  margin-left: -3.5rem;
}
.n-bus6 .leftbox .imgbox .img1 {
  position: relative;
  z-index: 1;
}
.n-bus6 .leftbox .imgbox .img2 {
  margin-top: -3.5rem;
  position: relative;
  margin-left: 1.75rem;
  height: 9.5rem;
  z-index: 2;
}
.n-bus6 .leftbox .text2 {
  margin-top: 4rem;
}
.n-bus6 .rightbox {
  width: 32%;
  margin-right:4.8%;
}
.n-bus6 .rightbox .img {
  width: 100%;
  margin-bottom: 6rem;
}
.n-bus6 .rightbox .img .img2 {
  position: absolute;
  width: 7.5rem;
  height: auto;
  left: .55rem;
  bottom: -1.25rem;
  z-index: 1;
}
.n-bus6 .rightbox .item {
  padding-top: 1.25rem;
  border-top: 1px solid #000;
  /*margin-bottom:7rem;*/
}
.n-bus6 .rightbox .item .tit3 {
  margin-bottom: .85rem;
}
.n-bus6 .rightbox .item .tit4 {
  opacity: 1;
}

@media (max-width: 1380px) {
  .n-bus6 .rightbox .img .img2 {
    width: 4.5rem;
  }

  .n-bus6 .topbox {
    padding-left: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .n-bus6 .leftbox .imgbox .img2 {
    height: 5.5rem;
  }

  /* .n-bus6{
     background-position: center 30vh;
   }*/
}
@media (max-width: 768px) {
  .n-bus6 .leftbox, .n-bus6 .rightbox {
    width: 100%;
  }

  .n-bus6 .rightbox {
    margin-right: 0;
    margin-top: 1rem;
  }

  .n-bus6 .leftbox .imgbox {
    margin-left: 0;
    width: 90%;
    margin: 0 auto;
  }

  .n-bus6 .leftbox .imgbox .img2 {
    display: none;
  }

  .n-bus6 .leftbox, .n-bus6 .rightbox {
    padding: 0 5%;
  }

  .n-bus6 .topbox {
    padding-left: 0;
  }

  .n-bus6 {
    padding: 2.5rem 0 4rem;
    background-position: center 120%;
  }

  .n-bus6 .title {
    margin-bottom: 2rem;
  }

  .n-bus6 .rightbox .img {
    margin-bottom: 4rem;
  }

  .n-bus6 .rightbox .img .img2 {
    width: 40%;
  }

  .n-bus6 .rightbox .tit3 {
    border-top: 1px solid #000;
    padding-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .n-bus6 .rightbox .tit4 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .n-bus6 {
    padding: 2.5rem 0 8rem;
    background-position: center 110%;
    background-size: 140% auto;
  }

  .n-bus6 .tip {
    margin-bottom: .7rem;
  }

  .n-bus6 .title {
    margin-bottom: 1rem;
  }

  .n-bus6 .rightbox .img {
    margin-bottom: 3rem;
  }

  .n-bus6 .rightbox .tit3 {
    margin-bottom: .7rem;
  }

  .n-bus6 .rightbox .tit4 {
    margin-bottom: 1rem;
  }

  .n-bus6 .leftbox {
    padding: 0 5%;
  }

  .n-bus6 .rightbox {
    padding: 0;
  }

  .n-bus6 .leftbox .imgbox {
    width: 100%;
  }
}
.n-bus7 {
  padding-top: 4.25rem;
  padding-bottom: 3rem;
}
.n-bus7 .tip {
  padding-left: 4.675rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.n-bus7 .tip:before {
  content: "";
  position: absolute;
  width: 4.25rem;
  height: 1px;
  background: #0762AE;
  left: 0;
  top: 50%;
}
.n-bus7 .title {
  /*margin-bottom: 4rem;*/
}
.n-bus7 .leftbox {
  width: 44.75%;
}
.n-bus7 .item {
  width: 45%;
  margin-top: 1.5rem;
}
.n-bus7 .item .item .tit3 {
  margin-bottom: .85rem;
}
.n-bus7 .item .item .tit4 {
  opacity: 1;
}

@media (max-width: 768px) {
  .n-bus7 {
    padding-top: 3.25rem;
    padding-bottom: 2.25rem;
  }

  .n-bus7 .item {
    margin-top: 2.45rem;
  }
}
@media (max-width: 767px) {
  .n-bus7 {
    padding: 1.5rem 0 2.5rem;
  }

  .n-bus7 .leftbox {
    width: 100%;
  }

  .n-bus7 .item {
    width: 100%;
    margin-top: 0;
  }

  .n-bus7 .title {
    margin-bottom: 1rem;
  }

  .n-bus7 .tip {
    padding-left: 2.675rem;
  }
  .n-bus7 .tip:before {
    width: 2rem;
  }

  .n-bus7 .tip {
    margin-bottom: .65rem;
  }
}
.n-bus8 {
  padding: 3.5rem 0 3.25rem;
}
.n-bus8 .rightbg {
  height: 15rem;
  position: absolute;
  right: 0;
  top: 10px;
}
.n-bus8 .imgbox {
  width: 55%;
  border-radius: 10px;
  overflow: hidden;
}
.n-bus8 .imgbox img {
  width: 100%;
}
.n-bus8 .contentbox {
  padding: 0 1.25rem;
}
.n-bus8 .text {
  width: 35%;
  padding-top: 1.25rem;
  border-top: 1px solid #000;
}
.n-bus8 .title {
  padding-left: 2.75rem;
  position: relative;
  margin-bottom: .6rem;
  color: #03529E;
}
.n-bus8 .title:before {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 1px;
  background: #03529E;
  left: 0;
  top: 50%;
}
.n-bus8 .tit2 {
  margin-bottom: 2.5rem;
}
.n-bus8 .tit3 {
  color: #000;
  opacity: .8;
}

@media (max-width: 768px) {
  .n-bus8 {
    padding: 3.5rem 0 3.25rem;
  }

  .n-bus8 .imgbox {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .n-bus8 .text {
    width: 100%;
    padding-top: .75rem;
  }

  .n-bus8 .tit2 {
    margin-bottom: .85rem;
  }
}
@media (max-width: 767px) {
  .n-bus8 {
    padding: 2rem 0 3rem;
  }

  .n-bus8 .contentbox {
    padding: 0;
  }
}
.n-bus9 {
  padding: 4.5rem 0 5rem;
}
.n-bus9 .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-bus9 .tit2 {
  margin-bottom: 1.5rem;
  width: 14rem;
  padding-top: 1.25rem;
  border-top: 1px solid #fff;
}
.n-bus9 .tit3 {
  width: 13.5rem;
}
.n-bus9 .itembox {
  margin-bottom: 3.5rem;
  align-items: flex-start;
}
.n-bus9 .itembox .img {
  width: 63.4%;
  overflow: hidden;
  border-radius: 20px;
}
.n-bus9 .itembox .img img {
  width: 100%;
}
.n-bus9 .itembox .text {
  width: 39.5%;
  padding: 1.7rem;
  background: #fff;
  border-radius: 20px;
  margin-top: 5.5rem;
  margin-left: -4rem;
  position: relative;
  z-index: 4;
}
.n-bus9 .contentbox {
  position: relative;
  z-index: 3;
}
.n-bus9 .itembox2 {
  margin-bottom: 0;
  flex-flow: row-reverse wrap;
}
.n-bus9 .itembox2 .text2 {
  margin-top: 4.35rem;
  width: 34.56%;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.n-bus9 .itembox2 .tit3 {
  opacity: .8;
}
.n-bus9 .itembox2 .img {
  width: 50%;
  margin-right: 6.25%;
}

@media (max-width: 768px) {
  .n-bus9 {
    padding: 3.5rem 0 3rem;
  }

  .n-bus9 .itembox {
    margin-bottom: 1.5rem;
  }

  .n-bus9 .itembox .img {
    width: 100%;
  }

  .n-bus9 .itembox .text {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }

  .n-bus9 .itembox2 .img {
    margin-right: 0;
    width: 100%;
  }

  .n-bus9 .itembox2 .text2 {
    width: 100%;
    margin-top: 1.5rem;
  }

  .n-bus9 .tit3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .n-bus9 {
    padding: 2rem 0 3rem;
  }

  .n-bus9 .tit2 {
    width: 90%;
    padding-top: .7rem;
    margin-bottom: 1rem;
  }

  .n-bus9 .itembox .text {
    padding: 1rem;
  }

  .n-bus9 .itembox {
    margin-bottom: 1rem;
  }

  .n-bus9 .itembox2 .text2 {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.n-bus10 {
  padding-top: 4.25rem;
  padding-bottom: 3.25rem;
}
.n-bus10 .tip {
  padding-left: 4.675rem;
  position: relative;
  margin-bottom: 1.25rem;
  color:#181F6C;
}
.n-bus10 .tip:before {
  content: "";
  position: absolute;
  width: 4.25rem;
  height: 1px;
  background: #0762AE;
  left: 0;
  top: 50%;
}
.n-bus10 .leftbox {
  width: 44.75%;
}
.n-bus10 .text2 {
  margin-bottom: 3.5rem;
  align-items: flex-end;
}
.n-bus10 .item {
  width: 45%;
}
.n-bus10 .item .item .tit3 {
  margin-bottom: .85rem;
}
.n-bus10 .item .item .tit4 {
  opacity: 1;
}
.n-bus10 .item2 .imgbox {
  width: 55%;
  border-radius: 10px;
  overflow: hidden;
}
.n-bus10 .item2 .imgbox img {
  width: 100%;
}
.n-bus10 .item2 .contentbox {
  padding: 0 1.25rem;
}
.n-bus10 .item2 .text {
  width: 35%;
  padding-top: 1.25rem;
  border-top: 1px solid #000;
}
.n-bus10 .item2 .title {
  padding-left: 2.75rem;
  position: relative;
  margin-bottom: .6rem;
  color: #03529E;
}
.n-bus10 .item2 .title:before {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 1px;
  background: #03529E;
  left: 0;
  top: 50%;
}
.n-bus10 .item2 .tit2 {
  margin-bottom: 1rem;
}
.n-bus10 .item2 .tit3 {
  margin-bottom: 1.25rem;
}
.n-bus10 .item2 .li {
  color: #808080;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .n-bus10 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .n-bus10 .item {
    width: 100%;
  }

  .n-bus10 .text2 {
    margin-bottom: 1.5rem;
  }

  .n-bus10 .item2 .imgbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .n-bus10 .item2 .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .n-bus10 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .n-bus10 .item2 .li {
    font-size: 14px;
  }
}
.n-bus11 {
  padding: 3.5rem 0 3.75rem;
}
.n-bus11 .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-bus11 .contentbox {
  position: relative;
  z-index: 3;
}
.n-bus11 .tit2 {
  margin-bottom: .75rem;
}
.n-bus11 .text {
  width: 46%;
  position: relative;
  z-index: 4;
  opacity: .5;
  margin-bottom: 2.25rem;
}
.n-bus11 .bgicon {
  width: 11rem;
  position: absolute;
  right: 2.7rem;
  top: -6.5rem;
  border-radius: 20px;
}
.n-bus11 .liitem {
  width: 46%;
}
.n-bus11 .liitem .li {
  padding: .7rem 0 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.n-bus11 .liitem .leftbox {
  width: calc(100% - 50px);
}
.n-bus11 .liitem .zicon {
  height: 1.25rem;
  margin-right: 1rem;
}
.n-bus11 .liitem .sp2 {
  width: calc(100% - 2.75rem);
}
.n-bus11 .liitem .li-top {
  cursor: pointer;
}
.n-bus11 .liitem .icon2 {
  width: 1rem;
  height: 1rem;
  background: url(../images/bus4icon1.png) no-repeat center center;
  background-size: 1rem auto;
}
.n-bus11 .liitem .li.on .li-top .icon2 {
  background: url(../images/bus4icon2.png) no-repeat center center;
  background-size: 1rem auto;
}
.n-bus11 .liitem .bot-p {
  margin-top: .5rem;
  padding-left: 2.75rem;
  opacity: .5;
  display: none;
}

@media (max-width: 768px) {
  .n-bus11 .bgicon {
    display: none;
  }

  .n-bus11 .text {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .n-bus11 {
    padding: 2rem 0 3rem;
  }

  .n-bus11 .liitem {
    width: 100%;
  }

  .n-bus11 .liitem .leftbox {
    width: calc(100% - 45px);
  }

  .n-bus11 .liitem .sp2 {
    font-size: 16px;
    width: calc(100% - 1.75rem);
  }

  .n-bus11 .liitem .zicon {
    height: 1rem;
    margin-right: .35rem;
  }

  .n-bus11 .liitem .li {
    padding: .5rem 0 .75rem;
  }

  .n-bus11 .liitem .icon2 {
    background-size: .8rem auto;
  }

  .n-bus11 .liitem .bot-p {
    padding-left: 1.75rem;
  }
}
.n-bus12 {
  padding: 3.25rem 0 3.75rem;
  position: relative;
  z-index: 4;
}
.n-bus12 .rightbg {
  height: 15rem;
  position: absolute;
  right: 0;
  top: 10px;
}
.n-bus12 .imgbox {
  width: 55%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 6;
}
.n-bus12 .imgbox img {
  width: 100%;
}
.n-bus12 .contentbox {
  padding: 0 1.25rem;
}
.n-bus12 .text {
  width: 35%;
  position: relative;
  z-index: 4;
  margin-top: -4rem;
}
.n-bus12 .title {
  padding-left: 2.75rem;
  position: relative;
  margin-bottom: .55rem;
  color: #181F6C;
}
.n-bus12 .title:before {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 1px;
  background: #181F6C;
  left: 0;
  top: 50%;
}
.n-bus12 .tit2 {
  margin-bottom: 1.25rem;
}
.n-bus12 .tit3 {
  color: #000;
  opacity: .75rem;
}
.n-bus12 .imgbg {
  bottom: -3.75rem;
  width: 15rem;
  height: auto;
  position: absolute;
  z-index: 1;
  right: 0;
}

@media (max-width: 768px) {
  .n-bus12 .contentbox {
    padding: 0;
  }

  .n-bus12 .imgbox {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .n-bus12 .text {
    width: 100%;
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .n-bus12 {
    overflow: hidden;
    padding: 2.25rem 0 5rem;
  }
  .n-bus12 .imgbg{
        bottom: -5rem;
    width: 10rem;
  }
  .n-bus12 .text {
    margin-top: 0;
  }
}

.n-bus6 .rightbox .img .img2{
  transition: all .5s;
}
.n-bus6 .rightbox:hover .img .img2{
  left: -0.5rem;
  bottom: -1.55rem;
}
.n-bus6 .leftbox .imgbox{
  overflow: hidden;
  border-radius:1rem;
}
/*.n-bus6 .leftbox .imgbox .img1{
  transition: all .5s;
}
.n-bus6 .leftbox .imgbox:hover .img1{
  transform:scale(1.05);
}*/

.n-bus5 .imgbox img{
  transition: all .5s;

}

.n-bus5 .imgbox:hover img{
  transform: matrix(1.05,0,0,1.05,0,0);
}
.investor-list1 .leftbox .sp1{
  font-family:"DIN-A";
}


.pc-headernav .leftbox{
  width:100%;
}
.pc-headernav .colsebtn{
  right:3%;
  top:3%;
}

/* .about-list3 .swiper-btn{
  width:3.75rem;
  height:1.5rem;
  right:10%;
  bottom:2rem;
} */
.about-list3 .swiper-button-prev,.about-list3 .swiper-button-next{
    background:none !important;
  }
.about-list3 .swiper-button-prev,.about-list3 .swiper-button-next{
  width:1.5rem;
  height:1.5rem;
  background:none;
  
}
.about-list3 .swiper-button-prev{
  left:5%;
  transform:rotate(-180deg);
}
.about-list3 .swiper-button-next{
  right:5%;
}
/*.join-list8 .tab-container .swiper-button-prev{
  width:27px;
  height:44px;
  background:none !important;
  transform:rotate(-180deg);
  display:none !important;
}
.join-list8 .tab-container .swiper-button-next{
  width:27px;
  height:44px;
  background:none !important;
  display:none !important;
}
.join-list8  .tab-container .icon3{
  width:15px;
  height:15px;
}*/


/*.join-list8 .swiper-btn{
  width:3.75rem;
  height:1.5rem;
  right:10%;
  bottom:2rem;
}*/
.join-list8 .swiper-button-prev,.join-list8 .swiper-button-next{
  width:1.5rem;
  height:1.5rem;
  background:none;
  /*margin-top:auto;*/
  /*top:auto;*/
  
}
.join-list8 .swiper-button-prev{
  left:0;
  transform:rotate(-180deg);
}
.join-list8 .swiper-button-next{
  right:0;
}

@media (max-width: 1480px) {

  .join-list8 .tab-container .swiper-button-prev,.join-list8 .tab-container .swiper-button-next{
    display:flex !important;
    /*background:none !important;*/
  }
}
@media (max-width:767px) {
  .join-list8 .tab-container .swiper-button-prev{
    left:0;
  }
  .join-list8 .tab-container .swiper-button-next{
    right:0;
  }
  .join-list8 .swiper-button-prev, .join-list8 .swiper-button-next{
    width:1rem;
  }
  .join-list8 .swiper-button-prev svg, .join-list8 .swiper-button-next svg{
    width:15px;
    height:15px;
  }
}

.about-list3 .hisimg-container{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
}



.join-list7 .li .tit4{
  padding-right:5px;
}
.join-list7 .li .tit4::-webkit-scrollbar {
  width:5px;
  height:5px;
}
.join-list7 .li .tit4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.join-list7 .li .tit4::-webkit-scrollbar-thumb {
  background:rgba(255,255,255,.5);
}
.join-list7 .li .tit4::-webkit-scrollbar-thumb:window-inactive {
 background:rgba(255,255,255,.5);
}
.join-list7 .li .tit4::-webkit-scrollbar-thumb:vertical:hover {
  background:rgba(255,255,255,.5);
}


.news-list6-dialog4 .alertlist6-container .warp-ptext:before{
  display:none;
}
.about-list3 .tit5{
  max-height:160px;
  overflow-y:auto;
}

.w1620 {
  max-width: 1620px;
  margin: 0 auto;
  width: 90%;
}

.global-list1 {
  padding: 1.55rem 0 1.25rem;
  position: relative;
}
.global-list1 .tit2 {
  margin-bottom: .3rem;
}
.global-list1 .tit3 {
  opacity: .6;
  width: 11.5rem;
  max-width: 90%;
}
.global-list1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
  z-index: 2;
  border-bottom: 14px solid #d1d1d1;
  border-left: 14px dashed transparent;
  border-right: 14px dashed transparent;
}

.global-list2 {
  background: #d1d1d1;
  padding: 2.25rem 0;
}
.global-list2 .contentbox {
  padding: 2rem 4.25rem;
  background: #fff;
}
.global-list2 .tab-ul {
  /*border-bottom:1px solid #666;*/
}
.global-list2 .tab-ul .li {
  width: 22.5%;
  height: 54px;
  background: #f5f5f5;
  transition: all .3s;
}
.global-list2 .tab-ul .li span {
  color: #0652b6;
}
.global-list2 .tab-ul .li .icon {
  width: 40px;
  height: 50px;
  margin-right: .15rem;
}
.global-list2 .tab-ul .li .icon .img1 {
  max-width: 90%;
  max-height: 90%;
  opacity: 1;
  transition: all .3s;
}
.global-list2 .tab-ul .li .icon .img2 {
  max-width: 90%;
  max-height: 90%;
  opacity: 0;
  transition: all .3s;
}
.global-list2 .tab-ul .li:hover, .global-list2 .tab-ul .li.cur {
  background: #0652b6;
}
.global-list2 .tab-ul .li:hover span, .global-list2 .tab-ul .li.cur span {
  color: #fff;
}
.global-list2 .tab-ul .li:hover .img1, .global-list2 .tab-ul .li.cur .img1 {
  opacity: 0;
}
.global-list2 .tab-ul .li:hover .img2, .global-list2 .tab-ul .li.cur .img2 {
  opacity: 1;
}
.global-list2 .warp-ulbox {
  border-top: 1px solid #666;
  margin-top: 1.75rem;
}
.global-list2 .ulbox .li-item {
  padding: .5rem 0;
  border-bottom: 1px solid #666;
}
.global-list2 .ulbox .sp1 {
  width: calc(100% - 70px);
}
.global-list2 .ulbox .iconbtn {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  z-index: 3;
}
.global-list2 .ulbox .iconbtn img {
  transition: all .4s;
}
.global-list2 .ulbox .iconbtn .btn1 {
  opacity: 1;
}
.global-list2 .ulbox .iconbtn .btn2 {
  opacity: 0;
}
.global-list2 .ulbox .item-bottom {
  padding-top: .55rem;
  display: none;
}
.global-list2 .ulbox .item-bottom .li {
  width: 49%;
  margin-bottom: 2%;
  height: 3.325rem;
  padding: .75rem .7rem;
  background: #f2f2f0;
  position: relative;
}
.global-list2 .ulbox .item-bottom .tit6 {
  position: relative;
  z-index: 3;
  padding-left: 30px;
}
.global-list2 .ulbox .item-bottom .tit5 {
  position: relative;
  z-index: 3;
  margin-bottom: .35rem;
  padding-left: 30px;
  background: url(../icon/icon6.png) no-repeat left center;
  background-size: 18px auto;
  transition: all .4s;
}
.global-list2 .ulbox .item-bottom .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .4s;
  z-index: 1;
}
.global-list2 .ulbox .item-bottom .li:hover .bg {
  opacity: 1;
}
.global-list2 .ulbox .item-bottom .li:hover .tit5 {
  color: #fff;
  background: url(../icon/icon6-1.png) no-repeat left center;
}
.global-list2 .ulbox .item-bottom .li:hover .tit6 {
  color: #fff;
  opacity: .4;
}
.global-list2 .ulbox .li-item.active .item-top .iconbtn .btn1 {
  opacity: 0;
}
.global-list2 .ulbox .li-item.active .item-top .iconbtn .btn2 {
  opacity: 1;
}

@media (max-width: 1024px) {
  .global-list2 .contentbox {
    padding: 2rem 5%;
  }
}
@media (max-width: 768px) {
  .global-list2 .tab-ul .li {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media (max-width: 767px) {
  .global-list2 {
    padding: 1.5rem 0;
  }

  .global-list2 .ulbox .item-bottom .li {
    width: 100%;
  }

  .global-list2 .tab-ul .li .icon {
    width: 24px;
    height: 30px;
  }

  .global-list2 .tab-ul .li {
    height: 45px;
  }

  .global-list2 .ulbox .iconbtn {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  .global-list2 .ulbox .sp1 {
    font-size: 20px;
  }
}
.global-list1 .warp-mapimg{
  width:100%;
  overflow-x:auto;
}
.global-list1 .mapimg{
  min-width:1000px;
}
.global-list1 .mapimg .li{
  position: absolute;
  background:rgba(11,95,206,.9);
  transition: all .4s;
}
.global-list1 .mapimg .li .tit4{
  transition: all .4s;
}
.global-list1 .mapimg .li .tit5{
  padding:0 .55rem;
  text-align:center;
  transition: all .4s;
}
.global-list1 .mapimg .li:hover{
  background:#229ea7;
  transform:scale(1.05);
}
.global-list1 .mapimg .li:hover .tit4{
  display:none;
}

.global-list1 .mapimg .li.li4{
  width:120px;
  height:120px;
  border-radius:50%;
  left: 72%;
    top: 46%;
}
.global-list1 .mapimg .li.li3{
  width:140px;
  height:140px;
  border-radius:50%;
  left: 8%;
    top: 52%;
}
.global-list1 .mapimg .li.li1{
  width:120px;
  height:120px;
  border-radius:50%;
  left: 35%;
    top: 34%;
}
.global-list1 .mapimg .li.li2{
  width:140px;
  height:140px;
  border-radius:50%;
  left: 45%;
    top: 24%;
}
@media (max-width:1024px) {
  .global-list1 .mapimg .li:nth-child(2){
    width: 100px;
    height: 100px;
  }
  .global-list1 .mapimg .li:nth-child(1){
    width: 100px;
    height: 100px;
  }
  .global-list1 .mapimg .li:nth-child(3){
    width: 90px;
    height: 90px;
  }
  .global-list1 .mapimg .li:nth-child(4){
    width: 110px;
    height: 110px;
  }
}

.global-list2 .ulbox .item-bottom .li .text{
  width:120%;
  height:8rem;
  visibility:hidden;
  z-index:4;
  box-shadow:0 0 45px 2px rgba(0,0,0,.1);
  transition: all .5s;
}
.global-list2 .ulbox .item-bottom .li:hover{
  z-index:5;
}
.global-list2 .ulbox .item-bottom .li .text .bg{
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index: 1;
}
.global-list2 .ulbox .item-bottom .li:hover .text{
  opacity:1;
  visibility:visible;
}
.global-list2 .ulbox .item-bottom .li .text .bottom-bot{
  bottom:.75rem;
  padding:0 .75rem;
  position: absolute;
  z-index:3;
}
@media (max-width:1024px) {
  .global-list2 .ulbox .item-bottom .li .text{
    display:none;
  }
}
@media (max-width:768px) {
  .n-news .ulbox .img img{ height:auto}
}


.about-list2 .tit4{
  padding-right:5px;
}
.about-list2 .tit4::-webkit-scrollbar {
  width:2px;
  height:2px;
}
.about-list2 .tit4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.about-list2 .tit4::-webkit-scrollbar-thumb {
  background:rgba(255,255,255,.5);
}
.about-list2 .tit4::-webkit-scrollbar-thumb:window-inactive {
 background:rgba(255,255,255,.5);
}
.about-list2 .tit4::-webkit-scrollbar-thumb:vertical:hover {
  background:rgba(255,255,255,.5);
}


.about-list3 .tit5{
  padding-right:5px;
}
.about-list3 .tit5::-webkit-scrollbar {
  width:3px;
  height:3px;
}
.about-list3 .tit5::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.about-list3 .tit5::-webkit-scrollbar-thumb {
  background:rgba(255,255,255,.5);
}
.about-list3 .tit5::-webkit-scrollbar-thumb:window-inactive {
 background:rgba(255,255,255,.5);
}
.about-list3 .tit5::-webkit-scrollbar-thumb:vertical:hover {
  background:rgba(255,255,255,.5);
}


.news-list6-dialog4 .alertlist6-container .warp-ptext{
  padding-right:5px;
}
.news-list6-dialog4 .alertlist6-container .warp-ptext::-webkit-scrollbar {
  width:3px;
  height:3px;
}
.news-list6-dialog4 .alertlist6-container .warp-ptext::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.news-list6-dialog4 .alertlist6-container .warp-ptext::-webkit-scrollbar-thumb {
  background:rgba(255,255,255,.5);
}
.news-list6-dialog4 .alertlist6-container .warp-ptext::-webkit-scrollbar-thumb:window-inactive {
 background:rgba(255,255,255,.5);
}
.news-list6-dialog4 .alertlist6-container .warp-ptext::-webkit-scrollbar-thumb:vertical:hover {
  background:rgba(255,255,255,.5);
}



.research-list3 .imgbox-container .text .tit4{
  padding-right:5px;
}
.research-list3 .imgbox-container .text .tit4::-webkit-scrollbar {
  width:3px;
  height:3px;
}
.research-list3 .imgbox-container .text .tit4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.research-list3 .imgbox-container .text .tit4::-webkit-scrollbar-thumb {
  background:rgba(255,255,255,.5);
}
.research-list3 .imgbox-container .text .tit4::-webkit-scrollbar-thumb:window-inactive {
 background:rgba(255,255,255,.5);
}
.research-list3 .imgbox-container .text .tit4::-webkit-scrollbar-thumb:vertical:hover {
  background:rgba(255,255,255,.5);
}

.newsinfo .leftbox img{
	display:inline-block;
}