@charset "UTF-8";
/**
 * 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: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

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

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

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

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

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

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

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

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

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

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

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

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

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.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;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.fwn {
  font-weight: normal;
}

.tac {
  text-align: center;
}

.t-f {
  transition: all 0.5s;
}

.t-c {
  transition: color 0.5s;
}

.t-bg {
  transition: background 0.5s;
}

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

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

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body, html {
  font-family: "Microsoft YaHei", "Source Han Sans CN", "PingFang SC",Helvetica, "Heiti SC",Arial, sans-serif;
}

@font-face {
  font-family: 'DIN';
  src: url("font/DIN-REGULAR.eot");
  src: url("font/DIN-REGULAR.eot") format("embedded-opentype"), url("font/DIN-REGULAR.woff2") format("woff2"), url("font/DIN-REGULAR.woff") format("woff"), url("font/DIN-REGULAR.ttf") format("truetype"), url("font/DIN-REGULAR.svg#DIN-REGULAR") format("svg");
}
button {
  outline: none !important;
}

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 {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

:after,
:before {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

/*使用内边距*/
.container {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

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

/*loading 4个小点加载引用*/
#loading1 {
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#loading .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  top: 50%;
  background-color: #0097FB;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: 3s linear loader infinite;
  animation: 3s linear loader infinite;
}

#loading .dot:nth-of-type(1) {
  left: 0px;
}

#loading .dot:nth-of-type(2) {
  left: -10px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#loading .dot:nth-of-type(3) {
  left: -20px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#loading .dot:nth-of-type(4) {
  left: -30px;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

#loading .dot:nth-of-type(5) {
  left: -40px;
  -webkit-animation-delay: 0.60s;
  animation-delay: 0.60s;
}

#loading1.closed {
  /*opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;*/
  display: none;
}

@-webkit-keyframes loader {
  0%,
  20% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
  }
  35% {
    -webkit-transform: translate(45vw, -50%);
    transform: translate(45vw, -50%);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(55vw, -50%);
    transform: translate(55vw, -50%);
    opacity: 1;
  }
  80%,
  100% {
    -webkit-transform: translate(100vw, -50%);
    transform: translate(100vw, -50%);
    opacity: 0;
  }
}
@keyframes loader {
  0%,
  20% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
  }
  35% {
    -webkit-transform: translate(45vw, -50%);
    transform: translate(45vw, -50%);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(55vw, -50%);
    transform: translate(55vw, -50%);
    opacity: 1;
  }
  80%,
  100% {
    -webkit-transform: translate(100vw, -50%);
    transform: translate(100vw, -50%);
    opacity: 0;
  }
}
/*@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}*/
/*一行省略
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

多行省略
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;

垂直居中
div{display:table-cell; width:550px; height:1.14em; padding:0 0.1em; border:4px solid #beceeb; color:#069; font-size:10em; vertical-align:middle;}
span{display:inline-block; font-size:0.1em; vertical-align:middle;}*/
/*$color:green;//全局变量
$width:200px;//全局变量
$height:200px;//全局变量
body {
    background-color:$color;//调用全局变量
}
div {
    $color:yellow;//定义局部变量，全局变量$color的影子
    .div {
    background-color:$color;//调用局部变量
    width:$width;//调用全局变量
    height:$height;//调用全局变量
    }
}*/
/*第二种：.triangle-up {    
width:0;    
height:0;   
border:30px solid transparent;    
border-bottom-color:#fff;
}
接下来写向下的三角形，继续在css文件中输入以下代码：
.triangle-down {   
width:0;   
height:0;   
border-left:20px solid transparent;   
border-right:20px solid transparent;   
border-top:20px solid #0066cc;
}
然后是向左的三角形，代码为：
.triangle-left {   
width:0;   
height:0;   
border-top:30px solid transparent;   
border-bottom:30px solid transparent;   
border-right:30px solid yellow;
}
6
最后是向右的三角形，代码为：
.triangle-right {   
width:0;   
height:0;   
border-top:50px solid transparent;   
border-bottom: 50px solid transparent;   
border-left: 50px solid green;
}*/
.backtop {
  position: fixed;
  bottom: 30px;
  right: 3%;
  background-color: rgba(255, 255, 255, 0.9);
  fill: #222;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 46px;
  padding: 0;
  margin: 0;
  width: 46px;
  border-radius: 50%;
  z-index: 9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.backtop svg {
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.backtop.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/*网站单位设置*/
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.fl1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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;
}

.fl3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fl4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.fl7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fl8 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fl9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fl10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fl12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.fl13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fl15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.fl16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fl17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fl18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

/*网站默认滚动跳的样式*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

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

::-webkit-scrollbar-thumb {
  background-color: #333;
}

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

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

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

.col-fff {
  color: #fff;
}

header {
  position:relative;
  /*position: fixed;*/
  width: 100%;
  height: 110px;
  z-index: 9;
  padding: 0 40px;
  visibility:visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  background:#fff;
}
header.active{
  opacity:0;
  filter: alpha(opacity=0);
  visibility:hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
header .logo {
  width: 210px;
}
header .logo img {
  width: 100%;
}
header nav .li {
  margin-right: 2.5rem;
}
header nav a {
  color: #0165d4;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
header nav a:hover {
  color: #0165d4;
}
header .lang-btn {
  font-size: 16px;
  color: #0165d4;
  font-weight: bold;
  margin-right: 15px;
}
header .search-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}
header .search-btn svg {
  height: 22px;
  width: 22px;
  fill: #0165d4;
}
header .l-toggle {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 99;
  display: none;
}
header .l-toggle span {
  position: absolute;
  top: .5rem;
  right: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 3px;
  background-color: #0165d4;
}
header .l-toggle .line1 {
  margin: -8px auto auto;
  -webkit-transition: all .8s;
  transition: all .8s;
}
header .l-toggle .line2 {
  margin: auto;
}
header .l-toggle .line3 {
  margin: 8px auto auto;
  -webkit-transition: all .8s;
  transition: all .8s;
}
header .l-toggle.hover span {
  background: #0165d4;
}
header .l-toggle.hover .line1 {
  margin: 0 auto;
}
header .l-toggle.hover .line3 {
  margin: 0 auto;
}
header .header-right .li{
  position:relative;
}
header .header-right .li-item{
  position:absolute;
  top:73px;
  width:160px;
  left:calc(50% - 80px);
  background:rgba(0,0,0,.2);
  opacity:0;
  filter: alpha(opacity=0);
  visibility:hidden;
  transform:translate(0,30px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index:2;
}
header .header-right .li-item a{
  display:block;
  padding:10px 0;
  color:#fff;
  font-size:14px;
  /* font-size:16px; */

  border-bottom:1px solid rgba(0,0,0,.1);
  text-align:center;
}
header .header-right .li-item a:hover{
  color:#fff;
  background:#0165d4;
}
header .header-right .li:hover .li-item{
  opacity:1;
  filter: alpha(opacity=100);
  transform:translate(0,0);
  visibility:visible;
}
.warp-header{
  height:110px;
  position:relative;
}
header.fix{
  position:fixed;
  z-index:9;
}
header .logo a{
  display:block;
}
@media (max-width:1440px) {
  header{
    height:80px;
  }
  .warp-header{
    height:80px;
  }
  header .logo{
    width:180px;
  }
}
@media (max-width: 1024px) {
  header nav .li {
    margin-right: 2rem;
  }

  header {
    height: 80px;
  }

  header .logo {
    width: 140px;
  }

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

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

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

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

  .tit-24 {
    font-size: 20px;
  }
  .tit-32 {
    font-size: 22px;
  }
  .tit-36 {
    font-size: 30px;
  }

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

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

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

  .tit-52 {
    font-size: 40px;
  }
}
@media (max-width: 959px) {
  header .l-toggle {
    display: block;
  }

  .header-right nav {
    position: absolute;
    width: 30%;
    min-width: 200px;
    height: auto;
    top: 80px;
    right: 0;
    z-index: 99;
    background: #fff;
    display: block;
    padding: 15px 0 40px 0px;
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .header-right nav .li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }
  .header-right nav .li a {
    color: #333;
  }

  .header-right nav.active {
    transform: perspective(500px) rotateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (max-width: 767px) {
  .warp-header{
    height:1.2rem;
  }
  .header-right nav .li {
    height: 1rem;
    line-height: 1rem;
  }

  header .l-toggle {
    width: .75rem;
    height: .75rem;
  }
  header .l-toggle span {
    top: .375rem;
  }

  header .lang-btn {
    margin-right: .2rem;
  }

  header {
    height: 1.2rem;
    padding: 0 4%;
  }

  header .logo {
    width: 2.2rem;
  }

  .header-right nav {
    top: 1.2rem;
  }

  .tit-14 {
    font-size: .26rem;
  }

  .tit-16 {
    font-size: .28rem;
  }

  .tit-18 {
    font-size: .3rem;
  }

  .tit-22 {
    font-size: .32rem;
  }

  .tit-24 {
    font-size: .34rem;
  }
  .tit-32 {
    font-size: .36rem;
  }
  .tit-36 {
    font-size: .5rem;
  }

  .tit-38 {
    font-size: .52rem;
  }

  .tit-40 {
    font-size: .7rem;
  }

  .tit-42 {
    font-size: .72rem;
  }

  .tit-52 {
    font-size: .85rem;
  }
}
.indexbanner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.indexbanner .swiper-slide {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.indexbanner .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.indexbanner .container {
  position: absolute;
  left: 2.5rem;
  bottom: 4.5rem;
  z-index:2;
}
.indexbanner .container .slide-title {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: .55rem;
}
.indexbanner .theme-btn {
  width: 6rem;
  height: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 5px;
  padding: 0 22px;
}
.indexbanner .theme-btn svg {
  width: 18px;
  fill: #fff;
  transform: rotate(-90deg);
}
.indexbanner .swiper-pagination {
  position: absolute;
  width: 60px !important;
  height: 100vh;
  right: 0;
  left: auto !important;
  top: 0;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet {
  height: auto !important;
  width: auto !important;
  margin: 0 0 15px !important;
  background: none !important;
  position: relative;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
  width: 37px;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.indexbanner .swiper-pagination .num {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  width: 100%;
  padding-bottom: 15px;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 60px;
}

.warp-indexbanner {
  position: relative;
  z-index: 1;
}
.warp-indexbanner .new-list {
  padding: 0 2.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #9691e1;
  z-index: 9;
}
.warp-indexbanner .new-list .img {
  width: 25px;
  margin-right: 25px;
}
.warp-indexbanner .new-swiper {
  height: 80px;
  overflow: hidden;
}
.warp-indexbanner .new-swiper .swiper-slide {
  width: 7.25rem;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.warp-indexbanner .new-swiper .swiper-slide:hover{
  color:#fff;
}
.warp-indexbanner .new-swiper .swiper-button-prev {
  margin-top: -20px;
}
.warp-indexbanner .new-swiper .swiper-button-next {
  margin-top: -5px;
}
.warp-indexbanner .new-swiper .swiper-button-prev, .warp-indexbanner .new-swiper .swiper-button-next {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  fill: #fff;
  height: 20px;
  background: none !important;
  left: 12rem;
  right: auto !important;
}

@media (max-width: 1024px) {
  .indexbanner .container {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .indexbanner .container {
    left: 4%;
    bottom: 2rem;
  }

  .indexbanner .container .slide-title {
    font-size: .55rem;
  }

  .indexbanner .theme-btn {
    width: 2.3rem;
    height: .8rem;
  }

  .warp-indexbanner .new-list {
    padding: 0 4%;
  }

  .warp-indexbanner .new-list .img {
    width: 15px;
    margin-right: 10px;
  }

  .warp-indexbanner .new-list, .warp-indexbanner .new-swiper, .warp-indexbanner .new-swiper .swiper-slide {
    height: 1.2rem;
    line-height: 1.2rem;
  }

  .warp-indexbanner .new-swiper .swiper-slide {
    width: 100%;
  }

  .warp-indexbanner .new-swiper .swiper-button-prev, .warp-indexbanner .new-swiper .swiper-button-next {
    display: none;
  }

  .indexbanner .swiper-pagination .num {
    padding-bottom: 8px;
  }

  .indexbanner .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 5px;
  }
}
.i-list1 {
  margin-top: 0.54%;
  overflow: hidden;
}
.i-list1 .aboutbox, .i-list1 .newsbox {
  width: 49.73%;
  height: 14.15rem;
  position: relative;
}
.i-list1 .aboutbox .bg, .i-list1 .newsbox .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.i-list1 .aboutbox:before, .i-list1 .newsbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.i-list1 .more {
  color: #fff;
  position: absolute;
  bottom: 1.75rem;
  left: 2.5rem;
}
.i-list1 .more svg {
  width: 16px;
  fill: #fff;
  margin-left: 5px;
}
.i-list1 .text {
  padding: 1.65rem 1.9rem 1.85rem 2.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.i-list1 .newslist {
  width: 12rem;
  max-width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.i-list1 .newslist:hover{
  transform:translate(0,-5px);
  /*box-shadow:0px 0px 30px 0 rgba(0,0,0,.1);*/
}
.i-list1 .newslist .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.i-list1 .tit3 {
  line-height: 1.5;
  margin-top: .55rem;
}

@media (max-width: 1024px) {
  .i-list1 .text {
    padding: 1.65rem 1.5rem 2.5rem;
  }

  .i-list1 .more {
    bottom: 2.5rem;
    left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .i-list1 .aboutbox, .i-list1 .newsbox {
    width: 100%;
    height: 50vh;
  }

  .i-list1 .text {
    padding: 1rem 10% 1.2rem;
  }

  .i-list1 .more {
    bottom: 1.2rem;
    left: 10%;
  }

  .i-list1 .tit3 {
    margin-top: .25rem;
  }

  .i-list1 .more svg {
    width: 13px;
    margin-right: 3px;
  }

  .i-list1 .newslist {
    width: 100%;
  }

  .i-list1 .aboutbox {
    margin-bottom: 0.75%;
  }
}
footer {
  background: #fbfbfb;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
}
footer p {
  font-size: 13px;
  color: #8c8c8c;
}
footer .ulbox .li {
  color: #8c8c8c;
  padding: 0 12px;
  position: relative;
}
footer .ulbox .li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background: #cfcfcf;
}
footer .ulbox .li:last-child:before {
  display: none;
}
footer .ulbox svg {
  width: 25px;
  line-height: 40px;
  fill: #8c8c8c;
}
footer .ulbox a {
  color: #8c8c8c;
}

@media (max-width: 1024px) {
  footer {
    padding: 0 4%;
    height: auto;
    line-height: 2;
    padding: 10px 0;
    justify-content: center !important;
  }

  footer .ulbox .li {
    padding: 0 6px;
  }

  footer .ulbox svg {
    width: 20px;
  }
}
.nbanner {
  position: relative;
}
.nbanner .bg {
  width: 100%;
  height: 19rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.nbanner .text {
  position: absolute;
  padding:10rem 1rem 1rem 2.5rem;
  line-height:1;
  left: 0;
  top: 0;
  z-index: 2;
}
.nbanner .tit2 {
  margin-bottom: .35rem;
}
.nbanner .tit3 {
  line-height: 1.2;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .nbanner .text {
    padding: 2.5rem 4% 1.5rem;
  }

  .nbanner .tit3 {
    font-size: .75rem;
  }

  .nbanner .bg {
    height: 8rem;
  }

  .nbanner .tit2 {
    margin-bottom: .1rem;
  }
}
.warp-subbox {
  height: 70px;
  position: relative;
}
.warp-subbox .subbox {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  line-height: 70px;
  border: 1px solid #d4d4d4;
  background: #fff;
}
.warp-subbox .subbox.active {
  position: fixed;
  z-index: 9;
}
.warp-subbox .li {
  font-size: 15px;
  color: #333;
  padding: 0 1rem;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.warp-subbox .li:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  background: #d4d4d4;
}
.warp-subbox .li:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 1.5rem;
  left: 50%;
  margin-left: -.75rem;
  bottom: 0;
  background: #0165d4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.warp-subbox .li:hover, .warp-subbox .li.cur {
  color: #0165d4;
}
.warp-subbox .li:hover:after, .warp-subbox .li.cur:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.warp-subbox .li:last-child:before {
  display: none;
}

@media (max-width: 767px) {
  .warp-subbox .li {
    padding: 0 .3rem;
    font-size: 14px;
  }

  .warp-subbox {
    height: 1rem;
  }

  .warp-subbox .subbox {
    height: 1rem;
    line-height: 1rem;
  }
}
.w1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 92%;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 92%;
}

.n-about .contant {
  padding: 3.75rem 0 1rem;
}
.n-about .tit1 {
  color: #1a1919;
  line-height: 1.2;
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #d6d6d6;
}
.n-about .p {
  color: #333;
}
.n-about .p img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .n-about .contant {
    padding: 1rem 0 .75rem;
  }

  .n-about .tit1 {
    font-size: .65rem;
    margin-bottom: .35rem;
    padding-bottom: .4rem;
  }
}
.n-history {
  position: relative;
  padding: 3rem 0 1.2rem;
}
.n-history .contant {
  position: relative;
  min-height: 600px;
}
.n-history .history-nav {
  width: 180px;
  position: absolute;
  left: 0;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.n-history .history-nav .title {
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.n-history .history-nav .nav {
  color: #888;
}
.n-history .history-nav .li {
  margin-bottom: .75rem;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}
.n-history .history-nav .li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background: #004ea2;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-history .history-nav .li:hover, .n-history .history-nav .li.cur {
  color: #004ea2;
  padding-left: 25px;
}
.n-history .history-nav .li:hover:before, .n-history .history-nav .li.cur:before {
  width: 20px;
}
.n-history .history-nav.active {
  position: fixed;
  left: calc(50vw - 720px);
  top: 120px;
}
.n-history .history-list {
  width: 900px;
  margin: 0 auto;
}
.n-history .history-list:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #efefef;
}
.n-history .history-list .time {
  color: #888;
}
.n-history .history-list .li {
  float: left;
  padding-right: 1.5rem;
  position: relative;
  text-align: right;
  width: 51%;
}
.n-history .history-list .li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #efefef;
  right: 2px;
  top: 0;
}
.n-history .history-list .li .img {
  margin-top: 1.25rem;
  width:100%;
}
.n-history .history-list .li .p {
  line-height: 1.6;
  color: #232323;
  margin-top: .3rem;
}
.n-history .history-list .li:nth-child(2n) {
  float: right;
  padding-right: 0;
  padding-left: 1rem;
  text-align: left;
}
.n-history .history-list .li:nth-child(2n):before {
  left: 2px;
}
@media (max-width: 1480px) {
  .n-history .history-nav.active{
    left:4%;
  }
}
@media (max-width: 1366px) {
  .n-history .history-list {
    width: 700px;
  }
  .n-history .history-list .li:before{
    right:0;
  }
  .n-history .history-list .li:nth-child(2n):before{
    left:0;
  }
  
}
@media (max-width: 1280px) {
  .n-history .history-list {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .n-history .history-nav .nav {
    display: none;
  }

  .n-history .history-nav {
    position: relative;
  }

  .n-history .history-nav .title {
    margin-bottom: .75rem;
  }

  .n-history .history-nav {
    margin-bottom: 0;
  }

  .n-history {
    padding: 1rem 0;
  }

  .n-history .history-list {
    position: relative;
  }

  .n-history .history-list .li {
    text-align: left;
    padding: 0 0 0 .65rem;
    width: 100%;
    margin-bottom: .5rem;
  }

  .n-history .history-list .li:nth-child(2n) {
    padding: 0 0 0 .65rem;
  }

  .n-history .history-list {
    width: 92%;
  }

  .n-history .history-list:before {
    left: 0;
  }

  .n-history .history-list .li:before {
    right: auto;
    left: 0;
  }

  .n-history .history-list .li .img {
    width: 100%;
    margin-top: .5rem;
  }

  .n-history .history-list .li:before {
    width: 8px;
    height: 8px;
    left: -4px;
  }

  .n-history .history-list .li:nth-child(2n):before {
    left: -4px;
  }

  .n-history .history-list .time {
    line-height: 1;
  }

  .n-history .history-list .li .p {
    margin-top: .15rem;
  }
}
.n-medicinal .list1 {
  padding:2.5rem 0 3.25rem;
}
.n-medicinal .list1 .contant {
  overflow-x: auto;
}
.n-medicinal .list1 table {
  width: 100%;
  min-width: 800px;
}
.n-medicinal .list1 .tr1 {
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #004ea2;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.n-medicinal .list1 .tr1 td {
  width: 12.66%;
  border-right: 1px solid #fff;
}
.n-medicinal .list1 .tr1 td:last-child {
  border-right: none;
}
.n-medicinal .list1 .tr2 td {
  width: 16.666%;
  padding: 1rem .5rem;
  text-align: center;
  border: 1px solid #eee;
  color: #171717;
  position: relative;
}
.n-medicinal .list1 .tr2 .td1 {
  color: #0165d4;
  line-height: 1.2;
}
.n-medicinal .list1 .tr2 .td1 a{
  color: #0165d4;
}
.n-medicinal .list1 .tr2 .td2 {
  padding: 1rem 0;
}
.n-medicinal .list1 .tr2 .bg {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 116px;
}
.n-medicinal .list1 .tr2 .bg img {
  /*width: calc(1440px * 0.58);*/
  position: relative;
  /*left: 0;*/
  z-index: 1;
}
.n-medicinal .list1 .tr2 .bg p {
  width: 100%;
  position: absolute;
  z-index: 4;
  left:0;
  padding-left:.65rem;
  text-align:left;
}
/*.n-medicinal .list1 .tr2 .bg2 {
  width: 66.6%;
}*/
.n-medicinal .list1 .tr2 .bg2 img {
  /*width: calc(1440px * 0.45);*/
  position: relative;
  z-index: 1;
}
/*.n-medicinal .list1 .tr2 .bg3 {
  width: 20%;
}*/
.n-medicinal .list1 .tr2 .bg3 img {
  /*width: calc(1440px * 0.1);*/
  position: relative;
  z-index: 1;
}
.n-medicinal .list1 .tr2 .bg4 img {
  /*width: calc(1440px * 0.1);*/
  z-index: 1;
}
.n-medicinal .list2 .title {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
.n-medicinal .list2 .title img {
  width: .9rem;
  height: .9rem;
  margin-right: .5rem;
}
.n-medicinal .list2 .ulbox {
  margin-top: 1.65rem;
  align-items: stretch;
}
.n-medicinal .list2 .ulbox .img {
  border-radius: 16px;
  border-top-left-radius: 0;
}
.n-medicinal .list2 .ulbox .img img {
  width: 100%;
}
.n-medicinal .list2 .ulbox .li {
  width: 29.2%;
  margin-right: 6.2%;
  margin-bottom: 6.2%;
  border: 2px solid #e6e5e6;
  overflow: hidden;
  border-top-right-radius: 16px;
}
.n-medicinal .list2 .ulbox .li:nth-child(3n) {
  margin-right: 0;
}
.n-medicinal .list2 .ulbox .text {
  padding: .9rem .7rem;
}
.n-medicinal .list2 .ulbox .tit2 {
  color: #444;
  padding-bottom: .7rem;
  border-bottom: 1px solid #e6e5e6;
  margin-bottom: .65rem;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-medicinal .list2 .ulbox .tit3 {
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: #666;
}
.n-medicinal .list2 .ulbox .more {
  color: #444;
  position: relative;
  padding-right: 22px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-medicinal .list2 .ulbox .more:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #444;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-medicinal .list2 .ulbox .li:hover .tit2 {
  color: #004ea2;
}
.n-medicinal .list2 .ulbox .li:hover .more {
  color: #004ea2;
}
.n-medicinal .list2 .ulbox .li:hover .more:before {
  border-left: 6px solid #004ea2;
}
.n-medicinal .list3 {
  padding: 2rem 0 2.5rem;
}
.n-medicinal .infobox {
  margin-top: 1.25rem;
  flex-flow: row-reverse wrap;
}
.n-medicinal .infobox .leftnav {
  width: 320px;
  display:none;
  padding-left: 1.25rem;
  padding-right: .25rem;
}
.n-medicinal .infobox .leftnav.fix{
  position:fixed;
  left:calc(50vw - 725px);
  top:20px;
}
.n-medicinal .infobox .leftnav .li {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-medicinal .infobox .leftnav .li:hover {
  color: #004ea2;
}
.n-medicinal .infobox .contantbox {
  width:100%;
}
.n-medicinal .infobox .contantbox .tit4 {
  line-height: 1.3;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfdedf;
  margin-bottom: .85rem;
  position: relative;
}
.n-medicinal .infobox .contantbox .tit4:before {
  content: "";
  position: absolute;
  width: 38px;
  height: 3px;
  background: #004ea2;
  left: 0;
  bottom: -1.5px;
}
.n-medicinal .infobox .contantbox .p {
  color: #444;
  line-height: 2;
}
.n-medicinal .infobox .contantbox .p img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* .n-medicinal .list1 .tr2 .bg3{
  max-width:70%;
} */

/*.n-medicinal .list1 .tr2 .bg.js-m p {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s .8s ease-in-out;
}

.n-medicinal .list1 .tr2 .bg.js-m {
  width: 0;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.n-medicinal .list1 .tr2 .bg2.js-m {
  width: 0;
  -webkit-transition: all .8s .1s ease-in-out;
  -o-transition: all .8s .1s ease-in-out;
  transition: all .8s .1s ease-in-out;
}

.n-medicinal .list1 .tr2 .bg3.js-m {
  width: 0;
  -webkit-transition: all .8s .2s ease-in-out;
  -o-transition: all .8s .2s ease-in-out;
  transition: all .8s .2s ease-in-out;
}

.n-medicinal .list1 .tr2 .bg.js-m.animate {
  width: 100%;
}

.n-medicinal .list1 .tr2 .bg2.js-m.animate {
  width: 94%;
}

.n-medicinal .list1 .tr2 .bg3.js-m.animate {
  width: 20%;
}
.n-medicinal .list1 .tr2 .bg4.js-m.animate{
  width: 20%;
}
.n-medicinal .list1 .tr2 .bg.js-m.animate p {
  opacity: 1;
  filter: alpha(opacity=100);
}*/

.tran-bottom.js-m {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 50px);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.tran-bottom.js-m.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.n-medicinal .list1 .tr2 .bg img{
  max-width:90%;
}


/*@media (max-width: 1560px) {
  .n-medicinal .list1 .tr2 .bg img {
    width: calc(100vw * 0.92 * 0.58);
  }

  .n-medicinal .list1 .tr2 .bg2 img {
    width: calc(100vw * 0.92 * 0.45);
  }

  .n-medicinal .list1 .tr2 .bg3 img {
    width: calc(100vw * 0.92 * 0.1);
  }
  .n-medicinal .list1 .tr2 .bg4 img {
    width: calc(100vw * 0.92 * 0.1);
  }
}*/
@media (max-width: 1500px) {
  .n-medicinal .infobox .leftnav.fix{
    left:4%;
    top:20px;
  }
}
/*@media (max-width: 960px) {
  .n-medicinal .list1 .tr2 .bg img {
    width: calc(840px * 0.92 * 0.65);
  }

  .n-medicinal .list1 .tr2 .bg2 img {
    width: calc(840px * 0.92 * 0.45);
  }

  .n-medicinal .list1 .tr2 .bg3 img {
    width: calc(840px * 0.92 * 0.1);
  }
  .n-medicinal .list1 .tr2 .bg4 img {
     width: calc(840px * 0.92 * 0.1);
  }
}*/
@media (max-width: 767px) {
  .n-medicinal .list1 {
    padding: 1rem 0 1.25rem;
  }

  .n-medicinal .list1 .tr1 {
    height: 55px;
    line-height: 55px;
  }

  .n-medicinal .list1 .tr2 .td2, .n-medicinal .list1 .tr2 td {
    padding: .25rem 0;
  }

  .n-medicinal .list1 .tr2 .td1 {
    line-height: 1.5;
    padding: .25rem .15rem;
  }

  /*.n-medicinal .list1 .tr2 .bg {
    width: 80%;
  }

  .n-medicinal .list1 .tr2 .bg2 {
    width:70%;
  }

  .n-medicinal .list1 .tr2 .bg3 {
    width: 16%;
  }*/

  .n-medicinal .list1 .tr2 .bg {
    height: 60px;
  }

  .n-medicinal .list2 .title {
    font-size: .65rem;
  }

  .n-medicinal .list2 .ulbox {
    margin-top: .65rem;
  }

  .n-medicinal .list2 .ulbox .li {
    width: 100%;
    margin-right: 0;
  }

  .n-medicinal .list2 .ulbox .text {
    padding: .5rem .35rem;
  }

  .n-medicinal .list2 .ulbox .tit2 {
    padding-bottom: .3rem;
    margin-bottom: .25rem;
  }

  .n-medicinal .list2 .ulbox .tit3 {
    margin-bottom: .65rem;
    line-height: 1.8;
  }

  .n-medicinal .list3 {
    padding: 1rem 0;
  }

  .n-medicinal .list2 .title img {
    width: .45rem;
    height: .45rem;
    margin-right: .3rem;
  }

  .n-medicinal .infobox {
    margin-top: .4rem;
  }

  .n-medicinal .infobox .leftnav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top:20px;
  }

  .n-medicinal .infobox .leftnav .li {
    margin-bottom: .2rem;
  }

  .n-medicinal .infobox .contantbox {
    width: 100%;
  }

  .n-medicinal .infobox .contantbox .tit4 {
    padding-bottom: .5rem;
    margin-bottom: .65rem;
  }
  .n-medicinal .infobox .leftnav.fix{
    position:relative;
    width:100%;
    left:0;
    top:0;
  }

  .n-medicinal .list1 .tr2 .bg img{
    max-height:60px;
  }
  .n-medicinal .list1 .tr2 .bg p{
    padding-left: 0.3rem;
  }
}
.n-news .list3 {
  padding-bottom: 2.5rem;
}
.n-news .list3 .ulbox {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dfdedf;
  position: relative;
}
.n-news .list3 .ulbox:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  background: #004ea2;
  height: 3px;
  width: 37px;
}
.n-news .list3 .ulbox .li{
  width:32%;
  margin-right:2%;
  margin-bottom:4%;
}
.n-news .list3 .ulbox .li:nth-child(3n){
  margin-right:0;
}
.n-news .list3 .ulbox .li .img {
  border-radius: 8px;
  overflow: hidden;
}
.n-news .list3 .ulbox .li .img img {
  width: 100%;
}
.n-news .list3 .ulbox .li .text {
  margin-top: .75rem;
}
.n-news .list3 .ulbox .li .tit2 {
  color: #444;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-news .list3 .ulbox .li .tit3 {
  color: #666;
  line-height: 1.5;
}
.n-news .list3 .ulbox .li:hover .tit2 {
  color: #004ea2;
}
.n-news .list1 {
  padding: 2rem 0 0;
  position: relative;
  z-index: 3;
}
.n-news .list1 .news-search .searchbox {
  width: 280px;
  position: relative;
  margin: 0 5px;
}
.n-news .list1 .news-search .input1 {
  width: 280px;
  padding: 20px 0px 20px 20px;
  height: 65px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #999;
  background: transparent;
  padding-right: 60px;
}
.n-news .list1 .news-search .input2 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
  border: none;
  background: url(../img/img6.png) no-repeat center center;
}
.n-news .list1 .news-search .select-box {
  width: 280px;
  height: 65px;
  line-height: 25px;
  border-radius: 4px;
  background: #004ea2;
  color: #fff;
  margin: 0 5px;
  position: relative;
}
.n-news .list1 .news-search .select-box .sp {
  padding: 20px;
  cursor: pointer;
}
.n-news .list1 .news-search .select-box span {
  display: inline-block;
}
.n-news .list1 .news-search .select-box svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.n-news .list1 .news-search .select-box .spbox {
  position: absolute;
  width: 100%;
  top: 65px;
  left: 0;
  background: #f2f2f2;
  color: #666;
  padding: 10px 20px;
  display: none;
}
.n-news .list1 .news-search .select-box .spbox .li {
  height: 45px;
  line-height: 45px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-news .list1 .news-search .select-box .spbox .li:hover {
  color: #004ea2;
}
.n-news .title {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.n-news .title img {
  width: .9rem;
  height: .9rem;
  margin-right: .5rem;
}
.n-news .list2 {
  padding: 0rem 0 1rem;
}
.n-news .list2 .ulbox {
  margin-top: 1.5rem;
}
.n-news .list2 .li {
  display: block;
  position: relative;
  height: 200px;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 5px;
  overflow: hidden;
  background: #f6fafe;
}
.n-news .list2 .li:hover .bg {
  opacity: 1;
}
.n-news .list2 .li:hover .time {
  border-right: 1px solid rgba(212, 222, 234, 0.2);
}
.n-news .list2 .li:hover .time .tit3 {
  color: #fff;
}
.n-news .list2 .li:hover .time .tit3:before {
  background: rgba(212, 222, 234, 0.2);
}
.n-news .list2 .li:hover .time .tit4 {
  color: #fff;
}
.n-news .list2 .li:hover .tit5 {
  color: #fff;
}
.n-news .list2 .li:hover .tit6 {
  color: #fff;
}
.n-news .list2 .li:nth-child(2n) {
  margin-right: 0;
}
.n-news .list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-news .list2 .time {
  width: 120px;
  font-family: "DIN";
  border-right: 1px solid #d4deea;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-news .list2 .time .tit3 {
  color: #004ea2;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-news .list2 .time .tit3:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1px;
  background: #d4deea;
  background: rgba(212, 222, 234, 0.2);
  bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-news .list2 .time .tit4 {
  color: #004ea2;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-news .list2 .tit5 {
  color: #444;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-news .list2 .tit6 {
  color: #888;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-news .list2 .textbox {
  position: relative;
  height: 200px;
  z-index: 2;
}
.n-news .list2 .n-text {
  width: calc(100% - 160px);
  margin-left: .75rem;
  padding-right: 1rem;
}
.n-news .list2 .n-text .tit5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-news .list2 .n-text .tit6 {
  margin-top: .5rem;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
}
.n-news .list3 .ulbox .swiper-wrapper{
  align-items: stretch;
}
@media (max-width: 767px) {
  .n-news .list3 {
    padding-bottom: 1rem;
  }
  .n-news .list3 .ulbox .li{
    width:48%;
    margin-right:4%;
  }
  .n-news .list3 .ulbox .li:nth-child(3n){
    margin-right:4%;
  }
  .n-news .list3 .ulbox .li:nth-child(2n){
    margin-right:0;
    margin-bottom:4%;
  }
}
@media (max-width: 425px) {
  .n-news .list3 .ulbox .li{
    width:100%;
    margin-right:0%;
    margin-bottom:30px;
  }
  .n-news .list3 .ulbox .li .tit2{
    margin-bottom:.2rem;
  }
  .n-news .list3 .ulbox .li .text{
    margin-top:.35rem;
  }
  .n-news .list3 .ulbox{
    padding-bottom:20px;
  }
}
.n-join {
  padding: 2.5rem 0 1.5rem;
  position: relative;
}
.n-join .title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}
.n-join .title img {
  width: .9rem;
  height: .9rem;
  margin-right: .5rem;
}
.n-join .wtitle {
  margin-bottom: 1.35rem;
}
.n-join .wtitle span {
  padding-left: 1.4rem;
  margin-top: .35rem;
  color: #000;
}
.n-join .img {
  width: 100%;
  margin-bottom: 1.75rem;
  border-radius: 5px;
  overflow: hidden;
}
.n-join .img img {
  width: 100%;
}
.n-join .bg {
  position: absolute;
  width: 867px;
  /*width:45%;*/
  right: calc(50vw - 960px);
  top: -120px;
  z-index: 1;
}
.n-join .searchbox {
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}
.n-join .searchbox .input {
  width: 29.5%;
  margin-right: 1.95%;
  position: relative;
}
.n-join .searchbox .input input {
  width: 100%;
  height: 80px;
  padding: 25px 0;
  background: transparent;
  line-height: 30px;
  border: none;
  border-bottom: 2px solid #f3f3f3;
  padding-left: 95px;
}
.n-join .searchbox .input .sp {
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 1;
}
.n-join .searchbox .input .sp svg {
  width: 12px;
  line-height: 1;
  margin-left: 5px;
}
.n-join .searchbox .input2 {
  width: 6.5%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #004de4 url(../img/img9.png) no-repeat center center;
  border: none;
  margin-top: 30px;
}
.n-join .joinlist {
  position: relative;
  z-index: 2;
  border: 1px solid #eaeaea;
}
.n-join .joinlist .top-title {
  width: 100%;
  border: 1px solid #eaeaea;
}
.n-join .joinlist .top-title .th {
  padding: 25px 0;
  line-height: 30px;
  padding-left: 1.5rem;
  color: #0d0d0d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-join .joinlist .top-title .th:nth-child(1) {
  width: 24%;
}
.n-join .joinlist .top-title .th:nth-child(2) {
  width: 24%;
}
.n-join .joinlist .top-title .th:nth-child(3) {
  width: 18%;
}
.n-join .joinlist .top-title .th:nth-child(4) {
  width: 18%;
}
.n-join .joinlist .top-title .th:nth-child(5) {
  width: 16%;
}
.n-join .joinlist .li-item {
  width: 100%;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.n-join .joinlist .li-item .th {
  padding: 25px 0;
  line-height: 30px;
  padding-left: 1.5rem;
  color: #0d0d0d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-join .joinlist .li-item .th:nth-child(1) {
  width: 24%;
}
.n-join .joinlist .li-item .th:nth-child(2) {
  width: 24%;
}
.n-join .joinlist .li-item .th:nth-child(3) {
  width: 18%;
}
.n-join .joinlist .li-item .th:nth-child(4) {
  width: 18%;
}
.n-join .joinlist .li-item .th:nth-child(5) {
  width: 16%;
}
.n-join .joinlist .li-item .text {
  border-top: 2px solid #e9e9e9;
  position: relative;
  padding: 1.2rem 1.5rem 1.75rem;
  display: none;
}
.n-join .joinlist .li-item .tit3 {
  margin-bottom: .7rem;
}
.n-join .joinlist .li-item .p {
  color: #0f0f0f;
  line-height: 2;
  width: calc(100% - 300px);
}
.n-join .joinlist .li-item .mail {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  overflow: hidden;
  background: #004de4;
  color: #fff;
}
.n-join .joinlist .li-item .mail svg {
  width: 15px;
  height: 50px;
  line-height: 50px;
  fill: #fff;
}

@media (max-width: 767px) {
  .n-join {
    padding: 1rem 0;
  }

  .n-join .title {
    font-size: .65rem;
  }

  .n-join .title img {
    width: .45rem;
    height: .45rem;
    margin-right: .25rem;
  }

  .n-join .wtitle span {
    padding-left: .7rem;
  }

  .n-join .wtitle {
    margin-bottom: .5rem;
  }

  .n-join .img {
    margin-bottom: .5rem;
  }

  .n-join .searchbox {
    flex-flow: row wrap;
  }

  .n-join .searchbox .input {
    width: 46%;
    margin-right: 8%;
  }

  .n-join .searchbox .input .sp {
    top: 18px;
  }

  .n-join .searchbox .input:nth-child(2n) {
    margin-right: 0;
  }

  .n-join .searchbox .input2 {
    width: 46%;
    margin-top: 15px;
  }

  .n-join .searchbox .input input {
    height: 65px;
    padding: 15px 0 15px 80px;
  }

  .n-join .joinlist .top-title .th {
    padding: .2rem 0;
  }

  .n-join .joinlist .top-title .th:nth-child(2), .n-join .joinlist .top-title .th:nth-child(3){
    display: none;
  }
  /*, .n-join .joinlist .top-title .th:nth-child(4), .n-join .joinlist .top-title .th:nth-child(5) */

  .n-join .joinlist .top-title .th:nth-child(1) {
    width:40%;
    padding-left: .25rem;
  }

  .n-join .joinlist .top-title .th:nth-child(4),.n-join .joinlist .top-title .th:nth-child(5){
    width:30%;
  }

  .n-join .joinlist .li-item .th {
    padding: .2rem 0;
  }

  .n-join .joinlist .li-item .th:nth-child(2), .n-join .joinlist .li-item .th:nth-child(3){
    display: none;
  }

  .n-join .joinlist .li-item .th:nth-child(1) {
    width: 40%;
    padding-left: .25rem;
  }
  .n-join .joinlist .li-item .th:nth-child(4),.n-join .joinlist .li-item .th:nth-child(5){
    width:30%;
    padding:0 5px;
  }

  .n-join .joinlist .li-item .text {
    width: 100%;
    padding: .5rem 4% .65rem;
  }

  .n-join .joinlist .li-item .p {
    width: 100%;
  }

  .n-join .joinlist .li-item .mail {
    position: relative;
    left: 0;
    top: 0;
    margin-top: .55rem;
    width: 3rem;
    height: .75rem;
    line-height: .75rem;
  }

  .n-join .joinlist .li-item .mail svg {
    height: .75rem;
    line-height: .75rem;
  }

  .n-join .joinlist .li-item .tit3 {
    margin-bottom: .3rem;
  }

  .n-join .searchbox {
    margin-bottom: .7rem;
  }

  .n-join .bg {
    width: 55%;
    right: calc(50vw - 58%);
    top: 40px;
  }
  .n-medicinal .infobox .leftnav .li{
    color:#004ea1;
  }
}
.n-contant #allmap {
  width: 100%;
  height: 20.5rem;
}
.n-contant .box {
  position: absolute;
  left: 12%;
  top: 3rem;
  padding: 1rem 1.5rem;
  background: #fff;
  z-index: 2;
}
.n-contant .li {
  width: 10rem;
  padding-left: 35px;
  background: url(../img/img11.png) no-repeat left top;
}
.n-contant .tit2 {
  color: #1a1a1a;
  margin-bottom: .5rem;
}
.n-contant .tit3 {
  color: #808080;
  margin-bottom: 10px;
}
.n-contant .tit3 .con {
  width: calc(100% - 50px);
}

@media (max-width: 767px) {
  .n-contant .box {
    left: 0;
    top: 0;
    padding: .4rem 4%;
    width: 100%;
    position: relative;
  }

  .n-contant .tit2 {
    margin-bottom: .25rem;
  }

  .n-contant .tit3 {
    margin-bottom: 5px;
  }

  .n-contant .li {
    width: 100%;
  }

  .n-contant #allmap {
    height: 6rem;
  }

  .n-news .title {
    font-size: .65rem;
    margin-top: .35rem;
    margin-bottom: .35rem;
  }

  .n-news .title img {
    width: .45rem;
    height: .45rem;
    margin-right: .2rem;
  }

  .n-news .list2 .ulbox {
    margin-top: 0;
  }

  .n-news .list2 .li {
    width: 100%;
    margin-right: 0;
  }

  .n-news .list2 .textbox, .n-news .list2 .li {
    height: 2.5rem;
  }

  .n-news .list2 .time {
    width: 90px;
  }

  .n-news .list2 .n-text {
    width: calc(100% - 110px);
  }

  .n-news .list2 .n-text .tit6 {
    margin-top: .25rem;
  }

  .n-news .list1 .news-search .searchbox {
    width: 100%;
    margin-bottom: .25rem;
  }

  .n-news .list1 .news-search .input1 {
    width: 100%;
  }

  .n-news .list1 {
    padding: 1rem 0 0;
  }

  .n-news .list1 .news-search .input1 {
    padding: .1rem 0px .1rem .1rem;
    height: 1rem;
  }

  .n-news .list1 .news-search .select-box {
    width: 100%;
  }

  .n-news .list1 .news-search .select-box {
    height: 1rem;
  }

  .n-news .list1 .news-search .select-box .sp {
    padding: .28rem;
  }

  .n-news .list1 .news-search .select-box .spbox {
    top: 1rem;
  }
}
.n-teams {
  padding: 2.5rem 0;
}
.n-teams .ulbox {
  /*padding: 0 2.5rem 1.2rem;*/
  /*margin-bottom: 20px;*/
}
.n-teams .ulbox .li {
  width:33.3%;
  /*margin-right: 4%;*/
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/*.n-teams .ulbox .li:nth-child(4n) {
  margin-right: 0;
}*/
.n-teams .ulbox .img {
  width: 100%;
  margin-bottom: .5rem;
  position:relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow:hidden;
}
.n-teams .ulbox .img img {
  width: 100%;
}
.n-teams .ulbox .name {
  position:absolute;
  left:0;
  width:100%;
  bottom:0;
  padding:15px 20px;
  opacity:0;
  filter: alpha(opacity=0);
  transform:translate(0,100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.n-teams .ulbox .namebg{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  bottom:0;
  background:rgba(0,0,0,.3);
  z-index:1;
}
.n-teams .ulbox .tit2 {
  line-height: 1;
  margin-bottom:10px;
  font-weight: bold;
  position:relative;
  color:#fff;
  z-index:2;
}
.n-teams .ulbox .name .tit-14{
  position:relative;
  color:#fff;
  opacity:.6;
  filter: alpha(opacity=60);
  z-index:2;
}
.n-teams .ulbox .tit3 {
  line-height: 1.5;
}
.n-teams .ulbox .name .tit4{
  font-weight: bold;
}
.n-teams .ulbox .p {
  line-height: 1.8;
}
.n-teams .ulbox .text {
  display: none;
}
.n-teams .ulbox .bg {
  position: absolute;
  width: 100vw;
  height: calc(100% - 6rem);
  background: #f8f8f8;
  top: 6rem;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.n-teams .ulbox .bg.cur {
  opacity: 1;
  filter: alpha(opacity=100);
}
.n-teams .ulbox .li:hover .img,.n-teams .ulbox .li.cur .img{
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
}
.n-teams .ulbox .li:hover .name,.n-teams .ulbox .li.cur .name{
  opacity:1;
  filter: alpha(opacity=100);
  transform:translate(0,0);
}

@media (max-width: 1024px) {
  .n-teams .ulbox {
    padding: 0 4%;
    margin-bottom: .25rem;
  }

  .n-teams .ulbox .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-teams {
    padding: 1rem 0;
  }

  .n-teams .ulbox .bg {
    height: calc(100% - 6rem);
  }
  .n-teams .ulbox .name{
    padding:10px 10px 5px;
  }
  .n-teams .ulbox .tit2{
    margin-bottom:5px;
  }
}
@media (max-width: 767px) {
  .n-teams {
    padding-bottom: .5rem;
  }

  .n-teams .ulbox .li {
    width: 100%;
    margin-right: 0;
  }

  .n-teams .ulbox .img {
    margin-bottom: .25rem;
  }

  .n-teams .ulbox .li {
    margin-bottom: .25rem;
  }
}
.n-news-info .list1 {
  background: #f9f9f9;
  background: #fff;
  padding: 2.5rem 0 2rem;
}

.n-news-info .list1 .news-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
  text-align: left;
}

.n-news-info .list1 .news-tit {
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
  width: 100%;
  text-align:center;
}
.n-news-info .list1 .time{
  text-align:center;
}

.n-news-info .list1 .time {
  color: #999;
}

.n-news-info .list1 .news-text {
  padding: 1.5rem 0 2rem;
  min-height: 10rem;
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
}

.n-news-info .list1 .news-text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.n-news-info .list1 .news-nav {
  padding-top: 45px;
}

.n-news-info .list1 .news-nav .nav-l {
  width: calc(100% - 200px);
}

.n-news-info .list1 .news-nav .nav-l span {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: block;
}

.n-news-info .list1 .news-nav .nav-l span a {
  color: #666;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  transition: all .5s ease;
}

.n-news-info .list1 .news-nav .nav-l span a:hover {
  color: #0067b1;
}

.n-news-info .news-back {
  width: 180px;
}

.n-news-info .back-btn {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 45px;
  line-height: 45px;
  display: block;
  font-weight: bold;
  text-align: left;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  box-sizing: content-box;
  transition: all .5s ease;
}

.n-news-info .back-btn span {
  position: relative;
  display: inline-block;
  transition: padding-right .3s;
}

.n-news-info .back-btn span:before {
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: right .3s;
}

.n-news-info .back-btn:hover {
  color: #fff;
  background: #0067b1;
  border: 1px solid #0067b1;
}

.n-news-info .back-btn:hover span {
  padding-right: 10px;
}

.n-news-info .back-btn:hover span:before {
  right: -5px;
}

@media (min-width: 1024px) {
  .indexbanner .theme-btn, .i-list1 .more, .n-medicinal .list2 .ulbox .li .img img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .n-medicinal .list2 .ulbox .li .img img {
    overflow: hidden;
  }

  .indexbanner .theme-btn:hover {
    background: #0165d4;
    border: 1px solid #0165d4;
    color: #fff;
  }

  .i-list1 .more:hover {
    color: #fff;
    background: #0165d4;
    padding: 5px 20px;
  }

  .n-medicinal .list2 .ulbox .li:hover .img img {
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .n-news-info .list1 .news-nav .nav-l {
    width: calc(100% - 120px);
    display: block;
  }

  .n-news-info {
    display: block;
    float: none;
  }

  .n-news-info .list1 .news-top {
    padding-bottom: .35rem;
  }

  .n-news-info .list1 .news-text {
    padding: 1rem 0 2rem;
  }

  .n-news-info .list1 {
    padding: 1rem 0;
  }

  .n-news-info .list1 .news-top .news-tit {
    width: 100%;
  }

  .n-news-info .list1 .news-text {
    padding: .5rem 0 1rem;
    line-height: 2;
    min-height: auto;
  }

  .n-news-info .list1 .news-nav {
    padding-top: .45rem;
  }

  .n-news-info .list1 .news-nav .news-back {
    width: 100px;
  }

  .n-news-info .back-btn {
    height: 40px;
    line-height: 40px;
  }
}
.c-mask-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #262626;
  display: none;
}

.search-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.75);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-alert input::-webkit-input-placeholder {
  color: #fff !important;
}
.search-alert input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
}
.search-alert input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
}
.search-alert input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}
.search-alert .cent-form {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all .5s;
}

.search-alert .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 4%;
  cursor: pointer;
  fill: #fff;
  transition: all .3s ease-in-out;
}

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

.search-alert .cent-form:before {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 16px;
  height: .65rem;
  line-height: .65rem;
  text-align: center;
  width: 100%;
  color: #f3b907;
  background: none;
  padding-left: .2rem;
  padding-right: 1rem;
  text-align: left;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: .65rem;
  font-size: .8rem;
  line-height: .65rem;
  color: #fff;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  text-align: center;
}

.search-alert {
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: transform .3s .5s;
}

.search-alert.active {
  transform-origin: top center;
  transform: scaleY(1);
  transition: transform .3s;
}
.search-alert.active .cent-form {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .5s .3s;
}

.search-alert .cent-form .sub-butn {
  background: url(../img/search.png) no-repeat center center;
  background-size: 30px auto;
}






.n-teams {
  padding: 2.5rem 0;
}
.n-teams .ulbox2 {
  padding: 0 2rem 1.2rem;
  margin-bottom: 20px;
  overflow:hidden;
}
.n-teams .ulbox2 .li {
  width:19vw;
  margin-right:2.5%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.n-teams .ulbox2 .li.cur{
  width:48vw;
}
.n-teams .ulbox2 .li.cur .textbox{
  opacity:1;
  filter: alpha(opacity=100);
  transform:translate(0,0);
}
.n-teams .ulbox2 .li.cur .text{
  display:none;
}

.n-teams .ulbox2 .li:nth-child(3n) {
  margin-right: 0;
}
.n-teams .ulbox2 .img {
  width:19vw;
  margin-bottom: .5rem;
}
.n-teams .ulbox2 .img img {
  width: 100%;
}
.n-teams .ulbox2 .name {
  margin-bottom: .5rem;
}
.n-teams .ulbox2 .tit2 {
  line-height: 1;
  margin-bottom:10px;
  font-weight: bold;
}
.n-teams .ulbox2 .tit3 {
  line-height: 1.5;
}
.n-teams .ulbox2 .name .tit4{
  font-weight: bold;
}
.n-teams .ulbox2 .p {
  line-height: 1.8;
}
.n-teams .ulbox2 .li .text .p{
  display:none;
}
.n-teams .ulbox2 .textbox{
  background:url(../img/img20.jpg) no-repeat center center;
  background-size:cover;
  position: absolute;
  left: 19vw;
  width: 29vw;
  padding: 50px 1.5rem;
  top: 0;
  opacity:0;
  filter: alpha(opacity=0);
  box-sizing: border-box;
  transform:translate(-30px,0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.n-teams .ulbox2 .textbox .tit2,.n-teams .ulbox2 .textbox .tit3,.n-teams .ulbox2 .textbox .tit4,.n-teams .ulbox2 .textbox .p{
  color:#fff;
}
.n-teams .ulbox2 .textbox .mCSB_scrollTools .mCSB_draggerRail{
  background-color: rgba(255,255,255,.4);
}
.warp-subbox .subbox{
  overflow: hidden;
}
.warp-subbox .subbox .swiper-wrapper{
  justify-content:center;
}
.warp-subbox .subbox a{
  color:#333;
  text-align:center;
  width:auto;
}
@media (max-width: 1280px) {
  .n-teams .ulbox2 .li.cur{
    width:47vw;
  }
  .n-teams .ulbox2 .textbox{
    width:28vw;
  }

}
@media (max-width: 1024px) {
  .n-teams .ulbox2 .textbox{
    display:none;
  }
  .n-teams .ulbox2 .li{
    width:31.5%;
    margin-bottom:3%;
  }
  .n-teams .ulbox2 .img{
    width:100%;
  }
  .n-teams .ulbox2 .li .text .p{
    display:block;
  }
}

@media (max-width: 1024px) {
  .n-teams .ulbox2 {
    padding: 0 4%;
  }

  .n-teams .ulbox2 .li:nth-child(3n) {
    margin-right: 0;
  }

  .n-teams {
    padding: 1rem 0;
  }
  .indexbanner .index-video{
    display:none;
  }
}
@media (max-width: 767px) {
  .warp-subbox .subbox .swiper-wrapper{
    justify-content:flex-start;
  }
  .n-teams {
    padding-bottom: .5rem;
  }

  .n-teams .ulbox2 .li {
    width: 100%;
    margin-right: 0;
  }

  .n-teams .ulbox2 .img {
    margin-bottom: .25rem;
  }

  .n-teams .ulbox2 .li {
    margin-bottom: .25rem;
  }
}

/*网站单位设置*/
@media (max-width: 767px) {
  html {
    font-size: 50px !important;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.BMapLib_SearchInfoWindow tr {
  white-space: nowrap;
}
.BMapLib_SearchInfoWindow .BMapLib_sendToPhone {
  display: none;
}

.indexbanner .ifull-video {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.indexbanner .ban-video {
  position: absolute;
  left: 50%;
  top: -20%;
  height: 140%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.n-search{
  padding-top:calc(100px + 2.5rem);
  padding-bottom:2.5rem;
  min-height:900px;
}
.n-search .centent{

}
.n-search .centent .left-nav{
  width:200px;
  border:1px solid #e6e6e6;
}
.n-search .centent .left-nav a{
  display:block;
  height:45px;
  line-height:45px;
  text-align:center;
  font-size:16px;
  border-bottom:1px solid #e6e6e6;
  color:#333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.n-search .centent .left-nav a:hover,.n-search .centent .left-nav a.cur{
  background:#0165d4;
  color:#fff;
}
.n-search .centent .left-nav a:last-child{
  border-bottom:none;
}
.n-search .centent .num{
  font-size:18px;
  color:#999;
  padding-bottom:10px;
  border-bottom:1px solid #e6e6e6;
}
.n-search .centent .right-box{
  width:calc(100% - 300px);
}
.n-search .centent .item{
  padding:15px 0;
  display:block;
  border-bottom: 1px solid #e6e6e6;
}
.n-search .centent .item .tit{
  font-size:24px;
  line-height:1.8;
  margin-bottom:5px;
  color:#333;
  font-weight:bold;
}
.n-search .centent .item .pub-con{
  font-size:14px;
  line-height:1.6;
  color:#666;
}

@media (max-width:960px) {
  .n-search .centent .left-nav{
    width:100%;
    margin-bottom:30px;
    display:flex;
  }
  .n-search .centent .left-nav a{
    width:50%;
  }
  .n-search .centent .right-box{
    width:100%;
  }
  .n-search{
    padding-top: calc(50px + 1rem);
    padding-bottom:1rem;
    min-height: 400px;
  }
  .n-search .centent .item .tit{
    font-size:18px;
  }
  .n-search .centent .num{
    font-size:16px;
  }
  .n-search .centent .item .pub-con{
    font-size:12px;
    line-height:2;
  }
}


.n-join .ulbox{
  width:100%;
  margin:0 auto 35px;
}
.n-join .ulbox .li{
  width:32%;
  margin-right:2%;
  margin-bottom:2%;
}
.n-join .ulbox .li img{
  width:100%;
}
.n-join .ulbox .li:nth-child(3n){
  margin-right:0;
}
@media (max-width:425px) {
  .n-join .ulbox{
    margin-bottom:0;
  }
  .n-join .ulbox .li{
    width:100%;
    margin-right:0;
    margin-bottom:15px;
  }
}
/*# sourceMappingURL=style.css.map */

.openbox{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:9;
  background:rgba(0, 0, 0, .5);
}
.openbox .imgbox{
  height:100vh;
}
.openbox .imgbox img{
  max-height:100%;
}
.openbox .imgbox .colse{
  position: absolute;
  right:20px;
  top:0px;
  color:#000;
  z-index:2;
  font-size:20px;
  line-height:40px;
  cursor:pointer;
}




.present{
  margin: 2rem 0 ;
}
.present .item-content{
  width: 100%;
  padding-bottom: 20px;
}
.present .item-content h2{
  margin-top: 0;
  margin-bottom: 40px;
}
.present .item-content .list{
  border-top: 1px solid #27BFB3;
  margin-top: 30px;
}
.present .item-content .list li{
  border-bottom: 1px solid #27BFB3;
    padding: .5rem  0;
    display: flex;
    align-items: center;
}
.present .item-content .list li a{
  display: flex;
  align-items: center;
  font-size: .5rem;

  color: #03C0B3;
  width: fit-content;
  cursor: pointer;
}
.present .item-content .list li img{
  margin-right: 12px;
    margin-bottom: 3px;
}
.model-public-content img{
  max-width: 100%;
}
.present .item-content h2{
  color: #004986;
  font-size:.7rem;
  font-weight: bold;
  margin: 20px 0;
}
@media (max-width:767px) {
  .present{
    margin: 1rem 0;
  }
  .present .item-content h2{
    font-size: .65rem;
    line-height: 1.2;
    margin: 0 auto;
  }
  .present .item-content .list li a{
    font-size: .45rem;
  }
  .present .item-content .list li{
    padding: .25rem 0;
  }

}

.wxhover .wximg{
  position: absolute;
  width:130px;
  height:130px;
  left:50%;
  margin-left:-65px;
  bottom:40px;
  z-index:3;
  opacity:0;
  visibility:hidden;
  transition: all .6s;
  padding:10px;
  background:#fff;
}
.wxhover .wximg img{
  width:100%;
}
.wxhover:hover .wximg{
  opacity:1;
  visibility:visible;
}
