@charset "UTF-8";
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
/*html{
   -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.pc-bocweb-header3 .nav .nav-item:before {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

.simple-form-basic, .simple-text, .simple-textarea, .simple-select, .n-news .frombox .input, .cooperation-list3 .input-li .input1, .service-list1 .contentbox .input, .inquiry-list1 .formbox .input, .consumption-list1 .input1, .partner-list2 .input1 {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.simple-form-basic:focus, .simple-text:focus, .simple-textarea:focus, .simple-select:focus, .n-news .frombox .input:focus, .cooperation-list3 .input-li .input1:focus, .service-list1 .contentbox .input:focus, .inquiry-list1 .formbox .input:focus, .consumption-list1 .input1:focus, .partner-list2 .input1:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}
.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0;
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}
/*正文字号*/
.conbox-14 {
  font-size: 14px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-s-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-c-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display:block;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1500 {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .w1200 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  /* display: inline-block; */
}

.page a {
  text-decoration: none;
  color: #d2d2d2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  margin: 0 2px;
  background: transparent;
  border: 1px solid #efefef;
  display: inline-block;
  /* float: left; */
  box-sizing: content-box;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #da3830;
  border: 1px solid #da3830;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  display: inline-block;
  background: #da3830;
  border: 1px solid #da3830;
  box-sizing: content-box;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #da3830;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page2 a {
  background: #fff;
  color: #333;
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}
.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}
.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}
.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}
.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}
.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}
.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}
.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}
.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}
.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}
.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}
.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}
/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb, .cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
@keyframes line_w100 {
  to {
    left: 100%;
  }
}
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_in {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
@font-face {
  font-family: "DIN";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/DINCondensedBold.eot");
  src: url("fonts/DINCondensedBold.eot?#iefix") format("eot"), url("fonts/DINCondensedBold.svg#DIN") format("svg"), url("fonts/DINCondensedBold.woff") format("woff"), url("fonts/DINCondensedBold.ttf") format("truetype");
  font-display: swap;
}
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo, body.init #pageloader div {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/
.col1 {
  color: #d6000f;
}

.bocweb-header3 {
  width: 100%;
}

.m-bocweb-header3 {
  position: absolute;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.m-bocweb-header3 .header2 {
  background: transparent;
  height: 60px;
  padding: 0 4%;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
}
.m-bocweb-header3 .header2 .logo {
  width: 4.625rem;
  height: 1.4rem;
  display: block;
  position: relative;
  z-index: 12;
}
.m-bocweb-header3 .header2 .logo img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-bocweb-header3 .header2 .logo .img1 {
  opacity: 1;
}
.m-bocweb-header3 .header2 .logo .img2 {
  opacity: 0;
}
.m-bocweb-header3 .header2 .nav .tit {
  display: block;
  width: 100%;
  padding: 16px 5%;
  line-height: 60px;
  position: relative;
}
.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}
.m-bocweb-header3 .header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  right: 6.4%;
  top: 16px;
  background: url(../img/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on:after {
  transform: rotate(-180deg);
}
.m-bocweb-header3 .header2 .nav .sec-list {
  line-height: 40px;
  padding: .55rem 6%;
  background: #e0b15f;
  display: none;
}
.m-bocweb-header3 .header2 .nav .sec-list a {
  color: #fff;
}
.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 24px;
  line-height: 1;
}
.m-bocweb-header3 .header2 .hamburger img {
  margin-left: 10px;
}
.m-bocweb-header3 .header2 .h-right {
  z-index: 12;
}
.m-bocweb-header3 .header2 .h-right svg {
  fill: #fff;
}
.m-bocweb-header3 .header2 .search-btn {
  margin-right: .75rem;
}
.m-bocweb-header3 .header2 .search-btn svg {
  width: 25px;
  height: 25px;
}
.m-bocweb-header3 .header2 .buy-btn {
  margin-right: .75rem;
}
.m-bocweb-header3 .header2 .buy-btn svg {
  width: 25px;
  height: 25px;
}
.m-bocweb-header3 .header2 .languagebtn {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  margin-right: .75rem;
  text-align: center;
}
.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  display: none;
}
.m-bocweb-header3 .header2 .nav {
  font-size: 16px;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 60px);
}
.m-bocweb-header3 .header2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 60px;
  background: #f7f7f7;
}
.m-bocweb-header3 .header2 .nav .li:nth-child(2n) {
  background: #fff;
}
.m-bocweb-header3 .header2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  padding-left: 5%;
  position: relative;
  color: #333;
  transition: all .3s ease;
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.m-bocweb-header3 .header2 .nav .li:hover .warp-btn, .m-bocweb-header3 .header2 .nav .li:hover .warp-btn.cur, .m-bocweb-header3 .header2 .nav .li.cur .warp-btn, .m-bocweb-header3 .header2 .nav .li.cur .warp-btn.cur {
  color: #016cb6;
}
.m-bocweb-header3 .header2 .nav .nav-item {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.m-bocweb-header3 .header2 .nav .nav-item p {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
}
.m-bocweb-header3 .header2 .nav .nav-item a {
  display: block;
  color: #666;
  text-align: center;
  transition: all .3s ease;
}
.m-bocweb-header3 .header2 .nav .nav-item a:hover {
  color: #016cb6;
  font-weight: bold;
}

.m-bocweb-header3.on {
  position: relative;
}

.m-bocweb-header3.indexon {
  position: relative;
}
.m-bocweb-header3.indexon .header2 {
  background: #d6000f;
}

.m-bocweb-header3.active .header2 {
  background: #fff;
}
.m-bocweb-header3.active .header2 .logo .img1 {
  opacity: 0;
}
.m-bocweb-header3.active .header2 .logo .img2 {
  opacity: 1;
}

@media (max-width: 767px) {
  .m-bocweb-header3 .header2 {
    height: 60px;
  }

  .m-bocweb-header3 {
    height: 60px;
  }

  .m-bocweb-header3 .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }

  .m-bocweb-header3 .header2 .hamburger {
    height: 20px;
  }

  .m-bocweb-header3 .hamburger-inner::before {
    top: -8px;
  }

  .m-bocweb-header3 .hamburger-inner::after {
    bottom: -8px;
  }

  .m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
    width: 25px;
    height: 2px;
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
/*pc站样式*/
.pc-bocweb-header3 {
  height: 100px;
  position: absolute;
  z-index: 99;
  width: 100%;
  min-width:1200px;
  left: 0;
  top: 0;
  transition: all .3s ease-in-out;
}
.pc-bocweb-header3 .n-header {
  height: 100px;
  padding: 0 1.25rem;
  position: relative;
  z-index: 9;
}
.pc-bocweb-header3 .logo {
  width: 85px;
  height: 80px;
  position: relative;
  display: block;
}
.pc-bocweb-header3 .logo img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.pc-bocweb-header3 .logo svg{
  fill:#fff;
}
.pc-bocweb-header3 .logo .img1 {
  opacity: 1;
}
.pc-bocweb-header3 .logo .img2 {
  opacity: 0;
}
.pc-bocweb-header3 .nav {
  margin-right: .5rem;
}
.pc-bocweb-header3 .nav .li {
  margin: 0 .7rem;
  height: 64px;
  line-height: 64px;
}
.pc-bocweb-header3 .nav .li .icon {
  width: 12px;
  height: 12px;
  fill: #1E2026;
  margin-left: 8px;
}
.pc-bocweb-header3 .nav .li:hover > a {
  color: #fff;
}
.pc-bocweb-header3 .nav .li:hover > a:before {
  opacity: 1;
  transition: all .3s;
}
.pc-bocweb-header3 .nav .li > a {
  position: relative;
}
.pc-bocweb-header3 .nav .li > a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  left: 50%;
  margin-left: -10px;
  bottom: 15px;
  opacity: 0;
}
.pc-bocweb-header3 .nav .nav-item {
  width: 160px;
  top: 72px;
  background: #fff;
  padding: 24px 18px;
  border-radius: 8px;
  box-shadow: 0px 4px 9px 0px #1F354E33;
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -20px);
  transition: all .4s;
}
.pc-bocweb-header3 .nav .nav-item:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  border-bottom: 10px solid #fff;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
}
.pc-bocweb-header3 .nav .nav-item p {
  line-height: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  text-align: center;
}
.pc-bocweb-header3 .nav .nav-item p a {
  color: #1E2026;
  transform: translate(0, 0);
  display: inline-block;
}
.pc-bocweb-header3 .nav .nav-item p a:hover {
  transform: translate(5px, 0);
  color: #cf0013;
}
.pc-bocweb-header3 .nav .nav-item p:last-child {
  margin-bottom: 0;
}
.pc-bocweb-header3 .nav .li:hover .nav-item {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.pc-bocweb-header3 .buybtn {
  margin-right: .5rem;
}
.pc-bocweb-header3 .buybtn svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.pc-bocweb-header3 .tel {
  margin-left: .7rem;
  margin-right: .7rem;
}
.pc-bocweb-header3 .sreach-btn {
  fill: #fff;
  margin-right: .5rem;
}
.pc-bocweb-header3 .sreach-btn svg {
  width: 25px;
  height: 25px;
}

.pc-bocweb-header3.on {
  position: relative;
}

.pc-bocweb-header3.index {
  top: .5rem;
}

.pc-bocweb-header3.indexon {
  background: transparent;
}
.pc-bocweb-header3.indexon .n-header .logo .img1 {
  opacity: 0;
}
.pc-bocweb-header3.indexon .n-header .logo .img2 {
  opacity: 1;
}
.pc-bocweb-header3.indexon .n-header .logo svg {
  fill: #d6000f;
}

.pc-bocweb-header3 .n-header .buybtn2 .icon{
  display:block;
}
.pc-bocweb-header3 .n-header .buybtn2 .icon2{
  display:none;
}
.pc-bocweb-header3.indexon .n-header .buybtn2 .icon{
  display:none;
}
.pc-bocweb-header3.indexon .n-header .buybtn2 .icon2{
  display:block;
}
.pc-bocweb-header3.indexon .n-header .btnbox .icon, .pc-bocweb-header3.indexon .n-header .buybtn .icon,.pc-bocweb-header3.indexon .n-header .buybtn .icon2, .pc-bocweb-header3.indexon .n-header .sreach-btn .icon {
  fill:#d70010;
}
.pc-bocweb-header3.indexon .n-header .tel{
  color:#d70010;
}
.pc-bocweb-header3.indexon .nav .li > a{
  color:#d70010;
}

.pc-bocweb-header3.indexon .n-header .hamburger .img1 {
  opacity: 0;
}
.pc-bocweb-header3.indexon .n-header .hamburger .img2 {
  opacity: 1;
}



.pc-bocweb-header3.active {
  position: relative;
  background: #d6000f;
}

/*搜索弹框样式2*/
.search-btn2 svg {
  width: 45px;
  height: 45px;
}

.search-alert2 {
  position: fixed;
  z-index: 100;
  background-color: #d60211;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert2 .warp{
  width:1000px;
  margin:0 auto;
  height:100vh;
}
.search-alert2 .tit3{
  margin-bottom:1.5rem;
}
.search-alert2 .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

.search-alert2 .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.search-alert2 .cent-form {
  width: 100%;
  height: 60px;
  line-height:60px;
  padding:0 28px;
  background:#b0000c;
  border-radius:8px;
  position: relative;
  z-index:3;
}
.search-alert2 .downlist{
  width:1020px;
  background:#fff;
  position: absolute;
  left:-10px;
  top:-10px;
  padding:calc(60px + 30px) 10px 1rem;
  border-radius:8px;
}
.search-alert2 .warp-cent-form{
  width:100%;
  position: relative;
  z-index:4;
}
.search-alert2 .downlist{
  min-height:200px;
  display:none;
}
.search-alert2 .ndownlist{
  max-height:160px;
  overflow-y: auto;
}
.search-alert2 .ndownlist a{
  margin-bottom:.25rem;
}
.search-alert2 .ndownlist a:hover{
  color:#b0000c;
}
.search-alert2 .ndownlist a .icon{
  width:16px;
  height:16px;
  margin-right:.2rem;
  fill:#555;
}



.search-alert2 .cent-form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.search-alert2 .cent-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.search-alert2 .cent-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.search-alert2 .cent-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.search-alert2 .cent-form .tex {
  border: none;
  height: 60px;
  line-height: 60px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background:none;
  padding-right: 3.5rem;
}

.search-alert2 .cent-form .sub-butn {
  border: none;
  height: 60px;
  font-size: .8rem;
  line-height: 60px;
  color: #fff;
  text-align: right;
  background:url(../img/ifang.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  width:60px;
  text-align: center;
}

.search-alert2 .close:hover {
  transform: rotate(90deg);
}
.search-alert2 .tab{
  margin-top:.5rem;
  margin-bottom:1.5rem;
  width:100%;
}
.search-alert2 .tip{
  margin-right:.6rem;
  font-weight:bold;
}
.search-alert2 .tip .icon{
  width:20px;
  height:20px;
  margin-right:5px;
}
.search-alert2 .tab a{
  margin-right:.6rem;
  opacity:.5;
  transition: all .3s;
}
.search-alert2 .tab a:hover{
  opacity:1;
  color:#fff;
}
.search-alert2 .tiptext{
  opacity:.5;
}
.search-alert2 .li{
  width:31%;
}
.search-alert2 .li .tit5{
  height:56px;
  line-height:28px;
  overflow: hidden;
  margin-bottom:.3rem;
}
.search-alert2 .li .tit6{
  opacity:.3;
}

.footer4 {
  background: #444444;
}
.footer4 .footer-top {
  padding: 0 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.footer4 .footer-top .leftbox {
  width: 70%;
  padding: 1.25rem 0 1.5rem;
  /*border-right:1px solid rgba(255,255,255,.05);*/
}
.footer4 .footer-top .leftbox .li {
  width: 16.6%;
  padding-right: 2%;
}
.footer4 .footer-top .leftbox .tit2 {
  margin-bottom: .5rem;
}
.footer4 .footer-top .leftbox .tit3 {
  display: block;
  margin-bottom: .25rem;
  opacity: .5;
}
.footer4 .footer-top .leftbox .tit3:hover {
  color: #d6000f;
  opacity: 1;
}
.footer4 .footer-top .leftbox .tit2:hover {
  color: #d6000f;
  opacity: 1;
}
.footer4 .footer-top .rightbox {
  width: 24%;
  padding-top: 1.25rem;
}
.footer4 .footer-top .rightbox .tit2 {
  margin-bottom: .5rem;
}
.footer4 .footer-top .rightbox .tipli {
  margin-bottom: .25rem;
}
.footer4 .footer-top .rightbox .tipli2 {
  margin-top: 1rem;
}
.footer4 .right a {
  margin-left: .5rem;
}
.footer4 .right a:hover {
  color: #d6000f;
}
.footer4 .footer-bot {
  padding: .7rem 2rem;
  color: #808080;
  flex-flow: row-reverse wrap;
}
.footer4 .footer-bot a {
  color: #808080;
}
@media (max-width: 1024px) {
  .footer4 .footer-top .leftbox {
    display: none;
  }
  .footer4 .footer-top .rightbox {
    width: 100%;
    padding-left: 0;
    padding-bottom: 1.5rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
  .footer4 .footer-top .rightbox .tipli {
    text-align: center;
  }
  .footer4 .footer-top .rightbox {
    padding-top: 1.8rem;
  }
  .footer4 .footer-bot {
    padding: .7rem 5%;
  }
  .footer4 .footer-top {
    padding: 0 5%;
  }
}

.footer4.active {
  background: transparent;
}
.footer4.active .footer-top {
  display: none;
}
.footer4.active .footer-bot {
  border-top: 1px solid #dcdcdc;
}

.footer4.active {
  background: transparent;
}
.footer4.active .footer-top {
  display: none;
}
.footer4.active .footer-bot {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  opacity: .7;
}
.footer4.active .footer-bot a {
  color: #fff;
}

.ibanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ibanner .swiper-slide, .ibanner .slide-inner {
  overflow: hidden;
  height: 100vh;
}
.ibanner .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ibanner .text {
  z-index: 3;
  top: 5rem;
}
.ibanner .swiper-pagination {
  text-align: left;
  z-index: 3;
  max-width: 1500px;
  width: 90% !important;
  bottom: 2.25rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.ibanner .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: #fff;
  opacity: .6;
  transition: all .3s;
}
.ibanner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.ibanner .more {
  width: 160px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 45px;
  box-sizing: content-box;
  margin-top: 1rem;
  transition: all .4s;
}
.ibanner .more .icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  fill: #fff;
}
.ibanner .more:hover {
  background: #d6000f;
  border: 2px solid #d6000f;
  color: #fff;
}
.ibanner .more:hover .icon {
  fill: #fff;
}

.i-list1 {
  position: relative;
  z-index: 3;
}
.i-list1 .ulbox {
  margin-top: -1.45rem;
}
.i-list1 .li {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 8px 0px 25px 0px rgba(0, 0, 0, 0.2);
  width: 32%;
  margin-right: 2%;
}
.i-list1 .li:nth-child(3) {
  margin-right: 0;
}
.i-list1 .title {
  height: 1.35rem;
  width: 100%;
  padding: 0 .75rem;
  position: absolute;
  left: 0;
  top: 0;
}
.i-list1 .title .icon {
  width: 20px;
  height: 14px;
  fill: #d6000f;
}
.i-list1 .title .btn {
  width: 28px;
  height: 22px;
  border-radius: 22px;
  border: 2px solid #d6000f;
}
.i-list1 .title:hover {
  color: #d6000f;
}
.i-list1 .img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.i-list1 .img img {
  width: 100%;
}
.i-list1 .nli-warp {
  padding: 0 .75rem;
  background: rgba(255, 255, 255, 0.85);
}
.i-list1 .nli {
  height: 60px;
  border-bottom: 1px solid #bfbfbf;
}
.i-list1 .nli .icon {
  height: .55rem;
  margin-right: .25rem;
}
.i-list1 .nli .icon2 {
  width: 12px;
  height: 12px;
  fill: #838383;
}
.i-list1 .nli:hover {
  color: #d6000f;
}
.i-list1 .nli:last-child {
  border-bottom: none;
}
.i-list1 .contentbox {
  padding: 1.25rem 0 1.75rem;
}
.i-list1 .tit2 {
  margin-bottom: .35rem;
}
.i-list1 .formbox {
  width: 700px;
  margin: 0 auto;
  height: 50px;
  border-radius: 50px;
  background: transparent;
  border: 2px solid #d7000f;
  box-sizing: content-box;
  position: relative;
}
.i-list1 .formbox .input2 {
  width: 140px;
  height: 50px;
  color: #999;
  border: none;
  text-indent: 5px;
  background: transparent;
  transition: all .5s;
}
.i-list1 .formbox .input1 {
  border: none;
  background: url("../img/search.png") no-repeat center center;
  width: 30px;
  height: 30px;
  z-index: 2;
  background-size: 18px auto;
  transition: all .5s;
}
.i-list1 .formbox.active .input2 {
  width: calc(100% - 100px);
}
.i-list1 .tipbox {
  margin-top: .35rem;
}
.i-list1 .tipbox .tip-btn {
  color: #da0b28;
  padding: 3px;
  line-height: 1;
  border-radius: 2px;
  margin-right: .5rem;
}
.i-list1 .tipbox .tip-btn img {
  height: .4rem;
  margin-right: 5px;
}
.i-list1 .tipbox .item {
  color: #666;
  margin-right: .65rem;
}
.i-list1 .tipbox .item:hover {
  color: #da0b28;
}

.i-list2 {
  padding: 0 1.25rem;
}
.i-list2 .contentbox {
  padding: 2.5rem 0 1.7rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-position: center top;
}
.i-list2 .text {
  width: 62%;
}
.i-list2 .ntext {
  background: rgba(255, 255, 255, 0.66);
  padding: .5rem .7rem;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.i-list2 .tit3 {
  color: #fff;
  margin-top: .5rem;
  margin-bottom: .85rem;
  width: 70%;
}
.i-list2 .tit4 {
  margin-bottom: .25rem;
}
.i-list2 .item {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 48px;
  padding: 0 .5rem;
  margin-bottom: .25rem;
  width: 49%;
  transition: all .4s;
}
.i-list2 .item .icon {
  width: 12px;
  height: 12px;
  fill: #d6000f;
}
.i-list2 .item2 {
  border-radius: 8px;
  overflow: hidden;
  color:#d6000f;
  background: #fff;
  height: 48px;
  padding: 0 .5rem;
  width: 49%;
  margin-bottom: .25rem;
  transition: all .4s;
}
.i-list2 .item2 .icon {
  width: 12px;
  height: 12px;
  fill: #d6000f;
}
.i-list2 .item:hover,.i-list2 .item2:hover {
  background: transparent;
  box-shadow:0 0 0 2px #d6000f ;
  color: #fff;
}
.i-list2 .warptabbox {
  background: #fff;
  padding: 1.25rem 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 50px 100px 0 rgba(0, 0, 0, 0.3);
}
.i-list2 .tabbox .li {
  width: 25%;
  padding-right: 3%;
}
.i-list2 .tabbox .tit4 {
  color: #333;
  margin-bottom: .3rem;
}
.i-list2 .tabbox .icon {
  height: 2rem;
  width: 2rem;
  margin-left: .5rem;
}
.i-list2 .tabbox .rightext {
  width: calc(100% - 3rem);
}
@media (max-width:1680px){
  .i-list1 .ulbox{
    margin-top:-1.6rem;
  }
}
@media (max-width:1580px){
  .i-list1 .ulbox{
    margin-top:-1.5rem;
  }
}

.i-list3 {
  background: url(../img/i4img1.png) no-repeat center center;
  background-size: cover;
  background-position: center bottom;
  padding: 3.5rem 0 4rem;
}
.i-list3 .text {
  width: 100%;
}
.i-list3 .leftbox {
  width: 48%;
}
.i-list3 .tab-ul {
  width: 360px;
}
.i-list3 .tit4 {
  color: #5f5f5f;
  margin: .35rem 0 1.25rem;
}
.i-list3 .more {
  width: 155px;
  height: 46px;
  line-height: 42px;
  border-radius: 42px;
  border: 2px solid #d6000f;
  background: transparent;
}
.i-list3 .more .icon {
  width: 13px;
  height: 13px;
  fill: #d6000f;
  margin-left: 5px;
}
.i-list3 .more:hover {
  color: #d6000f;
}
.i-list3 .tab-ul .li {
  width: 100%;
}
.i-list3 .tab-ul p {
  width: 70%;
  width: calc(100% - 180px);
  line-height: 1.4;
}
.i-list3 .tab-ul .tit5 {
  width: 160px;
  font-size: 2.25rem;
  text-align: right;
  line-height: 1.2;
}
.i-list3 .tab-ul .tit5 span {
  font-family: "DIN";
}
.i-list3 .tab-item {
  margin-top: 2.25rem;
  width: 100%;
}
.i-list3 .tab-item .item {
  width: 32%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: .5rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
  transition: all .4s;
}
.i-list3 .tab-item .img {
  width: .85rem;
  height: .85rem;
  margin-bottom: .25rem;
}
.i-list3 .tab-item img {
  max-width: 100%;
}
.i-list3 .tab-item .img1 {
  opacity: 1;
}
.i-list3 .tab-item .img2 {
  opacity: 0;
}
.i-list3 .tab-item .tit5, .i-list3 .tab-item .tit6 {
  transition: all .4s;
}
.i-list3 .tab-item .tit7 {
  position: absolute;
  left: 25px;
  top: .25rem;
  z-index: 1;
  color: #e6e6e6;
  font-family: "DIN";
  text-transform: uppercase;
  opacity: .7;
  background-image: -webkit-linear-gradient(bottom, #e8e8e8, #adadad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.i-list3 .tab-item .itemtext {
  position: relative;
  width: 100%;
  padding: 0 25px;
  height: 140px;
  z-index: 3;
}
.i-list3 .tab-item .item:hover {
  background: #d8222f;
}
.i-list3 .tab-item .item:hover .img .img1 {
  opacity: 0;
}
.i-list3 .tab-item .item:hover .img .img2 {
  opacity: 1;
}
.i-list3 .tab-item .item:hover .tit5 {
  color: #fff;
}
.i-list3 .tab-item .item:hover .tit6 {
  color: #fff;
}

.i-list4 {
  padding: 0 1.25rem 3.5rem;
}
.i-list4 .tit2 {
  margin-bottom: .7rem;
}
.i-list4 .news-container {
  padding-bottom: 1.5rem;
}
.i-list4 .news-container .swiper-pagination {
  width: 60%;
  bottom: 0;
  top: auto;
  left: 50%;
  margin-left: -30%;
  border-radius: 6px;
  height: 6px;
  overflow: hidden;
}
.i-list4 .news-container .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #d6000f;
  border-radius: 6px;
  overflow: hidden;
}
.i-list4 .swiper-slide {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.i-list4 .img {
  overflow: hidden;
  border-radius: 15px;
}
.i-list4 .img img {
  width: 100%;
  height:auto;
}
.i-list4 .text {
  padding: 28px 22px;
}
.i-list4 .tit3 {
  margin-bottom: .25rem;
}
.i-list4 .li:nth-child(4) {
  margin-right: 0;
}

.nbanner .bg {
  width: 100%;
      height: 14.75rem;
      /*height: 18.75rem;*/
}

.nbanner .nsubnav {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 85px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nbanner .nsubnav .li {
  margin-right: .5rem;
  line-height: 85px;
}
.nbanner .nsubnav .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  left: 0;
  bottom: -8px;
  opacity: 0;
  transition: all .3s;
}
.nbanner .nsubnav .li:hover, .nbanner .nsubnav .li.cur {
  color: #fff;
}
.nbanner .nsubnav .li:hover:before, .nbanner .nsubnav .li.cur:before {
  opacity: 1;
}

.nbanner .nsubnav.indexon .li{
  color:#d70010;
}
.nbanner .nsubnav.indexon .li:hover,.nbanner .nsubnav.indexon .li.cur{
  color:#d70010;
}
.nbanner .nsubnav.indexon .li:before{
  background:#d70010;
}

.nbanner .text2 .img {
  height: 1.5rem;
}
.nbanner .text2 .p {
  width: 700px;
  margin-top: .3rem;
  margin-bottom: 1.25rem;
}
.nbanner .text2 .tip {
  width: 600px;
  border-radius: 10px;
  padding: 1rem;
  border: 2px dashed rgba(255, 255, 255, 0.5);
}
.nbanner .text2 .tip-title {
  position: absolute;
  left: 1.5rem;
  top: -.5rem;
  z-index: 3;
  padding: 0 15px;
  background: #ca0011;
  border-radius: 10px;
}
.nbanner .text3 .img {
  height: 2rem;
}
.nbanner .text3 .tit4 {
  margin-top: .5rem;
  margin-bottom: 1rem;
}
.nbanner .text3 .tip {
  width: 600px;
}

.n-news {
  padding: 0.25rem 0 2.25rem 0;/*2.25rem 0*/
}
.n-news .tit2 {
  color: #444;
}
.n-news .frombox {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ececec;
}
.n-news .frombox .li {
  width: 8.5rem;
  background: #f1f1f1;
  margin-right: .5rem;
  color: #999;
  z-index: 3;
}
.n-news .frombox .sptitle {
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 0 24px;
}
.n-news .frombox .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}
.n-news .frombox .li.on .icon {
  transform: rotate(-180deg);
}
.n-news .frombox .li3 {
  width: 9rem;
  z-index: 1;
}
.n-news .frombox .iconbtn {
  width: 90px;
  height: 50px;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
}
.n-news .frombox .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}
.n-news .frombox .input {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
  background: none;
  padding: 0 24px;
  padding-right: 60px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  box-shadow: none;
}
.n-news .frombox .input:focus {
  border-color: rgba(208, 30, 38, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
}
.n-news .frombox .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b2b2;
}
.n-news .frombox .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b2b2;
}
.n-news .frombox .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b2b2;
}
.n-news .frombox .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b2b2;
}
.n-news .frombox .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  max-height:200px;
  overflow-y: auto;
  display: none;
}
.n-news .frombox .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .75rem;
}
.n-news .newslist{
  position: relative;
  z-index:1;
}
.n-news .frombox .item:last-child {
  border-bottom: none;
}
.n-news .frombox .item:hover {
  background: #d01e26;
  color: #fff;
}
.n-news .newslist .li {
  padding: 1rem 0;
  border-bottom: 1px solid #ececec;
}
.n-news .newslist .time {
  width: 70px;
  text-align: center;
  margin-right: 2rem;
}
.n-news .newslist .sp, .n-news .newslist .sp2 {
  color: #444;
}
.n-news .newslist .img {
  width: 430px;
  border-radius: 8px;
}
.n-news .newslist .text {
  margin-top: .75rem;
  width: calc(100% - 500px - 2rem);
  padding-left: 1.5rem;
}
.n-news .newslist .tit3 {
  color: #444;
  margin-bottom: .25rem;
}
.n-news .newslist .tit4 {
  color: #5f5f5f;
  margin-bottom: 1rem;
}
.n-news .newslist .iconbtn {
  width: 125px;
  height: 50px;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
  margin-right: 1.75rem;
}
.n-news .newslist .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}
.n-news .newslist .icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  fill: #999;
}

.n-problem {
  background: #f5f5f5;
  padding:0 0 2rem 0;/*2rem 0*/
}
.n-problem .tab-ul {
  margin-bottom: 1rem;
}
.n-problem .tab-ul .li {
  margin-right: 1.25rem;
  color: #444;
}
.n-problem .tab-ul .icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  position: relative;
  border: 1px solid #bfbfbf;
}
.n-problem .tab-ul .icon img {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.8, 0.8);
  transition: all .3s;
}
.n-problem .tab-ul .li.cur .icon {
  border: 1px solid transparent;
}
.n-problem .tab-ul .li.cur .icon img {
  transform: scale(1, 1);
  opacity: 1;
}
.n-problem .warp-ulbox .ulbox {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  width: calc(100% + 20px);
}
.n-problem .warp-ulbox .li {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  padding: .85rem 0;
}
.n-problem .warp-ulbox .li:hover .more {
  color: #da3830;
}
.n-problem .warp-ulbox .li:hover .more .icon {
  fill: #da3830;
}
.n-problem .warp-ulbox .tit2 {
  color: #444;
  line-height: 1.6;
  padding: 0 .75rem .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #dcdcdc;
}
.n-problem .warp-ulbox .tit2 img {
  width: 22px;
  height: 22px;
  margin-right: 20px;
  margin-top: 5px;
}
.n-problem .warp-ulbox .tit2 span {
  width: calc(100% - 45px);
}
.n-problem .warp-ulbox .text {
  color: #999;
  padding: 0 .75rem;
}
.n-problem .warp-ulbox .more {
  margin-top: 1rem;
}
.n-problem .warp-ulbox .more .icon {
  width: 16px;
  height: 16px;
  fill: #666;
  margin-left: 5px;
}
@media (max-width: 1480px) {
  .n-problem .warp-ulbox .li {
    width: calc(33.3% - 20px);
  }
}

/*
-----------
** 新闻详细1 **
-----------
*/
.news-info1 {
  background: #fff;
  padding: 2.5rem 0 3rem;
}
.news-info1 .news-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  text-align: center;
}
.news-info1 .news-top .news-tit {
  color: #333;
  margin-bottom: 20px;
}
.news-info1 .news-top .time {
  color: #999;
  font-size: 14px;
  color: #999;
}
.news-info1 .news-text {
  padding: 30px 0 50px;
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
}
.news-info1 .news-text img {
  max-width: 60%;
  display: block;
  margin: 10px auto;
  width:auto !important;
  height:auto !important;
}
.news-info1 .news-nav {
  padding-top: 1rem;
}
.news-info1 .news-nav .nav-l {
  width: 70%;
}
.news-info1 .news-nav .nav-l span {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: block;
}
.news-info1 .news-nav .nav-l span a {
  color: #666;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  transition: all .5s ease;
}
.news-info1 .news-nav .nav-l span a:hover {
  color: #d6000f;
}
.news-info1 .news-nav .news-back {
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #d6000f;
}
.news-info1 .news-nav .news-back .back-btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  transition: all .5s ease;
}
.news-info1 .news-nav .news-back .back-btn:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .news-info1 .news-text {
    padding-bottom: 30px;
  }

  .news-info1 .news-nav {
    padding-top: 20px;
  }

  .news-info1 .news-nav .nav-l {
    width: 100%;
  }

  .news-info1 .news-nav .news-back {
    float: left;
    margin-top: 20px;
    display: block;
  }

  .news-info1 .news-text {
    font-size: 14px;
  }

  .news-info1 .news-nav .nav-l span {
    font-size: 12px;
  }
}
.n-cooperation {
  background: #f5f5f5;
}

.cooperation-list1 {
  /*padding: 2.5rem 0 0;*/
}
.cooperation-list1 .tit2 {
  color: #424242;
  margin-bottom: .5rem;
}
.cooperation-list1 .p {
  color: #424242;
  width: 800px;
  margin: .75rem auto 0;
}
.cooperation-list1 .icon {
  width: 15px;
  height: 15px;
}

.cooperation-list2 {
  padding: 2.5rem 0 0;
}
.cooperation-list2 .tit2 {
  color: #424242;
  margin-bottom: .65rem;
}
.cooperation-list2 .icon {
  height: 26px;
  display: block;
  margin: 0 auto;
}
.cooperation-list2 .ulbox {
  margin-bottom: -2%;
}
.cooperation-list2 .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  padding: 2rem 1.25rem;
  border-radius: 5px;
}
.cooperation-list2 .tit3 {
  color: #454545;
  margin: .65rem 0 .5rem;
}
.cooperation-list2 .tit4 {
  color: #808080;
}
.cooperation-list2 .li:nth-child(3n) {
  margin-right: 0;
}

.cooperation-list3 {
  padding: 3rem 0 2.5rem;
}
.cooperation-list3 .contentbox {
  background: #fff;
}
.cooperation-list3 .leftbox {
  width: 40%;
  height: 17.5rem;
  min-height: 500px;
}
.cooperation-list3 .rightbox {
  width: 60%;
  padding: 2rem 1.5rem 1rem;
}
.cooperation-list3 .tit3 {
  margin-bottom: .5rem;
}
.cooperation-list3 .tit4 {
  color: #454545;
  margin-bottom: 1rem;
}
.cooperation-list3 .item-li {
  margin-bottom: .5rem;
}
.cooperation-list3 .item-li .sp {
  color: #808080;
  margin-right: 10px;
}
.cooperation-list3 .item-li .radio-li {
  margin-right: .5rem;
  color: #808080;
}
/*.cooperation-list3 .item-li .radio-li input {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 14px;
  height: 14px;
  border: 1px solid #9b9b9b;
  box-sizing: content-box;
  margin-right: 10px;
}
.cooperation-list3 .item-li .radio-li input[type="checkbox"]:checked {
  background: url(../img/gou.jpg) no-repeat center center;
  background-size: cover;
  border: 1px solid #d6000f;
}*/
.cooperation-list3 .item-li .radio-li input {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 14px;
  height: 14px;
  border: 1px solid #9b9b9b;
  box-sizing: content-box;
  margin-right: 10px;
}
.cooperation-list3 .item-li .radio-li input[type="radio"]:checked {
  background: url(../img/gou.jpg) no-repeat center center;
  background-size: cover;
  border: 1px solid #d6000f;
}
.cooperation-list3 .input-li {
  width: 48%;
  /*margin-right: 4%;*/
  margin-bottom: .35rem;
}
.cooperation-list3 .input-li .sp2 {
  position: absolute;
  height: 50px;
  line-height: 50px;
  color: #808080;
  left: 0;
}
.cooperation-list3 .input-li .input1 {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: none;
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: none;
}
.cooperation-list3 .input-li .input1:focus {
  border-color: rgba(214, 0, 15, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(214, 0, 15, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(214, 0, 15, 0.6);
}
.cooperation-list3 .input-li .input1:focus {
  box-shadow: none;
}
.cooperation-list3 .input-li:nth-child(2n) {
  margin-right: 0;
}
.cooperation-list3 .input-li1 .input1 {
  text-indent: 50px;
}
.cooperation-list3 .input-li2 .input1 {
  text-indent: 90px;
}
.cooperation-list3 .input-li3 .input1 {
  text-indent: 120px;
}
.cooperation-list3 .input-li4 .input1 {
  text-indent: 70px;
  padding-right: 2.7rem;
}
.cooperation-list3 .captcha {
  position: absolute;
  right: 0;
  bottom: .35rem;
  width: 2.5rem;
}
.cooperation-list3 .input2 {
  width: 150px;
  height: 50px;
  color: #fff;
  background: #d6000f;
  margin-top: .2rem;
  border-radius: 10px;
  text-align: center;
}

.service-list1 {
  padding: 1.25rem 0 0;
}
.service-list1 .contentbox {
  padding: 1rem 1.5rem;
  border: 1px solid #e5e5e5;
  background:#fff;
  margin-top:-3rem;
  box-shadow:0 0 15px 0 rgba(0,0,0,.2);
  border-radius:8px;
}
.service-list1 .contentbox .tit2 {
  width: 200px;
}
.service-list1 .contentbox .li {
  /*width:6rem;*/
  background: transparent;
  margin-right: .5rem;
  color: #999;
  z-index: 3;
  width: calc((100% - 200px - 6rem) / 4);
}
.service-list1 .contentbox .li5{
  width: calc((100% - 200px - 6rem) / 2);
}
.service-list1 .contentbox .li5 .zbotton{
  height:40px;
  line-height:40px;
}
.service-list1 .contentbox .sptitle {
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 24px 0 10px;
}
.service-list1 .contentbox .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}
.service-list1 .contentbox .li.on .icon {
  transform: rotate(-180deg);
}
.service-list1 .contentbox .li3 {
  /*width:4.5rem;*/
  /*width: calc((100% - 200px - 3rem) / 5);*/
  z-index: 1;
}
.service-list1 .contentbox .iconbtn {
  width: 3rem;
  height: 50px;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
  margin-left: 1rem;
}
.service-list1 .contentbox .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}
.service-list1 .contentbox .input {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
  background: none;
  padding: 0 24px 0 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  box-shadow: none;
}
.service-list1 .contentbox .input:focus {
  border-color: rgba(208, 30, 38, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
}
.service-list1 .contentbox .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b2b2;
}
.service-list1 .contentbox .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b2b2;
}
.service-list1 .contentbox .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b2b2;
}
.service-list1 .contentbox .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b2b2;
}
.service-list1 .contentbox .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  display: none;
}
.service-list1 .contentbox .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .75rem;
}
.service-list1 .contentbox .item:last-child {
  border-bottom: none;
}
.service-list1 .contentbox .item:hover {
  background: #d01e26;
  color: #fff;
}
.service-list1 .contentbox2 {
  padding: 1.25rem 0 2.25rem;
}
.service-list1 .contentbox2 .tit2 {
  margin-bottom: 1.25rem;
}
.service-list1 .contentbox2 .li {
  width: 11%;
}
.service-list1 .contentbox2 .img {
  width:70%;
  margin:0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.service-list1 .contentbox2 .img img{
  width:100%;
}
.service-list1 .contentbox2 p {
  text-align: center;
  margin-top: .35rem;
}
.service-list1 .contentbox2 .tip {
  width: 6%;
}

.service-list2 {
  padding: 1.25rem 0;
  background: #f7f7f7;
}
.service-list2 .tab-ul {
  margin-top: .6rem;
}
.service-list2 .tab-ul .li {
  margin: 0 .5rem;
}
.service-list2 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #d6000f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.service-list2 .tab-ul .li:hover, .service-list2 .tab-ul .li.cur {
  color: #c8000f;
}
.service-list2 .tab-ul .li:hover:before, .service-list2 .tab-ul .li.cur:before {
  opacity: 1;
}
.service-list2 .warpimg {
  margin-top: 1.75rem;
}
.service-list2 .leftbox {
  width: calc(100% - 16rem);
}
.service-list2 .leftbox .imgbox {
  width: 100%;
}
.service-list2 .leftbox .dian {
  z-index: 3;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  border: .1rem solid #6bceff;
  transition: all .4s;
}
.service-list2 .leftbox .dian img {
  width: 1.2rem;
  height: 1.2rem;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.6rem;
  margin-left: -.6rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0.6, 0.6);
  visibility: hidden;
  transition: all .4s;
}
.service-list2 .leftbox .dian:nth-child(1) {
  left: 37%;
  top: 13%;
}
.service-list2 .leftbox .dian:nth-child(2) {
  left: 76%;
  top: 43%;
}
.service-list2 .leftbox .dian:nth-child(3) {
  left: 55%;
  top: 6%;
}
.service-list2 .leftbox .dian:nth-child(4) {
  left: 80%;
  top: 50%;
}
.service-list2 .leftbox .dian:nth-child(5) {
  left: 22%;
  top: 34%;
}
.service-list2 .leftbox .dian:nth-child(6) {
  left: 62%;
  top: 57%;
}
.service-list2 .leftbox .dian:nth-child(7) {
  left: 33%;
  top: 37%;
}
.service-list2 .leftbox .dian:nth-child(8) {
  left: 73%;
  top: 24%;
}
.service-list2 .leftbox .dian:nth-child(9) {
  left: 78%;
  top: 78%;
}
.service-list2 .leftbox .dian.cur {
  border: .1rem solid transparent;
}
.service-list2 .leftbox .dian.cur img {
  opacity: 1;
  transform: scale(1, 1);
  visibility: visible;
}
.service-list2 .leftbox .dian2 {
  z-index: 3;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  border: .1rem solid #6bceff;
  transition: all .4s;
}
.service-list2 .leftbox .dian2 img {
  width: 1.2rem;
  height: 1.2rem;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.6rem;
  margin-left: -.6rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0.6, 0.6);
  visibility: hidden;
  transition: all .4s;
}
.service-list2 .leftbox .dian2:nth-child(1) {
  left: 60%;
  top: 41%;
}
.service-list2 .leftbox .dian2:nth-child(2) {
  left: 62%;
  top: 30%;
}
.service-list2 .leftbox .dian2:nth-child(3) {
  left: 34%;
  top: 37%;
}
.service-list2 .leftbox .dian2:nth-child(4) {
  left: 56%;
  top: 46%;
}
.service-list2 .leftbox .dian2:nth-child(5) {
  left: 50%;
  top: 22%;
}
.service-list2 .leftbox .dian2.cur {
  border: .1rem solid transparent;
}
.service-list2 .leftbox .dian2.cur img {
  opacity: 1;
  transform: scale(1, 1);
  visibility: visible;
}
.service-list2 .rightbox {
  width: 13rem;
}
.service-list2 .rightbox .title {
  padding-left: 55px;
  background: url(../img/service2img.png) no-repeat left 0;
  line-height: 31px;
  background-size: 31px 31px;
}
.service-list2 .rightbox .tit3 {
  padding-left: 55px;
  margin: .35rem 0 1.25rem;
}
.service-list2 .rightbox .img {
  width: 100%;
}
.service-list2 .rightbox .img img {
  width: 100%;
}
.service-list2 .rightbox .itemli {
  display: none;
}

.service-list3 {
  padding: 1.25rem 0;
  background: #fff;
}
.service-list3 .ulbox {
  margin-top: 1.25rem;
}
.service-list3 .li {
  background: #f7f7f7;
  padding: 1.5rem .75rem 1rem;
  width: 23.5%;
  margin-right: 2%;
}
.service-list3 .li .img {
  height: 2.5rem;
  border-radius: 8px;
  margin-bottom: .75rem;
}
.service-list3 .li .tit3 {
  margin-bottom: .25rem;
}
.service-list3 .li .line {
  width: 30px;
  height: 4px;
  background: #d6000f;
  margin-bottom: .5rem;
}
.service-list3 .li .p {
  text-align: center;
}
.service-list3 .li:nth-child(4) {
  margin-right: 0;
}

.service-list4 {
  padding: 1.25rem 0;
  background: #f7f7f7;
}
.service-list4 .tab-ul {
  margin-top: .6rem;
}
.service-list4 .tab-ul .li {
  margin: 0 .5rem;
  padding-bottom: 5px;
}
.service-list4 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #d6000f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.service-list4 .tab-ul .li:hover, .service-list4 .tab-ul .li.cur {
  color: #c8000f;
}
.service-list4 .tab-ul .li:hover:before, .service-list4 .tab-ul .li.cur:before {
  opacity: 1;
}
.service-list4 .text {
  padding: .5rem .75rem;
}
.service-list4 .tit3 {
  color: #444;
  line-height: 1.5;
  margin-bottom: .5rem;
}
.service-list4 .tit5 {
  color: #5f5f5f;
}
.service-list4 .ulbox {
  margin-top: .75rem;
}
.service-list4 .ulbox .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.service-list4 .ulbox .li:nth-child(3n) {
  margin-right: 0;
}

.inquiry-list1 {
  padding: 0 0 4rem;/*1.25rem 0 4rem;*/
}
.inquiry-list1 .formbox {
  background: #fafafa;
  padding: .75rem .5rem 1.25rem;
  margin-top: .75rem;
}
.inquiry-list1 .formbox .ulbox {
  margin-bottom: .75rem;
  position: relative;
  z-index: 5;
}
.inquiry-list1 .formbox .li {
  background: transparent;
  margin-right: .5rem;
  color: #c9c9c9;
  z-index: 3;
  width: 180px;
  margin-right: 1rem;
}
.inquiry-list1 .formbox .sptitle {
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
}
.inquiry-list1 .formbox .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}
.inquiry-list1 .formbox .li.on .icon {
  transform: rotate(-180deg);
}
.inquiry-list1 .formbox .li3 {
  width: 180px;
  z-index: 1;
}
.inquiry-list1 .formbox .iconbtn {
  width: 7.5rem;
  height: 50px;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
  margin-left: 1rem;
}
.inquiry-list1 .formbox .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}
.inquiry-list1 .formbox .input {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  box-shadow: none;
}
.inquiry-list1 .formbox .input:focus {
  border-color: rgba(208, 30, 38, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
}
.inquiry-list1 .formbox .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c9c9c9;
}
.inquiry-list1 .formbox .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
}
.inquiry-list1 .formbox .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
}
.inquiry-list1 .formbox .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c9c9c9;
}
.inquiry-list1 .formbox .input:focus {
  box-shadow: none;
}
.inquiry-list1 .formbox .libox {
  position: absolute;
  width: 100%;
	max-height: 180px;
	overflow: auto;
  left: 0;
  top: 50px;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  display: none;
}
.inquiry-list1 .formbox .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .3rem;
}
.inquiry-list1 .formbox .item:last-child {
  border-bottom: none;
}
.inquiry-list1 .formbox .item:hover {
  background: #d01e26;
  color: #fff;
}
.inquiry-list1 .warp-ulbox {
  margin-top: 1.5rem;
}
.inquiry-list1 .warp-ulbox .ulbox {
  margin-bottom: -2%;
}
.inquiry-list1 .warp-ulbox .li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
}
.inquiry-list1 .warp-ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.inquiry-list1 .warp-ulbox .img {
  width: 100%;
	padding: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.inquiry-list1 .warp-ulbox .img img {
  width: 100%;
}
.inquiry-list1 .warp-ulbox .bot1 {
  border-bottom: 1px solid #e5e5e5;
}
.inquiry-list1 .warp-ulbox .sp {
  height: 2.2rem;
  width: 50%;
  border-right: 1px solid #e5e5e5;
}
.inquiry-list1 .warp-ulbox .sp:nth-child(2) {
  border-right: none;
}
.inquiry-list1 .warp-ulbox .bot2 {
  height: 1.8rem;
}
.inquiry-list1 .warp-ulbox .bot2 .sp2 {
  border: 1px solid #f0d9db;
  background: #faf1f2;
  height: 1.2rem;
  line-height: 1.2rem;
  padding: 0 .9rem;
  border-radius: 1.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  top: -24px;
}

.antifake-list1 {
  padding: 0.25rem 0 4.5rem;/*2.25rem 0 4.5rem;*/
}
.antifake-list1 .tit3 {
  margin-top: .5rem;
}
.antifake-list1 .title-top {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f7f7f7;
}
.antifake-list1 .tip {
  width: 320px;
  height: 60px;
  line-height: 60px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin: 0 auto;
  background: #d6000f;
}
.antifake-list1 .textbox {
  background: #f7f7f7;
  padding: 2.5rem 3rem;
}
.antifake-list1 .leftbox {
  width: 50%;
}
.antifake-list1 .imgbox .img1 {
  /*height: 213px;*/
  width: 7.35rem;
  margin-right: 2rem;
}
.antifake-list1 .imgbox .img2 {
  width:4.25rem;
}
.antifake-list1 .rightbox {
  width: 50%;
  padding-left: 4.5rem;
}
.antifake-list1 .rightbox .tit4 {
  margin-bottom: .25rem;
}
.antifake-list1 .rightbox .item {
  margin-bottom: 1.25rem;
}
.antifake-list1 .p {
  margin-bottom: 1.5rem;
}
.antifake-list1 .leftbox2 {
  width: 50%;
  justify-content: flex-end;
  padding-right: 2rem;
}
.antifake-list1 .leftbox2 .img1 {
  height: 6.5rem;
}
.antifake-list1 .rightbox2 {
  width: 50%;
  padding-left: 2rem;
}
.antifake-list1 .rightbox2 .tit4 {
  margin-bottom: .25rem;
}
.antifake-list1 .rightbox2 .item {
  margin-bottom: 1.25rem;
}

.n-consumption {
  padding: 3.5rem 0 0;
}

.consumption-list1 {
  padding-bottom: 4rem;
}
.consumption-list1 .contentbox {
  width: 650px;
  padding: 1rem 2rem;
  border-radius: 8px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
}
.consumption-list1 .tit2 {
  margin-bottom: .5rem;
}
.consumption-list1 .li-item {
  padding: 1rem 0 3px;
  /*border-bottom: 1px solid #ececec;*/
}
.consumption-list1 .nitem {
  height: 50px;
}
.consumption-list1 .bottonbox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  background: #d6000f;
}
.consumption-list1 .input1 {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 48.5%;
  height: 48px;
  margin-right: 3%;
  margin-bottom: 3%;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background: #f5f5f5;
  color: #333;
  padding: 0 .5rem;
}
.consumption-list1 .input1:focus {
  border-color: rgba(183, 183, 183, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(183, 183, 183, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(183, 183, 183, 0.6);
}
.consumption-list1 .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b7b7b7;
}
.consumption-list1 .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b7b7b7;
}
.consumption-list1 .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b7b7b7;
}
.consumption-list1 .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b7b7b7;
}
.consumption-list1 .input1:nth-child(2n) {
  margin-right: 0;
}
.consumption-list1 .warplitem {
  width: 100%;
  margin-bottom: 3%;
}
.consumption-list1 .warplitem .li {
  background: transparent;
  margin-right: .5rem;
  color: #c9c9c9;
  z-index: 3;
  width: 48.5%;
  margin-right: 3%;
  border-radius: 5px;
}
.consumption-list1 .warplitem .li:nth-child(2) {
  margin-right: 0;
}
.consumption-list1 .warplitem .sptitle {
  height: 50px;
  padding: 0 .5rem;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
}
.consumption-list1 .warplitem .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}
.consumption-list1 .warplitem .li.on .icon {
  transform: rotate(-180deg);
}
.consumption-list1 .warplitem .iconbtn {
  width: 7.5rem;
  height: 50px;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
  margin-left: 1rem;
}
.consumption-list1 .warplitem .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}
.consumption-list1 .li-item .nitem{
  border-bottom: 1px solid #d7d7d7;
  padding-bottom:3px;
}
.consumption-list1 .warplitem .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  display: none;
}
.consumption-list1 .warplitem .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .3rem;
}
.consumption-list1 .warplitem .item:last-child {
  border-bottom: none;
}
.consumption-list1 .warplitem .item:hover {
  background: #d01e26;
  color: #fff;
}

.about-list1 {
  /*padding: 2.25rem 0;*/
  background: #fff;
}
.about-list1 .box {
  background: #f1f1f1;
  margin-top: 1rem;
}
.about-list1 .leftbox {
  width: calc(100% - 510px);
  height: 15rem;
}
.about-list1 .leftbox .bg {
  width: 100%;
  height: 100%;
  display: none;
}
.about-list1 .rightbox {
  width: 510px;
  overflow: hidden;
  padding: 2rem 1rem 1rem;
}
.about-list1 .tit3 {
  margin-bottom: 1rem;
}
.about-list1 .tit4 {
  margin-bottom: .2rem;
}
.about-list1 .tit5 {
  color: #5f5f5f;
  margin-bottom: 1rem;
}
.about-list1 .btnbox {
  height: 40px;
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  width: 100px;
}
.about-list1 .swiper-button-prev {
  left: 0;
}
.about-list1 .swiper-button-prev .icon {
  transform: rotate(-180deg);
}
.about-list1 .swiper-button-next {
  right: 0;
}
.about-list1 .swiper-button-prev, .about-list1 .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d6000f;
  margin-top: 0;
  top: 0;
}
.about-list1 .swiper-button-prev .icon, .about-list1 .swiper-button-next .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}

.about-list2 {
  padding: 2.25rem 0;
  background: #f1f1f1;
}
.about-list2 .tab-ul {
  margin-top: .6rem;
}
.about-list2 .tab-ul .li {
  margin: 0 .5rem;
  padding-bottom: 5px;
}
.about-list2 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #d6000f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.about-list2 .tab-ul .li:hover, .about-list2 .tab-ul .li.cur {
  color: #c8000f;
}
.about-list2 .tab-ul .li:hover:before, .about-list2 .tab-ul .li.cur:before {
  opacity: 1;
}
.about-list2 .text {
  padding: .5rem .75rem;
}
.about-list2 .tit3 {
  color: #444;
  line-height: 1.5;
  margin-bottom: .5rem;
}
.about-list2 .tit5 {
  color: #5f5f5f;
}
.about-list2 .ulbox {
  margin-top: .75rem;
}
.about-list2 .ulbox .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.about-list2 .ulbox .li:nth-child(3n) {
  margin-right: 0;
}
.about-list2 .morebtn .icon {
  width: 12px;
  height: 12px;
  fill: #d6000f;
  margin-left: .25rem;
}

.about-list3 {
  padding: 0 0 2.25rem;
  background: #fff;
}
.about-list3 .leftbox {
  width: 40%;
}
.about-list3 .leftbox .tit2 {
  color: #444;
  margin-bottom: .55rem;
}
.about-list3 .leftbox .more {
  width: 155px;
  height: 46px;
  border-radius: 8px;
  margin: 1.25rem 0 0;
  background: #d6000f;
}
.about-list3 .leftbox .more .icon {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-left: 5px;
}
.about-list3 .leftbox .more:hover {
  color: #fff;
}
.about-list3 .text {
  margin-bottom: 1.25rem;
  color: #5f5f5f;
}
.about-list3 .tabox {
  margin-bottom: 1.25rem;
}
.about-list3 .rightbox {
  width: 43%;
  margin-right:7%;
}
.about-list3 .rightbox .tip{
  width:5.6rem;
  position: absolute;
  z-index:2;
  opacity:0;
  visibility:hidden;
  transition: all .3s;
}
.about-list3 .rightbox img{
  border-radius:50%;
  transition: all .3s;
}
.about-list3 .rightbox .dian1{
  width:3.95rem;
}
.about-list3 .rightbox .dian2{
  width:2.5rem;
  top: 22%;
  right: 16%;
}
.about-list3 .rightbox .dian3{
  width:1.75rem;
  top: 49%;
    right: 5%;
}
.about-list3 .rightbox .dian4{
  width:2.5rem;
  top: 66%;
    right: 19%;
}
.about-list3 .rightbox .dian5{
  width:1.75rem;
  top: 66%;
  right: 71%;
}
.about-list3 .rightbox .dian6{
  width:2.5rem;
  top: 45%;
  right: 78%;
}
.about-list3 .rightbox .dian7{
  width:1.75rem;
  top: 26%;
  right: 76%;
}
.about-list3 .rightbox .dian2 .tip{
  top:50%;
  transform:translate(0,-50%);
  left:2.8rem;
}
.about-list3 .rightbox .dian1 .tip{
  left:50%;
  transform:translate(-50%,0);
  top:4.2rem;
  text-align:center;
}
.about-list3 .rightbox .dian3 .tip{
  top:50%;
  transform:translate(0,-50%);
  left:2.2rem;
}
.about-list3 .rightbox .dian4 .tip{
  top:50%;
  transform:translate(0,-50%);
  left:2.8rem;
}
.about-list3 .rightbox .dian5 .tip{
  top:50%;
  transform:translate(0,-50%);
  right:2rem;
  text-align:right;
}
.about-list3 .rightbox .dian6 .tip{
  top:50%;
  transform:translate(0,-50%);
  right:2.8rem;
  text-align:right;
}
.about-list3 .rightbox .dian7 .tip{
  top:50%;
  transform:translate(0,-50%);
  right:2.2rem;
  text-align:right;
}
.about-list3 .rightbox .dian1{
  z-index:5;
}
.about-list3 .rightbox .dian6{
  z-index:6;
}
.about-list3 .rightbox .dian:hover img{
  box-shadow:0 0 20px 0 rgba(0,0,0,.2);
}
.about-list3 .rightbox .dian:hover .tip{
  opacity:1;
  visibility:visible;
}

.about-list4 {
  padding: 3.25rem 0 2.5rem;
  background: #f7f7f7;
}
.about-list4 .leftbox {
  width: calc(100% - 17.5rem - 4rem);
}
.about-list4 .leftbox .tit3 {
  margin-bottom: .65rem;
}
.about-list4 .leftbox .tit4 span {
  font-family: "DIN";
  font-weight: bold;
}
.about-list4 .leftbox .tit4 .tip {
  height: .5rem;
  margin-left: .25rem;
}
.about-list4 .leftbox .item-li {
  padding-bottom: .75rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #e5e5e5;
}
.about-list4 .leftbox .p {
  margin-top: 1.5rem;
}
.about-list4 .rightbox {
  width: 17.5rem;
  background: #fff;
  padding: 1rem 1.7rem;
}
.about-list4 .rightbox .tab-ul {
  margin-bottom: .75rem;
}
.about-list4 .rightbox .li {
  margin-right: 1rem;
  padding-bottom: 5px;
}
.about-list4 .rightbox .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #d6000f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.about-list4 .rightbox .li:hover, .about-list4 .rightbox .li.cur {
  color: #c8000f;
}
.about-list4 .rightbox .li:hover:before, .about-list4 .rightbox .li.cur:before {
  opacity: 1;
}

.partner-list1 {
  padding: 0.25rem 0;/*2.25rem 0*/
  background: #fff;
}
.partner-list1 .tit3 {
  margin: .7rem 0 1.5rem;
}
.partner-list1 .tab-ul {
  margin-top: .6rem;
}
.partner-list1 .tab-ul .li {
  margin-right: 1rem;
  padding-bottom: 5px;
}
.partner-list1 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #d6000f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.partner-list1 .tab-ul .li:hover, .partner-list1 .tab-ul .li.cur {
  color: #c8000f;
}
.partner-list1 .tab-ul .li:hover:before, .partner-list1 .tab-ul .li.cur:before {
  opacity: 1;
}
.partner-list1 .ulbox {
  margin-top: .75rem;
}
.partner-list1 .ulbox .li {
  width: 14.26%;
  margin-right: 2.88%;
  margin-bottom: 2.88%;
  border: 1px solid #e2e2e4;
}
.partner-list1 .ulbox .li:nth-child(6n) {
  margin-right: 0;
}
.partner-list1 .ulbox img {
  max-width: 100%;
  max-height: 100%;
}

.partner-list2 {
  padding: 2.25rem 0;
  background: url(../img/partner2img.jpg) no-repeat center center;
  background-size: cover;
}
.partner-list2 .frombox {
  width: 600px;
  margin: .65rem auto 0;
}
.partner-list2 .name {
  color: #f6a5a9;
  margin-bottom: 5px;
}
.partner-list2 .input1 {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 48px;
  margin-bottom: .7rem;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 0 .5rem;
  background: transparent;
  margin-bottom: .55rem;
}
.partner-list2 .input1:focus {
  border-color: rgba(214, 0, 15, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(214, 0, 15, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(214, 0, 15, 0.6);
}
.partner-list2 .input2 {
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  border: none;
  margin-bottom: .25rem;
}
.partner-list2 p {
  color: #f6a5a9;
}

.materials-list1 {
  padding: 0 0 2.25rem;/*3rem 0 2.25rem*/
  background: #fff;
}
.materials-list1 .leftbox {
  width: 52%;
}
.materials-list1 .leftbox .tit2 {
  color: #444;
  margin-bottom: .15rem;
}
.materials-list1 .leftbox .tit3 {
  margin-bottom: .5rem;
}
.materials-list1 .text {
  color: #5f5f5f;
}
.materials-list1 .rightbox {
  width: 41.33%;
}

.materials-list2 {
  margin-bottom: 2.25rem;
}
.materials-list2 .tabul {
  width: 100%;
}
.materials-list2 .tabul .li {
  height: 60px;
  line-height: 60px;
  background: #f2f2f2;
  width: calc(25% - 5px);
  margin-right: 6.5px;
}
.materials-list2 .tabul .li:nth-child(4n) {
  margin-right: 0;
}
.materials-list2 .tabul .li:hover, .materials-list2 .tabul .li.cur {
  background: #d6000f;
  color: #fff;
}
.materials-list2 .textbox {
  padding: 2rem 0;
  width: 100%;
}
.materials-list2 .text {
  max-width: 1300px;
  margin: 0 auto;
  width: 80%;
  padding: 1.25rem 3.25rem;
}
.materials-list2 .tip, .materials-list2 .tip2 {
  height: 1.75rem;
}
.materials-list2 .tip {
  left: 0;
  top: 0;
}
.materials-list2 .tip2 {
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}

.materials-list3 {
  margin-bottom: 2.5rem;
}
.materials-list3 .tit2 {
  margin-bottom: .65rem;
}
.materials-list3 .sp {
  color: #444;
  padding-left: 36px;
  background: url(../img/materialsimg3.png) no-repeat left center;
  background-size: 17px 17px;
}
.materials-list3 .sp2 {
  width: calc(100% - 240px);
  padding-left: 35px;
  color: #5f5f5f;
}
.materials-list3 .ulbox .li {
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}
.materials-list3 .ulbox:before {
  content: "";
  position: absolute;
  width: 1px;
  left: 8.5px;
  top: 6px;
  height: calc(100% - 10px);
  background: #ececec;
}

.materials-list4 {
  margin-bottom: 2.5rem;
}
.materials-list4 .tit2 {
  margin-bottom: .65rem;
}
.materials-list4 .img {
  width: 100%;
}
.materials-list4 .img img {
  width: 100%;
}
.materials-list4 .tit3 {
  margin-top: .5rem;
}
.materials-list4 .tit3 span {
  width: calc(100% - 60px);
  color: #333;
  transition: all .4s;
}
.materials-list4 .tit3 .icon {
  width: 25px;
  height: 25px;
  fill: #333;
  transition: all .4s;
}
.materials-list4 .swiper-slide a {
  display: block;
}
.materials-list4 .swiper-slide a:hover .tit3 span {
  color: #cf0013;
}
.materials-list4 .swiper-slide a:hover .icon {
  fill: #cf0013;
}
.materials-list4 .materials-container {
  padding-bottom: 1rem;
  overflow: hidden;
}
.materials-list4 .materials-container .swiper-pagination {
  bottom: 0;
}
.materials-list4 .materials-container .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 5px;
}
.materials-list4 .materials-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #cf0013;
}

.sociology-list1 {
  background: #fff;
}
.sociology-list1 .tit2 {
  color: #444;
  margin-bottom: .65rem;
}
.sociology-list1 .text {
  color: #5f5f5f;
}
.sociology-list1 .contentbox {
  padding: 0.25rem 0 2rem;/*2.25rem 0 2rem*/
  border-bottom: 1px solid #ececec;
}

.sociology-list2 {
  padding: .75rem 0 2rem;
  position: relative;
}
.sociology-list2 .tit2 {
  margin-bottom: .65rem;
}
.sociology-list2 .top-item {
  padding-bottom: .75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ececec;
}
.sociology-list2 .top-item .img {
  width: 8.5rem;
  border-radius: 8px;
  overflow: hidden;
}
.sociology-list2 .top-item .text {
  width: calc(100% - 10rem);
  padding-left: .75rem;
}
.sociology-list2 .top-item .time {
  margin-bottom: .35rem;
}
.sociology-list2 .top-item .more {
  width: 155px;
  height: 46px;
  border-radius: 8px;
  background: #d6000f;
}
.sociology-list2 .top-item .more .icon {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-left: 5px;
}
.sociology-list2 .top-item .more:hover {
  color: #fff;
}
.sociology-list2 .ulbox {
  max-height: 450px;
}
.sociology-list2 .ulbox .li {
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}
.sociology-list2 .ulbox:before {
  content: "";
  position: absolute;
  width: 1px;
  left: 8.5px;
  top: 6px;
  height: calc(100% - 10px);
  background: #ececec;
}
.sociology-list2 .ulbox .sp {
  color: #444;
  padding-left: 36px;
  background: url(../img/materialsimg3.png) no-repeat left center;
  background-size: 17px 17px;
}
.sociology-list2 .ulbox .sp2 {
  color: #5f5f5f;
}
.sociology-list2 .ulbox .rightbox2 {
  width: calc(100% - 130px);
  padding-left: 35px;
  padding-right: 180px;
}
.sociology-list2 .ulbox .btn {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #d6000f;
  right: 1.25rem;
  top: 50%;
  margin-top: -.5rem;
  z-index: 1;
}
.sociology-list2 .ulbox .btn .icon {
  width: 10px;
  height: 10px;
  fill: #fff;
}
.sociology-list2 .leftbox {
  width: calc(100% - 420px);
  border-right: 1px solid #ececec;
}
.sociology-list2 .leftbox .tit3 {
  margin-bottom: .5rem;
}
.sociology-list2 .leftbox .tit4 {
  color: #444;
  margin-bottom: .5rem;
}
.sociology-list2 .leftbox .tit5 {
  color: #5f5f5f;
  margin-bottom: 1rem;
}
.sociology-list2 .leftbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #d6000f !important;
  border-radius: 0;
}
.sociology-list2 .leftbox .mCSB_scrollTools .mCSB_draggerRail {
  opacity: 0 !important;
}
.sociology-list2 .rightbox {
  padding: 0 .75rem;
}
.sociology-list2 .rightbox .tit4 {
  margin-bottom: .5rem;
  color: #444;
}
.sociology-list2 .rightbox .li {
  padding: .75rem 0;
  border-bottom: 1px solid #ececec;
}
.sociology-list2 .rightbox .img {
  border: 4px solid #c62229;
  width: 85px;
}
.sociology-list2 .rightbox .text {
  width: calc(100% - 100px);
  padding-left: .5rem;
}
.sociology-list2 .rightbox .tit4 {
  margin-bottom: .25rem;
}
.sociology-list2 .rightbox .btn {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #d6000f;
  margin-top: .25rem;
}
.sociology-list2 .rightbox .btn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.sociology-list3 {
  padding: 1.25rem 0;
  background: #f7f7f7;
}
.sociology-list3 .tit2 {
  margin-bottom: .85rem;
}
.sociology-list3 .img {
  width: 100%;
}
.sociology-list3 .img img {
  width: 100%;
}
.sociology-list3 .tit3 {
  margin-top: .5rem;
}
.sociology-list3 .swiper-slide a {
  display: block;
}
.sociology-list3 .swiper-slide a:hover .tit3 {
  color: #cf0013;
}
.sociology-list3 .sociology-container {
  padding-bottom: 1rem;
  overflow: hidden;
}
.sociology-list3 .sociology-container .swiper-pagination {
  bottom: 0;
}
.sociology-list3 .sociology-container .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 5px;
}
.sociology-list3 .sociology-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #cf0013;
}

.product-list1 {
  padding: 1.5rem 0 1rem;
  overflow: hidden;
}
.product-list1 .swiper-pagination {
  bottom: 0;
}
.product-list1 .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 5px;
}
.product-list1 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #cf0013;
}
.product-list1 .pro-container {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}
.product-list1 .pro-container .swiper-slide {
  background: #f7f7f7;
  padding: 1.5rem .5rem;
}
.product-list1 .pro-container .img {
  width: 50%;
}
.product-list1 .pro-container .img img {
  width: 100%;
}
.product-list1 .pro-container .text {
  width: 50%;
  padding-left: .7rem;
}
.product-list1 .pro-container .tit4 {
  margin-bottom: .75rem;
}
.product-list1 .pro-container .more {
  width: 120px;
  height: 42px;
  border-radius: 5px;
  background: #d6000f;
}
.product-list1 .pro-container .more .icon {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-left: 5px;
}
.product-list1 .pro-container .more:hover {
  color: #fff;
}
.product-list1 .pro-container .more2 {
  margin-top: 10px;
  background: #b2b2b2;
}

.product-list2 {
  padding:0 0 2rem 0;
  background: #f7f7f7;
}
.product-list2 .tab-ul .li {
  margin-right: 1rem;
  color: #444;
}
.product-list2 .tab-ul .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  border: 1px solid #bfbfbf;
}
.product-list2 .tab-ul .icon img {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.8, 0.8);
  transition: all .3s;
}
.product-list2 .tab-ul .li.cur .icon {
  border: 1px solid transparent;
}
.product-list2 .tab-ul .li.cur .icon img {
  transform: scale(1, 1);
  opacity: 1;
}
.product-list2 .ulbox {
  padding: 1rem 0 0;
  width:100%;
  margin-bottom: -2%;
}
.product-list2 .ulbox .li {
  width: 22.74%;
  background: #fff;
  border-radius: 4px;
  margin-right: 3.013%;
  margin-bottom: 3.013%;
}
.product-list2 .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.product-list2 .ulbox .li .img {
  margin: 2rem auto .75rem;
  width: 6rem;
  text-align: center;
  height: 220px;
}
.product-list2 .ulbox .li .img img {
  max-width: 100%;
  max-height:100%;
}
.product-list2 .ulbox .li .text {
  padding: 0 0 1rem;
}
.product-list2 .ulbox .li .tit2 {
  color: #555;
  margin-bottom: .2rem;
  text-align: center;
  padding: 0 .75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list2 .ulbox .li .tit3 {
  color: #777;
  padding: 0 .75rem;
  margin-bottom: .7rem;
  height:18px;
  text-align: center;
}
.product-list2 .ulbox .li .bot .detail-btn, .product-list2 .ulbox .li .bot .buy-btn {
  width: 50%;
  color: #d6000f;
  cursor: pointer;
}
.product-list2 .ulbox .li .bot img {
  margin-right: 10px;
  height: 22px;
}
.product-list2 .ulbox .li .bot .detail-btn {
  border-right: 1px solid #dbebe3;
}
.product-list2 .ulbox .li .tip {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  z-index: 1;
  top: .55rem;
  left: .55rem;
}
.product-list2 .tip.red {
  background: #e30920;
}
.product-list2 .tip.bule {
  background: #e38438;
}

.breadcrumb{
height: 70px;
line-height: 70px;
margin-bottom: 0.25rem;
}
.breadcrumb .tit2 a {
  transition: all .4s;
}
.breadcrumb .tit2 a:hover {
  color: #d6000f;
}

.products-info {
  background: #fff;
  z-index: 1;
}

.products-info .top-title {
  height: 70px;
  line-height: 70px;
  margin-bottom: .5rem;
}

.products-info .top-title .back-btn {
  height: 40px;
  line-height: 36px;
  padding: 0 .75rem;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  border: 2px solid #dcdcdc;
  transition: all .4s;
}
.products-info .top-title .back-btn:hover{
  background:#d6000f;
  border:2px solid transparent;
  color:#fff;
}
.products-info .top-title .tit2 a {
  transition: all .4s;
}

.products-info .top-title .tit2 a:hover {
  color: #d6000f;
}

.products-info .content {
  padding-bottom: 1.5rem;
}

.products-info .box2 {
  background: #f7f7f7;
}

.products-info .box2 .proswiper {
  width: 33.88%;
  background: #fff;
}

.products-info .box2 .proswiper .swiper-slide {
  padding-top: 100%;
}

.products-info .box2 .tip {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  z-index: 1;
  top: .75rem;
  left: .75rem;
}

.products-info .box2 .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9rem;
  height: 9rem;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.products-info .box2 .img img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  z-index: 1;
}

.products-info .box2 .swiper-pagination {
  bottom: 1rem;
}

.products-info .box2 .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}

.products-info .box2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008c3f;
}

.products-info .box2 .protext {
  padding-top: .5rem;
  width: calc(100% - 33.8% - 2.5rem);
  margin-left: 2.25rem;
}

.products-info .box2 .protext .tit3 {
  color: #555;
  padding-bottom: .6rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid #ddd;
}

.products-info .box2 .protext .p {
  padding-bottom: .6rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: .5rem;
}

.products-info .box2 .protext .p2 {
  margin-bottom: 1.25rem;
}

.products-info .box2 .protext .p2 .tipli {
  padding-left: 35px;
  margin-bottom: 18px;
  background: url(../img/proicon1.png) no-repeat left 5px;
  background-size: 18px 18px;
  min-height: 24px;
    line-height: 26px;
}

.products-info .box2 .protext .bot a {
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.products-info .box2 .protext .bot a.href1 {
  background: #d6000f;
  margin-right: .5rem;
}

.products-info .box2 .protext .bot a.href2 {
  background: #a0a0a0;
}

.products-info .box2 .protext .bot a:hover {
  color: #fff;
}

.products-info .box2 .pagebtn {
  width: 110px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 3;
}

.products-info .box2 .pagebtn a {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: 3px solid #a0a0a0;
}

.products-info .box2 .pagebtn a .icon {
  width: 15px;
  height: 15px;
  fill: #a0a0a0;
  transform: rotate(-180deg);
}

.products-info .box2 .pagebtn a.nextbtn .icon {
  transform: rotate(0);
}

.products-info .box3 {
  padding-bottom: 2rem;
}

.products-info .box3 .item-li {
  padding: .5rem 0 1.5rem;
  border-bottom: 1px dashed #ececec;
}

.products-info .box3 .item-li:last-child {
  border-bottom: none;
}

.products-info .box3 .item-li .itemleft {
  width: 250px;
  padding-top: .25rem;
  padding-right: 10px;
}

.products-info .box3 .item-li .itemright {
  width: calc(100% - 250px);
}

.products-info .box3 .item-li .itemright .p {
  line-height: 2.1;
}
.products-info .box3 .item-li .itemright .p img {
  max-width: 100%;
}

.products-info .box3 .tab-ul {
  margin-top: .6rem;
  margin-bottom: 1.5rem;
}
.products-info .box3 .tab-ul .li {
  margin-right: 1rem;
  padding-bottom: 5px;
}
.products-info .box3 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #d6000f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.products-info .box3 .tab-ul .li:hover, .products-info .box3 .tab-ul .li.cur {
  color: #c8000f;
}
.products-info .box3 .tab-ul .li:hover:before, .products-info .box3 .tab-ul .li.cur:before {
  opacity: 1;
}

.products-info .box3 .itemlibox {
  display: none;
}

.products-info .box3 .ulbox2 {
  padding: 1rem 0;
}

.products-info .box3 .ulbox2 {
  width: 100%;
}

.products-info .box3 .ulbox2 .li {
  width: 100%;
  padding: .75rem 1.25rem;
  margin-bottom: .5rem;
  background: #f7f7f7;
  display: block;
}

.products-info .box3 .ulbox2 .li p {
  width: calc(100% - 80px);
  padding-right: 15px;
}

.products-info .box3 .ulbox2 .li p img {
  width: 33px;
  margin-right: .75rem;
}

.products-info .box3 .ulbox2 .li:hover .btn .icon {
  fill: #d81e06;
}

.products-info .box3 .ulbox2 .li p span {
  width: calc(100% - 80px);
}

.products-info .box3 .ulbox2 .li .btn {
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
}
.products-info .box3 .ulbox2 .li .btn .icon {
  width: 25px;
  height: 25px;
  fill: #a0a0a0;
}

.products-info .box3 .ulbox2 .li:hover .top-title2 {
  color: #d6000f;
}

.products-info .box3 .ulbox2 .li .downbox {
  margin-top: .25rem;
  display: none;
  padding-left: calc(33px + .75rem);
}

.products-info .box3 .videobox {
  padding: 2rem 0 1.75rem;
  width: 800px;
  margin: 0 auto;
}

.products-info .box3 .video-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.products-info .box3 .p {
  margin-top: .25rem;
}

.n-honor {
  background: #fff;
}

.honor-list1 {
  /*padding: 2rem 0 0;*/
}
.honor-list1 .tit2 {
  margin-bottom: .7rem;
}
.honor-list1 .honor-container {
  padding-bottom: 1.5rem;
}
.honor-list1 .honor-container .swiper-pagination {
  width: 60%;
  bottom: 0;
  top: auto;
  left: 50%;
  margin-left: -30%;
  border-radius: 6px;
  height: 6px;
  overflow: hidden;
}
.honor-list1 .honor-container .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #d6000f;
  border-radius: 6px;
  overflow: hidden;
}
.honor-list1 .swiper-slide a {
  display: block;
  width: 22.66%;
  margin-right: 3.12%;
  margin-bottom: 3.12%;
}
.honor-list1 .swiper-slide .img {
  background: #f7f7f7;
  padding: .65rem;
}
.honor-list1 .swiper-slide .img img {
  max-width: 100%;
  max-height: 190px;
}
.honor-list1 .swiper-slide .tit3 {
  margin-top: .5rem;
  height:48px;
  line-height:24px;
  overflow: hidden;
}
.honor-list1 .swiper-slide a:nth-child(4n) {
  margin-right: 0;
}
.honor-list1 .swiper-slide a:hover .tit3 {
  color: #cf0013;
}

.honor-list2 {
  padding: 3.5rem 0 0;
}
.honor-list2 .tit2 {
  margin-bottom: .7rem;
}
.honor-list2 .honor-container {
  padding-bottom: 1.5rem;
}
.honor-list2 .honor-container .swiper-pagination {
  width: 60%;
  bottom: 0;
  top: auto;
  left: 50%;
  margin-left: -30%;
  border-radius: 6px;
  height: 6px;
  overflow: hidden;
}
.honor-list2 .honor-container .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #d6000f;
  border-radius: 6px;
  overflow: hidden;
}
.honor-list2 .swiper-slide a {
  display: block;
}
.honor-list2 .swiper-slide .img {
  background: #f7f7f7;
  padding: .65rem;
  height: 260px;
  border-radius: 5px;
}
.honor-list2 .swiper-slide .img img {
  max-width: 100%;
  max-height: 190px;
}
.honor-list2 .swiper-slide .tit3 {
  margin-top: .5rem;
}
.honor-list2 .swiper-slide .tit4 {
  margin-top: .1rem;
}
.honor-list2 .swiper-slide a:hover .tit3 {
  color: #cf0013;
}
.honor-list2 .tip {
  position: absolute;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 15px;
  background: #d6000f;
  left: 20px;
  top: 20px;
}

.honor-list3 {
  padding: 3rem 0;
}
.honor-list3 .topbox {
  height: 90px;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  margin-top: 1rem;
}
.honor-list3 .topbox span {
  width: 60px;
}
.honor-list3 .topbox .year-container {
  width: calc(100% - 280px);
}
.honor-list3 .topbox .swiper-slide {
  position: relative;
  text-align: center;
  height: 90px;
  line-height: 90px;
}
.honor-list3 .topbox .swiper-slide:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: #d6000f;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.honor-list3 .topbox .swiper-slide.cur {
  color: #c8000f;
}
.honor-list3 .topbox .swiper-slide.cur:before {
  opacity: 1;
}
.honor-list3 .topbox .btn {
  position: absolute;
  width: 100px;
  height: 90px;
  right: 0;
  top: 0;
  z-index: 2;
}
.honor-list3 .topbox .btn .swiper-button-prev {
  left: 0;
}
.honor-list3 .topbox .btn .swiper-button-prev .icon {
  transform: rotate(-180deg);
}
.honor-list3 .topbox .btn .swiper-button-next {
  right: 0;
}
.honor-list3 .topbox .btn .swiper-button-prev, .honor-list3 .topbox .btn .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d6000f;
  margin-top: 0;
  top: auto;
}
.honor-list3 .topbox .btn .swiper-button-prev .icon, .honor-list3 .topbox .btn .swiper-button-next .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.honor-list3 .honor-container {
  width: calc(100% - 70px);
  margin: 1rem auto 0;
}
.honor-list3 .honor-container .yeartitle {
  padding-left: 40px;
  background: url(../img/materialsimg3.png) no-repeat left center;
  background-size: 16px 16px;
  position: relative;
}
.honor-list3 .honor-container .yeartitle:before {
  content: "";
  position: absolute;
  width: calc(100% - 125px);
  height: 1px;
  right: 0;
  top: 50%;
  margin-top: .5px;
  background: #ececec;
}
.honor-list3 .honor-container .swiper-slide.swiper-slide-active .yeartitle {
  color: #d6000f;
}
.honor-list3 .honor-container .tit4 {
  color: #5f5f5f;
}
.honor-list3 .honor-container .tit5 {
  margin-top: .15rem;
}
.honor-list3 .honor-container .yeartitle {
  margin-bottom: .75rem;
}
.honor-list3 .honor-container .item {
  padding: .5rem 0;
  border-bottom: 1px solid #ececec;
  width: calc(100% - 40px);
  margin-left: 40px;
}

.toolingdivision-list1 {
  padding: 0.55rem 0 0;/*1.55rem 0 0*/
  background: #fff;
}
.toolingdivision-list1 .tit2 {
  margin-bottom: .5rem;
}
.toolingdivision-list1 .leftbox {
  width: 40%;
}
.toolingdivision-list1 .leftbox .tit3 {
  margin-bottom: .5rem;
}
.toolingdivision-list1 .text {
  color: #5f5f5f;
}
.toolingdivision-list1 .rightbox {
  width: 50%;
}

.toolingdivision-list2 {
  padding: 1.5rem 0 2.25rem;
}
.toolingdivision-list2 .tit2 {
  margin-bottom: 1rem;
}
.toolingdivision-list2 .tabul {
  width: 100%;
}
.toolingdivision-list2 .tabul .li {
  height: 60px;
  line-height: 60px;
  background: #f2f2f2;
  width: calc(50% - 2.5px);
  margin-right: 5px;
}
.toolingdivision-list2 .tabul .li:nth-child(2n) {
  margin-right: 0;
}
.toolingdivision-list2 .tabul .li:hover, .toolingdivision-list2 .tabul .li.cur {
  background: #d6000f;
  color: #fff;
}
.toolingdivision-list2 .textbox {
  padding: 1rem 0 1.25rem;
  width: 100%;
  background: #d6000f;
}
.toolingdivision-list2 .text {
  max-width: 1300px;
  margin: 0 auto 2rem;
  width: 80%;
  padding: 0 2.8rem;
}
.toolingdivision-list2 .tip, .toolingdivision-list2 .tip2 {
  height: 1.75rem;
}
.toolingdivision-list2 .tip {
  left: 0;
  top: 0;
}
.toolingdivision-list2 .tip2 {
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}
.toolingdivision-list2 .ulbox {
  max-width: 1360px;
  margin: 0 auto;
  width: 80%;
}
.toolingdivision-list2 .ulbox .tit3 {
  margin-bottom: .35rem;
  padding-left: 30px;
  position: relative;
  font-weight: normal;
}
.toolingdivision-list2 .ulbox .tit3:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 4px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.toolingdivision-list2 .ulbox .tit4 {
  margin-top: .5rem;
}
.toolingdivision-list2 .ulbox .li {
  width: 21.25%;
  margin-right: 5%;
}
.toolingdivision-list2 .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.toolingdivision-list2 .itemli {
  display: none;
}

.toolingdivision-list3 {
  padding: 1.5rem 0 3.25rem;
  background: #f7f7f7;
}
.toolingdivision-list3 .tit2 {
  margin-bottom: 1.25rem;
}
.toolingdivision-list3 .img {
  display: block;
  margin: 0 auto;
}

.toolingdivision-list4 {
  padding: 1.5rem 0;
  background: #fff;
}
.toolingdivision-list4 .tit2 {
  margin-bottom: .25rem;
}
.toolingdivision-list4 .tit3 {
  margin-bottom: .7rem;
}
.toolingdivision-list4 .img {
  display: block;
  width: 52%;
}
.toolingdivision-list4 .itembox {
  width: 44%;
}
.toolingdivision-list4 .itembox .li {
  background: #f7f7f7;
  border-radius: 5px;
  padding: .5rem .6rem;
  margin-bottom: .5rem;
}
.toolingdivision-list4 .itembox p {
  padding-left: 38px;
  background: url(../img/materialsimg3.png) no-repeat left 5px;
  background-size: 16px 16px;
}

.toolingdivision-list5 {
  padding: 1.25rem 0 1.75rem;
  background: #f7f7f7;
  position: relative;
  z-index: 2;
}
.toolingdivision-list5 .tit2 {
  margin-bottom: 1rem;
}
.toolingdivision-list5 .honor-container {
  padding-bottom: 1.5rem;
}
.toolingdivision-list5 .honor-container .swiper-pagination {
  width: 60%;
  bottom: 0;
  top: auto;
  left: 50%;
  margin-left: -30%;
  border-radius: 6px;
  height: 6px;
  overflow: hidden;
}
.toolingdivision-list5 .honor-container .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #d6000f;
  border-radius: 6px;
  overflow: hidden;
}
.toolingdivision-list5 .swiper-slide a {
  display: block;
}
.toolingdivision-list5 .swiper-slide .img {
  width: 100%;
}
.toolingdivision-list5 .swiper-slide .img img {
  max-width: 100%;
}
.toolingdivision-list5 .swiper-slide .tit3 {
  margin-top: .35rem;
}
.toolingdivision-list5 .swiper-slide a:hover .img img {
  transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
}
.toolingdivision-list5 .swiper-slide a:hover .tit3 {
  color: #cf0013;
}

.toolingdivision-list6 {
  padding: 1.5rem 0 2rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.toolingdivision-list6 .ulbox {
  margin-top: 1rem;
}
.toolingdivision-list6 .ulbox .li {
  width: 14.26%;
  height: 2.25rem;
  margin-right: 2.88%;
  margin-bottom: 2.88%;
  border: 1px solid #e2e2e4;
}
.toolingdivision-list6 .ulbox .li:nth-child(6n) {
  margin-right: 0;
}
.toolingdivision-list6 .ulbox img {
  max-width: 100%;
  max-height: 60px;
}

.toolingdivision-list7 {
  padding: 1.5rem 0 2rem;
  background: #f7f7f7;
  position: relative;
  z-index: 2;
}
.toolingdivision-list7 .tab-ul {
  margin-top: .5rem;
}
.toolingdivision-list7 .tab-ul .li {
  margin: 0 .75rem;
  padding-bottom: 5px;
}
.toolingdivision-list7 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #d6000f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.toolingdivision-list7 .tab-ul .li:hover, .toolingdivision-list7 .tab-ul .li.cur {
  color: #c8000f;
}
.toolingdivision-list7 .tab-ul .li:hover:before, .toolingdivision-list7 .tab-ul .li.cur:before {
  opacity: 1;
}
.toolingdivision-list7 .ulbox {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}
.toolingdivision-list7 .ulbox .swiper-slide {
  background: #fff;
  border-radius: 4px;
}
.toolingdivision-list7 .ulbox .swiper-slide .img {
  margin: 2rem auto .75rem;
  width: 6rem;
  text-align: center;
  max-height: 231px;
}
.toolingdivision-list7 .ulbox .swiper-slide .img img {
  max-width: 100%;
}
.toolingdivision-list7 .ulbox .swiper-slide .text {
  padding: 0 0 1rem;
}
.toolingdivision-list7 .ulbox .swiper-slide .tit2 {
  color: #555;
  margin-bottom: .2rem;
  text-align: center;
  padding: 0 .75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toolingdivision-list7 .ulbox .swiper-slide .tit3 {
  color: #777;
  padding: 0 .75rem;
  text-align: center;
}
.toolingdivision-list7 .swiper-pagination {
  bottom: 0;
}
.toolingdivision-list7 .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 5px;
}
.toolingdivision-list7 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #cf0013;
}

.n-husers {
  padding: 2rem 0 3.5rem;
}
.n-husers .leftbox {
  width: 7rem;
}
.n-husers .leftbox .li {
  margin-bottom: 20px;
}
.n-husers .leftbox .img {
  width: 100%;
}
.n-husers .leftbox .img img {
  width: 100%;
}
.n-husers .leftbox .p {
  margin-top: .35rem;
}
.n-husers .rightbox {
  width: 58.66%;
}
.n-husers .rightbox .p {
  margin-bottom: 2rem;
}
.n-husers .tab-container {
  margin-top: .5rem;
  width: calc(100% - 60px);
}
.n-husers .tab-container .swiper-slide {
  padding-bottom: .5rem;
}
.n-husers .tab-container .swiper-slide:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #d6000f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
}
.n-husers .tab-container .swiper-slide.cur {
  color: #c8000f;
}
.n-husers .tab-container .swiper-slide.cur:before {
  opacity: 1;
}
.n-husers .warp-tab-container {
  border-bottom: 1px solid #eee;
}
.n-husers .warp-tab-container .button-next {
  width: 30px;
  height: 30px;
}
.n-husers .warp-tab-container .button-next .icon {
  width: 12px;
  height: 12px;
  fill: #d6000f;
}
.n-husers .box2 {
  padding: .5rem 0 2rem;
  border-bottom: 2px solid #eee;
}
.n-husers .tab2-ul {
  margin-bottom: 1rem;
}
.n-husers .tab2-ul .li {
  padding: 0 .75rem;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  margin-right: .5rem;
}
.n-husers .tab2-ul .li:hover, .n-husers .tab2-ul .li.cur {
  background: #f7f7f7;
  color: #333;
}
.n-husers .imgbox2 .swiper-button-prev {
  left: 0;
}
.n-husers .imgbox2 .swiper-button-prev .icon {
  transform: rotate(-180deg);
}
.n-husers .imgbox2 .swiper-button-next {
  right: -60px;
}
.n-husers .imgbox2 .swiper-button-prev {
  left: -60px;
}
.n-husers .imgbox2 .swiper-button-prev, .n-husers .imgbox2 .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d6000f;
  margin-top: -20px;
  top: 50%;
}
.n-husers .imgbox2 .swiper-button-prev .icon, .n-husers .imgbox2 .swiper-button-next .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.n-husers .box3 {
  padding-top: 2.25rem;
}
.n-husers .box3 .videobox {
  margin: 0 auto;
}
.n-husers .box3 .video-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.n-waterproof {
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 0.5rem 0 2rem;/*1.5rem 0 2rem*/
}
.n-waterproof .title-top {
  margin-bottom: 1.25rem;
}
.n-waterproof .title-top .tit3 {
  margin-top: .45rem;
}
.n-waterproof .leftbox {
  width: 300px;
}
.n-waterproof .leftbox .tit3 {
  padding-left: 8px;
  position: relative;
  margin-bottom: .5rem;
}
.n-waterproof .leftbox .tit3:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #d6000f;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.n-waterproof .leftbox .formbox {
  padding: 1.25rem;
  border-radius: 5px;
  background: #fafafa;
  margin-bottom: .55rem;
  border: 2px solid #eee;
}
.n-waterproof .leftbox .li {
  background: transparent;
  color: #c9c9c9;
  /*z-index: 3;*/
  width: 100%;
  margin-bottom: .5rem;
}
.n-waterproof .leftbox .sptitle {
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
}
.n-waterproof .leftbox .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}
.n-waterproof .leftbox .li.on .icon {
  transform: rotate(-180deg);
}
.n-waterproof .leftbox .iconbtn {
  width: 7.5rem;
  height: 50px;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
  margin-left: 1rem;
}
.n-waterproof .leftbox .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}
.n-waterproof .leftbox .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.n-waterproof .leftbox .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .3rem;
}
.n-waterproof .leftbox .item:last-child {
  border-bottom: none;
}
.n-waterproof .leftbox .item:hover {
  background: #d01e26;
  color: #fff;
}
.n-waterproof .leftbox .li:nth-child(1) {
  z-index: 4;
}
.n-waterproof .leftbox .li:nth-child(2) {
  z-index: 3;
}
.n-waterproof .leftbox .li:nth-child(3) {
  z-index: 2;
  /*margin-bottom: 1rem;*/
}
.n-waterproof .leftbox .btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  background: #d6000f;
  display: block;
}
.n-waterproof .leftbox .btn:hover {
  color: #fff;
}
.n-waterproof .leftbox .img-container {
  padding-bottom: .9rem;
  overflow: hidden;
}
.n-waterproof .leftbox .img-container .swiper-slide a {
  display: block;
}
.n-waterproof .leftbox .img-container .swiper-pagination {
  bottom: 0;
}
.n-waterproof .leftbox .img-container .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 5px;
}
.n-waterproof .leftbox .img-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #cf0013;
}
.n-waterproof .rightbox {
  width: calc(100% - 300px - 3rem);
}
.n-waterproof .rightbox .imgbox {
  width: 100%;
}
.n-waterproof .rightbox .dian {
  z-index: 3;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  /*border: .1rem solid #6bceff;*/
  background:#6bceff;
}
.n-waterproof .rightbox .dian:nth-child(1) {
  left: 55%;
  top: 6%;
}
.n-waterproof .rightbox .dian:nth-child(2) {
  left: 73%;
  top: 23%;
}
.n-waterproof .rightbox .dian:nth-child(3) {
  /*left: 76%;
  top: 43%;*/
      left: 32%;
    top: 23%;
}
.n-waterproof .rightbox .dian:nth-child(4) {
  left: 80%;
  top: 50%;
}
.n-waterproof .rightbox .dian:nth-child(5) {
  left: 46%;
  top: 19%;
}
.n-waterproof .rightbox .dian:nth-child(6) {
  /*left: 50%;
  top: 23%;*/
  left: 59%;
    top: 44%;
}
.n-waterproof .rightbox .dian:nth-child(7) {
  left: 62%;
  top: 26%;
}
.n-waterproof .rightbox .dian:nth-child(8) {
  /*left: 57%;
  top: 45%;*/
      left: 76%;
    top: 43%;
}
.n-waterproof .rightbox .dian:nth-child(9) {
  left: 58%;
  top: 62%;
}

.n-waterproof .rightbox .dian:nth-child(10) {
  left: 77%;
  top: 79%;
}
.n-waterproof .rightbox .dian:nth-child(11) {
  left: 25%;
  top: 60%;
}
.n-waterproof .rightbox .dian:nth-child(12) {
  /*left: 31%;
  top: 52%;*/
      left: 34%;
    top: 52%;
}
.n-waterproof .rightbox .dian:nth-child(13) {
      left: 21%;
    top: 35%;
}
.n-waterproof .rightbox .dian:nth-child(14) {
      left: 34%;
    top: 38%;
}

.n-map {
  padding-bottom: 0;
}
.n-map .formbox .iconbtn {
  margin-left: 0rem;
}
.n-map .tab-ul {
  padding: .5rem 0;
}
.n-map .tab-ul .li {
  margin-right: 1rem;
  color: #444;
}
.n-map .tab-ul .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  border: 1px solid #bfbfbf;
}
.n-map .tab-ul .icon img {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.8, 0.8);
  transition: all .3s;
}
.n-map .tab-ul .li.cur .icon {
  border: 1px solid transparent;
}
.n-map .tab-ul .li.cur .icon img {
  transform: scale(1, 1);
  opacity: 1;
}
.n-map .map {
  width: 100%;
}
.n-map #networkmap {
  width: 100%;
  height: 20rem;
  z-index: 1;
}
.n-map #networkmap .amap-simple-marker-def-style .amap-simple-marker-icon {
  background-image: url("../img/mbg_v2-fs8.png");
}
.n-map #networkmap .amap-simple-marker-label {
  font-size: 15px;
  color: #fff;
}
.n-map .networkmap .network-list {
  max-height: 10rem;
  margin-top: .85rem;
}
.n-map .networkmap .network-list:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 20%;
  background: -webkit-linear-gradient(transparent, white);
  background: linear-gradient(transparent, white);
  z-index: 2;
}
.n-map .networkmap .network-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ed431d;
  border-radius: 0;
  width: 4px;
}
.n-map .networkmap .network-list .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(211, 211, 211, 0.4);
}
.n-map .networkmap .network-list .li {
  padding: .5rem 0;
  cursor: pointer;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.n-map .networkmap .network-list .li:last-child{
  margin-bottom:3rem;
}
.n-map .networkmap .network-list .tit {
  color: #222;
  line-height: 1.5;
  margin-bottom: .35rem;
}
.n-map .networkmap .network-list .tit .tit2 {
  width: 160px;
  margin-right: 15px;
  /*padding-left: 15px;*/
  margin-left:10px;
  position: relative;
}
/*.n-map .networkmap .network-list .tit .tit2:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #d6000f;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
}*/
.n-map .networkmap .network-list .tit .sp {
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
}
.n-map .networkmap .network-list .tit .tipbox {
  position: absolute;
  right: 0;
  top: 25px;
  width: 4rem;
  box-shadow:0 0 10px 0 rgba(0,0,0,.2);
  border-radius:10px;
  overflow: hidden;
  z-index: 3;
  margin-left: 8px;
  opacity: 0;
   min-height:120px;
  border:2px solid #d01e26;
  transform: translate(0, -10px);
  visibility: hidden;
}
.n-map .networkmap .network-list .tit .tipimg:hover .tipbox {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.n-map .networkmap .network-content {
  position: absolute;
  top: 2rem;
  left: calc(50vw - 750px);
  background: #fff;
  width: 400px;
  padding: 1rem 1rem 1.7rem;
  z-index: 3;
}
.n-map .networkmap {
  position: relative;
}
.n-map .myadd {
  height: 36px;
  line-height: 32px;
  border: 2px solid #d6000f;
  border-radius: 8px;
  margin-bottom: .5rem;
}
.n-map .myadd svg {
  width: 20px;
  height: 20px;
  fill: #dd2c38;
  margin-right: .25rem;
}

@media (max-width: 1600px) {
  .n-map .networkmap .network-content {
    left: 5%;
  }
}
/*img{
  transform:scale3d(1.1, 1.1, 1.0) translate3d(0,0,0);
}*/
.news-list6-dialog3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.news-list6-dialog3 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}
.news-list6-dialog3 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 1000px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  text-align: center;
  opacity: 0;
}
.news-list6-dialog3 .dialog__content #video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}
.news-list6-dialog3 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.news-list6-dialog3 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.news-list6-dialog3.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog3.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog3.dialog--open #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog3.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog3.dialog--open .dialog__content, .news-list6-dialog3.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog3.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog3 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog3.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1024px) {
  .news-list6-dialog3 .closebtn {
    background: #de0000;
    color: #fff;
  }

  .news-list6-dialog3 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog3 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog3 .closebtn {
    right: 3%;
  }
}
.news-list6-dialog4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.news-list6-dialog4 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.news-list6-dialog4 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 1200px;
  width: 90%;
  border-radius: 0px;
  background: #fff;
  padding: 2rem 2.5rem;
  box-shadow: none;
  text-align: center;
  opacity: 0;
}
.news-list6-dialog4 .img-container2 {
  width: 10rem;
  height: 12.5rem;
  background: #e8e8e8;
  overflow: hidden;
}
.news-list6-dialog4 .img-container2 .swiper-slide a {
  height: 12.5rem;
}
.news-list6-dialog4 .img-container2 .swiper-slide img {
  max-height: 9rem;
}
.news-list6-dialog4 .img-container2 .swiper-pagination {
  bottom: 30px;
}
.news-list6-dialog4 .img-container2 .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 5px;
}
.news-list6-dialog4 .img-container2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #cf0013;
}
.news-list6-dialog4 .rightbox {
  width: calc(100% - 11.5rem);
  max-height: 12.5rem;
}
.news-list6-dialog4 .rightbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #d6000f !important;
  border-radius: 0;
}
.news-list6-dialog4 .rightbox .li-item {
  margin-bottom: .75rem;
}
.news-list6-dialog4 .rightbox .li-item.cur .btn {
  transform: rotate(-180deg);
}
.news-list6-dialog4 .rightbox .li-item.cur .btn .icon {
  fill: #d81e06;
}
.news-list6-dialog4 .rightbox .tit3 {
  padding-left: 28px;
  position: relative;
  margin-bottom: .5rem;
}
.news-list6-dialog4 .rightbox .tit3:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #d6000f;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.news-list6-dialog4 .rightbox .tit3 span {
  max-width: calc(100% - 50px);
}
.news-list6-dialog4 .rightbox .li-item .btn {
  width: 40px;
  height: 40px;
  margin-left: .5rem;
  transition: all .4s;
}
.news-list6-dialog4 .rightbox .btn .icon {
  width: 25px;
  height: 25px;
  fill: #a0a0a0;
  transition: all .4s;
}
.news-list6-dialog4 .rightbox .ptext {
  display: none;
}
.news-list6-dialog4 .closebtn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.news-list6-dialog4 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #d6000f;
}

.news-list6-dialog4.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog4.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog4.dialog--open .dialog__content, .news-list6-dialog4.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog4.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog4 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog4.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1024px) {
  .news-list6-dialog4 .closebtn {
    background: #de0000;
    color: #fff;
  }

  .news-list6-dialog4 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog4 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog4 .closebtn {
    right: 3%;
  }
}




.news-list6-dialog5 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.news-list6-dialog5 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.news-list6-dialog5 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  width: 600px;
  border-radius: 6px;
  background: #fff;
  padding: 1.5rem 2.5rem;
  box-shadow: none;
  text-align: center;
  opacity: 0;
}
.news-list6-dialog5 .dialog__content .li {
  color: #c9c9c9;
  width: 48%;
  margin-bottom: .5rem;
}
.news-list6-dialog5 .dialog__content .sptitle {
  height: 1.5rem;
  border: 1px solid #d7d7d7;
  padding: 0 0.35rem 0 .75rem;
  border-radius: 6px;
  background: #f5f5f5;
}
.news-list6-dialog5 .dialog__content .li .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}
.news-list6-dialog5 .dialog__content .li.on .icon {
  transform: rotate(-180deg);
}
.news-list6-dialog5 .dialog__content .iconbtn {
  width: 7.5rem;
  height: 1.5rem;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
  margin-left: 1rem;
}
.news-list6-dialog5 .dialog__content .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}
.news-list6-dialog5 .dialog__content .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.5rem;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.news-list6-dialog5 .dialog__content .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .3rem;
  text-align: left;
}
.news-list6-dialog5 .dialog__content .item:last-child {
  border-bottom: none;
}
.news-list6-dialog5 .dialog__content .item:hover {
  background: #d01e26;
  color: #fff;
}
.news-list6-dialog5 .dialog__content .li:nth-child(1) {
  z-index: 4;
}
.news-list6-dialog5 .dialog__content .li:nth-child(2) {
  z-index: 3;
}
.news-list6-dialog5 .dialog__content .li:nth-child(3) {
  z-index: 2;
}
.news-list6-dialog5 .dialog__content .btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  background: #d6000f;
  display: block;
}
.news-list6-dialog5 .dialog__content .btn:hover {
  color: #fff;
}
.news-list6-dialog5 .dialog__content .input {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #333;
  background: #f5f5f5;
  border-radius: 6px;
  width: 100%;
  height: 1.5rem;
  padding: 0 0.75rem;
  border: 1px solid #d7d7d7;
  box-shadow: none;
}
.news-list6-dialog5 .dialog__content .input:focus {
  border-color: rgba(208, 30, 38, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
}
.news-list6-dialog5 .dialog__content .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b2b2;
}
.news-list6-dialog5 .dialog__content .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b2b2;
}
.news-list6-dialog5 .dialog__content .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b2b2;
}
.news-list6-dialog5 .dialog__content .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b2b2;
}
.news-list6-dialog5 .tit3 {
  margin-bottom: .7rem;
}
.news-list6-dialog5 .closebtn {
  position: absolute;
  right: .8rem;
  top: .8rem;
  z-index: 3;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.news-list6-dialog5 .closebtn svg {
  width: 30px;
  height: 30px;
  fill: #d6000f;
}

.news-list6-dialog5.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog5.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog5.dialog--open .dialog__content, .news-list6-dialog5.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog5.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog5 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog5.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}






.n-sitemaps {
  background: #f7f7f7;
}
.n-sitemaps .top-title {
  padding: .75rem 0;
}
.n-sitemaps .top-title a:hover {
  color: #d6000f;
}
.n-sitemaps .contentbox {
  padding: 1.5rem 0 6.75rem;
}
.n-sitemaps .tit2 {
  margin-bottom: 1.5rem;
}
.n-sitemaps .ulbox {
  width: 100%;
  padding: 0 6%;
}
.n-sitemaps .ulbox .li {
  width: 16.28%;
  padding-right: 2%;
  margin-bottom:2%;
}
.n-sitemaps .ulbox .tit4 {
  margin-bottom: .5rem;
}
.n-sitemaps .ulbox .tit3 {
  display: block;
  margin-bottom: .1rem;
}
.n-sitemaps .ulbox .tit3:hover {
  color: #d6000f;
  opacity: 1;
}
.n-sitemaps .ulbox .tit4:hover {
  color: #d6000f;
  opacity: 1;
}

.n-contact {
  background: #fff;
  position: relative;
  z-index:2;
}
.n-contact .rightbox {
  width: 42%;
  height: 22.5rem;
  padding: 2rem 2.5rem;
}
.n-contact .tit2 {
  margin-bottom: 1.25rem;
}
.n-contact .tit3 {
  margin-bottom: .25rem;
}
.n-contact .tit4 {
  margin-bottom: 1.5rem;
}
.n-contact .tit5 {
  margin-bottom: .25rem;
}
.n-contact .tipli {
  max-width: 3.75rem;
  width:27%;
  margin: 0 10px;
}
.n-contact .tipli img {
  width: 100%;
}
.n-contact .leftbox {
  width: 58%;
  height: 22.5rem;
}
.n-contact #container {
  width: 100%;
  height: 100%;
}
.n-contact .amap-info-content {
  background: #d6000f;
  padding: 15px;
}
.n-contact .amap-info-content .maplogo {
  width: 2.25rem;
}
.n-contact .n-contact .amap-info-content {
  width: 400px !important;
}
.n-contact .amap-info-content .maplogo img {
  width: 100%;
}
.n-contact .amap-info-content .text {
  width: calc(100% - 3rem);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: .5rem;
  margin-left: .5rem;
  color: #fff;
}
.n-contact .amap-info-content .text .tit-18 {
  margin-bottom: .15rem;
}
.n-contact .bottom-center .amap-info-sharp {
  border-top: 8px solid #d6000f;
}
.n-contact .amap-info-content .amap-info-close {
  color: #fff;
}

.news-list6-dialog7 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog7 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.news-list6-dialog7 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  width: 800px;
  border-radius: 6px;
  background: #fff;
  padding: 1rem 2.5rem 1.5rem;
  background: url(../img/abg.jpg) no-repeat center bottom;
  background-size: cover;
  box-shadow: none;
  text-align: center;
  border-top: .5rem;
  opacity: 0;
}

.news-list6-dialog7 .dialog__content .litembox {
  margin-bottom: .3rem;
}

.news-list6-dialog7 .dialog__content .litembox .input3 {
  width: calc(100% - 2.5rem);
}

.news-list6-dialog7 .dialog__content .litembox .coadimg {
  width: 2.2rem;
  margin-left: .3rem;
}
.news-list6-dialog7 .dialog__content .litembox:nth-child(4) .li{
  margin-bottom:.5rem;
}

.news-list6-dialog7 .dialog__content .resetbtn {
  width: 3rem;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #b5b5b5;
  margin-right: 15px;
}

.news-list6-dialog7 .dialog__content .submitbtn {
  width: 4rem;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #d6000f;
}

.news-list6-dialog7 .dialog__content .tit4 {
  width: 100%;
  margin-bottom: .2rem;
  text-align: left;
}

.news-list6-dialog7 .dialog__content .li {
  color: #c9c9c9;
  width: 32%;
}

.news-list6-dialog7 .dialog__content .sptitle {
  height: 1.5rem;
  border: 1px solid #d7d7d7;
  padding: 0 0.35rem;
  border-radius: 6px;
}

.news-list6-dialog7 .dialog__content .li .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}

.news-list6-dialog7 .dialog__content .li.on .icon {
  transform: rotate(-180deg);
}

.news-list6-dialog7 .dialog__content .iconbtn {
  width: 7.5rem;
  height: 1.5rem;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
  margin-left: 1rem;
}

.news-list6-dialog7 .dialog__content .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}

.news-list6-dialog7 .dialog__content .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.5rem;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}

.news-list6-dialog7 .dialog__content .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .3rem;
  text-align: left;
}

.news-list6-dialog7 .dialog__content .item:last-child {
  border-bottom: none;
}

.news-list6-dialog7 .dialog__content .item:hover {
  background: #d01e26;
  color: #fff;
}

.news-list6-dialog7 .dialog__content .litembox:nth-child(2) {
  z-index: 4;
  position: relative;
}
/*
.news-list6-dialog7 .dialog__content .li:nth-child(2) {
  z-index: 3;
}

.news-list6-dialog7 .dialog__content .li:nth-child(3) {
  z-index: 2;
}*/
.news-list6-dialog7 .dialog__content .litembox:nth-child(4) {
  z-index: 3;
  position: relative;
}

.news-list6-dialog7 .dialog__content .input {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #333;
  border-radius: 6px;
  width: 100%;
  height: 1.5rem;
  padding: 0 0.35rem;
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

.news-list6-dialog7 .dialog__content .input:focus {
  border-color: rgba(208, 30, 38, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
}

.news-list6-dialog7 .dialog__content .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input2 {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #333;
  border-radius: 6px;
  width: 100%;
  height: 2.5rem;
  padding: 10px 0.35rem 0;
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

.news-list6-dialog7 .dialog__content .input2:focus {
  border-color: rgba(208, 30, 38, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
}

.news-list6-dialog7 .dialog__content .input2::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input2:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input3 {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #333;
  border-radius: 6px;
  width: 100%;
  height: 1.5rem;
  padding: 0 0.35rem;
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

.news-list6-dialog7 .dialog__content .input3:focus {
  border-color: rgba(208, 30, 38, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(208, 30, 38, 0.6);
}

.news-list6-dialog7 .dialog__content .input3::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .input3:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b2b2;
}

.news-list6-dialog7 .dialog__content .coadbox {
  max-width: calc(100% - 340px);
  position: relative;
}
.news-list6-dialog7 .dialog__content .coadbox .captcha{
  position: absolute;
  right:0;
  width:2.2rem;
  z-index:2;
}
.news-list6-dialog7 .dialog__content .litembox:nth-child(5){
  position: relative;
  z-index:1;
}
.news-list6-dialog7 .dialog__content .litembox:nth-child(5) .li{
  margin-bottom:0;
}
.news-list6-dialog7 .tit3 {
  margin-bottom: .7rem;
}

.news-list6-dialog7 .closebtn {
  position: absolute;
  right: .8rem;
  top: .8rem;
  z-index: 3;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}

.news-list6-dialog7 .closebtn svg {
  width: 30px;
  height: 30px;
  fill: #d6000f;
}

.news-list6-dialog7.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog7.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog7.dialog--open .dialog__content, .news-list6-dialog7.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog7.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog7 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog7.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}
@-webkit-keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}



.about-list4 .leftbox .tit4{
  align-items: baseline;
}
body,html{
  min-width:1200px;
  overflow-x: auto;
}
.toolingdivision-list2 .ulbox{
  margin-bottom:-.7rem;
}
.toolingdivision-list2 .ulbox .li{
  margin-bottom:.7rem;
}
.inquiry-list1 .warp-ulbox .img{
  min-height:7rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.inquiry-list1 .warp-ulbox .img img{
  max-width:100%;
  max-height:6.5rem;
  width:auto;
}
.inquiry-list1 .formbox .li{
  color:#333;
}
.sociology-list2 .rightbox{
  width:420px;
}
.sociology-list2 .rightbox .li{
  width:100%;
}
.service-list1 .contentbox .iconbtn{
  position: relative;
}
.service-list1 .contentbox .iconbtn input{
  position: absolute;
  left:0;
  top:0;
  opacity:0;
  width: 3rem;
    height: 50px;
    background: #d01e26;
    z-index: 3;
    border-radius: 5px;
}
.service-list1 .contentbox .libox{
  max-height:200px;
  overflow-y: auto;
}
/*.service-list1 .contentbox .tit2{
  width:100%;
  text-align:center;
  margin-bottom:.5rem;
}*/
/*.service-list1 .contentbox .li{
  width: calc((100% - 3rem - 60px) / 4);
}*/
.service-list1 .contentbox .li4{
  position: relative;
}
.service-list1 .contentbox .li4 .captcha{
  position: absolute;
  width:2rem;
  right:0;
  top:.35rem;
}
.service-list1 .contentbox .li4 span{
  position: absolute;
  z-index:2;
  bottom:0;
}


.n-search {
  padding: 2rem 0;
  background: #f5f5f5;
}
.n-search .tab-ul {
  margin-top: 1rem;
}
.n-search .tab-ul .li {
  margin: 0 10px;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: #fff;
  background: #999;
  cursor: pointer;
}
.n-search .tab-ul .li:hover, .n-search .tab-ul .li.cur {
  background: #d6000f;
}
.n-search .search_all {
  margin-top: .65rem;
}
.n-search .search_all span {
  color: #d6000f;
}
.n-search .warpajax-list .product-list2 {
  background: transparent;
  padding: 0;
}
.n-search .ulbox2 {
  padding: 1rem 0 0;
}
.n-search .ulbox2 .li {
  padding: .65rem 0;
  display: block;
  border-bottom: 1px solid #d1d1d1;
}
.n-search .ulbox2 .tit4 {
  margin-top: .2rem;
}
.n-search .ulbox2 .li:hover .tit3 {
  color: #d6000f;
}
.n-search .warpajax {
  display: none;
}

.footer4 .linkbox1{
  width: 120px;
  height: 20px;
  box-sizing: content-box;
  border: 1px solid rgba(132,132,132,.8);
  padding:5px;
  margin-left:.5rem;
  position: relative;
  cursor: pointer;
}
.link-title{
  line-height:20px;
}
.footer4 .linkbox1 svg{
  width: 15px;
  height: 15px;
  fill:rgba(255, 255, 255, .8);
}
.footer4 .linkbox1 .link-list{
  position: absolute;
  width: 100%;
  bottom: 31px;
  left: -1px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: none;
  box-sizing: content-box;
}
.footer4 .linkbox1 .link-li{
    /*height: 35px;*/
    line-height: 1.6;
    display:block;
    color: #666;
    border-bottom: 1px solid #cdcdcd;
    padding: 8px 15px;
    margin-left:0;
}
.footer4 .linkbox1 .link-li:last-child{
  border-bottom:none;
}

.n-husers .box3 .video-container{
  padding-bottom:1.5rem;
  position: relative;
}
 
.n-husers .box3 .video-container .swiper-pagination{
  height:10px;
}
.n-husers .box3 .video-container .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 5px;
}
.n-husers .box3 .video-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #cf0013;
}
.n-waterproof .rightbox .dian:before{
  animation:boderM 3s infinite;
}
.n-waterproof .rightbox .dian:after{
  animation: boderM 3s .75s infinite;
}
.n-waterproof .rightbox .dian:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(106,205,254,0.4);
}
.n-waterproof .rightbox .dian:after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(106,205,254,0.6);
}
.n-waterproof .rightbox .dian .name{
  position: absolute;
  padding:0 1rem 0 1.25rem;
  height:45px;
  border-radius:45px;
  background:rgba(106,205,254,0.8);
  top:50%;
  margin-top:-22.5px;
  left:30px;
  white-space: nowrap;
  flex-flow: row nowrap;
  opacity:0;
  transform:scale(0,1);
  transform-origin:left center;
  transition: all .4s;
}
.n-waterproof .rightbox .dian .name .icon{
  width:16px;
  height:16px;
  fill:#fff;
  margin-left:.35rem;
}
.n-waterproof .rightbox .dian:hover .name{
  opacity:1;
  transform:scale(1,1);
}

.service-list4 .morebtn{
  display:none;
}
.service-list4 .morebtn .icon {
  width: 12px;
  height: 12px;
  fill: #d6000f;
  margin-left: .25rem;
}

.text-warpbox .inputform{
  display:none;
}
.consumption-list1 .warplitem .libox .z-itembox{
  display:none;
}
.warp-li-item .li-item{
  display:none;
}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }

}
.partner-list2 .captcha {
  position: absolute;
  right: .5rem;
  bottom: .75rem;
  width: 2.5rem;
}
.amap-info-content .addressimg{
  margin-bottom:.25rem;
}
.n-map .networkmap .network-list .bot{
  margin-top:.35rem;
}
.n-map .networkmap .network-list .tit .tipbox{
  width: 300px;
  
  background:#fff;
}
.n-map .networkmap .network-list .tipbox img{
  width:3rem;
} 
.n-map .networkmap .network-list .tit .tiptext{
  width:calc(100% - 3rem);
  padding-left:.5rem;
  padding-right:.8rem;
  line-height:1.5;
}

.probleminfo-top .top-title {
  height: 70px;
  line-height: 70px;
  margin-bottom: .5rem;
}

.probleminfo-top .top-title .back-btn {
  height: 40px;
  line-height: 36px;
  padding: 0 .75rem;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  border: 2px solid #dcdcdc;
}
.probleminfo-top .top-title .back-btn:hover{
  background:#d6000f;
  color:#fff;
  border:2px solid #d6000f;
}

.probleminfo-top .top-title .tit2 a {
  transition: all .4s;
}

.probleminfo-top .top-title .tit2 a:hover {
  color: #d6000f;
}
.probleminfo1{
  padding:1rem 0 3rem;
}
.fix-footer{
  position:fixed;
  right:0;
  top: 30%;
  width:56px;
  z-index:9;
}
.fix-footer a{
  width:130px;
  height:56px;
  margin-bottom:5px;
  background:#d6000f;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  overflow: hidden;
  transition: all .4s;
}
.fix-footer a img{
  width:56px;
  height:56px;
  margin-right:5px;
}
.fix-footer a:hover{
  color:#fff;
  transform:translate(-74px,0);
}


.zbotton{
  position: absolute;
  width:140px;
  height:calc(1.5rem - 10px);
  line-height:calc(1.5rem - 10px);
  border-radius:8px;
  bottom:5px;
  z-index:2;
  background:#d6000f;
  right:10px;
  cursor:pointer;
}


.service-list5{
  padding:1.75rem 0;
  background:#fff;
  z-index:2;
}

.service-list5 .mapimg{
  width:63.7%;
}
.service-list5 .text{
  width:31%;
}
.service-list5 .text .tit2{
  margin-bottom:1.25rem;
}
.service-list5 .text .tit4{
  margin-bottom:1.5rem;
}
.service-list5 .text .tit5{
  margin-bottom:.25rem;
}
.service-list5 .text .itemli img{
  height:.6rem;
}
.service-list5 .text .itemli{
  margin-bottom:.25rem;
}
.service-list5 .text .itemli span{
  margin-left:.25rem;
}


.inquiry-list1{
  padding-bottom:0;
}
.inquiry-list1 .warp-ulbox{
  padding:0 0 1.5rem;
  background:#fafafa;
}
.inquiry-list1 #inquirylist{
  width:68%;
}
.inquiry-list1 .leftbox2{
  width:68%;
}
.inquiry-list1 .leftbox .li{
  width:100%;
  background:#fff;
  margin-bottom:.5rem;
  border-radius:8px;
  overflow: hidden;
  margin-right:0;
  border:none;
  padding-bottom:.5rem;
}
.inquiry-list1 .rightbox{
  width:calc(32% - 20px);
  padding:.5rem;
  margin-top:80px;
  background:#fff;
}
.inquiry-list1 .rightbox2{
  margin-top:0;
}
.inquiry-list1 .tiptext{
  height:80px;
  line-height:80px;
  width:100%;
}
.inquiry-list1 .tiptext .icon{
  width:20px;
  height:20px;
  fill:#d91926;
  margin-right:.25rem;
}
.inquiry-list1 .leftbox .li{
  padding-left:20px;
  padding-top:.5rem;
}
.inquiry-list1 .leftbox .li .img{
  width:180px;
  padding:0;
  min-height:auto;
  border-bottom:none;
}
.inquiry-list1 .leftbox .li .text{
  width:calc(100% - 200px);
  margin-left:20px;
  position: relative;
}
.inquiry-list1 .warp-ulbox .li .tit4{
  width:100%;
  height:55px;
  line-height:55px;
  margin-bottom:.3rem;
}
.inquiry-list1 .warp-ulbox .li .tit4:before{
  content:"";
  position: absolute;
  width:calc(100% - 100px);
  right:0;
  bottom:0;
  height:1px;
  background:#eaeaea;
}
.inquiry-list1 .warp-ulbox .li .item{
  width:45%;
  padding:10px 0;
}
.inquiry-list1 .warp-ulbox .li .item img{
  /*height:.5rem;*/
  width:15px;
  margin-right:.35rem;
}
.inquiry-list1 .warp-ulbox .li .item p{
  width:calc(100% - 40px);
}
.inquiry-list1 .warp-ulbox .rightbox .img2{
  width:100%;
  border-radius:5px;
  overflow: hidden;
  margin-bottom:.5rem;
}
.inquiry-list1 .warp-ulbox .rightbox .img2 img{
  width:100%;
}
.inquiry-list1 .warp-ulbox .lititle{
  height:48px;
  border-radius:5px;
  background:#fafafa;
  cursor:pointer;
}
.inquiry-list1 .warp-ulbox .lititle .sp2{
  width:calc(100% - 45px);
}
.inquiry-list1 .warp-ulbox .litem{
  margin-bottom:.5rem;
}
.inquiry-list1 .warp-ulbox .lititle .spicon{
  width:45px;
  height:45px;
  line-height:45px;
  text-align:center;
  background:#cecece;
  font-family:"Arial";
  border-radius:5px;
}
.inquiry-list1 .warp-ulbox .lititle span{
  width:calc(100% - 65px);
  margin-left:20px;
}
.inquiry-list1 .warp-ulbox .lititle .btn{
  width:25px;
  height:25px;
  margin-right:15px;
  /*background: #000;*/
    border-radius: 50%;
  transform:rotate(-90deg);
  transition: all .4s;
}
.inquiry-list1 .warp-ulbox .lititle.cur .btn{
  transform:rotate(-270deg);
}
.inquiry-list1 .warp-ulbox .lititle .btn .icon{
  width:25px;
  height:25px;
  fill:#e5e5e5;
}
.inquiry-list1 .warp-ulbox .litext{
  padding:15px 0;
  display:none;
}
.inquiry-list1 .warp-ulbox .litext .spicon{
  width:45px;
  height:45px;
  line-height:45px;
  text-align:center;
  background:#d6000f;
  font-family:"Arial";
  border-radius:5px;
}
.inquiry-list1 .warp-ulbox .litext span{
  width:calc(100% - 65px);
  margin-left:20px;
}




.inquiry-list1 .leftbox .leftbox-content{
  padding-left:20px;
  padding-top:.5rem;
  border-radius:6px;
  background:#fff;
}
.inquiry-list1 .leftbox .leftbox-content .img{
  width:180px;
  padding:0;
  min-height:auto;
  border-bottom:none;
}
.inquiry-list1 .leftbox .leftbox-content .text{
  width:calc(100% - 200px);
  margin-left:20px;
  padding-right:1rem;
  padding-bottom:1rem;
  position: relative;
}
.inquiry-list1 .warp-ulbox .leftbox-content .tit4{
  width:100%;
  height:55px;
  line-height:55px;
  margin-bottom:.3rem;
}
.inquiry-list1 .warp-ulbox .leftbox-content .tit4:before{
  content:"";
  position: absolute;
  width:calc(100% - 100px);
  right:0;
  bottom:0;
  height:1px;
  background:#eaeaea;
}
.inquiry-list1 .warp-ulbox .leftbox-content .item{
  width:45%;
  padding:15px 0;
  border-bottom:1px solid #eee;
}
.inquiry-list1 .warp-ulbox .leftbox-content .item img{
  /*height:.5rem;*/
  width:15px;
  margin-right:.35rem;
}
.inquiry-list1 .warp-ulbox .leftbox-content .item p{
  width:calc(100% - 40px);
}
.inquiry-list1 .leftbox .leftbox-content .itembox{
  margin-bottom:1.05rem;
}
.inquiry-list1 .leftbox .leftbox-content .tit5{
  margin-bottom:.35rem;
}
.inquiry-list1 .leftbox .leftbox-content .n-text{
  padding-bottom:1rem;
  margin-bottom:.75rem;
  border-bottom:1px dashed #e3e3e3;
}
.inquiry-list1 .leftbox .leftbox-content .img-container{
  padding-bottom:1rem;
}
.inquiry-list1 .leftbox .leftbox-content .img-container .swiper-pagination{
  bottom:0;
}
.inquiry-list1 .leftbox .leftbox-content .img-container .swiper-pagination span{
  bottom:0;
  width:10px;
  height:10px;
  background:#bebebe;
}
.inquiry-list1 .leftbox .leftbox-content .img-container .swiper-pagination span.swiper-pagination-bullet-active{
  background:#d6000f;
}

.inquiry-list1 .leftbox .leftbot{
  padding:1rem 0;
}
.inquiry-list1 .leftbox .leftbot .ulbox2{
  margin-bottom:-2%;
}
.inquiry-list1 .leftbox .leftbot .ulbox2 .li2{
  width:23.5%;
  margin-right:2%;
  margin-bottom:2%;
  padding-top:.5rem;
  border-radius:8px;
  border:1px solid #e5e5e5;
  background:#fff;
}
.inquiry-list1 .leftbox .leftbot .ulbox2 .text3{
  padding:20px;
  border-top:1px solid #e5e5e5;
}
.inquiry-list1 .leftbox .leftbot .ulbox2 .li2 .img2{
  height:4.5rem;
  align-items: flex-end;
}
.inquiry-list1 .leftbox .leftbot .ulbox2 .li2 .img2 img{
  max-height:100%;
  max-width:100%;
}
.inquiry-list1 .leftbox .leftbot .tit5{
  margin-bottom:.5rem;
}
.inquiry-list1 .leftbox .leftbot .ulbox2 .li2:nth-child(4n){
  margin-right:0;
}
@media (max-width: 1280px) {
  .pc-bocweb-header3 .nav .li{
    margin:0 .5rem;
  }
}





.cooperation-list3 .formbox .li {
  color: #c9c9c9;
  width:calc(33.3% - 40px - 10px);
}
.cooperation-list3 .formbox .li .sptitle span{
  width:calc(100% - 30px);
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cooperation-list3 .formbox .sptitle {
  height: 1.5rem;
  border: 1px solid #d7d7d7;
  padding: 0 0.35rem;
  border-radius: 6px;

}

.cooperation-list3 .formbox .li .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}

.cooperation-list3 .formbox .li.on .icon {
  transform: rotate(-180deg);
}

.cooperation-list3 .formbox .iconbtn {
  width: 7.5rem;
  height: 1.5rem;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
  margin-left: 1rem;
}

.cooperation-list3 .formbox .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}

.cooperation-list3 .formbox .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.5rem;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}

.cooperation-list3 .formbox .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .3rem;
  text-align: left;
}

.cooperation-list3 .formbox .item:last-child {
  border-bottom: none;
}

.cooperation-list3 .formbox .item:hover {
  background: #d01e26;
  color: #fff;
}




.service-list1 .contentbox .li{
  width: calc((100% - 9.5rem) / 6);
}
.service-list1 .contentbox .li5{
  width: calc(((100% - 7rem) / 7)*2 - 115px + 2rem);
}
.service-list1 .contentbox .iconbtn{
  margin-left:2rem;
}
.service-list1 .contentbox .sptitle{
  padding: 0 5px 0 10px;
}
.service-list1 .contentbox .input{
  padding: 0 10px;
}
.zbotton{
  width:80px;
}
.service-list1 .contentbox .li4{
  width:115px;
}




.waterproof-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.waterproof-dialog .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}
.waterproof-dialog .dialog__content {
  position: relative;
  z-index: 5;
  width: 1000px;
  max-width: 90%;
  opacity: 0;
}
.waterproof-dialog .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.waterproof-dialog .contentbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.waterproof-dialog .textbox {
  width: 318px;
  height: auto;
  padding: .75rem;
  margin-right: 1.75rem;
  position: relative;
  z-index: 3;
}
.waterproof-dialog .textbox .tit3 {
  margin-bottom: .7rem;
}
.waterproof-dialog .textbox .tit4 {
  margin-bottom: .3rem;
}
.waterproof-dialog .textbox .tit5 {
  margin-bottom: .3rem;
}
.waterproof-dialog .textbox span {
  color: #d6000f;
}
.waterproof-dialog .textbox .sp2 {
  width:calc(100% - 80px);
}
.waterproof-dialog .textbox .tit3{
  font-size:18px;
}
.waterproof-dialog .textbox .sp {
  margin-left: .5rem;
  width: 20px;
  transition: all .4s;
}
.waterproof-dialog .textbox .sp:hover {
  color: #f10011;
}
.waterproof-dialog .textbox .iconimg {
  width: 12px;
  height: 12px;
  margin-left: .5rem;
}
.waterproof-dialog .closebtn {
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.waterproof-dialog .closebtn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.waterproof-dialog.dialog--open {
  opacity: 1;
  visibility: visible;
}

.waterproof-dialog.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.waterproof-dialog.dialog--open .dialog__content, .waterproof-dialog.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.waterproof-dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.waterproof-dialog .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.waterproof-dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}
.waterproof-dialog .waterproof-container{
  width:1000px;
}
.waterproof-dialog .waterproof-container .swiper-slide{
   display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
    padding:2rem 0;
}
.waterproof-dialog .waterproof-container .swiper-pagination{
  bottom:10px;
}
.waterproof-dialog .waterproof-container .swiper-pagination span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2b2b2;
  margin: 0 5px;
}
.waterproof-dialog .waterproof-container .swiper-pagination span.swiper-pagination-bullet-active{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#cf0013;
  margin: 0 5px;
}
.waterproof-dialog .warp-nli{
  height:220px;
  overflow-y: auto;
}

.waterproof-dialog .warp-nli::-webkit-scrollbar {
  width:3px;
  height:3px;
}
.waterproof-dialog .warp-nli::-webkit-scrollbar-track {
  background:rgba(0,0,0,.3);
}
.waterproof-dialog .warp-nli::-webkit-scrollbar-thumb {
  background:#cf0013;
}
.waterproof-dialog .warp-nli::-webkit-scrollbar-thumb:window-inactive {
  background:#cf0013;
}
.waterproof-dialog .warp-nli::-webkit-scrollbar-thumb:vertical:hover {
  background:#cf0013;
}
@media (max-width: 1024px) {
  .waterproof-dialog .closebtn {
    background: #de0000;
    color: #fff;
  }

  .waterproof-dialog .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .waterproof-dialog .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .waterproof-dialog .closebtn {
    right: 3%;
    top: -40px;
  }

  .waterproof-dialog .bg {
    position: relative;
    height: 6rem;
  }

  .waterproof-dialog .textbox {
    width: 100%;
    margin-right: 0;
  }

  .waterproof-dialog .textbox .tit3 {
    margin-bottom: .5rem;
  }
  .waterproof-dialog .waterproof-container .swiper-slide{
    padding:0 0 1rem;
  }
  .waterproof-dialog .waterproof-container{
    width:100%;
  }
}
.fix-footer .nli .cxbox{
  width:140px;
  height:140px;
  right:130px;
  bottom:0;
  /*padding:10px;*/
  background:#fff;
  border-radius:10px;
  overflow: hidden;
  opacity:0;
  visibility:hidden;
  transition: all .3s .3s;
}
.fix-footer .nli:hover .cxbox{
  opacity:1;
  visibility:visible;
}


.w1520{
  width:1520px;
  max-width:90%;
  margin:0 auto;
}
.n-environmentally{
  padding:1.5rem 0 3.5rem;
  background:#f7f7f7;
}
.n-environmentally .list1box{
  padding:0 1.25rem;
  background:#fff;
  margin-bottom:1rem;
}
.n-environmentally .list-top{
  padding:1rem 0;
  border-bottom:1px solid #e4eaef;
}
.n-environmentally .list-top .tit4{
  color:#d6000f;
}
.n-environmentally .list-top .item{
  margin-left:1.25rem;
}
.n-environmentally .listitem{
  padding:.5rem 0;
  border-bottom:1px solid #e4eaef;
}
.n-environmentally .listitem2{

}
.n-environmentally .listitem2 .item2{
  width:50%;
  border-right:1px solid #e4eaef;
  border-bottom:1px solid #e4eaef;
}
.n-environmentally .listitem2 .item2 .tit5{
  margin-bottom:.35rem;
}
.n-environmentally .listitem2 .item2:nth-child(2n-1){
  padding:.5rem 0;
  padding-right:1rem;
}
.n-environmentally .listitem2 .item2:nth-child(2n){
  padding:.5rem 0;
  padding-left:1rem;
  border-right:none;
}
.n-environmentally .listitem3{
  padding:.5rem 0 .75rem;
}
.n-environmentally .listitem3 img{
  max-width:100%;
}

.n-environmentally .list2box .imgbox-container{
  padding-bottom:1.5rem;
}
.n-environmentally .list2box .imgbox-container .swiper-pagination{
  bottom:0;
}
.n-environmentally .list2box .imgbox-container .swiper-pagination span.swiper-pagination-bullet-active{
  background:#d6000f;
}
/*.n-environmentally .list2box .li{
  width:18%;
  margin-right:2.25%;
  margin-bottom:2.25%;
  position: relative;
  overflow: hidden;
}
.n-environmentally .list2box .li:nth-child(5n){
  margin-right:0;
}*/
.n-environmentally .list2box .li{
  cursor:pointer;
}
.n-environmentally .list2box .li .tit5{
  position: absolute;
  bottom:1rem;
  width:100%;
  left:0;
  z-index:3;
}
.n-environmentally .list2box .li img{
    transition: all .4s;
}
.n-environmentally .list2box .li:hover img{
  transform:scale(1.1);
}
.n-environmentally .list2box .imgbox-container .li{
  position: relative;
}
.n-environmentally .list2box .imgbox-container .li .icon{
  width:3rem;
  height:3rem;
  position: absolute;
  left:50%;
  margin-left:-1.5rem;
  top:2rem;
  z-index:2;
}









/*视频中心*/

.mbanner{
  width:100%;
}
.mbanner img{
  width:100%;
}

.w1440{
  width:1440px;
  margin:0 auto;
  max-width:88%;
}
.newtipbox{
  margin-bottom:1.25rem;
}
.newtipbox a{
  transition: all .4s;
}
.newtipbox a:hover{
  color:#d6000f;
}
.video-list1{
  padding:.5rem 2rem 2.5rem;
  background:#efefef;
}
.video-list1 .ulbox a{
  display:block;
  position: relative;
  width:31.5%;
  overflow: hidden;
}
.video-list1 .ulbox img{
  width:100%;
  position: relative;
  z-index:1;
  transition: all .5s;
}
.video-list1 .ulbox .text{
  position: absolute;
  padding:1rem .85rem 0;
  width:100%;
  left:0;
  top:0;
  z-index:3;
}
.video-list1 .ulbox .tit4{
  color:#d6000f;
  background:#fff;
  width:2.75rem;
  height:1.15rem;
  line-height:1.15rem;
  border-radius:8px;
  margin-top:.45rem;
  text-align:center;
}
.video-list1 .ulbox a{
  overflow: hidden;
}
.video-list1 .ulbox a:hover img{
  transform:scale3d(1.1,1.1,1);
}

.video-list1 .list2{

}
.video-list1 .list2 .tit3{
  color:#d6000f;
}
.video-list1 .list2 .tit4{
  background:#d6000f;
  color:#fff;
}


.video-list2{
  padding:.5rem 0 1.5rem;
  background:#efefef;
}
.video-list2 .li{
  width:48%;
  margin-bottom:4%;
  position: relative;
  overflow: hidden;
}
.video-list2 .li img{
  width:100%;
  transition: all .5s;
}
.video-list2 .text{
  position:absolute;
  width:100%;
  padding:.55rem 1rem 0;
  z-index:3;
  left:0;
  top:0;
  color:#fff;
}
.video-list2 .li:hover img{
    transform:scale3d(1.1,1.1,1);
}

.video-list3{
  padding:.75rem 0 2.25rem;
  background:#efefef;
}
.video-list3 .title{
  margin-bottom:.75rem;
}
.video-list3 .li{
  display:block;
  width:31.5%;
  margin-right:2.75%;
  margin-bottom:2.75%;
}
.video-list3 .li:nth-child(3n){
  margin-right:0;
}
.video-list3 .li img{
  width:100%;
  max-width:none;
}
.video-list3 .li .tit3{
  color:#222;
  margin-top:.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition:all .4s;
}
.video-list3 .li:hover .tit3{
  color:#d6000f;
}
.video-list3 .page{
  padding-top:.65rem;
}
.video-list3 .page a{
  border-radius:50%;
  background:#fff;
  width:1.5rem;
  height:1.5rem;
  line-height:1.5rem;
  margin:0 6px;
  font-size:.5rem;
  color:#333;
}
.video-list3 .page a:hover,.video-list3 .page a.cur{
  background:#d6000f;
  color:#fff;
}
.video-list3 .page span.laypage_curr{
  background:#d6000f;
  color:#fff;
}
.videobox1{
  overflow: hidden;
  padding-top:3.5rem;
}
.videobox1 .bg{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:1;
}
.videobox1 .bg:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0,.2);
    left:0;
    top:0;
    backdrop-filter:blur(20px);
    z-index:1;
}

.videobox1 video{
    width:1050px;
    max-width:88%;
    margin:0 auto;
    display:block;
    position: relative;
    z-index:3;
}
/*.videobox1 .btn{
  width:1.5rem;
  height:1.5rem;
  z-index:2;
}*/


.video-list4{
  background:#efefef;
  padding:.7rem 0 0;
}
.video-list4 .contentbox{
    background:#fff;
    padding:.5rem 1.5rem .85rem;
}
.video-list4 .li{
  width:23.5%;
  margin-right:2%;
  margin-bottom:.75rem;
  position: relative;
}
.video-list4 .li:nth-child(4n){
    margin-right:0;
}
.video-list4 .li img{
  width:100%;
}

.video-list4 .tit2{
  margin-bottom:.5rem;
}
.video-list4 .tit3{
  width:100%;
  padding:.25rem 0 0;
  z-index:3;
  color:#333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}
.video-list4 .li:hover .tit3{
    color:#d6000f;
}

.video-list5{
    padding:1.25rem 0 0;
    background:#efefef;
}
.video-list5 .text{
    background:#fff;
    padding:1rem 1.5rem;
}
.video-list5 .title{
  padding-bottom:.75rem;
}
.video-list5 .tipbox{
  margin-bottom:.35rem;
  color:#555;
}
.video-list5 .tipbox span{
    padding:0 15px;
    border-radius:8px;
    height:30px;
    line-height:30px;
    background:#f2f2f2;
    display:block;
}
.video-list5 .tipbox span{
    margin-right:10px;
}
.video-list5 .rightbox a{
  margin-left:.5rem;
  color:#666;
  border:1px solid #e5e5e5;
  padding:0 15px;
  height:35px;
  line-height:35px;
  border-radius:8px;
  transition: all .5s;
}
.video-list5 .rightbox a .icon{
  height:.4rem;
  margin-right:.2rem;
}
.video-list5 .rightbox a:hover{
    color:#d6000f;
}
.video-list5 .p{
  padding:.5rem 0;
  border-top:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
}
.warpsharebox .sharebox{
  /*margin-bottom:.75rem;*/
}
.warpsharebox .sharebox .li{
  width:1.7rem;
  height:1.7rem;
  margin:0 .2rem;
}
.warpsharebox{
  background:#efefef;
  padding:1.35rem 0 0;
}
.warpsharebox .li{
  margin:0 .35rem;
}
.sharebox-alert{
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:99;
  opacity:0;
  visibility:hidden;
  transition: all .5s;
}
.sharebox-alert .bg{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.3);
  z-index:2;
}
.sharebox-alert img{
  width:200px;
  position: relative;
  z-index:4;
}
.sharebox-alert.cur{
  opacity:1;
  visibility:visible;
}
.sharebox .li{
  position: relative;
}
.sharebox .li .wxbox{
  position: absolute;
  width:160px;
  left:50%;
  margin-left:-80px;
  bottom:2rem;
  z-index:2;
  opacity:0;
  visibility:hidden;
  transition: all .5s;
}
.sharebox .li:hover .wxbox{
  visibility:visible;
  opacity:1;
}
.inquiry-list1 .leftbox .leftbox-content .n-text{
  width:100%;
  margin-top:.75rem;
}
.inquiry-list1 .leftbox .leftbox-content .n-text img{
  display:inline-block;
  width:auto !important;
  height:auto !important;
}
.inquiry-list1 .leftbox .leftbox-content{
  padding-right:20px;
  padding-bottom:1.5rem;
}
.inquiry-list1 .leftbox .leftbox-content .img-container img{
  width:100%;
}
.inquiry-list1 .warp-ulbox .li .item img{
  margin-top:3px;
}
.inquiry-list1 .warp-ulbox .leftbox-content .item img{
  margin-top:3px;
}
.inquiry-list1 .leftbox .leftbox-content .itembox{
      align-items: stretch;
}
.inquiry-list1 .warp-ulbox .leftbox-content .item p{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.inquiry-list1 .leftbox .leftbox-content .itembox span{
  width:calc(100% - 90px);
  margin-left:10px;
}
.inquiry-list1 .warp-ulbox .li .item p{
  display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.inquiry-list1 .warp-ulbox .li .item p span{
  width:calc(100% - 90px);
  margin-left:10px;
}

.news-list6-dialog7 .dialog__content .li1 .sptitle{
  color:#333;
}



@media (min-width: 2500px) {
  .i-list1 .ulbox{
    margin-top:-3rem;
  }
}



.service-list2 .leftbox .dian3 {
  z-index: 3;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  border: .1rem solid #6bceff;
  transition: all .4s;
}
.service-list2 .leftbox .dian3 img {
  width: 1.2rem;
  height: 1.2rem;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.6rem;
  margin-left: -.6rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0.6, 0.6);
  visibility: hidden;
  transition: all .4s;
}
.service-list2 .leftbox .dian3.cur {
  border: .1rem solid transparent;
}
.service-list2 .leftbox .dian3.cur img {
  opacity: 1;
  transform: scale(1, 1);
  visibility: visible;
}

.service-list2 .leftbox .dian3:nth-child(1) {
  left: 58%;
  top: 38%;
}
.service-list2 .leftbox .dian3:nth-child(2) {
  left: 49%;
    top: 18%;
}
.service-list2 .leftbox .dian3:nth-child(3) {
  left: 32%;
    top: 36%;
}
.service-list2 .leftbox .dian3:nth-child(4) {
  left: 59%;
    top: 22%;
}
.service-list2 .leftbox .dian3:nth-child(5) {
  left: 62%;
    top: 57%
}
.service-list2 .leftbox .dian3:nth-child(6) {
 left: 63%;
    top: 28%;
}
.service-list2 .leftbox .dian3:nth-child(7) {
      left: 77%;
    top: 78%;
}
.service-list1 .contentbox2 .tit2 {
  font-weight:bold;
}

.news-list6-dialog7 .dialog__content .li{
  position: relative;
}
.news-list6-dialog7 .dialog__content .li .captcha{
  position:absolute;
  bottom: calc(0.75rem - 15px);
  right: 0;
  height: 30px;
  z-index:2;
}

.service-list1 .contentbox .li3{
  position: relative;
}
.service-list1 .contentbox .li3 .captcha{
  position: absolute;
    right: -85px;
    bottom: 10px;
}



