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

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

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

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

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

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

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

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

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

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

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #006CB7;
}
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: "Microsoft Yahei", "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: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}

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

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

::-webkit-scrollbar-thumb {
  background-color: #006CB7;
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #006CB7;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #006CB7;
}

/*==常用颜色==*/
.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-666 {
  color: #666;
}

.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) {
  .inna_doig .box .txt{
    max-height: 30vh;
    padding-right: 5px;
    overflow-y:auto;
  }
  .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 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

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

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

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

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

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

/*网站主体区域宽度样式*/
.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

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

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

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

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
@keyframes line_w100 {
  to {
    left: 100%;
  }
}
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_in {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.a-del1 {
  animation-delay: 0.1s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/img1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

/*文字引用*/
/*@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;*/
/*初始样式结束*/
.fl1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

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

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

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

.fl5 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

.fl9 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl10 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl11 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
}

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

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
}

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

.fl14 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}

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

.fl16 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.fl17 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.fl18 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.fl19 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl20 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl21 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

.fl24 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl25 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl26 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl27 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.fl28 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fl29 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: baseline;
}

.fl30 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
}

.fl31 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: baseline;
}

.fl32 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
}

.fl33 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

/*首页加载loading*/
body.loading {
  overflow: hidden;
}

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

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

.darkmode #pageloader {
  background: #252525;
}

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

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

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

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

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

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

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

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

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

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/
header {
  z-index: 999;
}
header .left_nav {
  width: 3.975rem;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
header .left_nav .nav {
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 3;
  position: absolute;
}
header .left_nav .meum_box{
   position: absolute;
   top: 51px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
    align-items: center;
}
header.four .left_nav .meum_box .tit-16{
  color:#000;
}
header.six .left_nav .meum_box .tit-16{
  color:#000;
}
header .left_nav .meum_box .tit-16{
  color:#fff;
  margin-left: 5px;
}
header .left_nav .meum {
  width: 25px;
  height: 16px;
 position: relative;  
  
  
  
  cursor: pointer;
  z-index: 3;
}
header .left_nav .meum .line {
  height: 2px;
  width: 25px;
  position: absolute;
  background-color: #fff;
  left: 0;
  transition: all 100ms ease-out;
}
header .left_nav .meum .line1 {
  top: 0;
}
header .left_nav .meum .line2 {
  width: 18px;
  top: 50%;
  margin-top: -1px;
}
header .left_nav .meum .line3 {
  width: 18px;
  bottom: 0;
}
header .left_nav .bot {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.875rem;
  z-index: 3;
}
header .left_nav .bot .li {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .left_nav .bot .li a {
  display: block;
  position: relative;
}
header .left_nav .bot .li a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
header .left_nav .bot .li:last-child {
  margin-bottom: 0;
}
header .logobox {
  width: calc(100% - 8.95rem );
  position: absolute;
  top: 0;
  left: 3.975rem;
  z-index: 3;
}
header .logobox .logo {
  display: block;
  width: 174px;
  margin-top: 36px;
  margin-left: 30px;
  position: relative;
}
header .logobox .logo .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
header .right_nav {
  width: 4.975rem;
  height: 100vh;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
header .right_nav .lan {
  margin-top: 45px;
  margin-left: 17px;
  display: flex;
  align-items: center;
}
header .right_nav .lan a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
header .right_nav .lan a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
header .right_nav .lan .seach {
  margin-left: 0.8rem;
}

.circle {
  border-radius: 50%;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 51px;
  left: 68px;
  background: #fff;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
}

.circle.expand {
  width: 200vw;
  height: 200vw;
  top: -57vw;
  left: -23vw;
  -webkit-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
}

.shownav {
  z-index: -1;
  display: none;
  width: calc(100vw - 8.95rem );
  position: absolute;
  top: 7.05rem;
  left: 3.975rem;
  padding-left: 5.225rem;
}
.shownav ul {
  opacity: 0;
  transform: translateY(20px);
}
.shownav li {
  float: left;
  height: 8.975rem;
  width: 25%;
}
.shownav .sub_nav {
  margin-top: 0.85rem;
}
.shownav .sub_nav a.tit-16 {
  display: block;
  line-height: 0.75rem;
  transition: all 0.3s;
}

.lh1 {
  line-height: 1;
}

.lh5 {
  line-height: 1.5;
}

header.cur .left_nav .meum .line {
  background-color: #000;
}
header.cur .logobox .logo .img2 {
  opacity: 1;
}
header.cur .logobox .logo .img1 {
  opacity: 0;
}
header.cur .right_nav .lan a .img2 {
  opacity: 1;
}
header.cur .right_nav .lan a .img1 {
  opacity: 0;
}
header.cur .left_nav .bot .li a .img2 {
  opacity: 1;
}
header.cur .left_nav .bot .li a .img1 {
  opacity: 0;
}
header.cur .left_nav .nav {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
header.cur .right_nav {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
header.cur .shownav {
  display: block;
  z-index: 3;
}
header.cur .shownav ul {
  opacity: 1;
  transform: translateY(0);
  transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
}
header.cur .showcont {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

header .left_nav .meum.active .line2 {
  display: none;
}
header .left_nav .meum.active .line1 {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: all 100ms ease-out;
  top: 14px;
}
header .left_nav .meum.active .line3 {
  width: 25px;
  transform: rotate(135deg);
  transform-origin: 50% 50%;
  transition: all 100ms ease-out;
}

.showcont {
  width: 24rem;
  height: 12rem;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  transform: translateX(-100%);
  padding: 2.875rem 3.975rem;
  z-index: 4;
  transition: all 800ms cubic-bezier(0, 0.995, 0.99, 1);
}
.showcont .colese {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  z-index: 2;
  background-image: url(../img/close2.png);
  background-size: 17px 17px;
  cursor: pointer;
  transition: all 0.5s;
}
.showcont .left {
  width: 65%;
  float: left;
}
.showcont .left .li {
  margin-bottom: 1.5rem;
}
.showcont .tit-20 {
  margin-bottom: 22px;
  margin-top: 13px;
}
.showcont .right {
  width: 35%;
  float: right;
}

.mc {
  color: #006CB7;
}

.showcont.on {
  transform: translateX(0);
}

.index .section1 {
  height: 100vh;
}
.index .section1 .banner-container {
  height: 100%;
}
.index .section1 .banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index .section1 .banner-container .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index .section1 .banner-container .swiper-slide .txt {
  position: absolute;
  width: 18.125rem;
  left: 5.925rem;
  top: 37%;
}
.index .section1 .banner-container .swiper-slide .txt .tit-60 {
  line-height: 1.8rem;
  margin-top: 1rem;
}
.index .section2 .two-container {
  height: 100%;
}
.index .section2 .two-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index .section2 .two-container .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index .section2 .two-container .swiper-slide .txt {
  position: absolute;
  width: auto;
  left: 26.5%;
  top: 30.7%;
}
.index .section2 .two-container .swiper-slide .txt .tit-60 {
  line-height: 1.8rem;
  margin-top: .7rem;
}
.index .section2 .two-container .swiper-slide .txt .tit-16 {
  margin-top: 1rem;
  line-height: .7rem;
  color: rgba(255, 255, 255, 0.8);
}
.index .section2 .two-container .swiper-slide .txt .list {
  margin-top: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index .section2 .two-container .swiper-slide .txt .list .li {
  margin-right: 2rem;
  display: block;
}
.index .section2 .two-container .swiper-slide .txt .list .li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .section2 .two-container .swiper-slide .txt .list .li .img {
  width: 1.425rem;
  height: 1.2rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
.index .section2 .two-container .swiper-slide .txt .list .li .img img {
  display: inline-block;
}
.index .section2 .nextsec {
  bottom: 37%;
  left: auto;
  right: 4%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index .section2 .nextsec .tit-16 {
  transform: rotate(-90deg) translateX(15px);
}
.index .section2 .text-pagination {
  right: auto;
  left: 14.3%;
  top: 10.45rem;
}

.text-mu {
  font-weight: 500;
}

.bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wr {
  width: 100%;
  position: relative;
}

.banner-pagination {
  width: 100%;
  position: absolute;
  bottom: 30.7% !important;
  left: 5.925rem !important;
  z-index: 3;
}

.banner-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background: #FFF;
  opacity: 0.6;
  border-radius: 0;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EA1A27;
  opacity: 1;
}

.text-pagination {
  display: none;
  width: 23px;
  height: 56px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  position: absolute;
  right: 2.6rem;
  top: 6rem;
  z-index: 3;
  transform: rotate(270deg);
}

.nextsec {
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nextsec img {
  margin-top: 0.5rem;
  width: 19px;
  -webkit-animation: colorText 3s ease-out infinite, nudgeText 3s ease-out infinite;
  animation: colorText 3s ease-out infinite, nudgeText 3s ease-out infinite;
}

@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.treehome-pagination {
  position: absolute;
  bottom: auto !important;
  width: 22px !important;
  top: 12.45rem;
  height: auto;
  left: 13.8% !important;
  z-index: 3;
  text-align: center;
  display: none;
}

.treehome-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  position: relative;
  background: transparent;
  margin: 0 5px;
  opacity: 1;
}

.treehome-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}

.treehome-pagination .ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*opacity: 0;*/
  transition: all .3s;
}

.treehome-pagination .ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.treehome-pagination .ui-loop .path-loop-bg {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
  opacity: 0;
}

.treehome-pagination .ui-loop .path-loop {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
  opacity: 0;
}

.treehome-pagination .swiper-pagination-bullet-active .ui-loop .path-loop-bg {
  opacity: .2;
}

.treehome-pagination span.swiper-pagination-bullet-active .ui-loop {
  opacity: 1;
}

.treehome-pagination span.swiper-pagination-bullet-active:before {
  opacity: 0;
}

.treehome-pagination span.swiper-pagination-bullet-active .path-loop {
  opacity: 1;
  transition: opacity .3s 1s;
}

.section3 .nextsec {
  bottom: 34%;
  left: auto;
  right: 3.5%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section3 .nextsec .tit-16 {
  transform: rotate(-90deg) translateX(15px);
}
.section3 .bglist {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.section3 .bg:first-child {
  display: block;
}
.section3 .contbox {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.section3 .contbox .li {
  width: 33.33%;
  height: 100%;
  border-right: 1px solid rgba(221, 221, 221, 0.3);
  float: left;
  position: relative;
}
.section3 .contbox .li .hoverbox {
  /*background-image: url(../img/s3bg.png);*/
  background: url(../img/03.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.section3 .contbox .li:hover .hoverbox .txt{
  opacity:0;
}
.section3 .contbox .li .hoverbox .tit-16 {
  position: absolute;
  top: 55%;
  left: 0;
  text-align:center;
  width:100%;
}
.section3 .contbox .li .hoverbox .jt {
  position: absolute;
  left: 1.7rem;
  bottom: 1.75rem;
}
.section3 .contbox .li .txt {
  width: 100%;
 text-align: center;
  position: absolute;
  top: 46.2%;
}
.section3 .contbox .li .txt .col-fff {
  font-size: 0;
}
.section3 .contbox .li .txt .col-fff div {
  display: inline-block;
  vertical-align: top;
}
.section3 .contbox .li .txt .col-fff .tit-24 {
  transform: translateY(-20px);
}
.section3 .contbox .li:last-child {
  border-right: 0;
}

header .left_nav .nav.nobor {
  border-right: 0;
}

header .right_nav.nobor {
  border-left: 0;
}

.section3 .contbox .li.cur .hoverbox {
  opacity: 1;
}
.section3 .contbox .li .hoverbox .tit-16{
  color:#fff;
}
/*.section3 .contbox .li.cur .col-fff {
  color: #333;
}*/

.section4 .four-container {
  height: 100%;
}
.section4 .four-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.section4 .four-container .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section4 .four-container .swiper-slide .txt {
  position: absolute;
  width: 22.425rem;
  left: 26.5%;
  top: 30.7%;
}
.section4 .four-container .swiper-slide .txt .tit-60 {
  line-height: 1.8rem;
  margin-top: .7rem;
}
.section4 .four-container .swiper-slide .txt .tit-16 {
  margin-top: 1rem;
  line-height: .7rem;
  color: rgba(255, 255, 255, 0.8);
}
.section4 .four-container .swiper-slide .txt .list {
  margin-top: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section4 .four-container .swiper-slide .txt .list .li {
  margin-right: 3.225rem;
}
.section4 .four-container .swiper-slide .txt .list .li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section4 .four-container .swiper-slide .txt .list .li .img {
  width: 1.425rem;
  height: 1.2rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
.section4 .four-container .swiper-slide .txt .list .li .img img {
  display: inline-block;
}
.section4 .nextsec {
  bottom: 37%;
  left: auto;
  right: 4%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section4 .nextsec .tit-16 {
  transform: rotate(-90deg) translateX(15px);
}
.section4 .text-pagination {
  right: auto;
  left: 14.3%;
  top: 10.45rem;
}

.section5 {
  position: relative;
}
.section5 .ebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.5rem;
  height: 115px;
  background-color: #f1f1f1;
  z-index: 2;
}
.section5 .box {
  width: 79%;
  height: calc(100% - 115px);
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.section5 .box .txt{
  left:15%;
  transform: translate(0, -50%);
}
.section5 .box .tit-18 {
  color: #131313;
}
.section5 .box .tit-42 {
  color: #212121;
  line-height: 1.375rem;
  margin-top: 0.7rem;
  margin-bottom: .85rem;
}
.section5 .box .subtxt {
  color: #5D5D5D;
  line-height: 0.75rem;
  width: 15.6rem;
}
.section5 .box .subtxt p {
  margin-bottom: .9rem;
}
.section5 .box .list {
  margin-top: .5rem;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}
.section5 .box .list .li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1.825rem;
}
.section5 .box .list .li .mun {
  display: flex;
  align-items: flex-start;
}
.section5 .box .list .li .tit-16 {
  margin-top: 0.4rem;
  line-height: 1.5;
}
.section5 .box .list .li:first-child {
  align-items: center;
}
.section5 .box .more {
  margin-top: 2.5rem;
}

header.four .left_nav .meum .line {
  background-color: #000;
}
header.four .logobox .logo .img2 {
  opacity: 1;
}
header.four .logobox .logo .img1 {
  opacity: 0;
}
header.four .left_nav .bot {
  background-color: #006CB7;
}

.more {
  display: block;
}
.more .tit-16 {
  display: inline-block;
  color: #131313;
  vertical-align: middle;
}
.more .lined {
  display: inline-block;
  vertical-align: middle;
  color: #E6E6E6;
  margin-left: 15px;
  transition: all 0.4s;
}

header.six .left_nav .meum .line {
  background-color: #000;
}
header.six .logobox .logo .img2 {
  opacity: 1;
}
header.six .logobox .logo .img1 {
  opacity: 0;
}
header.six .left_nav .bot {
  background-color: #006CB7;
}
header.six .right_nav .lan a .img2 {
  opacity: 1;
}
header.six .right_nav .lan a .img1 {
  opacity: 0;
}
header.six .left_nav .nav {
  border-right: 0;
}
header.six .right_nav {
  border-left: 0;
}

.section6 {
  position: relative;
}
.section6 .content {
  height: 100%;
  padding: 0 20%;
  padding-top: 6rem;
  z-index: 3;
}
.section6 .content .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.section6 .content .newscontent {
  overflow: hidden;
}
.section6 .content .newscontent .news-container .swiper-slide {
  width: calc((100% - 3rem) / 3);
  margin-right: 1.5rem;
}
.section6 .content .newscontent .news-container .swiper-slide .img {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.section6 .content .newscontent .news-container .swiper-slide .img .bg {
  transition: all 1s;
}
.section6 .content .newscontent .news-container .swiper-slide .txt {
  width: 100%;
}
.section6 .content .newscontent .news-container .swiper-slide .txt .time {
  line-height: 1;
  margin: 0.75rem 0;
}
.section6 .content .newscontent .news-container .swiper-slide .txt .tit-24 {
  line-height: .9rem;
  color: #131313;
  height: 1.8rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.section6 .content .newscontent .news-container .swiper-slide .txt .tip svg {
  transform: translateY(2px);
  margin-right: 0.3rem;
  fill: #999;
}




#wave {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important;
}

footer {
  padding-left: 3.975rem;
}
footer .footer {
  background-color: #006CB7;
  height: 15.85rem;
  padding-top: 1.5rem;
}
footer .footer .footer_nav {
  padding: 0 3.35rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer .footer_nav .li {
  width: 2.5rem;
  text-align: left;
}
footer .footer .footer_nav .li .tit-16 {
  line-height: 0.9rem;
}
footer .footer .footer_nav .sub {
  margin-top: 0.25rem;
}
footer .footer .footer_nav .sub a {
  display: block;
  color: #fff;
  opacity: 0.4;
  white-space: nowrap;
  line-height: 0.75rem;
}
footer .footer .footer_box {
  padding-left: 3.35rem;
  margin-top: 1.5rem;
  padding-right: 5rem;
  font-size: 0;
}
footer .footer .footer_box .left {
  padding-top: 2.35rem;
  float: left;
}
footer .footer .footer_box .left .logo {
  display: inline-block;
  width: 3.675rem;
  margin-right: 2.45rem;
  vertical-align: top;
}
footer .footer .footer_box .left .ewmlist {
  display: inline-block;
  vertical-align: top;
}
footer .footer .footer_box .left .ewmlist .li{
  margin-right: 0.45rem;
}
footer .footer .footer_box .left .ewmlist img {
  display: inline-block;
  vertical-align: top;
 
  width: 2.5rem;
}
footer .footer .footer_box .right {
  float: right;
      display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer .footer .footer_box .right .link {
  width: 7.5rem;
  height: 1.275rem;
  border: 1px solid #DDDDDD;
  position: relative;
  z-index: 33;
}
footer .footer .footer_box .right .link .boxtop {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1.275rem;
  padding: 0 17px;
  position: relative;
  cursor: pointer;
}
footer .footer .footer_box .right .link .boxtop:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  background-image: url(../img/fjt.png);
  background-size: 10px 8px;
  background-repeat: no-repeat;
  right: 17px;
  top: 50%;
  margin-top: -4px;
}
footer .footer .footer_box .right .link .sun_link {
  display: none;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  position: relative;
  line-height: 1.275rem;
  border: 1px solid #DDDDDD;
  border-top: 0;
  background-color: #006CB7;
  position: absolute;
  top: 1.275rem;
  left: 0;
  cursor: pointer;
}
footer .footer .footer_box .right .link .sun_link a {
  padding: 0 17px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer .footer_box .right .share {
  width: 300px;
  margin-top: 1.4rem;
}
footer .footer .footer_box .right .share .list {
  margin-top: 0.4rem;
  text-align: right;
}
footer .footer .footer_box .right .share .list a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(242, 242, 242, 0.23);
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
footer .footer .footer_bot {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.6rem 3.35rem;
  padding-right: 5rem;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer .footer_bot a {
  color: #fff;
  transition: all 0.3s;
}
footer .footer .footer_bot img{
  display:inline-block;
}
footer .footer .footer_bot .boc {
  margin-right: 1rem;
}

.section {
  overflow: hidden;
}

.fp-tableCell {
  height: auto !important;
}

.com_banner {
  height: 20rem;
}
.com_banner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.com_banner .newstxt {
  position: absolute;
  top: 50%;
  left: 5.925rem;
  transform: translateY(-50%);
}

.neye header .left_nav {
  height: 100vh;
}
.neye header .right_nav {
  height: 20rem;
}

.view {
  width: 100%;
  padding-left: 3.975rem;
  padding-right: 4.975rem;
}

.adds-nav {
  height: 2.5rem;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #ddd;
}
.adds-nav .left {
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.adds-nav .left a {
  margin: 0 0.5rem;
}
.adds-nav .right a {
  display: inline-block;
  margin-left: 1.5rem;
}
.adds-nav .right a.on {
  color: #006CB7;
}

.news .maincontent .li1 {
  margin-top: 1.5rem;
  height: 12.65rem;
  display: block;
}
.news .maincontent .li1 .left {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
}
.news .maincontent .li1 .right {
  width: 50%;
  float: right;
  height: 100%;
  overflow: hidden;
  background: #F7F7F7;
  padding: 2.075rem 1.625rem;
}
.news .maincontent .li1 .right .tit-30 {
  color: #131313;
  line-height: 1rem;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
  height: 2rem;
  overflow: hidden;
}
.news .maincontent .li1 .right .tit-16 {
  line-height: 0.8rem;
  height: 1.8rem;
}
.news .maincontent .li1 .right .more2 {
  font-size: 16px;
  display: flex;
  color: #131313;
  margin-top: 2.425rem;
  flex-direction: row;
  align-items: center;
  transition: all 0.4s;
}
.news .maincontent .li1 .right .more2 img {
  margin-left: 10px;
  width: 1rem;
  transition: all 0.4s;
}
.news .maincontent .newslist {
  margin-top: 2.875rem;
}
.news .maincontent .newslist .ajaxlist {
  margin-top: 1.375rem;
}
.news .maincontent .newslist .ajaxlist a {
  display: block;
  width: calc((100% - 2rem) / 3);
  float: left;
  margin-right: 1rem;
  margin-bottom: 2.225rem;
}
.news .maincontent .newslist .ajaxlist a .img {
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
  position: relative;
}
.news .maincontent .newslist .ajaxlist a .img .bg {
  transition: all 0.4s;
}
.news .maincontent .newslist .ajaxlist a .time {
  margin-top: .7rem;
  margin-bottom: .7rem;
}
.news .maincontent .newslist .ajaxlist a .tit-24 {
  color: #131313;
  line-height: 0.9rem;
  height: 1.8rem;
  overflow: hidden;
  transition: all 0.4s;
}
.news .maincontent .newslist .ajaxlist a:nth-child(3n) {
  margin-right: 0;
}

.maincontent {
  padding-left: 3.475rem;
  border-left: 1px solid #ddd;
  padding-top: 2.95rem;
  padding-bottom: 2.35rem;
}

.showmore img {
  display: inline-block;
  margin-top: .5rem;
}

.new_info .maincontent {
  padding-top: 2.95rem;
  padding-bottom: 2.35rem;
}
.new_info .maincontent .time {
  margin: 0.7rem 0;
}
.new_info .maincontent .con {
  padding-top: 2rem;
  border-top: 1px solid #ddd;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.new_info .maincontent .con p {
  margin-bottom: .7rem;
}
.new_info .maincontent .bot {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_info .maincontent .bot div {
  display: flex;
  align-items: center;
}
.new_info .maincontent .bot div img {
  margin-left: 8px;
}
.new_info .maincontent .bot .prev img {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}

.cbot {
  position: absolute;
  top: -1px;
  left: 0;
  width: 3.975rem;
  transform: translateY(-100%);
  padding-top: 1.75rem;
  padding-bottom: 1.875rem;
  z-index: 3;
  background-color: #006CB7;
}
.cbot .li {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cbot .li a {
  display: block;
  position: relative;
}
.cbot .li a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cbot .li:last-child {
  margin-bottom: 0;
}

.coo .maincontent .tit-16 {
  margin-top: 1.25rem;
  line-height: 0.65rem;
}
.coo .maincontent .list {
  margin-top: 2.65rem;
}
.coo .maincontent .list .li {
  width: calc((100% - 2rem) / 3);
  float: left;
  margin-right: 1rem;
  position: relative;
  background-color: #f7f7f7;
  height: 7.425rem;
  margin-bottom: 1rem;
}
.coo .maincontent .list .li img {
  width: 45%;
}
.coo .maincontent .list .li:nth-child(3n) {
  margin-right: 0;
}

.contact .maincontent {
  padding-bottom: 3.75rem;
}

.contact_a {
  margin-top: 1rem;
}

.jionus_list {
  margin-top: 1.225rem;
}

.jionus_list .recruit-list-1 .title-top {
  font-size: 15px;
  padding: .5rem 0;
  padding-left: 0.75rem;
}

.jionus_list .recruit-list-1 .title-top .span6 {
  width: 10%;
}

.jionus_list .recruit-list-1 .title-top .span2, .jionus_list .recruit-list-1 .title-top .span3, .jionus_list .recruit-list-1 .title-top .span4, .jionus_list .recruit-list-1 .title-top .span5, .jionus_list .recruit-list-1 .title-top .span1 {
  width: 22.5%;
  text-indent: .75rem;
}

.jionus_list .recruit-list-1 .list {
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  margin-top: -1px;
}

.jionus_list .recruit-list-1 .list:nth-child(2n) {
  background-color: #F7F7F7;
}

.jionus_list .recruit-list-1 .list .list-top {
  padding: .5rem 0;
  font-size: 15px;
  padding-left: 0.75rem;
  transition:all 0.2s;
}

.jionus_list .recruit-list-1 .list .span1 {
  width: 10%;
}

.jionus_list .recruit-list-1 .list .span2, .jionus_list .recruit-list-1 .list .span3, .jionus_list .recruit-list-1 .list .span4, .jionus_list .recruit-list-1 .list .span5, .jionus_list .recruit-list-1 .list .span1 {
  width: 22.5%;
  text-indent: 0.75rem;
}

.jionus_list .recruit-list-1 .list .span6 span {
  color: #006CB7;
  display: inline-block;
  border-bottom: 1px solid #006CB7;
  text-indent: 0;
}

.jionus_list .recruit-list-1 .list .list-top.on {
  background-color: #006CB7;
  color: #fff;
}

.jionus_list .recruit-list-1 .list .item {
  margin-bottom: 1.225rem;
}

.jionus_list .recruit-list-1 .list .list-top.on .span6 span {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.jionus_list .recruit-list-1 .list .list-hide {
  padding: 1.575rem 1.5rem 1.475rem;
  position: relative;
  display: none;
  border: 2px solid #006CB7;
  background-color: #fff;
}

.jionus_list .recruit-list-1 .list .tit2 {
  margin-bottom: 0.7rem;
  line-height: 1;
}

.jionus_list .recruit-list-1 .list .ul {
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  color: #666;
}

.jionus_list .recruit-list-1 .list .ul .li {
  margin-bottom: 15px;
  margin-right: .8rem;
}

.jionus_list .recruit-list-1 .list .morebox {
  width: 132px;
  height: 44px;
  background: #006CB7;
  color: #fff;
  line-height: 44px;
  text-align: center;
  margin-top: 1rem;
  display: block;
  border: 2px solid transparent;
  transition: all .5s ease;
  box-sizing: content-box;
}

.jionus_list .recruit-list-1 .list .morebox:hover {
  background: transparent;
  color: #006CB7;
  border: 2px solid #006CB7;
}

.jionus_list .recruit-list-1 .list.cur {
  margin-bottom: .4rem;
}

@media (max-width: 960px) {
  .jionus_list .recruit-list-1 .span2, .jionus_list .recruit-list-1 .span3, .jionus_list .recruit-list-1 .span4 {
    display: none;
  }

  .jionus_list .recruit-list-1 .span1 {
    width: calc(100% - 100px) !important;
  }

  .jionus_list .recruit-list-1 .span6 {
    width: 80px !important;
  }
}
@media (max-width: 767px) {
  .jionus_list .recruit-list-1 .title-top .span1 {
    text-indent: .5rem;
  }

  .jionus_list .recruit-list-1 .list .span1 {
    text-indent: .5rem;
  }

  .jionus_list .recruit-list-1 .list .list-hide {
    padding: 0.5rem 0.5rem 1rem;
  }

  .jionus_list .recruit-list-1 .list .list-hide:before {
    left: .5rem;
    top: 0;
    width: calc(100% - 1rem);
  }

  .jionus_list .recruit-list-1 .list .morebox {
    width: 6rem;
    height: 35px;
    color: #fff;
    line-height: 35px;
  }
}
.index_more {
  width: 220px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  background-color: #006CB7;
  justify-content: center;
}

.index_more span {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}

.index_more .img {
  margin-left: 8px;
}

.contact_b {
  padding-right: 0;
  height: 31.5rem;
  display: block;
}
.contact_b .bg {
  padding: 3rem 3.425rem;
  padding-right: 4.5rem;
}
.contact_b .bg .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.1rem;
}
.contact_b .bg .list .li {
  float: left;
  margin-right: 4.35rem;
}
.contact_b .bg .list .li .tit {
  display: flex;
  align-items: center;
  margin-bottom: .2rem;
}
.contact_b .bg .list .li .tit img {
  width: 0.8rem;
  margin-right: 10px;
}
.contact_b .bg .list .ewm {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -1.825rem;
}
.contact_b .bg .map {
  width: 100%;
  margin-top: 2rem;
  height: 15.375rem;
  display: block;
}

.research {
  padding-right: 0;
}
.research .li {
  height: 18rem;
  border-left: 1px solid #ddd;
}
.research .li .txt {
  position: absolute;
  left: 56%;
  top: 13.2%;
  width: 100%;
}

.research .li .txt .tit-20 {
  margin-top: 1.6rem;
  line-height: .8rem;
  width: 38%;
 
  padding-right:10px;

}
.research2 .li .txt {
  left: 7.7%;
}

.scient {
  padding-right: 0;
}
.scient .s_a .maincontent {
  padding-top: 0;
  padding-bottom: 2rem;
}
.scient .s_a .left {
  width: 40%;
  padding-top: 2.95rem;
  float: left;
}
.scient .s_a .left .tit-20 {
  margin-top: 1.6rem;
  line-height: .8rem;
}
.scient .s_a .right {
  width: 50%;
  float: right;
}
.scient .s_b {
  background-color: #f7f7f7;
  padding-right: 4.975rem;
}
.scient .s_b .list {
  margin-top: 2rem;
}
.scient .s_b .list .li {
  width: calc((100% - 2rem) / 3);
  margin-right: 1rem;
  height: auto;
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 1rem;
}
.scient .s_b .list .li .bg{
  transition:all 0.6s;
  height: 10.5rem;
  transform:scale(1)
}
.scient .s_b .list .li .txt {
  position: relative;
  width: 100%;
  padding: 1rem 0;
  bottom: 0;
  text-align: center;
  /* background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); */
}
.scient .s_b .list .li:nth-child(3n) {
  margin-right: 0;
}

.s_c {
  padding-right: 4.975rem;
}
.s_c .maincontent {
  border-left: 0;
}
.s_c .maincontent .list {
  margin-top: 1.5rem;
}
.s_c .maincontent .list .li {
  width: calc((100% - 0.5rem) / 2);
  float: left;
  height: 10.5rem;
  background-color: #fff;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 2.675rem 3.275rem;
  transition:all 0.4s;
}
.s_c .maincontent .list .li .img {
  width: 2.25rem;
  display: inline-block;
  vertical-align: top;
}
.s_c .maincontent .list .li .tit-24 {
  margin-top: 0.925rem;
  margin-bottom: 0.75rem;
}
.s_c .maincontent .list .li .tit-16 {
  line-height: 0.65rem;
}
.s_c .maincontent .list .li:nth-child(2n) {
  margin-right: 0;
}

.scient .s_e .maincontent {
  padding-top: 2.125rem;
  padding-bottom: 2rem;
}
.scient .s_e .left {
  padding-top: 0.875rem;
}

.s_f {
  padding-right: 4.975rem;
}
.s_f .maincontent {
  border-left: 0;
}
.s_f .maincontent .list {
  margin-top: 1.5rem;
}
.s_f .maincontent .list .li {
  width: calc((100% - 2.1rem) / 3);
  float: left;
  height: 10rem;
  background-color: #fff;
  margin-right: 1.05rem;
  margin-bottom: 1rem;
  padding: 2.275rem 0;
  transition:all 0.4s;
}
.s_f .maincontent .list .li .img {
  width: 2.8rem;
  display: inline-block;
  vertical-align: top;
}
.s_f .maincontent .list .li .tit-24 {
  margin-top: 0.55rem;
  margin-bottom: 0.55rem;
}
.s_f .maincontent .list .li .tit-16 {
  line-height: 0.65rem;
}
.s_f .maincontent .list .li:nth-child(3n) {
  margin-right: 0;
}

.s_g {
  height: 16.5rem;
  padding-top: 2.975rem;
  padding-left: 3.425rem;
}
.s_g .tit-18 {
  width: 18.125rem;
  line-height: 0.8rem;
  margin-top: 2rem;
}
.s_g .tit-18 p {
  margin-bottom: 1rem;
}

.inn .intxt {
  position: absolute;
  top: 50%;
  left: 5.925rem;
  transform: translateY(-50%);
  width: 17.875rem;
}
.inn .intxt .tit-60 {
  line-height: 1.8rem;
  margin-top: 0.85rem;
}

.inn_a {
  padding-right: 3.5rem;
}
.inn_a .list {
  margin-top: 1.5rem;
}
.inn_a .list .li {
  width: calc((100% - 1rem) / 3);
  float: left;
  margin-right: 0.5rem;
  height: 7.5rem;
  background: #F7F7F7;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: all 0.4s;
}
.inn_a .list .li .img {
  width: 4.5rem;
  height: 100%;
  float: left;
}
.inn_a .list .li .right {
  float: right;
  width: calc(100% - (180rem/40));
  padding: 0.75rem;
  transition: all 0.2s;
}
.inn_a .list .li{
  height:5.5rem;
}
.inn_a .list .li .right .tit-20 {
  line-height: 0.55rem;
  height:auto;
}
.inn_a .list .li .right .p {
  line-height: 0.65rem;
  margin-top: 0.5rem;
  height: 2.6rem;
  overflow: hidden;
  display:none;
}
.inn_a .list .li .right .icon {
  margin-top: 0.725rem;
}
.inn_a .list .li .right .icon svg {
  fill: #EA1A27;
  transition: all 0.2s;
}
.inn_a .list .li:nth-child(3n) {
  margin-right: 0;
}

.inn_b {
  padding-right: 0;
}
.inn_b .maincontent {
  padding-right: 3.5rem;
}
.inn_b .top {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inn_b .top .left {
  width: 17.75rem;
  line-height: 0.75rem;
}
.inn_b .top .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inn_b .top .li {
  margin-right: 1.4rem;
}
.inn_b .top .li .nums {
  display: flex;
  align-items: flex-start;
}
.inn_b .top .li .nums .dw {
  transform: translateY(10px);
  margin-left: 6px;
}
.inn_b .top .li .tit-16 {
  line-height: 1rem;
}
.inn_b .top .li:last-child {
  margin-right: 0;
}
.inn_b .imglist {
  margin-top: 2.375rem;
}
.inn_b .imglist .bg {
  transition: all .8s;
}
.inn_b .imglist .left {
  height: 15.125rem;
  width: 50%;
  float: left;
  overflow: hidden;
}
.inn_b .imglist .right {
  height: 15.125rem;
  width: 50%;
  float: left;
  overflow: hidden;
}
.inn_b .imglist .right .img {
  width: calc((100% - 10px) / 2);
  height: calc((100% - 5px) / 2);
  overflow: hidden;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
}

.inn_c {
  padding-right: 0;
}
.inn_c .maincontent {
  padding-right: 3.5rem;
  background-color: #F7F7F7;
}
/* .inn_c .list {
  margin-top: 1.9rem;
} */
.inn_c .list{
  margin-top: 1.9rem;
  width: calc((100% - 0.7rem) / 2);
  margin-right: 0.7rem;
  float: left;
  margin-bottom: 0.7rem;
}
.inn_c .list:nth-child(2n){
  margin-right: 0;
}
.inn_c .list .left {
  width:44%;
  height: 10rem;
  float: left;
}
.inn_c .list .right .tit-30{
  font-size: .7rem;
}
.inn_c .list .right .tit-16{
  font-size: 0.4rem;
}
.inn_c .list .right {
  width:56%;
  float: right;
  height: 10rem;
  background-image: url(../img/innc2.jpg);
  padding: 1.6rem 1.5rem;
}
.inn_c .list .right .tit-16 {
  line-height: 0.625rem;
  margin-top: 0.8rem;
}

.adds .view{
  padding-right: 0;
}
.adds .adds-nav {
  padding-right: 4.975rem;
}

.inn_d {
  padding-right: 0;
}
.inn_d .maincontent {
  padding-right: 3.5rem;
  padding-bottom: 4.65rem;
}
.inn_d .list {
  margin-top: 1.35rem;
}
.inn_d .list .li {
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  
}
.inn_d .list .li .bg {
  height:10.5rem;
  transition:all 0.4s;
  background-color:#eee;
}
.inn_d .list .li .tit-24{
  /*position: absolute;*/
  /*top:0;
  left:0;
  width:100%;
  height:100%;
   padding: 1.5rem;*/
   margin-top:15px;
   position: relative;
   z-index:2;
   line-height: 1.5;
}
.inn_d .list .li:nth-child(2n) {
  margin-right: 0;
}

.inn_e {
  padding-right: 0;
}
.inn_e .maincontent {
  padding-right: 3.5rem;
  background-color: #F7F7F7;
  overflow: hidden;
}
.inn_e .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inn_e .top .box a {
  display: inline-block;
  vertical-align: top;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #DDDDDD;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
  transition: all 0.2s;
}
.inn_e .top .box a svg {
  fill: #ccc;
}
.inn_e .top .box .prev {
  transform: rotate(180deg);
}
.inn_e .inne-container {
  margin-top: 2rem;
}
.inn_e .inne-container .swiper-slide {
  width: 15.8rem;
  height: 8.25rem;
  background: #FFFFFF;
  margin-right: 1rem;
  padding: 1.475rem 1.25rem;
  position: relative;
}
.inn_e .inne-container .swiper-slide .tit-20 {
  margin-top: .45rem;
  line-height: 1.5;
  width: 60%;
}
.inn_e .inne-container .swiper-slide .img {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.725rem;
}
.inn_e .inne-container .inne-scrollbar {
  width: 100%;
  height: 2px;
  margin-top: 2.2rem;
  background: #ddd;
}
.inn_e .inne-container .inne-scrollbar .swiper-scrollbar-drag {
  background: #EA1A27;
}

.about_a .maincontent {
  padding-bottom: 4rem;
}
.about_a .tit-40 {
  line-height: 1.25rem;
}
.about_a .left {
  width: 14.625rem;
  float: left;
}
.about_a .left .tit-16 {
  line-height: 0.75rem;
  color: #5D5D5D;
  font-weight: 500;
  margin-top: 1.25rem;
}
.about_a .left .tit-16 p {
  margin-bottom: .85rem;
}
.about_a .right {
  float: right;
  width: calc(100% - (720rem / 40));
}
.about_a .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
}
.about_a .list .li .nums {
  display: flex;
  align-items: flex-start;
}
.about_a .list .li .dw {
  transform: translateY(10px);
  margin-left: 6px;
}
.about_a .list .li .tit-16 {
  color: #131313;
  margin-top: 3px;
}

.about_b {
  padding-right: 0;
}
.about_b .maincontent {
  padding-right: 4.5rem;
  background-image: url(../img/aboutb.jpg);
}
.about_b .list .left {
  float: left;
  width: calc(100% - (720rem / 40));
}
.about_b .list .left .hislist {
  width: 87%;
  margin-top: 1rem;
  height: 11.5rem;
  overflow: auto;
}
.about_b .list .left .hislist .li {
  position: relative;
  padding-left: 0.9rem;
  padding-bottom: 1rem;
  width:78%;
}
.about_b .list .left .hislist .li .tit-16 {
  line-height: 0.75rem;
}
.about_b .list .left .hislist .li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #EA1A27;
  border-radius: 50%;
  top: 6px;
  left: 0;
}
.about_b .list .left .hislist .li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  background: #EA1A27;
  top: 20px;
  left: 4px;
}
.about_b .list .right {
  float: right;
  width: 18rem;
  height: 15rem;
}

.about_c {
  padding-right: 0;
}
.about_c .about-container {
  overflow: hidden;
  height: 16.5rem;
}
.about_c .about-container .swiper-slide {
  width: 100%;
  position: relative;
  height: 100%;
}
.about_c .about-container .swiper-slide .txt {
  z-index: 2;
}
.about_c .about-container .swiper-slide .txt .img {
  display: inline-block;
  vertical-align: top;
}
.about_c .about-container .swiper-slide .txt .tit-40 {
  margin-top: 0.55rem;
  margin-bottom: 0.45rem;
}

.about-prev, .about-next {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
}
.about-prev svg, .about-next svg {
  fill: #fff;
  opacity: 0.6;
  transition: all 0.3s;
}

.about-next {
  right: 10%;
}

.about-prev {
  left: 10%;
  transform: rotate(180deg);
}

.about_d .inne-container .swiper-slide .img {
      width: 8.025rem;
      height: 6rem;
      text-align: center;
}
.about_d .inne-container .swiper-slide .img img{
  max-height: 100%;
  display:inline-block;
}
.about_d .inne-container .swiper-slide .tit-20 {
  width: calc(100% - (330rem / 40) );
}

.inna_doig {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display:none;
  z-index: 9999;
}
.inna_doig .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.inna_doig .box {
  width:27.5rem;
  background-color: #fff;
  padding: 3rem;


}
.inna_doig .box .img {
  width: 4.5rem;
  float: left;
}
.inna_doig .box .txt {
  float: right;
  width:15rem;
}

/*# sourceMappingURL=yystyle.css.map */
.inna_doig .box .txt .tit-20 {
  line-height: 0.55rem;
  height: 1.1rem;
}
.inna_doig .box .txt .p {
  line-height: 0.65rem;
  margin-top: 0.5rem;

}
.inna_doig .box .txt .tit-18{
  margin-top: .5rem;
  padding-bottom:.5rem;
  border-bottom: 1px solid #ddd;
  display:none;
}
.inna_doig .box .colese {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
    z-index: 2;
    background-image: url(../img/close2.png);
    background-size: 17px 17px;
    cursor: pointer;
    transition: all 0.5s;
}
.vidcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  cursor: pointer;
  z-index: 999;
}

.vidcontainer .video-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.vidcontainer .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
}

.vidcontainer .closevid {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/close-vid2.png");
  background-size: .35rem;
  border: 1px solid #fff;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: -2.5rem;
  cursor: pointer;
  transition: all .3s;
}

.vidcontainer video {
  width: 100%;
  outline: none;
}

@media (max-width: 767px) {
  .vidcontainer .closevid {
    width: .6rem;
    height: .6rem;
    top: -1rem;
    right: 0;
  }

  .vidcontainer .video-dialog {
    width: 90%;
  }

}
@media (min-width: 1025px) {
  .vidcontainer .closevid:hover {
    transform: rotate(90deg);
  }
}
.innovation-container{
  height:100%;
  overflow: hidden;
}
.section6 .banner-pagination{
  opacity: 0;
}
.section3 .banner-pagination{
  opacity: 0;
}
.section3 .contbox .li .txt svg{
    opacity:0;
  }

  .section5 .nextsec,  .section6 .nextsec {
    bottom: 37%;
    left: auto;
    right: 4%;
    transform: translateY(-50%);
    position: absolute;
    display: flex;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section5 .nextsec .tit-16 ,  .section6 .nextsec .tit-16{
    transform: rotate(-90deg) translateX(15px);
}
header.cur .left_nav .bot{
      background-color: #fff;
}
.scient .s_e.r .left{
  float: right;
    width: 50%;
    padding-right: 10%;
}
.scient .s_a.r .right{
  float: left;
  width: 40%;
}
.nsew.s_f .maincontent .list .li {
  width: calc((100% - 2.4rem) / 7);
  float: left;
  height: auto;
  background-color: #fff;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
  transition: all 0.4s;
}
.nsew.s_f .maincontent .list .li:nth-child(3n){
  margin-right: 0.6rem;
}

.nsew.s_f .maincontent .list .li:nth-child(7n){
  margin-right: 0;
}