@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: inline-block;
  max-width: 100%;
  /*图片清晰处理*/
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; }

.clear {
  clear: both; }

.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.fl {
  float: left; }

.fr {
  float: right; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ovh {
  overflow: hidden; }

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.dn {
  display: none; }

.w-f {
  width: 100%; }

.h-f {
  height: 100%; }

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear; }

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5); }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0); }

select, input {
  outline: none; }

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none; }

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important; } }
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important; } }
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important; } }
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important; } }
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important; } }
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important; } }
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important; } }
::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  background: #000; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #000; }

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000; }

/*==常用颜色==*/
.col-fff {
  color: #fff; }

.col-000 {
  color: #000; }

.col-111 {
  color: #111; }

.col-222 {
  color: #222; }

.col-333 {
  color: #333; }

.col-444 {
  color: #444; }

.col-555 {
  color: #555; }

.col-666 {
  color: #666; }

.col-777 {
  color: #666; }

.col-888 {
  color: #666; }

.col-999 {
  color: #999; }

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2; }

.tit-13 {
  font-size: 13px;
  line-height: 2; }

.tit-14 {
  font-size: 14px;
  line-height: 2; }

.tit-15 {
  font-size: 15px;
  line-height: 2; }

.tit-16 {
  line-height: 1.8;
  font-size: 16px; }

.tit-17 {
  line-height: 1.8;
  font-size: 17px; }

.tit-18 {
  line-height: 1.8;
  font-size: 18px; }

.tit-19 {
  line-height: 1.8;
  font-size: 19px; }

.tit-20 {
  line-height: 1.8;
  font-size: 20px; }

.tit-21 {
  line-height: 1.8;
  font-size: 21px; }

.tit-22 {
  line-height: 1.8;
  font-size: 22px; }

.tit-23 {
  line-height: 1.8;
  font-size: 23px; }

.tit-24 {
  line-height: 1.8;
  font-size: 24px; }

.tit-25 {
  line-height: 1.8;
  font-size: 25px; }

.tit-26 {
  line-height: 1.8;
  font-size: 26px; }

.tit-27 {
  line-height: 1.8;
  font-size: 27px; }

.tit-28 {
  line-height: 1.8;
  font-size: 28px; }

.tit-29 {
  line-height: 1.8;
  font-size: 29px; }

.tit-30 {
  line-height: 1.8;
  font-size: 30px; }

.tit-31 {
  line-height: 1.8;
  font-size: 31px; }

.tit-32 {
  line-height: 1.8;
  font-size: 32px; }

.tit-33 {
  line-height: 1.8;
  font-size: 33px; }

.tit-34 {
  line-height: 1.8;
  font-size: 34px; }

.tit-35 {
  line-height: 1.8;
  font-size: 35px; }

.tit-36 {
  line-height: 1.8;
  font-size: 36px; }

.tit-37 {
  line-height: 1.8;
  font-size: 37px; }

.tit-38 {
  line-height: 1.8;
  font-size: 38px; }

.tit-39 {
  line-height: 1.8;
  font-size: 39px; }

.tit-40 {
  line-height: 1.8;
  font-size: 40px; }

.tit-41 {
  line-height: 1.8;
  font-size: 41px; }

.tit-42 {
  line-height: 1.8;
  font-size: 42px; }

.tit-43 {
  line-height: 1.8;
  font-size: 43px; }

.tit-44 {
  line-height: 1.8;
  font-size: 44px; }

.tit-45 {
  line-height: 1.8;
  font-size: 45px; }

.tit-46 {
  line-height: 1.8;
  font-size: 46px; }

.tit-47 {
  line-height: 1.8;
  font-size: 47px; }

.tit-48 {
  line-height: 1.8;
  font-size: 48px; }

.tit-49 {
  line-height: 1.8;
  font-size: 49px; }

.tit-50 {
  line-height: 1.8;
  font-size: 50px; }

.tit-51 {
  line-height: 1.8;
  font-size: 51px; }

.tit-52 {
  line-height: 1.8;
  font-size: 52px; }

.tit-53 {
  line-height: 1.8;
  font-size: 53px; }

.tit-54 {
  line-height: 1.8;
  font-size: 54px; }

.tit-55 {
  line-height: 1.8;
  font-size: 55px; }

.tit-56 {
  line-height: 1.8;
  font-size: 56px; }

.tit-57 {
  line-height: 1.8;
  font-size: 57px; }

.tit-58 {
  line-height: 1.8;
  font-size: 58px; }

.tit-59 {
  line-height: 1.8;
  font-size: 59px; }

.tit-60 {
  line-height: 1.8;
  font-size: 60px; }

.tit-61 {
  line-height: 1.8;
  font-size: 61px; }

.tit-62 {
  line-height: 1.8;
  font-size: 62px; }

.tit-63 {
  line-height: 1.8;
  font-size: 63px; }

.tit-64 {
  line-height: 1.8;
  font-size: 64px; }

.tit-65 {
  line-height: 1.8;
  font-size: 65px; }

.tit-66 {
  line-height: 1.8;
  font-size: 66px; }

.tit-67 {
  line-height: 1.8;
  font-size: 67px; }

.tit-68 {
  line-height: 1.8;
  font-size: 68px; }

.tit-69 {
  line-height: 1.8;
  font-size: 69px; }

.tit-70 {
  line-height: 1.8;
  font-size: 70px; }

.tit-71 {
  line-height: 1.8;
  font-size: 71px; }

.tit-72 {
  line-height: 1.8;
  font-size: 72px; }

.tit-73 {
  line-height: 1.8;
  font-size: 73px; }

.tit-74 {
  line-height: 1.8;
  font-size: 74px; }

.tit-75 {
  line-height: 1.8;
  font-size: 75px; }

.tit-76 {
  line-height: 1.8;
  font-size: 76px; }

.tit-77 {
  line-height: 1.8;
  font-size: 77px; }

.tit-78 {
  line-height: 1.8;
  font-size: 78px; }

.tit-79 {
  line-height: 1.8;
  font-size: 79px; }

.tit-80 {
  line-height: 1.8;
  font-size: 80px; }

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px; }

  .tit-13 {
    font-size: 13px; }

  .tit-14 {
    font-size: 13px; }

  .tit-15 {
    font-size: 14px; }

  .tit-16 {
    font-size: 15px; }

  .tit-17 {
    font-size: 16px; }

  .tit-18 {
    font-size: 17px; }

  .tit-19 {
    font-size: 18px; }

  .tit-20 {
    font-size: 18px; }

  .tit-21 {
    font-size: 19px; }

  .tit-22 {
    font-size: 20px; }

  .tit-23 {
    font-size: 21px; }

  .tit-24 {
    font-size: 22px; }

  .tit-25 {
    font-size: 23px; }

  .tit-26 {
    font-size: 24px; }

  .tit-27 {
    font-size: 25px; }

  .tit-28 {
    font-size: 26px; }

  .tit-29 {
    font-size: 27px; }

  .tit-30 {
    font-size: 27px; }

  .tit-31 {
    font-size: 28px; }

  .tit-32 {
    font-size: 29px; }

  .tit-33 {
    font-size: 30px; }

  .tit-34 {
    font-size: 31px; }

  .tit-35 {
    font-size: 32px; }

  .tit-36 {
    font-size: 33px; }

  .tit-37 {
    font-size: 34px; }

  .tit-38 {
    font-size: 35px; }

  .tit-39 {
    font-size: 36px; }

  .tit-40 {
    font-size: 37px; }

  .tit-42 {
    font-size: 38px; }

  .tit-43 {
    font-size: 39px; }

  .tit-44 {
    font-size: 40px; }

  .tit-45 {
    font-size: 41px; }

  .tit-46 {
    font-size: 42px; }

  .tit-47 {
    font-size: 43px; }

  .tit-48 {
    font-size: 44px; }

  .tit-50 {
    font-size: 45px; }

  .tit-51 {
    font-size: 46px; }

  .tit-52 {
    font-size: 47px; }

  .tit-53 {
    font-size: 48px; }

  .tit-54 {
    font-size: 49px; }

  .tit-55 {
    font-size: 50px; }

  .tit-56 {
    font-size: 51px; }

  .tit-57 {
    font-size: 52px; }

  .tit-58 {
    font-size: 53px; }

  .tit-59 {
    font-size: 54px; }

  .tit-60 {
    font-size: 54px; }

  .tit-61 {
    font-size: 55px; }

  .tit-62 {
    font-size: 56px; }

  .tit-63 {
    font-size: 57px; }

  .tit-64 {
    font-size: 58px; }

  .tit-65 {
    font-size: 59px; }

  .tit-66 {
    font-size: 60px; }

  .tit-67 {
    font-size: 61px; }

  .tit-68 {
    font-size: 62px; }

  .tit-69 {
    font-size: 63px; }

  .tit-70 {
    font-size: 62px; }

  .tit-71 {
    font-size: 63px; }

  .tit-72 {
    font-size: 64px; }

  .tit-73 {
    font-size: 65px; }

  .tit-74 {
    font-size: 66px; }

  .tit-75 {
    font-size: 67px; }

  .tit-76 {
    font-size: 68px; }

  .tit-77 {
    font-size: 69px; }

  .tit-78 {
    font-size: 70px; }

  .tit-79 {
    font-size: 71px; }

  .tit-80 {
    font-size: 72px; } }
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px; }

  .tit-14 {
    font-size: 12px; }

  .tit-15 {
    font-size: 13px; }

  .tit-16 {
    font-size: 14px; }

  .tit-17 {
    font-size: 15px; }

  .tit-18 {
    font-size: 16px; }

  .tit-19 {
    font-size: 17px; }

  .tit-20 {
    font-size: 18px; }

  .tit-20 {
    font-size: 16px; }

  .tit-21 {
    font-size: 17px; }

  .tit-22 {
    font-size: 18px; }

  .tit-23 {
    font-size: 19px; }

  .tit-24 {
    font-size: 20px; }

  .tit-25 {
    font-size: 21px; }

  .tit-26 {
    font-size: 22px; }

  .tit-27 {
    font-size: 23px; }

  .tit-28 {
    font-size: 24px; }

  .tit-29 {
    font-size: 25px; }

  .tit-30 {
    font-size: 26px; }

  .tit-31 {
    font-size: 25px; }

  .tit-32 {
    font-size: 26px; }

  .tit-33 {
    font-size: 27px; }

  .tit-34 {
    font-size: 28px; }

  .tit-35 {
    font-size: 29px; }

  .tit-36 {
    font-size: 30px; }

  .tit-37 {
    font-size: 31px; }

  .tit-38 {
    font-size: 32px; }

  .tit-39 {
    font-size: 33px; }

  .tit-40 {
    font-size: 34px; }

  .tit-41 {
    font-size: 35px; }

  .tit-42 {
    font-size: 36px; }

  .tit-43 {
    font-size: 37px; }

  .tit-44 {
    font-size: 38px; }

  .tit-45 {
    font-size: 37px; }

  .tit-46 {
    font-size: 38px; }

  .tit-47 {
    font-size: 39px; }

  .tit-48 {
    font-size: 40px; }

  .tit-49 {
    font-size: 41px; }

  .tit-50 {
    font-size: 42px; }

  .tit-51 {
    font-size: 43px; }

  .tit-52 {
    font-size: 44px; }

  .tit-53 {
    font-size: 45px; }

  .tit-54 {
    font-size: 46px; }

  .tit-55 {
    font-size: 47px; }

  .tit-56 {
    font-size: 48px; }

  .tit-57 {
    font-size: 49px; }

  .tit-58 {
    font-size: 50px; }

  .tit-59 {
    font-size: 51px; }

  .tit-60 {
    font-size: 52px; }

  .tit-61 {
    font-size: 51px; }

  .tit-62 {
    font-size: 52px; }

  .tit-63 {
    font-size: 53px; }

  .tit-64 {
    font-size: 54px; }

  .tit-65 {
    font-size: 55px; }

  .tit-66 {
    font-size: 56px; }

  .tit-67 {
    font-size: 57px; }

  .tit-68 {
    font-size: 58px; }

  .tit-69 {
    font-size: 59px; }

  .tit-70 {
    font-size: 60px; }

  .tit-71 {
    font-size: 55px; }

  .tit-72 {
    font-size: 56px; }

  .tit-73 {
    font-size: 57px; }

  .tit-74 {
    font-size: 58px; }

  .tit-75 {
    font-size: 59px; }

  .tit-76 {
    font-size: 60px; }

  .tit-77 {
    font-size: 61px; }

  .tit-78 {
    font-size: 62px; }

  .tit-79 {
    font-size: 63px; }

  .tit-80 {
    font-size: 64px; } }
@media (max-width: 1281px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px; }

  .tit-14 {
    font-size: 12px; }

  .tit-15 {
    font-size: 12px; }

  .tit-16 {
    font-size: 13px; }

  .tit-17 {
    font-size: 16px; }

  .tit-18 {
    font-size: 15px; }

  .tit-19 {
    font-size: 16px; }

  .tit-20 {
    font-size: 17px; }

  .tit-22 {
    font-size: 18px; }

  .tit-24 {
    font-size: 19px; }

  .tit-25 {
    font-size: 20px; }

  .tit-26 {
    font-size: 21px; }

  .tit-27 {
    font-size: 22px; }

  .tit-28 {
    font-size: 23px; }

  .tit-29 {
    font-size: 24px; }

  .tit-30 {
    font-size: 25px; }

  .tit-31 {
    font-size: 26px; }

  .tit-32 {
    font-size: 27px; }

  .tit-33 {
    font-size: 24px; }

  .tit-34 {
    font-size: 25px; }

  .tit-35 {
    font-size: 26px; }

  .tit-36 {
    font-size: 27px; }

  .tit-37 {
    font-size: 28px; }

  .tit-38 {
    font-size: 29px; }

  .tit-39 {
    font-size: 30px; }

  .tit-40 {
    font-size: 31px; }

  .tit-41 {
    font-size: 32px; }

  .tit-42 {
    font-size: 33px; }

  .tit-43 {
    font-size: 34px; }

  .tit-44 {
    font-size: 35px; }

  .tit-45 {
    font-size: 36px; }

  .tit-46 {
    font-size: 37px; }

  .tit-47 {
    font-size: 38px; }

  .tit-48 {
    font-size: 39px; }

  .tit-49 {
    font-size: 40px; }

  .tit-50 {
    font-size: 38px; }

  .tit-51 {
    font-size: 39px; }

  .tit-52 {
    font-size: 40px; }

  .tit-53 {
    font-size: 41px; }

  .tit-54 {
    font-size: 42px; }

  .tit-55 {
    font-size: 43px; }

  .tit-56 {
    font-size: 44px; }

  .tit-57 {
    font-size: 45px; }

  .tit-58 {
    font-size: 46px; }

  .tit-59 {
    font-size: 47px; }

  .tit-60 {
    font-size: 48px; }

  .tit-61 {
    font-size: 49px; }

  .tit-62 {
    font-size: 50px; }

  .tit-63 {
    font-size: 51px; }

  .tit-64 {
    font-size: 52px; }

  .tit-65 {
    font-size: 53px; }

  .tit-66 {
    font-size: 54px; }

  .tit-67 {
    font-size: 55px; }

  .tit-68 {
    font-size: 56px; }

  .tit-69 {
    font-size: 57px; }

  .tit-70 {
    font-size: 58px; }

  .tit-71 {
    font-size: 51px; }

  .tit-72 {
    font-size: 52px; }

  .tit-73 {
    font-size: 53px; }

  .tit-74 {
    font-size: 54px; }

  .tit-75 {
    font-size: 55px; }

  .tit-76 {
    font-size: 56px; }

  .tit-77 {
    font-size: 57px; }

  .tit-78 {
    font-size: 58px; }

  .tit-79 {
    font-size: 59px; }

  .tit-80 {
    font-size: 60px; } }
@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px; }

  .tit-25 {
    font-size: 17px; }

  .tit-26 {
    font-size: 18px; }

  .tit-27 {
    font-size: 19px; }

  .tit-28 {
    font-size: 20px; }

  .tit-29 {
    font-size: 21px; }

  .tit-30 {
    font-size: 22px; }

  .tit-31 {
    font-size: 23px; }

  .tit-32 {
    font-size: 24px; }

  .tit-33 {
    font-size: 21px; }

  .tit-34 {
    font-size: 22px; }

  .tit-35 {
    font-size: 23px; }

  .tit-36 {
    font-size: 24px; }

  .tit-37 {
    font-size: 25px; }

  .tit-38 {
    font-size: 26px; }

  .tit-39 {
    font-size: 27px; }

  .tit-40 {
    font-size: 28px; }

  .tit-41 {
    font-size: 29px; }

  .tit-42 {
    font-size: 30px; }

  .tit-43 {
    font-size: 31px; }

  .tit-44 {
    font-size: 32px; }

  .tit-45 {
    font-size: 33px; }

  .tit-46 {
    font-size: 34px; }

  .tit-47 {
    font-size: 35px; }

  .tit-48 {
    font-size: 36px; }

  .tit-49 {
    font-size: 37px; }

  .tit-50 {
    font-size: 34px; }

  .tit-51 {
    font-size: 35px; }

  .tit-52 {
    font-size: 36px; }

  .tit-53 {
    font-size: 37px; }

  .tit-54 {
    font-size: 38px; }

  .tit-55 {
    font-size: 39px; }

  .tit-56 {
    font-size: 40px; }

  .tit-57 {
    font-size: 41px; }

  .tit-58 {
    font-size: 42px; }

  .tit-59 {
    font-size: 43px; }

  .tit-60 {
    font-size: 44px; }

  .tit-61 {
    font-size: 45px; }

  .tit-62 {
    font-size: 46px; }

  .tit-63 {
    font-size: 47px; }

  .tit-64 {
    font-size: 48px; }

  .tit-65 {
    font-size: 49px; }

  .tit-66 {
    font-size: 50px; }

  .tit-67 {
    font-size: 51px; }

  .tit-68 {
    font-size: 52px; }

  .tit-69 {
    font-size: 53px; }

  .tit-70 {
    font-size: 54px; }

  .tit-71 {
    font-size: 47px; }

  .tit-72 {
    font-size: 48px; }

  .tit-73 {
    font-size: 49px; }

  .tit-74 {
    font-size: 50px; }

  .tit-75 {
    font-size: 51px; }

  .tit-76 {
    font-size: 52px; }

  .tit-77 {
    font-size: 53px; }

  .tit-78 {
    font-size: 54px; }

  .tit-79 {
    font-size: 55px; }

  .tit-80 {
    font-size: 56px; } }
@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px; }

  .tit-18 {
    font-size: 14px; }

  .tit-20 {
    font-size: 16px; }

  .tit-33 {
    font-size: 20px; }

  .tit-34 {
    font-size: 21px; }

  .tit-35 {
    font-size: 22px; }

  .tit-36 {
    font-size: 23px; }

  .tit-37 {
    font-size: 24px; }

  .tit-38 {
    font-size: 25px; }

  .tit-39 {
    font-size: 26px; }

  .tit-40 {
    font-size: 24px; }

  .tit-41 {
    font-size: 25px; }

  .tit-42 {
    font-size: 26px; }

  .tit-43 {
    font-size: 27px; }

  .tit-44 {
    font-size: 28px; }

  .tit-45 {
    font-size: 29px; }

  .tit-46 {
    font-size: 30px; }

  .tit-47 {
    font-size: 31px; }

  .tit-48 {
    font-size: 32px; }

  .tit-49 {
    font-size: 33px; }

  .tit-50 {
    font-size: 28px; }

  .tit-51 {
    font-size: 29px; }

  .tit-52 {
    font-size: 30px; }

  .tit-53 {
    font-size: 31px; }

  .tit-54 {
    font-size: 32px; }

  .tit-55 {
    font-size: 33px; }

  .tit-56 {
    font-size: 34px; }

  .tit-57 {
    font-size: 35px; }

  .tit-58 {
    font-size: 36px; }

  .tit-59 {
    font-size: 37px; }

  .tit-60 {
    font-size: 36px; }

  .tit-61 {
    font-size: 37px; }

  .tit-62 {
    font-size: 38px; }

  .tit-63 {
    font-size: 39px; }

  .tit-64 {
    font-size: 40px; }

  .tit-65 {
    font-size: 41px; }

  .tit-66 {
    font-size: 42px; }

  .tit-67 {
    font-size: 43px; }

  .tit-68 {
    font-size: 44px; }

  .tit-69 {
    font-size: 45px; }

  .tit-70 {
    font-size: 46px; }

  .tit-70 {
    font-size: 42px; }

  .tit-71 {
    font-size: 43px; }

  .tit-72 {
    font-size: 44px; }

  .tit-73 {
    font-size: 45px; }

  .tit-74 {
    font-size: 46px; }

  .tit-75 {
    font-size: 47px; }

  .tit-76 {
    font-size: 48px; }

  .tit-77 {
    font-size: 49px; }

  .tit-78 {
    font-size: 50px; }

  .tit-79 {
    font-size: 51px; }

  .tit-80 {
    font-size: 52px; } }
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8; }

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8; }

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8; }

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8; }

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8; }

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8; }

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8; }

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8; }

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8; }

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8; }

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8; }

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px; }

  .conbox-20 {
    font-size: 18px; }

  .conbox-24 {
    font-size: 20px; } }
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px; }

  .conbox-16 {
    font-size: 14px; }

  .conbox-18 {
    font-size: 15px; }

  .conbox-20 {
    font-size: 15px; }

  .conbox-24 {
    font-size: 16px; } }
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap; }

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch; }

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start; }

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch; }

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center; }

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end; }

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch; }

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end; }

.f-no-col {
  display: flex;
  flex-flow: column wrap; }

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center; }

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center; }

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center; }

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end; }

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start; }

.f-no-col-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-l {
  text-transform: lowercase; }

.text-u {
  text-transform: uppercase; }

.text-c {
  text-transform: capitalize; }

.text-bold {
  font-weight: bold; }

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.centerblock {
  margin-left: auto;
  margin-right: auto; }

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15); }

.full {
  width: 100%;
  height: 100%; }

.fullw {
  width: 100%; }

.fullh {
  height: 100%; }

.fullvh {
  height: 100vh; }

.top {
  top: 0; }

.btm {
  bottom: 0; }

.lt {
  left: 0; }

.rt {
  right: 0; }

.block {
  display: block; }

.inlineblock {
  display: inline-block; }

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.no-hover {
  pointer-events: none !important;
  cursor: default; }

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.round {
  border-radius: 50%; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*网站主体区域宽度样式*/
.w100 {
  width: 100%; }

.w1600 {
  max-width: 1600px;
  width: 88%;
  margin: 0 auto; }

.w1300 {
  width: 1300px;
  margin: 0 auto; }
  @media (max-width: 1350px) {
    .w1300 {
      width: 94%; } }

.w1080 {
  width: 1080px;
  margin: 0 auto; }
  @media (max-width: 1100px) {
    .w1080 {
      width: 94%; } }

.w1070 {
  width: 1070px;
  margin: 0 auto; }
  @media (max-width: 1100px) {
    .w1070 {
      width: 94%; } }

/*分页样式*/
.wpage {
  text-align: center; }

.page {
  padding: 40px 0 0;
  font-weight: bold;
  text-align: center;
  clear: both;
  display: inline-block; }

.page a {
  text-decoration: none;
  color: #666;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0 3px;
  display: block;
  float: left;
  border-radius: 4px;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); }

.page a.active {
  color: #fff;
  background: #C71432;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); }

.page span.laypage_curr {
  width: auto;
  height: 1rem;
  line-height: 1rem;
  margin: 0 3px;
  display: inline-block;
  color: #fff;
  background: #C71432;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); }

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #C71432;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); }

.page a[rel="next"], .page a[rel="prev"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  /*background:#EDEDED;*/
  border-bottom: none; }

.page a[rel="next"] .icon, .page a[rel="prev"] .icon {
  width: 20px;
  height: 20px;
  fill: #333; }

.page a:hover[rel="next"], .page a:hover[rel="prev"] {
  background: transparent; }

.page a:hover[rel="next"] .icon, .page a:hover[rel="prev"] .icon {
  fill: #d12935; }

.page a[rel="next"]:hover img, .page a[rel="prev"]:hover img {
  filter: grayscale(100%) brightness(10);
  opacity: .95; }

@media (max-width: 767px) {
  .page {
    padding-top: 1rem; } }
/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px; } }
.wrap-sm {
  padding: 30px; }

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px; } }
.wrap-xs {
  padding: 20px; }

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px; } }
.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px; } }
.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px; } }
.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px; }

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px; } }
.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px; }

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px; } }
@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px; } }
.p-h-sm {
  padding-left: 30px;
  padding-right: 30px; }

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px; } }
.pt0 {
  padding-top: 0; }

.pb0 {
  padding-bottom: 0; }

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px; }

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px; } }
@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px; } }
.m-b-xxs {
  margin-bottom: 5px; }

.m-b-xs {
  margin-bottom: 10px; }

.m-b-sm {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px; } }
.m-b-md {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px; } }
.m-b-lg {
  margin-bottom: 60px; }

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px; } }
.m-b-xl {
  margin-bottom: 100px; }

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px; } }
@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px; } }
.m-t-xxs {
  margin-top: 5px; }

.m-t-xs {
  margin-top: 10px; }

.m-t-sm {
  margin-top: 20px; }

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px; } }
.m-t-md {
  margin-top: 30px; }

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px; } }
.m-t-lg {
  margin-top: 60px; }

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px; } }
.m-r-xxs {
  margin-right: 5px; }

.m-r-xs {
  margin-right: 10px; }

.m-r-sm {
  margin-right: 20px; }

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px; } }
.m-l-xxs {
  margin-left: 5px; }

.m-l-xs {
  margin-left: 10px; }

.m-l-sm {
  margin-left: 20px; }

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px; } }
@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%; }

  .phone-v-p0 {
    padding: 0; } }
/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s; }

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }

.trans-md {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all 0.8s; }

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1); }

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite; }

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards; }

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036; }

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1; }

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite; }

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
  visibility: hidden; }

.cssanimations .anim_emt.visb, .cssanimations .anim_group .anim_item.visb {
  visibility: inherit; }

.anim_emt.start {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale; }

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade; }

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left; }

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right; }

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom; }

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top; }

.slide_anim {
  visibility: hidden; }

.slide_anim.start {
  visibility: visible; }

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s; }

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap; }

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s; }

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg); } }
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0; }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140; } }
@keyframes line_w100 {
  to {
    left: 100%; } }
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fade_out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_out_in {
  0%,100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes mk_fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82); }

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0); }

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82); }

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0); }

.a-del1 {
  animation-delay: 0.1s; }

.a-del2 {
  animation-delay: 0.2s; }

.a-del3 {
  animation-delay: 0.3s; }

.a-del4 {
  animation-delay: 0.4s; }

.a-del5 {
  animation-delay: 0.5s; }

.a-del6 {
  animation-delay: 0.6s; }

.a-del7 {
  animation-delay: 0.7s; }

.a-del8 {
  animation-delay: 0.8s; }

.a-del9 {
  animation-delay: 0.9s; }

.a-del10 {
  animation-delay: 1s; }

.a-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*/
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important; }

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important; }

.warpheader {
  height: 2.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .warpheader .header {
    height: 2.5rem;
    padding: 0 1.5rem; }
    .warpheader .header .logo {
      height: 47px;
      position: relative; }
      .warpheader .header .logo .img1 {
        opacity: 1; 
        width:4.25rem;
      }
      .warpheader .header .logo .img2 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        opacity: 0; }
    .warpheader .header .nav {
      display: flex;
      flex-flow: row nowrap;
      margin-left: 4.5rem; }
      .warpheader .header .nav .li {
        margin:0 .65rem; 
        height:2.5rem;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
      }
        .warpheader .header .nav .li > a {
          display: block;
          white-space: nowrap;
          transition: all .6s; }
        .warpheader .header .nav .li > a:hover, .warpheader .header .nav .li > a.cur {
          color: #c71432 !important; }
    .warpheader .header .rightbox .langbtn {
      margin-right: 1rem; }
      .warpheader .header .rightbox .langbtn a {
        transition: all .6s; }
      .warpheader .header .rightbox .langbtn .a1 {
        opacity: .5; }
      .warpheader .header .rightbox .langbtn .line {
        margin: 0 13px;
        width: 1px;
        height: 14px;
        opacity: .5;
        background: #fff; }
      .warpheader .header .rightbox .langbtn a:hover {
        opacity: 1;
        color: #c71432; }
    .warpheader .header .rightbox .searchbtn svg {
      width: 28px;
      height: 28px;
      fill: #fff;
      transition: all .6s; }
    .warpheader .header .rightbox .searchbtn:hover svg {
      fill: #c71432; }

.warpheader.active {
  position: relative; }
  .warpheader.active .header .logo .img1 {
    opacity: 0; }
  .warpheader.active .header .logo .img2 {
    opacity: 1; }
  .warpheader.active .header .nav .li a {
    color: #333; }
  .warpheader.active .header .rightbox .langbtn .a1 {
    color: #333; }
  .warpheader.active .header .rightbox .langbtn a {
    color: #333; }
  .warpheader.active .header .rightbox .langbtn .line {
    background: rgba(51, 51, 51, 0.3); }
  .warpheader.active .header .rightbox .searchbtn svg {
    fill: #c71432; }




 .warpheader.indexon{
  border-bottom:1px solid rgba(0, 0, 0, 0.1)
 }
  .warpheader.indexon .header .logo .img1 {
    opacity: 0; }
  .warpheader.indexon .header .logo .img2 {
    opacity: 1; }
  .warpheader.indexon .header .nav .li a {
    color: #333; }
  .warpheader.indexon .header .rightbox .langbtn .a1 {
    color: #333; }
  .warpheader.indexon .header .rightbox .langbtn a {
    color: #333; }
  .warpheader.indexon .header .rightbox .langbtn .line {
    background: rgba(51, 51, 51, 0.3); }
  .warpheader.indexon .header .rightbox .searchbtn svg {
    fill: #c71432; }

.warpheader,.warpheader .header,.warpheader .header .nav .li{
  transition: all .6s;
}
  .warpheader.indexon{
    height:2rem;
 }
 .warpheader.indexon .header{
  height:2rem;
 }
 .warpheader.indexon .header .nav .li{
  height:2rem;
 }
 .warpheader.indexon .header .nav .li .nsubbox{
  top:2rem;
 }
.m-bocweb-header3 {
  /*position:fixed;*/
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 99; }
  .m-bocweb-header3 .header2 {
    height: 60px;
    padding: 0 5%;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99; }
    .m-bocweb-header3 .header2:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #fff;
      backdrop-filter: blur(1px);
      z-index: -1; }
    .m-bocweb-header3 .header2 .logo {
      position: relative; }
      .m-bocweb-header3 .header2 .logo .img1 {
        height: 30px; }
    .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); }
      .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 .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(0, 0, 0, 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: #fff; }
      .m-bocweb-header3 .header2 .nav .item .tit {
        color: #fff;
        padding: 0.3rem 0 .3rem 5%; }
      .m-bocweb-header3 .header2 .nav .item .icon {
        fill: #fff; }
      .m-bocweb-header3 .header2 .nav .prosec {
        overflow: hidden; }
        .m-bocweb-header3 .header2 .nav .prosec p {
          width: 48%;
          float: left;
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          align-items: flex-start; }
        .m-bocweb-header3 .header2 .nav .prosec p:nth-child(2n) {
          margin-left: 4%; }
    .m-bocweb-header3 .header2 .nav .sub-tit.on {
      background: #fff; }
    .m-bocweb-header3 .header2 .nav .sub-tit.on .icon {
      transform: rotate(-90deg); }
    .m-bocweb-header3 .header2 .nav .sec-list {
      /*line-height:40px;*/
      padding: .35rem 6% 1rem;
      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: #000; }
    .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: #000; }
    .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: #000; }
    .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: #999;
    opacity: .2;
    margin: 0 .5rem 0 .25rem; }
  .m-bocweb-header3 .langbtn {
    margin-right: .25rem; }
  .m-bocweb-header3 .spicon {
    width: 18px;
    height: 18px; }
    .m-bocweb-header3 .spicon .icon {
      width: 18px;
      height: auto;
      fill: #333; }

.m-bocweb-header3.active .line {
  opacity: .5; }
.m-bocweb-header3.active .header2:before {
  /*background: rgba(0,0,0,1);*/ }
.m-bocweb-header3.active .header2 .hamburger-inner::before, .m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #000 !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, .m-bocweb-header3 .header2 .logo .img1 {
    height: 25px; }

  .m-bocweb-header3 .header2 .nav .sec-list a {
    padding: .2rem 0;
    padding-left: 1.5rem;
    font-size: .55rem;
    color: #333;
    /*border-bottom:1px solid #0e5ca5;*/
    position: relative; }
    .m-bocweb-header3 .header2 .nav .sec-list a:before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      background: #666;
      border-radius: 50%;
      left: .5rem;
      top: 50%;
      margin-top: -2.5px; } }
.h-searchbox {
  position: absolute;
  top: 2.5rem;
  width: 100%;
  left: 0;
  padding: 1rem 0 1rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  z-index: 6;
  display: none; }

.h-searchbox .close {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 3%;
  top: 3%;
  cursor: pointer;
  z-index: 3; }

.h-searchbox .close svg {
  width: .5rem;
  height: .5rem;
  fill: #c71432; }

.h-searchbox .formbox {
  width: 960px;
  margin: 0 auto;
  max-width: 88%; }

.h-searchbox .input1 {
  width: 100%;
  height: 58px;
  background: #F6F6F6;
  width: calc(100% - 140px - 20px);
  border: none;
  padding-left: 1rem; }

.h-searchbox .input2 {
  width: 140px;
  height: 58px;
  background: #c71432 url(../img/searchbtn2.png) no-repeat 30px center;
  border-radius: 2px;
  background-size: 21px auto;
  padding-left: 60px;
  text-align: left; }

.h-searchbox form {
  width: 100%; }

@media (max-width: 1024px) {
  .h-searchbox {
    top: 60px;
    position: fixed;
    padding: 2rem 0; }

  .h-searchbox .inputbox .input2 {
    background-size: .85rem auto; }

  .h-searchbox .close svg {
    width: 0.65rem;
    height: 0.65rem; } }
@media (max-width: 767px) {
  .h-searchbox .input1 {
    height: 40px;
    width: calc(100% - 100px - 10px);
    padding-left: 10px; }

  .h-searchbox .input2 {
    width: 100px;
    height: 40px;
    background: #c71432 url(../img/searchbtn2.png) no-repeat 22px center;
    border-radius: 2px;
    background-size: 21px auto;
    padding-left: 50px; }

  .h-searchbox .tipbox {
    padding-left: 10px; } }
.footer {
  padding: 1.4rem 0 0;
  background: #F0F0F0;
  border-top: 10px solid #fff; }
  .footer .footer-top {
    padding: 0 1.5rem .9rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
    .footer .footer-top .logo {
      height: 47px; }
    .footer .footer-top .select-tit {
      height: 1.25rem;
      background: #fff;
      padding: 0 .7rem; }
      .footer .footer-top .select-tit span {
        color: #333;
        opacity: .5; }
      .footer .footer-top .select-tit .icon {
        width: 12px;
        height: 12px;
        fill: #999;
        transform: rotate(-180deg); }
    .footer .footer-top .select {
      width: 9rem;
      position: relative;
      z-index: 3; }
      .footer .footer-top .select .sub {
        position: absolute;
        width: 100%;
        top: 1.25rem;
        background: #fff;
        padding: .3rem 0;
        display: none;
        max-height: 160px;
        overflow-y: auto; }
        .footer .footer-top .select .sub a {
          display: block;
          padding: .25rem .7rem;
          transition: all .6s; }
        .footer .footer-top .select .sub a:hover {
          background: #c71432;
          color: #fff; }
    .footer .footer-top .select:hover .select-tit .icon {
      transform: rotate(0); }
    .footer .footer-top .select:hover .sub {
      display: block; }
  .footer .footer-middle {
    padding: 1.25rem 1.5rem 2.75rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
    .footer .footer-middle .fnav {
      width: calc(100% - 9rem - 4.25rem); }
      .footer .footer-middle .fnav a {
        display: block;
        transition: all .6s; }
      .footer .footer-middle .fnav a:hover {
        color: #c71432; }
      .footer .footer-middle .fnav .tit3 {
        margin-bottom: .4rem; }
      .footer .footer-middle .fnav .tit4 {
        margin-bottom: .2rem; }
    .footer .footer-middle .fright {
      width: 9rem; }
      .footer .footer-middle .fright .sharebox {
        margin-bottom: 1rem; }
        .footer .footer-middle .fright .sharebox .li {
          margin-right: .9rem; }
          .footer .footer-middle .fright .sharebox .li .icon {
            width: 35px;
            height: 35px; }
            .footer .footer-middle .fright .sharebox .li .icon img {
              max-height: 100%; }
      .footer .footer-middle .fright .item {
        margin-bottom: .6rem; }
        .footer .footer-middle .fright .item .sp {
          margin-bottom: .25rem; }
      .footer .footer-middle .fright .item2 {
        margin-bottom: .9rem; }
      .footer .footer-middle .fright .linkbtn {
        width: 140px;
        height: 44px;
        background: #C71432;
        border-radius: 2px 10px 2px 10px;
        transition: all .6s; }
      .footer .footer-middle .fright .linkbtn:hover {
        color: #fff; }
  .footer .footer-bot {
    padding: .55rem 1.5rem; }
    .footer .footer-bot .ralink {
      opacity: .5;
      transition: all .6s; }
    .footer .footer-bot a:hover {
      opacity: 1;
      color: #c71432; }

.footer.active {
  border-top: none; }

@media (max-width: 1024px) {
  .footer .footer-middle .fnav {
    display: none; }

  .footer .footer-middle .fright {
    width: 100%; }

  .footer .footer-middle .fright .linkbtn {
    display: none; }

  .footer .footer-top {
    padding: 0 6% 0.9rem; }

  .footer .footer-middle {
    padding: .5rem 6% 1rem; }

  .footer .footer-bot {
    padding: .5rem 6%; }

  .footer .footer-middle .fright .sharebox {
    justify-content: center; }

  .footer .footer-middle .fright .itembox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start; }

  .footer .footer-middle .fright .itembox .item {
    width: 50%;
    padding: 0 3%;
    text-align: center; } }
@media (max-width: 768px) {
  .footer .footer-top {
    padding-bottom: .4rem; }

  .footer .footer-top .logo {
    height: 28px;
    margin: 0 auto .8rem;
    display: block; }

  .footer .footer-top .select {
    margin: 0 auto; }

  .footer .footer-top {
    border-bottom: none; }

  .footer .footer-middle .fright .itembox {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: .55rem 0; }

  .footer .footer-middle .fright .itembox .item {
    margin-bottom: 0; }

  .footer .footer-middle .fright .itembox p {
    font-size: 12px; }

  .footer .footer-middle {
    border-bottom: none;
    padding-bottom: 0; }

  .footer .footer-bot {
    padding: 1rem 6%; }

  .footer .footer-bot p {
    text-align: center;
    margin-bottom: .75rem; }

  .footer .footer-bot .ralink {
    display: block;
    margin: 0 auto; } }
.n-banner {
  height: 15.5rem; }
  .n-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.n-subbox {
  position: relative;
  height: 2rem;
  padding: 0 1.5rem;
  background: #fff; 
  z-index:3;
}
  .n-subbox .li {
    padding: 0 1.5rem;
    height: 2rem;
    position: relative;
    transition: all .6s; }
    .n-subbox .li:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #c71432;
      left: 0;
      bottom: -2px;
      opacity: 0;
      transition: all .6s; }
  .n-subbox .li:hover, .n-subbox .li.cur {
    color: #c71432; }
    .n-subbox .li:hover:before, .n-subbox .li.cur:before {
      opacity: 1; }

@media (max-width: 1024px) {
  .n-subbox {
    display: none; } }
.n-information {
  position: relative;
  z-index: 1;
  padding: 2.25rem 0;
  background: #f3f3f3; }
  .n-information .selectbox {
    width: 160px;
    height: 48px;
    background: #C71432;
    border-radius: 4px;
    margin-right: 13px;
    position: relative;
    z-index: 3; }
  .n-information .selectbox .selecttop {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between; }
  .n-information .selectbox:last-child {
    margin-right: 0; }
  .n-information .selectbox span {
    margin-right: 5px; }
  .n-information .selectbox .icon {
    width: 12px;
    height: 12px;
    fill: #fff;
    transition: all .6s; }
  .n-information .selectbox .selecttop {
    width: 100%;
    height: 100%;
    padding: 0 .7rem;
    cursor: pointer;
    position: relative;
    z-index: 3; }
  .n-information .selectbox .selecttop .sp2 {
    width: calc(100% - 15px);
    padding-left: 5px; }
  .n-information .selectbox .selectitem {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    background: #fff;
    max-height: 150px;
    padding: 10px 5px;
    border-radius: 4px;
    overflow-y: auto;
    display: none; }
  .n-information .selectbox .item {
    padding: 6px .7rem;
    line-height: 1.4;
    background: transparent;
    cursor: pointer;
    border-bottom: none;
    display: block;
    color: #333; }
  .n-information .selectbox .item:hover {
    color: #fff;
    background: #000; }
  .n-information .selectbox:hover .selecttop {
    color: #fff; }
  .n-information .selectbox.cur .icon {
    fill: #fff;
    transform: rotate(-180deg); }
  .n-information .allbtn {
    width: 160px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgba(102, 102, 102, 0.25);
    transition: all .6s; }
  .n-information .allbtn:hover {
    background: #C71432;
    color: #fff;
    border: 1px solid #C71432; }
  .n-information .ul {
    margin-top: 1.2rem; }
    .n-information .ul .li {
      padding: 1rem 1.1rem;
      background: #fff;
      margin-bottom: 20px;
      border-radius: 4px;
      overflow: hidden; }
    .n-information .ul .time {
      width: 98px;
      height: 98px;
      background: rgba(0, 0, 0, 0.05);
      border-radius: 4px 4px 4px 4px;
      transition: all .6s; }
      .n-information .ul .time .ri {
        color: #B4B4B4;
        transition: all .6s; }
      .n-information .ul .time p {
        color: #C1C1C1;
        transition: all .6s; }
    .n-information .ul .tit3 {
      width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: .2rem;
      transition: all .6s; }
    .n-information .ul .tit4 {
      width: 88%;
      margin-bottom: .4rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: all .6s; }
    .n-information .ul .titbox {
      width: calc(100% - 1.25rem - 98px);
      margin-left: 1.25rem; }
    .n-information .ul .btn {
      color: #c71432;
      transition: all .6s; }
    .n-information .ul .li:hover {
      background: #c71432; }
      .n-information .ul .li:hover .tit3 {
        color: #fff; }
      .n-information .ul .li:hover .tit4 {
        color: #fff; }
      .n-information .ul .li:hover .time {
        background: #fff; }
        .n-information .ul .li:hover .time .ri, .n-information .ul .li:hover .time p {
          color: #c71432; }
      .n-information .ul .li:hover .btn {
        color: #fff; }

@media (max-width: 767px) {
  .n-information .ul .time {
    width: 60px;
    height: 60px; }

  .n-information .ul .li {
    padding: 1rem 6%; }

  .n-information .ul .li .tit3, .n-information .ul .li .tit4 {
    width: 100%; }

  .n-information .ul .tit4 {
    margin-bottom: .2rem; }

  .n-information .ul .titbox {
    width: calc(100% - .75rem - 60px);
    margin-left: .75rem; }

  .n-information .topbox .tit3 {
    margin-bottom: .7rem;
    width: 100%; }

  .n-information {
    padding: 1.5rem 0; }

  .n-information .rbox {
    width: 100%; }

  .n-information .selectbox {
    width: 48%;
    height: 1.5rem; }

  .n-information .allbtn {
    width: 48%;
    height: 1.5rem; }

  .n-information .selectbox .selecttop {
    padding: 0 0.35rem; }

  .n-information .selectbox .selectitem {
    top: 1.5rem; }

  .n-information .ul {
    margin-top: 1rem; }

  .n-information .ul .li {
    margin-bottom: 10px; } }
.investor-list1 {
  padding: 1.5rem 0 3rem;
  position: relative;
  z-index: 1;
  background: #fff; }
  .investor-list1 .cbox {
    border-top: 1px solid #DFE1E3;
    border-bottom: 1px solid #DFE1E3;
    margin-top: 1.2rem; }
    .investor-list1 .cbox .lbox {
      width: 50%;
      border-right: 1px solid #DFE1E3; }
      .investor-list1 .cbox .lbox .lbox-top {
        padding: 1.5rem 1.5rem 1rem 1rem;
        border-bottom: 1px solid #DFE1E3; }
        .investor-list1 .cbox .lbox .lbox-top .ibox {
          width: 40%; }
          .investor-list1 .cbox .lbox .lbox-top .ibox .tit5 {
            margin-bottom: .6rem; }
        .investor-list1 .cbox .lbox .lbox-top .ibox2 {
          width: 48%; }
          .investor-list1 .cbox .lbox .lbox-top .ibox2 .tit7 {
            color: #A8A8A8;
            margin-bottom: .1rem; }
          .investor-list1 .cbox .lbox .lbox-top .ibox2 .tit8 {
            color: #D82D2E; }
            .investor-list1 .cbox .lbox .lbox-top .ibox2 .tit8 .tipimg{
              margin-left:.8rem;
              bottom: 0.15rem;
              position: relative;
            }
          .investor-list1 .cbox .lbox .lbox-top .ibox2 .tit9 {
            margin-top: .3rem;
            color: #D82D2E; 
          }
            .investor-list1 .cbox .lbox .lbox-top .ibox2 .tit9 .sp2{
              margin-right:.3rem;
            }
          .investor-list1 .cbox .lbox .lbox-top .ibox2 .time {
            color: #A8A8A8;
            margin-top: .9rem; }
      .investor-list1 .cbox .lbox .lbox-bottom {
        padding: 1.5rem 1.5rem 1.75rem 1rem; }
        .investor-list1 .cbox .lbox .lbox-bottom .sp4 {
          color: #A8A8A8; }
        .investor-list1 .cbox .lbox .lbox-bottom .libox {
          width: 30%; }
        .investor-list1 .cbox .lbox .lbox-bottom .i {
          margin-bottom: .35rem; }
        .investor-list1 .cbox .lbox .lbox-bottom .libox:nth-child(2) {
          margin-right: 18%; }
    .investor-list1 .cbox .rbox {
      width: 50%;
      padding: 25px; }

@media (max-width: 996px) {
  .investor-list1 .cbox .lbox {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #DFE1E3; }

  .investor-list1 .cbox .rbox {
    width: 100%; }

  .investor-list1 .cbox .rbox {
    padding: 25px 0; }

  .investor-list1 {
    padding: 1.5rem 0 2rem; }

  .investor-list1 .cbox .lbox .lbox-top {
    padding: 1rem 0; }

  .investor-list1 .cbox .lbox .lbox-top .ibox2 .time {
    margin-top: .5rem; }

  .investor-list1 .cbox .lbox .lbox-bottom {
    padding: 1rem 0; }

  .investor-list1 .cbox .lbox .lbox-bottom .libox {
    width: 45%; }

  .investor-list1 .cbox .lbox .lbox-bottom .libox:nth-child(2) {
    margin-right: 4%; }

  .investor-list1 .cbox {
    margin-top: .75rem; } }
.investor-list2 {
  padding: 2.2rem 0 2.75rem;
  position: relative;
  z-index: 1;
  background: #F3F3F3; }
  .investor-list2 .wtabul {
    border-top: 2px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    height: 1.5rem;
    margin-top: 1.25rem; }
    .investor-list2 .wtabul .tab-container {
      width: 510px; }
      .investor-list2 .wtabul .tab-container .swiper-slide {
        text-align: center;
        transition: color .6s;
        cursor: pointer; }
      .investor-list2 .wtabul .tab-container .swiper-slide:hover, .investor-list2 .wtabul .tab-container .swiper-slide.cur {
        color: #B4382E; }
    .investor-list2 .wtabul .zwarp {
      width: calc(100% + 120px); }
      .investor-list2 .wtabul .zwarp .button-prev, .investor-list2 .wtabul .zwarp .button-next {
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer; }
        .investor-list2 .wtabul .zwarp .button-prev .icon, .investor-list2 .wtabul .zwarp .button-next .icon {
          width: .8rem;
          height: .8rem;
          fill: #949494; }
  .investor-list2 .ul {
    margin-top: .5rem; }
    .investor-list2 .ul .li {
      padding: .4rem .5rem;
      border-bottom: 1px solid #E3E3E3; }
      .investor-list2 .ul .li .sp {
        width: calc(100% - 120px); }
        .investor-list2 .ul .li .sp .icon {
          width: 30px;
          height: 30px; }
          .investor-list2 .ul .li .sp .icon svg {
            width: 16px;
            height: 16px;
            fill: #717171; }
        .investor-list2 .ul .li .sp span {
          width: calc(100% - 40px);
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          transition: all .6s; }
      .investor-list2 .ul .li .btn {
        color: #B3B3B3;
        transition: all .6s; }
        .investor-list2 .ul .li .btn img {
          margin-left: 10px; }
    .investor-list2 .ul .li:hover .sp span {
      color: #C71432; }
    .investor-list2 .ul .li:hover .btn {
      color: #C71432; }
  .investor-list2 .wpage .page {
    padding-top: 2.25rem; }

.investor-list3 {
  background: #fff; }

@media (max-width: 767px) {
  .investor-list2 .wtabul .zwarp {
    width: 100%; }

  .investor-list2 .wtabul .tab-container {
    width: calc(100% - 3rem); }

  .investor-list2 .ul .li .sp {
    width: calc(100% - 100px); }

  .investor-list2 .wpage .page {
    padding-top: 1rem; }

  .investor-list2 {
    padding: 1.75rem 0 2rem; } }
.investor-list4 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 2.35rem 0 4rem; }
  .investor-list4 .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    z-index: 1; }
  .investor-list4 .contentbox {
    width: 1320px;
    margin: 0 auto;
    max-width: 88%;
    position: relative;
    z-index: 2; }
    .investor-list4 .contentbox .tit3 {
      margin-bottom: 1rem; }
    .investor-list4 .contentbox .p {
      margin-bottom: 3rem; }
    .investor-list4 .contentbox .ul {
      margin-top: .7rem; }
      .investor-list4 .contentbox .ul .li {
        width: 31%;
        margin-right: 3.5%;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 4px;
        padding: .7rem 1rem 1.4rem; }
      .investor-list4 .contentbox .ul .li:nth-child(3n) {
        margin-right: 0; }
      .investor-list4 .contentbox .ul .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto .7rem; }
        .investor-list4 .contentbox .ul .icon img {
          max-height: 100%; }

@media (max-width: 767px) {
  .investor-list4 .contentbox .ul .li {
    width: 100%; }

  .investor-list4 .contentbox .p {
    margin-bottom: 1.25rem; }

  .investor-list4 {
    padding: 1.75rem 0 2.5rem; }

  .investor-list4 .contentbox .ul .icon {
    width: 34px;
    height: 34px; } }
.n-news {
  position: relative;
  z-index: 1;
  padding: 2.25rem 0;
  background: #f3f3f3; }
  .n-news .selectbox {
    width: 160px;
    height: 48px;
    background: #C71432;
    border-radius: 4px;
    margin-right: 13px;
    position: relative;
    z-index: 3; }
  .n-news .selectbox .selecttop {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between; }
  .n-news .selectbox:last-child {
    margin-right: 0; }
  .n-news .selectbox span {
    margin-right: 5px; }
  .n-news .selectbox .icon {
    width: 12px;
    height: 12px;
    fill: #fff;
    transition: all .6s; }
  .n-news .selectbox .selecttop {
    width: 100%;
    height: 100%;
    padding: 0 .7rem;
    cursor: pointer;
    position: relative;
    z-index: 3; }
  .n-news .selectbox .selecttop .sp2 {
    width: calc(100% - 15px);
    padding-left: 5px; }
  .n-news .selectbox .selectitem {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    background: #fff;
    max-height: 150px;
    padding: 10px 5px;
    border-radius: 4px;
    overflow-y: auto;
    display: none; }
  .n-news .selectbox .item {
    padding: 6px .7rem;
    line-height: 1.4;
    background: transparent;
    cursor: pointer;
    border-bottom: none;
    display: block;
    color: #333; }
  .n-news .selectbox .item:hover {
    color: #fff;
    background: #000; }
  .n-news .selectbox:hover .selecttop {
    color: #fff; }
  .n-news .selectbox.cur .icon {
    fill: #fff;
    transform: rotate(-180deg); }
  .n-news .allbtn {
    width: 160px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgba(102, 102, 102, 0.25);
    transition: all .6s; }
  .n-news .allbtn:hover {
    background: #C71432;
    color: #fff;
    border: 1px solid #C71432; }
  .n-news .ul {
    margin-top: 1.2rem; }
    .n-news .ul .li {
      width: 100%;
      background: #F3F3F3;
      overflow: hidden;
      position: relative;
      transition: all .6s; }
      .n-news .ul .li:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: #c71432;
        transition: all .6s; }
      .n-news .ul .li .w1600 {
        padding: .7rem 0;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        transition: all .6s; }
      .n-news .ul .li .img {
        width: 9.5rem;
        height: 6rem; }
        .n-news .ul .li .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .n-news .ul .li .tit3 {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: .5rem;
        transition: all .6s; }
      .n-news .ul .li .tit4 {
        width: 80%;
        margin-bottom: 1.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .6s; }
      .n-news .ul .li .time {
        color: #CECECE;
        margin-bottom: .15rem; }
      .n-news .ul .li .titbox {
        width: calc(100% - 2rem - 9.5rem);
        margin-left: 2rem; }
      .n-news .ul .li .btn {
        transition: all .6s; }
    .n-news .ul .li:hover {
      background: #fff; }
      .n-news .ul .li:hover:before {
        width: 41%; }
      .n-news .ul .li:hover .w1600 {
        border-bottom: 1px solid transparent; }
      .n-news .ul .li:hover .tit3 {
        color: #c71432; }
  .n-news .ul2 {
    margin-top: 1rem;
    margin-bottom: -.5rem; }
    .n-news .ul2 .li {
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 2rem; }
    .n-news .ul2 .li:nth-child(3n) {
      margin-right: 0; }
    .n-news .ul2 .img {
      width: 100%;
      height: 8.5rem;
      border-radius: 5px;
      overflow: hidden; }
      .n-news .ul2 .img img {
        width: 102%;
        height: 102%;
        top: -1%;
        position: relative;
        object-fit: cover;
        transition: all .8s; }
    .n-news .ul2 .titbox {
      margin-top: .9rem;
      width: 100%; }
      .n-news .ul2 .titbox .tit3 {
        display: block;
        width: 100%;
        margin-bottom: .3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .6s; }
      .n-news .ul2 .titbox .tit4 {
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .n-news .ul2 .titbox .timebox {
        margin-top: .8rem; }
        .n-news .ul2 .titbox .timebox .time {
          color: #A5A5A5;
          padding-right: 20px;
          position: relative; }
          .n-news .ul2 .titbox .timebox .time:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 10px;
            top: 50%;
            right: 10px;
            margin-top: -5px;
            background: #CDCDCD; }
    .n-news .ul2 .li:hover .img img {
      transform: scale(1.2); }
    .n-news .ul2 .li:hover .tit3 {
      color: #c71432; }
  .n-news .wpage .page {
    padding-top: 0; }

@media (max-width: 767px) {
  .n-news .ul .li {
    padding: 0;
    margin-bottom: 1rem; }

  .n-news .ul .li .tit3 {
    width: 100%; }

  .n-news .ul .tit4 {
    margin-bottom: .2rem; }

  .n-news .ul .titbox {
    width: 100%;
    margin-left: 0; }

  .n-news .ul .li .img {
    width: 100%; }

  .n-news .ul .li .titbox {
    width: 100%;
    margin-left: 0;
    margin-top: .65rem; }

  .n-news .topbox .tit3 {
    margin-bottom: .7rem;
    width: 100%; }

  .n-news .ul .li .tit4 {
    width: 100%;
    margin-bottom: .5rem; }

  .n-news {
    padding: 1.5rem 0; }

  .n-news .ul {
    margin-top: .5rem; }

  .n-news .ul2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem; }

  .n-news .ul2 .titbox .timebox {
    margin-top: .65rem; }

  .n-news .wpage .page {
    padding-top: 1.5rem; }

  .n-news .selectbox, .n-news .allbtn {
    height: 40px; }

  .n-news .selectbox .selectitem {
    top: 40px; } }
.news-info1 {
  padding: 0 0 3.5rem; }
  .news-info1 .w1150 {
    width: 1150px;
    max-width: 88%;
    margin: 0 auto; }
  .news-info1 .news-top {
    padding: 1rem 0;
    background: #f8f8f8; }
    .news-info1 .news-top .news-tit {
      width: 100%; }
    .news-info1 .news-top .time {
      margin-top: .6rem; }
      .news-info1 .news-top .time img {
        width: 20px;
        margin-right: 8px; }
  .news-info1 .news-text {
    padding: 1.75rem 0 3.25rem; }
    .news-info1 .news-text img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .news-info1 .news-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 1.2rem; }
    .news-info1 .news-nav .nav-l {
      width: 100%;
      position: relative; }
      .news-info1 .news-nav .nav-l span {
        line-height: 1.2;
        margin-right: .25rem;
        color: #333; }
      .news-info1 .news-nav .nav-l p {
        width: calc(100% - 100px);
        line-height: 1.6;
        min-width:50px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .news-info1 .news-nav .nav-l a {
        color: #A3A3A3;
        width:46%; }
        .news-info1 .news-nav .nav-l a span {
          color: #A3A3A3; }
        .news-info1 .news-nav .nav-l a:hover {
          color: #c71432; }
      .news-info1 .news-nav .nav-l a:nth-child(2) {
        padding-right: 3rem; }
        .news-info1 .news-nav .nav-l a:nth-child(2) span {
          margin-right: .5rem; }
      .news-info1 .news-nav .nav-l a:nth-child(3) {
        padding-left: 1.75rem; }
        .news-info1 .news-nav .nav-l a:nth-child(3) span {
          margin-left: .5rem; }
      .news-info1 .news-nav .nav-l .backbtn {
        width: .7rem !important;
        height: .7rem !important;
        padding-right: 0 !important;
        fill: #333;
        z-index: 3;
        transition: all .6s; }
        .news-info1 .news-nav .nav-l .backbtn .icon {
          width: .7rem;
          height: .7rem; }
        .news-info1 .news-nav .nav-l .backbtn:hover {
          fill: #c71432; }

@media (max-width: 1024px) {
  .news-info1 {
    padding-bottom: 2rem; }

  .probanner .textbox {
    width: 88%; } }
@media (max-width: 767px) {
  .stipbox {
    display: none; }

  .news-info1 .news-top {
    margin-top: 0; }

  .news-info1 .news-text {
    padding-bottom: 30px; }

  .news-info1 .news-top .news-tit {
    line-height: 1.5; }

  .news-info1 .news-nav {
    padding-top: 20px; }

  .news-info1 .news-nav .nav-l {
    width: 100%; }

  .news-info1 .news-nav .news-back {
    float: left;
    margin-top: 10px; }

  .news-info1 .news-text {
    font-size: 14px; }

  .news-info1 .news-nav .nav-l span {
    font-size: 12px; }

  .news-info1 .news-nav .nav-l p {
    font-size: 12px; }

  .news-info1 .news-top .news-tit {
    width: 100%; }

  .news-info1 .news-nav .news-back .icon {
    width: .75rem;
    height: .75rem; }

  .news-info1 .news-nav .nav-l span {
    margin-bottom: 0; }

  .news-info1 .news-nav .nav-l a:nth-child(3) span {
    margin-left: 0;
    margin-right: .5rem; }

  .news-info1 .news-nav .nav-l a {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: .25rem; }

  .news-info1 .news-nav .nav-l .backbtn {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0, 0);
    margin: 0 auto .5rem; } }
.search-list1 {
  background: #f8f8f8;
  padding: 1.2rem 0; }

.search-list1 .searchbox {
  width: 100%;
  height: 42px;
  background: transparent;
  border: none;
  position: relative; }

.search-list1 .input1 {
  width: 100%;
  height: 42px;
  background: transparent;
  border: none; }

.search-list1 .input2 {
  width: 124px;
  height: 42px;
  background: #c71432 url(../img/searchbtn2.png) no-repeat 75px center;
  border-radius: 4px;
  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: #c71432 url(../img/searchbtn2.png) no-repeat 60px center;
    background-size: 16px auto; }

  .search-list1 .input1, .search-list1 .searchbox {
    height: 45px; }

  .search-list1 {
    padding: .7rem 0; } }
.search-list2 {
  padding: 1rem 0 5rem;
  background: #fff; }

.search-list2 span {
  color: #cc0000;
  font-weight: bold; }

.search-list2 .tip {
  padding-bottom: .5rem;
  border-bottom: 2px solid #F3F2F0; }

.search-list2 .tab-ul {
  padding: 0 .35rem;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8); }

.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: #c71432;
  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: #c71432; }

.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 .page {
  padding-top: 2rem; }

.search-list2 .ul .li {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all .6s;
  padding: 1rem 0 .9rem;
  background: transparent;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
  .search-list2 .ul .li:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #c71432;
    transition: all .6s; }
  .search-list2 .ul .li .img {
    width: 7.8rem;
    height: 4.8rem; }
    .search-list2 .ul .li .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .search-list2 .ul .li .tit3 {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .5rem;
    transition: all .6s; }
    .search-list2 .ul .li .tit3 span {
      color: #cc0000; }
  .search-list2 .ul .li .tit4 {
    width: 80%;
    margin-bottom: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s; }
  .search-list2 .ul .li .time {
    color: #CECECE;
    margin-bottom: .1rem; }
  .search-list2 .ul .li .titbox {
    width: calc(100% - 1.25rem - 7.8rem);
    margin-left: 1.25rem; }
  .search-list2 .ul .li .btn {
    border-bottom: 1px solid #999;
    display: inline-block;
    transition: all .6s; }
.search-list2 .ul .li:hover:before {
  width: 41%; }
.search-list2 .ul .li:hover .tit3 {
  color: #c71432; }

@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 .tab-ul .li {
    margin: 0 0.25rem; }

  .search-list2 .tab-ul {
    padding: 0; }

  .search-list2 .page {
    padding-top: 1rem; }

  .search-list2 .tab-ul .li {
    height: 44px;
    width: 29%;
    line-height: 1.2;
    padding-top: 0.35rem;
    margin-bottom: .3rem; }

  .search-list4 .tab-ul .li {
    line-height: 44px;
    padding-top: 0; }

  .search-list2 .ul .li .img {
    width: 100%;
    margin-bottom: 1rem; }

  .search-list2 .ul .li .titbox {
    width: 100%;
    margin-left: 0; }

  .search-list2 .ul .li .tit4 {
    margin-bottom: .65rem;
    width: 100%; }

  .search-list2 .ul .li .img {
    height: 6.8rem; }

  .search-list2 .ul .li .tit3 {
    width: 100%; }

  .search-list2 .tab-ul .li {
    width: 25%;
    margin: 0;
    padding: 0 .25rem; } }
.stipbox {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 1.5rem;
  height: 62px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  background: RGBA(243, 243, 243, 1);
   }
  .stipbox .icon {
    width: 13px;
    height: 13px;
    fill: #C71432;
    margin-right: .15rem; }
  .stipbox a {
    color: #000;
    transition: all .6s; }
    .stipbox a:hover {
      color: #C71432; }

    .stipbox strong{
        color: #C71432;
      }

@media (max-width: 767px) {
  .stipbox {
    display: none; } }
.n-dynamics {
  padding: 1.25rem 0 3rem; }
  .n-dynamics .ul {
    margin-top: .75rem; }
  .n-dynamics .ul .li .w1600 {
    padding: 1rem 0; }

.n-incorruptible {
  position: relative;
  z-index: 1;
  padding: 1.25rem 0 2.5rem;
  background: #f3f3f3; }
  .n-incorruptible .selectbox {
    width: 160px;
    height: 48px;
    background: #C71432;
    border-radius: 4px;
    margin-right: 13px;
    position: relative;
    z-index: 3; }
  .n-incorruptible .selectbox .selecttop {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between; }
  .n-incorruptible .selectbox:last-child {
    margin-right: 0; }
  .n-incorruptible .selectbox span {
    margin-right: 5px; }
  .n-incorruptible .selectbox .icon {
    width: 12px;
    height: 12px;
    fill: #fff;
    transition: all .6s; }
  .n-incorruptible .selectbox .selecttop {
    width: 100%;
    height: 100%;
    padding: 0 .7rem;
    cursor: pointer;
    position: relative;
    z-index: 3; }
  .n-incorruptible .selectbox .selecttop .sp2 {
    width: calc(100% - 15px);
    padding-left: 5px; }
  .n-incorruptible .selectbox .selectitem {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    background: #fff;
    max-height: 150px;
    padding: 10px 5px;
    border-radius: 4px;
    overflow-y: auto;
    display: none; }
  .n-incorruptible .selectbox .item {
    padding: 6px .7rem;
    line-height: 1.4;
    background: transparent;
    cursor: pointer;
    border-bottom: none;
    display: block;
    color: #333; }
  .n-incorruptible .selectbox .item:hover {
    color: #fff;
    background: #000; }
  .n-incorruptible .selectbox:hover .selecttop {
    color: #fff; }
  .n-incorruptible .selectbox.cur .icon {
    fill: #fff;
    transform: rotate(-180deg); }
  .n-incorruptible .allbtn {
    width: 160px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgba(102, 102, 102, 0.25);
    transition: all .6s; }
  .n-incorruptible .allbtn:hover {
    background: #C71432;
    color: #fff;
    border: 1px solid #C71432; }
  .n-incorruptible .ul {
    margin-top: 1.2rem; }
    .n-incorruptible .ul .li {
      width: calc(50% - 10px);
      background: #fff;
      overflow: hidden;
      position: relative;
      border-radius: 4px;
      margin-right: 20px;
      margin-bottom: 20px;
      padding: .5rem;
      transition: all .6s; }
      .n-incorruptible .ul .li:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: #c71432;
        transition: all .6s; }
      .n-incorruptible .ul .li .w1600 {
        padding: .7rem 0;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        transition: all .6s; }
      .n-incorruptible .ul .li .img {
        width: 5.2rem;
        height: 5.2rem;
        border-radius: 4px;
        overflow: hidden; }
        .n-incorruptible .ul .li .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all .6s; }
      .n-incorruptible .ul .li .tit3 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 1rem;
        transition: all .6s; }
      .n-incorruptible .ul .li .tip {
        color: #9E9E9E;
        margin-bottom: .3rem; }
      .n-incorruptible .ul .li .titbox {
        width: calc(100% - 1.1rem - 5.2rem);
        margin-left: 1.1rem; }
      .n-incorruptible .ul .li .btn {
        transition: all .6s; }
    .n-incorruptible .ul .li:nth-child(2n) {
      margin-right: 0; }
    .n-incorruptible .ul .li:hover:before {
      width: 41%; }
    .n-incorruptible .ul .li:hover .tit3 {
      color: #c71432; }
    .n-incorruptible .ul .li:hover .img img {
      transform: scale(1.1); }
  .n-incorruptible .wpage .page {
    padding-top: 1.85rem; }

@media (max-width: 996px) {
  .n-incorruptible .ul .li {
    width: 100%;
    margin-right: 0; } }
@media (max-width: 767px) {
  .n-incorruptible .topbox .tit3 {
    margin-bottom: .7rem;
    width: 100%; }

  .n-incorruptible .ul2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem; }

  .n-incorruptible .ul2 .titbox .timebox {
    margin-top: .65rem; }

  .n-incorruptible .wpage .page {
    padding-top: 1rem; }

  .n-incorruptible .selectbox, .n-incorruptible .allbtn {
    height: 40px; }

  .n-incorruptible .selectbox .selectitem {
    top: 40px; }

  .n-incorruptible .ul .li .tit3 {
    margin-bottom: .5rem; } }
.n-honor {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, #f1f1f1, #fff 20%, #fff); }
  .n-honor .stipbox {
    position: relative;
    background: transparent; }
  .n-honor .wtabul {
    position: relative;
    margin-top: 1.25rem; }
    .n-honor .wtabul .tabul-container .swiper-slide {
      background: #fff;
      border-radius: 4px;
      height: 1.75rem;
      overflow: hidden;
      cursor: pointer;
      transition: background .6s,color .6s; }
    .n-honor .wtabul .tabul-container .swiper-slide:hover, .n-honor .wtabul .tabul-container .swiper-slide.cur {
      background: #c71432;
      color: #fff; }
  .n-honor .contentbox {
    padding: 1.25rem 0 3.4rem;
    position: relative;
    z-index: 1; }
    .n-honor .contentbox .ul {
      margin-top: 1.25rem; }
      .n-honor .contentbox .ul .li {
        width: 24.2%;
        margin-right: 1.06%;
        margin-bottom: 1rem;
        position: relative;
        transition: all .6s; }
        .n-honor .contentbox .ul .li:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          background: #c71432;
          bottom: 0;
          left: 0;
          opacity: 0;
          transition: all .6s;
          z-index: 1; }
      .n-honor .contentbox .ul .li:nth-child(4n) {
        margin-right: 0; }
      .n-honor .contentbox .ul .img {
        width: 100%;
        background: RGBA(243, 243, 243, 1);
        padding: 1.35rem 1rem .75rem;
        transition: all .6s; }
      .n-honor .contentbox .ul .titbox {
        width: 100%;
        margin-top: .7rem;
        padding: 0 3% 1.45rem;
        transition: all .6s; }
      .n-honor .contentbox .ul .li:hover {
        background: #fff;
        box-shadow: 0px 0.25rem 0.5rem 0px rgba(199, 20, 50, 0.2); }
        .n-honor .contentbox .ul .li:hover:before {
          opacity: 1; }

@media (max-width: 996px) {
  .n-honor .contentbox .ul .img {
    padding: 1rem 6% 0.5rem; } }
@media (max-width: 767px) {
  .n-honor .contentbox .ul .li {
    width: 49%;
    margin-right: 2%; }

  .n-honor .contentbox .ul .li:nth-child(2n) {
    margin-right: 0; }

  .n-honor .contentbox .ul .li {
    background: #fff; }

  .n-honor .contentbox .ul .titbox {
    padding: 0 3%;
    margin-top: .5rem; }

  .n-honor .contentbox .ul .li:before {
    display: none; }

  .n-honor .contentbox {
    padding-bottom: 2rem; } }
.n-aboutinfo {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, #f1f1f1, #fff 20%, #fff); }
  .n-aboutinfo .stipbox {
    position: relative;
    background: transparent; }
  .n-aboutinfo .contentbox {
    padding: 2.5rem 0 4rem;
    position: relative;
    z-index: 1; }
  .n-aboutinfo .textbox {
    margin-bottom: 2rem; }
    .n-aboutinfo .textbox .tit5 {
      width: 40%; }
    .n-aboutinfo .textbox .tit6 {
      width: 47%;
      margin-right: 8%; }
    .n-aboutinfo .textbox .imgbox img {
      width: 100%; }
  .n-aboutinfo .news-nav {
    border-top: 1px solid RGBA(234, 234, 234, 1);
    padding-top: 1.25rem;
    margin-top: 1.5rem; }
    .n-aboutinfo .news-nav .nav-l {
      width: 100%;
      position: relative;
      position: relative; }
      .n-aboutinfo .news-nav .nav-l:before {
        content: "";
        position: absolute;
        z-index: 2;
        width: 1px;
        height: 2.5rem;
        top: 50%;
        margin-top: -1.25rem;
        left: 50%;
        background: RGBA(234, 234, 234, 1); }
      .n-aboutinfo .news-nav .nav-l span {
        line-height: 1.2;
        margin-right: .25rem;
        color: #333; }
      .n-aboutinfo .news-nav .nav-l p {
        width: calc(100% - 3.75rem - .75rem);
        line-height: 1.6;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .n-aboutinfo .news-nav .nav-l a {
        max-width: 50%;
        transition: all .8s; }
        .n-aboutinfo .news-nav .nav-l a span {
          width: 3.75rem;
          height: 2.5rem;
          overflow: hidden; }
          .n-aboutinfo .news-nav .nav-l a span img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .8s; 
            border-radius:.25rem;
          }
        .n-aboutinfo .news-nav .nav-l a:hover {
          color: #c71432; }
          .n-aboutinfo .news-nav .nav-l a:hover span img {
            transform: scale(1.1); }
      .n-aboutinfo .news-nav .nav-l a:nth-child(1) span {
        margin-right: .75rem; }
      .n-aboutinfo .news-nav .nav-l a:nth-child(2) span {
        margin-right: 0;
        margin-left: .75rem; }

@media (max-width: 996px) {
  .n-aboutinfo .textbox .tit6 {
    margin-right: 0; } }
@media (max-width: 767px) {
  .n-aboutinfo .textbox .tit5 {
    width: 100%;
    margin-bottom: .75rem; }

  .n-aboutinfo .textbox .tit6 {
    width: 100%; }

  .n-aboutinfo .textbox {
    margin-bottom: 1.25rem; }

  .n-aboutinfo .news-nav .nav-l a {
    width: 100%;
    max-width: 100%;
    margin-bottom: .8rem; }

  .n-aboutinfo .news-nav .nav-l a:nth-child(2) span {
    margin-left: 0;
    margin-right: .75rem; }

  .n-aboutinfo .news-nav .nav-l:before {
    display: none; }

  .n-aboutinfo .contentbox {
    padding-top: 1.75rem; }

  .n-aboutinfo .contentbox {
    padding-bottom: 2.5rem; }

  .n-aboutinfo .news-nav {
    padding-top: 1rem;
    margin-top: 1rem; } }
.n-join {
  background: #f3f3f3;
  padding: 2.2rem 0 2.75rem;
  position: relative;
  z-index: 1; }
  .n-join .rbox .selectbox {
    width: 180px;
    height: 48px;
    background: transparent;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    margin-right: 13px;
    position: relative;
    z-index: 3;
    transition: all .6s; }
    .n-join .rbox .selectbox .icon {
      fill: #333;
      transition: all .4s; }
  .n-join .rbox .selectbox:hover {
    background: #C71432; }
    .n-join .rbox .selectbox:hover .sp2 {
      color: #fff; }
    .n-join .rbox .selectbox:hover .icon {
      fill: #fff; }
  .n-join .rbox .selectbox .selecttop {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between; }
  .n-join .rbox .selectbox:last-child {
    margin-right: 0; }
  .n-join .rbox .selectbox span {
    margin-right: 5px; }
  .n-join .rbox .selectbox .icon {
    width: 12px;
    height: 12px;
    transition: all .6s; }
  .n-join .rbox .selectbox .selecttop {
    width: 100%;
    height: 100%;
    padding: 0 .7rem;
    cursor: pointer;
    position: relative;
    z-index: 3; }
  .n-join .rbox .selectbox .selecttop .sp2 {
    width: calc(100% - 15px);
    padding-left: 5px;
    transition: all .6s; }
  .n-join .rbox .selectbox .selectitem {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    background: #fff;
    max-height: 150px;
    padding: 10px 5px;
    border-radius: 4px;
    overflow-y: auto;
    display: none; }
  .n-join .rbox .selectbox .item {
    padding: 6px .7rem;
    line-height: 1.4;
    background: transparent;
    cursor: pointer;
    border-bottom: none;
    display: block;
    color: #333; }
  .n-join .rbox .selectbox .item:hover {
    color: #fff;
    background: #000; }
  .n-join .rbox .selectbox:hover .selecttop {
    color: #fff; }
  .n-join .rbox .selectbox.cur .icon {
    fill: #fff;
    transform: rotate(-180deg); }
  .n-join .ul {
    margin-top: .7rem; }
    .n-join .ul .li {
      background: #fff;
      padding: .7rem;
      border-radius: 4px;
      transition: all .6s;
      margin-bottom: .7rem; }
      .n-join .ul .li .litit1 {
        width: 30%;
        border-right: 1px solid #eaeaea;
        padding: 0 1rem 0 0; }
        .n-join .ul .li .litit1 .sp2 {
          margin-top: .2rem;
          color: #c71432; }

      .n-join .ul .li .litit2 {
        width: 19%;
        padding: 0 1rem 0 .7rem;
        border-right: 1px solid #eaeaea; }
        .n-join .ul .li .litit2 .sp2 {
          margin-top: .4rem; }
      .n-join .ul .li .litit3 {
        width: 24%;
        padding: 0 1rem 0 .7rem;
        border-right: 1px solid #eaeaea; }
        .n-join .ul .li .litit3 .sp2 {
          margin-top: .4rem; }
      .n-join .ul .li .litit4 {
        width: 27%;
        padding: 0 1rem 0 .7rem; }
        .n-join .ul .li .litit4 .sp2 {
          margin-top: .4rem;
          color: #c71432; }
      .n-join .ul .li .txtbox {
        background: #fbfbfb;
        padding: .5rem .7rem .7rem;
        margin-top: .5rem;
        transition: all .6s; }
        .n-join .ul .li .txtbox .sp {
          padding-left: 18px;
          width: 19%;
          margin-right: 2%;
          position: relative;
          margin-bottom: .35rem; }
          .n-join .ul .li .txtbox .sp:before {
            content: "";
            position: absolute;
            left: 0;
            top: .14rem;
            width: 6px;
            height: 6px;
            background: #c9c9c9;
            border-radius: 50%;
            z-index: 1; }
      .n-join .ul .li .textbox2 {
        padding: .5rem .7rem 1rem;
        background: #fbfbfb;
        display: none; }
        .n-join .ul .li .textbox2 .title2 {
          width: 100%;
          margin-bottom: .4rem; }
        .n-join .ul .li .textbox2 .itembox {
          width: 50%;
          padding-right: 8%; }
        .n-join .ul .li .textbox2 .tit6 {
          margin-bottom: .2rem; }
      .n-join .ul .li .botbox {
        margin-top: .4rem; }
      .n-join .ul .li .closebtn {
        border: 1px solid #ccc;
        width: 125px;
        height: 35px;
        margin-right: .4rem;
        cursor: pointer;
        border-radius: 5px;
        transition: all .6s; }
        .n-join .ul .li .closebtn .icon2 {
          margin-right: 8px; }
        .n-join .ul .li .closebtn img {
          transition: all .6s; }
        .n-join .ul .li .closebtn .img2 {
          opacity: 0;
          z-index: 3; }
      .n-join .ul .li .applybtn {
        width: 125px;
        height: 35px;
        background: #333;
        border-radius: 5px;
        transition: all .6s; }
        .n-join .ul .li .applybtn img {
          margin-right: 8px; }
      .n-join .ul .li .applybtn:hover {
        background: #c71432;
        color: #fff; }
      .n-join .ul .li .closebtn:hover {
        background: #f5f5f5; }
    .n-join .ul .li.cur {
      box-shadow: 5px 0 10px 0 rgba(199, 20, 30, 0.1); }
      .n-join .ul .li.cur .closebtn .img1 {
        opacity: 0; }
      .n-join .ul .li.cur .closebtn .img2 {
        opacity: 1; }
      .n-join .ul .li.cur .txtbox {
        background: transparent; }
      .n-join .ul .li.cur .closebtn {
        background: #f5f5f5; }

@media (max-width: 996px) {
  .n-join .ul .li .litit1, .n-join .ul .li .litit2, .n-join .ul .li .litit3 {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: .4rem; }

  .n-join .ul .li .litit4 {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }

  .n-join .ul .li .litit2 .sp2, .n-join .ul .li .litit3 .sp2, .n-join .ul .li .litit4 .sp2 {
    margin-top: .2rem; }

  .n-join .ul .li .txtbox .sp {
    width: 100%;
    margin-right: 0; }

  .n-join .ul .li .textbox2 .itembox {
    width: 100%;
    padding-right: 0;
    margin-bottom: .7rem; }

  .n-join .ul .li .txtbox .sp {
    padding-left: 10px; }

  .n-join .ul .li .txtbox .sp:before {
    width: 4px;
    height: 4px;
    top: .2rem; } }
@media (max-width: 767px) {
  .n-join .rbox {
    margin-top: 1rem;
    width: 100%; }
    .n-join .ul .li.cur .txtbox{
      background:#fbfbfb;
    }
  .n-join .rbox .selectbox {
    width: 100%;
    margin-bottom: .4rem;
    margin-right: 0; }

  .n-join .rbox .select1 {
    z-index: 4; }

  .n-join .rbox .select2 {
    z-index: 3; }

  .n-join .rbox .select3 {
    z-index: 2; } 
  }
.n-apply {
  padding: 1.5rem 0 3.5rem;
  background: RGBA(248, 248, 248, 1); }
  .n-apply .formbox {
    border-radius: 5px;
    background: #fff;
    padding: 1rem 1.65rem 2rem;
    width: 1100px;
    max-width: 88%;
    margin: .6rem auto 0;
    background: #fff; }
    .n-apply .formbox .tit3 {
      height: 1.5rem;
      border-radius: 5px;
      background: #c71432;
      margin-bottom: .5rem; }
    .n-apply .formbox .li {
      margin-bottom: .35rem;
      position: relative; }
      .n-apply .formbox .li .sp {
        width: 130px; }
        .n-apply .formbox .li .sp span {
          color: #c71432;
          display: inline-block;
          height: 12px;
          line-height: 1.1; }
      .n-apply .formbox .li .input1 {
        width: calc(100% - 140px);
        border: 1px solid #e7e6e7;
        text-indent: 15px;
        height: 46px; }
      .n-apply .formbox .li .input2 {
        width: calc(100% - 140px);
        border: 1px solid #e7e6e7;
        background: #fafafa;
        padding: 15px;
        height: 4rem; }
      .n-apply .formbox .li .input3 {
        width: calc(100% - 140px);
        border: 1px solid #e7e6e7;
        background: #fafafa;
        padding: 15px;
        height: 2.25rem; }
    .n-apply .formbox .li2 .sp span {
      margin-top: 8px; }
    .n-apply .formbox .selectbox {
      width: calc(100% - 140px);
      border: 1px solid #e7e6e7;
      background: #fafafa;
      height: 46px;
      border-radius: 4px;
      position: relative;
      z-index: 3; }
    .n-apply .formbox .selectbox .selecttop {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: space-between; }
    .n-apply .formbox .selectbox:last-child {
      margin-right: 0; }
    .n-apply .formbox .selectbox span {
      margin-right: 5px; }
    .n-apply .formbox .selectbox .icon {
      width: 12px;
      height: 12px;
      fill: #c71432;
      transition: all .6s; }
    .n-apply .formbox .selectbox .selecttop {
      width: 100%;
      height: 100%;
      padding: 0 15px;
      cursor: pointer;
      position: relative;
      z-index: 3; }
    .n-apply .formbox .selectbox .selecttop .sp2 {
      width: calc(100% - 15px);
      padding-left: 5px;
      color: #c71432; }
    .n-apply .formbox .selectbox .selectitem {
      position: absolute;
      left: 0;
      top: 46px;
      width: 100%;
      background: #fff;
      max-height: 150px;
      padding: 10px 5px;
      border-radius: 4px;
      overflow-y: auto;
      display: none;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
    .n-apply .formbox .selectbox .item {
      padding: 6px .7rem;
      line-height: 1.4;
      background: transparent;
      cursor: pointer;
      border-bottom: none;
      display: block;
      color: #333; }
    .n-apply .formbox .selectbox .item:hover {
      color: #fff;
      background: #000; }
    .n-apply .formbox .selectbox:hover .selecttop {
      color: #fff; }
    .n-apply .formbox .selectbox.cur .icon {
      fill: #fff;
      transform: rotate(-180deg); }
    .n-apply .formbox .submitbtn {
      width: 160px;
      height: 50px;
      border-top-left-radius: .35rem;
      border-bottom-right-radius: .35rem;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      background: #c71432;
      margin: 1.25rem auto 0;
      display: block; }
    .n-apply .formbox .coadinput {
      width: 10.75rem;
      height: 46px;
      border: 1px solid #e7e6e7;
      position: relative;
      z-index: 2;
      margin-left: 10px; }
    .n-apply .formbox .coadinput:before {
      content: "";
      position: absolute;
      left: calc(30px + .65rem);
      width: 1px;
      height: 30px;
      background: rgba(51, 51, 51, 0.2);
      top: 50%;
      margin-top: -15px; }
    .n-apply .formbox .coadinput .icon {
      position: absolute;
      width: 26px;
      height: 26px;
      left: .55rem;
      margin-top: -13px;
      fill: #ca1130;
      top: 50%;
      z-index: 1; }
    .n-apply .formbox .coadinput .cinput {
      padding-left: calc(30px + 1.1rem); 
      width:56%;
    }
    .n-apply .formbox .coadinput .captcha {
      position: absolute;
      width: 80px;
      height: 34px;
      right: .5rem;
      margin-top: -17px;
      top: 50%; }

@media (max-width: 767px) {
  .n-apply .formbox .li {
    margin-bottom: .75rem; }

  .n-apply .formbox .li .sp {
    width: 100%;
    margin-bottom: .3rem; }

  .n-apply .formbox .li .input1, .n-apply .formbox .li .input2, .n-apply .formbox .li .input3, .n-apply .formbox .coadinput {
    width: 100%; }

  .n-apply .formbox .selectbox {
    width: 100%; }

  .n-apply .formbox {
    padding: 1rem 6% 2rem; }

  .n-apply .formbox .coadinput {
    margin-left: 0; } 
    .n-apply .formbox .li .input1,.n-apply .formbox .selectbox{
      height:36px;
    }
    .n-apply .formbox .selectbox .selectitem{
      top:36px;
    }
    .n-apply .formbox .submitbtn{
      width: 130px;
      height: 40px;
    }
  }
.party-list1 {
  background: #F3F3F3 url(../img/img9.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 2.25rem 0 2.85rem;
  position: relative;
  z-index: 1; }
  .party-list1 .contentbox {
    padding-bottom: 2.5rem;
    border-bottom: 2px solid #DEDEDE; }
  .party-list1 .text {
    width: 43.75%; }
    .party-list1 .text .tit3 {
      margin-bottom: 1.25rem; }
    .party-list1 .text .p {
      margin-bottom: 2.65rem; }
      .party-list1 .text .p p {
        margin-bottom: .4rem; }
    .party-list1 .text .botbox .li {
      max-width: 50%;
      position: relative; }
    .party-list1 .text .botbox .num {
      color: #c71432;
      margin-right: 7px; }
    .party-list1 .text .botbox .tit5 {
      color: #c71432; }
    .party-list1 .text .botbox .icon {
      width: 55px;
      height: 55px;
      margin-right: .7rem; }
    .party-list1 .text .botbox .rr {
      height: 1.2rem; }
    .party-list1 .text .botbox .li:nth-child(1) {
      padding-right: 2rem; 
      border-right:1px solid rgba(0,0,0,.2);
    }
    .party-list1 .text .botbox .li:nth-child(2) {
      padding-left: 1.75rem; }
    .party-list1 .text .botbox .li:nth-child(1):before {
      content: "";
      position: absolute;
      right: 0;
      height: 54px;
      margin-top: -27px;
      background: RGBA(208, 208, 208, 1);
      z-index: 1; }
  .party-list1 .imgbox {
    width: 46.25%;
    position: relative; }
    .party-list1 .imgbox .tipbg {
      width: 15rem;
      left: -30px;
      bottom: -50px;
      z-index: 1; }
    .party-list1 .imgbox .img-container {
      position: relative;
      overflow: hidden;
      z-index: 2;
      border-top-left-radius: 1.25rem;
      border-bottom-right-radius: 1.25rem; }
      .party-list1 .imgbox .img-container img {
        border-top-left-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem; }
    .party-list1 .imgbox .swiper-pagination {
      width: 100%;
      left: 0;
      bottom: -35px;
      z-index: 3;
      text-align: left; }
      .party-list1 .imgbox .swiper-pagination span {
        width: .225rem;
        height: .225rem;
        opacity: .5;
        background: #fff;
        margin-right: .3rem; }
      .party-list1 .imgbox .swiper-pagination span.swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }
  .party-list1 .contentbox2 {
    padding-top: 1.7rem; }
    .party-list1 .contentbox2 .tit3 {
      margin-bottom: 1rem; }

.party-list2 {
  padding: 2rem 0 3.55rem;
  position: relative;
  background: #fff;
  z-index: 1; }
  .party-list2 .ul2 {
    margin-top: 1.2rem;
    position: relative; }
    .party-list2 .ul2 .img {
      width: 100%;
      height: 8.5rem;
      border-radius: 5px;
      overflow: hidden; }
      .party-list2 .ul2 .img img {
        width: 102%;
        height: 102%;
        top: -1%;
        position: relative;
        object-fit: cover;
        transition: all .8s; }
    .party-list2 .ul2 .titbox {
      margin-top: .9rem;
      width: 100%; }
      .party-list2 .ul2 .titbox .tit3 {
        display: block;
        width: 100%;
        margin-bottom: .3rem;
        height: 60px;
        line-height: 30px;
        overflow: hidden;
        transition: all .6s; }
      .party-list2 .ul2 .titbox .tit4 {
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .party-list2 .ul2 .titbox .timebox {
        margin-top: .65rem; }
        .party-list2 .ul2 .titbox .timebox .time {
          color: #C3C3C3;
          padding-right: 20px;
          position: relative; }
          .party-list2 .ul2 .titbox .timebox .time:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 10px;
            top: 50%;
            right: 10px;
            margin-top: -5px;
            background: #CDCDCD; }
    .party-list2 .ul2 .li:hover .img img {
      transform: scale(1.2); }
    .party-list2 .ul2 .li:hover .tit3 {
      color: #c71432; }
    .party-list2 .ul2 .swiper-pagination {
      position: relative;
      margin-top: 2.5rem; }
      .party-list2 .ul2 .swiper-pagination span {
        width: 7px;
        height: 7px;
        opacity: .5;
        background: #cccccc;
        opacity: 1;
        margin: 0 6px; }
      .party-list2 .ul2 .swiper-pagination span.swiper-pagination-bullet-active {
        background: #c71432;
        opacity: 1; }
  .party-list2 .hreflink {
    width: 180px;
    height: 48px;
    background: #C71432;
    border-radius: 0px 20px 0px 20px;
    margin: 27px auto 0;
    transition: all .6s; }
    .party-list2 .hreflink img {
      margin-right: .15rem; }
  .party-list2 .hreflink:hover {
    color: #fff;
    box-shadow: 0 0 20px 0 rgba(199, 20, 50, 0.1); }

.party-list3 {
  padding: 2.75rem 0 3rem;
  position: relative;
  background: url(../img/img13.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1; }
  .party-list3 .incorruptible-list {
    margin-top: 1.4rem;
    position: relative; }
    .party-list3 .incorruptible-list .li {
      background: #fff;
      overflow: hidden;
      position: relative;
      border-radius: 4px;
      padding: .5rem;
      transition: all .6s; }
      .party-list3 .incorruptible-list .li:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: #c71432;
        transition: all .6s; }
      .party-list3 .incorruptible-list .li .w1600 {
        padding: .7rem 0;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        transition: all .6s; }
      .party-list3 .incorruptible-list .li .img {
        width: 5.2rem;
        height: 5.2rem;
        border-radius: 4px;
        overflow: hidden; }
        .party-list3 .incorruptible-list .li .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all .6s; }
      .party-list3 .incorruptible-list .li .tit3 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: .8rem;
        transition: all .6s; }
      .party-list3 .incorruptible-list .li .tip {
        color: #9E9E9E;
        margin-bottom: .3rem; }
      .party-list3 .incorruptible-list .li .titbox {
        width: calc(100% - 1.1rem - 5.2rem);
        margin-left: 1.1rem; }
      .party-list3 .incorruptible-list .li .btn {
        transition: all .6s; }
    .party-list3 .incorruptible-list .li:hover:before {
      width: 41%; }
    .party-list3 .incorruptible-list .li:hover .tit3 {
      color: #c71432; }
    .party-list3 .incorruptible-list .li:hover .img img {
      transform: scale(1.1); }
    .party-list3 .incorruptible-list .swiper-pagination {
      position: relative;
      margin-top: 1.6rem; }
      .party-list3 .incorruptible-list .swiper-pagination span {
        width: 7px;
        height: 7px;
        opacity: .5;
        background: #cccccc;
        opacity: 1;
        margin: 0 6px; }
      .party-list3 .incorruptible-list .swiper-pagination span.swiper-pagination-bullet-active {
        background: #c71432;
        opacity: 1; }
  .party-list3 .hreflink {
    width: 180px;
    height: 48px;
    background: #C71432;
    border-radius: 0px 20px 0px 20px;
    margin: .4rem auto 0;
    transition: all .6s; }
    .party-list3 .hreflink img {
      margin-right: .15rem; }
  .party-list3 .hreflink:hover {
    color: #fff;
    box-shadow: 0 0 20px 0 rgba(199, 20, 50, 0.1); }

.party-list4 {
  padding: 2.4rem 0 3rem;
  position: relative;
  background: #fff;
  background-size: cover;
  z-index: 1; }

.party-list5 {
  padding: 2.7rem 0 2rem;
  position: relative;
  background: url(../img/img14.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1; }
  .party-list5 .wbox {
    margin-top: 1rem; }
    .party-list5 .wbox .leftbox {
      width: 52.5%;
      border-top: 2px solid rgba(51, 51, 51, 0.2); }
      .party-list5 .wbox .leftbox .tabul {
        margin-bottom: 1.7rem; }
        .party-list5 .wbox .leftbox .tabul .li {
          height: 2.25rem;
          line-height: 2.25rem;
          border-bottom: 1px solid transparent;
          padding: 0 .7rem;
          cursor: pointer;
          transition: all .6s; }
        .party-list5 .wbox .leftbox .tabul .li:hover, .party-list5 .wbox .leftbox .tabul .li.cur {
          color: #c71432;
          border-bottom: 1px solid #c71432; }
      .party-list5 .wbox .leftbox .tabtext {
        padding-left: .7rem; }
        .party-list5 .wbox .leftbox .tabtext .p {
          display: none; }
    .party-list5 .wbox .rightbox {
      width: 47.5%; }
      .party-list5 .wbox .rightbox img {
        width: 102%;
        height: 102%;
        object-fit: cover;
        position: relative;
        top: -1%; }
  .party-list5 .title2 {
    margin-top: .7rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #DFDCDC;
    margin-bottom: 1rem; }
  .party-list5 .ul .li {
    width: 31%;
    margin-right: 3.5%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 1.25rem; }
  .party-list5 .ul .icon {
    width: 1.9rem;
    height: 1.9rem;
    background: #C71432;
    border-radius: 50%; }
  .party-list5 .ul .titbox {
    width: calc(100% - 2.9rem);
    margin-left: 1rem; }
    .party-list5 .ul .titbox .tit4 {
      margin-bottom: .5rem; }
  .party-list5 .ul .li:nth-child(3n) {
    margin-right: 0; }

.about-list1 {
  padding: 3.25rem 0 0;
  background: #F3F3F3;
  position: relative;
  z-index: 1; }
  .about-list1 .p {
    width: 1200px;
    margin: 1.7rem auto 0;
    padding: 0 2.5rem;
    height: calc(28px * 7);
    line-height: 28px;
    overflow-y: auto;
    max-width: 88%; }
    .about-list1 .p::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
    .about-list1 .p::-webkit-scrollbar-track {
      background: rgba(204, 204, 204, 0.5); }
    .about-list1 .p::-webkit-scrollbar-thumb {
      background: #c71432; }
    .about-list1 .p::-webkit-scrollbar-thumb:window-inactive {
      background: #c71432; }
    .about-list1 .p::-webkit-scrollbar-thumb:vertical:hover {
      background: #c71432; }
  .about-list1 .text-container {
    margin-top: 1.7rem;
    margin-bottom: 1.5rem; }
    .about-list1 .text-container .swiper-wrapper {
      margin-left: 1px; }
    .about-list1 .text-container .item {
      border-right: 1px solid #ccc;
      padding: .5rem 0 .25rem; }
      .about-list1 .text-container .item .num {
        color: #c71432;
        margin-bottom: .3rem; }
    .about-list1 .text-container .swiper-pagination {
      position: relative;
      margin-top: 2.25rem; }
      .about-list1 .text-container .swiper-pagination span {
        width: 7px;
        height: 7px;
        opacity: .5;
        background: #cccccc;
        opacity: 1;
        margin: 0 6px; }
      .about-list1 .text-container .swiper-pagination span.swiper-pagination-bullet-active {
        background: #c71432;
        opacity: 1; }
  .about-list1 .simg {
    width: 100%; }
    .about-list1 .simg img {
      width: 100%; }

.about-list2 {
  background: RGBA(242, 242, 242, 1);
  padding: 3rem 0 2.85rem;
  z-index: 1; }
  .about-list2 .about2-container {
    margin-top: 1.5rem; }
    .about-list2 .about2-container .swiper-wrapper {
      align-items: stretch; }
      .about-list2 .about2-container .swiper-wrapper .swiper-slide {
        height: auto; }
    .about-list2 .about2-container .item {
      padding: .65rem 1rem 1rem;
      width: 100%;
      height: 100%;
      background: #FFFFFF;
      border-radius: 4px; }
    .about-list2 .about2-container .icon {
      width: 1.5rem;
      height: 1.5rem;
      margin: 0 auto .65rem; }
    .about-list2 .about2-container .p {
      font-weight: bold; }
    .about-list2 .about2-container .swiper-pagination {
      position: relative;
      margin-top: 1rem; }
      .about-list2 .about2-container .swiper-pagination span {
        width: 7px;
        height: 7px;
        opacity: .5;
        background: #cccccc;
        opacity: 1;
        margin: 0 6px; }
      .about-list2 .about2-container .swiper-pagination span.swiper-pagination-bullet-active {
        background: #c71432;
        opacity: 1; }
  .about-list2 .about2ul {
    margin-top: 1.2rem; }
    .about-list2 .about2ul .li {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 1.25rem;
      padding-top: .5rem;
      border-top: 2px solid rgba(0, 0, 0, 0.1);
      position: relative; }
      .about-list2 .about2ul .li:before {
        content: "";
        position: absolute;
        width: 2.5rem;
        height: 2px;
        background: #c71432;
        left: 0;
        top: -2px;
        z-index: 1; }
    .about-list2 .about2ul .li:nth-child(4n) {
      margin-right: 0; }
  .about-list2 .hreflink {
    width: 180px;
    height: 48px;
    background: #C71432;
    border-radius: 0px 20px 0px 20px;
    margin: .55rem auto 0;
    transition: all .6s; }
    .about-list2 .hreflink img {
      margin-right: .15rem; }
  .about-list2 .hreflink:hover {
    color: #fff;
    box-shadow: 0 0 20px 0 rgba(199, 20, 50, 0.1); }

.about-list3 {
  padding: 3.65rem 0 3rem;
  width: 100%;
  height: 110vh;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .about-list3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .about-list3 .title {
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 3; }
    .about-list3 .title:before {
      content: "";
      position: absolute;
      width: 44px;
      height: 2px;
      background: #C71432;
      left: 50%;
      margin-left: -22px;
      bottom: 0;
      z-index: 2; }
  .about-list3 .titlebox {
    top: 7.5rem;
    position: absolute;
    padding: 0 6%;
    width: 100%;
    z-index: 3; }
    .about-list3 .titlebox .time {
      font-size: 2.1rem;
      color: #fff;
      line-height: 1.2; }
    .about-list3 .titlebox .tit3 {
      margin-top: .5rem; }
    .about-list3 .titlebox .hisbox .swiper-slide {
      opacity: 0 !important; }
    .about-list3 .titlebox .hisbox .swiper-slide.swiper-slide-active {
      opacity: 1 !important; }
  .about-list3 .timebox {
    position: absolute;
    bottom: 2.5rem;
    z-index: 4; }
  .about-list3 .timebox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    bottom: 11.25px; }
  .about-list3 .item {
    padding-bottom: 40px;
    position: relative;
    text-align: center;
    cursor: pointer; }
  .about-list3 .item::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 50%;
    bottom: 0;
    margin-left: -11px;
    border-radius: 50%;
    background: #fff;
    transform: scale(0.55);
    transition: all .6s; }
  .about-list3 .timebox .item span {
    opacity: .78;
    height: 28px;
    display: block;
    transform-origin: center 20px;
    transition: all .6s; }
  .about-list3 .timebox .swiper-slide.cur span {
    transform: scale(1.4);
    opacity: 1; }
  .about-list3 .timebox .swiper-slide.cur .item::before {
    transform: scale(1); }
  .about-list3 .timebox .swiper-slide:hover span {
    transform: scale(1.4);
    opacity: 1; }
  .about-list3 .timebox .swiper-slide:hover .item::before {
    transform: scale(1); }
  .about-list3 .timebox .swiper-slide:hover .item::after {
    opacity: 1; }
  .about-list3 .button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 3;
    box-sizing: content-box;
    cursor: pointer;
    left: .7rem;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    transition: all .6s; }
    .about-list3 .button-prev .icon {
      width: 25px;
      height: 25px;
      fill: #fff;
      transform: rotate(-180deg);
      transition: all .4s; }
  .about-list3 .button-prev:hover {
    border: 2px solid #E50012; }
    .about-list3 .button-prev:hover .icon {
      fill: #E50012; }
  .about-list3 .button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 3;
    box-sizing: content-box;
    right: .7rem;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    cursor: pointer;
    transition: all .6s; }
    .about-list3 .button-next .icon {
      width: 25px;
      height: 25px;
      fill: #fff;
      transition: all .4s; }
  .about-list3 .button-next:hover {
    border: 2px solid #E50012; }
    .about-list3 .button-next:hover .icon {
      fill: #E50012; }

.about-list4 {
  padding: 3rem 0 3.25rem;
  position: relative;
  background: url(../img/img18.jpg) no-repeat center center;
  background-size: cover; }
  .about-list4 .bg1 {
    position: absolute;
    width: 9.5rem;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .about-list4 .bg2 {
    position: absolute;
    width: 9.5rem;
    top: 2.5rem;
    right: 0;
    z-index: 1; }
  .about-list4 .warp {
    margin-top: 1.25rem; }
  .about-list4 .contentbox {
    position: relative;
    z-index: 4; }
  .about-list4 .leftimg {
    width: 50%; }
    .about-list4 .leftimg .img {
      display: none; }
  .about-list4 .rightbox {
    width: calc(50% - 40px);
    border-top: 2px solid rgba(51, 51, 51, 0.2); }
    .about-list4 .rightbox .li {
      padding: .5rem 0 .5rem .5rem;
      border-bottom: 2px solid rgba(51, 51, 51, 0.1);
      cursor: pointer;
      position: relative; }
      .about-list4 .rightbox .li:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        height: 4px;
        background: #c71432;
        z-index: 1;
        width: 0;
        transition: all .6s; }
    .about-list4 .rightbox .name {
      width: 70px;
      margin-right: 1.25rem; }
    .about-list4 .rightbox .zw {
      width: calc(100% - 70px - 1.25rem); }
    .about-list4 .rightbox .li:hover:before, .about-list4 .rightbox .li.cur:before {
      width: 5rem; }
    .about-list4 .rightbox .li:hover .name, .about-list4 .rightbox .li:hover .zw, .about-list4 .rightbox .li.cur .name, .about-list4 .rightbox .li.cur .zw {
      color: #c71432; }

.about-list5 {
  padding: 2.5rem 0 3.5rem;
  position: relative;
  background: #fff;
  background-size: cover; }
  .about-list5 .img {
    margin-top: .55rem; }

.about-list6 {
  padding: 2.5rem 0 2.5rem calc(50vw - 800px);
  background: #F5F5F5;
  position: relative;
  z-index: 1; }
  .about-list6 .tabul {
    margin-left: 7rem; }
    .about-list6 .tabul .li {
      margin-right: 1.7rem;
      cursor: pointer; }
      .about-list6 .tabul .li .icon {
        width: 32px;
        height: 32px;
        margin-right: .25rem;
        filter: grayscale(200%);
        opacity: .7;
        transition: all .6s; }
        .about-list6 .tabul .li .icon img {
          width: 100%; }
    .about-list6 .tabul .li:last-child {
      margin-right: 0; }
    .about-list6 .tabul .li:hover .icon, .about-list6 .tabul .li.cur .icon {
      opacity: 1;
      filter: grayscale(0); }
  .about-list6 .warpbox {
    margin-top: 1rem; }
  .about-list6 .img6-container .img {
    margin-bottom: .8rem;
    height: 14rem;
    border-bottom-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    overflow: hidden; }
    .about-list6 .img6-container .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .8s; }
  .about-list6 .img6-container .tit3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .8s; }
  .about-list6 .img6-container .zbot {
    opacity: 0;
    transition: all .6s; }
  .about-list6 .img6-container .tit4 {
    margin-top: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .about-list6 .img6-container .btn {
    margin-top: .8rem;
    transition: all .8s; }
  .about-list6 .img6-container .swiper-slide.swiper-slide-active .zbot {
    opacity: 1; }
  .about-list6 .img6-container .itembox:hover .img img {
    transform: scale(1.1); }
  .about-list6 .img6-container .itembox:hover .tit3 {
    color: #C71432; }
  .about-list6 .img6-container .itembox:hover .btn {
    color: #C71432; }
  .about-list6 .img6-container .button-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #E50012;
    right: calc(26.35% + 73px);
    position: absolute;
    top: calc(7rem - 25px);
    margin-top: -25px;
    z-index: 3;
    box-sizing: content-box;
    cursor: pointer;
    transition: all .6s; }
    .about-list6 .img6-container .button-next .icon {
      width: 25px;
      height: 25px;
      fill: #C71432;
      transition: all .4s; }
  .about-list6 .img6-container .button-next:hover {
    background: #C71432;
    border: 2px solid #C71432; }
    .about-list6 .img6-container .button-next:hover .icon {
      fill: #fff; }

.about-list8 {
  padding: 2.65rem 0 3rem;
  background: #fff;
  position: relative;
  z-index: 1; }
  .about-list8 .tit2 {
    margin-bottom: .5rem; }
  .about-list8 .tit3 {
    color: #C71432; }
  .about-list8 .li {
    width: 32%;
    margin-right: 2%; }
  .about-list8 .li:nth-child(3n) {
    margin-right: 0; }
  .about-list8 .ul {
    margin-top: 1.25rem; }
  .about-list8 .tit4 {
    padding: 0 0 .4rem 0;
    border-bottom: 2px solid rgba(51, 51, 51, 0.1);
    cursor: pointer;
    position: relative;
    margin-bottom: .45rem; }
    .about-list8 .tit4:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 2px;
      background: #c71432;
      z-index: 1;
      width: 5rem;
      transition: all .6s; }
  .about-list8 .icon {
    margin-top: .5rem; }
  .about-list8 .imgbox {
    margin-top: 1.2rem; }

.about-list7 {
  padding: 3rem 0 2.5rem calc(50vw - 800px);
  background: url(../img/img24.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1; }
  .about-list7 .tit2{
    margin-left:calc(-50vw + 800px)
  }
  .about-list7 .warpbox {
    margin-top: 1.5rem; }
    .about-list7 .warpbox .qbox {
      width: 125px;
      margin-top: 1.25rem;
      position: relative; }
    .about-list7 .warpbox .button-prev {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 2px solid #D8DBDC;
      z-index: 3;
      box-sizing: content-box;
      cursor: pointer;
      transition: all .6s; }
      .about-list7 .warpbox .button-prev .icon {
        width: 25px;
        height: 25px;
        fill: #333;
        transform: rotate(-180deg);
        transition: all .4s; }
    .about-list7 .warpbox .button-prev:hover {
      border: 2px solid #E50012; }
      .about-list7 .warpbox .button-prev:hover .icon {
        fill: #E50012; }
    .about-list7 .warpbox .button-next {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 2px solid #D8DBDC;
      z-index: 3;
      box-sizing: content-box;
      cursor: pointer;
      transition: all .6s; }
      .about-list7 .warpbox .button-next .icon {
        width: 25px;
        height: 25px;
        fill: #333;
        transition: all .4s; }
    .about-list7 .warpbox .button-next:hover {
      border: 2px solid #E50012; }
      .about-list7 .warpbox .button-next:hover .icon {
        fill: #E50012; }
  .about-list7 .itembox {
    padding: .5rem .7rem;
    background: #fff;
    border-radius: 4px; }
    .about-list7 .itembox .img {
      width: 10rem;
      height: 13.5rem; }
      .about-list7 .itembox .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        opacity: .3;
        transition: all .6s; }
      .about-list7 .itembox .img div {
        transition: all .6s; }
    .about-list7 .itembox .text {
      width: 8.5rem;
      padding: 2rem 1rem 1rem 2.25rem;
      display: none; }
      .about-list7 .itembox .text .tit5 {
        opacity: .8;
        background: -webkit-linear-gradient(180deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0));
        background: linear-gradient(180deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent; }
      .about-list7 .itembox .text .tit6 {
        margin-top: .7rem; }
      .about-list7 .itembox .text .hrefbox {
        margin-top: 1.5rem; }
        .about-list7 .itembox .text .hrefbox .seebtn {
          margin-right: .75rem;
          transition: all .6s; }
          .about-list7 .itembox .text .hrefbox .seebtn .icon2 {
            width: 20px;
            height: 20px;
            fill: #C71432;
            margin-right: .2rem; }
        .about-list7 .itembox .text .hrefbox .seebtn:hover {
          color: #C71432; }
        .about-list7 .itembox .text .hrefbox .downbtn {
          margin-right: .75rem;
          transition: all .6s; }
          .about-list7 .itembox .text .hrefbox .downbtn .icon3 {
            width: 20px;
            height: 20px;
            fill: #C71432;
            margin-right: .2rem; }
        .about-list7 .itembox .text .hrefbox .downbtn:hover {
          color: #C71432; }
  .about-list7 .swiper-slide.cur .itembox {
    box-shadow: 0px 10px 25px 0px rgba(204, 0, 51, 0.1); }
  .about-list7 .swiper-slide.cur .img img {
    filter: grayscale(0);
    opacity: 1; }
  .about-list7 .swiper-slide.cur .img div {
    opacity: 0; }
  .about-list7 .swiper-slide {
    width: auto;
    cursor:pointer;
     }

@media (max-width: 1780px) {
  .about-list6 {
    padding: 2.5rem 0 2.5rem 6%; }

  .about-list7 {
    padding: 3rem 0 2.5rem 6%; } 
    .about-list7 .tit2{
      margin-left:-3%;
    }
  }
@media (max-width: 1480px) {
  .n-subbox .li {
    padding: 0 1rem; }

  .about-list1 .p {
    padding: 0 1.25rem; }

  .about-list6 .img6-container .button-next {
    right: calc(24.35% + 73px); }

  .party-list5 .wbox .leftbox .tabtext {
    padding-right: 6%; } }
@media (max-width: 1024px) {
  .about-list1 {
    padding-top: 2rem; }

  .about-list1 .p {
    margin-top: 1rem; }

  .about-list2 {
    padding: 2rem 0 1.85rem; }

  .about-list3 {
    height: 28rem; }

  .about-list3 {
    padding: 2rem 0 1.5rem; }

  .about-list6 .img6-container .button-next {
    right: calc(21.35% + 73px); }

  .party-list5 .ul .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem; } }
@media (max-width: 768px) {
  .about-list6 .img6-container .button-next {
    right: calc(17.35% + 73px); }

  .about-list6 .tabul .li {
    margin-right: .7rem; }

  .about-list6 .tabul {
    margin-left: 2rem; }

  .party-list1 .text {
    width: 100%;
    margin-bottom: 1.5rem; }

  .party-list1 .imgbox {
    width: 100%; }

  .party-list1 .text .p {
    margin-bottom: 1.5rem; }

  .party-list5 .wbox .rightbox {
    margin-bottom: 1rem; }

  .party-list5 .wbox .leftbox {
    width: 100%;
    margin-bottom: 1.5rem; }

  .party-list5 .wbox .rightbox {
    width: 100%; }

  .party-list2 {
    padding: 1.75rem 0 2rem; }

  .party-list2 .ul2 .swiper-pagination {
    margin-top: 1.25rem; } }
@media (max-width: 767px) {
  .about-list1 .p {
    padding: 0 .75rem; }

  .about-list1 .text-container .swiper-pagination {
    margin-top: 1.2rem; }

  .about-list2 .about2-container .p {
    line-height: 1.4; }

  .about-list2 .about2ul .li {
    width: 48%;
    margin-right: 4%; }

  .about-list2 .about2ul .li:nth-child(2n) {
    margin-right: 0; }

  .about-list2 .hreflink, .party-list2 .hreflink, .party-list3 .hreflink {
    width: 140px;
    height: 40px; }

  .party-list2 .hreflink {
    margin-top: 15px; }

  .about-list3 .titlebox {
    top: 6.5rem; }

  .about-list4 .leftimg {
    width: 100%;
    margin-bottom: 1.5rem; }

  .about-list4 .rightbox {
    width: 100%; }

  .about-list4 .rightbox .li:before {
    bottom: -1px;
    height: 2px; }

  .about-list6 .img6-container .button-next {
    display: none; }

  .about-list6 .tabul {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0; }

  .about-list6 .tabul .li {
    margin-bottom: .55rem; }

  .about-list7 .itembox .text {
    width: 48%;
    display: block;
    padding: 1rem 0.5rem 0.5rem 1rem; }

  .about-list7 .itembox .img {
    width: 48%;
    height: 9.5rem; }

  .about-list7 .itembox .text .tit6 {
    margin-top: 0.4rem;
    font-size: 16px; }

  .about-list8 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem; }

  .about-list8 .imgbox {
    margin-top: .85rem; }

  .about-list8 {
    padding: 1.75rem 0 2rem; }

  .party-list5 {
    padding-top: 1.75rem; } }
@media (max-width: 500px) {
  .about-list1 .text-container .item {
    border-right: none; } }
#i-banner {
  position: relative;
  z-index: 2;
  height: calc(100vh);
  width: 100%;
  overflow: hidden; }

#i-banner .imgbg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#i-banner .swiper-slide {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

#i-banner .swiper-slide a {
  display: block;
  width: 100%; }

#i-banner .swiper-slide .text {
  position: relative;
  z-index: 3; }

#i-banner .swiper-slide .text {
  margin-top: 37.5vh;
  position: relative; }

#i-banner .swiper-slide .text .tit3 {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition-delay: .2s;
  z-index: 4; }

#i-banner .swiper-slide .text .wzhref {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition: all .6s .4s;
  margin-top: 1.5rem; }

#i-banner .swiper-slide .text .zhref {
  transition: all .6s;
  background-size: cover;
  position: relative;
  z-index: 4; }

#i-banner .swiper-slide .text .zhref img {
  width:15px;
  margin-right: 5px; 
}

#i-banner .swiper-slide .text2 {
  margin-top: 13.5vh; }

#i-banner .swiper-slide .text2 .tit4 {
  margin-bottom: .35rem; }

#i-banner .swiper-slide .text2 .tit3 {
  margin-bottom: .8rem; }



#i-banner .swiper-slide.swiper-slide-active .text.animate .wtit {
  opacity: 1; }

#i-banner .swiper-slide.swiper-slide-active .text.animate .tit3, #i-banner .swiper-slide.swiper-slide-active .text.animate .wzhref, #i-banner .swiper-slide-active .text.animate .tit4 {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px); }

.swiper-slide.swiper-slide-active .imgbg {
  -webkit-animation: imgwidth 6s linear forwards;
  -moz-animation: imgwidth 6s linear forwards; }

#i-banner .swiper-slide .indexvideo {
  width: 100%;
  height: 100%;
  object-fit: cover; }

#index-container {
  height: 100vh;
  width: 100%;
  overflow: hidden; }

#index-container .index-swiper {
  width: 100%;
  height: 100vh;
  position: relative; }

#index-container .footer-swiper {
  height: auto; }

.index-swiper2 {
  background: url(../img/img34.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .index-swiper2 .img1 {
    position: absolute;
    width: 7.5rem;
    top: 1.75rem;
    right: 1.65rem;
    z-index: 1; }
  .index-swiper2 .img2 {
    position: absolute;
    width: 9.25rem;
    left: calc(50vw - 800px);
    bottom: -1.5rem;
    z-index: 1; }
  .index-swiper2 .contentbox {
    position: relative;
    z-index: 3; }
  .index-swiper2 .text {
    padding-top: 20vh;
    width: 640px;
    max-width: 100%; }
    .index-swiper2 .text .tit3 {
      margin-top: .35rem; }
      .index-swiper2 .text .tit3 .sp1 {
        margin-left: 10px; }
        .index-swiper2 .text .tit3 .sp1 strong {
          color: #c71432; }
    .index-swiper2 .text .p {
      width: 600px;
      max-width: 100%;
      margin-top: 1rem; }
    .index-swiper2 .text .zhref {
      margin-top: 10.7vh;
      transition: all .6s;
      background-size: cover;
      position: relative;
      z-index: 4; }
    .index-swiper2 .text .zhref img {
      margin-right: 5px; 
      width:15px;
    }
    .index-swiper2 .text .num-container {
      width: 100%;
      margin-top: 12vh; }
      .index-swiper2 .text .num-container .swiper-slide.swiper-slide-active .numbox, .index-swiper2 .text .num-container .swiper-slide.swiper-slide-next .numbox {
        opacity: 1; }
      .index-swiper2 .text .num-container .swiper-slide.swiper-slide-active .sp2, .index-swiper2 .text .num-container .swiper-slide.swiper-slide-next .sp2 {
        color: #c71432; }
      .index-swiper2 .text .num-container .numbox {
        opacity: .2; }
      .index-swiper2 .text .num-container .sp2 {
        color: #c6c6c6; }
        .index-swiper2 .text .num-container .sp2 sub {
          bottom: .1em; }
      .index-swiper2 .text .num-container .p {
        margin-top: .2rem; }
  .index-swiper2 .videobox {
    position: absolute;
    width: 33.3%;
    right: calc(50vw - 800px);
    top: 14.5vh;
    z-index: 4;
    transition: all 1s; }
    .index-swiper2 .videobox .wvideo {
      width: 100%;
      height: 60vh;
      overflow: hidden;
      border-top-right-radius: .7rem;
      transition: all 1s; }
      .index-swiper2 .videobox .wvideo video{
        width:100%;
        height:100%;
        object-fit:cover;
      }
    .index-swiper2 .videobox .tip {
      position: absolute;
      height: 2.85rem;
      margin-left: -5.65rem;
      bottom: -2.86rem;
      z-index: 3; }
    .index-swiper2 .videobox .videobtn {
      cursor: pointer;
      transition: all .6s; }
      .index-swiper2 .videobox .videobtn p {
        position: relative;
        z-index: 2;
        margin-top: -.5rem; }
    .index-swiper2 .videobox .bownbox {
      position: absolute;
      width: 60px;
      height: 60px;
      background: rgba(199, 20, 50, 0.95);
      border-radius: 50%;
      bottom: 2.25rem;
      left: 50%;
      margin-left: -30px;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      z-index: 4;
      transition: all .6s; }
      .index-swiper2 .videobox .bownbox .icon {
        width: 20px;
        height: 20px;
        fill: #fff; }
  .index-swiper2 .videobox.active {
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0; }
    .index-swiper2 .videobox.active .wvideo {
      height: 100vh;
      border-top-right-radius: 0; }
    .index-swiper2 .videobox.active .videobtn {
      opacity: 0;
      visibility: hidden; }
    .index-swiper2 .videobox.active .bownbox {
      opacity: 1;
      visibility: visible;
      transition-delay: 1s; }

.index-swiper3 {
  background: url(../img/img27.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .index-swiper3 .img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 3;
    transform: translate(200px, 0);
    opacity: 0;
    transition: all .8s; }
  .index-swiper3 .img2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    transform: translate(-200px, 0);
    transition: all .8s .2s; }
  .index-swiper3 .dzbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    opacity: 0;
    /*transition:all 1s 1.3s;*/ }
    .index-swiper3 .dzbox .img3 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      z-index: 5;
      transition: all 1s; }
    .index-swiper3 .dzbox .img4 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      z-index: 4; }
  .index-swiper3 .contentbox {
    padding-top: 17.5vh;
    position: relative;
    z-index: 6;
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all .8s; }
    .index-swiper3 .contentbox .tit3 {
      margin-top: .8rem;
      width: 600px;
      max-width: 100%; }
      .index-swiper3 .contentbox .tit3 p {
        opacity: .8; }
  .index-swiper3 .botul {
    height: 40.7vh;
    position: absolute;
    left: calc(50vw - 800px);
    bottom: 0;
    z-index: 7;
    padding-left: 1.3rem;
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all .8s; }
    .index-swiper3 .botul:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 2px;
      background: linear-gradient(to top, #c71432, rgba(199, 20, 50, 0)); }
    .index-swiper3 .botul .li {
      margin-bottom: 1.5rem;
      opacity: .5;
      cursor: pointer;
      transition: all .6s; }
      .index-swiper3 .botul .li strong {
        width: 220px; }
      .index-swiper3 .botul .li .icon {
        width: 30px;
        height: 30px;
        margin-left: .5rem;
        filter: grayscale(200%); }
        .index-swiper3 .botul .li .icon img {
          max-height: 100%; }
    .index-swiper3 .botul .li:hover {
      opacity: 1; }
      .index-swiper3 .botul .li:hover .icon {
        filter: grayscale(10%); }
  .index-swiper3 .warpbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all .6s;
    visibility: visible;
    background: #333; }
    .index-swiper3 .warpbox .imglist {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1; }
      .index-swiper3 .warpbox .imglist .imgitem {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        transition: all 1s; }
      .index-swiper3 .warpbox .imglist .bg2 {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1; 
        object-fit:cover;
      }
      .index-swiper3 .warpbox .imglist .textbox {
        position: relative;
        padding-top: 26.8vh;
        z-index: 4;
        opacity: 0;
        transition: all .6s; }
      .index-swiper3 .warpbox .imglist .p {
        opacity: .8; }
      .index-swiper3 .warpbox .imglist .hreflink {
        width: 180px;
        height: 48px;
        background: #C71432;
        border-radius: 0px 20px 0px 20px;
        margin: .75rem auto 0;
        transition: all .6s; }
        .index-swiper3 .warpbox .imglist .hreflink img {
          margin-right: .15rem; }
      .index-swiper3 .warpbox .imglist .hreflink:hover {
        color: #fff;
        box-shadow: 0 0 20px 0 rgba(199, 20, 50, 0.1); }
      .index-swiper3 .warpbox .imglist .imgitem.cur {
        opacity: 1; }
    .index-swiper3 .warpbox .tabbot {
      padding: 0 1.5rem;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 2;
      left: 0;
      transform: translate(0, 100%);
      visibility: hidden;
      transition: all .8s; }
      .index-swiper3 .warpbox .tabbot:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(51, 51, 51, 0.15);
        backdrop-filter: blur(9px);
        z-index: -1;
        opacity: 0;
        transition: all .6s 1s; }
      .index-swiper3 .warpbox .tabbot .li:nth-child(1) {
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .index-swiper3 .warpbox .tabbot .li {
        position: relative;
        padding: .7rem 2rem 1rem;
        width: 33.3%;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        cursor: pointer;
        z-index: 1; }
      .index-swiper3 .warpbox .tabbot .sp {
        position: absolute;
        left: 2rem;
        top: 2rem;
        opacity: .6;
        transition: all .6s; }
        .index-swiper3 .warpbox .tabbot .sp .icon {
          width: 30px;
          height: 30px;
          margin-right: .25rem; }
          .index-swiper3 .warpbox .tabbot .sp .icon img {
            max-height: 100%; }
      .index-swiper3 .warpbox .tabbot .titbox {
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 80px);
        transition: all .6s; }
        .index-swiper3 .warpbox .tabbot .titbox .icon {
          width: 40px;
          height: 40px;
          margin-bottom: .4rem; }
        .index-swiper3 .warpbox .tabbot .titbox .tit4 {
          margin-bottom: .35rem; }
        .index-swiper3 .warpbox .tabbot .titbox .tit5 {
          margin-top: .35rem;
          opacity: .8; }
      .index-swiper3 .warpbox .tabbot .li.cur .sp {
        opacity: 0;
        visibility: hidden;
        transform: translate(0, -30px); }
      .index-swiper3 .warpbox .tabbot .li.cur .titbox {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible; }
  .index-swiper3 .warpbox.active .imglist .textbox {
    opacity: 1; }
  .index-swiper3 .warpbox.active .tabbot {
    transform: translate(0, 0);
    visibility: visible; }
    .index-swiper3 .warpbox.active .tabbot:before {
      opacity: 1; }
  .index-swiper3.active2 .img1 {
    opacity: 1;
    transform: translate(0, 0); }
  .index-swiper3.active2 .img2 {
    opacity: 1;
    transform: translate(0, 0); }
  .index-swiper3.active2 .dzbox.on {
    transition: all .6s;
    opacity: 1; }
    .index-swiper3.active2 .dzbox.on .warpbox {
      opacity: 1; }
  .index-swiper3.active2 .botul.on {
    transition: all .6s .3s;
    transform: translate(0, 0);
    opacity: 1; }
  .index-swiper3.active2 .contentbox.on {
    transition: all .6s .6s;
    transform: translate(0, 0);
    opacity: 1; }
  .index-swiper3.active .dzbox.on .img3 {
    transform: scale(12);
    opacity: 0;
    visibility: hidden; }
  .index-swiper3.active .contentbox.on {
    opacity: 0;
    transition: all .8s;
    visibility: hidden;
    transform: translate(-100px, 0); }
  .index-swiper3.active .botul.on {
    opacity: 0;
    transition: all .8s;
    visibility: hidden;
    transform: translate(-100px, 0); }

.index-swiper4 {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .index-swiper4 .img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 3; }
  .index-swiper4 .imap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 4;
    opacity: 0;
    transition: opacity .6s,transform 1s 1.5s; }
    .index-swiper4 .imap svg {
      /*width:64.9%;*/
      height: 84vh;
      right: 3vw;
      top: 9.4vh;
      position: absolute;
      z-index: 1; }
    .index-swiper4 .imap .img2 {
      position: absolute;
      width: 94%;
      height: 90%;
      right: -1%;
      top: 3%;
      object-fit: cover;
      z-index: 3;
      transition: all .3s .8s; }
    .index-swiper4 .imap .img3 {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      object-fit: cover;
      z-index: 4;
      opacity: 0;
      transition: all .6s .2s; }
  .index-swiper4 .imap2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 5;
    opacity: 0;
    transition: all 1.8s; }
    .index-swiper4 .imap2 .img3 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      z-index: 1;
      opacity: 0;
      transition: all .6s 2.3s; }
    .index-swiper4 .imap2 .img4 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      z-index: 2;
      opacity: 0;
      transition: all .6s 2.6s; }
    .index-swiper4 .imap2 .img5 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      z-index: 3;
      opacity: 0;
      transition: all .6s 2.8s; }
    .index-swiper4 .imap2 .dianbox {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      z-index: 4;
      opacity: 0;
      transition: all .6s 3s; }
      .index-swiper4 .imap2 .dianbox .dianli {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        visibility:hidden;
        transition: all .6s; }
        .index-swiper4 .imap2 .dianbox .dianli .dianli_img{
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          object-fit: cover;
        }
      .index-swiper4 .imap2 .dianbox .dianli.cur {
        opacity: 1;
        visibility:visible;
         }
  .index-swiper4 .contentbox {
    position: relative;
    padding-top: 18.33vh;
    padding-left:calc(50vw - 800px);
    width:45%;
    z-index: 7; }
    .index-swiper4 .contentbox .tit4 {
      margin-top: .9rem; }
  .index-swiper4 .maplist {
    position: absolute;
    z-index: 8;
    right: 42vw;
    top: 30vh;
    width: 11.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 1s 4s; }
    .index-swiper4 .maplist .titbox {
      padding: .9rem; }
      .index-swiper4 .maplist .titbox .tit7 {
        margin-bottom: .45rem; }
      .index-swiper4 .maplist .titbox .li {
        width: 48%;
        margin-bottom: .4rem; }
  .index-swiper4 .maptext {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0.5rem 1.25rem 0px rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    display: none; }
    .index-swiper4 .maptext .img {
      width: 100%;
      height: 4.5rem; }
      .index-swiper4 .maptext .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: .25rem;
        overflow: hidden; }
  .index-swiper4 .tabul {
    position: absolute;
    left: calc(50vw - 800px);
    bottom: 14.8vh;
    z-index: 7; }
    .index-swiper4 .tabul .li {
      margin-top: .5rem;
      cursor: pointer; }
      .index-swiper4 .tabul .li span {
        margin-left: .25rem;
        transition: all .6s; }
    .index-swiper4 .tabul .icon {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #c71432; }
      .index-swiper4 .tabul .icon img {
        width: 18px; }
    .index-swiper4 .tabul .li:hover, .index-swiper4 .tabul .li.cur {
      color: #c71432; }
  .index-swiper4.active .imap {
    opacity: 1;
    transform: scale(2.85);
    transform-origin: 84.75% 67.5%; }
    .index-swiper4.active .imap .img2 {
      opacity: 0; }
    .index-swiper4.active .imap .img3 {
      opacity: 1; }
    .index-swiper4.active .imap .img3.out {
      transition: all .6s;
      opacity: 0; }
  .index-swiper4.active .imap2 {
    opacity: 1; }
    .index-swiper4.active .imap2 .img3 {
      opacity: 1; }
    .index-swiper4.active .imap2 .img4 {
      opacity: 1; }
    .index-swiper4.active .imap2 .img5 {
      opacity: 1; }
    .index-swiper4.active .imap2 .dianbox {
      opacity: 1; }
  .index-swiper4.active .maplist {
    opacity: 1;
    visibility: visible; }

.index-swiper5 {
  background: url(../img/img30.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 12.7vh 0 5vh; }
  .index-swiper5 .tit2 {
    margin-bottom: .2rem; }
  .index-swiper5 .tabul {
    margin-top: .5rem; }
    .index-swiper5 .tabul .li {
      width: 180px;
      height: 48px;
      background: rgba(204, 204, 204, 0.25);
      background-origin: radi;
      us: 4px;
      margin: 0 10px;
      cursor: pointer;
      transition: all .6s; }
    .index-swiper5 .tabul .li:hover, .index-swiper5 .tabul .li.cur {
      background: #c71432;
      color: #fff; }
  .index-swiper5 .warpbox {
    padding: 0 1.5rem;
    margin-top: 6.2vh; }
    .index-swiper5 .warpbox .itembox {
      display: none; }
    .index-swiper5 .warpbox .swiper-pagination {
      position: relative;
      margin-top: 6.2vh; }
      .index-swiper5 .warpbox .swiper-pagination span {
        width: 12px;
        height: 12px;
        opacity: .5;
        background: rgba(51, 51, 51, 0.25);
        opacity: 1;
        margin: 0 9px; }
      .index-swiper5 .warpbox .swiper-pagination span.swiper-pagination-bullet-active {
        background: #c71432;
        opacity: 1; }
  .index-swiper5 .news-container .li .img {
    height: 28.7vh;
    width: 100%;
    border-radius: 5px;
    position: relative;
    z-index:1;
    overflow: hidden; }
    .index-swiper5 .news-container .li .img img {
      width: 100%;
      height: 100%;
      border-radius: 5px;
      overflow: hidden;
      object-fit: cover;
      transition: all .6s; }
.index-swiper5 .news-container .li .bg{
  position: absolute;
  width:100%;
  bottom:0;
  left:0;
  z-index:3;
  object-fit: initial;
  opacity:0;
}
  .index-swiper5 .news-container .li .titbox {
    margin-top: .7rem; }
  .index-swiper5 .news-container .li .time {
    transition: all .6s; }
  .index-swiper5 .news-container .li .tit3 {
    height: calc(24px * 3);
    line-height: 24px;
    overflow: hidden;
    margin-top: .3rem;
    transition: all .6s; }
  .index-swiper5 .news-container .li:hover .img img {
    transform: scale(1.1); }
    .index-swiper5 .news-container .li:hover .img .bg { 
      opacity:1;
    }
  .index-swiper5 .news-container .li:hover .time, .index-swiper5 .news-container .li:hover .tit3 {
    color: #c71432; }
  .index-swiper5 .gcontainer {
    padding: 15px 25px;
    width: calc(100% + 50px);
    margin-left: -25px; }
    .index-swiper5 .gcontainer .li {
      padding: 1.25rem;
      display: block;
      background-size: cover;
      border-radius: .32rem;
      overflow: hidden;
      transition: all .6s;
      z-index: 3; }
      .index-swiper5 .gcontainer .li .bg {
        background: url(../img/img33.png) no-repeat center center;
        background-size:cover;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: .25rem;
        left: 0;
        top: 0;
        z-index: -1; }
      .index-swiper5 .gcontainer .li .icon {
        width: 22px;
        margin-bottom: 3.7vh; }
      .index-swiper5 .gcontainer .li .time {
        color: #ccc;
        margin-bottom: .35rem;
        transition: all .6s; }
      .index-swiper5 .gcontainer .li .tit3 {
        height: calc(36px * 3);
        overflow: hidden;
        line-height: 36px;
        transition: all .6s; }
      .index-swiper5 .gcontainer .li .btn {
        margin-top: 8.33vh;
        transition: all .6s; }
    .index-swiper5 .gcontainer .li:hover {
      background: #fff;
      box-shadow: 0px 15px 25px 0px rgba(51, 51, 51, 0.1); }
      .index-swiper5 .gcontainer .li:hover .time, .index-swiper5 .gcontainer .li:hover .tit3 {
        color: #333; }
      .index-swiper5 .gcontainer .li:hover .btn {
        color: #c71432; }
    .index-swiper5 .gcontainer .swiper-pagination {
      margin-top: 9vh; }

.index-swiper6 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1; }
.index-swiper6 .contentbox {
  z-index: 3;
  top: 5.5rem; }
  .index-swiper6 .contentbox .tit4, .index-swiper6 .contentbox .tit5 {
    width: 570px;
    max-width: 100%; }
  .index-swiper6 .contentbox .tit3 {
    margin-bottom: .9rem; }
  .index-swiper6 .contentbox .tit4 {
    margin-bottom: .1rem; }
  .index-swiper6 .contentbox .zhref {
    margin-top: 3rem; }
    .index-swiper6 .contentbox .zhref img {
      margin-right: 10px; }


.party-list4 .warpincorrup{
  /*padding-left:calc(50vw - 800px);*/
  margin-top:1.2rem;
}
.party-list4 .partyswiper-list1{
  width:45%;
  position: relative;
  z-index:3;
} 
.party-list4 .partyswiper-list1 .img{
  width:100%;
  height:12rem;
  margin-bottom:.8rem;
}
.party-list4 .partyswiper-list1 .titbox{
  width:100%;
}

.party-list4 .partyswiper-list1 .img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.party-list4 .partyswiper-list1 .tit3{
  margin-bottom:.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.party-list4 .partyswiper-list1 .tit4{
  height:48px;
  line-height:24px;
  overflow: hidden;
}
.party-list4 .partyswiper-list1 .btn{
  margin-top:.4rem;
}

.party-list4 .partyswiper-list2{
  /*width:78.1%;
  position: absolute;
  right:0;
  top:0;*/
  position: relative;
  width:100%;
  z-index:1;
} 
.party-list4 .partyswiper-list2 .img{
  width:100%;
  height:7.25rem;
  margin-bottom:.5rem;
}
.party-list4 .partyswiper-list2 .img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.party-list4 .partyswiper-list2 .swiper-slide{
  height:10.5rem;
  border-bottom:1px solid rgba(51, 51, 51, .1);
}
.party-list4 .partyswiper-list2 .tit3{
  height:60px;
  line-height:30px;
  overflow: hidden;
}

.party-list4 .qbox {
      width: 125px;
      margin-top: 1.25rem;
      position: relative; 
  }
.party-list4 .button-prev {
width: 46px;
height: 46px;
border-radius: 50%;
border: 2px solid #D8DBDC;
z-index: 3;
box-sizing: content-box;
cursor: pointer;
transition: all .6s; }
.party-list4 .button-prev .icon {
  width: 25px;
  height: 25px;
  fill: #333;
  transform: rotate(-180deg);
  transition: all .4s; }
.party-list4 .button-prev:hover {
border: 2px solid #E50012; }
.party-list4 .button-prev:hover .icon {
  fill: #E50012; }
.party-list4 .button-next {
width: 46px;
height: 46px;
border-radius: 50%;
border: 2px solid #D8DBDC;
z-index: 3;
box-sizing: content-box;
cursor: pointer;
transition: all .6s; }
.party-list4 .button-next .icon {
  width: 25px;
  height: 25px;
  fill: #333;
  transition: all .4s; }
.party-list4 .button-next:hover {
border: 2px solid #E50012; }
.party-list4 .button-next:hover .icon {
  fill: #E50012; }


  .party-list4 .hreflink {
    width: 180px;
    height: 48px;
    background: #C71432;
    border-radius: 0px 20px 0px 20px;
    margin: .4rem auto 0;
    transition: all .6s; }
    .party-list4 .hreflink img {
      margin-right: .15rem; }
  .party-list4 .hreflink:hover {
    color: #fff;
    box-shadow: 0 0 20px 0 rgba(199, 20, 50, 0.1); }
.footer .footer-bot a{
  color:#999;
  transition:all .6s;
}
.footer .footer-bot a:hover{
  color:#C71432;
}
.mvideobox{
  position:fixed;
  z-index:3;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:#000;
  display:none;
  z-index:9;
}
.mvideobox.active{
  display: flex;
}
.mvideobox video{
  width:100%;
}
.mvideobox .colsebtn{
  position: absolute;
  width:50px;
  height:50px;
  left:50%;
  margin-left:-25px;
  bottom:25px;
  z-index:3;
}
.mvideobox .colsebtn svg{
  width:50px;
  height:50px;
}
.index-swiper4  .m-map{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
}
.index-swiper4  .m-map img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: 70%;
}
.index-swiper4 .m-map .itemimg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:4;
  opacity:0;
}
.index-swiper4 .m-map .itemimg.cur{
  opacity:1;
}
.index-swiper2 .text .zhref{
  transition: all .6s;
}
.index-swiper2 .text .zhref:hover,#i-banner .swiper-slide .text .zhref:hover,.index-swiper6 .contentbox .zhref:hover{
  color:#c71432;
}
@media (max-width:1700px) {
  /*.party-list4 .warpincorrup{
    padding-left:6%;
  }*/
  .index-swiper2 .videobox{
    right:6%;
  }
  .index-swiper2 .text{
    width:42%;
  }
  .index-swiper3 .botul{
    left:6%;
  }
  .index-swiper4 .tabul{
    left:6%;
  }
  .party-list4 .partyswiper-list1{
    width:46%;
  }
  .index-swiper4 .contentbox{
    padding-left:6%;
  }
}
.m-bocweb-header3.active{
  position:fixed;
}
.index-swiper2 .videobox .wvideo .mvideobg{
  object-fit:cover;
  width:100%;
  height:100%;
}
@media (max-width:1480px) {
  .warpheader .header .nav{
    margin-left:2.5rem;
  }
}
@media (max-width:1024px) {
  .index-swiper3 .contentbox .tit3{
    width:350px;
  }
  .index-swiper4.active .imap{
    transform-origin: 73.75% 67.5%;
  }
  .index-swiper4 .maplist{
    right: 40vw;
    top: 34vh;
  }
}
@media (max-width:996px) {
  .party-list4 .incorruptible-list2{
    display:none;
  }
  .party-list4 .incorruptible-list{
    width:100%;
  }
  /*.party-list4 .warpincorrup{
    padding-right:6%;
  }*/
  .index-swiper2 .text{
    width:100%;
    padding-top:calc(60px + 1.75rem);
  }
  .index-swiper2 .text .zhref{
    margin-top:.75rem;
  }
  .index-swiper2 .text .num-container{
    margin-top:1rem;
  }
  .index-swiper2 .videobox .tip{
    display:none;
  }
  .index-swiper2 .videobox{
    width:100%;
    bottom:0;
    left:0;
    right:auto;
    top:auto;
  }
  .index-swiper2 .videobox .wvideo{
        border-top-right-radius:0;
  }
  .index-swiper2 .videobox .wvideo{
    height:40vh;
  }
  .index-swiper2{
    background: url(../img/img103.jpg) no-repeat center center;
    background-size: cover;
  }
  .index-swiper2 .text .p{
    width:100%;
  }
  .index-swiper2 .img1{
    width: 5.5rem;
    top: 28vh;
    right: 6%;
  }
  .index-swiper3 .warpbox .tabbot .titbox .tit5{
    display:none;
  }
  .index-swiper3 .contentbox{
    padding-top:calc(60px + 1.75rem);
  }

  .index-swiper3 .warpbox .tabbot{
    padding:0;
  }
  .index-swiper3 .warpbox .tabbot .sp .icon{
    margin:0 auto .35rem;
  }
  .index-swiper3 .warpbox .tabbot .sp span{
    display:block;
    text-align:center;
    width:100%;
  }
  .index-swiper3 .contentbox .tit3{
    width:100%;
  }
  .index-swiper3 .warpbox .tabbot .titbox{
    display:none;
  }
  .index-swiper3 .warpbox .tabbot .li .sp{
    position: relative;
    left: 0;
    top: 0;
  }
  
  .index-swiper3 .warpbox .tabbot .li.cur .sp{
    opacity:1;
    visibility:visible;
    transform: translate(0,0);
  }
  .index-swiper3 .warpbox .tabbot .li{
    padding: 1.25rem 6%;
  }
  .index-swiper4 .contentbox{
    padding-top:calc(60px + 1.75rem);
    width:100%;
    
  }
  .index-swiper4 .tabul {
    position: relative;
    bottom: 0;
    left: 6%;
    margin-top: 1.5rem;
  }
  .index-swiper4 .maplist{
    right:auto;
    left:6%;
    bottom:2rem;
    top:auto;
  }
  .index-swiper5{
    padding-top:calc(60px + 1.75rem);
  }
  .index-swiper5 .gcontainer .li .icon{
    display:none;
  }
  .index-swiper5 .gcontainer .li .btn{
    margin-top:.5rem;
  }
  .index-swiper5 .gcontainer .li .tit3{
    height:auto;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  .index-swiper5 .warpbox{
    margin-top:1.2rem;
  }
  .index-swiper5 .gcontainer .li{
    padding:.85rem .75rem;
  }
  .index-swiper5 .gcontainer{
    padding: 0;
    width:100%;
    margin-left: 0;
    height:calc(60vh + 1.5rem);
  }
  .index-swiper5 .gcontainer .swiper-slide{
    height:calc(15vh - 10px);
  }
  .index-swiper5 .gcontainer .swiper-wrapper{
    align-content: flex-start;
  }

  .index-swiper5 .news-container .swiper-slide .li{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding:12px 0;
    border-bottom:1px solid rgba(51, 51, 51, .1);
  }
  .index-swiper5 .news-container{
    padding: 0;
    width:100%;
    margin-left: 0;
    height:calc(60vh + 1.5rem);
  }
  .index-swiper5 .news-container .swiper-slide{
    height:calc(15vh - 10px);
  }
  .index-swiper5 .news-container .swiper-wrapper{
    align-content: flex-start;
  }
  .index-swiper5 .news-container .swiper-slide .li .img{
    width:5rem;
    height:calc(13vh - 24px);

  }
  .index-swiper5 .news-container .swiper-slide .li .titbox{
    width:calc(100% - 5.75rem);
  }
  .index-swiper5 .news-container .li .titbox{
    margin-top:0;
  }
  .index-swiper6 .contentbox{
    top:calc(60px + 1.75rem);
  }
  .index-swiper6 .contentbox .tit3{
    color:#333;
  }
  .index-swiper6 .contentbox .tit4{
    color:#333;
    margin-bottom:.35rem;
  }
  .index-swiper6 .contentbox .tit5{
    color:#333;
  }
  .index-swiper6 .contentbox .zhref{
    margin-top:1rem;
    color:#333;
  }
  .index-swiper5 .warpbox .swiper-pagination{
    margin-top:-24px;
  }
  .index-swiper5 .warpbox .swiper-pagination span{
    width:6px;
    height:6px;
  }
  .index-swiper5 .news-container .swiper-wrapper{
    flex-direction: column;
  }
  .index-swiper5 .gcontainer .swiper-wrapper{
    flex-direction: column;
  }
  /*.party-list4 .partyswiper-list2{
    display:none;
  }*/
  .party-list4 .partyswiper-list1{
    width:100%;
  }
  .index-swiper5 .gcontainer .swiper-slide{
    margin-bottom:10px;
  }
  .news-info1 .news-nav .nav-l a:nth-child(3) p{
    text-align:left !important;
  }

}
.p4tip{
  position: absolute;
  width:8rem;
  right:8%;
  bottom:2.5rem;
  z-index:1;
}
@media (max-width:767px) {
  .party-list4{
    padding:1.7rem 0 2rem;
  }
  .party-list4 .incorruptible-list .img{
    height:8rem;
  }
  .index-swiper2 .text .tit3 .sp1{
    width:100%;
    margin-left:0;
    margin-top:.15rem;
  }
  .index-swiper2 .text .p{
    margin-top:.7rem;
    max-height:calc(20px * 6);
    line-height:20px;
    overflow-y:auto;
    padding-right:10px;
  }
  .index-swiper4 .maplist{
    width:6rem;
  }
  .index-swiper4 .maplist .titbox{
    padding:.7rem .45rem;
    margin-top:0;
  }
  .index-swiper4 .maptext .img{
    height:3.5rem;
  }
  .index-swiper4 .maplist .titbox .tit7{
    margin-bottom:.4rem;
  }
  .index-swiper5 .news-container .li .tit3{
    height: calc(20px * 2);
    line-height: 20px;
  }
  .index-swiper5 .tabul .li{
    width:26%;
    margin:0 1%;
    height:35px;
  }
  #i-banner .swiper-slide .text{
    margin-top:20vh;
  }
  .index-swiper3 .botul .li strong{
    width: 160px;
  }
  .index-swiper3 .botul{
    height: 58.7vh;
    padding-left:.65rem;
  }
  .index-swiper2 .img1{
    top: 42vh;
  }
  .index-swiper5 .gcontainer .li .time{
    line-height:1.2;
    margin-bottom:.2rem;
  }
  .index-swiper5 .gcontainer .li .tit3{
    line-height:24px;
  }
  .index-swiper5 .warpbox{
    margin-top:.85rem;
  }
  .index-swiper5 .gcontainer .li:hover{
    background:transparent;
    box-shadow:none;
  }
  .index-swiper2 .videobox .videobtn img{
    width:3rem;
  }
  .index-swiper3 .botul .li .icon{
    height:25px;
    width:25px;
  }
  #i-banner .swiper-slide .text .tit3{
    font-size:36px;
  }
  .index-swiper2 .videobox .wvideo{
    height:34vh;
  }
  .party-list4 .partyswiper-list1 .img{
    height:8rem;
  }
  .index-swiper3 .warpbox .imglist .textbox{
    padding-top:7rem;
  }
  .index-swiper3 .warpbox .tabbot .li{
    padding: 1.25rem 3%;
  }
  .about-list7 .itembox .text .hrefbox .downbtn{
    margin-right:0;
  }
  .index-swiper4 .maptext .ul{
    max-height:8rem;
    padding-right:10px;
    overflow-y:auto;
  }
  .index-swiper4 .maptext .ul::-webkit-scrollbar{
      width: 8px;
  }
  
}
.news-info1 .news-nav .nav-l a:nth-child(3) p{
  text-align:right;
}
.party-list4 .li .img img{
  transition: all .6s;
}
.party-list4 .li .tit3{
  transition: all .6s;
}
.party-list4 .li:hover .img img{
  transform:scale(1.1);
}
.party-list4 .li:hover .tit3{
  color:#C71432;
}
.party-list1 .text .p{
  text-align:justify;
}
.party-list3 .hreflink,.party-list2 .hreflink,.about-list2 .hreflink,.index-swiper6 .contentbox .zhref{
  transition: all .6s;
}
.party-list3 .hreflink:hover,.party-list2 .hreflink:hover,.about-list2 .hreflink:hover{
  border-radius:.25rem;
}

#i-banner .button-prev{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.2);
  position: absolute;
  left:.85rem;
  top:50%;
  margin-top:-25px;
  z-index:3;
  cursor:pointer;
}
#i-banner .button-prev:before{
  content:"";
  position: absolute;
  background:url(../img/yuan2.png) no-repeat center center;
  background-size:50px 50px;
  width:50px;
  height:50px;
  left:0;
  top:-1px;
  z-index:2;
  opacity:0;
  transition: all .6s;
}
#i-banner .button-prev:hover:before{
  opacity:1;
}
#i-banner .button-prev .icon{
  width:25px;
  height:25px;
  fill:#fff;
  transform:rotate(-180deg);
}
#i-banner .button-next{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.2);
  position: absolute;
  right:.85rem;
  top:50%;
  margin-top:-25px;
  z-index:3;
  cursor:pointer;
}
#i-banner .button-next:before{
  content:"";
  position: absolute;
  background:url(../img/yuan.png) no-repeat center center;
  background-size:50px 50px;
  width:50px;
  height:50px;
  left:0;
  top:-1px;
  z-index:2;
  opacity:0;
  transition: all .6s;
}
#i-banner .button-next:hover:before{
  opacity:1;
}
#i-banner .button-next .icon{
  width:25px;
  height:25px;
  fill:#fff;
}
.warpheader .header .nav .li{
  position: relative;
  z-index:2;
}
.warpheader .header .nav .li .nsubbox{
  position: absolute;
  width:140px;
  padding:.5rem .5rem 10px;
  left:50%;
  margin-left:-70px;
  top:2.5rem;
  background:#fff;
  z-index:2;
  display:none;
  box-shadow:0 10px 10px 0 rgba(0,0,0,.1); 
  border-radius:.25rem;
}
.warpheader .header .nav .li .nsubbox a{
  display:block;
  margin-bottom:.35rem;
  transition:all .6s;
}
.warpheader .header .nav .li .nsubbox a:hover{
  color:#C71432;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem{
  position: absolute;
  padding:0 .35rem 0 .5rem;
  height:1rem;
  border-radius:.25rem;
  background:#fff;
  overflow: hidden;
  border:1px solid #c71432;
  box-shadow:0 0 10px 0 rgba(0,0,0,.15);
  z-index:3;
  opacity:0;
  visibility:hidden;
  transition: all .6s;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem.cur{
  opacity:1;
  visibility:visible;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem:hover{
  box-shadow:0 0 15px 0 rgba(0,0,0,.25);
}
.index-swiper4 .imap2 .dianbox .dianli .ditem span{
  color:#c71432;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem span{
  margin-right:.7rem;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem1{
  left: 63.5%;
    top: 16%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem2{
  left: 70%;
  top: 45%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem3{
  left: 83.5%;
  top: 45%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem4{
  left: 74.5%;
    top: 39%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem5{
  left: 73%;
  top: 57%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem6{
  left: 84.5%;
  top: 56%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem7{
  left: 71%;
    top: 60%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem8{
      left: 84%;
  top: 62.5%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem9{
  left: 62.5%;
  top: 66%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem10{
  left: 60%;
    top: 71%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem11{
  left: 62.5%;
  top: 77%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem12{
  left: 76.15%;
    top: 67%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem13{
  left: 75.5%;
  top: 69%;
}
.index-swiper4 .imap2 .dianbox .dianli .ditem14{
  left: 73.5%;
  top: 57.5%;
}
.index-swiper4 .imap2 .kdianbox{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:2;
}
.index-swiper4 .imap2 .kdianbox .kli{
  width:1rem;
  height:1rem;
  position: absolute;
  cursor:pointer;
}
.index-swiper4 .imap2 .kdianbox .kli1{
  left: 70.9%;
  top: 12%;
}
.index-swiper4 .imap2 .kdianbox .kli2{
  left: 78.6%;
  top: 44.5%;
}
.index-swiper4 .imap2 .kdianbox .kli3{
  left: 81.1%;
    top: 43.5%;
}
.index-swiper4 .imap2 .kdianbox .kli4{
  left: 82.7%;
    top: 41%;
}
.index-swiper4 .imap2 .kdianbox .kli5{
  left: 80.3%;
    top: 57%;
}
.index-swiper4 .imap2 .kdianbox .kli6{
  left: 82.25%;
  top: 56%;
}
.index-swiper4 .imap2 .kdianbox .kli7{
  left: 78.5%;
  top: 63.5%;
}
.index-swiper4 .imap2 .kdianbox .kli8{
  left: 81.35%;
    top: 62.35%;
}
.index-swiper4 .imap2 .kdianbox .kli9{
      left: 70.5%;
    top: 65.5%;
}
.index-swiper4 .imap2 .kdianbox .kli10{
  left: 68%;
  top: 71%;
}
.index-swiper4 .imap2 .kdianbox .kli11{
  left: 70.6%;
  top: 74%;
}
.index-swiper4 .imap2 .kdianbox .kli12{
  left: 84.6%;
  top: 67%;
}
.index-swiper4 .imap2 .kdianbox .kli13{
  left: 83%;
  top: 70%;
}
.index-swiper4 .imap2 .kdianbox .kli14{
  left: 81%;
  top: 58%;
}
@media (max-width:1650px) {

  .index-swiper4 .imap2 .dianbox .dianli .ditem1{
    left: 61.5%;
    top: 12%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem2{
    left: 69%;
    top: 45%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem3{
    left: 72%;
    top: 44%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem4{
    left: 73.5%;
      top: 41%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem5{
    left: 72%;
    top: 57%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem6{
    left: 73%;
    top: 56%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem7{
    left: 69%;
      top: 64%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem8{
    left: 72%;
    top: 62.5%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem9{
    left: 61.5%;
    top: 66%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem10{
    left: 59%;
      top: 71%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem11{
    left: 61.5%;
    top: 74%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem12{
    left: 75.15%;
      top: 67%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem13{
    left: 73.5%;
    top: 69%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem14{
    left: 72.5%;
    top: 57.5%;
  }

}
@media (max-width:1024px) {
  .index-swiper4 .imap2 .dianbox .dianli .ditem{
    display:none;
  }
}

.index-btns.active{
  opacity:1;
  visibility: visible;
}
.index-btns{
    position: fixed;
    right: 1.25%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity:0;
    visibility:hidden;
}
.index-btns a{
    display: block;
    width: .75rem;
    height: .75rem;
    border-radius: 100%;
    border: 1px solid transparent;
    position: relative;
    transition: all .5s;
}

.index-btns a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    margin: -5px 0 0 -5px;
    transition: all .3s;
}
.index-btns a.cur{
    border-color: #e62129;
}
.index-btns a.cur:before{
    background-color: #e62129;
}
.index-btns.on a:before{
    background-color: #93a3b7;
}
.index-btns.on a.cur:before{
    background-color: #e62129;   
}
.warp-subbox{
  height:2rem;
}
.n-subbox.fix{
  position:fixed;
  width:100%;
  left:0;
  top:0;
  z-index:9;
}
.warpheader.fixheader .header{
  position:fixed;
  width:100%;
  left:0;
  top:0;
  background:#fff;
  z-index:9;
  transition: all 0s;
}
.warpheader.fixheader .header{
  border-bottom:1px solid rgba(0, 0, 0, 0.1)
}
.warpheader.fixheader .header .logo .img1 {
  opacity: 0; }
.warpheader.fixheader .header .logo .img2 {
  opacity: 1; }
.warpheader.fixheader .header .nav .li a {
  color: #333; }
.warpheader.fixheader .header .rightbox .langbtn .a1 {
  color: #333; }
.warpheader.fixheader .header .rightbox .langbtn a {
  color: #333; }
.warpheader.fixheader .header .rightbox .langbtn .line {
  background: rgba(51, 51, 51, 0.3); }
.warpheader.fixheader .header .rightbox .searchbtn svg {
  fill: #c71432; }


@media (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1200px) {
  .index-swiper4 .imap2 .dianbox .dianli .ditem3{
    left: 72%;
    top: 40%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem4{
    left: 74%;
    top: 38%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem6{
    left: 84.5%;
    top: 58%;
  }
  .index-swiper4 .imap2 .dianbox .dianli .ditem8{
    left: 84%;
    top: 62.5%;
  }
}
.footer .footer-middle .fright .sharebox{
  position: relative;
  z-index:3;
}
.footer .footer-middle .fright .sharebox .li{
  position: relative;
}
.footer .footer-middle .fright .sharebox .li .wximg{
  transition: all .6s;
  position: absolute;
  width:120px;
  height:120px;
  left:50%;
  margin-left:-60px;
  bottom:40px;
  padding:10px;
  border-radius:5px;
  background:#fff;
  opacity:0;
  visibility:hidden;
}
.footer .footer-middle .fright .sharebox .li .wximg img{
  width:100%;
  height:100%;
}
.footer .footer-middle .fright .sharebox .li:hover .wximg{
  opacity:1;
  visibility:visible;
}

.ibackbtn{
  position:fixed;
  bottom:10vh;
  right:1%;
  z-index:9;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#0086cd;
  transition: all .6s;
  cursor:pointer;
}
.ibackbtn .icon{
  width:30px;
  height:30px;
  fill:#fff;
}
.ibackbtn:hover{
  background:#e50012;
}
.nbackbtn{
  position:fixed;
  bottom:10vh;
  right:1%;
  z-index:9;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#0086cd;
  transition: all .6s;
  cursor:pointer;
}
.nbackbtn .icon{
  width:30px;
  height:30px;
  fill:#fff;
}
.nbackbtn:hover{
  background:#e50012;
}





    .partyswiper-list2 .swiper-pagination {
      position: relative;
      margin-top: 1.6rem; }
      .partyswiper-list2 .swiper-pagination span {
        width: 7px;
        height: 7px;
        opacity: .5;
        background: #cccccc;
        opacity: 1;
        margin: 0 6px; }
      .partyswiper-list2 .swiper-pagination span.swiper-pagination-bullet-active {
        background: #c71432;
        opacity: 1; }
/*# sourceMappingURL=boc_reset.css.map */
