
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.simple-form-basic, .simple-text, .simple-textarea, .simple-select, .n-manuals .formbox .input1, .n-retailer .formbox .input1, .support-list1 .formbox .input1, .support-list1 .formbox .input3, .support-list2 .formbox .input1, .support-list4 .formbox .input1, .products-info4 .formbox .input1, .products-info4 .formbox .input3 {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.simple-form-basic:focus, .simple-text:focus, .simple-textarea:focus, .simple-select:focus, .n-manuals .formbox .input1:focus, .n-retailer .formbox .input1:focus, .support-list1 .formbox .input1:focus, .support-list1 .formbox .input3:focus, .support-list2 .formbox .input1:focus, .support-list4 .formbox .input1:focus, .products-info4 .formbox .input1:focus, .products-info4 .formbox .input3: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: "Open-Sans", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }

}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: end;
}

.f-no-c-center-search {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}


.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-b-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;

}
.f-no-end-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}


.tran-logo {
  position: absolute;
  top: 54%;
  left: 10%;
  transform: translate(-50%, -50%);
}


.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-u {
  text-transform: uppercase;
}

.text-c {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1440 {
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .w1440 {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .w1440 {
    width: 92%;
  }
}
.w1420 {
  width: 1420px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .w1420 {
    width: 80%;
  }
}

@media (max-width: 1280px) {
  .w1420 {
    width: 92%;
  }
}

.w1320 {
  width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .w1320 {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .w1320 {
    width: 92%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1080 {
    width: 92%;
  }
}


.w1070 {
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1070 {
    width: 92%;
  }
}

/*分页样式*/
.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: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  background: #272727;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #ed1c24;
  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: #ed1c24;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #da3830;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}
.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}
.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}
.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}
.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}
.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}
.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}
.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}
.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}
.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}
.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}
.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}
/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb, .cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -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.l_to_r_f {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
  width: 100%;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.anim_emt.start.b_to_t2 {
  -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 1s;
  animation: mk_bottom_to_top 1s;
}

.slide_anim.b_to_t2.start {
  -webkit-animation: mk_bottom_to_top 1.5s;
  animation: mk_bottom_to_top 1.5s;
}

.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 1s;
  animation: tt_palx_img 1s;
}


.anim_emt.start.footer_animat .warpimg{
    animation: f-animate2 2s 1s forwards;
}
.anim_emt.start.footer_animat .img2{
    animation: f-animate1 1s forwards;
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  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-del11 {
  animation-delay: 1.1s;
}
.a-del12 {
  animation-delay: 1.2s;
}
.a-del13 {
  animation-delay: 1.3s;
}
.a-del14 {
  animation-delay: 1.4s;
}
.a-del15 {
  animation-delay: 1.5s;
}

.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(../image/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: "Bebas-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../font/Bebas-Regular.eot");
  src: url("../font/Bebas-Regular.eot") format("eot"), url("../font/Bebas-Regular.svg") format("svg"), url("../font/Bebas-Regular.woff") format("woff"), url("../font/Bebas-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open-Sans-Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../font/Open-Sans-Bold.eot");
  src: url("../font/Open-Sans-Bold.eot") format("eot"), url("../font/Open-Sans-Bold.svg") format("svg"), url("../font/Open-Sans-Bold.woff") format("woff"), url("../font/Open-Sans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open-Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../font/Open-Sans.eot");
  src: url("../font/Open-Sans.eot") format("eot"), url("../font/Open-Sans.svg") format("svg"), url("../font/Open-Sans.woff") format("woff"), url("../font/Open-Sans.ttf") format("truetype");
}
.fon1 {
  font-family: "Bebas-Regular","Source Han Sans CN","Noto Sans S Chinese Light","Microsoft Yahei";
}

.fonbold {
  font-family: "Open-Sans-Bold","Source Han Sans CN","Noto Sans S Chinese Light","Microsoft Yahei";
}

.fon3 {
  font-family: "Open-Sans","Source Han Sans CN","Noto Sans S Chinese Light","Microsoft Yahei";
}

.col1 {
  color: #ed1c24;
}

.footer {
  background: url(../image/footer.jpg) no-repeat center top;
  background-size: cover;
  padding: 2.25rem 0 1.2rem;
  position: relative;
  z-index:3;
}
.footer .leftbox {
  width: calc(100% - 640px);
}
.footer .logo {
  width: 230px;
  margin-bottom: 1rem;
}
.footer .ulbox {
  width: 100%;
}
.footer .ulbox .tit2 {
  margin-bottom: .35rem;
  background:transparent;
  padding-bottom: 8px;
  transition: all .4s;
  position: relative;
}
.footer .ulbox .tit2:before{
  content:"";
  position: absolute;
  width:100%;
  background: url(../image/footerimg3.png) no-repeat -5px bottom;
  height:10px;
  bottom:0;
  left:-5px;
  opacity:0;
  transform:translate(-100px,0);
  transition: all .8s 1s;
}
.footer .ulbox .tit2.start:before{
  opacity:1;
  transform:translate(0,0);
}
/*.footer .ulbox .tit2:hover:before{
  opacity:1;
  transform:translate(0,0);
}*/
.footer .ulbox .li {
  width: 33.3%;
  padding-right: 3%;
  margin-bottom: 1rem;
}
.footer .ulbox .li a {
  margin-bottom: .35rem;
  display: block;
}
.footer .ulbox .tit4 {
  /* margin-bottom: .25rem; */
}
.footer .ulbox .tit4 p {
  margin-bottom: 12px;
}
.footer .ulbox .tit3:hover {
  color: #fff;
  transform:translate(10px,0);
}
.footer .tip {
  margin-bottom: .5rem;
}
.footer .tip .tipli {
  margin-right: .35rem;
}
.footer .fbot p a {
  color: #fff;
}
.footer .fbot p a:hover {
  color: #fff;
  opacity: .8;
}
.footer .backtop {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 60px;
  bottom: 30px;
  z-index: 3;
}
.footer .rightbox .img2 {
  position: absolute;
  bottom: -10px;
  left: 0;
  /*animation: f-animate1 1s forwards;*/
}
.footer .rightbox .warpimg {
  height: 80px;
  overflow: hidden;
  /*animation: f-animate2 2s 1s forwards;*/
  opacity: 0;
}
.footer .rightbox .text {
  position: absolute;
  width: 100%;
  top: 2.5rem;
  left: 50%;
  width: 450px;
  margin-left: -225px;
  z-index: 8;
}
.footer .rightbox .tit3 {
  color: #301b12;
  /*margin-bottom: 8px;*/
  font-style: italic;
}
.footer .rightbox .title {
  margin-bottom: .5rem;
}
.footer .rightbox .title-p {
  margin-bottom: 1rem;
}
.footer .rightbox .item {
  width: 48%;
  margin-bottom: .6rem;
}
.footer .rightbox .input {
  font-style: italic;
  height: 25px;
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid #301b12;
}
.footer .rightbox .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(48, 27, 18, 0.4);
}
.footer .rightbox .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(48, 27, 18, 0.4);
}
.footer .rightbox .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(48, 27, 18, 0.4);
}
.footer .rightbox .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(48, 27, 18, 0.4);
}
.footer .rightbox .item2 .tit3 {
  margin-bottom: 0;
  margin-right: 10px;
}
.footer .rightbox .item2 .radio-li {
  margin-right: 6px;
  color: #301b12;
  font-style: italic;
  padding-left: 18px;
  height: 21px;
}
.footer .rightbox .item2 .radio-li input {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 35px;
  height: 31px;
  left: 0;
  bottom: 0;
  background: url(../image/footerimg12-1.png) no-repeat center center;
}
.footer .rightbox .item2 .radio-li input[type="radio"]:checked {
  background: url(../image/footerimg12.png) no-repeat center center;
  background-size: cover;
}
.footer .rightbox .item3 {
  height: 58px;
  margin-top: 1rem;
}
.footer .rightbox .item3 .submit {
  background: url(../image/footerimg11.png) no-repeat center center;
  width: 281px;
  height: 58px;
  border: none;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index:3;
  transition: all .4s;
}
.footer .rightbox .item3 .hover {
  opacity: 0;
  transition: all .4s;
}
.footer .rightbox .item3:hover .hover {
  opacity: 1;
}
.footer .rightbox .item3:hover .submit {
  opacity: 0;
}
.footer .leftbox2 .tit4 {
  margin-bottom: 10px;
}
.footer .rightbox2 .warpimg {
  overflow: hidden;
}
.footer .rightbox2 .text {
  position: absolute;
  width: 100%;
  top: 1rem;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  z-index: 8;
}
.footer .rightbox2 .tit3 {
  color: #fff;
  margin-bottom: 8px;
}
.footer .rightbox2 .title2 {
  margin-bottom: .5rem;
}
.footer .rightbox2 .title2-p {
  margin-bottom: 1rem;
}
.footer .rightbox2 .item {
  width: 48%;
  margin-bottom: 15px;
}
.footer .rightbox2 .input {
  height: 35px;
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 5px;
  text-indent: 15px;
}
.footer .rightbox2 .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(146, 146, 146, 0.7);
}
.footer .rightbox2 .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(146, 146, 146, 0.7);
}
.footer .rightbox2 .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(146, 146, 146, 0.7);
}
.footer .rightbox2 .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(146, 146, 146, 0.7);
}
.footer .rightbox2 .item2 .tit3 {
  margin-bottom: 0;
  margin-right: 20px;
}
.footer .rightbox2 .item2 .radio-li {
  margin-right: 12px;
  color: #fff;
  padding-left: 18px;
  height: 21px;
}
.footer .rightbox2 .item2 .radio-li input {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 14px;
  height: 14px;
  left: 0;
  bottom: 0;
  background: url(../image/footerimg14.png) no-repeat center center;
}
.footer .rightbox2 .item2 .radio-li input[type="radio"]:checked {
  background: url(../image/footerimg14-1.png) no-repeat center center;
  background-size: cover;
}
.footer .rightbox2 .item3 {
  height: 68px;
  margin-top: 1rem;
}
.footer .rightbox2 .item3 .submit {
  background: url(../image/footerimg15.png) no-repeat center center;
  width: 195px;
  height: 68px;
  border: none;
  display: block;
  margin: 0 auto;
}
.footer .rightbox{
  transform:scale(.9,.9);
  transform-origin:top right;
}
/*.footer .indexfbot {
  margin-top:-2rem;
}*/
/* .footer .ulbox .li:nth-child(3){
  width:100%;
} */
.footer .ulbox .tit4{
  display: flex;
  flex-flow:row wrap;

}
@media (max-width: 1440px) {
  .footer .rightbox2 .text {
    width: 80%;
    margin-left: -40%;
  }
  .footer .rightbox2 .formbox{
    transform:scale(.85,.85);
    transform-origin:top right;
  }
  .footer .rightbox{
    transform:scale(.85,1);
    transform-origin:top right;
  }
}
@media (max-width: 1024px) {
  .footer .leftbox {
    width: 100%;
  }

  .footer .m-block {
    width: 100%;
  }

  .footer .logo {
    width: 6.75rem;
    margin: 0 auto 1rem;
  }

  .footer .tip {
    justify-content: center;
    align-items: center;
  }

  .footer .fbot .libox {
    margin-bottom: .35rem;
  }

  .footer .backtop {
    width: 1.75rem;
    height: 1.75rem;
    right: 5%;
    bottom: 5.5rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 1.5rem 0 1.2rem;
  }

  .footer .tip .tipli {
    margin: 0 .3rem;
  }
}
@keyframes f-animate1 {
  0% {
    transform: rotate(-20deg) translate(-50px, -200px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: rotate(0) translate(0, 0);
    opacity: 1;
  }
}
@keyframes f-animate2 {
  0% {
    height: 80px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    height: 687px;
    opacity: 1;
  }
}
@media (max-width: 1480px) {
  @keyframes f-animate2 {
    0% {
      height: 80px;
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      height: 580px;
      opacity: 1;
    }
  }
}

.title-text .title-p {
  margin-top: .25rem;
}

.header4 {
  height: 80px;
  padding: 0 2.5rem;
  background: url(../image/headerbg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 12;
}
.header4 .leftbox .li {
  margin-right: 1.5rem;
  height: 80px;
  line-height: 80px;
}
.header4 .leftbox .li > a{
  transition: all .4s;
}
.header4 .leftbox .li > a:hover {
  color: #fff;
  opacity:.9;
}
.header4 .leftbox .subbox {
  position: absolute;
  width: 210px;
  padding: .5rem 0;
  background: #e81616;
  left: 50%;
  top: 80px;
  margin-left: -105px;
  opacity: 0;
  transform: translate(0, -20px);
  transition: all .05s .1s;
  visibility: hidden;
}
.header4 .leftbox .subbox .nli {
  display: block;
  line-height:1.4;
  padding:10px;
}
.header4 .leftbox .subbox .nli:hover {
  color: #fff;
  background: #08377f;
}
.header4 .leftbox .li:hover .subbox {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  transition: all .4s;
}
.header4 .rightbox .tipbox {
  width: auto;
}
.header4 .rightbox .tipbox .litip{
  margin-left:.65rem;
  
}
.header4 .rightbox .tipbox .litip img{
  transition: all .4s;
}
.header4 .rightbox .search .input1 {
  height: 30px;
  background: transparent;
  transition: all .3s;
  color: #999;
  padding-left: 20px;
}
.header4 .rightbox .search .input1:focus{
  border-bottom: 1px solid #fff;
}
.header4 .rightbox .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255,255,255,.5);
}
.header4 .rightbox .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255,255,255,.5);
}
.header4 .rightbox .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255,255,255,.5);
}
.header4 .rightbox .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255,255,255,.5);
}
.header4 .rightbox .search .input2 {
  width: 30px;
  height: 30px;
  background: url(../image/tip1-3.png) no-repeat center center;
  background-size: cover;
  transition: all .4s;
  margin-right: 10px;
}
.header4 .rightbox .search .input2:hover{
  opacity:.8;
}
.header4 h1 {
  height: 1.075rem;
}
.header4 h1 a {
  display: block;
}

.header4 h1 .logo2 {
  opacity: 0;
  z-index: 2;
  transition: all .4s;
}
.header4 h1 .logo {
  opacity: 1;
  transition: all .4s;
}

.headerlogo:hover .logo {
  opacity: 0;
}
.headerlogo:hover .logo2 {
  opacity: 1;
}

.warp-header4 .proheader {
  position: absolute;
  top: 80px;
  z-index: 9;
  left: 0;
  width: 100%;
  padding: 0 2.5rem;
  justify-content: space-between;
  transition: all .4s;
}
.warp-header4 .proheader .li {
  max-width: 14.28%;
  transition: all .4s;
}
.warp-header4 .proheader .item {
  padding: .57rem 0;
  height: 100%;
  transition: all .4s;
}
.warp-header4 .proheader .item p {
  line-height: 1.2;
  text-align: center;
}
.warp-header4 .proheader .img {
  width: 45px;
  height: 45px;
  margin-bottom: .25rem;
  background-position: center top;
  display: none;
  transition: all .4s;
}
.warp-header4 .proheader:hover {
  background: #666;
}
.warp-header4 .li:hover .item p {
  color: #fff;
}
.warp-header4 .li:hover .item {
  color: #fff;
  padding-left: .8rem;
  padding-right: .8rem;
  background: #999;
}
.warp-header4 .li:hover .img {
  background-position: center bottom;
}
.warp-header4 .itembox {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  background: url(../image/headerbg1.png) repeat-y center top;
  padding: 1.25rem 0;
  display: none;
}
.warp-header4 .contentbox {
  width: 1380px;
  max-width: 90%;
  margin: 0 auto;
}
.warp-header4 .nitem a {
  width: 25%;
  padding-right: 3%;
  margin-bottom: .35rem;
  transition: all .4s;
}
.warp-header4 .nitem a:hover {
  color: #fff;
  transform:translate(10px,0);
}
.warp-header4 .nitem2 {
  margin-top: 1.2rem;
}
.warp-header4 .nitem2 .bg {
  width: 100%;
  height: 100%;
  transition: all .4s;
}
.warp-header4 .nitem2 .limg {
  width: 48%;
  height: 5.5rem;
  border-radius: 6px;
  overflow: hidden;
}
.warp-header4 .nitem2 .bg:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .4);
  opacity:1;
  transition: all .4s;
}
.warp-header4 .nitem2 .limg:hover .bg {
  transform: scale(1.1, 1.1);
}
.warp-header4 .proheader:hover .img {
  display: block;
}
.warp-header4 .nitem2 .limg:hover .bg:before {
  opacity:0;
}


.m-bocweb-header3 {
  /*position:fixed;*/
  /*position: absolute;*/
  position:relative;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.m-bocweb-header3 .header2 {
  background: #ff1616;
  height: 60px;
  padding: 0 4%;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 99;
}
.m-bocweb-header3 .header2 .logo {
  display: block;
  /*position: relative;*/
  z-index: 12;
  height: 0.75rem;
}
.m-bocweb-header3 .header2 .logo a {
  display: block;
}
.m-bocweb-header3 .header2 .logo .logoimg2 {
  opacity: 0;
  z-index: 2;
  height: 100%;
  transition: all .4s;
}
.m-bocweb-header3 .header2 .logo .logoimg {
  height: 100%;
  opacity: 1;
  transition: all .4s;
}
.m-bocweb-header3 .header2 .nav .tit {
  width: 100%;
  padding: 16px 0;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}
.m-bocweb-header3 .header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  right: 5%;
  top: 20px;
  background: url(../image/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  /*background: #08377f;*/
  background:rgba(8,55,127,.95);
  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%;
  padding: 0 5%;
}
.m-bocweb-header3 .header2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  padding: 16px 0;
  line-height: 1.5;
  position: relative;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.m-bocweb-header3 .header2 .nav .lilang {
  background: #063274;
}
.m-bocweb-header3 .header2 .nav .lilang .tit {
  border-bottom: none;
}
.m-bocweb-header3 .header2 .nav .lilang .langicon {
  margin-right: .35rem;
}
.m-bocweb-header3 .header2 .nav .lilang .icon2 {
  margin-left: .25rem;
  width: .5rem;
  height: .5rem;
  fill: #fff;
}
.m-bocweb-header3 .header2 .nav .lilang .sec-list {
  padding: .35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.m-bocweb-header3 .header2 .nav .lilang .sub-tit:after {
  display: none;
}
.m-bocweb-header3 .header2 .tipbox {
  width: 3rem;
}
.m-bocweb-header3 .header2 .tipbox a {
  margin-left: .35rem;
}
.m-bocweb-header3 .header2 .tipbox a:nth-child(1) {
  margin-left: 0;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on:after {
  transform: rotate(-180deg);
}
.m-bocweb-header3 .header2 .nav .sec-list {
  line-height: 40px;
  padding: .35rem 6%;
  display: none;
  font-size: 14px;
}
.m-bocweb-header3 .header2 .nav .sec-list a {
  color: #fff;
}
.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 24px;
}
.m-bocweb-header3 .header2 .hamburger-box {
  width: 30px;
  height: 24px;
}
.m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #fff;
}
.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::after {
  background: #fff;
}
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.m-bocweb-header3 .header2 .h-right span {
  margin-left: .25rem;
}

.m-bocweb-header3.active .header2 .logo .logoimg {
  opacity: 0;
}
.m-bocweb-header3.active .header2 .logo .logoimg2 {
  opacity: 1;
}
.m-bocweb-header3.active .header2 .hamburger-inner, .m-bocweb-header3.active .header2 .hamburger-inner::before, .m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #fff;
}

@media (max-width: 767px) {
  .m-bocweb-header3 .header2 {
    height: 60px;
  }

  .m-bocweb-header3 {
    height: 60px;
  }

  .m-bocweb-header3 .header2 .hamburger-box {
    width: 20px;
    height: 6px;
  }

  /*.m-bocweb-header3 .header2 .hamburger {
    height: 20px;
  }*/

  .m-bocweb-header3 .hamburger-inner::before {
    top: -6px;
  }

  .m-bocweb-header3 .hamburger-inner::after {
    bottom: -6px;
  }

  .m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
    width: 20px;
    height: 2px;
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}
.n-manuals {
  background: url(../image/manualsimg1.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 4rem 0;
}
.n-manuals .formbox {
  width: 970px;
  margin: 1.25rem auto;
}
.n-manuals .formbox .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: calc(100% - 190px);
  background: #fff;
  height: 54px;
  border-radius: 5px;
  text-indent: 15px;
  color: #333;
}
.n-manuals .formbox .input1:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}
.n-manuals .formbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.n-manuals .formbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.n-manuals .formbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.n-manuals .formbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.n-manuals .formbox .input2 {
  background: none;
  border: none;
  height: 50px;
  width: 177px;
  z-index: 9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.n-manuals .formbox .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.n-manuals .formbox .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.n-manuals .formbox .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
}
.n-manuals .formbox .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.n-manuals .search-text {
  margin-bottom: .8rem;
}
.n-manuals .search-text span {
  color: #ed1c24;
}
.n-manuals .li {
  padding: 0 1.25rem;
  height: 128px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  transition: all .3s;
}
.n-manuals .li .sp1 {
  width: calc(100% - 150px);
  transition: all .3s;
}
.n-manuals .li .sp2 {
  color: #e71e0f;
  display: inline-block;
  border-bottom: 1px solid #ff0000;
}
.n-manuals .li:last-child {
  border-bottom: none;
}
.n-manuals .li:hover{
  background:#ed1c24;
}
.n-manuals .li:hover .sp1{
  color:#fff;
}

@media (max-width: 1024px) {
  .n-manuals .formbox {
    max-width: 90%;
  }

  .n-manuals .li {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .n-manuals .li {
    padding: .5rem;
  }

  .n-manuals .formbox .input1 {
    width: 100%;
    height: 1.2rem;
    text-indent:5px;
    margin-bottom: .5rem;
  }

  .n-manuals .formbox .botton {
    margin: 0 auto;
  }
}
.n-retailer {
  background: url(../image/manualsimg1.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 3rem 0;
}
.n-retailer .formbox {
  width: 970px;
  margin: 1.25rem auto;
}
.n-retailer .formbox .inputli1 {
  width: 40%;
}
.n-retailer .formbox .inputli2 {
  width: 24.7%;
}
.n-retailer .formbox .orbtn {
  margin-top: 36px;
  line-height: 54px;
}
.n-retailer .formbox p {
  line-height: 36px;
}
.n-retailer .formbox .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%;
  background: #fff;
  height: 54px;
  border-radius: 5px;
  text-indent: 15px;
  color: #333;
}
.n-retailer .formbox .input1:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}
.n-retailer .formbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.n-retailer .formbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.n-retailer .formbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.n-retailer .formbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.n-retailer .formbox .input2 {
  background: none;
  border: none;
  height: 50px;
  width: 177px;
  z-index: 9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.n-retailer .formbox .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.n-retailer .formbox .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.n-retailer .formbox .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
  margin-top: 1.25rem;
}
.n-retailer .formbox .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.n-retailer .search-text {
  margin-bottom: .8rem;
}
.n-retailer .search-text span {
  color: #ed1c24;
}
.n-retailer .searchulbox2 .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
}
.n-retailer .searchulbox2 .img {
  width: 100%;
  height: 7.875rem;
}
.n-retailer .searchulbox2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-retailer .searchulbox2 .text {
  padding: .5rem .75rem .7rem;
}
.n-retailer .searchulbox2 .tit3 {
  margin-bottom: .25rem;
}
.n-retailer .searchulbox2 .tit4 {
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: .35rem;
}
.n-retailer .searchulbox2 .bot {
  border-top: 1px solid #ddd;
  padding-top: .65rem;
}
.n-retailer .searchulbox2 .li:nth-child(3n) {
  margin-right: 0;
}
.n-retailer .searchulbox2 .tip {
  width: 100px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 3;
}
.n-retailer .searchulbox2 .licolse .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.n-retailer .searchulbox2 .li:hover .bg {
  transform: scale3d(1.05, 1.05, 1);
}

@media (max-width: 1024px) {
  .n-retailer .formbox {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .n-retailer .formbox .inputli1 {
    width: 100%;
    margin-bottom: .35rem;
  }

  .n-retailer .formbox .input1 {
    height: 1.2rem;
    text-indent:5px;
  }

  .n-retailer .formbox .inputli2 {
    width: 46%;
  }

  .n-retailer .formbox .botton {
    margin-top: .65rem;
  }

  .n-retailer .searchulbox2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .65rem;
  }

  .n-retailer .searchulbox2 .tip {
    min-width: 80px;
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
.support-list1 {
  padding: 2rem 0 5.25rem;
  background: url(../image/manualsimg5.jpg) no-repeat center top;
  background-size: cover;
}
.support-list1 .w1320{
  position: relative;
  z-index:3;
}
.support-list1 .title-p {
  font-style: italic;
}
.support-list1 .linkbox {
  margin-top: .7rem;
}
.support-list1 .linkbox a {
  margin: 0 .25rem;
}
.support-list1 .linkbox a img{
  transition: all .4s;
}
.support-list1 .linkbox a .img2{
  opacity:0;
}
.support-list1 .linkbox a:hover .img1{
  opacity:0;
}
.support-list1 .linkbox a:hover .img2{
  opacity:1;
}
.support-list1 .contactbox {
  margin-top: 1.7rem;
}
.support-list1 .formbox {
  background: url(../image/supportimg1.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: .75rem 1.5rem 1rem;
  border-radius: 8px;
  overflow: hidden;
  width: 560px;
}
.support-list1 .formbox form {
  width: 100%;
}
.support-list1 .formbox .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%;
  background: #fff;
  height: 38px;
  border-radius: 8px;
  text-indent: 10px;
  color: #333;
}
.support-list1 .formbox .input1:focus {
  border-color: rgba(222, 20, 20, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(222, 20, 20, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(222, 20, 20, 0.6);
}
.support-list1 .formbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.support-list1 .formbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.support-list1 .formbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.support-list1 .formbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.support-list1 .formbox .input2 {
  background: none;
  border: none;
  height: 50px;
  width: 177px;
  z-index: 9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.support-list1 .formbox .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);
  width: 100%;
  background: #fff;
  height: 38px;
  border-radius: 8px;
  text-indent: 10px;
  color: #333;
  height: 2.25rem;
}
.support-list1 .formbox .input3:focus {
  border-color: rgba(222, 20, 20, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(222, 20, 20, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(222, 20, 20, 0.6);
}
.support-list1 .formbox .input3::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.support-list1 .formbox .input3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.support-list1 .formbox .input3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.support-list1 .formbox .input3:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.support-list1 .formbox .input2 {
  background: none;
  border: none;
  height: 50px;
  width: 177px;
  z-index: 9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.support-list1 .formbox .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.support-list1 .formbox .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.support-list1 .formbox .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
  margin: .9rem auto 0;
}
.support-list1 .formbox .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.support-list1 .formbox .w48 {
  width: 48%;
}
.support-list1 .formbox .w100 {
  width: 100%;
}
.support-list1 .formbox .itemli {
  margin-bottom: .4rem;
}
.support-list1 .formbox .itemli p {
  color: #4b4b4b;
  margin-bottom: .1rem;
}
.support-list1 .textbox {
  width: calc(100% - 560px - 2.5rem);
}
.support-list1 .textbox .tit4 {
  margin-top: .25rem;
}
.support-list1 .textbox .item {
  padding: .85rem 0;
  border-bottom: 1px solid #ddd;
}
.support-list1 .textbox .item:nth-child(1) {
  padding-top: 0;
}
.support-list1 .textbox .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.support-list1 .textbox a {
  margin-top: .65rem;
  color: #e71e0f;
  display: inline-block;
  border-bottom: 1px solid #e71e0f;
  font-style:italic;
}
@media (max-width: 1024px) {
  .support-list1 .formbox{
    width: 490px;
  }
  .support-list1 .textbox{
    width: calc(100% - 490px - 1.5rem);
  }
  .support-list1{
    padding: 1rem 0 3rem;
  }
}
@media (max-width: 768px) {
  .support-list1 .textbox {
    width: 100%;
    margin-top: 1rem;
  }

  .support-list1 .formbox {
    margin: 0 auto;
    max-width: 100%;
  }

  .support-list1 {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .support-list1 {
    padding: .5rem 0 4rem;
  }
  .support-list1 .title {
    line-height: 1.2;
  }

  .support-list1 .linkbox a img {
    height: 1rem;
  }

  .title-text .title-p {
    font-size: 20px;
  }

  .support-list1 .formbox {
    padding: .75rem .5rem 1rem;
  }
}
.support-list2 {
  background: url(../image/manualsimg5.jpg) no-repeat center center;
  background-size: cover;
  padding: 2.85rem 0;
}
.support-list2 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.support-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.support-list2 .formbox {
  width: 970px;
  margin: 1.25rem auto;
}
.support-list2 .formbox .inputli1 {
  width: 40%;
}
.support-list2 .formbox .inputli2 {
  width: 24.7%;
}
.support-list2 .formbox .orbtn {
  margin-top: 36px;
  line-height: 54px;
}
.support-list2 .formbox p {
  line-height: 36px;
}
.support-list2 .formbox .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%;
  background: #fff;
  height: 54px;
  border-radius: 5px;
  text-indent: 15px;
  color: #333;
}
.support-list2 .formbox .input1:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}
.support-list2 .formbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.support-list2 .formbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.support-list2 .formbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.support-list2 .formbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.support-list2 .formbox .input2 {
  background: none;
  border: none;
  height: 50px;
  width: 177px;
  z-index: 9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.support-list2 .formbox .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.support-list2 .formbox .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.support-list2 .formbox .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
  margin-top: 1.25rem;
}
.support-list2 .formbox .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .support-list2 .formbox {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .support-list2 .formbox .inputli1 {
    width: 100%;
    margin-bottom: .45rem;
  }

  .support-list2 .formbox .inputli2 {
    width: 46%;
  }

  .support-list2 .formbox .input1 {
    height: 1.5rem;
  }

  .support-list2 {
    padding:0;
  }

  .support-list2 .formbox {
    margin: 0 auto;
  }
  
}

@media (max-width: 1920px) {
  .pw{
    width: 900px;
  }
  .products-box{
    width: 100%;
    height: 150px;
    background-color: #fff;
    margin-bottom: 50px;
}
  .produscts-line{
    display: flex;
  }
}

@media (max-width:768px) {
  .pw{
    width: 300px;
  }
  .produscts-line{
    display: revert;
}
.products-box{
  width: 100%;
  height: 320px;
  background-color: #fff;
  margin-bottom: 50px;
}
}



.support-list3 {
  background: url(../image/manualsimg5.jpg) repeat-y center top;
  background-size: 100% auto;
  padding: 3.25rem 0;
}
.support-list3 .title-p {
  max-width: 1060px;
  width: 90%;
  margin: .6rem auto 1.25rem;
}
.support-list3 .iconulbox {
  margin-bottom: 2.5rem;
}
.support-list3 .iconulbox .item {
  margin: 1rem;
  /* height: 1.3rem; */
  width: 4.5rem;
}
.support-list3 .list-item {
  margin-bottom: 1.65rem;
}
.support-list3 .list-item .tit4 {
  margin-bottom: .5rem;
}
.support-list3 .list-item .li-top {
  background: #e2e2e2;
  padding: 0 .7rem;
  height: 70px;
  
  transition: all .4s;
}
.support-list3 .list-item .li-top .tit5 {
  width: calc(100% - 80px);
  color: #222;
  transition: all .4s;
}
.support-list3 .list-item .li-top .icon {
  width: 30px;
  height: 30px;
  fill: #5c5c5c;
  transition: all .4s;
}
.support-list3 .list-item .li-top.cur {
  background: #e71e0f;
}
.support-list3 .list-item .li-top.cur .tit5 {
  color: #fff;
}
.support-list3 .list-item .li-top.cur .icon {
  fill: #fff;
  transform: rotate(90deg);
}
.support-list3 .list-item .li{
  border-bottom:1px solid #c4c4c4;
}
.support-list3 .list-item .li:last-child{
  border-bottom:none;
}
.support-list3 .list-item .text {
  /* background: url(../image/supportimg2.jpg) no-repeat 50% 50%; */
  background-color: #373737;
  background-size: 100% 100%;
  /*background-size:cover;*/
  padding: 1.25rem 1.5rem;
  display: none;
}
.support-list3 .list-item .icon {
  width: 6.5rem;
}
.support-list3 .list-item .icon img {
  /* height: 4.25rem; */
  width: 100%;
}
.support-list3 .list-item .rightbox {
  width: calc(100% - 6.5rem);
}
.support-list3 .list-item .tit6 {
  margin-bottom: .25rem;
  margin-top: .8rem;
}
.support-list3 .list-item .p {
  margin-top:.5rem;
}
@media (max-width:1024px) {
  .support-list3 .list-item .icon img{
    height:3.25rem;
  }
  .support-list3 .list-item .icon{
    width:4.5rem;
  }
  .support-list3 .list-item .rightbox{
    width:calc(100% - 4.5rem);
  }
  .support-list3 .list-item .tit6{
    margin-top:0;
  }
}
@media (max-width: 767px) {
  .support-list3 {
    padding: 2rem 0;
  }

  .title-text .title {
    line-height: 1.2;
  }

  .support-list3 .title-p {
    width: 100%;
    font-size: 14px;
  }

  .support-list3 .iconulbox .item {
    height: 1.5rem;
    /* margin: 0 .35rem .5rem; */
  }

  .support-list3 .iconulbox {
    margin-bottom: 1rem;
  }

  .support-list3 .list-item .rightbox {
    width: 100%;
  }

  .support-list3 .list-item .text {
    /*background-size: cover;*/
    /* background:url(../image/zsupportimg2.jpg) no-repeat; */
    background-size:100% 100%;
    padding: 1rem .5rem;
  }

  .support-list3 .list-item:last-child {
    margin-bottom: 0;
  }

  .support-list4 .formbox .botton {
    margin: 0 auto;
  }

  .support-list3 .list-item .li-top .icon {
    width: 20px;
    height: 20px;
  }

  .support-list3 .list-item .li-top {
    height: auto;
    padding: .5rem .7rem;
  }
}
.support-list4 {
  background: url(../image/manualsimg5.jpg) no-repeat center center;
  background-size: cover;
  padding: 2.85rem 0;
}
.support-list4 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.support-list4 .contentbox {
  position: relative;
  z-index: 3;
}
.support-list4 .formbox {
  width: 970px;
  margin: 1.25rem auto;
}
.support-list4 .formbox .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: calc(100% - 190px);
  background: #fff;
  height: 54px;
  border-radius: 5px;
  text-indent: 15px;
  color: #333;
}
.support-list4 .formbox .input1:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}
.support-list4 .formbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.support-list4 .formbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.support-list4 .formbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.support-list4 .formbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.support-list4 .formbox .input2 {
  background: none;
  border: none;
  height: 50px;
  width: 177px;
  z-index: 9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.support-list4 .formbox .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.support-list4 .formbox .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.support-list4 .formbox .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
}
.support-list4 .formbox .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .support-list4 {
    padding: 1.5rem 0;
  }

  .title-text .title-p {
    font-size: 14px;
  }

  .support-list4 .formbox {
    max-width: 90%;
  }

  .support-list4 .formbox .input1 {
    width: 100%;
    height: 1.5rem;
    margin-bottom: .5rem;
  }
}
.nbanner {
  position: relative;
}
.nbanner .bg {
  width: 100%;
  height: 580px;
}

@media (max-width: 768px) {
  .nbanner .bg {
    width: 100%;
    height: 18rem;
  }
  .nbanner .text {
    width: 90%;
    font-size: 40px;
  }
}
.nbanner2 {
  position: relative;
}
.nbanner2 .text {
  width: 100%;
}
.nbanner2 .bg {
  width: 100%;
  height: 460px;
}
.nbanner2 .warp-linkbox {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 1.25rem;
  z-index: 2;
}
.nbanner2 .linkbox {
  margin-top: .25rem;
}
.nbanner2 .linkbox a {
  margin: 0 .25rem;
  transition: all .4s;
}
.nbanner2 .linkbox a:hover {
  opacity: .8;
}
@media (max-width: 767px) {
  .nbanner2 .bg {
    height:12rem;
  }
}
.ntabnav a {
  margin: 0 .3rem;
  width: 260px;
  height: 50px;
  line-height: 50px;
  background: url(../image/btn2.jpg) no-repeat 50% 50%;
  background-size: cover;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
}
.ntabnav a:hover, .ntabnav a.cur {
  color: #fff;
  background: url(../image/btn1.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.ntabnav span {
  display: block;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1366px) {
  .ntabnav a{
    width: 210px;
  }
}
@media (max-width: 1024px) {
 /* .n-bldgvideo .ntabnav {
    display: none;
  }*/
  .ntabnav a.cur{
    color:#da1f28;
  }
   .n-bldgvideo  .ntabnav{
    margin-bottom:.75rem;
  }
   .n-bldgvideo  .ntabnav a{
    height:35px;
    line-height:35px;
    background:none !important;
    width:25%;
    margin:0;
  }

}
.n-bldgvideo {
  padding: 1.25rem 0 3.5rem;
  background: url(../image/manualsimg5.jpg) repeat-y 50% 50%;
  background-size: 100% auto;
}
.n-bldgvideo .selectbox {
  width: 350px;
  margin: 1.5rem 0 1rem;
  position: relative;
  z-index: 3;
}
.n-bldgvideo .selectbox span {
  margin-right: 10px;
}
.n-bldgvideo .selectbox .btn {
  width: 50px;
  height: 40px;
  background: #ed1c24;
  cursor: pointer;
}
.n-bldgvideo .selectbox .btn .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.n-bldgvideo .selectbox .sp1 {
  width: 210px;
  height: 40px;
  line-height: 40px;
  background: #333;
  padding: 0 15px;
}
.n-bldgvideo .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 40px;
  width: 210px;
  background: #333;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.n-bldgvideo .selectbox .item {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.n-bldgvideo .selectbox .item:hover {
  background: #ed1c24;
}
.n-bldgvideo .ulbox {
  position: relative;
  z-index: 1;
}
.n-bldgvideo .ulbox .li {
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
  padding-top:32%;
}
.n-bldgvideo .ulbox .li .bg {
  width: 100%;
  height:100%;
  /*height: 9.65rem;*/
  position: absolute;
  left:0;
  top:0;
  z-index:1;
  background-position: center center;
}
.n-bldgvideo .ulbox .li .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(8, 55, 127, 0.9);
  z-index: 2;
  opacity: 0;
  transition: all .4s;
}
.n-bldgvideo .ulbox .li span {
  z-index: 3;
  opacity: 0;
  transition: all .4s;
}
.n-bldgvideo .ulbox .li:hover .bg2, .n-bldgvideo .ulbox .li:hover span {
  opacity: 1;
}
.n-bldgvideo .ulbox .li:nth-child(3n) {
  margin-right: 0;
}
.n-bldgvideo .ulbox2 {
  position: relative;
  z-index: 1;
  margin-bottom: -4.5%;
}
.n-bldgvideo .ulbox2 .li {
  width: 30.3%;
  margin-bottom: 4.5%;
  margin-right: 4.5%;
  overflow: hidden;
}
.n-bldgvideo .ulbox2 .li .imgbox {
  width: 96%;
  margin: 0 auto;
}
.n-bldgvideo .ulbox2 .li .imgbox {
  width: 100%;
  transform: scale3d(.92, .92, 1);
  box-shadow: 5px 0 25px 0 rgba(0, 0, 0, 0.3);
  transition: transform .4s;
}
.n-bldgvideo .ulbox2 .li .text {
  width: 100%;
  padding: .5rem .75rem .3rem;
  background: #f0f0f0;
  box-shadow: 0px -10px 40px 0 rgba(0, 0, 0, 0.8);
  margin-top: -10px;
  position: relative;
  z-index: 3;
  transition: all .4s;
}
.n-bldgvideo .ulbox2 .li .tit3 {
  font-style: italic;
  color: #da1f28;
  margin-bottom: .1rem;
}
.n-bldgvideo .ulbox2 .li .tit4 {
  height: 46px;
  line-height: 23px;
  overflow: hidden;
  transition: all .4s;
}
.n-bldgvideo .ulbox2 .li .tit5 {
  color: #434343;
  margin-top: .1rem;
  transition: all .4s;
}
.n-bldgvideo .ulbox2 .li:hover .text {
  background: #9cafc1;
}
.n-bldgvideo .ulbox2 .li:hover .tit4 {
  color: #fff;
}
.n-bldgvideo .ulbox2 .li:hover .tit5 {
  color: #fff;
}
.n-bldgvideo .ulbox2 .li:hover .imgbox {
  transform: scale3d(1, 1, 1);
}
.n-bldgvideo .ulbox2 .li:nth-child(3n) {
  margin-right: 0;
}
.n-bldgvideo .ulbox3 {
  position: relative;
  z-index: 1;
  margin-bottom: -4.5%;
}
.n-bldgvideo .ulbox3 .li {
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
  border-radius: 8px;
  overflow: hidden;
  background: url(../image/bldgvideoimg4.jpg) repeat-y left bottom;
}
.n-bldgvideo .ulbox3 .li .imgbox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.n-bldgvideo .ulbox3 .li .imgbox img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  box-shadow: 5px 0 25px 0 rgba(0, 0, 0, 0.3);
  transition: transform .4s;
}
.n-bldgvideo .ulbox3 .li .text {
  /*background: url(../image/bldgvideoimg4.jpg) no-repeat center center;
  background-size: cover;*/
  padding: 25px .5rem;
}
.n-bldgvideo .ulbox3 .li .video-btn {
  position: absolute;
  left: 50%;
  width: 41px;
  margin-left: -20.5px;
  top: -20.5px;
  z-index: 3;
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.n-bldgvideo .ulbox3 .li:hover .imgbox img {
  transform: scale3d(1.05, 1.05, 1);
}
.n-bldgvideo .ulbox3 .li:nth-child(3n) {
  margin-right: 0;
}
.n-bldgvideo .ulbox4 {
  position: relative;
  z-index: 1;
  margin-bottom: -4.5%;
  margin-top: 1.75rem;
}
.n-bldgvideo .ulbox4 .li {
  margin-bottom: 4.5%;
  margin-right: 4.5%;
}
.n-bldgvideo .ulbox4 .li .imgbox {
  width: 96%;
  margin: 0 auto;
  transition: transform .4s;
}
.n-bldgvideo .ulbox4 .li .imgbox .bg {
  width: 100%;
  height: 12rem;
  transform: scale3d(1, 1, 1);
  box-shadow: 5px 0 25px 0 rgba(0, 0, 0, 0.3);
}
.n-bldgvideo .ulbox4 .li .text {
  width: 100%;
  padding: .5rem .75rem .3rem;
  background: #f0f0f0;
  box-shadow: 0px -10px 40px 0 rgba(0, 0, 0, 0.8);
  margin-top: -10px;
  position: relative;
  z-index: 3;
  transition: all .4s;
}
.n-bldgvideo .ulbox4 .li .tit3 {
  font-style: italic;
  color: #da1f28;
  margin-bottom: .1rem;
}
.n-bldgvideo .ulbox4 .li .tit4 {
  height: 46px;
  line-height: 23px;
  overflow: hidden;
  transition: all .4s;
}
.n-bldgvideo .ulbox4 .li .tit5 {
  color: #434343;
  margin-top: .1rem;
  transition: all .4s;
}
.n-bldgvideo .ulbox4 .li1 {
  width: 64%;
}
.n-bldgvideo .ulbox4 .li2 {
  width: 31%;
}
.n-bldgvideo .ulbox4 .li3 {
  width: 34%;
}
.n-bldgvideo .ulbox4 .li4 {
  width: 60%;
}
.n-bldgvideo .ulbox4 .li:hover .text {
  background: #9cafc1;
}
.n-bldgvideo .ulbox4 .li:hover .tit4 {
  color: #fff;
}
.n-bldgvideo .ulbox4 .li:hover .tit5 {
  color: #fff;
}
.n-bldgvideo .ulbox4 .li {
  overflow: hidden;
}
.n-bldgvideo .ulbox4 .li:hover .imgbox {
  transform: scale3d(1.05, 1.05, 1);
}
.n-bldgvideo .ulbox4 .li:nth-child(2n) {
  margin-right: 0;
}
.n-bldgvideo .ulbox5 {
  width: 104.5%;
  position: relative;
  z-index: 1;
  margin-bottom: -4.5%;
  margin-top: 1.75rem;
}
.n-bldgvideo .ulbox5 .li {
  width: 30.3%;
  margin-bottom: 4.5%;
  margin-right: 4.5%;
  display: block;
}
.n-bldgvideo .ulbox5 .li .imgbox {
  width: 96%;
  margin: 0 auto;
  transition: transform .4s;
}
.n-bldgvideo .ulbox5 .li .imgbox img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  box-shadow: 5px 0 25px 0 rgba(0, 0, 0, 0.3);
}
.n-bldgvideo .ulbox5 .li .text {
  width: 100%;
  padding: .5rem .75rem .3rem;
  background: #f0f0f0;
  box-shadow: 0px -10px 40px 0 rgba(0, 0, 0, 0.8);
  margin-top: -10px;
  position: relative;
  z-index: 3;
  transition: all .4s;
}
.n-bldgvideo .ulbox5 .li .tit3 {
  font-style: italic;
  color: #da1f28;
  margin-bottom: .1rem;
}
.n-bldgvideo .ulbox5 .li .tit4 {
  height: 46px;
  line-height: 23px;
  overflow: hidden;
  transition: all .4s;
}
.n-bldgvideo .ulbox5 .li .tit5 {
  color: #434343;
  margin-top: .1rem;
  transition: all .4s;
}
.n-bldgvideo .ulbox5 .li:hover .text {
  background: #9cafc1;
}
.n-bldgvideo .ulbox5 .li:hover .tit4 {
  color: #fff;
}
.n-bldgvideo .ulbox5 .li:hover .tit5 {
  color: #fff;
}
.n-bldgvideo .ulbox5 .li {
  overflow: hidden;
}
.n-bldgvideo .ulbox5 .li:hover .imgbox {
  transform: scale3d(1.05, 1.05, 1);
}

@media (max-width: 1024px) {
  .n-bldgvideo .selectbox {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .n-bldgvideo .ulbox4 .li1 {
    width: 58%;
  }

  .n-bldgvideo .ulbox4 .li2 {
    width: 37%;
  }

  .n-bldgvideo .ulbox4 .li3 {
    width: 40%;
  }

  .n-bldgvideo .ulbox4 .li4 {
    width: 55%;
  }

  .n-bldgvideo .ulbox .li .bg {
    height: 7.65rem;
  }
}
@media (max-width: 767px) {
  .n-bldgvideo .ulbox4 .li {
    width: 100%;
    margin-bottom: .75rem;
    margin-right: 0;
  }

  .n-bldgvideo .ulbox5 {
    width: 100%;
  }

  .n-bldgvideo .ulbox5 .li {
    width: 100%;
  }

  .n-bldgvideo .ulbox4 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .n-bldgvideo .ulbox2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .75rem;
  }

  .n-bldgvideo .ulbox .li {
    width: 48%;
    padding-top:48%;
    margin-right: 4%;
    margin-bottom:4%;
    overflow: hidden;
  }
  .n-bldgvideo .ulbox .li .bg{
    height:100%;
  }

  .n-bldgvideo .ulbox .li:nth-child(3n) {
    margin-right: 4%;
  }

  .n-bldgvideo .ulbox .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-bldgvideo .ulbox .li .bg {
    height: 6.65rem;
  }
}
@media (max-width: 555px) {
  .n-bldgvideo .selectbox .btn {
    width: 40px;
  }

  .n-bldgvideo .selectbox {
    width: auto;
  }

  .n-bldgvideo .ulbox3 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .75rem;
  }

  .n-bldgvideo {
    padding-bottom:2rem;
  }
}
.n-bldginfo {
  padding: 2.75rem 0 4rem;
  background: url(../image/manualsimg5.jpg) repeat-y center top;
}
.n-bldginfo .textleft {
  width: 63.63%;
}
.n-bldginfo .textnav {
  width: 30.3%;
}
.n-bldginfo .ulbox2 {
  position: relative;
  z-index: 1;
  margin-bottom: -4.5%;
}
.n-bldginfo .ulbox2 .li {
  width: 100%;
  margin-bottom: 4.5%;
}
.n-bldginfo .ulbox2 .li .imgbox {
  width: 96%;
  margin: 0 auto;
  transition: transform .4s;
}
.n-bldginfo .ulbox2 .li .imgbox img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  box-shadow: 5px 0 25px 0 rgba(0, 0, 0, 0.3);
}
.n-bldginfo .ulbox2 .li .text {
  width: 100%;
  padding: .5rem .75rem .3rem;
  background: #f0f0f0;
  box-shadow: 0px -10px 40px 0 rgba(0, 0, 0, 0.8);
  margin-top: -10px;
  position: relative;
  z-index: 3;
  transition: all .4s;
}
.n-bldginfo .ulbox2 .li .tit3 {
  font-style: italic;
  color: #da1f28;
  margin-bottom: .1rem;
}
.n-bldginfo .ulbox2 .li .tit4 {
  height: 46px;
  line-height: 23px;
  overflow: hidden;
  transition: all .4s;
}
.n-bldginfo .ulbox2 .li .tit5 {
  color: #434343;
  margin-top: .1rem;
  transition: all .4s;
}
.n-bldginfo .ulbox2 .li:hover .text {
  background: #9cafc1;
}
.n-bldginfo .ulbox2 .li:hover .tit4 {
  color: #fff;
}
.n-bldginfo .ulbox2 .li:hover .tit5 {
  color: #fff;
}
.n-bldginfo .ulbox2 .li:hover .imgbox {
  transform: scale3d(1.05, 1.05, 1);
}
.n-bldginfo .warp-linkbox {
  margin-top: 2rem;
}
.n-bldginfo .warp-linkbox .linkbox {
  margin-top: .25rem;
}
.n-bldginfo .warp-linkbox .linkbox a {
  margin: 0 .25rem;
  transition: all .4s;
}
.n-bldginfo .warp-linkbox .linkbox a:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .n-bldginfo {
    padding: 1.5rem 0 3rem;
  }

  .n-bldginfo .textleft {
    width: 100%;
  }

  .n-bldginfo .textnav {
    width: 100%;
    margin-top: 1.2rem;
  }

  .n-bldginfo .warp-linkbox {
    margin-top: 1.5rem;
  }
}
.nbanner3 {
  width: 100%;
  height: 20rem;
}
.nbanner3 .bg {
  height: 20rem;
}
.nbanner3 .text {
  padding: 1rem .7rem 1.25rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -70%);
  right: calc(50vw - 660px);
}
.nbanner3 .text .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(69, 69, 69, 0.6);
  backdrop-filter: blur(2px);
}
.nbanner3 .text .tit3 {
  width: 13.5rem;
  text-shadow: -7px -4px 20px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.nbanner3 .text .tit2 {
  font-size: 3.25rem;
  position: relative;
  z-index: 2;
  text-shadow: -7px -4px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width:1360px) {
  .nbanner3 .text{
    right:6%;
    transform: translate(0, -34%);
  }

}
@media (max-width:767px) {
  .nbanner3 .text{
    width:88%;
    transform: translate(0, -10%);
  }
  .nbanner3 .text .tit2{
    font-size:2.25rem;
  }
  .nbanner3 .text .tit3{
    width:100%;
    font-size:14px;
  }
  .nbanner3 .bg,.nbanner3{
    height:15rem;
  }
}

.combo-list1 {
  padding: 2.5rem 0;
  background: #fff;
}
.combo-list1 .img {
  width: 57.2%;
  position: relative;
  z-index: 3;
}
.combo-list1 .img img {
  width: 100%;
}
.combo-list1 .textbox {
  width: 32.2%;
  margin-right: calc(50vw - 730px);
  position: relative;
  z-index: 1;
  margin-left: -2%;
}
.combo-list1 .textbox .proimg {
  height: 11rem;
  margin-bottom: .5rem;
}
.combo-list1 .text {
  background: #eaeaea;
  width:100%;
  padding: 1rem 1.75rem;
}
.combo-list1 .tit5 {
  margin: .25rem 0 .55rem;
}
.combo-list1 .more {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #e11414;
  transition: all .4s;
}
.combo-list1 .more:hover {
  background: #d60f0f;
  color: #fff;
}
.combo-list1 .itemli:nth-child(even) .img {
  margin-top: 4.5rem;
}
.combo-list1 .itemli:nth-child(even) .textbox {
  margin-left: calc(50vw - 730px);
  margin-right: -2%;
}
.combo-list1 .itemli:nth-child(even) .tit4 {
  text-align: right;
}
.combo-list1 .itemli:nth-child(even) .tit5 {
  text-align: right;
}
.combo-list1 .itemli:nth-child(even) .proimg {
  margin-top: .5rem;
  margin-bottom: 0;
}

@media (max-width: 1520px) {
  .combo-list1 .textbox{
    margin-right: 6%;
    margin-left: -4%;
  }
  .combo-list1 .itemli:nth-child(even) .textbox {
    margin-left: 6%;
    margin-right: -4%;
  }
  .combo-list1 .textbox{
    width: 39.2%;
  }
}
@media (max-width: 1024px) {
  .combo-list1 .img{
    width:100%;
  }
  .combo-list1 .textbox{
    width:100%;
    margin-right:auto;
    margin-left:auto;
    z-index:3;
  }
  .combo-list1 .textbox .proimg{
    width: 32%;
    height: auto;
    margin-left: 5%;
  }
  .combo-list1 .textbox{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .combo-list1 .text{
    width:55%;
  }
  .combo-list1 .itemli:nth-child(even) .textbox{
    margin-left:auto;
    margin-right:auto;
  }
  .combo-list1 .textbox .proimg,.combo-list1 .itemli:nth-child(even) .proimg{
    margin-top:1rem;
    z-index:3;
  }
  .combo-list1 .text{
    text-align:center;
  }
  .combo-list1 .more{
    float:none;
    margin:0 auto;
  }
  .combo-list1 .itemli:nth-child(even) .tit4,.combo-list1 .itemli:nth-child(even) .tit5{
    text-align:center;
  }
  .combo-list1 .itemli:nth-child(even) .img{
    margin-top:2rem;
  }

}
@media (max-width:768px) {
  .combo-list1 .itemli:nth-child(even) .img{
    margin-top:1.5rem;
  }
  .combo-list1 .text{
    width: 55%;
    /*margin:0 auto;*/
  }
}
@media (max-width:767px) {
  .combo-list1 .text{
    width: 100%;
    margin:0 auto;
  }
  .combo-list1 .textbox .proimg{
    width:auto;

  }
  .combo-list1 .textbox{
    width:100%;
    margin-right:auto;
    margin-left:auto;
    z-index:3;
  }
  .combo-list1{
    padding:1.5rem 0;
  }
  .combo-list1 .text{
    padding:1rem .5rem;
  }
  .combo-list1 .textbox .proimg{
    height:8rem;
    /*margin-top:-2rem;*/
    margin-top:1rem;
    margin-bottom:1rem;
  }
  .combo-list1 .more{
    width:160px;
    height:40px;
    line-height:40px;
  }
  .combo-list1 .textbox .tit4{
    font-size:34px;
  }
}
.combo-list2 {
  padding: 2.25rem 0;
  background: #eee;

}
.combo-list2 .tit2 {
  color: #1d1d1d;
  margin-bottom: 1.85rem;
}
.combo-list2 .tip {
  color: #616161;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.combo-list2 a {
  display: block;
  background: #fff;
}
.combo-list2 .text {
  padding: 0 15px 15px;
}
.combo-list2 .proimg-container {
  padding: 10px 10px 2rem;
}
.combo-list2 .tit3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #222;
}
.combo-list2 .swiper-slide {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.combo-list2 .proimg-container .swiper-pagination span {
  background: #fff;
  opacity: 1;
}
.combo-list2 .proimg-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e11414;
}
.combo-list2 .morebtn {
  background: url(../image/supportimg3.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform: translate(0, 100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}
.combo-list2 .morebtn .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.combo-list2 .morebtn .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.combo-list2 .morebtn .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
}
.combo-list2 .morebtn .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.combo-list2 .swiper-slide a:hover .morebtn {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .combo-list2 .tit2 {
    margin-bottom: 1rem;
  }

  .combo-list2 .tit2 {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .combo-list2 {
    padding: 2rem 0;
  }
}
.combo-list2-1 {
  padding: 2.25rem 0;
  background: #eee;
}
.combo-list2-1 .tit2 {
  color: #1d1d1d;
  margin-bottom: 1.85rem;
}
.combo-list2-1 .tip {
  color: #616161;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.combo-list2-1 a {
  display: block;
  background: #fff;
}
.combo-list2-1 .text {
  padding: 0 15px 15px;
}
.combo-list2-1 .proimg-container {
  padding: 10px 10px 0;
}
.combo-list2-1 .tit3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #222;
}
.combo-list2-1 .swiper-slide {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.combo-list2-1 .swiper-slide:nth-child(4n) {
  margin-right: 0;
}
.combo-list2-1 .proimg-container .swiper-pagination span {
  background: #fff;
  opacity: 1;
}
.combo-list2-1 .proimg-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e11414;
}
.combo-list2-1 .morebtn {
  background: url(../image/supportimg3.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform: translate(0, 100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}
.combo-list2-1 .morebtn .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.combo-list2-1 .morebtn .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.combo-list2-1 .morebtn .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
}
.combo-list2-1 .morebtn .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.combo-list2-1 .swiper-slide a:hover .morebtn {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .combo-list2-1 {
    padding: 1.5rem 0;
  }

  .combo-list2-1 .tit2 {
    line-height: 1;
    margin-bottom: 1rem;
  }

  .combo-list2-1 .swiper-slide {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .combo-list2-1 .swiper-slide:nth-child(2n) {
    margin-right: 0;
  }
}
.nbanner4 {
  width: 100%;
  height: 20rem;
}
.nbanner4 .bg {
  height: 20rem;
}
.nbanner4 .text {
  width: 15.5rem;
  padding: 1rem .7rem 1.25rem;
  display: inline-block;
  position: absolute;
  bottom: -3rem;
  right: calc(50vw - 660px);
}
.nbanner4 .text .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(69, 69, 69, 0.6);
  backdrop-filter: blur(2px);
}
.nbanner4 .text .tit3 {
  width: 13.5rem;
  text-shadow: -7px -4px 20px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  margin: .25rem auto 0;
}
.nbanner4 .text .tit2 {
  font-size: 3.25rem;
  line-height: 1;
  position: relative;
  z-index: 2;
  text-shadow: -7px -4px 10px rgba(0, 0, 0, 0.3);
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .w1600 {
    width: 90%;
  }
  
}
@media (max-width: 1480px) {
  .nbanner4 .text{
    right:6%;
  }
}
@media (max-width: 1024px) {
  .nbanner4 .text {
    right:6%;
  }
}
@media (max-width:767px) {
  .nbanner4 .text{
    width:88%;
  }
  .nbanner4 .text .tit2{
    font-size: 2.25rem;
  }
  .nbanner4 .text .tit3{
    width:auto;
  }
  .nbanner4,.nbanner4 .bg{
    height:15rem;
  }
}

.nbanner5 {
  width: 100%;
  height: 20rem;
}
.nbanner5 .bg {
  height: 20rem;
}
.nbanner5 .text {
  margin-top: -2.5rem;
}
.nbanner5 .text .tit3 {
  text-shadow: -7px -4px 20px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  margin: .25rem auto 0;
}
.nbanner5 .text .tit2 {
  font-size: 3.25rem;
  line-height: .8;
  position: relative;
  z-index: 2;
  text-shadow: -7px -4px 10px rgba(0, 0, 0, 0.3);
}

.garage-list1 {
  background: url(../image/manualsimg5.jpg) repeat-y center top;
  padding: 5rem 0 3rem;
}
.garage-list1 .itemli1 {
  margin-bottom: 2rem;
}
.garage-list1 .itemli1 .text {
  width: 36.5%;
}
.garage-list1 .itemli1 .text .tit2 {
  margin-bottom: .7rem;
}
.garage-list1 .itemli1 .text2 .tit3 {
  margin-left:20%;
  width: 80%;
}
.garage-list1 .itemli1 .text2 .tit2, .garage-list1 .itemli1 .text2 .tit3 {
  text-align: right;
  position: relative;
  z-index: 3;
}
.garage-list1 .itemli1 .text2 .more {
  position: relative;
  z-index: 3;
}
.garage-list1 .itemli1 .img {
  width: 61.25%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.garage-list1 .more {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 1.2rem;
  background: #e11414;
  transition: all .4s;
}
.garage-list1 .more:hover {
  background: #d60f0f;
  color: #fff;
}
.garage-list1 .itemli2 {
  margin-bottom: 2rem;
}
.garage-list1 .itemli2 .text {
  width: 36.5%;
}
.garage-list1 .itemli2 .text .tit2 {
  margin-bottom: .7rem;
}
.garage-list1 .itemli2 .text2 {
  position: absolute;
  top: 50%;
  right: 12%;
  z-index: 5;
  transform: translate(0, -50%);
  padding: 1.25rem;
}
.garage-list1 .itemli2 .text2 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(69, 69, 69, 0.6);
  backdrop-filter: blur(2px);
}
.garage-list1 .itemli2 .text2 .tit2, .garage-list1 .itemli2 .text2 .tit3 {
  position: relative;
  z-index: 3;
}
.garage-list1 .itemli2 .text2 .tit3 {
  text-align: center;
}
.garage-list1 .itemli2 .text2 .more {
  position: relative;
  z-index: 3;
}
.garage-list1 .itemli2 .text3 {
  position: absolute;
  top: 50%;
  left: 12%;
  z-index: 5;
  transform: translate(0, -50%);
  padding: 1.25rem;
}
.garage-list1 .itemli2 .text3 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(69, 69, 69, 0.6);
  backdrop-filter: blur(2px);
}
.garage-list1 .itemli2 .text3 .tit2, .garage-list1 .itemli2 .text3 .tit3 {
  position: relative;
  z-index: 3;
}
.garage-list1 .itemli2 .text3 .tit3 {
  text-align: center;
}
.garage-list1 .itemli2 .text3 .more {
  position: relative;
  z-index: 3;
}
.garage-list1 .itemli2 .img {
  width: 69.25%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1680px) {
  .garage-list1 .itemli1 .text2 .tit3 {
    margin-left: 6%;
    width: 94%;
  }
  .garage-list1 .itemli2 .text2{
    right: 5%;
  }
  .garage-list1 .itemli2 .text3{
    left:5%;
  }
  .garage-list1 .itemli2 .text{
    width:46%;
  }
}
@media (max-width:768px) {
  .garage-list1 .w1600{
    width:100%;
  }
  .garage-list1 .itemli1 .img{
    width:100%;
  }
  .garage-list1 .itemli1 .text{
    width: 90%;
    padding:1rem 1.5rem;
    margin:-2.5rem 5% 0;
    background: rgba(69, 69, 69, 0.6);
    backdrop-filter: blur(2px);
  }
  .garage-list1 .itemli1 .text .tit2 br{
    display:none;
  }
  .garage-list1 .itemli1 .text2 .tit2, .garage-list1 .itemli1 .text2 .tit3{
    text-align:center;
  }
  .garage-list1 .itemli1 .text .tit2,.garage-list1 .itemli1 .text .tit3{
    text-align:center;
  }
  .garage-list1 .itemli1 .text2 .more{
    float:none;
    margin:1rem auto 0;
  }
  .garage-list1 .itemli1 .text .more{
    float:none;
    margin:1rem auto 0;
  }
  .garage-list1 .itemli2 .img{
    width:100%;
    display:block;
    float:none;
  }
  .garage-list1 .itemli2 .text2 {
    position: relative;
    width: 90%;
    padding:1rem 1.5rem;
    margin:-2.5rem 5% 0;
    transform: translate(0,0);
    right:auto;
  }
  .garage-list1 .itemli2 .text3{
    position: relative;
    top:auto;
    left:auto;
    z-index: 5;
    transform: translate(0, 0);
    margin:-2.5rem 5% 0;
    width: 90%;
    padding:1rem 1.5rem;
  }
}
@media (max-width:767px) {
  .garage-list1 .itemli1 .text2 .tit3{
    width:100%;
    margin-left:0;
    font-size:14px;
  }
  .garage-list1 .itemli1 .text .tit2,.garage-list1 .itemli2 .text .tit2,.garage-list1 .itemli3 .text .tit2,.garage-list1 .itemli4 .text .tit2{
    font-size:34px;
  }
  .garage-list1 .itemli1 .text .more,.garage-list1 .itemli2 .text2 .more{
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  .garage-list1 .itemli2 .text2,.garage-list1 .itemli1 .text,.garage-list1 .itemli2 .text3{
    padding:1rem;
  }
  .garage-list1{
    padding-bottom:1.5rem;
  }
}
.hvac-list1 {
  padding: 3.5rem 0 6rem;
}
.hvac-list1 .proimg {
  width: 26rem;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.hvac-list1 .tit2 {
  margin-bottom: .35rem;
}
.hvac-list1 .tit3 {
  width: 15.5rem;
}
.hvac-list1 .more {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 1.2rem;
  background: #e11414;
  transition: all .4s;
}
.hvac-list1 .more:hover {
  background: #d60f0f;
  color: #fff;
}
.hvac-list1 .protop {
  top: 0;
}
.hvac-list1 .probottom {
  bottom: 0;
}
.hvac-list1 .w1320{
  position: relative;
  z-index:3;
}

@media (max-width: 1024px) {
  .hvac-list1 .w1320 {
    position: relative;
    z-index: 4;
  }

  .hvac-list1 .proimg {
    width: 16.5rem;
  }
}
.hvac-list2 {
  background: #08367f;
  padding: 1.25rem 0;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .hvac-list2 {
    font-size: 1.5rem;
  }
}
.n-hvac .hvacleft {
  padding: 4rem 0 8rem;
}
.n-hvac .hvacleft .proimg {
  left: 0;
  right: auto;
  bottom: 0;
}
.n-hvac .hvacleft .tit3 {
  text-align: right;
}
.n-hvac .hvacleft .tit2 {
  color: #171717;
}
.n-hvac .hvacleft .tit3 {
  color: #171717;
}

@media (max-width: 1024px) {
  .n-hvac .hvac-list1 .proimg {
    bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .hvac-list1,.n-hvac .hvacleft{
    padding:4rem 0 5rem;
  }
  .n-hvac .hvac-list1 .proimg{
    bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hvac-list1,.n-hvac .hvacleft{
    padding:2rem 0 3rem;
  }
}
@media (max-width: 767px) {
  .hvac-list1 .proimg {
    position: relative;
  }

  .hvac-list1 .tit3 {
    width: 100%;
  }

  .n-hvac .hvac-list1 .proimg {
    bottom: 0;
    width: 130%;
    margin-left: -15%;
    margin-top: -20%;
    max-width: none;
  }

  .hvac-list1, .n-hvac .hvacleft {
    padding: 1rem 0 3.5rem;
  }
}
.hvac-list3 .item {
  width: 50%;
  height: 12.75rem;
  overflow: hidden;
}
.hvac-list3 .bg {
  height: 12.75rem;
  width: 100%;
}

@media (max-width: 768px) {
  .hvac-list3 .item,.hvac-list3 .item .bg {
    width: 100%;
    height: 7rem;
  }

}
.nbanner5 {
  width: 100%;
  height: 20rem;
}
.nbanner5 .bg {
  height: 20rem;
}
.nbanner5 .text {
  margin-top: -2.5rem;
}
.nbanner5 .text .tit3 {
  text-shadow: -7px -4px 20px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  margin: .25rem auto 0;
}
.nbanner5 .text .tit2 {
  font-size: 3.25rem;
  line-height: .9;
  position: relative;
  z-index: 2;
  text-shadow: -7px -4px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .nbanner5 .text .tit2 {
    font-size: 2.5rem;
  }

  .nbanner5 .text {
    width: 100%;
  }
}
.n-powertolls {
  background: #eee;
}
.n-powertolls .powertolls-list1 {
  padding: 5.25rem 2.25rem 2rem;
}
.n-powertolls .contentbox {
  background: #fff;
}

.powertolls-list1 .text {
  width: 49.7%;
  position: relative;
  z-index: 3;
}
.powertolls-list1 .text .tit2 {
  color: #171717;
  margin-bottom: .35rem;
}
.powertolls-list1 .text .tit3 {
  color: #171717;
  width: 60%;
}
.powertolls-list1 .text .more {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 1.2rem;
  background: #e11414;
  transition: all .4s;
}
.powertolls-list1 .text .more:hover {
  background: #d60f0f;
  color: #fff;
}
.powertolls-list1 .img img {
  width: 100%;
}
.powertolls-list1 .itemli {
  background: #fff;
  padding: 2.15rem 0;
}
.powertolls-list1 .itemli-right .img {
  width: 49%;
  bottom: 2.15rem;
  left: -1rem;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.2);
}
.powertolls-list1 .itemli-right .proimg {
  width: 52%;
  top: -3rem;
  right: 0;
  z-index: 2;
}
.powertolls-list1 .itemli-left .tit2, .powertolls-list1 .itemli-left .tit3 {
  text-align: right;
}
.powertolls-list1 .itemli-left .more {
  float: right;
}
.powertolls-list1 .itemli-left .img {
  width: 49%;
  bottom: 1.25rem;
  right: -1rem;
  left: auto;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.2);
}
.powertolls-list1 .itemli-left .proimg {
  width: 52%;
  bottom: -1rem;
  left: -1rem;
  z-index: 2;
}
.powertolls-list1 .itemli2 {
  /*margin: 3.5rem 0 6rem;*/
  margin: 3.5rem 0 0;
}
.powertolls-list1 .itemli2 .li {
  width: 49%;
}
.powertolls-list1 .itemli2 .bg {
  height: 21rem;
  border-radius: 35px;
  overflow: hidden;
}
.powertolls-list1 .itemli2 .text2 {
  width: 100%;
  position: absolute;
  padding: 1rem 1rem 1.5rem;
  z-index: 3;
}
.powertolls-list1 .itemli2 .text2 .tit2 {
  color: #fff;
  margin-bottom: .35rem;
}
.powertolls-list1 .itemli2 .text2 .tit3 {
  color: #fff;
  width: 80%;
}
.powertolls-list1 .itemli2 .text2 .more {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 1.2rem;
  background: #e11414;
  transition: all .4s;
}
.powertolls-list1 .itemli2 .text2 .more:hover {
  background: #d60f0f;
  color: #fff;
}
.powertolls-list1 .itemli2 .li1 {
  margin-top: 3.6rem;
}
.powertolls-list1 .itemli2 .li1 .text2 {
  bottom: 0;
}
.powertolls-list1 .itemli2 .li1 .img2 {
  position: absolute;
  height: 10rem;
  left: -3rem;
  top: -4.5rem;
  z-index: 3;
}
.powertolls-list1 .itemli2 .li2 .bg {
  height: 18.75rem;
}
.powertolls-list1 .itemli2 .li2 .text2 {
  top: 2.25rem;
  justify-content: flex-end;
}
.powertolls-list1 .itemli2 .li2 .tit2, .powertolls-list1 .itemli2 .li2 .tit3 {
  text-align: right;
}
.powertolls-list1 .itemli2 .li2 .img2 {
  position: absolute;
  height: 13.5rem;
  right: -6rem;
  bottom: -6rem;
  z-index: 3;
}
@media (max-width: 1024px) {
  .n-powertolls .powertolls-list1 {
    padding: 2.25rem 6% 2rem;
  }
  .powertolls-list1 .itemli-right .img,.powertolls-list1 .itemli-left .img{
    width:100%;
    bottom:auto;
    left:auto;
    right: auto;
    position: relative;
  }
  .powertolls-list1 .itemli{
    padding:1rem 6%;
  }
  .powertolls-list1 .text{
    width:100%;
  }
  .powertolls-list1 .itemli-right .proimg,.powertolls-list1 .itemli-left .proimg{
    /*position: relative;*/
    width:100%;
    margin-left:0;
    /*width:70%;
    margin-left:30%;*/
    bottom:auto;
    left:auto;
    top:auto;
    margin-top:-3rem;
  }
  .powertolls-list1 .itemli-right .proimg{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
  .powertolls-list1 .itemli-left .proimg{

  }

  .powertolls-list1 .itemli-right .proimg img, .powertolls-list1 .itemli-left .proimg img{
    max-width:50%;
  }

  .powertolls-list1 .itemli2 .bg,.powertolls-list1 .itemli2 .li2 .bg{
    height: 17rem;
  }
  .powertolls-list1 .itemli2 .li1 .img2{
    height: 6rem;
    left: -2rem;
    top: -3.5rem
  }
  .powertolls-list1 .itemli2 .li2 .img2{
    height: 6.5rem;
    right: -3rem;
    bottom: -3rem;
  }
}
@media (max-width: 767px) {
  .powertolls-list1 .itemli-right .img,.powertolls-list1 .itemli-left .img{
    border-radius:.5rem;
  }
  .powertolls-list1 .itemli{
    padding:0;
    border-radius:.5rem;
    margin-bottom:.75rem;
  }
  .powertolls-list1 .text{
    padding:.5rem 6% 1rem;
  }
  .powertolls-list1 .itemli-right .proimg, .powertolls-list1 .itemli-left .proimg{
    width: 70%;
    margin-left: 15%;
  }
  .powertolls-list1 .text .tit3{
    width:100%;
  }
  .powertolls-list1 .itemli-left .tit2, .powertolls-list1 .itemli-left .tit3{
    text-align:left;
  }
  .powertolls-list1 .itemli-left .more{
    float:left;
  }
  .powertolls-list1 .text .more,.powertolls-list1 .itemli2 .text2 .more{
    width:160px;
    height:40px;
    line-height:40px;
  }
  .powertolls-list1 .text .tit2 br{
    display:none;
    
  }
  .powertolls-list1 .text .tit2{
    font-size:32px;
  }
  .powertolls-list1 .text .more,.powertolls-list1 .itemli2 .text2 .more{
    margin-top:.65rem;
  }
  .powertolls-list1 .itemli2 .li{
    width:100%;
    margin-bottom:.75rem;
  }
  .powertolls-list1 .itemli2{
    margin-top:1rem;
  }
  .powertolls-list1 .itemli2 .text2 .tit3{
    width:100%;
  }
  .powertolls-list1 .itemli2 .li2 .tit2, .powertolls-list1 .itemli2 .li2 .tit3{
    text-align:left;
  }
  .powertolls-list1 .itemli2 .li2 .text2{
    top:0;
    justify-content: flex-start;
  }
  .powertolls-list1 .itemli2 .bg, .powertolls-list1 .itemli2 .li2 .bg{
    height:16rem;
  }
  .powertolls-list1 .itemli2 .li1 .img2{
    left: -1rem;
    top: -2.5rem;
  }
  .powertolls-list1 .itemli2 .li2 .img2{
    right: -1rem;
  }
}

.nbanner7 {
  position: relative;
}
.nbanner7 .bg {
  width: 100%;
  height: 580px;
}
.nbanner7 .tit2 {
  margin-bottom: .7rem;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .nbanner7 .bg{
    height: 16rem;
  }
}

.n-products-list {
  background: #eee;
}
.n-products-list .topbox{
  padding:25px 0 0;
}

.n-products-list .tiptitle a{
  transition: all .4s;
}
.n-products-list .tiptitle a:hover{
  color:#ed1c24;
}
.n-products-list .contactbox {
  padding-bottom: 2.5rem;
}
.n-products-list .selectbox {
  width: auto;
  margin: 1.5rem 0 1rem;
  position: relative;
  z-index: 3;
}
.n-products-list2 .selectbox{
  margin: .75rem 0 1rem;
}
.n-products-list .selectbox span {
  margin-right: 10px;
}
.n-products-list .selectbox .btn {
  width: 50px;
  height: 40px;
  background: #ed1c24;
  cursor: pointer;
}
.n-products-list .selectbox .btn .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.n-products-list .selectbox .sp1 {
  width: 210px;
  height: 40px;
  line-height: 40px;
  background: #333;
  padding: 0 15px;
}
.n-products-list .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 40px;
  width: 210px;
  background: #333;
  max-height: 450px;
  overflow-y: auto;
  display: none;
}
.n-products-list .selectbox .item {
  /*height: 40px;*/
  line-height: 1.4;
  padding:8px 15px;
}
.n-products-list .selectbox .item:hover {
  background: #ed1c24;
}
.n-products-list .warp-search-text {
  margin-bottom: .8rem;
}
.n-products-list .warp-search-text .search-text span {
  color: #ed1c24;
}
.n-products-list .ulbox1 .tit2 {
  color: #1d1d1d;
  margin-bottom: 1.85rem;
}
.n-products-list .ulbox1 .tip {
  color: #616161;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
  height: 35px;
}
.n-products-list .ulbox1 a {
  display: block;
  background: #fff;
  height: 100%;
}
.n-products-list .ulbox1 .text {
  padding: 0 15px 15px;
}
.n-products-list .ulbox1 .proimg-container {
  padding: 10px 10px 2rem;
}
.n-products-list .ulbox1 .tit3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #222;
  padding-top: 15px;
}
.n-products-list .ulbox1 .li {
  width: 23.5%;
  margin-bottom: 2%;
  margin-right: 2%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  /*overflow: hidden;*/
}
.n-products-list .ulbox1 .li:nth-child(4n) {
  margin-right: 0;
}
.n-products-list .ulbox1 .morebtn {
  background: url(../image/supportimg3.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform: translate(0, 100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}
.n-products-list .ulbox1 .morebtn .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.n-products-list .ulbox1 .morebtn .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.n-products-list .ulbox1 .morebtn .botton {
  width: 177px;
  height: 50px;
  /* box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35); */
}
.n-products-list .ulbox1 .morebtn .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.n-products-list .ulbox1 .li a:hover .morebtn {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.n-products-list .selectbox1{
  position: relative;
  z-index:3;
}
.n-products-list .selectbox2{
  position: relative;
  z-index:2;
}
@media (max-width: 767px) {
  .n-products-list .selectbox span {
    width: 100%;
    margin-bottom: .3rem;
  }

  .n-products-list .selectbox, .n-products-list .select2 {
    width: 100%;
  }

  .n-products-list .selectbox .sp1 {
    width: calc(100% - 40px);
  }

  .n-products-list .selectbox .btn {
    width: 40px;
  }

  .n-products-list .selectbox {
    margin: 0 0 .5rem;
  }

  .n-products-list .selectbox .selectitem {
    width: calc(100% - 40px);
  }

  .n-products-list .ulbox1 .li {
    width: 49%;
  }

  .n-products-list .ulbox1 .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-products-list .ulbox1 .morebtn .botton .bg, .n-products-list .ulbox1 .morebtn .botton, .n-products-list .ulbox1 .morebtn .botton div, .n-products-list .ulbox1 .morebtn .botton:hover .bg {
    height: 40px;
    width: 145px;
  }

  .n-products-list .ulbox1 .morebtn .botton div {
    line-height: 40px;
  }
  .n-products-list .tiptitle{
    padding:0 0 15px;
  }
}
.products-list2 .item {
  width: 50%;
  height: 12.75rem;
  overflow: hidden;
}
.products-list2 .bg {
  height: 12.75rem;
  width: 100%;
  transition: all .4s;
}
.products-list2 .title {
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  padding: .35rem 1rem;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all .4s;
}
.products-list2 .botton .bg2 {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.products-list2 .botton:hover .bg2 {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.products-list2 .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
  margin: 1.5rem auto 0;
  transition: all .4s;
}
.products-list2 .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.products-list2 .text {
  opacity: 0;
  transition: all .4s;
}
.products-list2 .item:hover .bg {
  transform: scale3d(1.1, 1.1, 1);
}
.products-list2 .item:hover .text {
  opacity: 1;
}
.products-list2 .item:hover .title {
  transform: translate(0, 100%);
}

@media (max-width: 768px) {
  .products-list2 .bg, .products-list2 .item {
    height: 9.75rem;
  }

  /*.n-products-list {
    padding-top: 1.5rem;
  }*/
}
@media (max-width: 767px) {
  .products-list2 .item {
    width: 100%;
  }

  .products-list2 .text {
    width: 90%;
  }
}
.products-list3 .item {
  width: 100%;
  height: 19.5rem;
  overflow: hidden;
}
.products-list3 .bg {
  height: 19.5rem;
  width: 100%;
  transition: all .4s;
}
.products-list3 .botton .bg2 {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.products-list3 .botton:hover .bg2 {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.products-list3 .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
  margin: 1.5rem 0 0;
  transition: all .4s;
}
.products-list3 .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.products-list3 .left0 {
  left: 0;
}
.products-list3 .right0 {
  right: 0;
}
.products-list3 .text {
  width: 14.5rem;
  height: 100%;
  top: 0;
  padding: 0 2rem;
  z-index: 3;
  background: rgba(0, 0, 0, 0.55);
}
.products-list3 .item:hover .bg {
  transform: scale3d(1.1, 1.1, 1);
}
.products-list3 .item:hover .text {
  opacity: 1;
}
.products-list3 .item:hover .title {
  transform: translate(0, 100%);
}

@media (max-width: 767px) {
  .products-list3 .text {
    width: 100%;
    align-items: center;
  }

  .products-list3 .item, .products-list3 .bg {
    height: 12.5rem;
  }
  .products-list3 .tit5{
    text-align:center;
    margin-bottom:.2rem;
  }
  .products-list3 .botton{
    margin-top:.75rem;
  }
}
.products-list4 {
  padding: 1.75rem 0;
  background: url(../image/manualsimg5.jpg) no-repeat center center;
  background-size: cover;
}
.products-list4 .pro-container {
  padding: 10px 30px;
}
.products-list4 .pro-container .swiper-slide {
  overflow: hidden;
  padding: 15px;
}
.products-list4 .pro-container a {
  border-radius: 8px;
  box-sizing: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  /* height: 4.5rem; */
  background: #fff;
  /* overflow: hidden; */
}
.products-list4 .pro-container .tit3 {
  justify-content: center;
  display: flex;
  color: #fff;
}
.products-list4 .pro-container .img {
  height: 4.5rem;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all .4s;
}
.products-list4 .pro-container a:hover .tit3 {
  left: 50%;
  transform: translate(-50%, -50%);
}
.products-list4 .pro-container a:hover .img {
  opacity: .2;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products-list4 .pro-container .swiper-button-prev {
  background: none;
  left: 0;
  top: 50%;
  margin-top: -22.5px;
  width: 45px;
  height: 45px;
  opacity: 1;
}
.products-list4 .pro-container .swiper-button-next {
  background: none;
  right: 0;
  top: 50%;
  margin-top: -22.5px;
  width: 45px;
  height: 45px;
  transform: rotate(-180deg);
  opacity: 1;
}
.products-list4 .pro-container .icon {
  height: 26px;
  height: 26px;
  fill: #fff;
}

@media (max-width: 767px) {
  .products-list4 {
    padding: 1rem 0;
  }
  .n-products-list3{
    padding-top:1rem;
  }
}
.products-list5 {
  padding: 1.75rem 0 .95rem;
  background: #eee;
}

.products-list5 .li {
  width: 15.4%;
  margin-right: .92%;
  display: block;
  margin-bottom: .92%;
}
.products-list5 .nulbox{
  width:103%;
}
.products-list5 .bg {
  height: 4.5rem;
}
.products-list5 .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 1;
  transition: all .4s;
}
.products-list5 .tit3 {
  width: 100%;
  padding: 0 5%;
  z-index: 3;
}
.products-list5 .li:hover:before {
  opacity: 0;
}

@media (max-width: 767px) {
  .products-list5 .li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .products-list5 .li:nth-child(3n) {
    margin-right: 0;
  }
}
.products-bot {
  padding: 1.5rem 0;
  background: #eee;
}
.products-bot .tit2 {
  color: #1d1d1d;
  margin-bottom: 1rem;
}
.products-bot .tip {
  color: #616161;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.products-bot a {
  display: block;
  /*background:#fff;*/
}
.products-bot .swiper-slide {
  transition: box-shadow .4s;
}
.products-bot .img {
  background: #fff;
}
.products-bot .text {
  padding: 0 15px 15px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}
.products-bot .proimg-container {
  padding: 10px;
}
.products-bot .tit3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #222;
  padding-top: 15px;
}
.products-bot .morebtn{
  display:none;
}
.products-bot .swiper-slide {
  overflow: hidden;
}
.products-bot .warp-container {
  width: calc(1320px + 90px);
  margin: 0 auto;
}
.products-bot .warp-container .swiper-button-prev {
  background: none;
  left: 0;
  top: 50%;
  margin-top: -80px;
  width: 45px;
  height: 45px;
  opacity: 1;
  background: #d5d5d5;
  transition: all .4s;
}
.products-bot .warp-container .swiper-button-next {
  background: none;
  right: 0;
  top: 50%;
  margin-top: -80px;
  width: 45px;
  height: 45px;
  transform: rotate(-180deg);
  opacity: 1;
  background: #d5d5d5;
  transition: all .4s;
}
.products-bot .warp-container .icon {
  height: 26px;
  height: 26px;
  fill: #fff;
}
.products-bot .warp-container .swiper-button-prev:hover {
  background: #e11414;
}
.products-bot .warp-container .swiper-button-next:hover {
  background: #e11414;
}
.products-bot .proimg-container {
  overflow: hidden;
}
.products-bot .swiper-slide:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.products-bot a:hover .text {
  opacity: 1;
  visibility: visible;
  display: block;
}

.pro-contentbox .leftox {
  height: 850px;
  width: 50%;
  padding-left: 2.5rem;
  /* background: url(../image/manualsimg5.jpg) no-repeat center center; */
  background-size: cover;
  padding-right: 2.25rem;
  /*padding-top: 30px;*/
}
.pro-contentbox .leftox .tip {
  /*padding: 0 0 .65rem;*/
  height:2rem;
}
.pro-contentbox .leftox .imgbox {
  width: 100%;
  height: 560px;
  /*background: #fff;*/
}
.pro-contentbox .leftox .tab-ul {
  margin-top: 24px;
  padding: 0 35px;
}
.pro-contentbox .leftox .tab-ul .swiper-slide {
  cursor: pointer;
}
.pro-contentbox .leftox .tab-ul .swiper-slide img {
  max-width: 100%;
}
.pro-contentbox .leftox .tab-ul .swiper-slide.cur img {
  border: 2px solid #ff1616;
}
.pro-contentbox .leftox .tab-ul .swiper-button-prev {
  background: none;
  left: 0;
  top: 50%;
  margin-top: -17.5px;
  width: 35px;
  height: 35px;
  opacity: 1;
}
.pro-contentbox .leftox .tab-ul .swiper-button-next {
  background: none;
  right: 0;
  top: 50%;
  margin-top: -17.5px;
  width: 35px;
  height: 35px;
  transform: rotate(-180deg);
  opacity: 1;
}
.pro-contentbox .leftox .tab-ul .icon {
  height: 26px;
  height: 26px;
  fill: #fff;
}
.pro-contentbox .leftox .tab-container {
  width: 100%;
}
.pro-contentbox .rightbox {
  background: #fff;
  width: 50%;
  padding-left: 2.25rem;
  padding-right: 2.5rem;
  padding-top: 2rem;
}
.pro-contentbox .rightbox .tit4 {
  margin-bottom: .5rem;
  border-bottom: 1px solid #ddd;
  /*margin-bottom: .55rem;*/
  padding-bottom: .5rem;
}
.pro-contentbox .rightbox .linkbox {
  margin-top: .9rem;
  margin-left:-10px;
  
}
.pro-contentbox .rightbox .linkbox a {
  margin: 0 .15rem;
}
.pro-contentbox .rightbox .linkbox a img{
  transition: all .4s;
}
.pro-contentbox .rightbox .linkbox a .img2{
  opacity:0;
}
.pro-contentbox .rightbox .linkbox a:hover .img2{
  opacity:1;
}
.pro-contentbox .rightbox .linkbox a:hover .img1{
  opacity:0;
}
.pro-contentbox .rightbox .textbox {
  /*max-height: 320px;*/
  /* padding-right:10%; */
  overflow: hidden;
}
.pro-contentbox .rightbox .textbox p {
  margin-bottom: 10px;
  /* padding-left:15px; */
  position: relative;
}
/* .pro-contentbox .rightbox .textbox p:before{
  content:"";
  position: absolute;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#000;
  left:0;
  top:calc(1em - 2.5px);
} */
.pro-contentbox .rightbox .textbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, white);
}
.pro-contentbox .rightbox .textbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width:2px;
  background-color: rgba(223,20,20,.8) !important;
  border-radius: 0 !important;
}
.pro-contentbox .rightbox .btn {
  margin-top: .15rem;
  color: #ed1c24;
  padding-bottom: .55rem;
  
}
.pro-contentbox .rightbox .price {
  border-top: 1px solid #ddd;
  padding-top: .75rem;
  margin-bottom: .25rem;
}
.pro-contentbox .rightbox .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.pro-contentbox .rightbox .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.pro-contentbox .rightbox .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.2);
  margin: .9rem 0 0;
}
.pro-contentbox .rightbox .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1380px) {
  .pro-contentbox .leftox {
    padding-left: 5%;
    padding-right: 5%;
  }

  .pro-contentbox .rightbox {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .pro-contentbox .leftox {
    width: 100%;
    padding-bottom: 2rem;
    height: auto;
    padding-top:60px;
  }

  .pro-contentbox .rightbox {
    width: 100%;
    padding-bottom: 2rem;
    height: auto;
  }
  .pro-contentbox .rightbox .textbox {
    max-height: 220px;
    overflow: hidden;
  }
  .pro-contentbox .rightbox .textbox.cur{
    max-height:none;
  }
}
@media (max-width: 767px) {
  .pro-contentbox .rightbox {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pro-contentbox .leftox {
    padding-top:70px;
  }
  .pro-contentbox .leftox .imgbox {
    height: 14rem;
  }
  .pro-contentbox .rightbox .botton{
    width: 146px;
    height: 40px
  }
  .pro-contentbox .rightbox .botton .bg{
    width: 146px;
    height: 40px
  }
}
.products-video {
  background: url(../image/img34.jpg) no-repeat left top;
  background-size: cover;
  padding: 3rem 0 2rem 4.25rem;
}
.products-video .box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.products-video .box .imgbox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.products-video .box .imgbox img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  box-shadow: 5px 0 25px 0 rgba(0, 0, 0, 0.3);
  transition: transform .4s;
}
.products-video .box .text {
  background: url(../image/bldgvideoimg4.jpg) no-repeat center center;
  background-size: cover;
  padding: 25px .5rem;
  height: 3rem;
}
.products-video .box .video-btn {
  position: absolute;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  top: -30px;
  z-index: 3;
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.products-video .box:hover .imgbox img {
  transform: scale3d(1.05, 1.05, 1);
}
.products-video .video-container .swiper-slide.swiper-slide-next {
  margin-left: -14%;
}
.products-video .video-container .swiper-slide .box {
  display: block;
  transform: scale3d(0.5, 0.5, 1) translate3d(0, 0, 0);
  transition: all .4s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.products-video .video-container .swiper-slide .box .text {
  opacity: 0;
}
.products-video .video-container .swiper-slide.swiper-slide-active {
  margin-left: 0;
}
.products-video .video-container .swiper-slide.swiper-slide-active .box {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.products-video .video-container .swiper-slide.swiper-slide-active .box .text {
  opacity: 1;
}

.products-video .video-container .swiper-slide:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 3;
}
.products-video .video-container .swiper-slide.swiper-slide-active:before{
  visibility:hidden;
}
@media (max-width: 767px) {
  .products-video {
    padding: 3.5rem 0 3rem;
  }

  .products-video .box .text {
    height: auto;
  }

  .products-video .video-container .swiper-slide.swiper-slide-next {
    margin-left: 0;
  }

  .products-video .video-container .swiper-slide .box {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }

  .products-video .video-container .swiper-slide .box .text {
    opacity: 1;
  }
}
.products-nav {
  background: url(../image/img33.jpg) no-repeat center center;
  background-size: cover;
  height: 2rem;
}
.products-nav a {
  color: #fff;
  transition: all .4s;
}
.products-nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  opacity: 0;
  background: #ff2727;
  transition: all .4s;
}
.products-nav .navsub {
  height: 2rem;
}
.products-nav a:hover,.products-nav a.cur {
  color: #ff2727;
}
.products-nav a:hover:before,.products-nav a.cur:before {
  opacity: 1;
}

.products-info1 {
  padding: 2.25rem 0 2rem;
}
.products-info1 .tit2 {
  margin-bottom: 1.25rem;
}
.products-info1 .item {
  width: 48%;
  margin-right: 4%;
  border-bottom: 1px solid #b7b7b7;
  padding: .55rem 0;
}
.products-info1 .sp {
  width: 45%;
  padding: 0 .75rem 0 0;
}
.products-info1 .sp2 {
  width: 55%;
}
.products-info1 .item:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .products-info1 .item {
    width: 100%;
    margin-right: 0;
  }

  .products-info1 .sp {
    padding: 0 .75rem 0 .5rem;
  }
  .products-nav .w1320{
    width:100%;
    padding:0 2%;
  }
}
.products-info2 {
  padding: 2rem 0 3.25rem;
}
.products-info2 .tit2 {
  margin-bottom: 1.25rem;
}
.products-info2 .itembox{
  width:100%;
}
.products-info2 .item {
  width: 48%;
  border-bottom: 1px solid #b7b7b7;
  padding: .55rem 0;
  margin-right: 4%;
}
/*.products-info2 .item:last-child {
  border-bottom: 1px solid #b7b7b7;
}*/
.products-info2 .item:nth-child(2n){
  margin-right:0;
}
.products-info2 .sp {
  width: 100%;
  line-height:1.4;
  padding: 0 .75rem 0 .5rem;
}

@media (max-width: 767px) {
  .products-info2 .sp {
    padding: 0 .75rem 0 .5rem;
  }
  .products-info2 .item{
    width:100%;
    margin-right:0;
  }
}
.products-info3 {
  padding: 2.5rem 0 3.5rem;
}
.products-info3 .tit3 {
  margin-bottom: .85rem;
}
.products-info3 .tit4 {
  margin-bottom: 2.25rem;
}
.products-info3 .tit5 {
  margin-bottom: .25rem;
}
.products-info3 .img {
  width: 4rem;
}
.products-info3 .text {
  width: 11.5rem;
  border-left: 1px solid #fff;
  padding: 5px 0 5px .75rem;
  margin-left: .75rem;
}
.products-info3 .itembox .img{
  margin:0 .5rem;
}
@media (max-width: 767px) {
  .products-info3 .text {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: none;
    text-align: center;
  }
}
.products-info4 {
  padding: 2.25rem 0;
  background: #fff;
  z-index: 3;
}
.products-info4 .tit3 {
  margin-bottom: .35rem;
}
.products-info4 .tip-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b7b7b7;
}
.products-info4 .formbox {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.5rem;
}
.products-info4 .formbox form {
  width: 100%;
}
.products-info4 .formbox .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%;
  background: #eee;
  height: 38px;
  text-indent: 10px;
  color: #333;
}
.products-info4 .formbox .input1:focus {
  border-color: rgba(222, 20, 20, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(222, 20, 20, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(222, 20, 20, 0.6);
}
.products-info4 .formbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.products-info4 .formbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.products-info4 .formbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.products-info4 .formbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.products-info4 .formbox .input2 {
  background: none;
  border: none;
  height: 50px;
  width: 177px;
  z-index: 9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.products-info4 .formbox .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);
  width: 100%;
  background: #eee;
  height: 38px;
  text-indent: 10px;
  color: #333;
  height: 3.5rem;
}
.products-info4 .formbox .input3:focus {
  border-color: rgba(222, 20, 20, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(222, 20, 20, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(222, 20, 20, 0.6);
}
.products-info4 .formbox .input3::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.products-info4 .formbox .input3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.products-info4 .formbox .input3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.products-info4 .formbox .input3:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.products-info4 .formbox .input2 {
  background: none;
  border: none;
  height: 50px;
  width: 177px;
  z-index: 9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.products-info4 .formbox .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.products-info4 .formbox .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.products-info4 .formbox .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.2);
  margin: .9rem 0 0;
}
.products-info4 .formbox .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.products-info4 .formbox .w48 {
  width: 48%;
}
.products-info4 .formbox .w100 {
  width: 100%;
}
.products-info4 .formbox .itemli {
  margin-bottom: .65rem;
}
.products-info4 .formbox .itemli p {
  color: #4b4b4b;
  margin-bottom: .1rem;
}
.products-info4 .pl-ulbox .li {
  padding: 1rem;
  border-bottom: 1px solid #b7b7b7;
}
.products-info4 .pl-ulbox .title {
  margin-bottom: .5rem;
}
.products-info4 .pl-ulbox .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 10px;
}
.products-info4 .pl-ulbox .tit4 {
  color: #0c0c0c;
  margin-right: .5rem;
}
.products-info4 .pl-ulbox .tit5 {
  color: #494949;
}
.products-info4 .pl-ulbox .title-p {
  width: 80%;
  color: #525252;
}
.products-info4 .ulbox2 {
  padding: 1.2rem 0 0;
}

.products-info4 .ulbox2 .title {
  margin-top: 1rem;
}
.products-info4 .ulbox2 .li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #b7b7b7;
}
.products-info4 .ulbox2 .li:last-child {
  border-bottom: none;
}
.products-info4 .ulbox2 .li-title {
  margin-bottom: .5rem;
}
.products-info4 .ulbox2 .icon {
  height: 1rem;
}
.products-info4 .ulbox2 .pbox {
  width: calc(100% - 70px);
  margin-left: .5rem;
  color: #404040;
  padding-top: .25rem;
}
.products-info4 .ulbox2 .li-text {
  color: #404040;
}

@media (max-width: 1480px) {
  .products-bot .warp-container {
    width: calc(100% - 1rem);
  }
}
@media (max-width: 1024px) {
  .products-bot .text {
    opacity: 1;
    visibility: visible;
  }

  .products-bot .warp-container .swiper-button-prev, .products-bot .warp-container .swiper-button-next {
    margin-top: -22.5px;
  }

  .products-info4 .pl-ulbox .title-p {
    width: 100%;
  }
}
.about-banner {
  height: 24.25rem;
}
.about-banner .bg {
  height: 27.25rem;
}
.about-banner .text {
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
.about-banner .tit3 {
  text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: .5rem;
}

.about-bannertext {
  padding: 1.25rem 5% 3rem;
  background: #000;
}

@media (max-width: 767px) {
  .about-banner .tit3 {
    font-size: 42px;
  }

  .about-banner .bg, .about-banner {
    height: 20.25rem;
  }
}
.about-list1 {
  padding: 2.75rem 0 2.5rem;
  /*background: url(../img/img37.jpg) no-repeat center center;
  background-size: cover;*/
}
.about-list1 .sp {
  width: 12rem;
  padding-right: 1rem;
}
.about-list1 .sp span {
  color: #ff2727;
}
.about-list1 .sp2 {
  width: calc(100% - 12rem);
  padding-left: 1rem;
  border-left: 1px solid #fff;
}
.about-list1 .imgbox{
  margin-top:2rem;
}

@media (max-width: 767px) {
  .about-list1 {
    padding: 1.5rem 0;
  }

  .about-list1 .sp {
    line-height: 1.2;
    padding-right: 0;
  }

  .about-list1 .sp, .about-list1 .sp2 {
    width: 100%;
    text-align: center;
  }

  .about-list1 .sp2 {
    margin-top: .75rem;
    padding-left: 0;
    border: none;
  }
}
.about-list2 {
  padding: 4.5rem 0 4rem;
  /*background: url(../img/img39.jpg) no-repeat center center;
  background-size: cover;*/
}
.about-list2 .sp {
  width: 100%;
}
.about-list2 .sp span {
  color: #ff2727;
}
.about-list2 .p {
  width: 1000px;
  max-width: 90%;
  margin: .5rem auto 2rem;
}
.about-list2 .img {
  width: 100%;
}

@media (max-width: 767px) {
  .about-list2 {
    padding: 1.5rem 0 2rem;
  }

  .about-list2 .sp {
    line-height: 1.2;
  }
}
.about-list3 {
  padding: 1.5rem 0;
  background: url(../image/img40.jpg) no-repeat center center;
  background-size: cover;
}
.about-list3 .sp {
  width: 100%;
}
.about-list3 .sp span {
  color: #08367f;
}
.about-list3 .p {
  width: 1000px;
  max-width: 90%;
  margin: .5rem auto 0;
}
.about-list3 .more {
  margin: 1.05rem auto 0;
  color: #ff1616;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff1616;
  display: block;
  width: 100px;
}

@media (max-width: 767px) {
  .about-list3 .sp {
    line-height: 1;
  }

  .about-list3 .p {
    width: 100%;
  }

  .about-list3 .more {
    display: block;
    width: 80px;
  }
}
.about-list4 {
  padding: 2rem 2.875rem;
  background: url(../image/manualsimg5.jpg) no-repeat center center;
  background-size: cover;
}
.about-list4 .text {
  background: url(../image/img8.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem 3rem 3em;
  width: 63.52%;
}
.about-list4 .sp {
  margin-bottom: 1.1rem;
  text-shadow: -4px -4px 15px rgba(0, 0, 0, 0.3);
}
.about-list4 .sp span {
  color: #ff1616;
}
.about-list4 .p {
  width: 85%;
}
.about-list4 .tipbox {
  
  
  padding: 1.5rem 1.75rem;
  width: 55.45%;
  top: 50%;
  right: 0;
  transform: translate(80%, -50%);
}
.about-list4 .tipbox .bg{
  background:rgba(255,39,39,.67);
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  z-index:-1;
}
.about-list4 .p2 {
  width: 100%;
  font-style: italic;
}
.about-list4 .name {
  margin-top: .6rem;
  font-style: italic;
  padding-right:10px;
}
.about-list4 .tipimg1 {
  height: 1.5rem;
  left: 1rem;
  top: -.35rem;
}
.about-list4 .tipimg2 {
  height: 1.5rem;
  right: 1rem;
  bottom: -.35rem;
  transform: rotate(-180deg);
}
.about-list4 .tipbox .list4text-container{
  height:240px;
}
.about-list4 .tipbox .list4text-container .swiper-slide{
  height:calc(240px - 3rem);

}


@media (max-width: 768px) {
  .about-list4 {
    padding: 1.5rem 5% 0;
  }

  .about-list4 .text {
    width: 100%;
    padding: 1rem 5% 4.5rem;
  }

  .about-list4 .tipbox {
    position: relative;
    width: 80%;
    top: auto;
    padding: 1.5rem 1rem;
    margin:0 auto;
    transform: translate(0, -3rem);
  }

  .about-list4 .p {
    width: 100%;
  }

  .about-list4 .tipbox .list4text-container{
    height:120px;
  }
  .about-list4 .tipbox .list4text-container .swiper-slide{
    height:calc(190px - 3rem);

  }
}
@media (max-width: 767px) {
  .about-list4 {
    padding: 1.5rem 5%;
  }
  .about-list4 .tipbox .list4text-container {
    height: 190px;
  }
  .about-list4 .tipbox {
    width: 90%;
    margin:0 auto;
    transform: translate(0, -3rem);
  }
}

.about-list5 {
  padding: 5.5rem 0 6.5rem;
  overflow: hidden;
}
.about-list5 .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
  transition: all .4s;
  transform:scale3d(1.01, 1.01, 1.0);
}
.about-list5 .contentbox{
  z-index:3;
}
.about-list5 .p {
  margin: 1.15rem auto 0;
}
.about-list5:hover .bg{
  transform:scale3d(1.05, 1.05, 1.0);
}

@media (max-width: 768px) {
  .about-list5 {
    padding: 4rem 0;
  }
}
.about-list6 {
  padding: 2.5rem 0 1.5rem;
  background: url(../image/manualsimg5.jpg) no-repeat center top;
  background-size: cover;
}
.about-list6 .ztitle{
  margin-bottom:1rem;
  position: relative;
  z-index:3;
}
.about-list6 .newsicon {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.875rem;
  z-index: 1;
}
.about-list6 .contentbox{
  position: relative;
  z-index:4;
}
.about-list6 .imgbox {
  width: 48%;
}
.about-list6 .imgbox .bg {
  height: 620px;
  width: 100%;
}
.about-list6 .imgbox .time {
  width: 2.75rem;
  height: 2.75rem;
  background: #012772;
  position: absolute;
  left: 0;
  top: 0;
  line-height: .9;
  z-index: 2;
}
.about-list6 .imgbox .text {
  position: absolute;
  width: 100%;
  padding: .5rem;
  bottom: 0;
  z-index: 3;
}
.about-list6 .imgbox .tit5 {
  margin-top: .35rem;
}
.about-list6 .tab-ul {
  width: 48.5%;
}
.about-list6 .li {
  height: 190px;
  margin-bottom: 26px;
}
.about-list6 .li .img {
  height: 190px;
  width: 220px;
  overflow: hidden;
}
.about-list6 .li .img img {
  width: 100%;
  height: 100%;
}
.about-list6 .li .ntext {
  width: calc(100% - 220px);
  padding: .5rem .5rem .25rem .5rem;
}
.about-list6 .li .tit3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.about-list6 .li .time {
  width: 70px;
  line-height: .9;
}
.about-list6 .li .bot-p {
  width: calc(100% - 70px);
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.about-list6 .li .ntext {
  background: #e0e0e0;
  transition: all .4s;
}
.about-list6 .li .ntext .tit3 {
  color: #222;
  transition: all .4s;
}
.about-list6 .li .ntext .time {
  transition: all .4s;
  color: #ed1b24;
}
.about-list6 .li .ntext .bot-p {
  transition: all .4s;
  color: #999;
}
.about-list6 .li .ntext .bot{
  margin-top:.45rem;
}
.about-list6 .li:hover .ntext {
  background: url(../image/img47.jpg) no-repeat center center;
  background-size: cover;
}
.about-list6 .li:hover .tit3 {
  color: #fff;
}
.about-list6 .li:hover .time {
  color: #fff;
}
.about-list6 .li:hover .bot-p {
  color: #fff;
}
.about-list6 .more {
  margin: 1.05rem 0 0;
  color: #ff1616;
  padding-bottom: 0;
  border-bottom: 1px solid #ff1616;
  display: block;
  width: 100px;
}

@media (max-width: 768px) {
  .about-list6 .imgbox, .about-list6 .tab-ul {
    width: 100%;
  }

  .about-list6 .imgbox {
    margin-bottom: 26px;
  }

  .about-list6 .imgbox .bg {
    height: 15rem;
  }

  .about-list6 .li {
    height: 140px;
  }

  .about-list6 .li .img {
    height: 148px;
    width: 155px;
  }

  .about-list6 .li .ntext {
    width: calc(100% - 155px);
  }

  .about-list6 .li .tit3 {
    line-height: 20px;
    height: 60px;
    margin-bottom: .5rem;
    font-size:22px;
  }

  .about-list6 .li .bot-p {
    line-height: 16px;
    height: 32px;
  }

  .about-list6 .more {
    width: 80px;
    margin: .5rem auto 0;
    float: none;
    display: block;
  }
  .about-list6 .li .ntext .bot-p{
    font-size:16px;
  }
  .about-list6 .li .tit3{
    height:56px;
    line-height:28px;
  }
}
@media (max-width: 767px) {
  .about-list6 .li .tit3{
    font-size:18px;
  }
  .about-list6 .li .ntext .bot-p{
    font-size:12px;
  }
}
.about-list7 {
  padding: 1.65rem 0;
  background: #e5e5e5;
}
.about-list7 .title {
  margin-bottom: 1.6rem;
}
.about-list7 .p {
  width: 1000px;
  max-width: 90%;
  margin: .35rem auto 0;
}
.about-list7 .img {
  width: 50%;
}
.about-list7 .img .bg {
  height: 100%;
  width: 100%;
}
.about-list7 .text {
  width: 36.45%;
  background: #fff;
  padding: 1.2rem .75rem;
}
.about-list7 .p2 {
  margin: .5rem auto 0;
}
.about-list7 .more {
  margin: 1.05rem auto 0;
  color: #ff1616;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff1616;
  display: block;
  width: 100px;
}
.about-list7 .li {
  width: 100%;
  margin-bottom: 1.5rem;
}
.about-list7 .icon {
  right: 0;
  top: 50%;
  height: 2rem;
  transform: translate(0, -50%);
}
.about-list7 .li:nth-child(even) {
  flex-flow: row-reverse wrap;
}
.about-list7 .li:nth-child(even) .icon {
  left: 0;
  right: auto;
  top: 50%;
  transform: rotate(-180deg) translate(0, -50%);
  transform-origin: center top;
}

@media (max-width: 768px) {
  .about-list7 .li .icon {
    display: none;
  }

  .about-list7 .img {
    width: 100%;
    height: 10rem;
  }

  .about-list7 .text {
    width: 90%;
    margin: -1rem auto 0;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .about-list7 .tit2 {
    line-height: 1;
  }

  .about-list7 .p {
    max-width: none;
    width: 100%;
  }

  .about-list7 .more {
    width: 80px;
  }
}
.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%;
  }

}
.indexbg {
  background: url(../image/manualsimg5.jpg) repeat-y center top;
  background-size: 100% auto;
}

.ibanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ibanner .swiper-slide, .ibanner .slide-inner {
  overflow: hidden;
  height: 19.5rem;
}
.ibanner .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ibanner .swiper-pagination {
  text-align: right;
  z-index: 3;
  width: calc(100vw - 1rem);
  padding-right: 1.25rem;
  bottom: 1.25rem !important;
}
.ibanner .swiper-pagination span {
  width: 6px;
  height: 6px;
  margin: 0 10px !important;
  background: #fff;
  opacity: 1;
  transition: all .3s;
}
.ibanner .swiper-pagination span.swiper-pagination-bullet-active {
  box-shadow: 0px 0px 0px 3px #fff;
  background: transparent;
  opacity: 1;
}
.ibanner .video {
  width: 100vw;
  height: 19.5rem;
  overflow: hidden;
}
.ibanner video {
  width: 1920px;
  position: absolute;
  left: 50%;
  top: -140px;
  margin-left: -960px;
}

@media (max-width: 768px) {
  .ibanner .swiper-slide, .ibanner .slide-inner {
    height: auto;
  }

  .ibanner .swiper-slide img {
    width: 100%;
  }
}


.i-list2 {
  background:url(../image/zmanualsimg4.jpg) no-repeat center center;
  background-size:cover;
  padding: 0 3.6% 1rem;
}
.i-list2 .tit2 {
  margin-bottom: 1.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.75rem;
  z-index: 4;
}
.i-list2 .img {
  width: auto;
  height: auto;
}
.i-list2 .img img {
  max-width: 100%;
  /*max-height: 10.75rem;*/
  max-height:7.5rem;
  position: relative;
  z-index: 3;
  transition: all .4s;
}
.i-list2 .bg {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  position: absolute;
  background: rgba(23, 23, 24, .9);
  z-index: 1;
  opacity: 0;
  transition: all .4s;
  box-shadow: 2px -40px 50px 10px rgba(138, 138, 138, 0.3);
}
.i-list2 .text {
  position: relative;
  width: 100%;
  z-index: 4;
  margin-top:.5rem;
}
.i-list2 .tit3 {
  color: #ed1c24;
  font-style: italic;
}
.i-list2 .tit5 {
  color: #ed1c24;
  margin-bottom: .25rem;
}
.i-list2 .botton .bg2 {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.i-list2 .botton:hover .bg2 {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.i-list2 .botton {
  width: 177px;
  height: 50px;
  margin: .25rem auto 0;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
}
.i-list2 .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.i-list2 .prevbtn {
  cursor: pointer;
  margin-top: .55rem;
}
.i-list2 .warp-list2-container {
  padding-top: 5rem;
  position: relative;
  z-index: 2;
}
.i-list2 .list2-container {
  /*width: calc(100% - 140px);*/
  width:calc(100% - 80px);
  margin: 0 auto;
}
.i-list2 .swiper-slide:hover .bg {
  opacity: 1;
}
.i-list2 .swiper-slide:hover .img img {
  transform: rotatez(10deg);
}
.i-list2 .prevbtn{
  transition: all .4s;
}

@media (max-width: 1480px) {
  .i-list2 .list2-container {
    width:calc(100% - 20px);
  }
  .i-list2 .bg{
    box-shadow: none;
    background: rgba(23, 23, 24, .5);
  }
  .i-list2 .img img{
    max-width:80%;
    max-height:80%;
  }
}

@media (max-width: 767px) {
  

  



  .i-list2 .text {
    margin-top:.5rem;
  }
}
.i-list3 .list3-container .swiper-pagination {
  bottom: 1.25rem;
}
.i-list3 .list3-container .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 5px;
  background: #fff;
  opacity: 1;
}
.i-list3 .list3-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ff2727;
}

@media (max-width: 767px) {
  .i-list3 .list3-container .swiper-pagination {
    bottom: .5rem;
  }

  .i-list3 .list3-container .swiper-pagination span {
    width: 6px;
    height: 6px;
  }
}
.i-list4 {
  padding: 2rem 0 2.25rem;
  background:#000;
  /*background: url(../img/i4-1.png) no-repeat center top;
  background-size: cover;*/
}
.i-list4 .tit4 {
  margin-bottom: 1.2rem;
}
.i-list4 .ulbox {
  margin-bottom: -4.55%;
}
.i-list4 .li {
  width: 30.3%;
  margin-right: 4.55%;
  margin-bottom: 4.55%;
  
  border-radius: 14px;
  overflow: hidden;
  
}
.i-list4 .li:nth-child(3n) {
  margin-right: 0;
}
.i-list4 .box {
  overflow: hidden;
  /*transition: all .4s;*/
  transform-style: preserve-3d;
  transform: perspective(2000px);
  transform: rotatey(0);
  border-radius: 14px;
  transition: transform .8s;
  box-shadow: 10px 10px 30px 5px rgba(0, 0, 0, 0.6);
}
.i-list4 .box .line {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border: 2px solid #c0bebd;
  z-index: 2;
  border-radius: 8px;
}
.i-list4 .box img {
  width: 100%;
}
.i-list4 .box .tit5 {
  width: 100%;
  padding: 0 20px;
  bottom: 1.25rem;
  z-index: 3;
}
.i-list4 .box1 {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
      border-radius: 14px;
  transform: rotatey(-180deg);
  transition: all .8s;
}
.i-list4 .box1 .line {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border: 2px solid rgba(0,0,0,.6);
  z-index: 2;
  border-radius: 8px;
}
.i-list4 .box1 img {
  width: 100%;
}
.i-list4 .box1 .botton {
  position: absolute;
  left: 50%;
  margin-left: -88.5px;
  bottom: 1.25rem;
  z-index:3;
}
.i-list4 .box1 .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.i-list4 .box1 .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.i-list4 .box1 .botton {
  width: 177px;
  height: 50px;
  /*box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);*/
}
.i-list4 .box1 .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  /*text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);*/
}
@media (min-width: 1025px) {
  .i-list4 .li:hover .box {
    transform: rotatey(180deg);
  }
  .i-list4 .li:hover .box1 {
    transform: rotatey(0);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .i-list4 .tit4 {
    line-height: 1;
    font-size: 46px;
  }

  .i-list4 .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .i-list4 .li:nth-child(3n) {
    margin-right: 4%;
  }

  .i-list4 .li:nth-child(2n) {
    margin-right: 0;
  }

  .i-list4 .box .line {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    left: .5rem;
    top: .5rem;
  }
}
.i-list5 {
  padding: .75rem 0 2.25rem;
  background: url(../image/i5-1.png) no-repeat center center;
  background-size: cover;
}
.i-list5 .tit4 {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 4;
}
.i-list5 .tip {
  position: absolute;
  width: 11rem;
  top: -1.75rem;
  z-index: 2;
}
.i-list5 .video-container {
  position: relative;
  z-index: 3;
}
.i-list5 .video-container .swiper-slide.swiper-slide-next {
  left: -14%;
}
.i-list5 .video-container .swiper-slide.swiper-slide-prev {
  right: -14%;
}
.i-list5 .video-container .swiper-slide.swiper-slide-active:before{
  visibility:hidden;
}
.i-list5 .video-container .swiper-slide:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0);
  z-index:3;
}
.i-list5 .video-container .swiper-slide .box {
  display: block;
  transform: scale3d(0.65, 0.65, 1) translate3d(0, 0, 0);
  transition: all .4s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  z-index: 1;
}
.i-list5 .video-container .swiper-slide .box .text {
  opacity: 0;
}
.i-list5 .video-container .swiper-slide.swiper-slide-active {
  margin-left: 0;
  position: relative;
  z-index: 3;
}
.i-list5 .video-container .swiper-slide.swiper-slide-active .box {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.i-list5 .video-container .swiper-slide.swiper-slide-active .box .text {
  opacity: 1;
}
.i-list5 .box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.i-list5 .box .imgbox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.i-list5 .box .imgbox img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  box-shadow: 5px 0 25px 0 rgba(0, 0, 0, 0.3);
  transition: transform .4s;
}
.i-list5 .box .text {
  background: url(../image/bldgvideoimg4.jpg) no-repeat center center;
  background-size: cover;
  padding: 25px .5rem;
  height: 3rem;
}
.i-list5 .box .video-btn {
  position: absolute;
  left: 50%;
  width:64px;
  margin-left: -32px;
  top: -32px;
  z-index: 3;
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.i-list5 .box:hover .imgbox img {
  transform: scale3d(1.05, 1.05, 1);
}

@media (max-width: 767px) {
  .i-list5 .box .text {
    height: auto;
  }

  .i-list5 .video-container .swiper-slide.swiper-slide-prev {
    right: -6%;
  }

  .i-list5 .video-container .swiper-slide.swiper-slide-next {
    left: -6%;
  }

  .i-list5 .tip {
    width: 7rem;
  }

  .i-list5 .tit4 {
    font-size: 46px;
  }
  .i-list5 .box .video-btn{
    width:40px;
    margin-left:-20px;
    top:-20px;
  }
  .i-list5 .tit4{
    margin-bottom:1rem;
  }

}
.i-list6 {
  padding: .75rem 0 4.75rem;
  position: relative;
  z-index: 1;
}
.i-list6 .contactbox {
  height: 16rem;
}
.i-list6 .li {
  width: 100%;
}
.i-list6 .li .bg {
  width: 100%;
  height: 7.5rem;
  background-position: center top;
}
.i-list6 .li .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(8, 55, 127, 0.9);
  z-index: 2;
  opacity: 0;
  transition: all .4s;
}
.i-list6 .li span {
  z-index: 3;
  opacity: 0;
  transition: all .4s;
}
.i-list6 .li:hover .bg2, .i-list6 .li:hover span {
  opacity: 1;
  font-size: 25px;
}
.i-list6 .leftbox, .i-list6 .rightbox {
  height: 16rem;
  width: 22.7%;
}
.i-list6 .middlebox {
  width: 48.48%;
}
.i-list6 .middlebox .li {
  display: block;
}
.i-list6 .middlebox .li, .i-list6 .middlebox .bg {
  height: 16rem;
}
.i-list6 .tit4 {
  margin-bottom: .65rem;
}
.i-list6 .tit5 {
  width: 830px;
  max-width: 80%;
  margin: 0 auto 1rem;
}
.i-list6 .tit5 a {
  color: #ff2727 !important;
  display:inline-block;
  transition: all .4s;
}
.i-list6 .tit5 a span{
  color:#ff2727 !important;
}
.i-list6 .morebtn {
  color: #ff1616;
  display: inline-block;
  border-bottom: 1px solid #ff1616;
}
.i-list6 .tit5 a:hover{
  opacity:.8;
}

@media (max-width: 767px) {
  .i-list6 .leftbox, .i-list6 .rightbox {
    /*width: 100%;*/
    width:49%;
  }
  .i-list6 .li {
    margin-bottom:4%;
  }

  .i-list6 .contactbox {
    height: auto;
  }

  .i-list6 .middlebox .li, .i-list6 .middlebox .bg {
    height: 8rem;
  }

  .i-list6 .middlebox {
    width: 100%;
  }

  .i-list6 .leftbox, .i-list6 .rightbox {
    height: auto;
  }

  .i-list6 .li:hover .bg2, .i-list6 .li:hover span {
    font-size: 12px;
  }

  .i-list6 .li .bg {
    height: 8rem;
  }

  .i-list6 {
    padding-bottom: 1.5rem;
  }

  .i-list6 .tit4 {
    font-size: 46px;
  }
}
.i-list7 {
  background: url(../image/i7.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: 16.5rem;
  position: relative;
  z-index:4;
}
.i-list7 .tit3 {
  line-height: .9;
  font-size: 3.25rem;
  z-index: 1;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}
.i-list7 .imgbox {
  bottom: 0;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, 0);
}
.i-list7 .imgbox img {
  height: 10.5rem;
  bottom: -.5rem;
}
.i-list7 .imgbox .img1 {
  left: 0;
}
.i-list7 .imgbox .img2 {
  left: 19.5%;
}
.i-list7 .imgbox .img3 {
  left: 36.3%;
}
.i-list7 .imgbox .img4 {
  left: 58.3%;
}
.i-list7 .imgbox .img5 {
  left: 77.65%;
}
.i-list7 .imgbox .img6 {
  left: 92.27%;
}

@media (max-width: 767px) {
  .i-list7 {
    height: 10.5rem;
  }

  .i-list7 .imgbox img {
    height: 6.5rem;
  }

  .i-list7 .imgbox .img1 {
    left: 4%;
  }

  .i-list7 .imgbox .img2 {
    left: 23.5%;
  }

  .i-list7 .imgbox .img3 {
    left: 33.3%;
  }

  .i-list7 .imgbox .img4 {
    left: 51.3%;
  }

  .i-list7 .imgbox .img5 {
    left: 70.65%;
  }

  .i-list7 .imgbox .img6 {
    left: 83.27%;
  }

  .i-list7 .tit3 {
    font-size: 2rem;
  }
}
.list1-dialog3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.list1-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;
}
.list1-dialog3 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 922px;
  height: 578px;
  width: 90%;
  border-radius: 0px;
  background: url(../image/img48.jpg) no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  text-align: center;
  opacity: 0;
}
.list1-dialog3 .tit2 {
  text-shadow: -7px 5px 20px rgba(0, 0, 0, 0.3);
}
.list1-dialog3 .tit3 {
  margin-top: .5rem;
  margin-bottom: .85rem;
}
.list1-dialog3 .textbox {
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
}
.list1-dialog3 .item {
  width: 31.5%;
  margin-bottom: 15px;
  text-align: left;
}
.list1-dialog3 .input {
  height: 35px;
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 5px;
  text-indent: 15px;
}
.list1-dialog3 .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(146, 146, 146, 0.7);
}
.list1-dialog3 .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(146, 146, 146, 0.7);
}
.list1-dialog3 .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(146, 146, 146, 0.7);
}
.list1-dialog3 .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(146, 146, 146, 0.7);
}
.list1-dialog3 .item2 .tit4 {
  margin-bottom: 0;
  margin-right: 20px;
}
.list1-dialog3 .item2 .radio-li {
  margin-right: 12px;
  color: #fff;
  padding-left: 18px;
  height: 21px;
}
.list1-dialog3 .item2 .radio-li input {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 14px;
  height: 14px;
  left: 0;
  bottom: 0;
  background: url(../image/footerimg14.png) no-repeat center center;
}
.list1-dialog3 .item2 .radio-li input[type="radio"]:checked {
  background: url(../image/footerimg14-1.png) no-repeat center center;
  background-size: cover;
}
.list1-dialog3 .item3 {
  height: 68px;
  margin-top: 1rem;
}
.list1-dialog3 .item3 .input2 {
  background: none;
  border: none;
  height: 50px;
  width: 177px;
  z-index: 9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.list1-dialog3 .item3 .botton .bg {
  background: url(../image/button1.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.list1-dialog3 .item3 .botton:hover .bg {
  background: url(../image/button2.png) no-repeat center center;
  background-size: cover;
  height: 50px;
  width: 177px;
}
.list1-dialog3 .item3 .botton {
  width: 177px;
  height: 50px;
  box-shadow: 5px 0 35px 0 rgba(0, 0, 0, 0.35);
}
.list1-dialog3 .item3 .botton div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}
.list1-dialog3 .tip {
  margin-top: .65rem;
}
.list1-dialog3 .tip .tipli {
  margin: 0 .25rem;
}
.list1-dialog3 .closebtn {
  position: absolute;
  right: 53px;
  top: 38px;
  z-index: 3;
  width: auto;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  opacity: .7;
}
.list1-dialog3 .closebtn svg {
  width:13px;
  height:13px;
  fill: #fff;
}

.list1-dialog3.dialog--open {
  opacity: 1;
  visibility: visible;
}

.list1-dialog3.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.list1-dialog3.dialog--open .dialog__content, .list1-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;
}

.list1-dialog3.dialog--open .dialog__content {
  -webkit-animation-name: zanim-open3;
  animation-name: zanim-open3;
}

.list1-dialog3 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.list1-dialog3.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1480px) {
  .list1-dialog3 .tit3{
    font-size:15px;
  }
  
}
@media (max-width: 1024px) {
  
  .list1-dialog3 .tit3{
    font-size:14px;
  }
  .list1-dialog3 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .list1-dialog3 .tit3{
    font-size:12px;
  }
  .list1-dialog3 .tit2{
    font-size:32px;
  }
  .list1-dialog3 .item3{
    margin-top:0;
  }
  .list1-dialog3 .tip{
    margin-top:.25rem;
  }
  .list1-dialog3 .dialog__content {
    width: 95%;
    height:480px;
    padding: .6rem 3%;
  }
  .list1-dialog3 .closebtn{
    width:30px;
    height:30px;
    opacity:0;

  }
  .list1-dialog3 .closebtn {
       right: 3.1%;
    top: 2.2%;
  }
  .list1-dialog3 .closebtn span{
    display:none;
  }
  .list1-dialog3 .dialog__content{
    /*background-size: cover;*/
    background-image:url(../image/zimg48.jpg);
    background-position: center center;
  }
  .list1-dialog3 .textbox{
    max-width:92%;
  }
  .list1-dialog3 .item2 .tit4{
    width:100%;
  }
  .list1-dialog3 .item3 .botton,.list1-dialog3 .item3 .input2,.list1-dialog3 .item3 .botton .bg,.list1-dialog3 .item3 .botton:hover .bg{
    width:140px;
    height:40px;
  }
  .list1-dialog3 .item3 .botton div{
    line-height: 36px;
  }
  .list1-dialog3 .tip .tipli{
    height:.75rem;
  }
  .list1-dialog3 .tip .tipli img{
    max-height:100%;
  }
  .list1-dialog3 .input{
    height: 25px;
    text-indent: 10px;
  }
  .list1-dialog3 .item{
    margin-bottom:8px;
  }
  .list1-dialog3 .item{
    width:48%;
  }
  .list1-dialog3 .item:nth-child(3){
    width:100%;
  }
  .list1-dialog3 .captchabox .input{
    height:25px !important;
  }
  .list1-dialog3 .captchabox .captcha2{
    width: 50px;
  }
  .list1-dialog3 .item2 .radio-li input{
    width: 9px;
    height: 9px;
    bottom: 6px;
  }
  .list1-dialog3 .closebtn svg{
    width:10px;
    height:10px;
  }
  .products-list4 .pro-container .swiper-button-prev{
    display: none;
  }
  .products-list4 .pro-container .swiper-button-next{
    display: none;
  }
  .n-products-list .ulbox1 .tit3{
    height: 100%;
  }

}

@-webkit-keyframes zanim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes zanim-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);
  }
}
@media (max-width: 1440px) {
  @-webkit-keyframes zanim-open3 {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(1.1, 1.1, 1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(.9, .9, 1);
    }
  }
  @keyframes zanim-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(.9,.,1);
      transform: scale3d(.9,.9,1);
    }
  }
}
@media (max-width: 1024px) {
  @-webkit-keyframes zanim-open3 {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(1.1, 1.1, 1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
    }
  }
  @keyframes zanim-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-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);
  }
}


.aboutnews {
  padding: 2.5rem 0 3.25rem;
  background: url(../image/manualsimg5.jpg) repeat-y center top;
  background-size: cover;
}
.aboutnews .tit4 {
  margin-bottom: 2.65rem;
}
.aboutnews .tab-ul {
  width: 100%;
}
.aboutnews .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: auto;
}
.aboutnews .li:nth-child(3n) {
  margin-right: 0;
}
.aboutnews .li .img {
  width: 100%;
  height: auto;
  transform: scale(0.95, 0.95);
  transition: all .4s;
  position: relative;
  z-index: 1;
}
.aboutnews .li .ntext {
  width: 100%;
  height: auto;
  margin-top: -1rem;
  position: relative;
  z-index: 3;
}
.aboutnews .li:hover .img {
  transform: scale(1, 1);
}
.aboutnews .newsicon {
  position: absolute;
  left: 0;
  top: 3rem;
  width: 5.875rem;
  z-index: 1;
}
@media (max-width: 1024px) {
  .pro-contentbox .leftox{
    padding-top:10px;
  }
  .products-video{
    padding: 3rem 0 2rem 1.25rem;
  }
  .products-nav a{
    font-size:18px;
  }
  .about-banner .bg,.about-banner{
    height:17.25rem;
  }
} 
@media (max-width: 767px) {
  .aboutnews {
    padding: 3.5rem 0 3rem;
  }

  .aboutnews .newsicon {
    width: 3.875rem;
  }

  .aboutnews .tab-ul {
    position: relative;
    z-index: 3;
  }

  .aboutnews .tit4 {
    position: relative;
    z-index: 3;
  }

  .aboutnews .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .about-list6 .li .tit3{
    /*height:auto;*/
    height:72px;
    line-height:1.2;
  }
  .about-list6 .li .ntext .tit3{
    font-size:20px;
  }
  .about-list6 .li .bot-p{
    font-size:14px;
  }
  .aboutnews .tit4{
    margin-bottom:1.65rem;
  }
}
.n-sitemaps {
  background: url(../image/manualsimg5.jpg) repeat-y center top;
  padding: 4rem 0 6rem;
}
.n-sitemaps .contactbox .ulbox {
  width: 100%;
}
.n-sitemaps .contactbox .li {
  max-width: 33.3%;
  min-width: 150px;
}
.n-sitemaps .title {
  margin-bottom: .85rem;
}
.n-sitemaps .tit2 {
  margin-bottom: .75rem;
  background: url(../image/footerimg3.png) no-repeat -5px bottom;
  padding-bottom: 8px;
  display: block;
}
.n-sitemaps .tit3 {
  width: 100%;
  margin: .35rem 0;
  display: block;
}
.n-sitemaps .nitem-li {
  width: 100%;
  display: block;
  padding-left: .85rem;
  margin: .35rem 0;
}
.n-sitemaps .nitem {
  margin-bottom: .85rem;
}
.n-sitemaps .tit2:hover {
  color: #ed1c24;
  opacity:.8;
}
.n-sitemaps a:hover {
  color: #fff;
  opacity:.8;
}

@media (max-width: 767px) {
  .n-sitemaps {
    padding: 3.5rem 0 3rem;
  }

  .n-sitemaps .title {
    padding-left: 5%;
  }

  .n-sitemaps .contactbox .li {
    padding-left: 5%;
    width: 100%;
    max-width: none;
  }

  .n-sitemaps .tit2 {
    margin-bottom: .5rem;
  }
}

.products-item{
  display:none;
}
.tipicon{
  left:-0.2rem;
  top:0;
  height:1.2rem;
  z-index:6;
}










.about-wrapper{
  margin-top:2rem;
  padding-bottom:2rem;
}
.about-wrapper .wrapper{
  width: 1395px;
  height: 646px;
  position: absolute;
  left:50%;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  /*overflow:hidden;*/
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.wrapper .before,
.wrapper .after {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}

.wrapper .content-image{
  height:100%;
}

.wrapper .after{
  width:125px;
}
.wrapper .warp-scroller {
  bottom:-2rem;
  height:32px;
  width:100%;
}
.wrapper .warp-scroller:before{
  content: "";
  position: absolute;
  height:32px;
  width:100%;
  background:url(../image/about2line.png) no-repeat left center;
  background-size:100% auto;
}
.wrapper .scroller{
  width: 32px;
  height:32px;
  top:50%;
  margin-top:-16px;
  position: absolute;
  opacity:.9;
  pointer-events:auto;
  cursor: pointer;
  transition: opacity .5s;
  z-index:3;
}
.wrapper .scroller:hover{
  opacity:1;
}

.wrapper .scrolling{
  pointer-events:none;
  opacity:1;
}
.wrapper .scroller__thumb{
  width:100%;
  height:100%;
  padding:5px;
}
.wrapper .scroller__thumb{
  height:39px;
  width:39px;
}
.wrapper img{
  max-width: none;
}

@media (max-width:1440px) {
  .about-wrapper .wrapper{
    width:calc(100vw * 0.8);
    height:calc(100vw * 0.8 * 0.465);
  }

  .about-wrapper .wrapper .content-image{
    width:calc(100vw * 0.8);
    height:calc(100vw * 0.8 * 0.465);
  }

  
}

@media (max-width:1280px) {
  .about-wrapper .wrapper{
    width:calc(100vw * 0.9);
    height:calc(100vw * 0.9 * 0.465);
  }

  .about-wrapper .wrapper .content-image{
    width:calc(100vw * 0.9);
    height:calc(100vw * 0.9 * 0.465);
  }

}
@media (max-width:1024px) {
  .wrapper .scroller{
    width: 20px;
    height: 20px;
    margin-top:-10px;
  }
  .wrapper .scroller img{
    width:20px;
    height:20px;
  }

  .footer  .fbot p{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width:767px) {
  .about-wrapper{
    margin-top: .55rem;
    padding-bottom: 2rem;
  }
  .about-list1{
    padding-bottom:2.5rem;
  }
} 


.support-anim{
  position: absolute;
  width:100%;
  left:0;
  top:6vh;
  z-index:1;
}
.support-anim .supportline{
  width:100%;
}
.support-anim svg{
  position: absolute;
  width:100%;
  left:0;
  top:-27%;
  z-index:1;
  /*opacity:0;*/
}

/*.support-anim .planeimg{
  position: absolute;
  left:0;
  top:0;
  z-index:1;
  width:1.5rem;
  height:auto;
  offset-path: path('M0 256s84.548 10.808 163 10s120.841-23.579 148-35c17.228-7.245 64.679-32.763 140.106-45.286C494.585 178.5 547.359 175.594 609 183c98.839 11.875 143.225 33.486 219.52 46.345C882.351 238.418 952.066 243.134 1068 237c103.76-5.49 185.27-23.464 271.7-44.243c77.92-18.735 159.84-39.75 265.66-55.953c53.92-8.256 114.05-15.262 183.02-20.081c40.65-2.841 84.37-4.921 131.7-6.049');
    offset-distance: 0%;
    animation: red-ball 4s linear forwards 1;
}

@keyframes red-ball {
    from {
        offset-distance: 0%;
    }
    to {
        offset-distance: 85%;
    }
}*/

.footer .fbot .libox a{
  color:#fff;
}
.captchabox .input{
  height:35px !important;
}
.footer .rightbox2 .item3{
  margin-top:.75rem;
}
.captcha,.captcha2,.captcha3{
  position: absolute;
  width:80px;
  bottom:5px;
  right:5px;
  z-index:2;
}
.footer .rightbox2 .captcha{
  right:.5rem;
}

.products-info4 .formbox .captcha{
  right:.5rem;
  bottom:5px;
}

.support-list1 .formbox .captcha2{
  right:.5rem;
  bottom:5px;
}




.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;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}
.news-list6-dialog4 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 880px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  background:#fff;
  opacity: 0;
}
.news-list6-dialog4 .title2{
  background:#e11414;
  height:2rem;
  line-height:2rem;
}
.news-list6-dialog4 .box1{
  padding:.35rem 1.5rem;
}
.news-list6-dialog4 .box1{
  padding:.35rem 1.5rem;
}
.news-list6-dialog4 .box1 .proimg{
  width:115px;
  height:115px;
  border:1px solid #eee;
  margin-right:20px;
}
.news-list6-dialog4 .box1 .protext{
  width:calc(100% - 135px);
}
.news-list6-dialog4 .box2{
  background:#eee;
  padding:.75rem 1.5rem;
}
.news-list6-dialog4 .box2 .li{
  width:31%;
  background:#fff;
  padding:.75rem 10px;
  border-radius:15px;
  overflow: hidden;
  transition: all .4s;
  margin:0 1.16% 1.16%;
}
.news-list6-dialog4 .box2 .li .img1{
  height:44px;
  margin-bottom:.5rem;

}
.news-list6-dialog4 .box2 .li .img2{
  height:24px;
  margin-bottom:.25rem;

}
.news-list6-dialog4 .box2 .li .botton{
  width:95%;
  height:50px;
  color:#e11414;
  border:1px solid #e11414;
  transition: all .4s;
  margin:0 auto;
}
.news-list6-dialog4 .box2 .li .botton:hover{
  background:#e11414;
  color:#fff;
}
.news-list6-dialog4 .box2 .li:hover{
  box-shadow:0 0 30px 2px rgba(0,0,0,.2);
}

.news-list6-dialog4 .closebtn {
  position: absolute;
      right: .5rem;
    top: .35rem;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.news-list6-dialog4 .closebtn svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

.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 #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog4.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.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) {

}
@media (max-width: 767px) {
  .news-list6-dialog4 .dialog__content {
    width: 100%;
  }

  .news-list6-dialog4 .closebtn {
    right: 3%;
  }
  .news-list6-dialog4 .box1{
    padding: .35rem .5rem;
  }
  .news-list6-dialog4 .box2{
    padding: .75rem .5rem;
  }
}
@media (max-width: 425px) {
  .news-list6-dialog4 .box2 .li .img1{
    height: 20px;
  }
  .news-list6-dialog4 .box2 .li .img2{
    height:15px;
  }
  .news-list6-dialog4 .box2 .li .botton{
    height:35px;
    font-size:14px;
  }
}

.products-list2 .botton:hover a{
  color:#fff;
}

.button-disabled{
  cursor: auto;
  pointer-events: none;
  background:transparent !important;
  color: #e11414 !important;
}


.header4 .rightbox .tipbox .subbox{
  width:210px;
  position: absolute;
  left:50%;
  margin-left:-105px;
  padding: .5rem 0;
  background: #e81616;
      top:80px;
  opacity: 0;
    transform: translate(0, -10px);
    visibility: hidden;
}
.header4 .rightbox .tipbox .subbox a{
  text-align:center;
  display:block;
  padding:10px 0;
  transition: all .4s;
}
.header4 .rightbox .tipbox .subbox a:hover{
  color: #fff;
  background: #08377f;
}
.header4 .rightbox .tipbox .litip:hover>img{
  opacity:.8;
}
.header4 .rightbox .tipbox .litip:hover .subbox{
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
  transition: all .4s;
}


.header4 .rightbox .tipbox .litip{
  height:80px;
}
.header4 .rightbox .tipbox .langbox{
  width:480px;
  position: absolute;
  right:-70px;
  background: #08377f;
  top: 80px;
  padding:15px 30px;
  opacity: 0;
  transform: translate(0, -10px);
  visibility: hidden;

}
.header4 .rightbox .tipbox .langbox .ntop{
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.2);
  margin-bottom:15px;
}
.header4 .rightbox .tipbox .langbox .tit5{
  margin-bottom:.35rem;
}
.header4 .rightbox .tipbox .langbox .item{
  margin-bottom:1.2rem;
}
.header4 .rightbox .tipbox .langbox .itembox2{
  width:45%;
}
.header4 .rightbox .tipbox .langbox .itembox2 a{
  display:block;
  margin-bottom:3px;
  transition: all .4s;
}
.header4 .rightbox .tipbox .langbox .itembox2 a:hover{
  color:#e81616;
}
.header4 .rightbox .tipbox .litip:hover .langbox{
  opacity: 1;
  transform: translate(0,0);
  visibility: visible;
  transition: all .4s;
}
.pro-contentbox .leftox .tip span{
  width:200px;
  display:block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-contentbox .leftox .tip a{
  transition:all .3s;
}
.pro-contentbox .leftox .tip a:hover{
  color:#ff2727;
}
.warp-header4 .nitem a br{
  display:none;
}
.pro-contentbox .rightbox .textbox.cur:before{
  display:none;
} 


@media (max-width:767px) {
  .support-anim{
    top: 3.9rem;
  }
  .pro-contentbox .leftox .tip span{
    display:none;
  }
}

.nbanner7 .tit2 br{
  display:none;
}
.support-list3 .iconulbox .item{
  transition: all .4s;
}
.support-list3 .iconulbox .item:hover{
  transform:translate(0,-.25rem);
}

.nbanner7 .tit5{
  width:50%;
  margin-top:.35rem;
}
@media (max-width:767px) {
  .nbanner7 .tit5{
    width:100%;
  }
}

.i-list2 .prevbtn{
  width:1.75rem;
  height:1.75rem;
  margin:.9rem auto 0;
}
.i-list2 .prevbtn .sp{
  width:.8rem;
  height:.8rem;
  background:url(../image/i3-2-1.png) no-repeat left center;
  background-size:.8rem auto;
  z-index:3;
  transition: all .4s;
}
/*.i-list2 .prevbtn:hover .sp{
  background:url(../image/i3-2-1.png) no-repeat right center;
  background-size:auto .6rem ;
}*/
@media (max-width:767px) {
  .i-list2 .prevbtn{
    margin-top:1.5rem;
  }
}
/*# sourceMappingURL=boc_reset.css.map */

.pro-contentbox .leftox .imgbox img{
  max-height:100%;
}
.products-info3 .itembox .img{
  transition: all .4s;
}
.products-info3 .itembox .img:hover {
    transform: translate(0,-.25rem);
}

.list1-dialog3 .input.error,.footer .rightbox2 .input.error{
  /*border:1px solid #dc1414;*/
  box-shadow: inset 0 0 0 2px red;
}
.support-list1 .formbox .input1.error,.support-list1 .formbox .input3.error{
  box-shadow: inset 0 0 0 2px red;
}

.footer .rightbox .input.error{
  border-bottom: 1px solid red;
}
.footer .leftbox2 .tit4{
  letter-spacing:.7px;
}
.footer-top .fbot p{
  opacity:.8;
}
.n-sitemaps .nitem-li br{
  display:none;
}
.n-sitemaps .nitem-li:hover,.n-sitemaps .tit3:hover{
  transform:translate3d(10px, 0px, 0px);
}

.footer .tip a img{
  transition: all .4s;
}
.footer .tip a .tran-middle{
  opacity:0;
}
.list1-dialog3 .tip a img{
  transition: all .4s;
}
.list1-dialog3 .tip a .tran-middle{
  opacity:0;
}
.nbanner2 .linkbox a img{
  transition: all .4s;
}
.nbanner2 .linkbox a .img2{
  opacity:0;
}
.n-bldginfo .warp-linkbox .linkbox a img{
  transition: all .4s;
}
.n-bldginfo .warp-linkbox .linkbox a .img2{
  opacity:0;
}
.about-list2 .img img,.about-list6 .imgbox .bg,.about-list6 .li .img img,.about-list7 .img .bg,.powertolls-list1 .img img,.powertolls-list1 .itemli2 .bg,.garage-list1 .itemli .img img,.combo-list1 .itemli .img img{
  transition: all .4s;
}
.n-bldginfo .textleft .top-title{
  padding-bottom:1rem;
  border-bottom:1px solid rgba(255,255,255,.2);
  margin-bottom:1rem;
}
.n-bldginfo .textleft .top-title .tit4{
  margin-bottom:.1rem;
}
.garage-list1 .itemli .img{
  overflow: hidden;
}
.n-hvac .hvac-list1 .proimg{
  transition: all .4s;
}

@media (min-width:1024px) {
  
  .footer .tip a:hover .img1{
    opacity:0;
  }
  .footer .tip a:hover .tran-middle{
    opacity:1;
  }


  
  .list1-dialog3 .tip a:hover .img1{
    opacity:0;
  }
  .list1-dialog3 .tip a:hover .tran-middle{
    opacity:1;
  }

  .nbanner2 .linkbox a:hover .img1{
    opacity:0;
  }
  .nbanner2 .linkbox a:hover .tran-middle{
    opacity:1;
  }
  .n-bldginfo .warp-linkbox .linkbox a:hover .img1{
    opacity:0;
  }
  .n-bldginfo .warp-linkbox .linkbox a:hover .tran-middle{
    opacity:1;
  }
  .about-list2 .img:hover img{
    transform:scale3d(1.1, 1.1, 1.0);
  }
  .about-list6 .imgbox:hover .bg,.about-list6 .li:hover .img img,.about-list7 .li:hover .img .bg,.garage-list1 .itemli .img:hover img,.combo-list1 .itemli:hover .img img{
    transform:scale3d(1.1, 1.1, 1.0);
  }
  .i-list2 .prevbtn:hover{
    transform:translate3d(0, -.5rem,0);
  }
  .powertolls-list1 .img:hover img{
    transform:scale3d(1.1, 1.1, 1.0);
  }
  .powertolls-list1 .itemli2 .li:hover .bg{
    transform:scale3d(1.02, 1.02, 1.0);
  }

  .n-hvac .hvac-list1 .proimg:hover{
    bottom:.75rem;
  }


}

.i-list2 .prevbtn.cur .sp{
  animation:rotate_360_2 1s linear forwards 1;
}
.i-list5 .tip,.aboutnews .newsicon,.about-list6 .newsicon{
  opacity:.5;
}
.pro-contentbox .leftox .imgbox a{
  width:100%;
  height:100%;
}
.footer .mbot{
  opacity:.8;
}
.n-bldginfo .ulbox2 .li{
  overflow: hidden;
}
.n-bldginfo .textleft img{
  display:inline-block;
}
@media (max-width: 767px){
  .footer .fbot .libox {
    margin-bottom: .15rem;
  }
}
@keyframes rotate_360_2 {
  to {
    -webkit-transform:translate(-50%, -50%) rotate3d(0, 0, 1, 360deg);
    transform:translate(-50%, -50%) rotate3d(0, 0, 1, 360deg);
  }
}


.n-search {
  padding: 3.5rem 0 2rem;
  background: #000;
}
.n-search .search-tab-ul {
  margin-top: 1rem;
}
.n-search .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 .search-tab-ul .li:hover, .n-search .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: .5rem 0 0;
}
.n-search .ulbox2 .li {
  padding: .65rem 0;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.n-search .ulbox2 .tit4 {
  margin-top: .2rem;
}
.n-search .ulbox2 .li:hover .tit3 {
  color: #d6000f;
}
/*.n-search .warpajax {
  display: none;
}*/
.n-search .aboutnews{
  padding:1rem 0 0;
  background:none;
}
.n-search .n-products-list{
  padding:1rem 0 0;
  background:none;
}
@media (max-width:767px) {
  .n-search .search-tab-ul .li{
    margin: 0px 5px;
    padding: 0 10px;
    height:40px;
    line-height:40px;
  } 
}

.products-list5 .list5btn{
  margin-top:.35rem;
  transition: all .4s;
}
.products-list5 .list5btn:hover{
  color:#ed1c24;
}

.n-hvac2 .hvac-list1:nth-child(5) .proimg{
  bottom:-2rem;
}
@media (min-width:1024px) {
  .n-hvac2 .hvac-list1:hover .proimg{
    bottom:-.75rem;
  }
  
}
.m-bocweb-header3 .tipbox .subbox{
  width: 160px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  padding: .5rem 0;
  background: #e81616;
  top: 45px;
  opacity: 0;
  transform: translate(0, -10px);
  visibility: hidden;
}
.m-bocweb-header3 .tipbox .subbox a{
  display:block;
}
.m-bocweb-header3 .header2 .tipbox .subbox a{
  margin-left:0;
}

.m-bocweb-header3 .tipbox .litip:hover .subbox{
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media (max-width: 1024px) {
  .footer .indexfbot{
    margin-top:0;
  }
  .nbanner .bg{
    height:380px;
  }
  .n-bldgvideo .ntabnav a{
    font-size:20px;
  }
  .n-bldgvideo{
    padding-bottom:1rem;
  }
  .support-anim svg, .support-anim .supportline {
      display: none;
  }
  .n-manuals,.n-retailer{
    padding:2.5rem 0;
  }
  .nbanner7 .bg{
    height:380px;
  }
  .nbanner5 .bg,.nbanner5,.nbanner4 .bg,.nbanner4,.nbanner3 .bg,.nbanner3{
    height:15rem;
  }
  .support-list2,.support-list4{
        padding: 1.5rem 0;
  }
  .support-list3{
    padding:2rem 0;
  }
  .support-list1{
    padding-bottom:2rem;
  }
  .mimg-container .swiper-slide img{
    height:400px;
  }
  .pro-contentbox .leftox .tab-ul{
    width:60%;
    margin:24px auto 0;
  }
}
@media (max-width: 768px) {
  .combo-list2 .morebtn{
    display:none;
  }
  .combo-list2-1 .morebtn{
    display:none;
  }
  .products-list3 .item{
    height:13.5rem;
  }
  .products-list3 .text{
    width:100%;
    justify-content: center;
    align-items: center;
  }

  .mimg-container .swiper-slide img{
    height:auto;
  }
  .pro-contentbox .leftox .tab-ul{
    width:100%;
    margin:24px auto 0;
  }

}
@media (max-width: 767px) {
  .m-bocweb-header3 .tipbox .subbox{
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    padding: .5rem 0;
    background: #e81616;
    top: 45px;
    opacity: 0;
    transform: translate(0, -10px);
    visibility: hidden;
  }
  .m-bocweb-header3 .header2 .tipbox{
    width:2.5rem;
  }
  .footer{
    padding-top:1rem;
  }
  .footer .logo{
    width:5.75rem;
    margin-bottom:.75rem;
  }
  .ibanner .swiper-pagination{
    bottom:.5rem !important; 
  }
  .i-list2 .tit2,.i-list4 .tit4,.i-list5 .tit4,.i-list6 .tit4{
    font-size: 32px;
  }
  .i-list2 .img img{
    max-width: 100%;
     max-height: 100%;
  }
  .i-list2 .text .tit4{
    font-size:15px;
  }
  .i-list2 .botton, .i-list2 .botton .bg2, .i-list2 .botton:hover .bg2 {
    width: 100px;
    height: 28px;
  }
  .i-list2 .botton div{
    line-height:26px;
  }
  .i-list2 .botton div{
    font-size:14px;
  }
  .i-list2 .prevbtn{
    margin-top: .5rem;
  }
  .i-list2 .warp-list2-container{
    padding-top:4rem;
  }
  .i-list2 .prevbtn{
    width: 1.25rem;
    height: 1.25rem;
    margin: .9rem auto 0;
  }
  .i-list2 .prevbtn .sp{
    width: .65rem;
    height: .65rem;
    background-size: .65rem auto;
  }

  .i-list4 .box .line{
    border: 1px solid rgba(192,190,189,.55);
    width: calc(100% - .5rem);
    height: calc(100% - .5rem);
    left: .25rem;
    top: .25rem;
  }
  .i-list4 .box .tit5{
    bottom: .75rem;
    font-size: 20px;
  }

  .i-list6 .li .bg{
    padding-top:100%;
    height:auto;
  }
  .i-list6 .list6-container span{
    width:8px;
    height:8px;

  }
  .i-list6 .list6-container  .swiper-pagination-bullet-active{
    background:#ff2727;
  }
  .i-list7{
    height:8.5rem;
    background:url(../image/i79.jpg) no-repeat center center;
    background-size:100% 100%;
  }
  .i-list7 .tit3{
    font-size: 1.2rem;
    margin-top: -3rem;
  }
  .i-list7 .imgbox img{
    height: 5.5rem;
  }
  .i-list7 .imgbox .img1{
    left:8%;
  }
  .i-list7 .imgbox .img3{
    left: 36.3%;
  }
  .footer .tip .tipli{
    height:.85rem;
  }
  .footer .tip .tipli img{
    max-height:100%;
  }
  .footer .backtop{
    width: 1.5rem;
    height: 1.55rem;
    right: 3%;
    bottom: 1.5rem;
  }



  /*.about-banner{
    padding-top:60px;
  }*/
  .about-banner .bg, .about-banner{
    height:12.25rem;
  }
  .about-banner .tit3,.about-list1 .sp,.about-list2 .sp,.about-list3 .sp,.about-list4 .sp,.about-list5 .sp,.about-list6 .ztitle,.about-list7 .tit2{
    font-size:32px;
  }
  .about-banner .text{
    bottom:.65rem;
  }
  .about-list5{
    padding:2.5rem 0;
  }

  .support-list1 .title,.title-text .title{
    font-size:32px;
  }
  .support-list3 .list-item .tit4{
    font-size:28px;
  }
  .support-list3 .list-item .tit4{
    line-height:1.2;
  }
  .support-list1 .linkbox a img{
    height:.85rem;
  }
  .support-list1 .formbox .input1{
    height: 30px;
  }
  .support-list1 .formbox .botton,.support-list1 .formbox .input2,.support-list1 .formbox .botton .bg,.support-list1 .formbox .input2,.support-list1 .formbox .botton:hover .bg{
    height: 35px;
    width: 120px;
  }
  .support-list1 .formbox .botton div{
    line-height:32px;
  }
  .support-list1 .formbox .captcha3{
    width:56px;
  }
  .support-list1 .formbox .botton .bg,.support-list1 .formbox .botton:hover .bg{
    background-size: 100% 35px;
  }
  .support-list1 .formbox .itemli p{
    line-height:1.2;
    padding-left:4px;
  }
  .support-list1 .formbox .input1{
    text-indent:3px;
        border-radius: 5px;
  }
  .support-list1 .textbox{
    padding:0 5%;
  }
  .support-list1 .textbox .tit4{
    font-size:12px;
  }
  .support-list1 .textbox a{
    font-size:12px;
  }
  .support-list1 .textbox .item{
    border-bottom: 1px solid rgb(221,221,221,0.3);
  }
  .support-list1 {
    padding-bottom:2rem;
  }


  .support-list2 .formbox .botton,.support-list2 .formbox .input2,.support-list2 .formbox .botton .bg,.support-list2 .formbox .input2,.support-list2 .formbox .botton:hover .bg{
    height: 35px;
    width: 120px;
  }
  .support-list2 .formbox .botton div{
    line-height:32px;
  }
  .support-list2 .formbox .botton .bg,.support-list2 .formbox .botton:hover .bg{
    background-size: 100% 35px;
  }


  .support-list4 .formbox .botton,.support-list4 .formbox .input2,.support-list4 .formbox .botton .bg,.support-list4 .formbox .input2,.support-list4 .formbox .botton:hover .bg{
    height: 35px;
    width: 120px;
  }
  .support-list4 .formbox .botton div{
    line-height:32px;
  }
  .support-list4 .formbox .botton .bg,.support-list4 .formbox .botton:hover .bg{
    background-size: 100% 35px;
  }



  .n-manuals .formbox .botton,.n-manuals .formbox .input2,.n-manuals .formbox .botton .bg,.n-manuals .formbox .input2,.n-manuals .formbox .botton:hover .bg{
    height: 35px;
    width: 120px;
  }
  .n-manuals .formbox .botton div{
    line-height:32px;
  }
  .n-manuals .formbox .botton .bg,.n-manuals .formbox .botton:hover .bg{
    background-size: 100% 35px;
  }
  .n-manuals .li{
    height:auto;
  }
  .n-manuals .li .sp1{
    font-size:18px;
  }

  .n-retailer .formbox .botton,.n-retailer .formbox .input2,.n-retailer .formbox .botton .bg,.n-retailer .formbox .input2,.n-retailer .formbox .botton:hover .bg{
    height: 35px;
    width: 120px;
  }
  .n-retailer .formbox .botton div{
    line-height:32px;
  }
  .n-retailer .formbox .botton .bg,.n-manuals .formbox .botton:hover .bg{
    background-size: 100% 35px;
  }
  .n-retailer{
    padding-bottom:1.5rem;
  }
  .support-anim{
    top:2.75rem;
  }
  .support-anim svg,.support-anim .supportline{
    display:none;
  }
  /*.nbanner{
    padding-top:60px;
  }*/
  .nbanner .bg{
    height:8rem;
  }
  .nbanner .text{
    top: 68%;
    font-size:26px;
  }
  .n-bldgvideo .video-btn {
    width:1.5rem !important;
    height:1.5rem;
  }
  .n-bldgvideo .selectbox .sp1{
    width:130px;
    height:32px;
    line-height:32px;
    padding:0 5px;
  }
  .n-bldgvideo .selectbox .item{
    padding:0 5px;
  }
  .n-bldgvideo .selectbox .selectitem{
    width:130px;
    top:32px;
  }
  .n-bldgvideo .selectbox .item{
    height:32px;
    line-height:32px;
  }

  .n-bldgvideo .selectbox .btn{
    width:32px;
    height:32px;
  }
  .n-bldgvideo .selectbox .btn .icon{
    width:12px;
    height:12px;
  }
  .n-bldgvideo .selectbox span{
    font-size:12px;
  }
  .i-list5 .tip{
    width:5rem;
  }
  .i-list5{
    padding:.75rem 0;
  }
  .support-list3 .list-item .li-top .tit5{
    font-size:14px;
  }
  .support-list3 .list-item .tit6{
    font-size:14px;
  }
  .support-list3 .list-item .rightbox .tit7{
    font-size:12px;
  }
  .support-list2 .formbox .input1{
    height:1.2rem;
    text-indent:5px;
  }
  .support-list2 .formbox p{
    line-height:26px;
  }
  .support-list2 .formbox .orbtn{
    margin-top:.85rem;
    line-height:40px;
  }
  .support-list2 .formbox .inputli1{
    margin-bottom:.25rem;
  }
  .support-list2 .formbox{
    max-width:80%;
    margin-top:.75rem;
  }
  /*.nbanner7{
    padding-top:60px;
  }*/
  .nbanner7 .bg{
    height:9rem;
  }
  .nbanner7 .tit2{
    font-size:32px;
  }
  .nbanner7 .tit3{
    font-size:12px;
  }
  /*.nbanner7 .text{
    padding-top:1.65rem;
  }*/

  .products-list5 .tabs-container{
    padding-bottom:1.2rem;
  }
  .products-list5 .tabs-container .swiper-pagination{
    bottom:0 !important;
  }
  .products-list5 .swiper-pagination span{
    width:8px;
    height:8px;
  }
  .products-list5 .swiper-pagination span.swiper-pagination-bullet-active{
    background:#ed1c24;
  }

  .n-products-list .ulbox1 .morebtn{
    display:none;
  }
  .n-products-list .ulbox1 .tip{
    line-height:1;
    margin-top:.3rem;
  }
  .n-products-list .ulbox1 .text{
    padding-bottom:7px;
  }
  .products-list5{
    padding-bottom:0;
  }
  .n-products-list .selectbox2{
    display:none;
  }
  .n-products-list .warp-search-text{
    margin-bottom:.4rem;
  }

  .page a{
    width:30px;
    height:30px;
    line-height:30px;
  }
  .page{
    padding-top:1rem;
  }
  .n-products-list .contactbox{
    padding-bottom:1rem;
  }

  .products-list3 .text{
    padding:0 1rem;
  }
  .products-list3 .item, .products-list3 .bg{
    height: 8.5rem;
  }
  .products-list3 .tit5{
    line-height:1.1;
  }
  .products-list3 .botton,.products-list3 .input2,.products-list3 .botton .bg2,.products-list3 .input2,.products-list3 .botton:hover .bg2{
    height: 35px;
    width: 120px;
  }
  .products-list3 .botton div{
    line-height:32px;
  }
  .products-list3 .botton .bg2,.products-list3 .botton:hover .bg2{
    background-size: 100% 35px;
  }
  .n-products-list .tiptitle{
    padding: 0 0 10px;
  }
  .n-products-list .topbox{
    padding-top:15px;
  }
  .n-products-list .tiptitle{
    font-size:12px;
  }
  .warp-search-text .search-text,.warp-search-text .tip-page {
    font-size:12px;
  }
  .nbanner7 .tit22{
    font-size:28px;
  }
  .nbanner10 .text{
    padding:0 2%;
  }
  .products-list2 .bg, .products-list2 .item{
    height:7.7rem;
  }
  .products-list2 .title .tit3{
    font-size:24px;
    margin-bottom:.15rem;
  }
  .products-list2 .title .tit4{
    line-height:1.2;
  }
  .products-list4 .pro-container .tit3{
    left:.5rem;
    width:100%;
    line-height:1.2;
  }
  .products-list4 .pro-container a{
    /* height:3.5rem; */
  }
  .products-list4 .pro-container .img{
    height:3.5rem;
  }
  .products-list4{
    padding:.55rem 0;
  }

  .products-list4 .pro-container .swiper-slide{
    padding:10px;
  }

  .products-list2 .botton{
    margin-top:.5rem;
  }
  .products-list2 .botton,.products-list2 .input2,.products-list2 .botton .bg2,.products-list2 .input2,.products-list2 .botton:hover .bg2{
    height: 35px;
    width: 120px;
  }
  .products-list2 .botton div{
    line-height:32px;
  }
  .products-list2 .botton .bg2,.products-list2 .botton:hover .bg2{
    background-size: 100% 35px;
  }
  .products-list2 .botton .tit-22{
    font-size:14px;
  }
  .products-list2 .tit5{
    font-size:24px;
  }
  .pro-contentbox .leftox .tip{
    line-height:20px;
    height:auto;
    margin-bottom:.35rem;
  }
  .pro-contentbox .leftox{
    padding-top:.75rem;
    padding-bottom:1rem;
  }
  .pro-contentbox .leftox .tip a{
    font-size:12px;
  }
  .pro-contentbox .leftox .text-top{
    margin-bottom:.3rem;
  }
  .pro-contentbox .leftox .text-top .tit4{
    font-size:22px;
  }
  .pro-contentbox .leftox .tab-ul{
    margin-top:.85rem;
  }
  .pro-contentbox .leftox .tab-ul .icon{
    height:16px;
  }
  .pro-contentbox .leftox .imgbox{
    height:12rem;
  }
  .pro-contentbox .rightbox{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pro-contentbox .rightbox .textbox{
    line-height:1.5;
    padding-right:0;
  }
  .pro-contentbox .rightbox .textbox p{
    margin-bottom:5px;
  }
  .pro-contentbox .rightbox .botton{
    text-shadow: none;
  }


  .pro-contentbox .rightbox .botton,.pro-contentbox .rightbox .input,.pro-contentbox .rightbox .botton .bg,.pro-contentbox .rightbox .input,.pro-contentbox .rightbox .botton:hover .bg2{
    height: 35px;
    width: 120px;
  }
  .pro-contentbox .rightbox .botton div{
    line-height:32px;
  }
  .pro-contentbox .rightbox .botton .bg,.pro-contentbox .rightbox .botton:hover .bg2{
    background-size: 100% 35px;
  }
  .pro-contentbox .rightbox .linkbox{
    margin-top:.4rem;
  }
  .pro-contentbox .rightbox .linkbox a img{
    height:.95rem;
  }
  .products-info2{
    padding:1rem 0 1.5rem;
  }
  .products-info2 .tit2,.products-info1 .tit2,.products-info3 .tit3,.products-info4 .ulbox2 .title,.products-info4 .tit3{
    margin-bottom:.2rem;
    font-size:28px;
  }
  .products-info3 .tit4{
    margin-bottom:.75rem;
  }
  .products-info1{
    padding:1rem 0 1.5rem;
  }
  .products-info3{
    padding: 1.5rem 0 2rem;
  }
  .products-info3 .itembox .img{
    margin: 0 .2rem;
  }
  .products-info3 .img{
    width: 2.4rem
  }
  .products-info4{
    padding:1.2rem 0;
  }
  .products-info4 .ulbox2 .li{
    padding:.75rem 0;
  }


  .products-info4 .formbox .botton,.products-info4 .formbox .input,.products-info4 .formbox .botton .bg,.products-info4 .formbox .input,.products-info4 .formbox .botton:hover .bg2{
    height: 35px;
    width: 120px;
  }
  .products-info4 .formbox .botton div{
    line-height:32px;
  }
  .products-info4 .formbox .botton .bg,.products-info4 .formbox .botton:hover .bg2{
    background-size: 100% 35px;
  }
  .products-info4 .tip-title{
    font-size:14px;
  }
  .products-info4 .formbox .input1{
    height:30px;
    text-indent:5px;
  }
  .products-info4 .formbox .captcha{
    right: .2rem;
    bottom: 5px;
    width:65px;
  }
  .products-nav{
    overflow-x:auto;
    overflow-y:hidden;
  }
  .products-nav .w1320{
    width:150%;
    padding:0 5%;
  }
  .products-nav a{
    font-size:18px;
    margin-right:.65rem;
  }
  .products-info2 .sp{
    padding: 0 .75rem 0 0;
  }
  .products-info1 .sp{
    padding: 0 .75rem 0 0;
    line-height:1.4;
  }
  .products-info4 .ulbox2 .pbox{
    font-size:14px;
    line-height:1.4;
    width: calc(100% - 40px);
  }
  .m-bocweb-header3 .header2 .tipbox a img{
    height:.95rem;
  }
  .m-bocweb-header3 .header2 .tipbox a{
    margin-left:.5rem;
  }
  .m-bocweb-header3 .header2 .nav{
    font-size: 14px;
  }
  .aboutnews{
    padding:1.5rem 0 2rem; 
  }
  .aboutnews .tit4{
    font-size:32px;
    margin-bottom:.5rem;
  }
  .nbanner2 .bg{
    height:8rem;
  }
  .nbanner2 .text{
    font-size:32px;
  }
  .nbanner2 .linkbox a img,.n-bldginfo .warp-linkbox .linkbox a img{
    height:.9rem;
  }
  .nbanner2 .warp-linkbox{
    bottom:.5rem;
  }
  .n-bldginfo .textleft{
    font-size:12px;
  }
  .nbanner5 .text .tit3{
    font-size:18px;
  }
  .nbanner5 .text .tit2{
    font-size:32px;
        line-height: 1.1;
  }
  .nbanner5 .bg,.nbanner5{
    height:10rem;
  }
  .nbanner5 .text{
    margin-top:-1.5rem;
  }
  .combo-list2 .tit2{
    font-size:32px;
  }
  .hvac-list1 .tit3{
    font-size:14px;
  }
  .combo-list2 .tit2{
    margin-bottom:.5rem;
  }
  .combo-list2 .swiper-slide{
    box-shadow:none;
  }
  .combo-list2{
    padding:1.2rem 0;
  }
  .hvac-list1 .more{
    width:110px;
    height:35px;
    line-height:35px;
    font-size:14px;
    margin-top:.5rem;
  }
  .hvac-list1 .tit2{
    font-size:28px;
  }
  .n-hvac .hvac-list1 .proimg{
    width:100%;
  }
  .n-hvac .hvac-list1 .proimg{
    width:100%;
    margin-left:0;
  }
  .n-hvac .hvacleft .proimg{
    margin-left:0;
    width:80%;
  }
  .hvac-list2{
    font-size:24px;
    padding:.5rem 0;
  }
  .n-hvac2 .hvac-list1:nth-child(5) .proimg{
    bottom:-1rem;
  }
  .hvac-list1{
     padding-bottom:1rem;
  }
  .n-hvac .hvacleft{
    padding-bottom:1rem;
  }
  .n-hvac .hvac-list1 .proimg{
    margin-top: -15%;
  }
  .powertolls-list1 .text .tit2{
    font-size:28px;
  }
  .powertolls-list1 .text .tit3{
    font-size:14px;
  }
  .powertolls-list1 .text .more, .powertolls-list1 .itemli2 .text2 .more{
    width:110px;
    height:35px;
    line-height:35px;
    font-size:14px;
    margin-top:.5rem;
  }
  .powertolls-list1 .itemli2 .text2 .tit2{
    font-size:28px;
  }
  .powertolls-list1 .itemli2 .text2 .tit3{
    font-size:14px;
  }
  .n-powertolls .powertolls-list1{
    padding-bottom:0;
  }
  .combo-list2-1{
    padding:1rem 0;
  }
  .combo-list2-1 .tit2{
    font-size:32px;
  }
  .garage-list1 .itemli1 .text .more, .garage-list1 .itemli2 .text2 .more,.garage-list1 .more,.combo-list1 .more{
    width:110px;
    height:35px;
    line-height:35px;
    font-size:14px;
    margin-top:.5rem;
  }
  .garage-list1 .itemli1 .text .tit2, .garage-list1 .itemli2 .text .tit2, .garage-list1 .itemli3 .text .tit2, .garage-list1 .itemli4 .text .tit2{
    font-size:28px;
  }
  .garage-list1 .itemli1 .text .tit3{
    font-size:14px;
  }
  .nbanner4, .nbanner4 .bg{
    height:10rem;
  }
  .nbanner4 .text .tit2,.nbanner3 .text .tit2{
    font-size:32px;
  }
  .nbanner4 .text .tit3{
    font-size:16px;
  }
  .nbanner3 .bg, .nbanner3{
    height:10rem;
  }
  .n-search{
    padding:1.5rem 0;
  }
  .products-bot .warp-container .swiper-button-prev, .products-bot .warp-container .swiper-button-next{
    width:30px;
    height:30px;
    margin-top:-15px;
  }
  .products-bot .warp-container .icon{
    width:14px;
    height:14px;
  }
  .ntabnav a{
    box-shadow:none;
  }
  .support-list2 .formbox .botton{
    margin-top:.5rem;
  }
  .n-retailer,.n-manuals{
    padding:1.5rem 0;
  }
  .pro-contentbox .rightbox .botton div{
    line-height:35px;
    font-size:14px;
  }
  .products-video .box .video-btn{
    width:30px;
    margin-left:-15px;
    top:-15px;
  }
  .news-list6-dialog3 .closebtn{
    width: 20px;
    height:20px;
    top:-15px;
    right:8%;
  }
  .news-list6-dialog3 .closebtn svg{
    width:15px;
    height:15px;
  }
  .news-list6-dialog3 .dialog__content{
    overflow:initial;
  }
  .n-bldgvideo .ntabnav a{
    font-size:15px;
  }
  .n-bldgvideo .ntabnav a:nth-child(1){
    width:30%;
  }
  .n-bldgvideo .ntabnav a:nth-child(2){
    width:20%;
  }
  .i-list6 .tit5{
    max-width:92%;
  }
  .products-video .video-container .swiper-slide .box .text{
    font-size:18px;
    padding: 18px .25rem 10px;
    line-height: 1.3;
  }
  .products-video{
    padding:1.5rem 0;
  }
}

.arrowbtn{
  z-index:12;
  width:40px;
  height:40px;
  position:fixed;
  bottom:.5rem;
  opacity:0;
  transition: all .5s 1.2s;
}
.arrowbtn svg{
  width:30px;
  height:30px;
  fill:#fff;
  bottom:.5rem;
  animation: arrow 1.2s infinite linear;
}
.arrowbtn.active{
  opacity:1;
}
@keyframes arrow{
  0% {
      transform: translateX(-50%) translateY(0%);
  }
  50% {
      transform: translateX(-50%) translateY(15px);
  }
  100% {
      transform: translateX(-50%) translateY(0%);
  }
}
.warp-header4 .proheader .item p{
  text-shadow: 2px 2px 3px rgba(0,0,0,40%);
}

@media (max-width: 1024px) {
  .hvac-list1 .proimg{
    width:23rem;
  }
}
@media (max-width: 768px) {
  .hvac-list1 .proimg{
    width:16.5rem;
  }
}

.about-list8{
  padding:2rem 0 2.25rem;
  position: relative;
  z-index:1;

}

.about-list8 .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
}
.about-list8 .contentbox{
  position: relative;
  z-index:2;
}
.about-list8 .contentbox .titlebox{
  margin-bottom:1.5rem;
}
.about-list8 .contentbox .leftbox{
  width:44.47%;
  margin-bottom:5px;
  letter-spacing:-1px;
}
.about-list8 .contentbox .leftbox span{
  color:#ec1a1a;
}
.about-list8 .contentbox .leftbox .sp{
  border-bottom:.375rem solid #000;
  padding-bottom:.55rem;
  display:inline-block;
}
.about-list8 .contentbox .text{
  width:52.8%;
}
.about-list8 .contentbox .swiper-slide{
  overflow: hidden;
}
.about-list8 .contentbox .swiper-slide .li:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .4);
  z-index:3;
}
.about-list8 .contentbox .swiper-slide .li:nth-child(2){
  margin-bottom:0;
}
.about-list8 .contentbox .swiper-slide img{
  transition: all .3s;
}
.about-list8 .contentbox .swiper-slide .li{
  overflow: hidden;
  position: relative;
  display:block;
  margin-bottom:.65rem;
}
.about-list8 .contentbox .swiper-slide .li:brfore{
  transition: all .3s;
}
.about-list8 .contentbox .swiper-slide .li:hover img{
  transform:scale3d(1.1, 1.1, 1.0);
}
.about-list8 .contentbox .swiper-slide .li:hover:before{
  opacity:0;
}

.wrap-list8-container .swiper-button-prev{
  left:-45px;
  background:transparent;
  margin-top:-12.5px;
  height:25px;
}
.wrap-list8-container .swiper-button-next{
  right:-45px;
  background:transparent;
  margin-top:-12.5px;
  height:25px;
}
.wrap-list8-container .swiper-button-prev svg,.wrap-list8-container .swiper-button-next svg{
  fill:#828282;
  width:25px;
  height:25px;

}
@media (max-width: 768px) {
  .about-list8 .contentbox .leftbox,.about-list8 .contentbox .text{
    width:100%;
  }
  .wrap-list8-container .swiper-button-prev{
    left:-15px;
  }
  .wrap-list8-container .swiper-button-next{
    right:-15px;
  }
  .about-list8 .wrap-list8-container{
    padding:0 15px;
  }
}
@media (max-width: 767px) {
  .about-list8 .wrap-list8-container{
    padding:0 15px;
  }
  
  .about-list8 .contentbox .text{
    width:100%;
    font-size:14px;
  }
  .wrap-list8-container .swiper-button-prev{
    left:-10px;
  }
  .wrap-list8-container .swiper-button-next{
    right:-10px;
  }
  .about-list8 .contentbox .swiper-slide .li{
    margin-bottom:.35rem;
  }

  .about-list8 .contentbox .leftbox .sp{
    font-size:32px;
    padding-bottom:.3rem;
    border-bottom:5px solid #000;
  }
  .about-list8 .contentbox .titlebox{
    margin-bottom:1rem;
  }
  .about-list8{
    padding:1.5rem 0;
  }
  
}


.imgloading .bottonbtn{
  display:none;
}
.loadingbox {
  position: fixed;
  z-index: 9;
}
.loadingbox .box {
  width: 5rem;
  margin-bottom:.3rem;
}
.loadingbox .lo-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 2px;
  background: #757575;
  margin-left: -100px;
}
.loadingbox .lo-bar-bg {
  background: #ffffff;
  z-index: 999;
  width: 0;
  animation: lo-bar ease 25s 1 forwards;
  -webkit-animation: lo-bar ease 25s 1 forwards;
  -moz-animation: lo-bar ease 25s 1 forwards;
  -o-animation: lo-bar ease 25s 1 forwards;
  z-index: 1000;
}
@keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}