@charset "UTF-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.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);
}
.newsmore{transition:all .5s;}
.newsmore:hover{background:#000;color:#fff;}
.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 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: #1360fc;
  color: #fff;
}

::selection {
  background: #1360fc;
  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: #777;
}

.col-888 {
  color: #888;
}

.col-999 {
  color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-block {
  display: none;
}

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

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

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

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

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

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

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

.text-hide, .news-info .news-page .fl a {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

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

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

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

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block, .ex-btn-blue, .ex-btn-blue .text, .news-info .type-box .type span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

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

.w1490 {
  width: 1490px;
  margin: 0 auto;
}
@media (max-width: 1560px) {
  .w1490 {
    width: 94%;
  }
}

.w1460 {
  width: 1460px;
  margin: 0 auto;
}
@media (max-width: 1660px) {
  .w1460 {
    width: 94%;
  }
}
@media (max-width: 1024px) {
  .w1460 {
    width: 84%;
  }
}

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

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

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

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

.pagination a {
  text-decoration: none;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  background: #141414;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

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

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

.pagination a:hover {
  text-decoration: none;
  color: #fff;
  background:#003be3;
  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 3s linear infinite,loader_dash 4s ease-in-out infinite;
  animation: loader 3s linear infinite, loader_dash 4s 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: .8s;
  animation-duration: .8s;
  -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;
  animation: mk_bottom_to_top;
}

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

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

.anim_emt.start.img_s_center {
  -webkit-animation-name: img_s_center;
  animation-name: img_s_center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.a-del11 {
  animation-delay: 1.2s;
}

.a-del12 {
  animation-delay: 1.3s;
}

.a-del13 {
  animation-delay: 1.4s;
}

.a-del14 {
  animation-delay: 1.5s;
}

.a-del15 {
  animation-delay: 1.6s;
}

.a-del16 {
  animation-delay: 1.7s;
}

.a-del17 {
  animation-delay: 1.8s;
}

.a-del18 {
  animation-delay: 1.9s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.darkmode #pageloader {
  background: #252525;
}

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*/


.fon1 {
  font-family: "DINL",Arial;
}

.fon2 {
  font-family: "DIN",Arial;
}

.fon3 {
  font-family: "DIN-BOLD",Arial;
}

.fon4 {
  font-family: "DIN-BLACK",Arial;
}

.header {
  padding: 0 60px;
  height: 2.5rem;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
}
.header .logo {
  width:4.975rem;
    height:auto;
}
.header .langbox {
  margin-left: .35rem;
}
.header .iconbox {
  width: 35px;
  height: 35px;
}
.header .iconbox .icon {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.header .search:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #fff;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.header .search .input1 {
  height:22px;
  padding-bottom:5px;
  width: 160px;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding-left: 28px;
}
.header .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.25);
}
.header .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.25);
}
.header .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.25);
}
.header .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.25);
}
.header .search .input2 {
  width: 22px;
  height: 30px;
  background: url(../img/tip1.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .search-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.header .rightbox {
  width: auto;
  /*.h-right:hover .hamburger-inner,.h-right:hover .hamburger-inner::after{
    width:30px
  }*/
}
.header .rightbox .line {
  height: 24px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 .35rem;
}
.header .rightbox .h-right {
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 4;
}
.header .rightbox .hamburger {
  padding: 0;
  height: 20px;
}
.header .rightbox .hamburger-inner::before {
  top: -8px;
}
.header .rightbox .hamburger-inner::after {
  bottom: -8px;
}
.header .rightbox .hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.header .rightbox .hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.header .rightbox .hamburger-box {
  width: 24px;
  height: 20px;
}
.header .rightbox .hamburger-inner, .header .rightbox .hamburger-inner::before, .header .rightbox .hamburger-inner::after {
  width: 24px;
  height: 1.5px;
  border-radius: 0;
  background: #fff;
  transition: width .3s;
}
.header .rightbox .hamburger-inner {
  width: 14px;
}
.header .rightbox .hamburger-inner::after {
  width: 20px;
}
.header .rightbox .hamburger.is-active .hamburger-inner, .header .rightbox .hamburger.is-active .hamburger-inner::before, .header .rightbox .hamburger.is-active .hamburger-inner::after {
  width: 24px;
  background: #fff;
}
.header .rightbox .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;
}
.header .rightbox .hamburger--3dx-r .hamburger-inner::before, .header .rightbox .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/*搜索弹框样式2*/
.search-btn2 svg {
  width: 45px;
  height: 45px;
}

.search-alert2 {
  position: fixed;
  z-index: 100;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.search-alert2 .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

.search-alert2 .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.search-alert2 .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert2 .cent-form .tex {
  border: none;
  font-size: 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-right: 3.5rem;
}

.search-alert2 .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  font-size: .8rem;
  line-height: 1.5rem;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
}

.search-alert2 .close:hover {
  transform: rotate(90deg);
}

.footer {
  position: relative;
  padding: 1.5rem 0 1.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  z-index: 10;
  /*padding-left: 16.6%;*/
}
/*.footer .contentbox {
  margin-left: 0;
}*/
.footer .logo {
  width: 199px;
  display: block;
  margin: 0 auto 1rem;
}
.footer .p1, .footer .p2 {
  font-size: 13px;
  opacity: .3;
}
.footer .tabul .li {
  padding: 0 .75rem;
}
.footer .tabul span {
  opacity: .1;
}
.footer .tabul .li:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .footer {
    padding: 1.5rem 5% 1.85rem;
  }

  .footer .contentbox {
    width: 100%;
  }

  .footer .contentbox .bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding: 1rem 5% 1.5rem;
  }

  .footer .p2 {
    margin-top: 1rem;
    text-align: center;
  }
}
.header-nav.active {
  opacity: 1;
  visibility: visible;
}

.header-nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 0.2s;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.header-nav .li {
  width: 16.66%;
  /*width:20%;*/
  height: 100vh;
  padding: 1.5rem .75rem 6.5vh;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-nav .li:before {
  content: "";
  position: absolute;
  background: #000 url(../img/navbg.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 1;
}
.header-nav .li:nth-child(5):before {
  content: "";
  position: absolute;
  background: #000 url(../img/navbg11.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 1;
}
.header-nav .li:nth-child(2):before {
  content: "";
  position: absolute;
  background: #000 url(../img/navbg33.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 1;
}
.header-nav .li:nth-child(3):before {
  content: "";
  position: absolute;
  background: #000 url(../img/navbg55.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 1;
}
.header-nav .li:nth-child(4):before {
  content: "";
  position: absolute;
  background: #000 url(../img/navbg22.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 1;
}
.header-nav .li:nth-child(6):before {
  content: "";
  position: absolute;
  background: #000 url(../img/navbg44.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 1;
}
.header-nav .li:after{content: "";display:block;width:100%;height:100%;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index:1;}
.header-nav .nli {
  height: 100%;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 3;
  transition: opacity 0.3s;
}
.header-nav .num {
  position: absolute;
  color: #818181;
  font-size: 14px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.header-nav .tit4 {
  margin-top: 28vh;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.header-nav .tit4 a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0.25em 0;
  overflow: hidden;
}
.header-nav .tit4 a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform-origin: left;
  height: 100%;
  border-bottom: 1px solid #fff;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translate(-50%, 0);
  transform: scaleX(0.3);
  left: 0;
}
.header-nav .item {
  padding: .3rem .75rem .3rem 0;
  color: rgba(255, 255, 255, 0.4);
  display: block;
}
.header-nav .boticon {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: inherit;
  padding-right: inherit;
}
.header-nav .boticon:before {
  height: 5px;
  width: 5px;
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 0 1px 1px;
}
.header-nav .boticon:after {
  height: 5px;
  width: 100%;
  content: "";
  display: block;
  position: relative;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}
.header-nav .item:hover {
  color: white;
}
.header-nav .li:hover:before {
  opacity: 1;
}
.header-nav .li:hover .tit4 a:before {
  transform: scaleX(1);
}
.header-nav .li:hover .boticon:after {
  opacity: 1;
  transform: scaleX(1);
}
.header-nav .li:last-child {
  border-right: none;
}

@media (max-width: 1024px) {
  .header .langbox {
    margin-left: 0;
  }

  .header .logo {
    width: 4.975rem;
    height: auto;
  }

  .header-nav .li {
    width: 100%;
    padding: 1.5rem .75rem 2rem;
    height: auto;
    border-right: none;
  }

  .header-nav {
    overflow-y: auto;
    height: 100vh;
  }

  .header-nav .tit4 {
    margin-top: 2rem;
    margin-bottom: .5rem;
  }

  .header-nav .nli {
    padding-bottom: 1.5rem;
  }

  .header {
    padding: 0 5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-nav .li:before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .header {
    height: 2rem;
  }

  .header-nav .item {
    padding: .15rem .75rem .15rem 0;
  }
}
.fix-navsub {
  position: fixed;
  height: 100vh;
  z-index: 9;
  left: 0;
  top: 0;
  width: auto;
}
.fix-navsub .li {
  font-size: 14px;
  color: #b1b1b1;
  margin-bottom: 20px;
  opacity: 0.5;
  transition: all .4s;
  padding-left: 1.5rem;
  cursor: pointer;
}
.fix-navsub .li:nth-child(1).cur{color:#fff;}
.fix-navsub .li:nth-child(2).cur{color:#fff;}
.fix-navsub .li:nth-child(3).cur{color:#000;}
.fix-navsub .li:nth-child(4).cur{color:#fff;}
.fix-navsub .li:nth-child(5).cur{color:#000;}
.fix-navsub .li:nth-child(6).cur{color:#fff;}
.fix-navsub .li:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #b1b1b1;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: all .4s;
}
.fix-navsub .li.cur {
  opacity: 1;
}
.fix-navsub .li.cur:before {
  transform: scale(1, 1);
}

.fix-navsub .nli {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  opacity: .15;
  transition: all .4s;
  padding-left: 1.5rem;
  cursor: pointer;
}
.fix-navsub .nli:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #b1b1b1;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: all .4s;
}
.fix-navsub .nli.cur {
  opacity: 1;
}
.fix-navsub .nli.cur:before {
  transform: scale(1, 1);
}

@media (max-width: 1024px) {
  .fix-navsub {
    display: none;
  }
}
.mian.index .bg {
  background: url(../img/linebg.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  z-index: 2;
}
.mian.index .lingbg {
  width: 1px;
  position: absolute;
  height: 100%;
  z-index: 7;
  background: rgba(255, 255, 255, 0.05);
}
.mian.index .lingbg1 {
  left: 16.66%;
}
.mian.index .lingbg2 {
  right: 45.6%;
}
.mian.index .lingbg3 {
  /*right:8.17%;*/
  right: 7%;
}

@media (max-width: 1024px) {
  .mian.index .lingbg1 {
    left: 8%;
  }

  .mian.index .lingbg3 {
    right: 8%;
  }

  .mian.index .lingbg2 {
    right: 50%;
  }
}
.i-list1 {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 3;
  /*.swiper-pagination{
    text-align:right;
    z-index:3;
    width:calc(100vw - 1rem);
    padding-right:1.25rem;
    bottom:1.25rem !important;
    span{
      width:6px;
      height:6px;
      margin:0 10px !important;
      background:#fff;
      opacity:1;
      transition: all .3s;
    }
    span.swiper-pagination-bullet-active{
      box-shadow:0px 0px 0px 3px #fff;
      background:transparent;
      opacity:1;
    }
  }*/
}
.i-list1 .ibanner {
  width: 100%;
  height: 100vh;
}
.i-list1 .swiper-slide, .i-list1 .slide-inner {
  overflow: hidden;
  height: 100vh;
}
.i-list1 .video {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.i-list1 .video video {
  /*width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;*/
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: relative;
}
.i-list1 .btnbox {
  position: absolute;
  right: .5rem;
  bottom: 5%;
  height: 40px;
  width: 100px;
  z-index: 9;
}
.i-list1 .btnbox .swiper-button-prev, .i-list1 .btnbox .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all .4s;
}
.i-list1 .btnbox .swiper-button-prev .icon, .i-list1 .btnbox .swiper-button-next .icon {
  width: 15px;
  height: 15px;
  fill: rgba(255, 255, 255, 0.6);
  transition: all .4s;
}
.i-list1 .btnbox .swiper-button-prev {
  left: 0;
  margin-top: -20px;
}
.i-list1 .btnbox .swiper-button-next {
  right: 0;
  margin-top: -20px;
}
.i-list1 .btnbox .swiper-button-next .icon {
  transform: rotate(-180deg);
}
.i-list1 .btnbox .swiper-button-prev:hover, .i-list1 .btnbox .swiper-button-next:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
.i-list1 .btnbox .swiper-button-prev:hover .icon, .i-list1 .btnbox .swiper-button-next:hover .icon {
  fill: white;
}
.i-list1 .mibanner .swiper-slide, .i-list1 .mibanner .slide-inner {
  overflow: hidden;
}
.i-list1 .mibanner .swiper-slide img {
  width: 100%;
}
.i-list1 .mibanner .swiper-slide .video-btn {
  width: 2.25rem;
  height: 2.25rem;
  z-index: 5;
}
.i-list1 .mibanner .banner-pagination {
  text-align: center;
  z-index: 3;
  position: absolute;
  bottom: 1rem !important;
}
.i-list1 .mibanner .banner-pagination span {
  width: 1.25rem;
  height: 2px;
  margin: 0 6px !important;
  background: #fff;
  opacity: .6;
  transition: all .3s;
  border-radius: 0;
}
.i-list1 .mibanner .banner-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.i-list2 {
  position: relative;
  z-index: 1;
  padding-bottom: 2.25rem;
  z-index: 3;
  height: 100vh;
  overflow: hidden;
  padding: 1rem 0 1rem 16.6%;
}
.i-list2 .bg2 {
  background-image: url(../img/i-index2.jpg);
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-list2 .tip {
  color: #ffffff;font-size: 30px;text-transform: capitalize;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute !important;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.i-list2 .tit3 {
  font-family: "Noto Sans S Chinese Light","Source Han Sans CN","Microsoft Yahei","Microsoft YaHei Light","Pingfang sc regular";
}
.i-list2 .tit3 span {
  font-family: "Source Han Sans CN","Microsoft Yahei","Noto Sans S Chinese Light","Microsoft YaHei Light","Pingfang sc regular";
}
.i-list2 .contentbox {
  margin-left: 0;
  z-index: 2;
}
.i-list2 .text {
  width: 52%;
  z-index: 3;
  padding-left: 1.15rem;
}
.i-list2 .text .textline {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.4);
  margin-top: .55rem;
}
.i-list2 .bline {
  line-height: 1.2;
  display: inline-block;
}
.i-list2 .bline:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #ffffff;
}
.i-list2 .p {
  /*padding-left: 2.5rem;*/
  margin-top: 1rem;
}
.i-list2 .p p {
  margin-bottom: .25rem;
  opacity: .4;
}
.i-list2 .p p:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
  .i-list2 {
    height: auto;
    padding: 4rem 8% 4rem;
  }

  .i-list2 .text {
    width: 100%;
  }

  .i-list2 .p {
    padding-left: 0;
  }

  .i-list2 .p {
    font-size: 1rem;
  }
  .i-list2 .contentbox{
    width:100%;
  }
  .i-list2 .bg2{
    height:100%;
  }
}
@media (max-width:768px){
  .i-list2 .p{
    padding-right:0;
  }
}
.i-list3 {
  position: relative;
  z-index: 1;
  padding-bottom: 2.25rem;
  z-index: 3;
  height: 100vh;
  overflow: hidden;
  background: #000;
  padding: 3.75rem 0 2.25rem 16.6%;
  /*.bg2.active{
    opacity:.3;

  }*/
}
.i-list3 .bg2 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all .2s;
}
.i-list3 .list2img-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-list3 .list2img-container .swiper-slide, .i-list3 .list2img-container .slide-inner {
  overflow: hidden;
  height: 100vh;
}
.i-list3 .tip {
  color: #1360fc;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute !important;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.i-list3 .tit3 {
  font-family: "Noto Sans S Chinese Light","Source Han Sans CN","Microsoft Yahei","Microsoft YaHei Light","Pingfang sc regular";
}
.i-list3 .tit3 span {
  font-family: "Source Han Sans CN","Microsoft Yahei","Noto Sans S Chinese Light","Microsoft YaHei Light","Pingfang sc regular";
}
.i-list3 .contentbox {
  margin-left: 0;
  z-index: 2;
  height: calc(100vh - 6rem);
}
.i-list3 .text {
  width: 55%;
  z-index: 3;
  padding-left: 1.15rem;
}
.i-list3 .text .textline {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: .55rem;
}
.i-list3 .bline {
  line-height: 1.2;
  display: inline-block;
}
.i-list3 .bline:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #1360fc;
}
.i-list3 .tiptext {
  width: 33%;
}
.i-list3 .tabul {
  width: 100%;
  position: absolute !important;
  bottom: 0;
  top: auto !important;
  left: 0;
  z-index: 3;
}
.i-list3 .tabul .tabli {
  width: 25%;
  padding: .5rem .75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all .4s;
}
.i-list3 .tabul .tabli:hover, .i-list3 .tabul .tabli.cur {
  background: #0046bb url(../img/i-index3-2.png) repeat top left;
  background-size: auto;
  border: 1px solid transparent;
}
.i-list3 .tabul .tit4 {
  margin-bottom: .25rem;
}
.i-list3 .tabul .tit5 {
  line-height: 26px;
  /* display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   height:56px;*/
  overflow: hidden;
}
@media (max-width: 1480px) {
  .i-list3 .tabul .tit5{
    font-size:14px;
  }
}
@media (max-width: 1024px) {
  .i-list3 {
    height: auto;
    padding: 3rem 8% 2rem;
  }

  .i-list3 .text {
    width: 100%;
    padding-left: 1rem;
  }

  .i-list3 .tiptext {
    width: 100%;
    margin-top: .75rem;
    padding-left: 1rem;
  }

  .i-list3 .list2img-container, .i-list3 .list2img-container .swiper-slide, .i-list3 .list2img-container .slide-inner, .i-list3 .bg2 {
    height: 100%;
  }

  .i-list3 .contentbox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .i-list3 .tabul {
    height: auto;
  }

  .i-list3 .tabul .tabli {
    width: 50%;
    height: auto;
    padding: .5rem .35rem;
  }

  .i-list3 .tabul .tit5 {
    line-height: 1.4;
  }

  .i-list3 .contentbox {
    /*height: auto;*/


    height:calc(100vh - 5rem);
  }

  .i-list3 .tabul {
    /*position: relative !important;*/
    margin-top: 6rem;
  }
}
@media (max-width: 560px) {
  .i-list3 .tabul .tit5 {
    font-size: 12px;
  }
}
.i-list4 {
  position: relative;
  z-index: 1;
  padding-bottom: 2.25rem;
  z-index: 3;
  height: 100vh;
  overflow: hidden;
  padding: 3.75rem 0 2.25rem ;
}
.i-list4 .bg2 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-list4 .tip {
  color: #1360fc;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute !important;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.i-list4 .tit3 {
  font-family: "Noto Sans S Chinese Light","Source Han Sans CN","Microsoft Yahei","Microsoft YaHei Light","Pingfang sc regular";
}
.i-list4 .tit3 span {
  font-family: "Source Han Sans CN","Microsoft Yahei","Noto Sans S Chinese Light","Microsoft YaHei Light","Pingfang sc regular";
}
.i-list4 .contentbox {
 
  z-index: 2;
  height: calc(100vh - 6rem);
}
.i-list4 .text {
  width: 55%;
  z-index: 3;
  padding-left: 1.15rem;
}
.i-list4 .text .textline {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: .55rem;
}
.i-list4 .bline {
  line-height: 1.2;
  display: inline-block;
}
.i-list4 .bline:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
}
.i-list4 .tiptext {
  width: 33%;
}
.i-list4 .bg4 {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 10rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, #000);
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .i-list4 {
    height: auto;
    padding: 4rem 8% 5rem;
  }

  .i-list4 .text {
    width: 100%;
    padding-left: 1rem;
  }

  .i-list4 .tiptext {
    width: 100%;
    padding-left: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .i-list4 {
    height: auto;
    padding: 4rem 8% 10rem;
  }

  .i-list4 .contentbox {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .i-list4 .text .tit3 {
    font-size: 30px;
  }
}
.i-list5 {
  position: relative;
  z-index: 1;
  padding-bottom: 2.25rem;
  z-index: 3;
  overflow: hidden;
  background: #f8f8f8;
  height: 100vh;
  padding: 2.5rem 0 1rem ;
}
.i-list5 .contentbox {
  
  z-index: 3;
}
.i-list5 .contentbox .tip {
  color: #000;
  left: 0;
  top: 20px;
  z-index: 2;
  position: absolute !important;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.i-list5 .warpcontentbox {
  position: relative;
  z-index: 4;
}
.i-list5 .text {
  width: 100%;
  padding-left: 0;
}
.i-list5 .news-container {
  width: 100%;
  margin-top: 2rem;
}
.i-list5 .news-container .text2 {
  padding: .5rem 0 0;
}
.i-list5 .news-container .time {
  color: #000;
  letter-spacing: 2px;
}
.i-list5 .swiper-slide:nth-child(3){margin-right:0 ! important;}
.i-list5 .news-container .tip2 {
  left: .5rem;
  top: -.5rem;
  width: 40px;
  padding: .35rem .15rem;
  background: #0835dc;
  z-index: 2;
}
.i-list5 .news-container .swiper-slide .bgimg{
  height:6.5rem;
}
.i-list5 .news-container .swiper-slide a .img .bgimg {
  transition: all .4s;
}
.i-list5 .news-container .swiper-slide:hover a .img .bgimg {
  transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
}
.i-list5 .news-container .m-block {
  width: 100%;
  height: 20px;
  position: relative;
  margin-top: 1.2rem;
}
.i-list5 .news-container .swiper-pagination {
  text-align: center;
  z-index: 3;
  position: absolute;
  width: 100%;
  bottom: 0 !important;
}
.i-list5 .news-container .swiper-pagination span {
  width: 1.25rem;
  height: 2px;
  margin: 0 6px !important;
  background: #fff;
  opacity: .6;
  transition: all .3s;
  border-radius: 0;
}
.i-list5 .news-container .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.i-list5 .ilist5btn {
  right: 0;
  bottom: 0;
  height: 60px;
  width: 140px;
}
.i-list5 .ilist5btn .swiper-button-prev, .i-list5 .ilist5btn .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .4s;
}
.i-list5 .ilist5btn .swiper-button-prev .icon, .i-list5 .ilist5btn .swiper-button-next .icon {
  width: 15px;
  height: 15px;
  fill: rgba(255, 255, 255, 0.2);
  transition: all .4s;
}
.i-list5 .ilist5btn .swiper-button-prev {
  left: 0;
  margin-top: -30px;
}
.i-list5 .ilist5btn .swiper-button-next {
  right: 0;
  margin-top: -30px;
}
.i-list5 .ilist5btn .swiper-button-next .icon {
  transform: rotate(-180deg);
}
.i-list5 .ilist5btn .swiper-button-prev:hover, .i-list5 .ilist5btn .swiper-button-next:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
.i-list5 .ilist5btn .swiper-button-prev:hover .icon, .i-list5 .ilist5btn .swiper-button-next:hover .icon {
  fill: white;
}
.i-list5 .morebtn {
  margin: 1rem auto 0;
  /*left: -8.3%;*/
  position: relative;
}

@media (max-width: 1024px) {
  .i-list5 {
    height: auto;
    padding: 2rem 8% 3rem;
  }

  .i-list5 .contentbox {
    width: 100%;
  }
  .i-list5 .morebtn{
    left:0;
  }
  .i-list5 .news-container .swiper-slide .bgimg{
    height:7rem;
  }
}
@media (max-width: 767px) {
  .i-list5 .ilist5btn {
    display: none;
  }

  .i-list5 .text .tit3 {
    font-size: 30px;
  }
}
#i-mian .viewport {
  overflow: hidden;
}

.news-list1 {
  padding: 4.25rem 0 1.25rem;
  z-index: 1;
  position: relative;
}
.news-list1 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  top: 0;
}
.news-list1 .title {
  margin-bottom: .75rem;
  position: relative;
  z-index: 3;
}
.news-list1 .img {
  width: 52%;
  height: 12rem;
}
.news-list1 .img .imgbg {
  height: 100%;
}
.news-list1 .textbox {
  width: 48%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 1.5rem .5rem;
}
.news-list1 .tit4 {
  margin-bottom: .5rem;
}
.news-list1 .tit5 {
  margin-bottom: .75rem;
}
.news-list1 .tit6 {
  margin-bottom: .75rem;
}
.news-list1 .more {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.news-list1 .more span {
  letter-spacing: 8px;
  display: block;
}
.news-list1 .more .icon {
  width: 16px;
}
.news-list1 .news-container {
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}
.news-list1 .news-container .swiper-pagination {
  bottom: 0;
  height: 10px;
}
.news-list1 .news-container .swiper-pagination span {
  background: #353a41;
  opacity: 1 !important;
  transition: all .3s;
}
.news-list1 .news-container .swiper-pagination span.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 5px;
  background: #0835dc;
}

@media (max-width: 768px) {
  .news-list1 .img {
    width: 100%;
  }

  .news-list1 .textbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-list1 .textbox {
    padding: 1rem .75rem .5rem;
  }
}
.news-search {
  background: #0835dc url(../img/i-index3-2.png) repeat top left;
  padding: 1rem 0;
}
.news-search .tit3 {
  color: #94abff;
  opacity: .1;
}
.news-search form {
  width: 100%;
}
.news-search .formbox .input1 {
  height: 65px;
  width: 100%;
  padding-bottom: 15px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0;
  color: #fff;
}
.news-search .formbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.5);
}
.news-search .formbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
}
.news-search .formbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.news-search .formbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.news-search .formbox .input2 {
  width: 45px;
  height: 45px;
  background: url(../img/news2.png) no-repeat center center;
  background-size: 35px auto;
  position: absolute;
  right: 0;
  bottom: 15px;
}

@media (max-width: 767px) {
  .news-search .formbox {
    font-size: .7rem;
  }
}
.news-list2 {
  padding: 1.5rem 0;
  background: #fff;
  z-index: 1;
  position: relative;
}
.news-list2 .news-list2-top {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 5;
}
.news-list2 .selectbox {
  width: 220px;
  position: relative;
  z-index: 5;
}
.news-list2 .selectbox span {
  margin-right: 10px;
}
.news-list2 .selectbox .icon {
  width: 12px;
  height: 12px;
  fill: #000;
}
.news-list2 .selectbox .sp1 {
  width: 160px;
  height: 52px;
  line-height: 52px;
}
.news-list2 .selectbox .selecttop {
  width: 220px;
  padding: 0 15px;
  background: #e6e6e6;
}
.news-list2 .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  background: #e6e6e6;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.news-list2 .selectbox .item {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.news-list2 .selectbox .item:hover {
  color: #fff;
  background: #0835dc;
}
.news-list2 .selectbox:hover {
  background: #0835dc;
}
.news-list2 .selectbox:hover .selecttop {
  color: #fff;
  background: #0835dc;
}
.news-list2 .selectbox:hover .selecttop .sp1 {
  color: #fff;
}
.news-list2 .selectbox:hover .icon {
  fill: #fff;
}
.news-list2 .ulbox {
  position: relative;
  z-index: 3;
}
.news-list2 .li {
  width: 31%;
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
}
.news-list2 .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #0041c3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all .3s;
}
.news-list2 .line2 {
  width: 3.5%;
}
.news-list2 .line2:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 1.5rem);
  left: 50%;
  margin-left: -0.5px;
  background: #e5e5e5;
}
.news-list2 .disno {
  display: none;
}
.news-list2 .text {
  padding: .5rem 0 0;
}
.news-list2 .text .tit4{
  transition: all .4s;
}
.news-list2 .tit3 {
  margin-bottom: .25rem;
  transition: all .3s;
}
.news-list2 .time {
  color: #0446c5;
  letter-spacing: 2px;
}
.news-list2 .tip {
  left: .5rem;
  top: -.5rem;
  width: 40px;
  padding: .35rem .15rem;
  background: #999;
  z-index: 2;
  transition: all .3s;
}
.news-list2 .img img {
  transition: all .4s;
}
.news-list2 .li:hover .tip {
  background: #0835dc;
}
.news-list2 .li:hover:before {
  transform: scale(1, 1);
}
.news-list2 .li:hover .img img {
  transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
}
/*@media (min-width: 1024px) {
  .news-list2 .li .tit4{
    opacity:0;
  }
  .news-list2 .li:hover .tit4{
    opacity:1;
  }
}*/


@media (max-width: 767px) {
  .news-list2 .li {
    width: 100%;
  }

  .news-list2 .li .line {
    display: none;
  }

  .news-list2 .selectbox {
    width: 48%;
    margin-right: 2%;
  }

  .news-list2 .selectbox .selecttop {
    width: 100%;
  }

  .news-list2 .selectbox .sp1 {
    width: calc(100% - 30px);
  }

  .news-search .formbox .input1 {
    padding-bottom: 5px;
  }

  .news-list1 .img {
    height: 8rem;
  }
}
.newsinfo {
  padding: 3.5rem 0 0;
  background: #000;
}
.newsinfo .bg {
  background: url(../img/linebg.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.newsinfo .lingbg {
  width: 1px;
  position: absolute;
  height: 100%;
  z-index: 7;
  background: rgba(255, 255, 255, 0.05);
}
.newsinfo .lingbg1 {
  left: 16.66%;
}
.newsinfo .lingbg2 {
  right: 45.67%;
}
.newsinfo .lingbg3 {
  /*right:8.17%;*/
  right: 7%;
}

.ex-btn-blue {
  position: relative;
  width: 205px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  /*border: 2px solid $blue;*/
  background-color: #0835dc;
  box-sizing: content-box;
}
.ex-btn-blue .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1), opacity 0s 0.34s;
}
.ex-btn-blue .bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1), opacity 0s 0.34s;
}
.ex-btn-blue .text {
  position: relative;
  font-size: 16px;
  z-index: 3;
}
@media (min-width: 1025px) {
  .ex-btn-blue:hover {
    color: #0835dc;
  }
  .ex-btn-blue:hover .text {
    color: #0835dc;
  }
  .ex-btn-blue:hover .bg {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scaleX(1);
    transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1);
  }
  .ex-btn-blue:hover .bg3 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scaleX(1);
    transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1);
  }
}
@media (max-width: 1024px) {
  .ex-btn-blue {
    width: 5.125rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }
  .ex-btn-blue .text {
    font-size: 14px;
  }
  .ex-btn-blue .icon {
    width: 30.4px;
  }
}
@media (max-width: 750px) {
  .ex-btn-blue {
    width: 138px;
    height: 35px;
    line-height: 35px;
  }
  .ex-btn-blue .text {
    font-size: 14px;
  }
  .ex-btn-blue .icon {
    width: 22px;
  }
}

.news-info {
  width: 100%;
  padding-bottom:3rem;
  position: relative;
  z-index: 3;
}
.news-info .title {
  padding-bottom: 50px;
  font-size: 46px;
  line-height: 1.46;
  font-weight: normal;
  color: #fff;
}
.news-info .type-box {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-info .type-box .type {
  font-size: 17px;
  color: #fff;
}
.news-info .type-box .type span {
  vertical-align: middle;
}
.news-info .type-box .type .line {
  width: 1px;
  height: 17px;
  margin: 0 24px;
  background-color: rgba(255, 255, 255, 0.2);
}
.news-info .cont {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-info .cont p, .news-info .cont strong, .news-info .cont span {
  font-size: 16px !important;
  line-height: 2.5 !important;
  color: #fff !important;
}
.news-info .cont img {
  width: 100% !important;
  height: auto !important;
}
.news-info .news-page {
  padding-top: 50px;
}
.news-info .news-page .fl {
  width: 60%;
  display: block;
}
.news-info .news-page .fl a {
  display: block;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1024px) {
  .news-info {
    padding: 2.2rem 0 2.5rem;
  }
  .news-info .title {
    padding-bottom: 1.25rem;
    font-size: 1.15rem;
  }
  .news-info .type-box {
    padding-bottom: 0.7rem;
  }
  .news-info .type-box .type .line {
    height: 14px;
    margin: 0 0.6rem;
  }
  .news-info .type-box .ex-share-box {
    display: none;
  }
  .news-info .cont {
    padding: 1.25rem 0;
  }
  .news-info .cont p, .news-info .cont strong, .news-info .cont span {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
  .news-info .news-page {
    padding-top: 0.75rem;
  }
  .news-info .news-page .fl a {
    padding-bottom: 6px;
  }
}
@media (max-width: 750px) {
  .news-info .title {
    font-size: 22px;
  }
  .news-info .cont {
    line-height: 5px;
  }
  .news-info .news-page .fl {
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .news-info .news-page .fr {
    float: none;
  }
}

@media (max-width: 767px) {
  .newsinfo {
    padding: 1.5rem 0 0;
  }
  .newsinfo .bg,.newsinfo .lingbg{
    display:none;
  }
}
.mian.about .bg {
  background: url(../img/linebg.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mian.about .lingbg {
  width: 1px;
  position: absolute;
  height: 100%;
  z-index: 7;
  background: rgba(255, 255, 255, 0.05);
}
.mian.about .lingbg1 {
  left: 16.66%;
}
.mian.about .lingbg2 {
  right: 45.67%;
}
.mian.about .lingbg3 {
  /*right:8.17%;*/
  right: 7%;
}

.morebtn {
  letter-spacing: 2px;
  height: 60px;
  width: 180px;
  background: url(../img/botton1.png) no-repeat center center;
  background-size: 100% 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .4s;
}
.morebtn span {
  letter-spacing: 8px;
  display: inline-block;
  margin-right: -8px;
}

.morebtn:hover {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.2) url(../img/botton1.png) no-repeat center center;
  color: #fff;
}

@media (max-width: 767px) {
  .morebtn {
    width: 140px;
    height: 45px;
  }
}
.mian.about {
  padding-top: 100vh;
}

.about-list1 {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-list1 .bg3 {
  height: 100vh;
  background-position: center top;
}
.about-list1 .text {
  font-size: 2.75rem;
  left: 54.2%;
  top: 42%;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  /*background: linear-gradient(#fff,transparent);*/
  background: linear-gradient(to right, #b5b9c1, #fff);
  -webkit-background-clip: text;
  color: transparent;
}
.about-list1 .botbox {
  position: absolute;
  left: 54.2%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 2;
}
.about-list1 .botbox span {
  margin: 5px 0;
}
.about-list1 .botbox .botline {
  width: 1px;
  height: 3.75rem;
  background: #fff;
}
.about-list1 .botbox .botline2 {
  width: 1px;
  height: 4rem;
  background: linear-gradient(#fff, transparent);
}

@media (max-width: 1024px) {
  .about-list1 .botbox, .about-list1 .text {
    left: 50%;
  }

  .about-list1 .bg3 {
    background-position: 62% top;
  }

  .mian.about .lingbg1 {
    left: 8%;
  }

  .mian.about .lingbg2 {
    left: 50%;
  }

  .mian.about .lingbg3 {
    right: 8%;
  }
}
@media (max-width: 767px) {
  .about-list1 .botbox, .about-list1 .text {
    font-size: 2rem;
    width: 100%;
  }

  .about-list1 .botbox .botline {
    height: 2.5rem;
  }

  .about-list1 .botbox .botline2 {
    height: 3rem;
  }
}
.about-list2 {
  padding-bottom: 2.25rem;
  z-index: 3;
  padding: 4.5rem 0 3.5rem 16.6%;
  /*background:#000;*/
}
.about-list2 .bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(0, black 30%, transparent 100%);
}
.about-list2 .tip {
  color: #1360fc;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.about-list2 .tit3 {
  font-family: "Noto Sans S Chinese Light","Source Han Sans CN","Microsoft Yahei","Microsoft YaHei Light","Pingfang sc regular";
}
.about-list2 .contentbox {
  margin-left: 0;
  z-index: 2;
}
.about-list2 .text {
  width: 45%;
  z-index: 3;
  padding-left: 1.25rem;
}
.about-list2 .text .textline {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #fff, transparent);
  margin-top: .55rem;
}
.about-list2 .bline {
  line-height: 1.2;
  display: inline-block;
}
.about-list2 .bline:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #1360fc;
}
.about-list2 .p {
  opacity: .4;
  /*padding-left: 3.5rem;*/
  margin-top: 1rem;
}
.about-list2 .pagebox {
  width: 4.5rem;
}
.about-list2 .rightbox {
  width: 50.5%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.about-list2 .rightbox .warpimg {
  width: calc(100% - 4.5rem);
}
.about-list2 .rightbox .list2btn {
  height: 60px;
  width: 120px;
}
.about-list2 .rightbox .list2btn .swiper-button-prev, .about-list2 .rightbox .list2btn .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .4s;
}
.about-list2 .rightbox .list2btn .swiper-button-prev .icon, .about-list2 .rightbox .list2btn .swiper-button-next .icon {
  width: 15px;
  height: 15px;
  fill: rgba(255, 255, 255, 0.2);
  transition: all .4s;
}
.about-list2 .rightbox .list2btn .swiper-button-prev {
  left: 0;
  margin-top: -30px;
}
.about-list2 .rightbox .list2btn .swiper-button-next {
  right: 0;
  margin-top: -30px;
}
.about-list2 .rightbox .list2btn .swiper-button-next .icon {
  transform: rotate(-180deg);
}
.about-list2 .rightbox .list2btn .swiper-button-prev:hover, .about-list2 .rightbox .list2btn .swiper-button-next:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
.about-list2 .rightbox .list2btn .swiper-button-prev:hover .icon, .about-list2 .rightbox .list2btn .swiper-button-next:hover .icon {
  fill: white;
}
@media (max-width: 1480px) {
  .about-list2 .text .tit2{
    font-size:40px;
  }
  .about-list2 .text{
    width:48%;
  }
}
@media (max-width: 1024px) {
  .about-list2 .p {
    padding-left: 1.25rem;
  }

  .about-list2 {
    padding: 4.5rem 0 3.5rem;
  }

  .about-list2 .contentbox {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .about-list2 .text, .about-list2 .rightbox {
    width: 100%;
  }

  .about-list2 .rightbox {
    margin-top: 1.5rem;
  }

  .about-list2 {
    padding-bottom: 1rem;
  }

  .about-list2 .text {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .about-list2 .pagebox {
    width: 2.5rem;
  }

  .about-list2 .rightbox .warpimg {
    width: calc(100% - 2.5rem);
  }

 /* .about-list2 .bline:before {
    height: 3px;
  }*/

  .about-list2 .p {
    padding-left: 0;
  }
}
.about-list3 {
  padding-bottom: 2.25rem;
  z-index: 3;
  padding: 3rem 0 3.75rem 16.6%;
  background: #000;
}
.about-list3 .tip {
  color: #1360fc;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.about-list3 .ulbox {
  margin-left: 0;
  z-index: 2;
  padding: 0 1.25rem 1.7rem;
}
.about-list3 .ulbox .li {
  width: 48%;
  padding: .7rem 0;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.about-list3 .ulbox .num {
  color: #444;
  font-size: 2.5rem;
  line-height: 1.2;
  transition: all .3s;
}
.about-list3 .ulbox .text2 {
  width: 45%;
  color: #444;
  transition: all .3s;
}
.about-list3 .ulbox sup {
  top: -1.5em;
}
.about-list3 .ulbox .li:hover .num, .about-list3 .ulbox .li:hover .text {
  color: #1360fc;
}
.about-list3 .contentbox {
  margin-left: 0;
  z-index: 2;
}
.about-list3 .text {
  z-index: 3;
  padding-left: 1.25rem;
}
.about-list3 .imgbox {
  position: relative;
  z-index: 1;
  margin-top: -5rem;
  width: calc(100% - 1.25rem);
  margin-left: 1.25rem;
}
.about-list3 .imgbox img {
  max-width: 100%;
}
.about-list3 .imgbox .limg {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 1;
  transition: all .3s;
}
.about-list3 .imgbox .limg {
  opacity: .5 !important;
}
.about-list3 .imgbox .limg.cur {
  opacity: 1 !important;
}
.about-list3 .imgbox .imgbgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.about-list3 .imgbox .imgbg1 {
  position: absolute;
  height: 100%;
  width: 10%;
  left: 0;
}
.about-list3 .imgbox .imgbg2 {
  position: absolute;
  height: 100%;
  width: 15%;
  left: 11%;
}
.about-list3 .imgbox .imgbg3 {
  position: absolute;
  height: 100%;
  width: 15%;
  left: 38%;
}
.about-list3 .imgbox .imgbg4 {
  position: absolute;
  height: 100%;
  width: 15%;
  left: 55%;
}
.about-list3 .imgbox .imgbg5 {
  position: absolute;
  height: 100%;
  width: 15%;
  left: 66%;
}
.about-list3 .imgbox .imgbg6 {
  position: absolute;
  height: 100%;
  width: 15%;
  left: 82%;
}
.about-list3 .litab {
  height: 40px;
  width: 100%;
  width: calc(100% - 1.25rem);
  margin-left: 1.25rem;
}
.about-list3 .litab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 2.5px;
}
.about-list3 .litab .li {
  height: 40px;
  position: absolute;
  font-size: 14px;
  padding-top: 20px;
  color: #fff;
  transition: all .3s;
}
.about-list3 .litab .li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
  left: 50%;
  top: 0;
  margin-left: -2.5px;
}
.about-list3 .litab .li:nth-child(1) {
  left: 0%;
}
.about-list3 .litab .li:nth-child(2) {
  left: 14%;
}
.about-list3 .litab .li:nth-child(3) {
  left: 38%;
}
.about-list3 .litab .li:nth-child(4) {
  left: 54%;
}
.about-list3 .litab .li:nth-child(5) {
  left: 72%;
}
.about-list3 .litab .li:nth-child(6) {
  left: 88%;
}
.about-list3 .litab .li {
  opacity: .5;
}
.about-list3 .litab .li.cur {
  opacity: 1;
}
.about-list3 .bline {
  display: inline-block;
}
.about-list3 .bline:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #1360fc;
}
.about-list3 .p {
  opacity: .4;
  width: 20rem;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .about-list3 {
    padding: 3rem 0 3.75rem;
  }

  .about-list3 .ulbox {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .about-list3 .ulbox {
    padding: 0 0 1.7rem;
  }

  .about-list3 .litab, .about-list3 .imgbox {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .about-list3 {
    padding: 2rem 0 2.5rem;
  }

  .about-list3 .ulbox .text2 {
    width: 100%;
  }

  .about-list3 .ulbox .num {
    font-size: 1.75rem;
  }

  .about-list3 .ulbox .text2 {
    padding-left: 0;
  }

  .about-list3 .ulbox sup {
    top: -1em;
  }

  .about-list3 .ulbox .li {
    margin-bottom: 1rem;
  }

  .about-list3 .ulbox {
    padding-bottom: .5rem;
  }

  .about-list3 .litab .li {
    display: none;
  }

  .about-list3 {
    padding-bottom: 1.5rem;
  }
}
.about-list4 {
  padding-bottom: 2.25rem;
  z-index: 3;
  padding: 2.75rem 0 3.75rem 16.6%;
  background: #141414;
}
.about-list4 .tip {
  color: #1360fc;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.about-list4 .contentbox {
  margin-left: 0;
  z-index: 2;
}
.about-list4 .text {
  z-index: 3;
  padding-left: 1.25rem;
}
.about-list4 .imgbox {
  position: relative;
  z-index: 1;
  margin-top: -4.5rem;
  padding-left: 1.25rem;
}
.about-list4 .bline {
  display: inline-block;
}
.about-list4 .bline:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #1360fc;
}
.about-list4 .p {
  opacity: .4;
  width: 20rem;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .about-list4 {
    padding: 2.75rem 0 3.75rem;
  }

  .about-list4 .contentbox {
    margin-left: auto;
  }

  .about-list3 .text {
    padding-bottom:6rem;
  }
}
@media (max-width: 767px) {
  .about-list3 .text {
    padding-bottom:2rem;
  }
}
@media (max-width: 768px) {
  .about-list4 .p {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .about-list4 {
    padding: 2rem 0 2.5rem;
  }

  .about-list4 .p {
    width: 100%;
  }

  .about-list4 .text {
    padding-bottom: 5rem;
  }
}
.about-list5 {
  padding-bottom: 2.25rem;
  z-index: 3;
  padding: 2.5rem 0 2.25rem 16.6%;
  background: #000;
}
.about-list5 .tip {
  color: #1360fc;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.about-list5 .contentbox {
  margin-left: 0;
  z-index: 2;
}
.about-list5 .text {
  z-index: 3;
  padding-left: 1.25rem;
}
.about-list5 .imgbox {
  position: relative;
  z-index: 1;
  padding-left: 1.25rem;
  margin-top: -1.5rem;
}
.about-list5 .bline {
  display: inline-block;
}
.about-list5 .bline:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #1360fc;
}

@media (max-width: 1024px) {
  .about-list5 {
    padding: 2.5rem 0 2.25rem;
  }

  .about-list5 .contentbox {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .about-list5 .text {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .about-list5 .text .tit2 {
    font-size: 28px;
  }

  .about-list5 .text {
    padding-bottom: 2.5rem;
  }
}
.about-list6 {
  padding-bottom: 2.25rem;
  z-index: 3;
  padding: 2.5rem 0 2.25rem 16.6%;
  background: #141414;
}
.about-list6 .tip {
  color: #1360fc;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
}
.about-list6 .contentbox {
  margin-left: 0;
  z-index: 2;
}
.about-list6 .text {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.about-list6 .about-list6-container .boxlist {
  margin-bottom: -2%;
}
.about-list6 .about-list6-container .li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 4.5rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: url(../img/about6-13.png) no-repeat center center;
  background-size: cover;
  transition: all .4s;
}
.about-list6 .about-list6-container .li img {
  max-width: 80%;
}
.about-list6 .about-list6-container .li:nth-child(4n) {
  margin-right: 0;
}
.about-list6 .about-list6-container .li:hover {
  border: 2px solid transparent;
  box-shadow: inset 0px 0px 0px 5px #0d5af6;
}
.about-list6 .list6btn {
  right: 0;
  bottom: 0;
  height: 60px;
  width: 140px;
}
.about-list6 .list6btn .swiper-button-prev, .about-list6 .list6btn .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .4s;
}
.about-list6 .list6btn .swiper-button-prev .icon, .about-list6 .list6btn .swiper-button-next .icon {
  width: 15px;
  height: 15px;
  fill: rgba(255, 255, 255, 0.2);
  transition: all .4s;
}
.about-list6 .list6btn .swiper-button-prev {
  left: 0;
  margin-top: -30px;
}
.about-list6 .list6btn .swiper-button-next {
  right: 0;
  margin-top: -30px;
}
.about-list6 .list6btn .swiper-button-next .icon {
  transform: rotate(-180deg);
}
.about-list6 .list6btn .swiper-button-prev:hover, .about-list6 .list6btn .swiper-button-next:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
.about-list6 .list6btn .swiper-button-prev:hover .icon, .about-list6 .list6btn .swiper-button-next:hover .icon {
  fill: white;
}

@media (max-width: 1024px) {
  .about-list6 {
    padding: 2.5rem 0 2.25rem;
  }

  .about-list6 .contentbox {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .about-list6 .about-list6-container .li {
    height: 3.25rem;
  }

  .about-list6 .text {
    padding-left: 1rem;
  }

  .about-list6-container {
    width: calc(100% - 1rem);
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .about-list6 .text .tit2 {
    font-size: 26px;
  }

  .about-list6 .list6btn {
    display: none;
  }

  .about-list6 .about-list6-container .li {
    width: 48%;
  }

  .about-list6 .about-list6-container .li:nth-child(2n) {
    margin-right: 0;
  }
}
.about-list7 {
  padding-bottom: 2.25rem;
  z-index: 3;
  padding: 2.5rem 0 6rem 16.6%;
}
.about-list7 .bgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-list7 .tip {
  color: #1360fc;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
}
.about-list7 .contentbox {
  margin-left: 0;
  z-index: 2;
}
.about-list7 .text {
  padding-left: 1.25rem;
}
.about-list7 .leftbox {
  width: calc(100% - 240px);
}

@media (max-width: 1024px) {
  .about-list7 {
    padding: 2.5rem 0 6rem;
  }

  .about-list7 .contentbox {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .about-list7 .text {
    padding-left: 1rem;
  }

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

  .about-list7 .morebtn {
    margin-left: 1rem;
  }
}
.join-list1 {
  padding-bottom: 2.25rem;
  z-index: 3;
  /*padding: 4rem 0 4rem 0;*/
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100vh;
  /*background: #000 url(../img/joinimg1.jpg) no-repeat center top;
  background-size: cover;*/
}
.join-list1 .tit2 {
  font-size:2.75rem;
  line-height:1.1;
  /*font-size: 2.25rem;*/
}
/*.join-list1 .tit2 span {
  font-family: "Noto Sans S Chinese Light","Source Han Sans CN","Microsoft Yahei","Microsoft YaHei Light","Pingfang sc regular";
}*/
.join-list1 .contentbox {
  margin-left: 0;
  z-index: 2;
      left: 54.2%;
    top: 42%;
    width:100%;
}
.join-list1 .contentbox .text{

}
.join-list1 .warpulbox {
  width: 100%;
  margin-top: 2.75rem;
  padding-bottom: .55rem;
}
.join-list1 .warpulbox .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: 60%;
  left: 20%;
}
.join-list1 .warpulbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1360fb !important;
}
.join-list1 .ulbox {
  width: 100%;
  flex-flow: row nowrap;
}
.join-list1 .ulbox .li {
  width: 360px;
}
.join-list1 .ulbox .img {
  width: 360px;
}
.join-list1 .ulbox .img img {
  width: 100%;
  transition: all .5s;
}
.join-list1 .ulbox .namebox {
  left: 0;
  top: 0;
  z-index: 2;
  padding: .75rem;
}
.join-list1 .ulbox .text2 {
  padding: 0 .7rem;
  margin-top: .75rem;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.join-list1 .ulbox .li:nth-child(even) {
  margin-top: 8.75rem;
}
.join-list1 .ulbox .li:hover .text2 {
  opacity: 1;
  visibility: visible;
}
.join-list1 .ulbox .li:hover .img img {
  transform: scale3d(1.1, 1.1, 1);
}

@media (max-width: 1024px) {
  .join-list1 .contentbox{
    left:50%;
  }
  .join-list1 {
    padding: 4rem 0;
  }

  .join-list1 .contentbox {
    margin-left: auto;
  }

  .join-list1 .ulbox .li:nth-child(even) {
    margin-top: 4rem;
  }

  .join-list1 .warpulbox {
    width: 90%;
    margin-left: 10%;
  }

  .join-list1 .ulbox .li, .join-list1 .ulbox .img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .join-list1 .tit2 {
    font-size: 2rem;
    /*margin-top:-4.5rem;*/
  }

  .join-list1 .ulbox .li, .join-list1 .ulbox .img {
    width: 8rem;
  }

  .join-list1 .ulbox .li:nth-child(even) {
    margin-top: 1.5rem;
  }

  .join-list1 .ulbox .text2 {
    opacity: 1;
    visibility: visible;
  }

  .join-list1 {
    padding-bottom: 2rem;
  }
}
.join-list2 {
  padding-bottom: 2.25rem;
  z-index: 3;
  padding: 2.5rem 0 2rem 16.6%;
  background: #141414;
}
.join-list2 .tip {
  color: #1360fc;
  left: 0;
  top: .3rem;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.join-list2 .contentbox {
  margin-left: 0;
  z-index: 2;
}
.join-list2 .text {
  z-index: 3;
  padding-left: 1.25rem;
  margin-bottom: 2rem;
}
.join-list2 .tit2 {
  width: 55%;
}
.join-list2 .p {
  margin-top: .4rem;
  opacity: 1;
  width: 40%;
}
.join-list2 .tabul {
  background: url(../img/joinimg7.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  /*border: 1px solid rgba(255, 255, 255, 0.1);*/
}
.join-list2 .tabul .li {
  padding: 1.75rem 0;
  width: 33.3%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.join-list2 .tabul .li:nth-child(3n) {
  border-right: none;
}
.join-list2 .tabul .li:nth-child(4) {
  border-bottom: none;
}
.join-list2 .tabul .li:nth-child(5) {
  border-bottom: none;
}
.join-list2 .tabul .li:nth-child(6) {
  border-bottom: none;
}
.join-list2 .tabul .icon {
  height: 2rem;
  margin-bottom: .25rem;
}
.join-list2 .tabul .li:hover {
  background: url(../img/joinimg8.jpg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .join-list2 {
    padding: 2.5rem 0 2rem;
  }

  .join-list2 .contentbox {
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .join-list2 .text {
    padding-left: 1rem;
  }

  .join-list2 .tit2 {
    width: 100%;
  }

  .join-list2 .p {
    width: 100%;
    margin-top: 1rem;
  }

  .join-list2 .tabul .li {
    padding: 1rem 0;
  }

  .join-list2 .tabul .icon {
    height: 1.5rem;
  }
}
@media (max-width:767px) {
  .join-list2 .tit2{
    font-size:28px;
  }
}
.join-list3 {
  padding-bottom: 2.25rem;
  z-index: 3;
  padding: 0 0 3.5rem 16.6%;
  background: #141414;
}
.join-list3 .warpselectbox {
  margin-bottom: 1rem;
  position: relative;
  z-index: 4;
}
.join-list3 .selectbox {
  width: calc(33.3% - 50px);
  position: relative;
  z-index: 3;
  margin-right: 20px;
}
.join-list3 .selectbox span {
  margin-right: 10px;
}
.join-list3 .selectbox .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-left: 10px;
}
.join-list3 .selectbox .sp1 {
  width: 100px;
  height: 52px;
  line-height: 52px;
  opacity: .6;
  transition: all .3s;
}
.join-list3 .selectbox .selecttop {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.join-list3 .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  background: #e6e6e6;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.join-list3 .selectbox .item {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.join-list3 .selectbox .item:hover {
  color: #fff;
  background: #003ceb;
}
.join-list3 .selectbox:hover .selecttop {
  color: #fff;
}
.join-list3 .selectbox:hover .selecttop .sp1 {
  opacity: 1;
}
.join-list3 .selectbox:hover .icon {
  fill: #fff;
}
.join-list3 .selectbox .input2{
  width:100%;
  background:transparent;
  border:none;
  height: 52px;
  line-height: 52px;
  text-indent:15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.join-list3 .bottonbtn {
  width: 90px;
  height: 52px;
  background: #003be4 url(../img/tip2.png) no-repeat center center;
  background-size: 14px auto;
}
.join-list3 .recruit-list-1 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 2;
}
.join-list3 .recruit-list-1 .top {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #000;
  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, .join-list3 .recruit-list-1 .top .span4{
  width: 18%;
  padding-left: .75rem;
}
.join-list3 .recruit-list-1 .top .span4{
  width:27%;
  padding-left: .75rem;
}
.join-list3 .recruit-list-1 .top .span5 {
  text-indent: .75rem;
  width:13%;
}
.join-list3 .recruit-list-1 .top .span6 {
  width: 10%;
  text-indent: .75rem;
  display: none;
}
.join-list3 .recruit-list-1 .list {
  width: 100%;
  cursor: pointer;
}
.join-list3 .recruit-list-1 .list .list-top {
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  color: #fff;
  padding: .5rem 0;
  background: transparent;
  transition: all .4s;
}
.join-list3 .recruit-list-1 .list .span1 {
  width: 22%;
  padding-left: 1.5rem;
}
.join-list3 .recruit-list-1 .list .span2, .join-list3 .recruit-list-1 .list .span3{
  width: 18%;
  padding-left: .75rem;
}
.join-list3 .recruit-list-1 .list .span4{
  width:27%;
  padding-left: .75rem;
}
 .join-list3 .recruit-list-1 .list .span5 {
  padding-left: .75rem;
  width:13%;
 }
.join-list3 .recruit-list-1 .list .span6 {
  width: 24px;
  height: 24px;
  text-align: center;
  text-indent: 1rem;
  display: none;
}
.join-list3 .recruit-list-1 .list .span6 svg {
  width: 24px;
  height: 24px;
  transition: all .3s;
  fill: #999;
}
.join-list3 .recruit-list-1 .list .span6.on svg {
  transform: rotate(-45deg);
}
.join-list3 .recruit-list-1 .list .item {
  width: 30%;
  padding-right: 2%;
  /*font-size: 16px;*/
  color: #fff;
  line-height: 2;
}
.join-list3 .recruit-list-1 .list .list-hide {
  padding: 1rem 1.5rem 2.25rem;
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: none;
}
.join-list3 .recruit-list-1 .list .tit2 {
  margin-bottom: 10px;
}
.join-list3 .recruit-list-1 .list .ex-btn-blue {
  width: 180px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.join-list3 .recruit-list-1 .list .ex-btn-blue .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
  transition: all .4s;
}
.join-list3 .recruit-list-1 .list .ex-btn-blue span.text {
  display: flex;
}
.join-list3 .recruit-list-1 .list .ex-btn-blue:hover .icon {
  fill: #003ce8;
}
.join-list3 .recruit-list-1 .list-top:hover {
  background: #003ceb;
}
.join-list3 .recruit-list-1 .list.cur .list-top {
  background: #003ceb;
}
@media (max-width: 960px) {
  .join-list3 {
    /*.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;
  }
  .join-list3 .recruit-list-1 .span1 {
    width: 50% !important;
  }
  .join-list3 .recruit-list-1 .span4 {
    width: 30% !important;
  }
  .join-list3 .recruit-list-1 .span5 {
    width: 20% !important;
    text-align: left;
  }
}
@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:calc(100% - 1.5rem)  !important;
  }
  .join-list3 .recruit-list-1 .top .span1 {
    text-indent: 0;
    padding-left: .5rem;
  }
  .join-list3 .recruit-list-1 .list .span1 {
    padding-left: .5rem;
  }
  .join-list3 .recruit-list-1 .list .tit2{
    font-size:14px;
  }
  .join-list3 .recruit-list-1 .list .list-top, .join-list3 .recruit-list-1 .list .ul, .join-list3 .recruit-list-1 .list .item{
    font-size:12px;
  }
}

@media (max-width: 1024px) {
  .join-list3 {
    padding: 0 0 3.5rem 0;
  }

  .join-list3 .contentbox {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .join-list3 .recruit-list-1 .list .item {
    width: 50%;
  }

  .join-list3 .recruit-list-1 .list .ex-btn-blue {
    position: relative;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .join-list3 .selectbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
  }

  .join-list3 .bottonbtn {
    width: 100%;
    margin: .5rem 0 0;
  }

  .join-list3 .recruit-list-1 .list .list-hide {
    padding: 1rem .75rem 1.5rem calc(.75rem + 25px);
  }
  .join-list3 .recruit-list-1 .list .item p{
    padding-right:0 !important;
  }

  .join-list3 .recruit-list-1 .list .item {
    width: 100%;
  }

  .join-list3 .recruit-list-1 .list .ex-btn-blue {
    width: 140px;
  }
}
.bg000 {
  background: #000;
}

body.loading {
  /*overflow:hidden;*/
}

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

.index.mian .i-list1 {
  opacity: 0;
  -webkit-transform: translate3d(0, 80vh, 0);
  transform: translate3d(0, 80vh, 0);
}

body.init .index.mian .i-list1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -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 {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 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);
}

.loader___3nl5L {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  background-color: black;
}

.loader___3nl5L .bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.loader___3nl5L .bg4 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 3;
  animation: opacity1 2s infinite linear forwards;
  animation-iteration-count: 1;
}

.icon___2WXTe {
  position: absolute;
  width: 40vw;
  height: 40vw;
  max-width: 750px;
  max-height: 750px;
  min-width: 500px;
  min-height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.icon___2WXTe svg {
  position: absolute;
  top: 0;
  left: 0;
}

.info___17NQz {
  position: absolute;
  width: 30vw;
  height: 30vw;
  margin-top: 0.8%;
  max-width: 269px;
  max-height: 269px;
  min-width: 200px;
  min-height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .info___17NQz {
    width: 20vw;
    height: 20vw;
  }
}
@media (min-width: 1440px) {
  .info___17NQz {
    width: 14vw;
    height: 14vw;
  }
}
.copy___3PScR,
.percentage___31MYl {
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.percentage___31MYl {
  top: 0;
}

.copy___3PScR {
  bottom: 0;
}

.outsideCircle___3ekc4,
.outsidePoints___pLqg2,
.bigInsideCircle___3GfS3,
.smallInsideCircle___orQlr,
.line____p7pJ {
  fill: none;
  stroke-width: 1px;
}

.outsideCircle___3ekc4 {
  stroke: rgba(255, 255, 255, 0.1);
}

.points___MF94- {
  fill: white;
}

.bigInsideCircle___3GfS3 {
  stroke: rgba(255, 255, 255, 0.4);
}

.bigHideInsideCircle___2TAxm {
  fill: none;
  stroke: white;
}

.smallInsideCircle___orQlr {
  stroke: rgba(255, 255, 255, 0.1);
}

.line____p7pJ {
  stroke: rgba(255, 255, 255, 0.6);
}

.bigHideInsideCircle___2TAxm {
  /*transform-origin:0 0 0;*/
  stroke-dashoffset: 577.43603515625;
  stroke-dasharray: 577.43603515625;
  animation: rotate1 2s infinite linear forwards;
  animation-iteration-count: 1;
}

.loader___3nl5L .line3 {
  position: absolute;
  width: 1px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-top: -56px;
  margin-left: -2px;
  background: rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
  transform-origin: center bottom;
  animation: rotate2 2s infinite linear forwards;
  animation-iteration-count: 1;
}

@media (max-width: 767px) {
  .loader___3nl5L .line3 {
    height: 50px;
    margin-top: -48px;
  }
}
@keyframes opacity1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@keyframes rotate1 {
  0% {
    stroke-dashoffset: 577;
    stroke-dasharray: 577.43603515625;
  }
  /*15%,25%{
    stroke-dashoffset:650;
    stroke-dasharray:577.43603515625;
  }
  30%,40%{
    stroke-dashoffset:850;
    stroke-dasharray:577.43603515625;
  }
  70%,80%{
    stroke-dashoffset:950;
    stroke-dasharray:577.43603515625;
  }*/
  100% {
    stroke-dashoffset: 1155px;
    stroke-dasharray: 577.43603515625;
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(45deg);
  }
  /*15%,25%{
    transform:rotate(96deg);
  }
  45%{
    transform:rotate(160deg);
  }
  60%,80%{
    transform:rotate(240deg);
  }*/
 
  100% {
    transform: rotate(406deg);
  }
}
.news-list6-dialog3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.news-list6-dialog3 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}
.news-list6-dialog3 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 1000px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  text-align: center;
  opacity: 0;
}
.news-list6-dialog3 .dialog__content #video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}
.news-list6-dialog3 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.news-list6-dialog3 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.news-list6-dialog3.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog3.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog3.dialog--open #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog3.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog3.dialog--open .dialog__content, .news-list6-dialog3.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog3.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog3 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog3.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1024px) {
  .news-list6-dialog3 .closebtn {
    background: #de0000;
    color: #fff;
  }

  .news-list6-dialog3 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog3 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog3 .closebtn {
    right: 3%;
  }
}

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

.header{
  top: -5rem;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.sticky-on {
  top: 0;
  height: 2rem;
  background:rgba(0, 0, 0, .6);
}
@media (max-width:767px) {
  .header{
    top: -4rem;
  }
  .sticky-on {
    top: 0;
  }
}

.i-list2 .p .tit-name span{
  padding-left:2.25rem;
}
.i-list2 .p .tit-name span:before{
  content:"";
  position: absolute;
  width:2rem;
  height:1px;
  left:0;
  top:50%;
  background:#fff;
}
.i-list2 .p strong{
  text-align: justify;
}
.footer .p1, .footer .p2{
  width:35%;
}

@media (max-width: 767px){
  .i-list4,.i-list3,.i-list2{
    min-height:100vh;
  }

  .header-nav .li:last-child{
    border-right:none;
  }
}

@media (max-width:1480px){
.i-list5 .news-container .swiper-slide .bgimg{
  height:5rem;
}


}

@media (max-width:1024px){
.footer .p1, .footer .p2{
	width:100%;
}
}
@media (max-width:767px){
.i-list5 .news-container .swiper-slide .bgimg{
  height:7rem;
}
}
@media (max-width:767px) {
  .i-list2 .p{
    display: block;
  }
  .header-nav{
    background: #000 url(http://demo.188388.cn:8083/lingkong/web/bocstatic/web/css/../img/navbg.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-nav .li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .header-nav .li:before{
    background:none;
  }
  .about-list2 .pagebox{
    display:none;
  }
  .about-list2 .rightbox .warpimg{
    width:calc(100% - 1rem);
    margin-left: 1rem;
  }

  .header-nav .boticon{
    display:none;
  }
  .header-nav .nli{
    padding-bottom:0;
  }

  
}

@media (max-width:1024px) {
  .about-list3 .contentbox{
    margin-left:auto;
  }
}

.i-list5 .bline {
  line-height: 1.2;
  display: inline-block;
}
.i-list5 .bline:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000;
}
.about-list6 .bline{
  position: relative;
  display:inline-block;
}
.about-list6 .bline:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #1360fc;
}

.header .search{
  margin-top: -9px;
}
.header .rightbox .line{
  height:20px;
  margin-top:-3px;
  margin: 0 .375rem;
}
.header .rightbox .h-right{
  width:24px;
}
@media (max-width:1480px){
  .tit-54,.i-list4 .text .tit3,.i-list5 .text .tit3{
    font-size:40px !important;
  }
}
@media (max-width:1024px){
  .tit-54,.i-list4 .text .tit3,.i-list5 .text .tit3{
    font-size:30px !important;
  }
}
@media (max-width:767px){
  .tit-54,.i-list4 .text .tit3,.i-list5 .text .tit3{
    font-size:26px !important;
  }
}
.about-list7 .text .tit3{
  margin-top:.35rem;
}
.xfon1{
  font-family: "Noto Sans S Chinese Light","Source Han Sans CN","Microsoft Yahei","Microsoft YaHei Light","Pingfang sc regular";
}

.i-list2 .bline:before,.i-list3 .bline:before,.i-list4 .bline:before,.i-list5 .bline:before{
  z-index:-1;
  bottom:-1px;
}
.i-list2 .tip,.i-list3 .tip,.i-list4 .tip,.i-list5 .tip,.about-list2 .tip{
  top:.25rem !important;
}

.about-list2 .tip,.about-list3 .tip,.about-list4 .tip,.about-list5 .tip,.about-list6 .tip,.about-list7 .tip{
  top:.25rem !important;
}

.about-list2 .bline:before,.about-list3 .bline:before,.about-list4 .bline:before,.about-list5 .bline:before,.about-list6 .bline:before,.about-list7 .bline:before{
  z-index:-1;
  /*bottom:-1px;*/
  bottom:0;
}

@media (max-width:767px){
  .i-list2 .bline:before,.i-list3 .bline:before,.i-list4 .bline:before,.i-list5 .bline:before{
    z-index:-1;
    bottom:-2px;
  }
  .about-list2 .bline:before,.about-list3 .bline:before,.about-list4 .bline:before,.about-list5 .bline:before,.about-list6 .bline:before,.about-list7 .bline:before{
    z-index:-1;
    bottom:0px;
  }

  .about-list7 .bgbox{
    background-position:center left !important;
  }
}





.w720 {
  width: 720px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .w720 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .w720 {
    width: 84%;
  }
}

.w800 {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .w800 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .w800 {
    width: 84%;
  }
}

.investor {
  padding-bottom: 3rem;
}
.investor .bg {
  background: url(../img/linebg.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.investor .lingbg {
  width: 1px;
  position: absolute;
  height: 100%;
  z-index: 7;
  background: rgba(255, 255, 255, 0.05);
}
.investor .lingbg1 {
  left: 16.66%;
}
.investor .lingbg2 {
  right: 45.67%;
}
.investor .lingbg3 {
  right: 7%;
}
.investor .lingbg4 {
  left: 32.81%;
}
.investor .lingbg5 {
  right: 24.47%;
}

.investor-list1 {
  /*height:100vh;*/
}
.investor-list1 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.investor-list1 .tip {
  color: #1360fc;
  left: 0;
  top: .15rem;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.investor-list1 .contentbox {
  z-index: 2;
  padding: 3.5rem 0 3rem;
  padding-left: 9.5%;
}
.investor-list1 .text {
  margin-top: 6.5rem;
  z-index: 3;
  padding-left: 1.25rem;
}
.investor-list1 .tit5 {
  margin-top: .55rem;
  color: #fff;
  text-align:justify;

}
.investor-list1 .tit5 span {
  color: #666;
}
.investor-list1 .tit6 {
  width: 100%;
  margin: 1.5rem 0 0;
  text-align: left;
  color: #1360fc;
  /*font-style: italic;*/
  text-align:justify;
}

.investor-list2 .tip {
  color: #1360fc;
  left: 0;
  top: .15rem;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.investor-list2 .contentbox {
  z-index: 2;
  padding: 2.5rem 0 3rem;
  padding-left: 9.5%;
}
.investor-list2 .text {
  z-index: 3;
  padding-left: 1.25rem;
}
.investor-list2 .tit5 {
  margin-top: .55rem;
  color: #fff;
  text-align:justify;
}
.investor-list2 .tit5 span {
  color: #666;
}
.investor-list2 .tit6 {
  width: 100%;
  margin: 1.5rem 0 0;
  text-align: left;
  color: #1360fc;
  /*font-style: italic;*/
  text-align:justify;
}
.investor-list2 .tit7 {
  width: 100%;
  margin: 1.5rem 0 0;
}

@media (max-width: 1024px) {
  .investor-list1 .contentbox {
    padding-left: 0;
  }

  .investor-list2 .contentbox {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .investor-list1 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .investor-list1 .tit6, .investor-list2 .tit7, .investor-list2 .tit6 {
    width: 100%;
  }

  .investor-list1 .tit6 br, .investor-list2 .tit6 br {
    display: none;
  }

  .investor-list1 .text {
    margin-top: 3rem;
  }

  .investor-list2 .contentbox {
    padding: 3rem 0 0;
  }

  .investor-list1 .text {
    padding-left: 1rem;
  }

  .investor-list2 .text .tit4 {
    font-size: 22px;
  }
}
.anim_emt.start.img_s_right {
  -webkit-animation-name: img_s_right;
  animation-name: img_s_right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.97, 0.05, 0.68, 0.42);
  -moz-transition-timing-function: cubic-bezier(0.97, 0.05, 0.68, 0.42);
}

@keyframes img_s_right {
  0% {
    -webkit-clip-path: inset(0 0 0 89%);
    clip-path: inset(0 0 0 89%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.ability {
  /*padding-bottom: 4rem;*/
}
.ability .bg {
  background: url(../img/linebg.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.ability .lingbg {
  width: 1px;
  position: absolute;
  height: 100%;
  z-index: 7;
  background: rgba(255, 255, 255, 0.05);
}
.ability .lingbg1 {
  left: 16.66%;
}
.ability .lingbg2 {
  right: 44.5%;
}
.ability .lingbg3 {
  right: 7%;
}
.ability .lingbg4 {
  left: 32.81%;
}
.ability .lingbg5 {
  right: 24.47%;
}
.ability .position {
  position: relative;
  z-index: 3;
}

.ability-list0 {
  height: 100vh;
  width:100%;
  left:0;
  top:0;
  z-index:1;
  position: fixed;
}
.ability-list0 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.ability-list0 .tit4{
  line-height:1.2;
  font-size:2.75rem;
  left: 54.2%;
    top: 42%;
}
.ability-list0 .tit4 span{
  display:block;
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Noto Sans S Chinese Light", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.warp-ability{
  position: relative;
  z-index:3;
  
  padding-bottom: 4rem;
}
/*.warp-ability .bg5{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(0, black 80%, transparent 100%);
}*/
.ability-list1 {
  padding-left: 16.6%;
  position: relative;
  background:#000;
}
.ability-list1 .tip {
  color: #1360fc;
  left: 0;
  top: .15rem;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.ability-list1 .contentbox {
  z-index: 2;
  padding: 2.25rem 0 2.25rem;
  margin-left: 0;
}
.ability-list1 .text {
  z-index: 3;
  padding-left: 1.25rem;
}
.ability-list1 .leftbox {
  width: 30%;
}
.ability-list1 .rightbox {
  width: 48%;
}
.ability-list1 .morebtn {
  margin-top: 1rem;
}
.ability-list1 .img .bg3 {
  height: 10rem;
}
.ability-list1 .img:before {
  content: "";
  position: absolute;
  width: 40%;
  left: 0;
  height: 100%;
  bottom: 0;
  background-image: linear-gradient(to right, black 30%, transparent 100%);
}

@media (max-width: 1024px) {
  /*.ability-list0 {
    height: 60vh;
  }*/

  .ability-list0 .bg2 {
    width: 100%;
  }

  .ability-list1 .contentbox {
    padding: 2.25rem 0;
  }
}
@media (max-width: 768px) {
  .ability-list1 {
    padding-left: 0;
  }

  /*.ability-list0 {
    height: 18rem;
  }*/

  .ability-list1 .leftbox {
    width: 100%;
    margin-bottom: 1.25rem;
  }

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

  .ability-list1 .text {
    padding-left: 1rem;
  }

  .ability-list1 .contentbox {
    margin-left: auto;
  }
  .ability-list0 .tit4{
    left:50%;
  }
}
@media (max-width: 767px) {
  .warp-ability {
    padding-bottom: 3rem;
  }

  .ability-list1 .img .bg3 {
    height: 5rem;
  }

  .ability-list1 .tit4 {
    font-size: 26px;
  }

  .ability-list1 .leftbox {
    margin-bottom: .8rem;
  }
  .ability-list0 .tit4{
    width:100%;
    font-size:2rem;
    /*letter-spacing: .25rem !important;*/
  }
}
.abilityinfo {
  padding-bottom: 4rem;
}
.abilityinfo .bg {
  background: url(../img/linebg.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.abilityinfo .lingbg {
  width: 1px;
  position: absolute;
  height: 100%;
  z-index: 7;
  background: rgba(255, 255, 255, 0.05);
}
.abilityinfo .lingbg1 {
  left: 16.66%;
}
.abilityinfo .lingbg2 {
  right: 45.6%;
}
.abilityinfo .lingbg3 {
  right: 7%;
}
.abilityinfo .lingbg4 {
  left: 33.5%;
}
.abilityinfo .lingbg5 {
  right: 24.8%;
}
.abilityinfo .position {
  position: relative;
  z-index: 3;
}
.abilityinfo .fix-navsub .li {
  margin-bottom: 12px;
}

.abilityinfo-list0 {
  position: relative;
  padding: 3rem 0 0;
}
.abilityinfo-list0 .bg2 {
  height: 12.5rem;
  width: 100%;
  z-index: 1;
}
.abilityinfo-list0 .tit2 {
  margin-bottom: .5rem;
  padding-left: 9%;
}

.abilityinfo-list1 .tip {
  color: #1360fc;
  left: 0;
  top: .16rem;
  z-index: 2;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
  /*display:none;*/
}
.abilityinfo-list1 .tit5 {
  margin-top: .5rem;
}
.abilityinfo-list1 .contentbox {
  z-index: 2;
  padding: 1.5rem 0;
  padding-left: 9.5%;
  /*padding-left:8.65%;*/
}
.abilityinfo-list1 .text {
  z-index: 3;
  padding-left: 1.25rem;
}

.abilityinfo-list2 .contentbox {
  padding: 2.5rem 0;
  padding-left:8.65%;
}

.abilityinfo-list2 .contentbox .text {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .abilityinfo-list0 .bg2 {
    height: 6rem;
  }

  .abilityinfo-list0 .tit2, .abilityinfo-list1 .contentbox {
    padding-left: 0;
  }

  .abilityinfo-list1 .text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .abilityinfo-list0 .tit2 {
    font-size: 26px;
  }

  .abilityinfo-list1 .tit4 {
    font-size: 22px;
  }

  .abilityinfo {
    padding-bottom: 3rem;
  }
}
.abilityinfo-list1 .imgcontainer {
  width:100%;
  /*padding:0 1.2rem;*/
  margin-top: 2rem;
  /*padding-bottom: calc(.5rem + 45px);*/
}
.abilityinfo-list1 .imgcontainer .swiper-button-prev, .abilityinfo-list1 .imgcontainer .swiper-button-next {
  width: 45px;
  height: 45px;
  background: transparent;
  /*margin-top: 0;
  top: auto;*/
  /*bottom: 0;*/
  opacity: .6;
  visibility:hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.abilityinfo-list1 .imgcontainer .swiper-button-prev .icon, .abilityinfo-list1 .imgcontainer .swiper-button-next .icon {
  width: 10px;
  height: 10px;
  fill: #fff;
}
/*.abilityinfo-list1 .imgcontainer .swiper-slide,.abilityinfo-list1 .imgcontainer .swiper-slide a {
  height: 9.5rem;
}*/
.abilityinfo-list1 .imgcontainer .swiper-slide img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.abilityinfo-list1 .imgcontainer .swiper-button-prev {
  left: 0;
  transition: all .4s;
}
.abilityinfo-list1 .imgcontainer .swiper-button-next {
  right: 0;
  transition: all .4s;
}
.abilityinfo-list1 .imgcontainer .swiper-button-next .icon {
  transform: rotate(-180deg);
}
.abilityinfo-list1 .imgcontainer .swiper-button-prev:hover, .abilityinfo-list1 .imgcontainer .swiper-button-next:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}

.abilityinfo-list1 .textcontainer {
  width: 100%;
  margin-top: 1.5rem;
  padding-bottom: calc(.5rem + 45px);
}
.abilityinfo-list1 .textcontainer .swiper-button-prev, .abilityinfo-list1 .textcontainer .swiper-button-next {
  width: 45px;
  height: 45px;
  background: transparent;
  margin-top: 0;
  top: auto;
  bottom: 0;
  opacity: .6;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.abilityinfo-list1 .textcontainer .swiper-button-prev .icon, .abilityinfo-list1 .textcontainer .swiper-button-next .icon {
  width: 10px;
  height: 10px;
  fill: #fff;
}
.abilityinfo-list1 .textcontainer .nitem {
  margin-bottom: -1rem;
}
.abilityinfo-list1 .textcontainer .nitem .item {
  width: 48%;
  margin-bottom: 1rem;
}
.abilityinfo-list1 .textcontainer .nitem .item .imgbox{
  height: 6.5rem;
  margin-bottom:.25rem;
}
.abilityinfo-list1 .textcontainer .nitem .item img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.abilityinfo-list1 .textcontainer .nitem .itemtext {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  padding: .75rem .5rem .75rem;
  background: rgba(19, 96, 252, 0.7);
  opacity: 0;
  transform: translate(0, 20px);
  visibility: hidden;
  transition: all .4s;
}
.abilityinfo-list1 .textcontainer .nitem .nitemtext {
  height: calc(6.5rem - 1.5rem);
}
.abilityinfo-list1 .textcontainer .nitem .nitemtext .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.1);
}
.abilityinfo-list1 .textcontainer .nitem .nitemtext .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #fff !important;
}
.abilityinfo-list1 .textcontainer .nitem .item:hover .itemtext {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.abilityinfo-list1 .textcontainer .swiper-button-prev {
  left: 0;
  transition: all .4s;
}
.abilityinfo-list1 .textcontainer .swiper-button-next {
  right: 0;
  transition: all .4s;
}
.abilityinfo-list1 .textcontainer .swiper-button-next .icon {
  transform: rotate(-180deg);
}
.abilityinfo-list1 .textcontainer .swiper-button-prev:hover, .abilityinfo-list1 .textcontainer .swiper-button-next:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .abilityinfo-list2 .contentbox {
    padding-bottom: 0;
  }

  .abilityinfo-list2 .contentbox {
    padding-top: 2rem;
  }

  .abilityinfo-list1 .tit5 {
    margin-top: .35rem;
  }

  .abilityinfo-list1 .imgcontainer .swiper-slide {
    height: 6.5rem;
  }

  .abilityinfo-list1 .textcontainer .nitem .item {
    width: 100%;
    height: auto;
    margin-bottom: .5rem;
  }

  .abilityinfo-list1 .textcontainer .nitem {
    margin-bottom: 0;
  }

  .abilityinfo-list1 .textcontainer .nitem .nitemtext {
    height: calc(6.5rem - 1.5rem);
  }

  .abilityinfo .lingbg4, .abilityinfo .lingbg5 {
    display: none;
  }

}


.joinform{
  padding:3rem 0 5rem;
  background: #141414;
  position: relative;
  
}
.joinform:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:url(../img/i-index4-1.jpg) no-repeat center center;
  background-size:cover;
  opacity:.2;
  z-index:1;
}
.joinform .w1460{
  position: relative;
  z-index:4;
}
.joinform .tit2{
  margin-bottom:.75rem;
}

.applay-tb .applay-input{
  box-sizing: content-box;
}
.applay-tb select.applay-input{
  box-sizing: border-box;
}
@media (max-width: 767px){
  .joinform{
    padding:3.5rem 0 2rem;
  }
  .joinform:before{
    background: url(../img/i-index4-1.jpg) no-repeat center top;
    background-size: auto;
  }
}
.join-list3 .recruit-list-1 .list .item p{
  counter-increment: test;
  padding-right:25px;
}


.join-list3 .recruit-list-1 .list .item p:before{
  content: counter(test)"、";
  margin-left:-25px;
}
@media (max-width: 1520px){
  .join-list3 .recruit-list-1 .list .item p:before {
    content: counter(test)"、";
    margin-left: -20px;
  }
}
.abilityinfo-list1 .textcontainer .nitem .item .tit6{
  opacity:.3;
  transition: all .4s;
}
.abilityinfo-list1 .textcontainer .nitem .item:hover .tit6{
  opacity:1;
}
.abilityinfo-list1 .textcontainer .title4{
  margin-bottom:.5rem;
}

.abilityinfo-list1 .textcontainer .nitem .nitemtext span{
  width:100%;
  /*margin-right:2%;*/
  display:inline-block;
}
.abilityinfo-list1 .textcontainer .nitem .nitemtext span:nth-child(2n){
  margin-right:0;
}
.abilityinfo-list1 .textcontainer .nitem .nitemtext .mCSB_inside>.mCSB_container{
  margin-right: 15px;
}
@media (max-width: 767px){
  .abilityinfo-list1 .textcontainer .nitem .nitemtext span{
    width:100%;
    margin-right:0;
  }
}
.footer .p1 a:hover, .footer .p2 a:hover{
  color:#fff;
}




.i-list3 .tabbox{
  position: absolute !important;
  width:100px;
  bottom:120px !important;
  top:auto !important;
  right:0;
  z-index:3;
}
.i-list3 .tabul .tabli{
  height:auto;
}
.i-list3 .tabul-prev, .i-list3 .tabul-next {
  width: 45px;
  height: 45px;
  background: transparent;
  margin-top: 0;
  top: auto;
  bottom: 0;
  opacity: .6;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.i-list3 .tabul-prev .icon, .i-list3 .tabul-next .icon {
  width: 10px;
  height: 10px;
  fill: #fff;
}
.i-list3 .swiper-slide {
  height: 9.5rem;
}
.i-list3 .swiper-slide img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.i-list3 .tabul-prev {
  left: 0;
  transition: all .4s;
}
.i-list3 .tabul-next {
  right: 0;
  transition: all .4s;
}
.i-list3 .tabul-next .icon {
  transform: rotate(-180deg);
}
.i-list3 .tabul-prev:hover, .i-list3 .tabul-next:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px){
  .i-list3 .tabbox{
    bottom: 5.5rem !important;
  }
}
@media (max-width: 767px){
  .abilityinfo-list1 .textcontainer .nitem .item .tit6{
    font-size:16px;
  }
  .abilityinfo-list1 .contentbox{
    padding:1rem 0;
  }
}


.n-search {
  padding: 3.5rem 0 2rem;
  background: #000;
}
.n-search .tit2{
  color:#fff;
}
.n-search .tab-ul {
  margin-top: 1rem;
}
.n-search .tab-ul .li {
  margin: 0 10px;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: #fff;
  background: #999;
  cursor: pointer;
}
.n-search .tab-ul .li:hover, .n-search .tab-ul .li.cur {
  background:#0835dc;
}
.n-search .search_all {
  margin-top: .65rem;
}
.n-search .search_all span {
  color: #0835dc;
}
.n-search .warpajax-list .product-list2 {
  background: transparent;
  padding: 0;
}
.n-search .ulbox2 {
  padding: .5rem 0 0;
  min-height:400px;
}
.n-search .ulbox2 .li {
  padding: .65rem 0;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.n-search .ulbox2 .li:last-child{
  border-bottom:none;
}
.n-search .ulbox2 .tit4 {
  margin-top: .2rem;
}
.n-search .ulbox2 .li:hover .tit3 {
  color: #0835dc;
}
.n-search .warpajax {
  display: none;
}

@media (max-width:1660px) {
  .mian.about .lingbg3,.mian.index .lingbg3{
    right: 5%;
  }

}
.btn-group .btn{
  background:transparent !important;
  box-shadow:none !important;
  color:#fff;
  padding:4px 0;
}


@media (max-width:767px) {
  .ability .bg,.ability .lingbg,.mian.about .lingbg2,.mian.index .lingbg2{
    display:none;
  }
}

.abilityinfo-list1 .imgcontainer:hover .swiper-button-prev,.abilityinfo-list1 .imgcontainer:hover .swiper-button-next{
  visibility:visible;
}


.join-list2 .tabul .li{
  overflow: hidden;
}
.join-list2 .tabul .li .itemtext {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  padding: 1.5rem .5rem;
  background: url(../img/joinimg8.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transform: translate(0, 20px);
  visibility: hidden;
  transition: all .4s;
  text-align:center;
}
.join-list2 .tabul .li .nitemtext {
  width:100%;
  max-height: calc(6.5rem - 3rem);
}
.join-list2 .tabul .li .nitemtext .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.1);
}
.join-list2 .tabul .li .nitemtext .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #fff !important;
}
.join-list2 .tabul .li:hover .itemtext {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.join-list2 .tabul .li{
  min-height:6.5rem;
}
.zbotline{
  height:4rem;
  background:#000;
  width:100%;
  position: relative;
  z-index:3;
}
@media (max-width:1024px){
  .zbotline{
    height:3rem;
  }
}
@media (max-width:767px){
  .join-list2 .tabul .li{
    width:100%;
    border-right:none;
    border-bottom:1px solid 1px solid rgba(255, 255, 255, 0.2);
  }
  .join-list2 .tabul .li:last-child{
    border-bottom:none;
  }
  .join-list3 .recruit-list-1 .list .span6{
    display:block;
    width:1rem;
    text-indent:0;
    margin-top: 3px;
    height:20px;
  }
  .join-list3 .recruit-list-1 .list .span6 svg{
    width:.5rem;
    height:.5rem;
    fill:#fff;
  }
  .footer .logo{
    width:120px;
  }
  .news-list1 .tit5{
    height:60px;
    overflow: hidden;
  }
  .news-list1 .tit6{
    height:63px;
    overflow: hidden;
  }
  .join-list2 .tabul .li .mCSB_inside>.mCSB_container{
    margin-right:0;
  }
  .join-list3 .recruit-list-1 .list .item:nth-child(2){
    margin-top:.85rem
  }
  .join-list3 .recruit-list-1 .list .tit2{
    margin-bottom:0;
  }
}
.about-list2 .rightbox .swiper-pagination{
  align-items: baseline;
  /*line-height:1;*/
}

.about-list2 .rightbox .swiper-pagination .sp{
  font-size:14px;
  color:#999;
  margin:0 0 0 .15rem;
}
.about-list2 .rightbox .swiper-pagination .swiper-pagination-total{
  font-size:14px;
  color:#999;
}

.abilityinfo-list1 .textcontainer .nitem .nitemtext .mCSB_inside>.mCSB_container{
      display: flex;
    flex-flow: row wrap;
}


/*.about-list2 .rightbox .warpimg{
  margin-top:40.5%;
}

@media (max-width:767px){
  .about-list2 .rightbox .warpimg{
    margin-top:0;
  }
}*/





.i-list6 {
  position: relative;
  z-index: 1;
  padding-bottom: 2.25rem;
  z-index: 3;
  overflow: hidden;
  height: 100vh;
  padding: 2.5rem 0 1rem 16.6%;
}
.i-list6 .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  z-index:1;
}
.i-list6 .contentbox {
  margin-left: 0;
  z-index: 3;
}
.i-list6 .contentbox .tip {
  color: #1360fc;
  left: 0;
  top: 20px;
  z-index: 2;
  position: absolute !important;
  transform: rotate(90deg);
  letter-spacing: 3px;
  transform-origin: 0 0;
  z-index: 3;
}
.i-list6 .warpcontentbox {
  position: relative;
  z-index: 4;
}
.i-list6 .text {
  width: 100%;
  padding-left: 1.25rem;
}
.i-list6 .news-container {
  width: 100%;
  margin-top: 22vh;
}
.i-list6 .news-container .swiper-wrapper{
  align-items: stretch;
}
.i-list6 .news-container .swiper-wrapper .swiper-slide{
  height: auto;
}
.i-list6 .news-container .text2 {
  padding: .5rem 0 0;
}


.i-list6 .news-container .item{
  padding:.75rem;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.05);
  display:block;
  height:100%;
}
.i-list6 .news-container .tit3{

}
.i-list6 .news-container .tit3 .icon{
  width:1.25rem;
  height:1.25rem;
}
.i-list6 .news-container .tit3 span{
  width:calc(100% - 1.75rem);
  margin-left:.4rem;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.i-list6 .news-container .tit3 .icon img{
  max-height:100%;
}
.i-list6 .news-container .tit4{
  opacity:.5;
  margin-top:.45rem;
  margin-bottom:.85rem;
}
.i-list6 .news-container .btnbox{
  justify-content: flex-end;
}
.i-list6 .news-container .btnbox a{
  padding:0 .55rem;
  display:inline-block;
  position: relative;
  transition: all .6s;
}
.i-list6 .news-container .btnbox a:nth-child(1):before{
  content:"";
  position: absolute;
  width:1px;
  height:.5rem;
  background:rgba(255,255,255,.2);
  right:0;
  top:50%;
  margin-top:-.25rem;
}
.i-list6 .news-container .btnbox a:last-child:before{
  display:none;
}
.i-list6 .news-container .btnbox a:hover{
  color:#fff;
}
.i-list6 .news-container .item{
  transition: all .5s;
}
.i-list6 .news-container .item:hover{
  background:#1360fb;
}

.i-list6 .news-container .m-block {
  width: 100%;
  height: 20px;
  position: relative;
  margin-top: 1.2rem;
}
.i-list6 .news-container .swiper-pagination {
  text-align: center;
  z-index: 3;
  position: absolute;
  width: 100%;
  bottom: 0 !important;
}
.i-list6 .news-container .swiper-pagination span {
  width: 1.25rem;
  height: 2px;
  margin: 0 6px !important;
  background: #fff;
  opacity: .6;
  transition: all .3s;
  border-radius: 0;
}
.i-list6 .news-container .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.i-list6 .ilist6btn {
  right: 0;
  bottom: -2rem;
  height: 60px;
  width: 140px;
}
.i-list6 .ilist6btn .swiper-button-prev, .i-list6 .ilist6btn .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .4s;
}
.i-list6 .ilist6btn .swiper-button-prev .icon, .i-list6 .ilist6btn .swiper-button-next .icon {
  width: 15px;
  height: 15px;
  fill: rgba(255, 255, 255, 0.2);
  transition: all .4s;
}
.i-list6 .ilist6btn .swiper-button-prev {
  left: 0;
  margin-top: -30px;
}
.i-list6 .ilist6btn .swiper-button-next {
  right: 0;
  margin-top: -30px;
}
.i-list6 .ilist6btn .swiper-button-next .icon {
  transform: rotate(-180deg);
}
.i-list6 .ilist6btn .swiper-button-prev:hover, .i-list6 .ilist6btn .swiper-button-next:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
.i-list6 .ilist6btn .swiper-button-prev:hover .icon, .i-list6 .ilist6btn .swiper-button-next:hover .icon {
  fill: white;
}
.i-list6 .morebtn {
  margin: 1rem .5rem 0;
  /*left: -8.3%;*/
  position: relative;
}
@media (min-width: 1024px) {
.i-listg{
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content:center ;
}

}
@media (max-width: 1024px) {
  .i-list6 {
    height: auto;
    padding: 2rem 8% 3rem;
  }

  .i-list6 .contentbox {
    width: 100%;
  }
  .i-list6 .morebtn{
    left:0;
  }
  .i-list6 .news-container .swiper-slide .bgimg{
    height:7rem;
  }
    .i-listg .textmorebtn{
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0;
    /* font-size: 30px; */
  }
  .i-listg .morebtn{
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .i-list6 .ilist5btn {
    display: none;
  }

  .i-list6 .text .tit3 {
    font-size: 30px;
  }
  .i-list6 .text .tit3 .xfon1{
    font-size: 26px;
    line-height: 1.2;
    display: block;
  }
  
}


.w1490{
  width:1490px;
  max-width:88%;
  margin:0 auto;
}
.n-rocket{
  padding:5rem 0 3.2rem;
  position: relative;
  z-index:1;
  background:#000 url(../zimg/img3.png) no-repeat center top;

}
.n-rocket .btnbox{
  width:260px;
  height:1.5rem;
  background:#1360fb;
  margin-top:.5rem;
  padding:0 .75rem;
}
.n-rocket .btnbox img{
  transition:all .6s;
}
.n-rocket .btnbox:hover{
  color:#fff;
}
.n-rocket .btnbox:hover img{
  transform:translate(0,-5px);
}



.rocket-list1 .img {
  width: 52%;
  height: 12rem;
  border-radius:5px;
  overflow: hidden;
}
.rocket-list1 .img .imgbg {
  height: 100%;
  border-radius:5px;
  overflow: hidden;
}
.rocket-list1 .textbox {
  width: 48%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: .75rem 1.1rem .5rem;
}
.rocket-list1 .swiper-wrapper{
  align-items: stretch;
}
.rocket-list1 .swiper-slide{
  height:auto;
}
.rocket-list1 .swiper-slide .f-no{
  padding:.45rem;
  background:#fff;
}
.rocket-list1 .swiper-slide .f-no{
  height:100%;
}
.rocket-list1 .textbox{
  padding-top:.45rem;
}
.rocket-list1 .tit5 {
  margin-bottom: .75rem;
}
.rocket-list1 .tit5 .icon2{
  margin-right:.35rem;
  width:1rem;
  height:1rem;
}
.rocket-list1 .tit5 span{
  width:calc(100% - 1.35rem);
}
.rocket-list1 .tit6 {
  margin-bottom: .5rem;
  opacity:.5;
}
.rocket-list1 .titbox{
  background:#f5f5f5;
  padding:.5rem .75rem;
} 
.rocket-list1 .titbox .tit7{
  opacity:.5;
}
.rocket-list1 .titbox .nli{
  margin-top:.35rem;
} 
.rocket-list1 .titbox .nli img{
  margin-right:.1rem;
}
.rocket-list1 .titbox .nli:nth-child(1){
  margin-right:.5rem;
}
.rocket-list1 .warpmore{
  margin-top:1.5rem;
}
.rocket-list1 .more {
  width:4rem;
  height:1.25rem;
  margin-left:.25rem;
  border:1px solid #d6d6d6;
  transition: all .6s;
}
.rocket-list1 .more:hover{
  background:#1360fb;
  color:#fff;
}


.rocket-list1 .news-container {
  margin-top:1.5rem;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}
.rocket-list1 .news-container .swiper-pagination {
  bottom: 0;
  height: 10px;
}
.rocket-list1 .news-container .swiper-pagination span {
  background: #353a41;
  opacity: 1 !important;
  transition: all .3s;
}
.rocket-list1 .news-container .swiper-pagination span.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 5px;
  background: #0835dc;
}
.rocket-list1 .ul{
  margin-top:1.5rem;
}
.rocket-list1 .ul .text2 {
  padding: .5rem 0 0;
}
.rocket-list1 .ul .item{
  width:49%;
  padding:.75rem;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.05);
  display:block;
  margin-bottom:2%;
}


.rocket-list1 .ul .icon{
  width:2rem;
  height:2rem;
  border-radius:50%;
  overflow: hidden;
}
.rocket-list1 .ul .icon img{
  width:2rem;
  height:2rem;
}
.rocket-list1 .ul .rbox{
  width:calc(100% - 2.5rem);
}
.rocket-list1 .ul .tit3 span{
  width:100%;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.rocket-list1 .ul .tit3 .icon img{
  max-height:100%;
}
.rocket-list1 .ul .tit4{
  opacity:.5;
  margin-top:.3rem;
  margin-bottom:.8rem;
}
.rocket-list1 .ul .btnbox2 a:nth-child(1){
  padding-left:0;
}
.rocket-list1 .ul .btnbox2 a{
  padding:0 .55rem;
  display:inline-block;
  position: relative;
  transition: all .6s;
}
.rocket-list1 .ul .btnbox2 a:nth-child(1):before{
  content:"";
  position: absolute;
  width:1px;
  height:.5rem;
  background:rgba(255,255,255,.2);
  right:0;
  top:50%;
  margin-top:-.25rem;
}
.rocket-list1 .ul .btnbox2 a:hover{
  color:#fff;
}
.rocket-list1 .ul .item{
  transition: all .5s;
}
.rocket-list1 .ul .item:hover{
  background:#1360fb;
}

.rocketbanner{
  height:10.5rem;
}
.rocketbanner .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
}
.rocketbanner .text{
  z-index:2;
}
.rocketbanner .text .icon{
  width:2rem;
  height:2rem;
  border-radius:50%;
}
.rocketbanner .text .icon img{
  width:100%;
}
.rocketbanner .text .tit3{
  margin-left:.6rem;
}
.rocketbanner .text a{
  width:4rem;
  height:1.25rem;
  margin-left:2.5rem;
  background:#1360fb;
  transition: all .6s;
}
.rocketbanner .text a:hover{
  color:#fff;
}
.rocket-info1{
  background:url(../zimg/img7.png) no-repeat center top;
  background-size:100% auto;
  
}
.rocket-info1 .title{
  margin-bottom:.5rem;
}
.rocket-info1 .contentox{
  padding:2rem 0;
  border-bottom:1px solid #e5e5e5;
}

.rocket-info1 .text{

}
.rocket-info1 .text p{
  margin-bottom:.5rem;
}
.rocket-info1 .warpvideo{
  margin-top:1.75rem;
}
.rocket-info1 .warpvideo .img1{
  width:100%;
}
.rocket-info1 .videobtn{
  z-index:4;
  cursor:pointer;
}
.rocket-info1 .videobtn .icon{
  width:1.75rem;
  height:1.75rem;
  fill:#1360fb;
  margin-bottom:.5rem;
}


.rocket-info2{
  padding:1.25rem 0 4rem;
}
.rocket-info2 .ul{
  margin-top:1rem;
}
.rocket-info2 .ul .li{
  width:31%;
  margin-right:3.5%;
  border:1px solid #e9e9e9;
  background:#fafafa;
  padding:1rem 1rem;
}
.rocket-info2 .ul .li .tit4{
  margin-top:.35rem;
}
.rocket-info2 .ul .li .leftbox{
  width:calc(100% - 3.5rem);
}
.rocket-info2 .ul .li .icon{
  width:1.2rem;
  height:1.2rem;
  border-radius:50%;
  background:#ccc;
  transition: all .6s;
} 
.rocket-info2 .ul .li svg{
  width:.65rem;
  height:.65rem;
  fill:#fafafa;
} 
.rocket-info2 .ul .li:nth-child(3n){
  margin-right:0;
}
.rocket-info2 .ul .li:hover .icon{
  background:#1360fb;
}
.rocket-info2 .ul .li:hover .icon svg{
  fill:#fff;
}


@media (max-width:996px) {
  .rocket-info2 .ul .li{
    width:100%;
    margin-right:0;
    margin-bottom:.5rem;
  }
  .rocket-list1 .img,.rocket-list1 .textbox{
    width:100%; 
  }
}
@media (max-width:767px) {
  .rocket-list1 .img{
    height:8rem;
  }
  .rocket-list1 .textbox{
    padding: 0.75rem 6% 0.5rem;
  }
  .rocket-list1 .warpmore{
    margin-top:.65rem;
  }
  .rocket-list1 .ul .item{
    width:100%;
    margin-right:0;
  }
  .i-list6 .news-container{
    margin-top:1.5rem;
  }
  .i-list6 .ilist6btn{
    display:none;
  }
  .i-list6 .morebtn{
    margin: 1rem 0.25rem 0;
  }
}



.sf-clamp{
	line-height: 30px;
	max-height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


@media (max-width: 1481px){
	.sf-clamp{
		line-height: 25px;
		max-height: 100px;
	}
}
@media (max-width:768px){
	.sf-clamp{
		line-height: 20px;
		max-height: 80px;
	}
}

/*web/img/i-index4-1.jpg*/