@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: #08c;
}
a:active, a:hover {
  outline: 0;
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
::-moz-selection {
  background: 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: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.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-end-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

.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;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1480 {
  width: 1480px;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .w1480 {
    width: 90%;
  }
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .w1400 {
    width: 90%;
  }
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .w1280 {
    width: 88%;
  }
}

.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .w1180 {
    width: 88%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1080 {
    width: 90%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1070 {
    width: 90%;
  }
}

/*分页样式*/
.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;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  box-sizing: content-box;
}

.page a.active {
  background: #0a62a3;
  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: #0a62a3;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #0a62a3;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }

  .page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.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: 1s;
  animation-duration: 1s;
  -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;
}

.anim_emt2.start {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anim_emt2.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}


.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
@keyframes line_w100 {
  to {
    left: 100%;
  }
}
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_in {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}


#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo, body.init #pageloader div {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.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*/
.warp-header4 {
  position: absolute;
  width: 100%;
  height: 2.75rem;
  z-index: 9;
}

.header4 {
  height: 2.75rem;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 12;
  padding: 0 2.5rem;
  transition: all .5s;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.header4 .nav{
  flex-wrap: nowrap;
  word-break: keep-all;
  width:70%;
}
.header4 .nav .li {
  height: 2.75rem;
  line-height: 2.75rem;
  margin: 0 .92rem;
  transition: all .4s;
}
.header4 .nav .li > a {
  position: relative;
}
.header4 .nav .li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #e62129;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transform: scale(0.4, 1);
  transition: all .4s;
}
.header4 .nav .li:hover > a:before,
.header4 .nav .li.cur > a:before{
  opacity: 1;
  transform: scale(1, 1);
}
.header4 .nav .li a {
  transition: all .4s;
}
.header4 .nav .li:hover > a {
  color: #fff;
}
.header4 .nav .sub-list {
  position: absolute;
  width: 170px;
  left: 0;
  top: 2.75rem;
  padding-left: 32%;
  opacity: 0;
  transform: translate(0, -10px);
  transition: all .4s;
  visibility: hidden;
}
.header4 .nav .sub-list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  z-index: 1;
}
.header4 .nav .sub-list .nli {
  display: block;
  height: 55px;
  line-height: 55px;
  color: #333;
  width: 100%;
  position: relative;
  z-index: 3;
}
.header4 .nav .sub-list .nli:hover {
  color: #0054A3;
}
.header4 .nav .sub-list .nli:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}
.header4 .nav .li:hover .sub-list {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.header4 .rightbox {
  position: relative;
  padding-left: 1rem;
  margin-left: .55rem;
  height: 2.75rem;
}
.header4 .rightbox .searchbtn {
  width: auto;
  height: 30px;
  margin-right: .65rem;
  cursor: pointer;
}
.header4 .rightbox .searchbtn .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.header4 h1 {
  height: 48px;
}
.header4 h1 a {
  display: block;
}
.header4 h1 img {
  height: 48px;
}
.header4 h1 .img2 {
  opacity: 0;
  transition: all .3s;
}

.tram-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/*.warp-header4{
    position: relative;
}*/
.header4.on {
  background: #fff;
  height: 80px;
}
.header4.on .nav .li {
  height: 80px;
  line-height: 80px;
}
.header4.on .nav .li a {
  color: #333;
}
.header4.on .nav .sub-list {
  top: 80px;
}
.header4.on .rightbox {
  height: 80px;
}
.header4.on .rightbox .sp {
  color: #333;
}
.header4.on .rightbox .langbox{
	color:#333;
}
.header4.on .rightbox .searchbtn .icon {
  fill: #333;
}
.header4.on h1 .img1 {
  opacity: 0;
}
.header4.on h1 .img2 {
  opacity: 1;
}

.warp-header4.active {
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.warp-header4.active .header4 {
  background: #fff;
}
.warp-header4.active .header4 .li > a {
  color: #333;
}
.warp-header4.active .header4 .rightbox .langbox .sp {
  color: #333;
}
.warp-header4.active .header4 .rightbox .searchbtn:before {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.warp-header4.active .header4 .rightbox .searchbtn .icon {
  fill: #333;
}
.warp-header4.active .header4 h1 .img1 {
  opacity: 0;
  visibility: hidden;
}
.warp-header4.active .header4 h1 .img2 {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1380px) {
  .header4 .leftbox .li {
    margin: 0 .35rem;
  }
}
.m-bocweb-header3 {
  /*position:fixed;*/
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.m-bocweb-header3 .header2 {
  background: #fff;
  height: 60px;
  padding: 0 4%;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
}
.m-bocweb-header3 .header2 .logo {
  display: block;
  position: relative;
  z-index: 12;
  height: 36px;
}
.m-bocweb-header3 .header2 .logo img {
  max-height: 100%;
}
.m-bocweb-header3 .header2 .logo a {
  display: block;
}
.m-bocweb-header3 .header2 .nav .tit {
  width: 100%;
  padding: .65rem 0;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}
.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.m-bocweb-header3 .header2 .nav {
  font-size: .65rem;
  color: #333;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 60px - 1rem);
      /*.lilang{
        background:#063274;
        .tit{
          border-bottom:none;
        }
        .langicon{
          margin-right:.35rem;
        }
        .icon2{
          margin-left:.25rem;
          width:.5rem;
          height:.5rem;
          fill:#00559E ;
        }

        .sub-tit:after{
          display:none;
        }
      }*/
}
.m-bocweb-header3 .header2 .nav .li {
  position: relative;
  width: 100%;
}
.m-bocweb-header3 .header2 .nav .li:hover > a {
  color: #333;
}
.m-bocweb-header3 .header2 .nav .li:nth-child(odd) {
  background: #f8f8f8;
}
.m-bocweb-header3 .header2 .nav .icon {
  width: 16px;
  height: 16px;
  fill: #999;
  transition: all .4s;
}
.m-bocweb-header3 .header2 .nav .warp-btn {
  /*display:block;*/
  padding: .65rem 5%;
  line-height: 1.5;
  position: relative;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /*border-top:1px solid rgba(255,255,255,.2);*/
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.m-bocweb-header3 .header2 .nav .sec-list {
  padding: .35rem 5%;
  background: #0054A3;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on {
  background: #0054A3;
  color: #fff;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on .icon {
  transform: rotate(-90deg);
  fill: #fff;
}
.m-bocweb-header3 .header2 .nav .sec-list {
  /*line-height:40px;*/
  padding: .35rem 6% 1.5rem;
  display: none;
  font-size: .6rem;
  border-bottom: 1px solid #555;
}
.m-bocweb-header3 .header2 .nav .sec-list a {
  padding: .3rem 0;
  display: block;
}
.m-bocweb-header3 .header2 .hamburger-inner {
  margin-top: -1px;
}
.m-bocweb-header3 .header2 .hamburger-inner::before {
  top: -6px;
}
.m-bocweb-header3 .header2 .hamburger-inner::after {
  bottom: -6px;
}
.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 17px;
}
.m-bocweb-header3 .header2 .hamburger-box {
  width: 18px;
  height: 17px;
}
.m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background: #333;
}
.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::after {
  background: #333;
}
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::before, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::after {
  background: #333;
}
.m-bocweb-header3 .header2 .warp-nav1-sub {
  transform: translate(0, 0);
  transition: all .5s;
}
.m-bocweb-header3 .header2 .warp-nav1-sub.active {
  transform: translate(-100%, 0);
}
.m-bocweb-header3 .header2 .warp-nav2-sub {
  transform: translate(100%, 0);
  transition: all .5s 0s;
}
.m-bocweb-header3 .header2 .warp-nav2-sub.active {
  transform: translate(0, 0);
  transition: all .5s .2s;
}
.m-bocweb-header3 .header2 .h-right span {
  margin-left: .25rem;
}
.m-bocweb-header3 .searchbtn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all .4s;
}
.m-bocweb-header3 .searchbtn .icon {
  width: 15px;
  height: 15px;
  fill: #333;
}
.m-bocweb-header3 .line {
  width: 1px;
  height: 10px;
  background: #000;
  opacity: .2;
  margin: 0 .5rem 0 .25rem;
}
.m-bocweb-header3 .search {
  width: 90%;
  margin: 0 auto;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.m-bocweb-header3 .search .input1 {
  padding: 0 .5rem;
  height: 40px;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.m-bocweb-header3 .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.m-bocweb-header3 .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.m-bocweb-header3 .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.m-bocweb-header3 .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.m-bocweb-header3 .search .input2 {
  width: 30px;
  height: 30px;
  background: url(../img/search.png) no-repeat center center;
  background-size: 15px 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -15px;
}
.m-bocweb-header3 .langbtn {
  margin-right: .25rem;
}

.m-bocweb-header3.on {
  position: fixed;
}

.m-bocweb-header3.active .header2 .hamburger-inner::before, .m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #0054A3 !important;
}

@media (max-width: 768px) {
  .m-bocweb-header3 .header2 {
    height: 60px;
  }

  .m-bocweb-header3 {
    height: 60px;
  }

  .m-bocweb-header3 .header2 .hamburger-box {
    width: 18px;
    height: 20px;
  }

  .m-bocweb-header3 .header2 .hamburger {
    height: 20px;
  }

  .m-bocweb-header3 .hamburger-inner::before {
    top: -6px;
  }

  .m-bocweb-header3 .hamburger-inner::after {
    bottom: -6px;
  }

  .m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
    width: 18px;
    height: 2px;
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .m-bocweb-header3 .header2 .warp-nav {
    padding: 0 0 45px;
  }

  .m-bocweb-header3 .header2 .nav {
    font-size: .55rem;
  }

  .m-bocweb-header3 .header2 .nav .warp-btn, .m-bocweb-header3 .header2 .nav .tit {
    padding: .5rem 5%;
  }

  .m-bocweb-header3 .header2 .logo {
    height: 38px;
  }

  .m-bocweb-header3 .header2 .nav .sec-list a {
    padding: .2rem 0;
    padding-left: 1.5rem;
    font-size: .55rem;
    border-bottom: 1px solid #0e5ca5;
    position: relative;
  }
  .m-bocweb-header3 .header2 .nav .sec-list a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: .5rem;
    top: 50%;
    margin-top: -2.5px;
  }
}
.w1600 {
  width: 1600px;
  max-width: 88%;
  margin: 0 auto;
}

footer {
  background-color: #d5dade;
  position: relative;
  z-index: 5;
}

.footer-top {
  padding: 2.25rem 0 1.4rem;
}

.footer-top .company-box .select.on .sub {
  display: block;
}

.f-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f-nav li {
  width: 1.8rem;
  white-space: nowrap;
}

.f-nav li.f-contact {
  width: auto;
}

.f-nav .tit {
  display: block;
  font-size: .45rem;
  line-height: .5rem;
  color: #282d48;
  margin-bottom: .5rem;
  font-weight: bold;
}

.f-nav .navson a {
  display: block;
  font-size: .4rem;
  line-height:1.5;
  color: #666;
  margin-bottom: .15rem;
  transition: all .3s;
  /* width: 1.8rem;
  white-space: nowrap; */
  transition: all .5s;
}
.f-nav .navson a:hover{
  color:#282d48;
}

/* .f-contact{
    float: right;
    width: 9%;
} */
.f-contact .tit {
  font-size: .45rem;
  line-height: .5rem;
  color: #282d48;
}

.f-contact .icon-box {
  font-size: 0;
  margin-top: .6rem;
}

.f-contact .icon-box .item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: .5rem;
  position: relative;
  width: .95rem;
}

.f-contact .icon-box .item:last-child {
  margin-right: 0;
}

.f-contact .icon-box .icon {
  display: block;
  width: .95rem;
  height: .95rem;
  background-color: #282d48;
  border-radius: 100%;
  transition: all .3s;
}

.f-contact .icon-box .icon img {
  width: 100%;
}

.f-contact .icon-box .item .img-box {
  position: absolute;
  left: 50%;
  bottom: .95rem;
  transform: translateX(-50%);
  padding-bottom: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.f-contact .icon-box .item .img-box:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
}

.f-contact .icon-box .item .img {
  width: 5rem;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.f-contact .icon-box .item .img img {
  width: 100%;
}

.footer-top .company-box {
  text-align: right;
  font-size: 0;
  margin-top: 1rem;
}

.footer-top .company-box .select {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 1.1rem;
  position: relative;
}

.footer-top .company-box .select-tit {
  display: block;
  width: 260px;
  height: 1.1rem;
  line-height: 1.1rem;
  box-sizing: border-box;
  text-align: center;
  border-right: 2px solid;
  background-color: #fff;
}

.footer-top .company-box .select-tit span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: .5rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px;
  font-size: .4rem;
  line-height: 1.1rem;
  height: 1.1rem;
  position: relative;
}

.footer-top .company-box .select-tit span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 6px;
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-top .company-box .gov-select .select-tit {
  border-color: #2366b7;
}

.footer-top .company-box .gov-select .select-tit span {
  color: #2366b7;
}

.footer-top .company-box .gov-select .select-tit span:before {
  background-image: url("../img/gov-sj.png");
}

.footer-top .company-box .member-select .select-tit {
  border-color: #df0024;
}

.footer-top .company-box .member-select .select-tit span {
  color: #df0024;
}

.footer-top .company-box .member-select .select-tit span:before {
  background-image: url("../img/member-sj.png");
}

.footer-top .company-box .select .sub {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 4rem;
  overflow-y: auto;
  display: none;
}

.footer-top .company-box .select .sub a {
  display: block;
  line-height: .6rem;
  text-align: center;
  font-size: .3rem;
  color: #2366b7;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: .2rem .5rem;
}

.footer-top .company-box .member-select .sub a {
  color: #df0024;
}

/*.footer-top .company-box .select .sub a:last-child{
    border-bottom: none;
}

.footer-top .company-box .select .sub .mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.footer-top .company-box .select .sub .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #2366b7;
    width: 3px;
}
.footer-top .company-box .member-select .sub .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #df0024;
}
.footer-top .company-box .select .sub .mCSB_scrollTools{
    width: 3px;
}
.footer-top .company-box .select .sub .mCSB_scrollTools .mCSB_draggerRail{
    width: 3px;
    background-color: transparent;
}*/
.m-qrcode {
  display: none;
}

.footer-bottom {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(165, 170, 197, 0.4);
}

.footer-bottom .left {
  font-size: 0;
  float: left;
  width: calc(100% - 160px);
}

.footer-bottom .copy,
.footer-bottom a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .35rem;
  line-height: .5rem;
  color: #656b86;
  transition: all .3s;
}

.footer-bottom .police {
  padding-left: .6rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: .5rem;
  background-image: url("../img/police.png");
}

.footer-bottom .right {
  float: right;
  font-size: 0;
}

.footer-bottom .build,
.footer-bottom .link {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.footer-bottom .build {
  margin-left: .3rem;
}

.footer-bottom .left .link {
  margin-left: .5rem;
}

.footer-bottom .left .link a {
  margin-right: .3rem;
}

.footer-bottom .left .link a:last-child {
  margin-right: 0;
}

.footer-bottom .build,
.footer-bottom .right a {
  font-size: .35rem;
  line-height: .5rem;
  color: #656b86;
  transition: all .3s;
}

.footer-bottom .right .link a {
  margin-left: .3rem;
}

.footer-bottom .right .link a:first-child {
  margin-left: 0;
}

.f-contact .icon-box .item:hover .icon {
  background-color: #e62129;
}

.f-contact .icon-box .item:hover .img-box {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .f-nav ul {
    display: none;
  }

  .footer-top {
    padding: .5rem 0;
  }

  .footer-top .company-box {
    margin: 0;
  }

  .footer-top .company-box .select {
    float: left;
    margin: 0;
  }

  .footer-top .company-box .select:nth-child(2n) {
    float: right;
  }

  .footer-top .company-box .select-tit {
    width: 3rem;
  }

  .footer-top .company-box .select-tit {
    line-height: .8rem;
    height: .8rem;
  }

  .footer-top .company-box .select-tit span {
    font-size: .3rem;
    line-height: .8rem;
    height: .8rem;
  }

  .footer-top .company-box .select .sub {
    max-height: 2.7rem;
  }

  .footer-top .company-box .select .sub a {
    /* height: .8rem; */
    line-height: .5rem;
    font-size: .3rem;
    padding: .2rem .3rem;
  }

  .footer-bottom {
    padding: .5rem 0;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .left,
  .footer-bottom .copy a,
  .footer-bottom .right,
  .footer-bottom .build a {
    float: none;
  }

  .footer-bottom .left .link {
    margin: 0;
  }

  .footer-bottom .copy,
  .footer-bottom a,
  .footer-bottom .build,
  .footer-bottom .right a {
    font-size: .3rem;
    line-height: .5rem;
  }

  .footer-bottom .police {
    padding-left: .5rem;
    background-size: .4rem;
  }
}
.mfooter {
  background: #D5DADE;
  position: relative;
  z-index: 2;
  padding: 1.5rem 6%;
}
.mfooter .company-box {
  width: 100%;
}
.mfooter .select {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-bottom: .35rem;
  position: relative;
}
.mfooter .select-tit {
  display: block;
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  border-right: 2px solid;
  background-color: #fff;
}
.mfooter .select-tit span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: .5rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px;
  font-size: .4rem;
  line-height: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.mfooter .select-tit span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 4px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mfooter .gov-select .select-tit {
  border-color: #2366b7;
}
.mfooter .gov-select .select-tit span {
  color: #2366b7;
}
.mfooter .gov-select .select-tit span:before {
  background-image: url("../img/gov-sj.png");
}
.mfooter .member-select .select-tit {
  border-color: #df0024;
}
.mfooter .member-select .select-tit span {
  color: #df0024;
}
.mfooter .member-select .select-tit span:before {
  background-image: url("../img/member-sj.png");
}
.mfooter .select .sub {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 4rem;
  overflow-y: auto;
  display: none;
}
.mfooter .select .sub a {
  display: block;
  line-height: .6rem;
  text-align: center;
  font-size: .3rem;
  color: #2366b7;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: .2rem .5rem;
}
.mfooter .member-select .sub a {
  color: #df0024;
}
.mfooter .imgbox {
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.mfooter .imgbox .img {
  width: 4rem;
  margin: 0 auto .5rem;
}
.mfooter .imgbox .p {
  margin-top: .35rem;
}
.mfooter .item {
  padding: .5rem 0 .8rem;
  border-top: 1px solid rgba(153, 153, 153, 0.55);
}
.mfooter .item .icon {
  height: .55rem;
  margin-bottom: .2rem;
}
.mfooter .p2 {
  border-top: 1px solid rgba(153, 153, 153, 0.55);
  padding-top: .8rem;
}

@media (max-width: 767px) {
  .mfooter .select.gov-select {
    position: relative;
    z-index: 3;
  }

  .mfooter .select .sub {
    bottom: auto;
    top: 100%;
  }
}
/*搜索弹框样式2*/
.search-btn2 svg {
  width: 45px;
  height: 45px;
}

.search-alert2 {
  position: fixed;
  z-index: 100;
  background-color:rgba(0,0,0,.7);
  left: 0;
  top: 0;
  width: 100%;
  //height: 100%;
  height:2.75rem;
  display: none;
  backdrop-filter: blur(15px);
}

.search-alert2 .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
  z-index:4;
}

.search-alert2 .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.search-alert2 .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -1rem;
  border-bottom: 1px solid #515151;
  padding-top:.5rem;
}

.search-alert2 .cent-form .tex {
  border: none;
  font-size: 24px;
  height: 1rem;
  line-height: 1rem;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-right: 3.5rem;
  
}

.search-alert2 .cent-form .sub-butn {
  border: none;
  height: 1rem;
  font-size: 18px;
  line-height: 1rem;
  color: #fff;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: .5rem;
  width: 3.5rem;
  text-align: center;
}

.search-alert2 .close:hover {
  transform: rotate(90deg);
}

.search-list1 {
  background: #F3F2F0;
  padding: .8rem 0;
}

.search-list1 .searchbox {
  width: 100%;
  height: 68px;
  background: transparent;
  border: none;
  position: relative;
}

.search-list1 .input1 {
  width: 100%;
  height: 66px;
  background: transparent;
  border: none;
}

.search-list1 .input2 {
  width: 124px;
  height: 42px;
  background: #0054A3 url(../img/searchbtn2.png) no-repeat 75px center;
  border-radius: 21px;
  background-size: 21px auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
  padding-left: 35px;
  text-align: left;
}

.search-list1 form {
  width: 100%;
}

@media (max-width: 767px) {
  .search-list1 .input2 {
    width: 100px;
    padding-left: 25px;
    background: #0054A3 url(../img/searchbtn2.png) no-repeat 60px center;
    background-size: 16px auto;
  }

  .search-list1 .input1, .search-list1 .searchbox {
    height: 45px;
  }
  
  .search-alert2 .cent-form .tex{
	  font-size:20px;
  }
  .search-alert2 .cent-form .sub-butn{
	  font-size:14px;
  }
  .search-alert2 .close{
	  width:20px;
	  height:20px;
  }
  .search-alert2 .close svg{
	  width:20px;
	  height:20px;
  }
}
.search-list2 {
  padding: 1.25rem 0 2.5rem;
  background: #fff;
}

.search-list2 span {
  color: #0054A3;
}

.search-list2 .tip {
  padding-bottom: .5rem;
  border-bottom: 2px solid #F3F2F0;
}

.search-list2 .tab-ul {
  padding: 0 .35rem;
  border-bottom: 2px solid #F3F2F0;
}

.search-list2 .tab-ul .li {
  margin: 0 .5rem;
  position: relative;
  height: 52px;
  line-height: 52px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.search-list2 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #0054A3;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.search-list2 .tab-ul .li:hover, .search-list2 .tab-ul .li.cur {
  color: #0054A3;
}

.search-list2 .tab-ul .li:hover:before, .search-list2 .tab-ul .li.cur:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-list2 .ulbox {
  margin-top: 1.25rem;
}

.search-list2 .ulbox span {
  color: #cc0000;
}

.search-list2 .ulbox .li {
  width: 48%;
  padding-bottom: .3rem;
  margin-bottom: .85rem;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  padding-left: 22px;
  position: relative;
}

.search-list2 .ulbox .li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  background: #0054a3;
  margin-top: -9px;
}

.search-list2 .page {
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .search-list2 {
    padding-bottom: 2.5rem;
  }

  .search-list2 .tab-ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .search-list2 .ulbox .li {
    width: 100%;
    padding-left: 18px;
  }

  .search-list2 .tab-ul .li {
    margin: 0 0.15rem;
  }

  .search-list2 .tab-ul {
    padding: 0;
  }

  .search-list2 .page {
    padding-top: 1rem;
  }

  .search-list2 .ulbox .li:before {
    width: 6px;
    height: 6px;
    margin-top: -7px;
  }
}
.n-banner {
  height: 16.25rem;
  position: relative;
}
.n-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-banner .text {
  position: absolute;
  z-index: 2;
}

@media (max-width: 767px) {
  .n-banner {
    height: 9.5rem;
  }

  /*.n-banner .text{
    margin-top:1.2rem;
  }*/
}
.nwarp-nav {
  position: relative;
  height: 2.2rem;
  margin-top: -25px;
  z-index: 3;
}
.nwarp-nav .subbox {
  padding: 0 5rem;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(19, 31, 71, 0.1);
}
.nwarp-nav .subbox a {
  padding: 0 15px;
  height: 2.2rem;
  line-height: 2.2rem;
  position: relative;
}
.nwarp-nav .subbox a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0054A3;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all .3s;
}
.nwarp-nav a:hover, .nwarp-nav a.cur {
  color: #0054A3;
}
.nwarp-nav a:hover:before, .nwarp-nav a.cur:before {
  opacity: 1;
}
.nwarp-nav .subbox2 {
  padding: 0;
}
.nwarp-nav .subbox2 a {
  text-align: center;
  width: 16.6%;
}
.nwarp-nav .subbox2 a:before {
  width: 2.4rem;
  left: 50%;
  margin-left: -1.2rem;
}
.nwarp-nav .subbox3 {
  padding: 0;
}
.nwarp-nav .subbox3 a {
  text-align: center;
  width: 50%;
}
.nwarp-nav .subbox3 a:before {
  width: 2.4rem;
  left: 50%;
  margin-left: -1.2rem;
}

@media (max-width: 1024px) {
  .nwarp-nav .subbox {
    padding: 0 2rem;
  }

  .nwarp-nav .subbox a {
    height: 60px;
    line-height: 60px;
  }

  .nwarp-nav {
    height: 60px;
  }
}
.warpsub {
  height: 2rem;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.warpsub .subbox a {
  color: #333;
  padding: 0 .6rem;
  margin: 0 .55rem;
  height: 2rem;
  line-height: 2rem;
  transition: all .4s;
}
.warpsub .subbox a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(0, 0);
  background: #0a62a3;
  transition: all .4s;
}
.warpsub .subbox a:hover {
  color: #0a62a3;
}
.warpsub .subbox a.cur {
  color: #0a62a3;
}
.warpsub .subbox a.cur:before {
  transform: translate(-50%, 0) scale(1, 1);
}

@media (max-width: 1024px) {
  .warpsub {
    display: none;
  }
}
.news-list1 {
  background: #F5F5F5;
  padding: 1.5rem 0 1rem;
  position: relative;
  z-index: 2;
}
.news-list1 .searchbox {
  width: 100%;
  height: 68px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  position: relative;
}
.news-list1 .input1 {
  width: 100%;
  height: 66px;
  border-radius: 5px;
  text-indent: .5rem;
}
.news-list1 .input2 {
  width: 25px;
  height: 25px;
  background: url(../img/searchbtn.png) no-repeat center center;
  background-size: 21px auto;
  position: absolute;
  right: .5rem;
  top: 50%;
  margin-top: -12.5px;
}
.news-list1 form {
  width: 100%;
}
.news-list1 .img-container {
  width: 100%;
  margin-top: .75rem;
  padding-bottom: 50px;
}
.news-list1 .img img {
  transition: all .4s;
}
.news-list1 .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.news-list1 .swiper-slide:hover .tit3 {
  color: #0054A3;
}
.news-list1 .text {
  margin-top: .6rem;
}
.news-list1 .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .35rem;
}
.news-list1 .tit4 {
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: .65rem;
}
.news-list1 .swiper-slide a {
  display: block;
}
.news-list1 .time {
  opacity: .5;
}
.news-list1 .time .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  fill: #666;
  opacity: .5;
}
.news-list1 .img-container .img-pagination {
  bottom: 0;
}
.news-list1 .img-container .img-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

@media (max-width: 1024px) {
  .news-list1 {
    padding: 2rem 0 1rem;
  }

  .news-list1 .input1, .news-list1 .searchbox {
    height: 45px;
  }

  .news-list1 .input2 {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
    position: absolute;
    margin-top: -9px;
  }
}
@media (max-width: 768px) {
  .news-list1 .img-container .img-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
.news-list2 {
  padding: 1.75rem 0 3.75rem;
  background: #fff;
}
.news-list2 .ul {
  width: 100%;
}
.news-list2 .li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin-bottom: 10px;
}
.news-list2 .img {
  width: 20%;
}
.news-list2 .img img {
  transition: all .3s;
}
.news-list2 .text {
  width: 77.5%;
}
.news-list2 .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .35rem;
  transition: all .3s;
}
.news-list2 .tit4 {
  margin-bottom: .7rem;
}
.news-list2 .wpage {
  width: 100%;
}
.news-list2 .li:hover .img img {
  transform: scale(1.1);
}
.news-list2 .li:hover .tit3 {
  color: #0054A3;
}

@media (max-width: 768px) {
  .news-list2 .img {
    width: 30%;
  }

  .news-list2 .text {
    width: 65.5%;
  }
}
@media (max-width: 767px) {
  .news-list2 .img {
    width: 100%;
    margin-bottom: .85rem;
  }

  .news-list2 .img img {
    width: 100%;
  }

  .news-list2 .text {
    width: 100%;
  }
}
.n-info {
  padding: 0 0 2rem;
  background: #fff;
}
.n-info .title-top {
  padding: 0 0 1.05rem;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.n-info .time {
  margin-top: .5rem;
}
.n-info .backbtn {
  width: 126px;
  height: 40px;
  background: #0054A3;
  border-radius: 20px;
}
.n-info .backbtn .icon {
  width: 10px;
  height: 10px;
  fill: #fff;
  margin-left: 5px;
}
.n-info .sharebox {
  margin-top: .5rem;
}
.n-info .sharebox span {
  margin-right: .65rem;
}
.n-info .sharebox .li {
  width: 25px;
  height: 25px;
  margin: 4px 10px 0;
}
.n-info .backbtn:hover {
  color: #fff;
}
.n-info .n-text {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.n-info .n-text img {
  max-width: 100%;
  display:inline-block;
}
.n-info .n-bot {
  width: 100%;
  padding: .85rem 0 0;
}
.n-info .n-bot a {
  max-width: 100%;
  margin-bottom: .35rem;
}
.n-info .n-bot a span {
  color: #333;
}
.n-info .n-bot .leftbox {
  width: 50%;
}
.n-info .contentbox {
  width: 980px;
  margin: 0 auto;
  max-width: 88%;
}

@media (max-width: 1024px) {
  .n-info .n-text {
    padding: 1.5rem 0  1.75rem;
  }
}
@media (max-width: 768px) {
  .n-info .n-text img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {

  .n-info .n-bot a {
    max-width: 100%;
    margin-bottom: .5rem;
  }

  .n-info .n-bot a {
    margin-bottom: .25rem;
  }

  .n-info .title-top {
    padding-right: 0;
  }

  .n-info .backbtn {
    margin-top: .65rem;
    position: relative;
  }

  .n-info .n-bot .leftbox {
    width: 100%;
  }

  .n-info .backbtn {
    margin-top: .55rem;
  }
}
.contact-list1 {
  padding: 2.25rem 0 3rem;
}
.contact-list1 .tit2 {
  color: #333;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #d6d6d6;
}
.contact-list1 .ul {
  width: 100%;
}
.contact-list1 .ul .li {
  width: 33.3%;
  border-right: 1px solid #d6d6d6;
}
.contact-list1 .ul .icon {
  margin-bottom: .3rem;
}
.contact-list1 .ul .tit3 {
  color: #999;
}
.contact-list1 .ul .tit4 {
  color: #333;
  margin-top: .55rem;
}
.contact-list1 .ul .li:nth-child(3) {
  border-right: none;
}
.contact-list1 .wximg {
  margin-bottom: .3rem;
  max-width: 4rem;
}
.contact-list1 #allmap {
  width: 100%;
  height: 13.5rem;
  margin-top: 1.7rem;
}

@media (max-width: 767px) {
  .contact-list1 {
    padding: 1.65rem 0 2rem;
  }

  .contact-list1 .tit2 {
    font-size: 22px;
  }

  .contact-list1 .ul .li {
    width: 100%;
    border: none;
    margin-bottom: 1.25rem;
  }

  .contact-list1 .ul .icon {
    width: 40px;
    height: 30px;
    margin-bottom: .1rem;
  }

  .contact-list1 #allmap {
    height: 10.5rem;
    margin-top: .8rem;
  }
}
.about-list1 {
  padding: 2.5rem 0 0;
  background: linear-gradient(0deg, #E8E8E8 0%, #DCDCDC 0%, #FFFFFF 0%, #EBEBEB 0%, #FEFEFE 100%);
}
.about-list1 .leftbox {
  width: 56.87%;
  /*.tit5::-webkit-scrollbar {
    width:13px;
    height:5px;
  }
  .tit5::-webkit-scrollbar-track {
    background:rgba(204, 204, 204, .25);
  }
  .tit5::-webkit-scrollbar-thumb {
    background:#0054A3;
  }
  .tit5::-webkit-scrollbar-thumb:window-inactive {
   background:#0054A3;
  }
  .tit5::-webkit-scrollbar-thumb:vertical:hover {
    background:#0054A3;
  }*/
}
.about-list1 .leftbox .tit2 {
  margin-bottom: .8rem;
  color: #2366b7;
}
.about-list1 .leftbox .tit3 {
  margin-bottom: .6rem;
}
.about-list1 .leftbox .tit5 {
  margin-bottom: 2.2rem;
}
.about-list1 .leftbox .item {
  margin-right: 3.5rem;
}
.about-list1 .rightbox {
  width: 35%;
}

@media (max-width: 1520px) {
  .about-list1 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .about-list1 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-list1 .rightbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-list1 .leftbox .tit5 {
    margin-bottom: 1rem;
  }

  .about-list1 .leftbox .item {
    margin-right: 1rem;
  }

  .about-list1 {
    padding: 1.5rem 0;
  }
}
.about-list2 {
  padding: 1.9rem 0 1rem;
  background: #fff;
  overflow: hidden;
}
.about-list2 .tit2 {
  color: #2366b7;
}
.about-list2 .tabul {
  margin-top: .5rem;
}
.about-list2 .tabul .tabli {
  width: 90px;
  height: 40px;
  border: 1px solid #d6d6d6;
  margin: 0 12px;
  box-sizing: content-box;
  text-align: center;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.about-list2 .tabul .tabli:hover, .about-list2 .tabul .tabli.cur {
  background: #0a62a3;
  color: #fff;
  border: 1px solid #0a62a3;
}
.about-list2 .tabul .tabli:hover, .about-list2 .tabul .tabli.cur {
  background: #0a62a3;
  color: #fff;
  border: 1px solid #0a62a3;
}
.about-list2 .tabul .tabli:nth-child(2):hover, .about-list2 .tabul .tabli:nth-child(2).cur {
  background: #e62129;
  color: #fff;
  border: 1px solid #e62129;
}
.about-list2 .img {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .about-list2 .tabul .tabli {
    height: 30px;
    line-height: 30px;
    margin: 0 6px;
  }
}
.about-list3 {
  padding: 3rem 0 2.25rem;
  background: #f8f8f8 url(../img/about3bg1.jpg) no-repeat center bottom;
  position: relative;
  z-index: 1;
}
.about-list3 .leftbox {
  width:61.25%;
  padding-top: .5rem;
}
.about-list3 .leftbox .tit2 {
  margin-bottom: .7rem;
  color: #2366b7;
}
.about-list3 .leftbox .tit3 {
  margin-bottom: .6rem;
}
.about-list3 .leftbox .p {
  overflow-y: auto;
  max-height:16rem;
  padding-right: 20px;
  /*max-height: 3rem;
  margin-bottom: 1.5rem;*/
}
.about-list3 .leftbox .p::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  border-radius: 8px;
  overflow: hidden;
}
.about-list3 .leftbox .p::-webkit-scrollbar-track {
  background: rgba(204, 204, 204, 0.25);
  border-radius: 8px;
}
.about-list3 .leftbox .p::-webkit-scrollbar-thumb {
  background: #0054A3;
  border-radius: 8px;
}
.about-list3 .leftbox .p::-webkit-scrollbar-thumb:window-inactive {
  background: #0054A3;
}
.about-list3 .leftbox .p::-webkit-scrollbar-thumb:vertical:hover {
  background: #0054A3;
}
.about-list3 .leftbox .box {
  color: #0a62a3;
  margin-top: 1.25rem;
  display:none;
}
.about-list3 .leftbox .box img{
	width:100px;
}
.about-list3 .leftbox .box span {
  margin-right: .5rem;
}
.about-list3 .rightbox {
  width: 35%;
}
.about-list3 .rightbox .img3 {
  position: relative;
  z-index: 3;
  margin-top:6rem;
}
.about-list3 .rightbox .img1 {
  width: 50%;
  position: absolute;
  left: 0;
  top: 3rem;
  z-index: 1;
}
.about-list3 .rightbox .img2 {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -3.35rem;
  z-index: 1;
}

@media (max-width: 768px) {
  .about-list3 .leftbox {
    margin-bottom: 2rem;
  }

  .about-list3 .leftbox, .about-list3 .rightbox {
    width: 100%;
  }

  .about-list3 {
    background: #f8f8f8;
  }
  .about-list3 .rightbox .img3{
    margin-top:0;
  }
}
@media (max-width: 767px) {
  .about-list3 .leftbox .p {
    max-height: none;
  }
}
.about-list4 {
  position: relative;
  padding: 2.75rem 0 5rem;
}
.about-list4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/about4bg.jpg) no-repeat center center;
  background-size: cover;
}
.about-list4 .contentbox {
  position: relative;
  z-index: 3;
}
.about-list4 .tit2 {
  margin-bottom: .8rem;
}
.about-list4 .tit3 {
  margin-bottom: .35rem;
}
.about-list4 .ul {
  margin-top: 2.5rem;
}
.about-list4 .icon {
  width: 2.5rem;
  margin-bottom: 1rem;
}
.about-list4 .tit5 {
  margin-bottom: .5rem;
}
.about-list4 .tit6 {
  opacity: .8;
}
.about-list4 .li {
  width: 33.3%;
  padding: 0 2rem;
  border-right: 1px solid #849fc3;
}
.about-list4 .li:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .about-list4 .li {
    padding: 0 .8rem;
  }

  .about-list4 .tit5 {
    text-align: center;
  }

  .about-list4 .ul {
    margin-top: 1.5rem;
  }

  .about-list4 {
    padding: 1.75rem 0 3rem;
  }
}
@media (max-width: 767px) {
  .about-list4 .li {
    width: 100%;
    border: none;
    margin-bottom: 1rem;
  }

  .about-list4 .icon {
    width: 2rem;
    margin-bottom: .5rem;
  }

  .about-list4 {
    padding-bottom: 2rem;
  }
}
.about-list5 {
  padding: 1.7rem 0 3.25rem;
  position: relative;
  z-index: 1;
}
.about-list5 .contentbox{
	position:relative;
	z-index:4;
}
.about-list5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/about5bg.png) no-repeat center center;
  background-size: cover;
}
.about-list5 .tit2 {
  color: #2366B7;
}
.about-list5 .imgbox2-container {
  margin-top: 2rem;
  margin-left: calc(50vw - 800px);
  width: calc(50vw + 800px);
  padding-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.about-list5 .imgbox2-container .swiper-scrollbar {
  height: 8px;
  border-radius: 8px;
  overflow: hidden;
  background:rgba(255,255,255,.5);
  width:60%;
  left:20%;
}
.about-list5 .imgbox2-container .swiper-scrollbar .swiper-scrollbar-drag{
  background:#0a62a3;
}
/*.about-list5 .imgbox2-container .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 90%;
}
.about-list5 .imgbox2-container .swiper-pagination-progress .swiper-pagination-progressbar {
  border-radius: 8px;
}*/
.about-list5 .img {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about-list5 .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 2;
  background: url(../img/about5img3.png) no-repeat center bottom;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.about-list5 .tit4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 1rem .8rem;
  z-index: 3;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.about-list5 .img:hover:before {
  opacity: 1;
}
.about-list5 .img:hover .tit4 {
  opacity: 1;
}

@media (max-width: 1680px) {
  .about-list5 .imgbox2-container {
    margin-left: 6%;
    width: 94%;
  }
}
@media (max-width: 767px) {
  .about-list5 .imgbox2-container {
    margin-top: 1.25rem;
    padding-bottom: .8rem;
  }

  .about-list5 .tit4 {
    padding: 0 .55rem 0.55rem;
    font-size: 15px;
  }

  .about-list5 .tit4 br {
    display: none;
  }

  .about-list5 .imgbox2-container .swiper-pagination-progress {
    height: 4px;
    border-radius: 4px;
  }
}
.about-list6 {
  padding: 1.7rem 0;
}
.about-list6 .tit2 {
  color: #2366b7;
}
.about-list6 .ul {
  padding-top: 1px;
  margin-top: -1px;
}
.about-list6 .ul:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  left: 50%;
  margin-left: -25px;
  background: url(../img/line2.png) repeat-y center top;
}
.about-list6 .line {
  width: 30px;
  height: 89px;
  margin: .5rem auto 0;
}
.about-list6 .line2 {
  width: 10px;
  height: 138px;
  margin: 0 auto;
}
.about-list6 .li {
  width: 50%;
  position: relative;
  border-top: 1px solid #d6d6d6;
}
.about-list6 .li:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 1px;
  background: #0a62a3;
  left: 0;
  top: 0;
}
.about-list6 .li .dian {
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 3;
}
.about-list6 .li .text {
  padding-top: .25rem;
}
.about-list6 .li .ntext {
  width: 100%;
}
.about-list6 .li .year {
  color: #0a62a3;
  margin-bottom: .75rem;
}
.about-list6 .li .p {
  width: 88%;
}
.about-list6 .li .img {
  width: 36%;
  margin-left: 4%;
}
.about-list6 .li:nth-child(odd) .ntext .img{
  margin-left:0;
  margin-right:4%;
}
.about-list6 .li:nth-child(odd)  .ntext{
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
}
.about-list6 .li:nth-child(even) {
  width: 50%;
  margin-left: 50%;
  margin-top: .65rem;
  position: relative;
}
.about-list6 .li:nth-child(even) .dian {
  left: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 3;
}
.about-list6 .li:nth-child(even):before {
  left: auto;
  right: 0;
  top: 0;
}
.about-list6 .li:nth-child(even) .text {
  display: flex;
  flex-flow: column wrap;
  align-content: flex-end;
  align-items: flex-end;
}
.about-list6 .li:nth-child(even) .text .ntext {
  justify-content: flex-end;
}
.about-list6 .li:nth-child(even) .text .p {
  text-align: right;
}
.about-list6 .morebtn {
  margin-top: .5rem;
  cursor: pointer;
}
.about-list6 .morebtn .icon {
  width: 60px;
  height: 45px;
  fill: #0a62a3;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about-list6 .li .img {
    width: 80%;
    margin-top: 0.5rem;
  }

  .about-list6 .li .p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .about-list6 .li .dian {
    right: -7px;
    top: -7px;
    width: 14px;
    height: 14px;
  }

  .about-list6 .li:nth-child(even) .dian {
    left: -7px;
    top: -7px;
    width: 14px;
    height: 14px;
  }

  .about-list6 .line {
    width: 20px;
    height: 65px;
  }

  .about-list6 .ul:before {
    width: 30px;
    background-size: 30px auto;
    margin-left: -15px;
  }

  .about-list6 .line2 {
    width: 6px;
    height: 80px;
  }
}
.logistics-list1 {
  background: #fff;
  padding: 2.25rem 0 2.25rem;
}
.logistics-list1 .tit2 {
  margin-bottom: .6rem;
}
.logistics-list1 .tit3 {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto 1.2rem;
}
.logistics-list1 .warp-tabulbox {
  margin: .55rem 0 1.15rem;
  position: relative;
}
.logistics-list1 .warp-tabulbox:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 40px;
  height: 2px;
  background: #ddd;
  left: 0;
  z-index: 1;
}
.logistics-list1 .warp-tabulbox .tabulbox {
  position: relative;
  z-index: 2;
}
.logistics-list1 .warp-tabulbox .tabulbox .li {
  cursor: pointer;
}
.logistics-list1 .warp-tabulbox .tabulbox .img {
  width: 63px;
  height: 63px;
  background-position: center top;
  background-size: 63px auto;
  transition: background-position .4s;
}
.logistics-list1 .warp-tabulbox .tabulbox .tit4 {
  margin-top: 12px;
  transition: all .4s;
}
.logistics-list1 .warp-tabulbox .tabulbox .li.cur .img {
  background-position: center bottom;
}
.logistics-list1 .warp-tabulbox .tabulbox .li.cur .tit4 {
  color: #0057be;
}
.logistics-list1 .ulbox-container {
  margin-top: 1.25rem;
}
.logistics-list1 .warptext {
  background: #F7F8F9;
  overflow: hidden;
  flex-flow: row-reverse wrap;
}
.logistics-list1 .warptext .text {
  width: 13rem;
  height: 13.75rem;
  padding: 1.2rem 1.5rem;
}
.logistics-list1 .warptext .text .tit5 {
  margin-bottom: .1rem;
}
.logistics-list1 .warptext .text .tit7 {
  margin-bottom: .6rem;
}
.logistics-list1 .warptext .bg2 {
  width: calc(100% - 13rem);
  height: 13.75rem;
}
.logistics-list1 .warptext .item {
  padding: 0 .5rem;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  background: #0057be;
  border-radius: 6px;
  margin-right: .25rem;
}
.logistics-list1 .warptext .item:hover {
  color: #fff;
}
.logistics-list1 .warptext .more {
  margin-top: 2.25rem;
  color: #666;
}
.logistics-list1 .warptext .more .icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: #0057be;
  margin-right: .25rem;
}

.logistics-list1 .ulbox-container .swiper-pagination {
  display: none;
}

@media (max-width: 768px) {
  .logistics-list1 .warp-tabulbox .tabulbox {
    display: none;
  }
}
@media (max-width: 768px) {
  .logistics-list1 {
    padding: 1.5rem 5%;
  }

  .logistics-list1 .warp-tabulbox {
    margin-bottom: 0;
  }

  .logistics-list1 .warptext .bg2 {
    width: 100%;
    height: 7rem;
  }

  .logistics-list1 .warptext .text {
    width: 100%;
    height: auto;
    padding: 1rem .65rem 1.5rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .logistics-list1 .warptext .text .tit6 {
    text-align: center;
  }

  .logistics-list1 .tit2 {
    margin-bottom: .35rem;
  }

  .logistics-list1 .ulbox-container {
    margin-top: .5rem;
    padding-bottom: 2rem;
  }

  .logistics-list1 .ulbox-container .swiper-pagination {
    bottom: 0;
    display: block;
  }

  .logistics-list1 .ulbox-container span {
    border-radius: 0;
    margin: 0 .25rem !important;
  }

  .logistics-list1 .ulbox-container span.swiper-pagination-bullet-active {
    background: #0057BE;
  }

  .logistics-list1 .warptext .more {
    margin-top: 1rem;
  }
}
.logistics-list2 {
  padding: 1.7rem 0 3.7rem;
  background: #F5F6F6 url(../img/logisticsimg2.jpg) no-repeat center top;
  background-size: 100% auto;
}
.logistics-list2 .title {
  width: 100%;
  padding-bottom: .65rem;
  border-bottom: 2px solid #ddd;
  margin-bottom: 1.25rem;
}
.logistics-list2 .leftbox {
  width: 32.4%;
}
.logistics-list2 .leftbox .wximg {
  width: 7rem;
}
.logistics-list2 .leftbox .tit3 {
  color: #210F05;
  margin-top: .25rem;
  margin-bottom: .35rem;
}
.logistics-list2 .rightbox {
  width: 55.8%;
}
.logistics-list2 .rightbox .tit3 {
  margin-bottom: .7rem;
}
.logistics-list2 .rightbox .sptop {
  padding: .5rem .55rem;
  border: 1px solid #D9DDE0;
  transition: all .4s;
}
.logistics-list2 .rightbox .icon {
  width: 20px;
  height: 20px;
  fill: #666;
  transition: all .4s;
}
.logistics-list2 .rightbox .text {
  width: 100%;
  padding: .5rem;
  border: 1px solid #D9DDE0;
  border-top: none;
  display: none;
}
.logistics-list2 .rightbox .text span {
  width: calc(100% - 40px);
}
.logistics-list2 .rightbox .tip {
  width: 30px;
}
.logistics-list2 .rightbox .sptop-left {
  width: calc(100% - 50px);
}
.logistics-list2 .rightbox .sptop-left span {
  width: calc(100% - 40px);
}
.logistics-list2 .rightbox .sptop.active {
  background: #0059B3;
  color: #fff;
}
.logistics-list2 .rightbox .sptop.active .icon {
  transform: rotate(-180deg);
  fill: #fff;
}
.logistics-list2 .rightbox .item-li {
  margin-bottom: .5rem;
}

@media (max-width: 768px) {
  .logistics-list2 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .logistics-list2 .rightbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .logistics-list2 .leftbox .wximg {
    width: 5rem;
  }

  .logistics-list2 .leftbox .tit3 {
    text-align: center;
    font-size: 16px;
  }

  .logistics-list2 {
    padding-bottom: 2rem;
  }
}
.logistics-list3 {
  padding: 2rem 0 1rem;
}
.logistics-list3 .ulbox {
  margin-top: 1.7rem;
}
.logistics-list3 .itembox {
  background: #F7F8F9;
  margin-bottom: 1.5rem;
}
.logistics-list3 .tit4 {
  width: 860px;
  max-width: 100%;
  margin: .65rem auto 0;
}
.logistics-list3 .text {
  width: 48%;
  padding: 2rem 2rem 1rem;
}
.logistics-list3 .tit3 {
  margin-bottom: .15rem;
}
.logistics-list3 .tit6 {
  margin-top: .85rem;
}
.logistics-list3 .tit5 {
  color: #0059B2;
  margin-bottom: .5rem;
}
.logistics-list3 .img {
  width: 52%;
}
.logistics-list3 .itembox:nth-child(even) {
  flex-flow: row-reverse wrap;
}

@media (max-width: 768px) {
  .logistics-list3 .img {
    width: 100%;
  }

  .logistics-list3 .text {
    width: 100%;
    padding: 1.5rem 1rem;
  }
}
.join-list1 {
  padding: 2rem 0 1.25rem;
  background: #fff;
}
.join-list1 .tit3 {
  width: 650px;
  max-width: 100%;
  margin: .8rem auto 0;
}
.join-list1 .li {
  width: 48.5%;
  padding: .75rem 1rem 3.5rem;
  position: relative;
}
.join-list1 .tit4 {
  margin-bottom: .3rem;
}
.join-list1 .ulbox {
  margin-top: 1.5rem;
}
.join-list1 .ulbox .li {
  border: 1px solid #ddd;
  border-top: 4px solid #005FB8;
  margin-right: 3%;
  margin-bottom: 3%;
}
.join-list1 .ulbox .li:nth-child(2n) {
  margin-right: 0;
}
.join-list1 .item p {
  position: relative;
  padding-left: 25px;
  margin-bottom: .15rem;
}
.join-list1 .item p:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0059B2;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.join-list1 .icon {
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

@media (max-width: 767px) {
  .join-list1 .ulbox .li {
    width: 100%;
    margin-right: 0;
  }

  .join-list1 .item p:before {
    width: 6px;
    height: 6px;
    top: 14px;
  }
}
.join-list2 {
  padding-top: 1.7rem;
  padding-bottom: 4.5rem;
}
.join-list2 .title {
  margin-bottom: .85rem;
}
.join-list2 .recruitop {
  height: 70px;
  background: rgba(1, 13, 44, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333333;
}
.join-list2 .recruitop .item {
  height: 70px;
}
.join-list2 .recruitop .item:nth-child(1) {
  width: 22%;
  padding: 0 .75rem;
  /*border-right:1px solid rgba(0,0,0,.1); */
}
.join-list2 .recruitop .item:nth-child(2) {
  width: 33%;
  padding: 0 .75rem;
  /*border-right:1px solid rgba(0,0,0,.1);*/
}
.join-list2 .recruitop .item:nth-child(3) {
  width: 25%;
  padding: 0 .75rem;
  /*border-right:1px solid rgba(0,0,0,.1);*/
}
.join-list2 .recruitop .item:nth-child(4) {
  width: 20%;
  padding: 0 .75rem;
}
.join-list2 .item-li {
  margin-top: 14px;
}
.join-list2 .item-li .recruitop {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .4s;
}
.join-list2 .item-li .recruitop .item {
  border: none;
}
.join-list2 .item-li .recruitop.cur {
  background: #0054A3;
  color: #fff;
}
.join-list2 .item-li .recruitext {
  padding: .75rem 1.25rem 1.25rem;
  background: #f8f8f8;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
.join-list2 .item-li .spbox {
  padding-bottom: .55rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.join-list2 .item-li .spbox span {
  color: #999;
}
.join-list2 .item-li .spbox .sp {
  width: 20%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.join-list2 .item-li .spbox .sp:last-child {
  border-right: none;
}
.join-list2 .item-li .text {
  margin-top: .75rem;
  margin-bottom: 1rem;
}
.join-list2 .item-li .ntext {
  width: 50%;
}
.join-list2 .item-li .tit4 {
  color: #010D2C;
}
.join-list2 .item-li .tit5 {
  margin-top: .25rem;
}
.join-list2 .item-li .ntext:nth-child(1) {
  padding-right: 1.25rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.join-list2 .item-li .ntext:nth-child(2) {
  padding-left: 1.25rem;
}
.join-list2 .item-li .more {
  width: 160px;
  height: 44px;
  background: #F18A00;
  border-radius: 2px;
}
.join-list2 .item-li .more img {
  height: 14px;
  margin-left: .3rem;
}
.join-list2 .item-li .colsebtn {
  color: #0054A3;
}
.join-list2 .formbox {
  width: 20rem;
  max-width: 100%;
  height: 48px;
  border: 2px solid #0059B2;
  margin: 0 auto 1rem;
  position: relative;
}
.join-list2 .formbox .input1 {
  padding-left: 110px;
  width: calc(100% - 140px);
  height: 30px;
}
.join-list2 .formbox .input2 {
  width: 130px;
  height: 44px;
  padding-left: 20px;
  background: #0059B2 url(../img/sbtn.png) no-repeat 20px center;
}
.join-list2 .formbox .selectbox {
  width: 95px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.join-list2 .formbox .selectbox .sp {
  padding: 0 .25rem;
  height: 44px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.join-list2 .formbox .selectbox .sp:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #ddd;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
.join-list2 .formbox .selectbox .icon {
  width: 15px;
  height: 15px;
  margin-left: .15rem;
  fill: #666;
}
.join-list2 .formbox .selectbox .spbox {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 48px;
  background: #fff;
  max-height: 220px;
  z-index: 1;
  overflow-y: auto;
  display: none;
}
.join-list2 .formbox .selectbox .item {
  padding: .1rem .25rem;
}
.join-list2 .formbox .selectbox .item:last-child {
  border-bottom: none;
}
.join-list2 .formbox .selectbox .item:hover {
  color: #fff;
  background: #0054A3;
}

@media (max-width: 767px) {
  .join-list2 .leftbox {
    width: 100%;
    margin-bottom: .25rem;
  }

  .join-list2 .rightbox {
    width: 100%;
  }

  .join-list2 .recruitop .item, .join-list2 .recruitop {
    height: 50px;
  }

  .join-list2 .item-li .recruitop .item {
    font-size: 12px;
  }

  .join-list2 .recruitop .item:nth-child(3) {
    padding: 0;
    padding-left: 10px;
  }

  .join-list2 .item-li .spbox .sp {
    width: 100%;
    border-right: none;
    justify-content: flex-start;
  }

  .join-list2 .item-li .ntext {
    width: 100%;
    border-right: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: .35rem;
  }

  .join-list2 .item-li .more {
    width: 120px;
    height: 40px;
  }

  .join-list2 .item-li .recruitext {
    padding: 0.75rem .75rem 1.25rem;
  }

  .join-list2 {
    padding-bottom: 2.5rem;
  }

  .join-list2 .recruitop .item:nth-child(1) {
    width: 100%;
  }

  .join-list2 .recruitop .item:nth-child(2), .join-list2 .recruitop .item:nth-child(3), .join-list2 .recruitop .item:nth-child(4) {
    display: none;
  }

  .join-list2 .formbox .selectbox {
    width: 80px;
  }

  .join-list2 .formbox .input2 {
    width: 105px;
  }

  .join-list2 .formbox .input1 {
    padding-left: 90px;
    width: calc(100% - 110px);
  }

  .join-list2 .formbox .selectbox .icon {
    width: 12px;
    height: 12px;
  }
}
.join-list3 {
  padding: 1.8rem 0 3.5rem;
  background: #F5F5F5;
}
.join-list3 .title {
  margin-bottom: 1.7rem;
  width: 100%;
}
.join-list3 .textbox {
  width: 42.5%;
}
.join-list3 .imgbox {
  width: 49%;
}
.join-list3 .imgbox .button-prev {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: -28px;
  z-index: 3;
  transition: all .4s;
}
.join-list3 .imgbox .button-prev .icon {
  transform: rotate(-180deg);
}
.join-list3 .imgbox .button-next {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: -28px;
  z-index: 3;
  transition: all .4s;
}
.join-list3 .imgbox .icon {
  width: 20px;
  height: 20px;
  fill: #999;
  transition: all .4s;
}
.join-list3 .imgbox .button-prev:hover {
  background: #0056B5;
}
.join-list3 .imgbox .button-prev:hover .icon {
  fill: #fff;
}
.join-list3 .imgbox .button-next:hover {
  background: #0056B5;
}
.join-list3 .imgbox .button-next:hover .icon {
  fill: #fff;
}
.join-list3 .tit4 {
  margin-bottom: .7rem;
}
.join-list3 .tit4 span {
  color: #0059B2;
}

@media (max-width: 768px) {
  .join-list3 .textbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .join-list3 .imgbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .join-list3 {
    padding-bottom: 2rem;
  }

  .join-list3 .imgbox .button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -15px;
  }

  .join-list3 .imgbox .icon {
    width: 12px;
    height: 12px;
  }

  .join-list3 .imgbox .button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    right: -15px;
  }
}
.news-list6-dialog3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.news-list6-dialog3 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}
.news-list6-dialog3 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 980px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  text-align: center;
  opacity: 0;
}
.news-list6-dialog3 .title {
  padding: 0 .75rem;
  height: 66px;
  background: #0054a3;
}
.news-list6-dialog3 .closebtn {
  position: absolute;
  right: .75rem;
  top: 50%;
  margin-top: -10px;
  z-index: 3;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.news-list6-dialog3 .closebtn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.news-list6-dialog3 .contentbox {
  padding: 1rem;
  background: #fff;
}
.news-list6-dialog3 .tit4 {
  height: 62px;
  background: #f9f9f9;
  border: 1px solid #D6D6D6;
  margin-bottom: .25rem;
  width: 100%;
  padding: 0 .75rem;
}
.news-list6-dialog3 .input1 {
  width: 48.5%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  padding: 0 .75rem;
  margin-bottom: .25rem;
}
.news-list6-dialog3 .input2 {
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  padding: 0 .75rem;
  margin-bottom: .25rem;
}
.news-list6-dialog3 .btn {
  position: absolute;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  left: 0;
  top: 0;
  background: #0054a3;
  z-index: 1;
}
.news-list6-dialog3 .input3 {
  position: relative;
  width: 100px;
  height: 32px;
  z-index: 2;
  opacity: 0;
}
.news-list6-dialog3 .input4 {
  width: 37%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  padding: 0 .75rem;
}
.news-list6-dialog3 .box {
  margin-bottom: .25rem;
}
.news-list6-dialog3 .coadbox {
  width: 100%;
  margin-bottom: .75rem;
}
.news-list6-dialog3 .coadbox img {
  width: auto;
  height: 44px;
  margin-left: 12px;
}
.news-list6-dialog3 .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: .65rem;
}
.news-list6-dialog3 .botbox {
  width: 100%;
}
.news-list6-dialog3 .input5 {
  width: 195px;
  height: 48px;
  background: #0054A3;
  border-radius: 4px;
  margin: 0 15px;
}
.news-list6-dialog3 .input6 {
  width: 195px;
  height: 48px;
  background: #666666;
  border-radius: 4px;
  margin: 0 15px;
}

.news-list6-dialog3.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog3.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog3.dialog--open #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog3.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog3.dialog--open .dialog__content, .news-list6-dialog3.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog3.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog3 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog3.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1024px) {
  .news-list6-dialog3 .closebtn {
    background: #de0000;
    color: #fff;
  }

  .news-list6-dialog3 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog3 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog3 .closebtn {
    right: 3%;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog3 .tit4 {
    height: 45px;
  }

  .news-list6-dialog3 .input5, .news-list6-dialog3 .input6 {
    width: 110px;
    height: 40px;
    margin: 0 5px;
  }

  .news-list6-dialog3 .input4 {
    width: 45%;
  }
}
.subwarp {
  background: #fff;
  position: relative;
  padding: .7rem 0;
  z-index: 3;
}
.subwarp .icon {
  width: 20px;
  height: 20px;
  margin-right: .1rem;
}
.subwarp a {
  margin: 0 .2rem;
  transition: all .5s;
}
.subwarp span {
  margin-left: .2rem;
}
.subwarp a:hover {
  color: #e62129;
}

.party-list1 {
  padding-bottom: 3rem;
}
.party-list1 .leftbox {
  width: 18%;
  border-top: 2px solid #0a62a3;
  border-bottom: 2px solid #eaeaea;
}
.party-list1 .leftbox a {
  width: 100%;
  padding: .5rem .7rem;
  border-bottom: 1px solid #eaeaea;
  transition: all .3s ease-in-out;
}
.party-list1 .leftbox .icon {
  width: 13px;
  height: 13px;
  fill: #333;
}
.party-list1 .leftbox a:hover, .party-list1 .leftbox a.cur {
  color: #0a62a3;
}
.party-list1 .leftbox a:hover .icon, .party-list1 .leftbox a.cur .icon {
  fill: #0a62a3;
}
.party-list1 .contentbox {
  padding-left: calc(50vw - 800px);
}
.party-list1 .rightbox {
  width: calc(100% - 23%);
  margin-left: 4.8%;
}
.party-list1 .rightbox .li {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid #e3e3e3;
  display: block;
  background: #f7f7f7;
  transition: all .4s ease-in-out;
  position: relative;
}
.party-list1 .rightbox .li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: #0a62a3;
  z-index: 2;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.party-list1 .rightbox .time {
  color: #2366b7;
  margin-bottom: .55rem;
  transition: all 0.4s ease-in-out;
}
.party-list1 .rightbox .tit2 {
  margin-bottom: .3rem;
  transition: all 0.4s ease-in-out;
}
.party-list1 .rightbox .tit3 {
  width: 90%;
}
.party-list1 .rightbox .li:hover:before {
  opacity: 1;
}
.party-list1 .rightbox .li:hover {
  background: #fff;
}
/*.party-list1 .rightbox .li:hover .time {
  transform: scale(1.1, 1.1);
  transform-origin: 0 0;
}*/
.party-list1 .rightbox .li:hover .tit2 {
  color: #0a62a3;
}

@media (max-width: 1680px) {
  .party-list1 .contentbox {
    padding-left: 6%;
  }
}
@media (max-width: 768px) {
  .party-list1 .contentbox {
    padding: 0;
  }

  .party-list1 .leftbox {
    display: none;
  }

  .party-list1 .rightbox {
    width: 100%;
    margin-left: 0;
  }

  .party-list1 .rightbox .wpage {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .party-list1 {
    padding-bottom: 2rem;
  }

  .party-list1 .rightbox .wpage {
    padding-left: 6%;
  }

  .party-list1 .rightbox .li {
    padding: 1rem 6%;
  }

  .party-list1 .rightbox .time {
    margin-bottom: .2rem;
  }

  .party-list1 .rightbox .tit2 {
    margin-bottom: .5rem;
    font-size: 16px;
  }

  .party-list1 .rightbox .tit3 {
    width: 100%;
  }
}
.industry-list1 {
  padding: 2.25rem 0;
  background: #fff url(../img/industrybg.png) no-repeat center bottom;
}
.industry-list1 .tit2 {
  color: #2366b7;
  margin-bottom: .7rem;
}
.industry-list1 .ul {
  margin: .7rem 0 0;
}
.industry-list1 .ul .li {
  width: 13.5%;
  margin-right: 0.916%;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  padding: 1.25rem .6rem 1.25rem;
  border-radius: 5px;
  transition: all .4s ease-in-out;
}
.industry-list1 .ul .li:nth-child(7n) {
  margin-right: 0;
}
.industry-list1 .ul .su {
  width: 1.5rem;
  height: 1.5rem;
  background: #d6d6d6;
  border-radius: 50%;
  margin: 0 auto .5rem;
  transition: all .4s ease-in-out;
}
.industry-list1 .ul .tit4 {
  transition: all .4s ease-in-out;
}
.industry-list1 .ul .li:hover {
  background: #0a62a3;
}
.industry-list1 .ul .li:hover .su {
  background: rgba(255, 255, 255, 0.2);
}
.industry-list1 .ul .li:hover .tit4 {
  color: #fff;
}

@media (max-width: 1480px) {
  .industry-list1 .ul .li {
    padding: 1.25rem .5rem 1.25rem;
  }
}
@media (max-width: 1200px) {
  .industry-list1 .ul .li {
    width: 24%;
    margin-bottom: 1%;
  }
}
@media (max-width: 1024px) {
  .industry-list1 .ul .li {
    width: 32.3%;
    margin-bottom: 1%;
  }
}
@media (max-width: 768px) {
  .industry-list1 .ul .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .industry-list1 .ul .li:nth-child(2n) {
    margin-right: 0;
  }
}
.industry-list2 {
  position: relative;
  padding-bottom: 2.25rem;
  background: #fff;
  z-index: 3;
}
.industry-list2 .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.industry-list2 .img .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all .4s ease-in-out;
}
.industry-list2 .text {
  width: 50%;
  padding: 2.25rem 0;
}
.industry-list2 .text .ntext {
  width: 50%;
}
.industry-list2 .text .tit2 {
  margin-bottom: .7rem;
}
.industry-list2 .text .tit3{
  opacity:.9;
}

.industry-list2 .itembox:nth-child(odd) {
  flex-flow: row-reverse wrap;
}
.industry-list2 .itembox:nth-child(even) .text {
  padding-left: 2.5rem;
}
.industry-list2 .itembox:nth-child(even) .text .ntext {
  width: 70%;
}
.industry-list2 .itembox:hover .bg {
  transform: scale3d(1.1, 1.1, 1);
}

@media (max-width: 768px) {
  .industry-list2 {
    padding-top: 1.5rem;
  }

  .industry-list2 .img {
    width: 100%;
    height: 10rem;
  }

  .industry-list2 .text {
    width: 100%;
    padding: .8rem 0 0;
  }

  .industry-list2 .itembox {
    margin-bottom: 1.5rem;
  }

  .industry-list2 .text .tit2 {
    margin-bottom: .3rem;
  }

  .industry-list2 .itembox:nth-child(even) .text {
    padding-left: 0;
  }

  .industry-list2 .itembox:nth-child(even) .text .ntext {
    width: 100%;
  }

  .industry-list2 .text .ntext {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .industry-list2 {
    padding-bottom: 1.55rem;
  }

  .industry-list1 .ul .tit4 {
    font-size: 16px;
    margin-top: .35rem;
    line-height: 1.5;
  }
}
.industry-list3 {
  padding: 2.25rem 0 5.75rem;
  background: #f7f7f7;
}
.industry-list3 .tit2 {
  color: #2366b7;
}
.industry-list3 .ul {
  margin-top: 1rem;
}
.industry-list3 .li {
  width: 49.5%;
  margin-bottom: 1%;
  position: relative;
  z-index: 5;
}
.industry-list3 .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
  padding: 0 1rem;
  z-index: 3;
  transition: all .5s ease-in-out;
}
.industry-list3 .text .tit4 {
  width: calc(100% - 80px);
}
.industry-list3 .text .icon {
  width: 32px;
  height: 32px;
}
.industry-list3 .bg {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  transition: all .5s ease-in-out;
}
.industry-list3 .text2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}
.industry-list3 .text2 .tit4, .industry-list3 .text2 .icon {
  position: relative;
  z-index: 3;
}
.industry-list3 .text2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(35, 102, 183, 0.8);
  z-index: 1;
}
.industry-list3 .text2 .tit4 {
  margin-bottom: 1rem;
}
.industry-list3 .li:hover .bg {
  opacity: 0;
}
.industry-list3 .li:hover .text2 {
  opacity: 1;
  visibility: visible;
}
.industry-list3 .li:hover .text {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 768px) {
  .industry-list3 {
    padding-bottom: 3rem;
  }

  .industry-list3 .li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .industry-list3 .text .tit4 {
    font-size: 16px;
  }

  .industry-list3 .text {
    bottom: .6rem;
    padding: 0 .55rem;
  }

  .industry-list3 {
    padding: 2rem 0 3rem;
  }
}
.memberinfo-list1 {
  padding: 2rem 0 3rem;
  z-index: 1;
}
.memberinfo-list1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.memberinfo-list1 .contentbox {
  position: relative;
  z-index: 3;
}
.memberinfo-list1 .tit2 {
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.memberinfo-list1 .img {
  width: 56%;
}
.memberinfo-list1 .text {
  width: 40%;
}
.memberinfo-list1 .text p {
  margin-bottom: 10px;
}

.memberinfo-list2 {
  position: relative;
  background: #fff;
  padding: 1.25rem 0 1.7rem;
  z-index: 2;
}
.memberinfo-list2 .tit2 {
  padding-bottom: .65rem;
  margin-bottom: 1.05rem;
  border-bottom: 1px solid #d6d6d6;
}
.memberinfo-list2 .ul .li {
  width: 21.4%;
  padding: 1rem .5rem;
  background: #f2f2f2;
  color: #0a62a3;
}

.memberinfo-list3 {
  padding: 1.25rem 0 4rem;
  background: #f2f2f2;
}
.memberinfo-list3 .imgbox-container {
  position: relative;
  padding-bottom: 1.5rem;
}
.memberinfo-list3 .text {
  margin-top: .6rem;
}
.memberinfo-list3 .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.memberinfo-list3 .tit4 {
  margin-top: .35rem;
}
.memberinfo-list3 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0a62a3;
}
.memberinfo-list3 .swiper-slide a .img img {
  transition: all .4s ease-in-out;
}
.memberinfo-list3 .swiper-slide a:hover .img img {
  transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
}

#i-mian .viewport {
  height: 100vh;
  overflow: hidden;
}
#i-mian .viewport4 {
  background: #fff;
}
#i-mian .viewport4 .i-index3 {
  background: transparent;
}

.ibanner {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.ibanner .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.ibanner .bg {
  height: 100vh;
}
.ibanner .text {
  top: 35vh;
  z-index: 3;
  padding-left: 2.75rem;
}
.ibanner .tit3 {
  margin-top: .25rem;
}
.ibanner .morebtn {
  margin-top: 3rem;
  width: 150px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: content-box;
  transition: all 0.5s ease-in-out;
}
.ibanner .morebtn:hover {
  color: #fff;
  background: #2366b7;
  border: 1px solid transparent;
}
.ibanner .btn {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  z-index: 3;
}
.ibanner .btn .icon {
  height: 30px;
  margin-bottom: 10px;
}
.ibanner .banner-pagination {
  width: 40px !important;
  position: absolute;
  left: 2rem !important;
  top: 0;
  bottom: 0 !important;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.ibanner .banner-pagination span {
  width: .5rem !important;
  height: 3px !important;
  margin: 5px 0 !important;
  border-radius: 0 !important;
  transition: all .5s;
  background: #fff;
}
.ibanner .banner-pagination span.swiper-pagination-bullet-active {
  background: #fff !important;
  width: 100% !important;
}

.index-container {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.viewport2 {
  padding: 2.5rem 0 0;
  background: url(../img/i2bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.viewport2 .title-top {
  padding-bottom: .25rem;
  border-bottom: 1px solid #d8dce1;
  margin-bottom: 1rem;
  width: 100%;
}
.viewport2 .leftbox {
  width: 42%;
}
.viewport2 .leftbox .tit3 {
  margin-bottom: .6rem;
  color: #2366b7;
}
.viewport2 .leftbox .tit5 {
  margin-bottom: 1.2rem;
}
.viewport2 .leftbox .tit5::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
.viewport2 .leftbox .tit5::-webkit-scrollbar-track {
  background: rgba(204, 204, 204, 0.25);
}
.viewport2 .leftbox .tit5::-webkit-scrollbar-thumb {
  background: #0054A3;
}
.viewport2 .leftbox .tit5::-webkit-scrollbar-thumb:window-inactive {
  background: #0054A3;
}
.viewport2 .leftbox .tit5::-webkit-scrollbar-thumb:vertical:hover {
  background: #0054A3;
}
.viewport2 .leftbox .item {
  margin-right: 3.5rem;
}
.viewport2 .leftbox .more {
  width: 150px;
  height: 45px;
  background: #e62129;
  border-radius: 5px;
  margin-top: 1.25rem;
  transition: all .5s;
}
@media (min-width: 1024px) {
  .viewport2 .leftbox .more:hover{
    color: #e62129;
    background:#fff;
  }
}
.viewport2 .rightbox {
  width: 32%;
}

@media (max-width: 1024px) {
  .viewport2 .leftbox .item {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .viewport2 .leftbox {
    width: 100%;
  }

  .viewport2 .rightbox {
    width: 56%;
    margin-left: 20%;
    margin-top: -1rem;
  }
}
.viewport3 .title-top {
  padding-bottom: .25rem;
  border-bottom: 1px solid #d8dce1;
  margin-bottom: 1.5rem;
  width: 100%;
}
.viewport3 .contentbox {
  padding-top: 1rem;
}
.viewport3 .titbox{
  height:29vh;
  background:#666;
  position: relative;
  z-index:4;
}
.viewport3 .titbox .bg{
  width:100%;
  height:100%;
  left:0;
  top:0;
  object-fit:cover;
  z-index:-1;
}
.viewport3 .titbox .icon{
  width:1.5rem;
  height:1.5rem;
  fill:#fff;
  opacity:.8;
  margin-right:.5rem;
}
.viewport3 .ul .li {
  height: 36.3vh;
  /*width:33.3%;*/
}
.viewport3 .ul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  transition: all .5s ease-in-out;
}
.viewport3 .ul .li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../img/i3bg4.png) no-repeat center bottom;
  background-size: cover;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.viewport3 .ul .li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.viewport3 .ul .li .text {
  position: absolute;
  width: 100%;
  padding: 0 1rem;
  bottom: 31%;
  z-index: 3;
  opacity: .6;
  transition: all .5s ease-in-out;
}
.viewport3 .ul .li .text .icon {
  height: 1.5rem;
  margin-bottom: .75rem;
}
.viewport3 .ul .li .tit5 {
  opacity: .6;
  margin-top: .2rem;
}
.viewport3 .ul .li .more {
  width: 150px;
  height: 42px;
  box-sizing: content-box;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 1rem;
}
.viewport3 .ul .li .text2 {
  position: absolute;
  width: 100%;
  padding: 0 1rem;
  bottom: 20%;
  z-index: 4;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.viewport3 .ul .li:hover:before {
  opacity: 0;
}
.viewport3 .ul .li:hover:after {
  opacity: 1;
}
.viewport3 .ul .li:hover .text {
  opacity: 0;
}
.viewport3 .ul .li:hover .text2 {
  opacity: 1;
}
.viewport3 .ul .li:hover .more {
  color: #fff;
}

.viewport4 .title-top {
  padding-bottom: .25rem;
  border-bottom: 1px solid #d8dce1;
  margin-bottom: 1.1rem;
}
.viewport4 .imgbox {
  width: 50%;
  display:block;
}
.viewport4 .imgbox .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .4s;
}
.viewport4 .imgbox .img {
  width: 100%;
  height: 42vh;
  margin-bottom: .5rem;
  position: relative;
}
.viewport4 .imgbox .img .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.viewport4 .imgbox .img .time {
  position: absolute;
  width: 100%;
  right: 0;
  padding: 0 .5rem;
  bottom: 1.1rem;
  text-align: right;
  z-index: 2;
}
.viewport4 .imgbox .tit3 {
  margin-bottom: .35rem;
}
.viewport4 .imgbox .img .bg {
  transform: scale(1.01);
  transition: all .4s;
}
.viewport4 .imgbox:hover .img .bg {
  transform: scale(1.1);
}
.viewport4 .imgbox:hover .tit3{
  color:#2366b7;
}
.viewport4 .rightbox {
  width: 45%;
}
.viewport4 .rightbox .li {
  padding: .5rem .7rem;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.viewport4 .rightbox .titbox {
  width: 100%;
}
.viewport4 .rightbox .tit4 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .15rem;
  transition: all .4s ease-in-out;
}
.viewport4 .rightbox .tit5 {
  transition: all .4s ease-in-out;
}
.viewport4 .rightbox .tit6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .25rem;
  transition: all .4s ease-in-out;
}
.viewport4 .rightbox .li:hover .tit4, .viewport4 .rightbox .li:hover .tit6, .viewport4 .rightbox .li:hover .tit5 {
  color: #2366b7;
}
.viewport4 .contentbox {
  padding-top: 1rem;
}

@media (max-width: 1024px) {
  .viewport4 .rightbox .tit6 {
    margin-bottom: .3rem;
    display: none;
  }

  .viewport4 .rightbox .li:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .viewport4 .imgbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .viewport4 .rightbox {
    width: 100%;
  }
}
#i-mian .fixed-view-ico.footercur {
  opacity: 0;
}

#i-mian .fixed-view-ico {
  position: fixed;
  left: auto;
  right: 1.25rem;
  top: 50%;
  z-index: 999;
  width: 30px;
  height: 140px;
  margin-top: -70px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#i-mian .fixed-view-ico a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  opacity: .4;
  margin: 8px 0;
  transition: all .5s ease-in-out;
}
#i-mian .fixed-view-ico a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
#i-mian .fixed-view-ico a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../img/ipng.png) no-repeat center center;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease-in-out;
}

#i-mian .fixed-view-ico.on a:before {
  background: #2669b8;
}
#i-mian .fixed-view-ico.on a:after {
  background: url(../img/ipng1.png) no-repeat center center;
}

#i-mian .fixed-view-ico a.cur {
  opacity: 1;
}
#i-mian .fixed-view-ico a.cur:after {
  opacity: 1;
}

@media (max-width: 1024px) {
  .ibanner .banner-pagination {
    left: 1rem !important;
  }

  #i-mian .fixed-view-ico {
    right: 2%;
  }
}
@media (max-width: 767px) {
  #i-mian .fixed-view-ico {
    right: 1%;
    width: 18px;
  }

  #i-mian .fixed-view-ico a:before {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -3px;
  }

  #i-mian .fixed-view-ico a {
    width: 18px;
    height: 18px;
  }

  #i-mian .fixed-view-ico a:after {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }

  #i-mian .fixed-view-ico.on a:after {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }

  .ibanner .text {
    padding-left: 0;
  }

  .ibanner .morebtn {
    width: 120px;
    height: 35px;
  }

  .ibanner .btn {
    display: none;
  }

  .ibanner .banner-pagination {
    width: 100% !important;
    left: 0 !important;
    height: 12px;
    top: auto;
    bottom: .65rem !important;
    display: flex;
    flex-flow: row wrap;
  }
  .ibanner .banner-pagination span {
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    margin: 0 7px !important;
    background: transparent !important;
    opacity: 1 !important;
  }
  .ibanner .banner-pagination span.swiper-pagination-bullet-active {
    width: 9px !important;
    height: 9px !important;
    background: #fff !important;
  }

  .viewport2 .title-top {
    margin-bottom: .55rem;
  }

  .viewport2 .leftbox .tit5 {
    max-height: 72px;
    margin-bottom: .9rem;
    overflow: hidden;
  }

  .viewport2 .leftbox .more {
    margin-top: .9rem;
  }

  .viewport2 .leftbox .more {
    width: 120px;
    height: 35px;
  }

  .viewport2 .rightbox {
    width: 56%;
    margin-left: 35%;
    margin-top: -1rem;
  }

  .viewport3 .ul .li {
    height: 26vh;
  }
  .viewport3 .titbox{
    height:34vh;
    width:112%;
    position: relative;
    left:-6%;
    margin-bottom:20px;
  }
  .viewport3 .titbox .tit-36{
    font-weight:bold;
  }

  .viewport3 .ul .li:before {
    opacity: 0;
  }
  .viewport3 .ul .li:after {
    opacity: 1;
  }
  .viewport3 .ul .li .text {
    opacity: 0;
  }
  .viewport3 .ul .li .text2 {
    opacity: 1;
  }
  .viewport3 .ul .li .more {
    color: #fff;
  }

  .viewport3 .ul .li .more {
    margin-top: 2rem;
  }

  .viewport3 .ul .li .text2 {
    padding: 0 .5rem;
    bottom: 15%;
  }

  .viewport3 .ul .li .text2 .tit4 {
    font-size: 22px;
    margin-bottom: .25rem;
  }

  .viewport3 .ul .li .more {
    width: 140px;
    height: 35px;
  }

  #i-mian .viewport4 .text .tit4 {
    display: none;
  }

  .viewport4 .imgbox .img {
    height: 25vh;
  }

  .viewport4 .imgbox {
    margin-bottom: .7rem;
  }
}

.about-list1 .leftbox .tit3 br{
   display:none;
}

.viewport2 .leftbox .item span,.about-list1 .leftbox .item span,.about-list6 .li .year,.party-list1 .rightbox .time{
 
}


.about-list2 .tit2{
  width:100%;
}
.about-list2 .ulbox{
  margin-top:1rem;
}
.about-list2 .li{
  width:23.5%;
  margin-right:2%;
  margin-bottom:2%;
  border:1px solid #e62129;
  box-shadow:0 0 10px 0 #fce8e9;
  color:#e62129;
  padding:10px;
  text-align:center;
}
.about-list2 .li:nth-child(4n){
  margin-right:0;
}

@media (max-width: 768px) {
  .about-list2 .li{
    width:48%;
    margin-right:4%;
    margin-bottom:4%;
  }
  .about-list2 .li:nth-child(2n){
    margin-right:0;
  }
}
@media (max-width: 767px) {
  .about-list2 .tit2{
    font-size:16px;
  }
  .about-list2 .li{
    font-size:14px;
    padding:5px .35rem;
  }
}





.party-list1 .rightbox.rent-list{
  padding-right:calc(50vw - 800px);
}

.rent-list .tit-box .cn{
  font-size: .7rem;
    line-height: .8rem;
    color: #000;
    margin-bottom: .8rem;
    position: relative;
}
.rent-list1 .tit-box{
  margin-bottom:.35rem;
}
.rent-list1 .ulbox{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
      align-items: stretch;
}
.rent-list1 .ulbox .li{
  width:47%;
  padding:1rem;
  background:#f5f5f5;
  border-radius:5px;
  box-sizing:border-box;
}

.rent-list1 .ulbox .li .tit2{
  font-size: .55rem;
  line-height: 1.4;
  color: #333;
  margin-bottom: 1.5rem;
  position: relative;
}
.rent-list1 .ulbox .li .more{
  width:4rem;
  height:40px;
  border-radius:40px;
  background:#e62129;
  font-size:16px;
  color:#fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.rent-list1 .ulbox .li .more .icon{
  width:25px;
  height:20px;
  margin-left:.25rem;
  fill:#fff;
}

.rent-list2{
  padding:1.5rem 0 0;
}
.rent-list2 .tit-box{
  margin-bottom:.35rem;
}
.rent-list2 .imgbox{
  display:block;
}
.rent-list2 .imgbox img{
  max-width:100%;
}
.rent-list3{
  padding:1.5rem 0 0;
}
.rent-list3 .textbox{
  width:100%;
  padding:1rem;
  background:#f5f5f5;
  box-sizing:border-box;
}
.rent-list3 .textbox .tit2{
  font-size: .55rem;
  line-height: 1.4;
  color: #333;
  margin-bottom: .35rem;
  position: relative;
}

.rent-list3 .textbox .tit3{
  font-size:16px;
  color:#666;
  line-height:1.6;
}

.rent-list4{
  padding:1.5rem 0 0;
}
.rent-list4 .warptable{
  width:100%;
  overflow-x: auto;
}
.rent-list4 .table{
  width:100%;
  min-width:800px;
}
.rent-list4 .table .tr1{
  background:#2366b7;
}

.rent-list4 .table .tr1 th:last-child{
  border-right:none;
}
.rent-list4 .table tr td{
  padding:12px;
  width:33.3%;
  height:auto;
  font-size:16px;
  line-height:1.4;
  color:#333;
  text-align:center;
  border-right:1px solid rgba(227,227,227,.7);
}
.rent-list4 .table tr td:last-child{
  border-right:none;
}
.rent-list4 .table tr td{
  text-align:center;
}
.rent-list4 .table tr td:nth-child(1){
  text-align:left;
  padding:12px 1.5rem 12px;
}
.rent-list4 .table tr:nth-child(even){
  background:#f5f5f5;
}
.rent-list4 .table .tr1 th{
  width:33.3%;
  height:55px;
  line-height:55px;
  font-size:18px;
  padding:0;
  color:#fff;
  text-align:center;
  border-right:1px solid rgba(227,227,227,.7);
}
.rent-list4 .more{
  width:4rem;
  height:40px;
  line-height:40px;
  border-radius:40px;
  background:#e62129;
  font-size:16px;
  color:#fff;
  display:block;
  text-align:center;
  margin:.75rem auto 0;
  cursor:pointer;
}
.rent-list2 p{
  font-size:14px;
  margin-top:.5rem;
  text-align:center;
  color:#999;
}
@media (max-width: 1680px){
  .party-list1 .rightbox.rent-list{
    padding-right:6%;
  }
}
@media (max-width: 1480px){
  .rent-list1 .ulbox .li .more{
    font-size:14px;
  }
  .rent-list4 .more{
    font-size:14px;
  }
  .rent-list4 .table tr td{
    padding: 12px;
    font-size:14px;
  }
  .rent-list4 .table tr td:nth-child(1){
    padding: 12px 20px;
  }
}
@media (max-width: 768px){
  .party-list1 .rightbox.rent-list{
    padding-left:6%;
  }
}
@media (max-width: 767px){
  .rent-list .tit-box .cn {
    font-size: .75rem;
    line-height: 1.2;
    /* padding-bottom: .4rem; */
    margin-bottom: .4rem;
  }
  .rent-list1 .ulbox .li{
    width:100%;
    padding:.75rem;
    margin-bottom:.3rem;
  }
  .rent-list1 .ulbox .li .tit2{
    font-size:.5rem;
    margin-bottom:.5rem;
  }
  .rent-list1 .ulbox .li .more{
    width:4rem;
    height:35px;
    font-size:12px;
  }
  .rent-list1 .ulbox .li:last-child{
    margin-bottom:0;
  }
  .rent-list2,.rent-list3,.rent-list4{
    padding:.5rem 0 0;
  }
  .rent-list3 .textbox .tit2{
    margin-bottom:.2rem;
  }
  .rent-list3 .textbox{
    padding:.7rem;
  }
  .rent-list3 .textbox .tit2{
    font-size:.5rem;
  }
  .rent-list3 .textbox .tit3{
    
    font-size:14px;
  }
  .rent-list4 .more{
    margin-top:.5rem;
    font-size:12px;
    height:35px;
    line-height:35px;
    width:3.5rem;
  }
  .rent-list2 p{
    margin-top:.3rem;
  }
  .rent-list4 .table .tr1 th{
    font-size:16px;
  }
}
.about-list1 .leftbox .item span.tit-16{
		
	}
@media (max-width: 1366px) {
	.header4 .nav .li{
		margin:0 .5rem;
	}
	.memberinfo-list2{
		padding-bottom:1rem;
	}
	
}
.BMap_shadow img{
	display:none !important;
}

.redparty .leftbox{
		border-top: 2px solid #c11217;
}
.redparty .leftbox a:hover, .redparty .leftbox a.cur{
	color: #c11217;
}
.redparty .leftbox a:hover .icon, .redparty .leftbox a.cur .icon{
	fill: #c11217;
}
.redparty .rightbox .time{
	color: #c11217;
}
.redparty .rightbox .li:before{
	background:#c11217;
}
.redparty .rightbox .li:hover .tit2{
	color: #c11217;
}

.new-party-list .ntime{
	text-align: center;
  
    padding-right: 0.9rem;
    position: relative;
	float:left;
}

.new-party-list .ntime:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.85rem;
    width: 1px;
    height: 1.7rem;
    background-color: #1a59a6;
    opacity: .5;
}
.new-party-list .ntime .day{
    font-size: 1.25rem;
    line-height: 1.3rem;
    color: #c5c5c3;
    font-weight: bold;
    transition: all .3s;
}
.new-party-list .ntime .ym{
    font-size: .4rem;
    line-height: .5rem;
    color: #c7c6c4;
    transition: all .3s;
}
.new-party-list .rightbox .text{
    float: left;
    width: 65.83%;
    margin-left: 3.33%;
}
.new-party-list .rightbox .tit2{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top:.4rem;
}
.new-party-list .rightbox .arrow{
	float: right;
    width: 0.5rem;
    height: 0.3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/disclosure-arrow.png);
    margin-top: 0.7rem;
    transition: all .3s;
}
.new-party-list .rightbox .li:hover .arrow{
	background-image: url(../img/disclosure-arrow2.png);
}
.new-party-list .rightbox .li:hover .day{
	color:#0a62a3;
}
@media (max-width: 767px){
	.new-party-list .rightbox .tit2{
		margin-bottom:.2rem;
	}
}


    
/*# sourceMappingURL=boc_reset.css.map */
