@charset "UTF-8";
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.services-list3 .li .btnbox .img:before, .join-list2 .ullist .text:before, .nporducts .leftbox .slist:before {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

.simple-form-basic, .simple-text, .simple-textarea, .simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.simple-form-basic:focus, .simple-text:focus, .simple-textarea:focus, .simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}
.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: auto;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0;
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  max-width: 100%;
  /*图片清晰处理*/
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
/*::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}*/

::-webkit-scrollbar {
  width: 13px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
  background: #8b8b8b;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #8b8b8b;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #8b8b8b;
}

/*==常用颜色==*/
.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: 14px;
  }

  .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: 14px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .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: 14px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .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: 14px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-l {
  text-transform: lowercase;
}

.text-u {
  text-transform: uppercase;
}

.text-c {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1600 {
  max-width: 1600px;
  width: 88%;
  margin: 0 auto;
}

.w1560 {
  width: 1560px;
  margin: 0 auto;
}
@media (max-width: 1640px) {
  .w1560 {
    width: 88%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-weight: bold;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #000;
  width: auto;
  height: 20px;
  line-height: 20px;
  border-bottom: 3px solid transparent;
  margin: 0 .5rem;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  color: #d12935;
  border-bottom: 3px solid #d12935;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: auto;
  height: 20px;
  line-height: 20px;
  margin: 0 .5rem;
  display: inline-block;
  color: #d12935;
  border-bottom: 3px solid #d12935;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #d12935;
  border-bottom: 3px solid #d12935;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a[rel="next"], .page a[rel="prev"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  /*background:#EDEDED;*/
  border-bottom: none;
}

.page a[rel="next"] .icon, .page a[rel="prev"] .icon {
  width: 20px;
  height: 20px;
  fill: #333;
}

.page a:hover[rel="next"], .page a:hover[rel="prev"] {
  background: transparent;
}

.page a:hover[rel="next"] .icon, .page a:hover[rel="prev"] .icon {
  fill: #d12935;
}

.page a[rel="next"]:hover img, .page a[rel="prev"]:hover img {
  filter: grayscale(100%) brightness(10);
  opacity: .95;
}

@media (max-width: 767px) {
  .page {
    padding-top: 1rem;
  }
}
/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}
.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}
.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}
.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}
.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}
.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}
.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}
.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}
.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}
.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}
.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}
.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}
/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb, .cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 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.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top 1.2s;
  animation: mk_bottom_to_top 1.2s;
}

.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 1.2s;
  animation: tt_palx_img 1.2s;
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  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(-60px);
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo, body.init #pageloader div {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/
.footer {
  background: #161616;
  padding: 2.4rem 1.25rem 0;
}
.footer .footer-top .leftbox {
  width: 69.5%;
}
.footer .footer-top .leftbox a {
  display: block;
}
.footer .footer-top .leftbox .li {
  width: calc(100% / 7);
}
.footer .footer-top .leftbox .tit3 {
  margin-bottom: .7rem;
  transition: all .6s;
}
.footer .footer-top .leftbox .tit3:hover {
  color: #d12935;
}
.footer .footer-top .leftbox .tit4 {
  margin-bottom: .25rem;
  transition: all .6s;
}
.footer .footer-top .leftbox .tit4:hover {
  color: #d12935;
}
.footer .footer-top .rightbox {
  width: 19%;
}
.footer .footer-top .rightbox .itembox {
  margin-top: .5rem;
}
.footer .footer-top .rightbox .itembox .item {
  margin-bottom: .3rem;
}
.footer .footer-top .rightbox .itembox .item a:hover{
  color:#fff;
}
.footer .footer-top .rightbox .itembox .item span {
  color: #909090;
}
.footer .footer-top .rightbox .sharebox {
  margin-top: 1.25rem;
}
.footer .footer-top .rightbox .sharebox span {
  color: #909090;
}
.footer .footer-top .rightbox .libox {
  margin-top: .5rem;
}
.footer .footer-top .rightbox .libox a {
  width: 34px;
  height: 34px;
  margin-bottom: .4rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: .35rem;
  transition: all .8s;
}
.footer .footer-top .rightbox .libox a:hover{
  background:#d12935;
}
.footer .footer-bot {
  margin-top: 2.6rem;
  padding-bottom: 1.7rem;
}
.footer .footer-bot .leftbox {
  width: 69.5%;
}
.footer .footer-bot .leftbox .tit3 {
  padding-bottom: .35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: .55rem;
}
.footer .footer-bot .leftbox .tit4 {
  color: #909090;
  margin-bottom: 1.5rem;
}
.footer .footer-bot .leftbox .tit4 a{
  color: #909090;
  margin-right:.35rem;
  transition:all .6s;
}
.footer .footer-bot .leftbox .tit4 a:hover{
  color:#d12935;
}
.footer .footer-bot .leftbox .tit5 {
  color: #909090;
  opacity: .5;
}
.footer .footer-bot .leftbox .tit5 a{
  color: #909090;
  transition: all .6s;
}
.footer .footer-bot .leftbox .tit5 a:hover {
  color: #d12935;
}
.footer .footer-bot .rightbox a {
  
  transition: all .6s;
}
.footer .footer-bot .rightbox a:hover {
  color: #d12935;
}
.footer .footer-bot .rightbox .btnbox {
  margin-bottom: 0;
}
.footer .footer-bot .rightbox .btnbox a {
  height: 1.35rem;
  border-radius: 5px;
  padding: 0 .5rem;
  margin-left: .25rem;
  background: #222;
  transition: all .6s;
}
.footer .footer-bot .rightbox .btnbox a img {
  margin-right: .2rem;
}
.footer .footer-bot .rightbox .btnbox a:nth-child(2) {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 5px;
  padding: 0;
}
.footer .footer-bot .rightbox .btnbox a:nth-child(2) img {
  margin-right: 0;
}
.footer .footer-bot .rightbox .btnbox a:hover {
  color: #fff;
  background: #d12935;
}

.wn-nav {
  height: 75px;
}
.wn-nav .n-nav {
  padding: 0 1.25rem;
  background: #f7f7f7;
  box-shadow: inset 0 0 0 1px #dedede;
}
.wn-nav .n-nav .li {
  margin-right: 1.25rem;
  height: 75px;
  line-height: 1.2;
  transition: all .6s;
  position: relative;
}
.wn-nav .n-nav .li:before {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #d12935;
  width: 0;
  transition: all .6s;
}
.wn-nav .n-nav .li:hover {
  color: #d12935;
}
.wn-nav .n-nav .li:hover:before {
  width: 100%;
}
.wn-nav .n-nav .li.cur {
  color: #d12935;
}
.wn-nav .n-nav .li.cur:before {
  width: 100%;
}
.wn-nav .stipbox {
  height: 74px;
}

.header1 {
  /*background: #fff;*/
  position: absolute;
  width: 100%;
  left: 0;
  height:93px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 9;
}

.header1 .n-header {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

}
.header1.headsub-fix .header-top{
  position:fixed;
  left:0;
  top:0;
  width:100%;
}
.header1.headsub-fix .n-header{
  position:fixed;
  left:0;
  top:22px;
  width:100%;
}

.header1 .logo {
  width: 120px;
  height: 50px;
  position: relative;
}

.header1 .logo a {
  display: block;
}

.header1 .logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header1 .logo .img1 {
  -webkit-clip-path: inset(0% 0 0% 0);
  clip-path: inset(0% 0 0% 0);
  width: 120px;
  height: 50px;
}

.header1 .logo .img2 {
  visibility: hidden;
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
  width: 120px;
  height: 50px;
}

.header1 .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header1 .nav .wli {
  margin-right: 1.25rem;
  position: relative;
}

.header1 .nav .wli:hover .subbox {
  opacity: 1;
  transform: scale(1, 1);
  visibility: visible;
}

.header1 .nav .subbox {
  position: absolute;
  left: 0;
  width: 180px;
  top: 70px;
  z-index: 2;
  background: #fff;
  padding: .55rem .75rem .65rem;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: left top;
  transition: all .8s;
}

.header1 .nav .subbox a {
  margin-bottom: .5rem;
  display: block;
  transition: all .6s;
}

.header1 .nav .subbox a:last-child {
  margin-bottom: 0;
}

.header1 .nav .subbox a:hover {
  color: #d12935;
}

.header1 .nav .subbox2 {
  position: absolute;
  left: -2.25rem;
  width: 73vw;
  top: 70px;
  z-index: 2;
  background: #fff;
  padding: 1.25rem 1.5rem 2rem;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: left top;
  transition: all .8s;
}

.header1 .nav .subbox2 .tit4 {
  padding-bottom: .5rem;
  border-bottom: 1px solid #f1f1f1;
}

.header1 .nav .subbox2 .tit4 {
  display: flex;
}

.header1 .nav .subbox2 .tit5 {
  margin-bottom: .25rem;
}

.header1 .nav .subbox2 .tit4 .icon {
  width: 18px;
  height: 18px;
  opacity: 0;
  transition: all .6s;
}

.header1 .nav .subbox2 .tit4 .icon svg {
  width: .3rem;
  height: .3rem;
  fill: #d12935;
}

.header1 .nav .subbox2 .tit4.cur .icon {
  opacity: 1;
}

.header1 .nav .subbox2 .tit4:hover .icon {
  opacity: 1;
}

.header1 .nav .subbox2 .zli {
  width: 16.5%;
  margin-right: 4.325%;
}

.header1 .nav .subbox2 .zli:last-child {
  margin-right: 0;
}

.header1 .nav .subbox2 .tip {
  margin-bottom: 1.2rem;
}

.header1 .nav .li {
  height: 70px;
  line-height: 70px;
  color: #fff;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .6s;
}

.header1 .nav .li .icon {
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-top: 3px;
  transition: all .6s;
}

.header1 .nav .li:before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 4px;
  background: #d12935;
  opacity: 0;
  left: 0;
  bottom: 0;
  transition: all .6s;
}

.header1 .nav .li:last-child {
  margin-right: 0;
}

.header1 .nav .wli:hover .li:before, .header1 .nav .wli.cur .li:before {
  opacity: 1;
}

.header1 .nav .wli:hover .li {
  color: #d12935 !important;
}

.header1 .nav .wli:hover .li .icon {
  transform: rotate(-180deg);
  fill: #d12935 !important;
}

.header1 .header-top {
  height: 22px;
  line-height: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header1 .header-top .lbox a {
  padding: 0 1.25rem;
  line-height: 22px;
  color: #fff;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header1 .header-top .rbox {
  padding-right: 1rem;
}

.header1 .header-top .search-btn {
  width: 1.25rem;
  height: 22px;
  cursor: pointer;
}

.header1 .header-top .search-btn .icon {
  width: .4rem;
  height: .4rem;
  fill: #fff;
}

.header1 .langbtn .icon {
  margin-right: .15rem;
  width: 16px;
  height: 16px;
  fill: #fff;
}

.header1 .langbtn .icon2 {
  margin-left: .65rem;
  width: 12px;
  height: 12px;
  fill: #fff;
}
.header1 .header-top{
  position: relative;
  z-index:4;
}
.header1 .rbox .langbtn {
  padding-right: .5rem;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.langdown{
  position: absolute;
  top:22px;
  width:60px;
  background:#f5f5f5;
  padding:10px;
  opacity:0;
  visibility:hidden;
  border-radius:5px;
  transition: all .2s;
}
.wlangbox:hover .langdown{
  opacity:1;
  visibility:visible;
}
.langdown a{
  display:block;
  padding:5px 0;
  color:#333;
  transition: all .6s;
}
.langdown a:hover{
  color:#d12935;
}
.h-searchbox {
  position:fixed;
  top: 92px;
  width: 100%;
  left: 0;
  height: 7.5rem;
  background: #fff;
  z-index: 6;
  display: none;
}

.h-searchbox .f-no-c-center {
  height: 100%;
  width: 100%;
}

.h-searchbox form {
  width: 100%;
}

.h-searchbox .inputbox {
  height: 1.5rem;
  width: 1280px;
  max-width: 88%;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
}

.h-searchbox .inputbox .input1 {
  width: calc(100% - 100px);
  border: none;
}

.h-searchbox .inputbox .input2 {
  width: 1rem;
  height: 1rem;
  background: url(../img/search2.jpg) no-repeat center center;
}

.h-searchbox .close {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 3%;
  top: 3%;
  cursor: pointer;
  z-index: 3;
}

.h-searchbox .close svg {
  width: .5rem;
  height: .5rem;
  fill: #d12935;
}

.header1.index-cur {
  background: transparent;
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: none;
}

.header1.index-cur .logo .img1 {
  visibility: hidden;
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
}

.header1.index-cur .logo .img2 {
  visibility: visible;
  -webkit-clip-path: inset(0% 0 0% 0);
  clip-path: inset(0% 0 0% 0);
}

.header1.index-cur .header-top {
  background: #d12935;
}

.header1.index-cur .n-header {
  background: #fff url(../img/bg1.png) no-repeat center center;
  background-size: cover;
}

.header1.index-cur .n-header .leftbox .nav .li {
  color: #333;
}

.header1.index-cur .n-header .leftbox .nav .li .icon {
  fill: #333;
}

.header1.index-cur2 {
  background: transparent;
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: none;
}

.header1.index-cur2 .logo .img1 {
  visibility: hidden;
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
}

.header1.index-cur2 .logo .img2 {
  visibility: visible;
  -webkit-clip-path: inset(0% 0 0% 0);
  clip-path: inset(0% 0 0% 0);
}

.header1.index-cur2 .header-top {
  background: #d12935;
}

.header1.index-cur2 .n-header {
  background: #fff url(../img/bg1.png) no-repeat center center;
  background-size: cover;
}

.header1.index-cur2 .n-header .leftbox .nav .li {
  color: #333;
}

.header1.index-cur2 .n-header .leftbox .nav .li .icon {
  fill: #333;
}

.header1.index-cur3 {
  position: relative;
  z-index: 99;
  width: 100%;
  box-shadow: none;
}

.header1.index-cur3 {
  border-bottom: 1px solid #e5e5e5;
}

.header1.index-cur3 .logo .img1 {
  visibility: hidden;
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
}

.header1.index-cur3 .logo .img2 {
  visibility: visible;
  -webkit-clip-path: inset(0% 0 0% 0);
  clip-path: inset(0% 0 0% 0);
}

.header1.index-cur3 .header-top {
  background: #d12935;
}

.header1.index-cur3 .n-header {
  background: #fff url(../img/bg1.png) no-repeat center center;
  background-size: cover;
}

.header1.index-cur3 .n-header .leftbox .nav .li {
  color: #333;
}

.header1.index-cur3 .n-header .leftbox .nav .li .icon {
  fill: #333;
}

.m-bocweb-header3 {
  /*position:fixed;*/
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.m-bocweb-header3 .header2 {
  height: 60px;
  padding: 0 5%;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
  flex-flow: row-reverse wrap;
}

.m-bocweb-header3 .header2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #d12935;
  backdrop-filter: blur(1px);
  z-index: -1;
}
.m-bocweb-header3 .header2 .logo {
  display: block;
  position: relative;
  z-index: 12;
  height: 38px;
}
.m-bocweb-header3 .header2 .logo svg {
  height: 38px;
  width: 120px;
}
.m-bocweb-header3 .header2 .logo a {
  display: block;
}
.m-bocweb-header3 .header2 .nav .tit {
  width: 100%;
  padding: .65rem 0;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}
.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.m-bocweb-header3 .header2 .nav {
  font-size: .65rem;
  color: #333;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 60px - 1rem);
  /*.li:nth-child(odd) {
      background: rgb(248,248,248);
  }*/
}
.m-bocweb-header3 .header2 .nav .li {
  position: relative;
  width: 100%;
}
.m-bocweb-header3 .header2 .nav .li:hover > a {
  color: #333;
}
.m-bocweb-header3 .header2 .nav .icon {
  width: 16px;
  height: 16px;
  fill: #999;
  transition: all .4s;
}
.m-bocweb-header3 .header2 .nav .warp-btn {
  /*display:block;*/
  padding: .65rem 5%;
  line-height: 1.5;
  position: relative;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*border-top:1px solid rgba(255,255,255,.2);*/
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.m-bocweb-header3 .header2 .nav .sec-list {
  padding: .35rem 5%;
  background: #fff;
}
.m-bocweb-header3 .header2 .nav .item .tit {
  color: #fff;
  padding: 0.3rem 0 .3rem 5%;
}
.m-bocweb-header3 .header2 .nav .item .icon {
  fill: #fff;
}
.m-bocweb-header3 .header2 .nav .prosec {
  overflow: hidden;
}
.m-bocweb-header3 .header2 .nav .prosec p {
  width: 48%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.m-bocweb-header3 .header2 .nav .prosec p:nth-child(2n) {
  margin-left: 4%;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on {
  background: #fff;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on .icon {
  transform: rotate(-90deg);
}
.m-bocweb-header3 .header2 .nav .sec-list {
  /*line-height:40px;*/
  padding: .35rem 6% 1rem;
  display: none;
  font-size: .6rem;
  /*border-bottom:1px solid #555;*/
}
.m-bocweb-header3 .header2 .nav .sec-list a {
  padding: .3rem 0;
  display: block;
}
.m-bocweb-header3 .header2 .hamburger-inner {
  margin-top: -1px;
}
.m-bocweb-header3 .header2 .hamburger-inner::before {
  top: -6px;
}
.m-bocweb-header3 .header2 .hamburger-inner::after {
  bottom: -6px;
}
.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 17px;
}
.m-bocweb-header3 .header2 .hamburger-box {
  width: 18px;
  height: 17px;
}
.m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background: #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 .hamburger .hamburger-inner:hover, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::before, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::after {
  background: #fff;
}
.m-bocweb-header3 .header2 .warp-nav1-sub {
  transform: translate(0, 0);
  transition: all .5s;
}
.m-bocweb-header3 .header2 .warp-nav1-sub.active {
  transform: translate(-100%, 0);
}
.m-bocweb-header3 .header2 .warp-nav2-sub {
  transform: translate(100%, 0);
  transition: all .5s 0s;
}
.m-bocweb-header3 .header2 .warp-nav2-sub.active {
  transform: translate(0, 0);
  transition: all .5s .2s;
}
.m-bocweb-header3 .header2 .h-right span {
  margin-left: .25rem;
}
.m-bocweb-header3 .searchbtn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all .4s;
}
.m-bocweb-header3 .searchbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.m-bocweb-header3 .line {
  width: 1px;
  height: 10px;
  background: #fff;
  opacity: .2;
  margin: 0 .5rem 0 .25rem;
}
.m-bocweb-header3 .search {
  width: 90%;
  margin: 0 auto;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.m-bocweb-header3 .search .input1 {
  padding: 0 .5rem;
  height: 40px;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.m-bocweb-header3 .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.m-bocweb-header3 .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.m-bocweb-header3 .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.m-bocweb-header3 .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.m-bocweb-header3 .search .input2 {
  width: 30px;
  height: 30px;
  background: url(../img/search.png) no-repeat center center;
  background-size: 15px 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -15px;
}
.m-bocweb-header3 .langbtn {
  margin-right: .25rem;
  color:#fff;
}
.m-bocweb-header3 .langbtn:hover{
  color:#fff;
}
.m-bocweb-header3 .spicon {
  width: 18px;
  height: 18px;
}
.m-bocweb-header3 .spicon .icon {
  width: 18px;
  height: auto;
  fill: #fff;
}

.m-bocweb-header3.active .line {
  opacity: .5;
}
.m-bocweb-header3.active .header2:before {
  /*background: rgba(0,0,0,1);*/
}
.m-bocweb-header3.active .header2 .hamburger-inner::before, .m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #fff !important;
}

@media (max-width: 768px) {
  .m-bocweb-header3 .header2 {
    height: 60px;
  }

  .m-bocweb-header3 {
    height: 60px;
  }

  .m-bocweb-header3 .header2 .hamburger-box {
    width: 18px;
    height: 20px;
  }

  .m-bocweb-header3 .header2 .hamburger {
    height: 20px;
  }

  .m-bocweb-header3 .hamburger-inner::before {
    top: -6px;
  }

  .m-bocweb-header3 .hamburger-inner::after {
    bottom: -6px;
  }

  .m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
    width: 18px;
    height: 2px;
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .m-bocweb-header3{
    top:-1px;
  }
  .m-bocweb-header3{
    height:59px;
  }
  .m-bocweb-header3 .header2 .warp-nav {
    padding: 0 0 45px;
  }

  .m-bocweb-header3 .header2 .nav {
    font-size: .55rem;
  }

  .m-bocweb-header3 .header2 .nav .warp-btn, .m-bocweb-header3 .header2 .nav .tit {
    padding: .5rem 5%;
  }

  .m-bocweb-header3 .header2 .logo {
    height: 28px;
  }
  .m-bocweb-header3 .header2 .logo svg{
    height: 30px;
    width: 80px;
  }

  .m-bocweb-header3 .header2 .nav .sec-list a {
    padding: .2rem 0;
    padding-left: 1.2rem;
    font-size: .55rem;
    color: #333;
    /*border-bottom:1px solid #0e5ca5;*/
    position: relative;
  }
  .m-bocweb-header3 .header2 .nav .sec-list a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
    left: .5rem;
    top: 50%;
    margin-top: -2.5px;
  }

}
#i-banner {
  position: relative;
  z-index: 2;
  height: calc(100vh);
  width: 100%;
  overflow: hidden;
}

#i-banner .imgbg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#i-banner .swiper-slide {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#i-banner .swiper-slide a {
  display: block;
  width: 100%;
}

#i-banner .swiper-slide .text {
  position: relative;
  z-index: 3;
  
}

#i-banner .swiper-slide .text {
  margin-top: 37.5vh;
  position: relative;
  
}

#i-banner .swiper-slide .text .tit3 {
  position: relative;
  width: 17rem;
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition-delay: .2s;
  z-index: 4;
}

#i-banner .swiper-slide .text .tit4 {
  position: relative;
  width: 17rem;
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition-delay: .2s;
  z-index: 4;
}

#i-banner .swiper-slide .text .wtit {
  padding-left: 25px;
  background: url(../img/bannerline.jpg) no-repeat left center;
  margin-bottom: 1.5rem;
  opacity: 0;
  transition: all .6s;
}
#i-banner .swiper-slide .text .wzhref{
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition: all .6s .4s;
}
#i-banner .swiper-slide .text .zhref {
  width: 140px;
  height: 44px;
  line-height: 44px;
  transition: all .6s;
  
  background: url(../img/icon14.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 4;
  padding-left: 25px;
}

#i-banner .swiper-slide .text .zhref:hover {
  background: url(../img/icon14-1.png) no-repeat center center;
  background-size: cover;
  color: #d12935;
}

#i-banner .swiper-slide .text2 {
  margin-top: 13.5vh;
}

#i-banner .swiper-slide .text2 .tit4 {

  margin-bottom: .35rem;
}

#i-banner .swiper-slide .text2 .tit3 {
  margin-bottom: .8rem;
}

#i-banner .swiper-slide.swiper-slide-active .text.animate .wtit {
  opacity: 1;
}
#i-banner .swiper-slide.swiper-slide-active .text.animate .tit3, #i-banner .swiper-slide.swiper-slide-active .text.animate .wzhref, #i-banner .swiper-slide-active .text.animate .tit4 {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.swiper-slide.swiper-slide-active .imgbg {
  -webkit-animation: imgwidth 6s linear forwards;
  -moz-animation: imgwidth 6s linear forwards;
}

#i-banner .zpagination {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 2.5rem;
  width: 88%;
}

#i-banner .zpagination span {
  background: #8e9190;
  opacity: 1;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 5px;
  margin-right: .2rem;
  margin-left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#i-banner .zpagination span.swiper-pagination-bullet-active {
  background: #de2424;
  opacity: 1;
}
#i-banner .swiper-slide .indexvideo{
    width:100%;
    height:100%;
    object-fit:cover;
}
#index-container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#index-container .index-swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
#index-container .footer-swiper {
  height: auto;
}

.index-swiper2 {
  background: #fff;
  position: relative;
  z-index: 1;
}
.index-swiper2 .bgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-swiper2 .bgbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/img45.png) no-repeat center center;
  background-size: cover;
  z-index: 3;
}
.index-swiper2 .bgbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  object-fit: cover;
  z-index: 1;
  transition: all .6s;
}
.index-swiper2 .bgbox .bg.cur {
  opacity: 1;
}
.index-swiper2 .ul {
  position: relative;
  z-index: 3;
}
.index-swiper2 .li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 1.5rem;
  height: 100vh;
  transition: all .6s;
  position: relative;
}
.index-swiper2 .li .txtbox {
  padding-top: 7.5rem;
  position: relative;
  z-index: 2;
}
.index-swiper2 .li .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto .85rem;
  transition: all .6s;
}
.index-swiper2 .li .icon img {
  max-height: 100%;
}
.index-swiper2 .li .tit3 {
  transition: all .6s;
}
.index-swiper2 .li .p {
  margin-top: 1.2rem;
  opacity: 0;
  transition: all .6s;
}
.index-swiper2 .li .zhref {
  margin: 3.75rem auto 0;
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: url(../img/icon14-1.png) no-repeat center center;
  background-size: cover;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
  position: relative;
  z-index: 4;
  transition: all .6s;
  padding-left: 25px;
  color:#d12935;
}
.index-swiper2 .li .zhref:hover {
  background: url(../img/icon14.png) no-repeat center center;
  background-size: cover;
  color:#fff ;
}
.index-swiper2 .li:hover, .index-swiper2 .li.cur {
  background: rgba(209, 41, 53, 0.85);
}
.index-swiper2 .li:hover .icon, .index-swiper2 .li.cur .icon {
  -webkit-transform: translate(0, -2rem);
  -ms-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
  opacity: 0;
}
.index-swiper2 .li:hover .tit3, .index-swiper2 .li.cur .tit3 {
  -webkit-transform: translate(0, -2rem);
  -ms-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
}
.index-swiper2 .li:hover .p, .index-swiper2 .li.cur .p {
  opacity: 1;
  -webkit-transform: translate(0, -2rem);
  -ms-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
}
.index-swiper2 .li:hover .zhref, .index-swiper2 .li.cur .zhref {
  opacity: 1;
  -webkit-transform: translate(, -2rem);
  -ms-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
}
.index-swiper2 .li:hover .mousebtn,.index-swiper2 .li.cur .mousebtn{
  opacity: 0;
  -webkit-transform: translate(-50%, 1rem);
  -ms-transform: translate(-50%, 1rem);
  transform: translate(-50%, 1rem);
}
.index-swiper2 .li .mousebtn{
  width:1.5rem;
  height:1.5rem;
  bottom:1rem;
  transition: all .6s;
}
.index-swiper2 .li .mousebtn img{
  max-height:100%;
      animation: arrow3 2s infinite linear;
}

.iwdown {
  position: absolute;
  width: 100%;
  bottom: .7rem;
  z-index: 4;
  cursor: pointer;
}
.iwdown .nbtn {
  height: .55rem;
  margin-bottom: .1rem;
  animation: arrow2 2s infinite linear;
}
.iwdown .dbtn {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all .6s;
}

.iwdown:hover .dbtn {
  background: #d12935;
}

@keyframes arrow2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes arrow3 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-10px) scale(.85);;
  }
  100% {
    transform: translateY(0%);
  }
}
.index-swiper3 {
  background: #fff;
  position: relative;
  z-index: 1;
}
.index-swiper3 .pro-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index-swiper3 .pro-container .bg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.index-swiper3 .pro-container .button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -.75rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 5;
  cursor: pointer;
  transition: all .6s;
}
.index-swiper3 .pro-container .button-next .icon {
  width: .7rem;
  height: .7rem;
  fill: #333;
}
.index-swiper3 .pro-container .button-next {
  right: 1.5rem;
}
.index-swiper3 .pro-container .button-next:hover {
  background: #cf2a36;
  border: 1px solid transparent;
}
.index-swiper3 .pro-container .button-next:hover .icon {
  fill: #fff;
}
.index-swiper3 .pro-container .text1 {
  z-index: 4;
}
.index-swiper3 .pro-container .text1 .tit3, .index-swiper3 .pro-container .text1 .tit4 {
  color: #333;
}
.index-swiper3 .pro-container .text1 .tit5 {
  color: #333;
  margin-top: .5rem;
}
.index-swiper3 .pro-container .text2 {
  z-index: 4;
}
.index-swiper3 .pro-container .text2 .tit3, .index-swiper3 .pro-container .text2 .tit4 {
  color: #fff;
}
.index-swiper3 .pro-container .text2 .tit5 {
  color: #fff;
  margin-top: .5rem;
}
.index-swiper3 .pro-container .zhref {
  margin: 2rem 0 0;
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: url(../img/icon14.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 4;
  transition: all .6s;
  padding-left: 25px;
}
.index-swiper3 .pro-container .zhref:hover {
  background: url(../img/icon14-1.png) no-repeat center center;
  background-size: cover;
  color: #d12935;
}

.index-swiper4 {
  background: #fff;
  position: relative;
  z-index: 1;
}
.index-swiper4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-swiper4 .contentbox {
  position: relative;
  height: 100vh;
  z-index: 4;
}
.index-swiper4 .leftbox {
  width: 44.25%;
}
.index-swiper4 .leftbox .tit4 {
  margin-bottom: .65rem;
  margin-top:.15rem;
}
.index-swiper4 .leftbox .tit5 {
  margin-bottom: .85rem;
  text-align:justify;
}
.index-swiper4 .leftbox .li {
  padding: .45rem .75rem;
  border-top: 1px solid #ddd;
}
.index-swiper4 .leftbox .icon {
  margin-right: .5rem;
  width:1rem;
}
.index-swiper4 .leftbox .lbox {
  width: 65%;
}
.index-swiper4 .leftbox .num {
  color: #d12935;
  max-width: 35%;
  padding-left: 5%;
}
.index-swiper4 .leftbox .num sup {
  top: -1em;
}
.index-swiper4 .leftbox .zhref {
  margin: 1rem 0 0;
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: url(../img/icon14.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 4;
  transition: all .6s;
  padding-left: 25px;
}
.index-swiper4 .leftbox .zhref:hover {
  background: url(../img/icon14-1.png) no-repeat center center;
  background-size: cover;
  color: #d12935;
}
.index-swiper4 .rightbox {
  width: 49%;
}
.index-swiper4 .rightbox img {
  max-width: 100%;
  max-height: 82%;
}

.index-swiper5 {
  position: relative;
  z-index: 1;
}
.index-swiper5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-swiper5 .contentbox {
  height: 100vh;
  margin-left: calc(50vw - 800px);
  width: calc(50vw + 800px);
  margin-top: 2.85rem;
  position: relative;
  z-index: 2;
}
.index-swiper5 .contentbox .wbox {
  margin-top: 1rem;
}
.index-swiper5 .contentbox .leftbox .zh-container {
  width: 12rem;
  margin-right: 40px;
  padding: 10px;
}
.index-swiper5 .contentbox .leftbox .zh-container .item {
  padding: .55rem 1.25rem 1.25rem;
  background: #fff;
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: 13.4rem;
}
.index-swiper5 .contentbox .leftbox .zh-container .tiptxt {
  position: absolute;
  background: #d12935;
  height: 35px;
  line-height: 35px;
  right: 10px;
  top: 10px;
  padding: 0 .35rem;
  display: inline-block;
  z-index:5;
}
.index-swiper5 .contentbox .leftbox .zh-container .icon {
  height: 1.75rem;
}
.index-swiper5 .contentbox .leftbox .zh-container .icon img {
  max-height: 100%;
}
.index-swiper5 .contentbox .leftbox .zh-container .tit3 {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #eaeaea;
}
.index-swiper5 .contentbox .leftbox .zh-container .tit4 {
  margin-bottom: .4rem;
}
.index-swiper5 .contentbox .leftbox .zh-container .tit4 span {
  color: #666;
}
.index-swiper5 .contentbox .leftbox .zh-container .txt {
  padding: .5rem;
  background: #f5f5f5;
  margin-bottom: 1rem;
}
.index-swiper5 .contentbox .leftbox .zh-container .btn{
    transition:all .8s;
}
.index-swiper5 .contentbox .leftbox .zh-container .btn{
    position: absolute;
    left:1.25rem;
    bottom:1.25rem;
    z-index:3;
}
.index-swiper5 .contentbox .leftbox .zh-container .btn:hover{
    color:#d12935;
}
.index-swiper5 .contentbox .leftbox .zh-container .zpagination {
  position: absolute;
  margin-top: 0;
  bottom: 2rem;
  right: 1.25rem;
  width: auto;
  left: auto;
  z-index: 3;
}
.index-swiper5 .contentbox .leftbox .zh-container .zpagination span {
  background: #cecdce;
  opacity: 1;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 5px;
  margin-right: .2rem;
  margin-left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.index-swiper5 .contentbox .leftbox .zh-container .zpagination span.swiper-pagination-bullet-active {
  background: #d12935;
  opacity: 1;
}
.index-swiper5 .contentbox .news-container {
  width: calc(100% - 12rem - 40px);
  padding: 10px;
}
.index-swiper5 .contentbox .news-container .li {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 13.4rem;
}
.index-swiper5 .contentbox .news-container .li .tit4{
    transition:all .6s;
}
.index-swiper5 .contentbox .news-container .li:hover .tit4{
    color:#d12935;
}
.index-swiper5 .contentbox .news-container .icon {
  width: 20px;
  height: 20px;
}
.index-swiper5 .contentbox .news-container .icon img {
  max-height: 100%;
}
.index-swiper5 .contentbox .news-container .img {
  width: 100%;
  height: 8.75rem;
}
.index-swiper5 .contentbox .news-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-swiper5 .contentbox .news-container .text {
  padding: .9rem .75rem;
}
.index-swiper5 .contentbox .news-container .tit4 {
  height: 58px;
  line-height: 29px;
  overflow: hidden;
  margin-bottom: .7rem;
}
.index-swiper5 .contentbox .news-container .botbox span {
  color: #d12935;
  margin-left: .5rem;
}
.index-swiper5 .contentbox .swiper-scrollbar {
  width: 94%;
  height: .25rem;
  border-radius: .25rem;
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.index-swiper5 .contentbox .swiper-scrollbar .swiper-scrollbar-drag {
  background: #d12935;
}

.n-exposition {
  background: #fff url(../img/bg1.png) no-repeat left top;
  background-repeat: repeat;
  padding: 2.5rem 0 2.75rem;
  position: relative;
  z-index: 1;
}
.n-exposition .contentbox .tit2 {
  padding-bottom: .65rem;
  border-bottom: 1px solid #e0e0e0;
}
.n-exposition .contentbox .li {
  padding: .75rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.n-exposition .contentbox .icon {
  width: 20px;
  height: 20px;
}
.n-exposition .contentbox .icon img {
  max-height: 100%;
}
.n-exposition .contentbox .text {
  width: calc(100% - 230px - 2rem);
  padding-right: 2rem;
}
.n-exposition .contentbox .botul {
  margin-top: .5rem;
}
.n-exposition .contentbox .botul .icon {
  margin-right: .35rem;
}
.n-exposition .contentbox .botul .item {
  margin-right: 1.7rem;
}
.n-exposition .contentbox .botul .item:last-child {
  margin-right: 0;
}


.clickbtn {
  color: #555;
  margin-top: 1rem;
  transition: all .6s;
}
.clickbtn .icon2 {
  fill: #d12935;
  margin-left: .15rem;
  width: .35rem;
  height: .35rem;
}

.clickbtn:hover {
  color: #d12935;
}

.n-news {
  background: #f7f7f7 url(../img/bg1.png) no-repeat left top;
  background-repeat: repeat;
  padding: 2.5rem 0 2.75rem;
  position: relative;
  z-index: 1;
}
.n-news .contentbox .tit2 {
  margin-bottom: .9rem;
}
.n-news .contentbox .li {
  background: #fff;
  margin-bottom: .7rem;
  transition: all .6s;
}
.n-news .contentbox .icon {
  width: 20px;
  height: 20px;
}
.n-news .contentbox .icon img {
  max-height: 100%;
}
.n-news .contentbox .img {
  width: 11.25rem;
  height: 8rem;
}
.n-news .contentbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}
.n-news .contentbox .text {
  width: calc(100% - 11.25rem);
  padding-left: 1.5rem;
  padding-right: 2rem;
}
.n-news .contentbox .p {
  margin-top: .65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-news .contentbox .tit3 {
  transition: all .6s;
}
.n-news .contentbox .botbox {
  margin-top: 1.5rem;
}
.n-news .contentbox .botbox span {
  color: #d12935;
  margin-left: .5rem;
}
.n-news .contentbox .li:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.n-news .contentbox .li:hover .img img {
  transform: scale(1.1);
}
.n-news .contentbox .li:hover .text .tit3 {
  color: #d12935;
}
.n-news .contentbox2 {
  padding: 2.25rem 0 2.5rem;
}
.n-news .contentbox2 .tit2 {
  margin-bottom: .65rem;
}
.n-news .contentbox2 .spbox {
  margin-bottom: .5rem;
}
.n-news .contentbox2 .spbox span {
  margin-right: .4rem;
}
.n-news .contentbox2 .spbox .sp {
  margin-right: .75rem;
  color: #333;
  padding-bottom: 1px;
  position: relative;
  transition: all .6s;
}
.n-news .contentbox2 .spbox .sp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d12935;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all .6s;
}
.n-news .contentbox2 .spbox .sp:hover, .n-news .contentbox2 .spbox .sp.cur {
  color: #d12935;
}
.n-news .contentbox2 .spbox .sp:hover:before, .n-news .contentbox2 .spbox .sp.cur:before {
  opacity: 1;
}
.n-news .contentbox2 .libox {
  border-bottom: 1px solid #e0e0e0;
}
.n-news .contentbox2 .ul {
  margin-top: 1rem;
}
.n-news .contentbox2 .li {
  background: #fff;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all .6s;
}
.n-news .contentbox2 .img {
  width: 100%;
  height: 6.75rem;
}
.n-news .contentbox2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}
.n-news .contentbox2 .txtbox {
  padding: .65rem .7rem;
}
.n-news .contentbox2 .botbox {
  margin-top: .5rem;
}
.n-news .contentbox2 .botbox .tit4 {
  transition: all .6s;
}
.n-news .contentbox2 .botbox span {
  color: #d12935;
  margin-left: .65rem;
}
.n-news .contentbox2 .li:nth-child(4n) {
  margin-right: 0;
}
.n-news .contentbox2 .li:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.n-news .contentbox2 .li:hover .img img {
  transform: scale(1.1);
}
.n-news .contentbox2 .li:hover .txtbox .tit4 {
  color: #d12935;
}

.n-news2 {
  background: #f7f7f7 url(../img/bg1.png) no-repeat left top;
  background-repeat: repeat;
  padding: 2.5rem 0 2.75rem;
  position: relative;
  z-index: 1;
}
.n-news2 .contentbox .tit2 {
  margin-bottom: .9rem;
}
.n-news2 .contentbox .li {
  background: #fff;
  margin-bottom: 1rem;
  transition: all .6s;
}
.n-news2 .contentbox .icon {
  width: 20px;
  height: 20px;
}
.n-news2 .contentbox .icon img {
  max-height: 100%;
}
.n-news2 .contentbox .img {
  width: 11.25rem;
  height: 8rem;
}
.n-news2 .contentbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}
.n-news2 .contentbox .text {
  width: calc(100% - 11.5rem);
  padding-right: 2rem;
  padding-left: 1.5rem;
}
.n-news2 .contentbox .tit3 {
  transition: all .6s;
}
.n-news2 .contentbox .p {
  margin-top: .75rem;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.n-news2 .contentbox .botbox {
  margin-top: 1.5rem;
  color: #d12935;
}
.n-news2 .contentbox .botbox .icon2 {
  fill: #d12935;
  margin-left: .1rem;
  width: .25rem;
  height: .25rem;
}
.n-news2 .contentbox .li:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.n-news2 .contentbox .li:hover .img img {
  transform: scale(1.1);
}
.n-news2 .contentbox .li:hover .text .tit3 {
  color: #d12935;
}

.n-media {
  background: #e5e5e5 url(../img/bg2.jpg) no-repeat right top;
  background-repeat: no-repeat;
  padding: 2.65rem 0 4rem;
  position: relative;
  z-index: 1;
}
.n-media .tit3 {
  margin-top: .5rem;
}
.n-media .itembox .ul {
  margin-top: .6rem;
}
.n-media .itembox .li {
  margin-right: 2rem;
  text-align: center;
}
.n-media .itembox .li:last-child {
  margin-right: 0;
}
.n-media .itembox .tipicon .icon {
  width: 1rem;
  height: 1rem;
}
.n-media .itembox .tipicon {
  position: relative;
}
.n-media .itembox .tipicon:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 21rem;
  max-width: calc(100% - 1.5rem);
  background: #7a7a7a;
  top: 50%;
  margin-top: -1px;
  left: 1.25rem;
}
.n-media .itembox .img {
  width: 4rem;
  height: 4rem;
  display:block;
  margin-bottom: .7rem;
}
.n-media .warp {
  margin-top: 2rem;
}
.n-media .itembox2 {
  margin-top: 1.75rem;
}
.n-media .itembox2 .itemli {
  margin-right: 1.25rem;
}
.n-media .itembox2 .itemli:last-child {
  margin-right: 0;
}
.n-media .itembox2 .ul {
  margin-top: .6rem;
}
.n-media .itembox2 .li {
  margin-right: 2rem;
  text-align: center;
}
.n-media .itembox2 .li:last-child {
  margin-right: 0;
}
.n-media .itembox2 .tipicon .icon {
  width: 1rem;
  height: 1rem;
}
.n-media .itembox2 .tipicon {
  position: relative;
}
.n-media .itembox2 .tipicon:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 3rem;
  background: #7a7a7a;
  top: 50%;
  margin-top: -1px;
  left: 1.25rem;
}
.n-media .itembox2 .img {
  width: 4rem;
  height: 4rem;
  display:block;
  margin-bottom: .7rem;
}
.n-media .itembox3 {
  margin-top: 1.75rem;
}
.n-media .itembox3 .ul {
  margin-top: .7rem;
}
.n-media .itembox3 .li {
  margin-right: 1.5rem;
  text-align: center;
}
.n-media .itembox3 .li .img {
  width: auto;
  height: .7rem;
  display:block;
}
.n-media .itembox3 .li .img img {
  max-height: 100%;
}
.n-media .itembox3 .li:last-child {
  margin-right: 0;
}
.n-media .itembox3 .tipicon .icon {
  width: 1rem;
  height: 1rem;
}
.n-media .itembox3 .tipicon {
  position: relative;
}
.n-media .itembox3 .tipicon span {
  margin-left: .25rem;
}
.n-media .itembox3 .tipicon span:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 9.5rem;
  background: #7a7a7a;
  top: 50%;
  margin-top: -1px;
  left: 6.25rem;
  display:none;
}
.n-media .itembox3 .tipicon span:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 16rem;
  top: 50%;
  margin-top: -12.5px;
  background: url(../img/icon44.png) no-repeat center center;
  background-size: 18px auto;
  display:none;
}
.n-media .itembox3 .img {
  width: 4rem;
  height: 4rem;
  margin-bottom: .7rem;
}

.stipbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 0 1rem;
}
.stipbox .icon {
  width: 25px !important;
  height: 25px !important;
  fill: #555;
  margin-right: .25rem;
}
.stipbox a {
  color: #555;
  transition: all .6s;
}
.stipbox a:hover {
  color: #d12935;
}
.stipbox2 a{
    color: #fff;
  transition: all .6s;
}
.stipbox2 .icon {
    fill: #fff;
}

.news-info1 {
  padding: 1rem 0 3rem;
}
.news-info1 .news-top {
  margin-top: 1.5rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #e5e8e9;
}
.news-info1 .news-top .news-tit {
  width: 100%;
}
.news-info1 .news-top .time {
  margin-top: .35rem;
}
.news-info1 .news-text {
  padding: 1rem .75rem 2.25rem;
  border-bottom: 1px solid #e8e8e8;
}
.news-info1 .news-text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.news-info1 .news-nav {
  padding-top: 1.2rem;
}
.news-info1 .news-nav .nav-l {
  width: 100%;
  position: relative;
}
.news-info1 .news-nav .nav-l span {
  line-height: 1.2;
  margin-right: .25rem;
  color: #333;
}
.news-info1 .news-nav .nav-l p {
  width: calc(100% - 100px);
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-info1 .news-nav .nav-l a {
  color: #666;
  max-width: 50%;
}
.news-info1 .news-nav .nav-l a:hover {
  color: #d12935;
}
.news-info1 .news-nav .nav-l a:nth-child(2) {
  padding-right: 3rem;
}
.news-info1 .news-nav .nav-l a:nth-child(3) {
  padding-left: 1.75rem;
}
.news-info1 .news-nav .nav-l .backbtn {
  width: 16px !important;
  height: 16px !important;
  padding-right: 0 !important;
  fill: #d12935;
  z-index: 3;
}
.news-info1 .news-nav .nav-l .backbtn .icon {
  width: .66rem;
  height: .66rem;
}
.news-info1 .stipbox{
  padding:0 1.25rem;
}

@media (max-width: 1024px) {
  .news-info1 {
    padding: 2rem 0 1.75rem;
  }

  .probanner .textbox {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .stipbox {
    display: none;
  }

  .news-info1 .news-top {
    margin-top: 0;
  }

  .news-info1 .news-text {
    padding-bottom: 30px;
  }

  .news-info1 .news-top .news-tit {
    line-height: 1.5;
  }

  .news-info1 .news-nav {
    padding-top: 20px;
  }

  .news-info1 .news-nav .nav-l {
    width: 100%;
  }

  .news-info1 .news-nav .news-back {
    float: left;
    margin-top: 10px;
  }

  .news-info1 .news-text {
    font-size: 14px;
  }

  .news-info1 .news-nav .nav-l span {
    font-size: 12px;
  }

  .news-info1 .news-nav .nav-l p {
    font-size: 12px;
  }

  .news-info1 .news-top .news-tit {
    width: 100%;
  }

  .news-info1 .news-nav .news-back .icon {
    width: .75rem;
    height: .75rem;
  }

  .news-info1 .news-nav .nav-l span {
    margin-bottom: 0;
  }

  .news-info1 .news-nav .nav-l a {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: .25rem;
  }

  .news-info1 .news-nav .nav-l .backbtn {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0, 0);
    margin: 0 auto .5rem;
  }
}
.nbanner .title {
  top: 30%;
  z-index: 3;
}
.nbanner .icon {
  width: 3.8rem;
  height: 3.8rem;
  left: -2.3rem;
  top: -2.1rem;
  z-index: -1;
}
.nbanner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.zwarpsub {
  position: absolute;
  left: 0;
  width: 100%;
  height: 74px;
  bottom: 0;
  z-index: 4;
}
.zwarpsub .n-nav {
  padding: 0 1.5rem;
  background: rgba(246, 247, 246, 0.9);
}
.zwarpsub .n-nav a {
  height: 74px;
  margin: 0 1.5rem;
  transition: all .6s;
  position: relative;
}
.zwarpsub .n-nav a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: #d12935;
  transition: all .6s;
}
.zwarpsub .n-nav a:hover, .zwarpsub .n-nav a.cur {
  color: #d12935;
}
.zwarpsub .n-nav a:hover:before, .zwarpsub .n-nav a.cur:before {
  width: 100%;
  opacity: 1;
}

.about-list1 {
  padding: 3.5rem 0 3.25rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}
.about-list1 .about-top .leftbox {
  width: 45%;
}
.about-list1 .about-top .leftbox .tit3 {
  margin-bottom: .35rem;
  color: #d12935;
}
.about-list1 .about-top .p {
  width: 48%;
  margin-top: 1.5rem;
}
.about-list1 .contentbox {
  margin-top: 1.7rem;
}
.about-list1 .contentbox .imgbox {
  width: 71%;
}
.about-list1 .contentbox .imgbox .img {
  display: none;
  height:15rem;
}
.about-list1 .contentbox .imgbox .img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-list1 .contentbox .leftbox {
  margin-top: 2rem;
  width: 33%;
  margin-right: -5.3%;
  position: relative;
  z-index: 4;
}
.about-list1 .contentbox .leftbox .p2 {
  width: 82%;
  margin-top: 3rem;
}
.about-list1 .contentbox .tabul .li {
  margin-bottom: .75rem;
  padding-bottom: .25rem;
  border-bottom: 4px solid transparent;
  transform: scale(0.9);
  cursor: pointer;
  transform-origin: left center;
  transition: all .6s;
}
.about-list1 .contentbox .tabul .li.cur {
  border-bottom: 4px solid #d12935;
  transform: scale(1);
}
.about-list1 .tipimg {
  position: absolute;
  left: 0;
  height: 2.85rem;
  bottom: -2rem;
  z-index: 3;
}
.about-list1 .contentbox2 {
  margin-top: 6rem;
}
.about-list1 .contentbox2 .img {
  position: relative;
}
.about-list1 .contentbox2 .imgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 2;
}
.about-list1 .contentbox2 .imgbox-container .swiper-slide .img img{
    width:100%;
}
.about-list1 .contentbox2 .imgbg{
    width:100%;
}
.about-list1 .contentbox2 .p2 {
  margin-top: .7rem;
  opacity: 0;
}
.about-list1 .contentbox2 .imgbox-container .swiper-slide .p2 {
  opacity: 0;
  transition: all .6s;
}
.about-list1 .contentbox2 .imgbox-container .swiper-slide .img {
  height: 15rem;
  width: 100%;
}
.about-list1 .contentbox2 .imgbox-container .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
}
.about-list1 .contentbox2 .imgbox-container .numbox {
  position: absolute;
  width: 100%;
  bottom: 1.25rem;
  z-index: 4;
}
.about-list1 .contentbox2 .imgbox-container .numbox .numli {
  width: 33.3%;
  position: relative;
}
.about-list1 .contentbox2 .imgbox-container .numbox .numli:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.25rem;
  right: 0;
  top: 50%;
  margin-top: -.625rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
}
.about-list1 .contentbox2 .imgbox-container .numbox .numli:last-child:before {
  display: none;
}
.about-list1 .contentbox2 .imgbox-container .swiper-slide.swiper-slide-active .p2 {
  opacity: 1;
}
.about-list1 .contentbox2 .imgbox-container .zpagination {
  position: relative;
  bottom: 0;
  margin-top: 1.5rem;
}
.about-list1 .contentbox2 .imgbox-container .zpagination span {
  opacity: 1;
  background: #999;
}
.about-list1 .contentbox2 .imgbox-container .zpagination span.swiper-pagination-bullet-active {
  background: #de2424;
}
.about-list1 .contentbox2 .imgbox-container .button-prev, .about-list1 .contentbox2 .imgbox-container .button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: calc(7.5rem - .75rem);
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  cursor: pointer;
  transition: all .6s;
}
.about-list1 .contentbox2 .imgbox-container .button-prev .icon, .about-list1 .contentbox2 .imgbox-container .button-next .icon {
  width: .7rem;
  height: .7rem;
  fill: #de2424;
}
.about-list1 .contentbox2 .imgbox-container .button-prev {
  left: 1.5rem;
}
.about-list1 .contentbox2 .imgbox-container .button-next {
  right: 1.5rem;
}
.about-list1 .contentbox2 .imgbox-container .button-prev:hover, .about-list1 .contentbox2 .imgbox-container .button-next:hover {
  background: #cf2a36;
}
.about-list1 .contentbox2 .imgbox-container .button-prev:hover .icon, .about-list1 .contentbox2 .imgbox-container .button-next:hover .icon {
  fill: #fff;
}

.about-list2 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.about-list2 .contentbox {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.about-list2 .warptitle {
  position: absolute;
  top: 2.5rem;
  z-index: 3;
}
.about-list2 .warptitle .tit3 {
  color: #d12935;
  margin-bottom: .25rem;
}

.about-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  /*animation: scaleDownUp 1.5s .3s  forwards ease;*/
}

.about-list2 .bg.active {
  /*animation: scaleDownUp 1.5s .3s forwards ease;*/
}

.about-list2 .ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.about-list2 .ul .swiper-slide {
  justify-content: flex-end;
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: background .5s;
}

.about-list2 .ul .swiper-slide:last-child {
  border-right: none;
}

.about-list2 .ul .tit3 {
  transition: all .5s;
}

.about-list2 .ul .tit5 {
  transition: all .5s;
}

.about-list2 .ul .tit5 span {
  position: relative;
  z-index: 3;
}
.about-list2 .ul .tit5 span:before {
  content: "";
  position: absolute;
  height: .2rem;
  background: #cf2a36;
  width: 0;
  left: 0;
  bottom: -4px;
  z-index: -1;
  transition: all .5s;
}

.about-list2 .ul .tit4 {
  display: none;
  margin-top: .7rem;
}

.about-list2 .ul .text {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 1.75rem 4rem;
  transition: all .5s;
}

.about-list2 .ul .swiper-slide.active {
  background: linear-gradient(0deg, #cf2a36 0%, transparent 38%);
}

.about-list2 .ul .swiper-slide.active .tit4 {
  display: block;
}

.about-list2 .ul .swiper-slide.active .tit5 span:before {
  width: 100%;
}

.about-list2 .ul .swiper-slide.active .text {
  transform: translate(0, -0.55rem);
}

@keyframes scaleDownUp {
  0% {
    opacity: .2;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.about-list3 {
  padding: 3rem 0 4rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}

.about-list3 .tit3 {
  color: #d12935;
  margin-bottom: .3rem;
}

.about-list3 .warpbox {
  margin-top: 1.5rem;
  /*width: 100%;*/
}

.about-list3 .warpbox .yearleft {
  font-size: 4.5rem;
  color: rgba(207, 42, 54, 0.3);
  font-weight: bold;
  width: 6.25rem;
  height: 100%;
  position: relative;
}

.about-list3 .warpbox .yearleft span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 140%;
  transform: rotate(90deg) translate(0, -50%);
    transform-origin:3rem -1.25rem;
}

/*.about-list3 .warpbox .warpitem {
  width: calc(50vw + 800px);
}*/

.about-list3 .warpbox .itembox {
  height: 15rem;
}

.about-list3 .warpbox .tab-container {
  width: 13rem;
  height: 15rem;
  background: url(../img/img13.png) no-repeat left top;
}

.about-list3 .warpbox .tab-container .item {
  padding-left: 2.7rem;
}

.about-list3 .warpbox .tab-container .item:before {
  content: "";
  position: absolute;
  width: .25rem;
  height: 1rem;
  left: 0;
  top: 50%;
  margin-top: -.5rem;
  background: #d12935;
  opacity: 0;
  transition: all .5s;
}

.about-list3 .warpbox .tab-container .yearbtn {
  color: #b2b2b2;
  transition: all .5s;
}

.about-list3 .warpbox .tab-container .tit2 {
  color: #b2b2b2;
  transition: all .5s;
}

.about-list3 .warpbox .tab-container .swiper-slide {
  cursor: pointer;
}

.about-list3 .warpbox .tab-container .swiper-slide-active .item:before {
  opacity: 1;
}

.about-list3 .warpbox .tab-container .swiper-slide-active .yearbtn {
  color: #000;
}

.about-list3 .warpbox .tab-container .swiper-slide-active .tit2 {
  font-weight: bold;
  color: #d12935;
}

.about-list3 .warpbox .imgbox {
  width: calc(100% - 22.25rem);
  height: 15rem;
  margin-left: 2rem;
}

.about-list3 .warpbox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}
.about-list3 .warpbox .warpitem{
  width:100%;
}
/*@media (max-width: 1700px) {
  .about-list3 .warpbox {
    margin-left: 6%;
  }
  .about-list3 .warpbox .warpitem{
    width:94%;
  }
  
}*/
@media (max-width: 1420px) {
  .about-list3 .warpbox .imgbox{
    height:13rem;
  }
}
@media (max-width: 1024px) {
  .about-list3 .warpbox .tab-container {
    width: 100%;
    height: auto;
  }

  .about-list3 .warpbox .tab-container .item {
    padding-left: 0;
  }

  .about-list3 .warpbox .tab-container .item:before {
    display: none;
  }

  .about-list3 .warpbox .tab-container {
    background: none;
  }

  .about-list3 .warpbox .itembox {
    height: auto;
    width: 100%;
  }

  .about-list3 .warpitem {
    width: 100%;
  }

  .about-list3 .tab-container .img {
    border-radius: .55rem;
    margin-bottom: .7rem;
    height:8rem;
  }
  .about-list3 .tab-container .img img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .about-list3 .tabul .li {
    width: 100px;
    height: 35px;
  }
  /*.about-list2 .ul .swiper-slide {
    background: linear-gradient(0deg, #cf2a36 0%, transparent 38%);
  }*/

  .about-list2 .ul .swiper-slide .tit4 {
    display: block;
  }


  .about-list2 .ul .swiper-slide .tit5 span:before {
    width: 100%;
  }

  .about-list2 .ul .swiper-slide .text {
    transform: translate(0,0) !important;
  }
  .about-list2 .ul .text{
    top:10rem;
  }
}
@media (max-width: 996px) {
  .about-list3 {
    padding: 2rem 0 3.25rem;
  }

  .about-list3 .warpbox {
    margin-left: 0;
  }

  .about-list3 .tabul {
    width: 88%;
    margin: .7rem auto 0;
  }
}
.about-list4 {
  padding: 3rem 0 4rem;
  background: #f8f8f8 url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}

.about-list4 .tit3 {
  color: #d12935;
  margin-bottom: .3rem;
}

.about-list4 .p {
  width: 37.5%;
  margin-top: 1.4rem;
}

.about-list4 .warpbox {
  margin-top: 1rem;
}

.about-list4 .warpbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  left: 0;
  top: 8px;
}

.about-list4 .warpbox .research-tab .item {
  padding-top: 1rem;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.about-list4 .warpbox .research-tab .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/img15.png) no-repeat center center;
  background-size: 18px auto;
  opacity: 0;
  transition: all .6s;
}

.about-list4 .warpbox .research-tab .cur .item {
  color: #d12935;
}
.about-list4 .warpbox .research-tab .cur .item:before {
  opacity: 1;
}

.about-list4 .research-warp {
  margin-top: 1rem;
  background: #fff;
}
.about-list4 .research-warp .leftbox {
  width: 62%;
  height:15rem;
}
.about-list4 .research-warp .text {
  width: 38%;
  padding: 1.5rem 1.5rem 1rem;
}
.about-list4 .research-warp .rimg-container {
  height: 100%;
}
.about-list4 .research-warp .rimg-container .swiper-slide {
  height: 100%;
}
.about-list4 .research-warp .rimg-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-list4 .research-warp .rimg-container .swiper-pagination {
  bottom: 1rem;
}
.about-list4 .research-warp .rimg-container .swiper-pagination span {
  opacity: 1;
  background: #999;
}
.about-list4 .research-warp .rimg-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #de2424;
}

.services-list1 .contentbox {
  padding: 2.5rem 0 1.25rem;
  position: relative;
  z-index: 1;
  background: #fff url(../img/bg1.png) no-repeat center top;
}
.services-list1 .contentbox .box .p {
  width: 44%;
}
.services-list1 .contentbox2 {
  position: relative;
  z-index: 1;
  background: #f9f9f9 url(../img/bg1.png) no-repeat center top;
}
.services-list1 .contentbox2 .li {
  padding: 2.5rem 0 2.25rem;
  width: 25%;
  padding-right: 3%;
}
.services-list1 .contentbox2 .icon {
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: .5rem;
}
.services-list1 .contentbox2 .tit3 {
  margin-bottom: .75rem;
}
.services-list1 .contentbox2 .tit4 {
  width: 78%;
}

.services-list2 {
  padding: 2.5rem 0 5.25rem;
  position: relative;
  z-index: 1;
}
.services-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.services-list2 .contentbox {
  position: relative;
  z-index: 2;
}
.services-list2 .contentbox .text {
  width: 50%;
}
.services-list2 .contentbox .tit2 {
  margin-bottom: .55rem;
}
.services-list2 .contentbox .ul {
  margin-top: 1.25rem;
}
.services-list2 .contentbox .ul .su {
  color: #d12935;
}
.services-list2 .contentbox .ul .su sup{
  top:-.25em;
}
.services-list2 .contentbox .ul2 {
  width: 13rem;
  max-width: 100%;
  margin-top: 3.25rem;
  background: url(../img/line.png) no-repeat left top;
}
.services-list2 .contentbox .ul2 .li {
  padding-left: .8rem;
  margin-bottom: .8rem;
  text-align:justify;
}

.serviceicon {
  padding: 1rem 0 0;
  background: #fff;
  position: relative;
  z-index: 5;
  margin-top: -4.25rem;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
}
.serviceicon .tiptxt {
  position: relative;
}
.serviceicon .tiptxt:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #eceff2;
  left: 0;
  z-index: 1;
}
.serviceicon .tiptxt span {
  position: relative;
  z-index: 3;
  padding: 0 .5rem;
  background: #fff;
}
.serviceicon .iconul {
  margin-top: 1.25rem;
  padding: 0 .7rem .3rem;
}
.serviceicon .iconul .li {
  width: calc(100% / 9);
  margin-bottom: .65rem;
}
.serviceicon .iconul .icon {
  width: 2.5rem;
  height: 1rem;
  margin-bottom: .35rem;
}
.serviceicon .iconul .icon img {
  max-height: 100%;
}

.services-list3 {
  padding: 3.5rem 0  2.9rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
  /*margin-top: -4.25rem;*/
}
.services-list3 .tit2 {
  padding-bottom: .7rem;
  border-bottom: 1px solid #ececec;
}
.services-list3 .li {
  padding: .5rem 0;
  border-bottom: 1px solid #ececec;
}
.services-list3 .li .sp {
  padding-left: .55rem;
  width: 65%;
  position: relative;
  transition: all .6s;
}
.services-list3 .li .sp:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #e4e4e4;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.services-list3 .li .btnbox {
  width: 160px;
}
.services-list3 .li .btnbox .img {
  width: 3rem;
  height: 4rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  right: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all .8s;
}
.services-list3 .li .btnbox .img:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  z-index: 2;
  border-left: 10px solid #fff;
  border-top: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
}
.services-list3 .li .btnbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-list3 .li .btnbox a {
  transition: all .8s;
}
.services-list3 .li .btnbox a .icon {
  width: .55rem;
  height: .55rem;
  margin-right: .15rem;
  fill: #cf3d46;
}
.services-list3 .li .btnbox a:hover {
  color: #cf3d46;
}
.services-list3 .li .btnbox a:hover .img {
  opacity: 1;
  visibility: visible;
}
.services-list3 .li:hover {
  color: #cf3d46;
}

.services-list4 {
  padding: 2.75rem 0;
  background: #f7f7f7 url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.services-list4 .tit2 {
  padding-bottom: .7rem;
}
.services-list4 .wtabul {
  margin-bottom: 1rem;
}
.services-list4 .qsearch {
  width: 160px;
}
.services-list4 .qsearch .input1 {
  width: 30px;
  height: 30px;
  background: url(../img/search.png) no-repeat center center;
  background-size: 18px auto;
  border: none;
}

.services-list4 .qsearch .input2 {
  width: calc(100% - 30px);
  height: 30px;
  background: none;
  border: none;
  text-indent: 10px;
}
.services-list4 .tabul {
  width: calc(100% - 180px);
}
.services-list4 .tabul .li {
  margin-left: .7rem;
  padding-bottom: .1rem;
  border-bottom: 2px solid transparent;
  transition: all .6s;
  cursor: pointer;
}
.services-list4 .tabul .li.cur, .services-list4 .tabul .li:hover {
  color: #d12935;
  border-bottom: 2px solid #d12935;
}
.services-list4 .ullist .li {
  padding: .7rem .5rem .7rem 1.1rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: all .6s;
  cursor: pointer;
  margin-bottom: .5rem;
}
.services-list4 .ullist .li .sp {
  padding-left: 1rem;
  width: calc(100% - 60px);
  position: relative;
  z-index: 2;
}
.services-list4 .ullist .li .sp:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/icon5.png) no-repeat center center;
  background-size: .4rem auto;
  left: 0;
  top: 5px;
}
.services-list4 .ullist .li .btnbox {
  width: 40px;
  height: 40px;
  transition: all .4s;
}
.services-list4 .ullist .li .btnbox .icon {
  width: .5rem;
  height: .5rem;
  fill: #d12935;
}
.services-list4 .ullist .text {
  padding-left: 1rem;
  margin-top: .25rem;
  position: relative;
  z-index: 2;
  display: none;
}

.services-list4 .ullist .text:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/icon5-1.png) no-repeat center center;
  background-size: .4rem auto;
  left: 0;
  top: 3px;
}
.services-list4 .ullist .li.cur .btnbox {
  transform: rotate(-180deg);
}

.join-list1 {
  padding: 2.85rem 0 3rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.join-list1 .tit2 {
  padding-bottom: .7rem;
}
.join-list1 .box {
  background: #f5f5f5;
}
.join-list1 .img {
  width: 67.5%;
  min-height: 15rem;
}
.join-list1 .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.join-list1 .text {
  width: 32.5%;
  padding: 1.7rem 1rem;
}
.join-list1 .li {
  padding-left: .5rem;
  margin-bottom: 1.2rem;
  position: relative;
}
.join-list1 .li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #d12935;
  z-index: 1;
}
.join-list1 .wxbox {
  padding-left: .5rem;
}
.join-list1 .wxbox .zli {
  width: 3rem;
  height: 3rem;
  margin-right: .5rem;
}

.join-list2 {
  padding: 2.75rem 0;
  background: #f7f7f7 url(../img/bg1.png) repeat center top;
  position: relative;
  z-index: 2;
}
.join-list2 .tit2 {
  padding-bottom: .7rem;
}
.join-list2 .wtabul {
  margin-bottom: 1rem;
}
.join-list2 .tabul {
  width: calc(100% - 180px);
}
.join-list2 .tabul .li {
  margin-left: .7rem;
  padding-bottom: .1rem;
  border-bottom: 2px solid transparent;
  transition: all .6s;
  cursor: pointer;
}
.join-list2 .tabul .li.cur, .join-list2 .tabul .li:hover {
  color: #d12935;
  border-bottom: 2px solid #d12935;
}
.join-list2 .tabletop {
  height: 76px;
  background: #e9e9e9;
}
.join-list2 .tabletop .sp {
  width: 23%;
  padding-left: 1.5rem;
}
.join-list2 .tabletop .sp2 {
  width: 18%;
}
.join-list2 .tabletop .sp3 {
  width: 18%;
}
.join-list2 .tabletop .sp4 {
  width: 18%;
}
.join-list2 .tabletop .sp5 {
  width: 18%;
}
.join-list2 .tabletop .sp6 {
  width: 5%;
}
.join-list2 .ullist .li {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  transition: all .6s;
  
  margin-bottom: .5rem;
}
.join-list2 .ullist .li .sptop {
  padding: 1rem 0;
  cursor: pointer;
}
.join-list2 .ullist .li .sp {
  width: 23%;
  padding-left: 1.5rem;
}
.join-list2 .ullist .li .sp2 {
  width: 18%;
}
.join-list2 .ullist .li .sp3 {
  width: 18%;
}
.join-list2 .ullist .li .sp4 {
  width: 18%;
}
.join-list2 .ullist .li .sp5 {
  width: 18%;
}
.join-list2 .ullist .li .sp6 {
  width: 5%;
}
.join-list2 .ullist .li .btnbox {
  width: 5%;
  height: 20px;
  transition: all .4s;
}
.join-list2 .ullist .li .btnbox .icon {
  width: .5rem;
  height: .5rem;
  fill: #d12935;
}
.join-list2 .ullist .text {
  background: #e9e9e9;
  position: relative;
  z-index: 2;
  padding: 1.25rem 1.5rem;
  display: none;
}
.join-list2 .ullist .text:before {
  content: "";
  position: absolute;
  border-bottom: 10px solid #e9e9e9;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  left: 1.5rem;
  top: -10px;
}
.join-list2 .ullist .text .item {
  margin-bottom: .7rem;
}
.join-list2 .ullist .text .tip {
  color: #d12935;
}
.join-list2 .ullist .text .p {
  margin-top: .2rem;
}
.join-list2 .ullist .li.cur .btnbox {
  transform: rotate(-180deg);
}

.contact-list1 {
  padding: 2.5rem 0 1rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.contact-list1 .tit2 {
  margin-bottom: .5rem;
}
.contact-list1 .img-container {
  margin-top: 1.5rem;
}
.contact-list1 .img-container .swiper-slide .item {
  opacity: .6;
  transition: all .6s;
}
.contact-list1 .img-container .swiper-slide .item .img {
  height: 13.25rem;
  border-bottom: 6px solid transparent;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  /*box-shadow:0 0 10px 2px rgba(0,0,0,.1);*/
}
.contact-list1 .img-container .swiper-slide .item{

}
.contact-list1 .img-container .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-list1 .img-container .swiper-slide .p {
  margin-top: .7rem;
  opacity: 0;
  transition: all .6s;
}
.contact-list1 .img-container .swiper-slide.swiper-slide-active .img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 6px solid #d12935;
}
.contact-list1 .img-container .swiper-slide.swiper-slide-active .p {
  opacity: 1;
}
.contact-list1 .img-container .swiper-slide.swiper-slide-active .item {
  opacity: 1;
}
.contact-list1 .img-container .zpagination {
  position: relative;
  bottom: 0;
  margin-top: 1.25rem;
}
.contact-list1 .img-container .zpagination span {
  opacity: 1;
  background: #999;
}
.contact-list1 .img-container .zpagination span.swiper-pagination-bullet-active {
  background: #de2424;
}

.contact-list2 {
  padding: 1.5rem 0 0;
  background: #fff url(../img/bg1.png) repeat-y center top;
  position: relative;
  z-index: 2;
}
.contact-list2 .ullist {
  margin-top: 1.5rem;
}
.contact-list2 .ullist .li {
  width: 100%;
  transition: all .6s;
  cursor: pointer;
  margin-bottom: .25rem;
}
.contact-list2 .ullist .li .sp {
  position: relative;
  z-index: 2;
}
.contact-list2 .ullist .li .sptop {
  padding: .7rem .5rem .7rem 1.1rem;
  background: #f1f1f1;
}
.contact-list2 .ullist .li .btnbox {
  width: 40px;
  height: 40px;
  transition: all .4s;
}
.contact-list2 .ullist .li .btnbox .icon {
  width: .5rem;
  height: .5rem;
  fill: #d12935;
}
.contact-list2 .ullist .text {
  padding: 1.25rem 1rem .5rem;
  margin-top: .25rem;
  position: relative;
  z-index: 2;
  display: none;
}
.contact-list2 .ullist .text .tit4 {
  padding-bottom: .4rem;
}
.contact-list2 .ullist .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1.75rem;
}
.contact-list2 .ullist .item .tit4 {
  margin-bottom: .5rem;
  border-bottom: 1px solid #ebebeb;
}
.contact-list2 .ullist .item .tit4 img {
  width: 40px;
  margin-right: .45rem;
}
.contact-list2 .ullist .item .tit4 span {
  width: calc(100% - 1.5rem);
}
.contact-list2 .ullist .item .txtbox {
  padding-left: 1.5rem;
}
.contact-list2 .ullist .item .txtbox p {
  margin-bottom: .3rem;
}
.contact-list2 .ullist .item:nth-child(3n) {
  margin-right: 0;
}
.contact-list2 .ullist .li.cur .btnbox {
  transform: rotate(-180deg);
}

.contact-list3 {
  padding: 1rem 0 2.85rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.contact-list3 .tit2 {
  margin-bottom: .1rem;
}
.contact-list3 .btn {
  color: #d12935;
  cursor: pointer;
}
.contact-list3 .btn .icon {
  width: .3rem;
  height: .3rem;
  margin-left: .15rem;
  fill: #d12935;
}
.contact-list3 .icon-container {
  margin-top: .55rem;
}
.contact-list3 .icon-container .swiper-slide {
  border-top: 1px solid #f0f0f0;
}
.contact-list3 .icon-container .zpagination {
  position: relative;
  bottom: 0;
  margin-top: 1.25rem;
}
.contact-list3 .icon-container .zpagination span {
  opacity: 1;
  background: #999;
}
.contact-list3 .icon-container .zpagination span.swiper-pagination-bullet-active {
  background: #de2424;
}
.contact-list3 .ibox {
  border-bottom: 1px solid #f0f0f0;
}
.contact-list3 .ibox .i {
  height: 2.4rem;
  width: calc(100% / 8);
}
.contact-list3 .ibox .i img {
  max-height: 90%;
  max-width: 90%;
}
@media (max-width: 996px) {
  .contact-list2 .ullist .item{
    width:48%;
    margin-right:4%;
  }
  .contact-list2 .ullist .item:nth-child(3n){
    margin-right:4%;
  }
  .contact-list2 .ullist .item:nth-child(2n){
    margin-right:0;
  }
}
@media (max-width: 768px) {
  .contact-list3 .ibox .i {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .contact-list3 .ibox .i {
    height: 2rem;
  }
.services-list4 .ullist .text video{
  width:100% !important;
  height:auto;
}
  .contact-list2 .ullist .li .sptop {
    padding: 0.35rem 0.35rem 0.35rem .5rem;
  }

  .contact-list2 .ullist .item {
    width: 100%;
    margin-right: 0 !important;
  }

  .contact-list2 .ullist .item .tit4 img {
    width: 30px;
  }

  .contact-list2 .ullist .text {
    padding: 0.75rem 0.35rem 0.75rem .5rem;
  }

  .contact-list2 .ullist .item:last-child {
    margin-bottom: 0;
  }

  .contact-list2 .ullist .item {
    margin-bottom: .75rem;
  }

  .contact-list2 .ullist .li .btnbox .icon {
    width: .75rem;
    height: .75rem;
  }
  .contact-list2 .ullist{
    margin-top:.9rem;
  }
  .development-list3{
    padding:1.75rem 0 2rem;
  }
  .bedroom-list10 .contentbox3 .textbox2{
    top:-4rem;
  }
  .social-share .icon-wechat .wechat-qrcode{
    transform: scale(0.8);
    transform-origin: center bottom;
  }

}
.proinfobox .sharebtn .qrcode img{
    width:100%;
  }
.development-list1 {
  padding: 0;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.development-list1 .tit2 {
  margin-bottom: .5rem;
}
.development-list1 .tit2 span {
  color: #d12935;
}
.development-list1 .contentbox {
  margin-top: 1.25rem;
  padding-bottom: 1rem;
}
.development-list1 .contentbox .text {
  width: 54%;
}
.development-list1 .contentbox2 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.development-list1 .contentbox2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.development-list1 .contentbox2 .videobox {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
.development-list1 .contentbox2 .videobtn {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(209, 41, 53, 0.95);
  bottom: 1.5rem;
  cursor: pointer;
  z-index: 4;
}
.development-list1 .contentbox2 .videobtn .icon2, .development-list1 .contentbox2 .videobtn .icon3 {
  fill: #fff;
  width: .5rem;
  height: .5rem;
  transition: all .6s;
}
.development-list1 .contentbox2 .videobtn .icon3 {
  opacity: 0;
}
.development-list1 .contentbox2 .videobtn.cur .icon2 {
  opacity: 0;
}
.development-list1 .contentbox2 .videobtn.cur .icon3 {
  opacity: 1;
}

.development-list2 {
  padding: 2.75rem 0 1rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.development-list2 .tit2 {
  margin-bottom: 1rem;
}
.development-list2 .text {
  width: 15rem;
  padding-bottom: 1.5rem;
}
.development-list2 .text .tit3 {
  margin-bottom: .5rem;
}
.development-list2 .text .ntxt {
  padding-bottom: .55rem;
  border-bottom: 1px solid #f0f0f0;
}
.development-list2 .text .ntxt .tit4 span{
   color: #d12935;
   font-size:18px;
}
.development-list2 .text .item {
  width: 100%;
  padding: .55rem 0 .7rem;
  border-bottom: 1px solid #f0f0f0;
}
.development-list2 .text .item .i {
  width: 33.3%;
  padding-right: 3%;
}
.development-list2 .text .item .su {
  color: #d12935;
}
.development-list2 .text .item .su sup {
  margin-left: .15rem;
  top: 0.25em;
}
.development-list2 .text .p {
  margin-top: .5rem;
}
.development-list2 .text .tit5 {
  margin-top: .1rem;
  color: #d12935;
}
.development-list2 .text .tit6 {
  margin-top: .65rem;
}
.development-list2 .img {
  width: calc(100% - 15rem);
}
.development-list2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.development-list2 .li {
  margin-bottom: 1.85rem;
}
.development-list2 .li:nth-child(odd) .text {
  padding-right: 1.5rem;
  padding-top: 1.25rem;
}
.development-list2 .li:nth-child(even) {
  flex-flow: row-reverse wrap;
}
.development-list2 .li:nth-child(even) .text {
  padding-left: 1.5rem;
  padding-top: 1.25rem;
}

.development-list3 {
  padding: 2.5rem 0 2rem;
  background: #f7f7f7 url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.development-list3 .imgbox-container {
  margin-top: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e3e3e3;
}
.development-list3 .imgbox-container .swiper-slide .img {
  height: 15rem;
  width: 100%;
}
.development-list3 .imgbox-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.development-list3 .imgbox-container .zpagination {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
}
.development-list3 .imgbox-container .zpagination span {
  opacity: 1;
  background: #999;
}
.development-list3 .imgbox-container .zpagination span.swiper-pagination-bullet-active {
  background: #de2424;
}
.development-list3 .imgbox-container .button-prev, .development-list3 .imgbox-container .button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: calc(7.5rem - .75rem);
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  cursor: pointer;
  transition: all .6s;
}
.development-list3 .imgbox-container .button-prev .icon, .development-list3 .imgbox-container .button-next .icon {
  width: .7rem;
  height: .7rem;
  fill: #de2424;
}
.development-list3 .imgbox-container .button-prev {
  left: 1.5rem;
}
.development-list3 .imgbox-container .button-next {
  right: 1.5rem;
}
.development-list3 .imgbox-container .button-prev:hover, .development-list3 .imgbox-container .button-next:hover {
  background: #cf2a36;
}
.development-list3 .imgbox-container .button-prev:hover .icon, .development-list3 .imgbox-container .button-next:hover .icon {
  fill: #fff;
}
.development-list3 .warptext .nbox {
  width: calc(100% / 1.7);
  /*max-width:88%;*/
  margin: 0 auto;
}
.development-list3 .warptext .item {
  padding: 1.25rem 0 1rem;
  border-bottom: 1px solid #e3e3e3;
}
.development-list3 .warptext .item:last-child{
  border-bottom:none;
}
.development-list3 .warptext .p2 {
  width: calc(100% - 145px - 2.5rem);
}

.development-list4 {
  padding: 2.85rem 0 3rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.development-list4 .tit2 {
  margin-bottom: 1.2rem;
}
.development-list4 .img4-container {
  width: 13.5rem;
  height: 16.25rem;
  position: relative;
  z-index: 3;
}
.development-list4 .img4-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.development-list4 .img4-container .zpagination {
  z-index: 3;
  position: absolute;
  bottom: .65rem;
}
.development-list4 .img4-container .zpagination span {
  opacity: 1;
  background: #999;
}
.development-list4 .img4-container .zpagination span.swiper-pagination-bullet-active {
  background: #de2424;
}
.development-list4 .text {
  width: calc(100% - 13.5rem - 1.25rem);
}
.development-list4 .text .tit3 {
  margin-bottom: .55rem;
}
.development-list4 .text .li {
  padding: .65rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.development-list4 .text .li:nth-child(1) {
  padding-top: 0;
}
.development-list4 .text .li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.development-list5 {
  padding: 2.5rem 0 3rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.development-list5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.development-list5 .contentbox {
  position: relative;
  z-index: 3;
}
.development-list5 .contentbox .ul {
  margin-top: 1rem;
}
.development-list5 .contentbox .li {
  width: 31%;
  margin-right: 3.5%;
  background: #fff;
  padding: 1rem 0 1rem 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.development-list5 .contentbox .sp {
  padding-bottom: .55rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #f0f0f0;
}
.development-list5 .contentbox .tit3 {
  width: 90%;
}
.development-list5 .contentbox .tit3 p{
  margin-bottom:.35rem;
}
.development-list5 .contentbox .li:last-child {
  margin-right: 0;
}
.development-list5 .tiptext {
  margin-top: 3.5rem;
  width: 52%;
}
.development-list5 .tiptext span {
  color: #de2424;
  border-bottom: 2px solid #de2424;
}

.list5img {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
  margin-top: -5.75rem;
  position: relative;
  z-index: 3;
}
.list5img .ul {
  width: 45%;
}
.list5img .ul .li {
  width: 31%;
  margin-right: 3.5%;
  height: 7.5rem;
}
.list5img .ul .li img {
  max-height: 100%;
}
.list5img .ul .li:nth-child(3n) {
  margin-right: 0;
}

.development-list6 {
  padding: 1.5rem 0 3rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.development-list6 .contentbox{
  margin-bottom:1.25rem;
}
.development-list6 .contentbox:last-child{
  margin-bottom:0;
}
.development-list6 .img {
  width: 8rem;
  box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.15);
}
.development-list6 .text {
  width: calc(100% - 8rem - 1.25rem);
  margin-left: 1.25rem;
}
.development-list6 .text .tit3 {
  padding-bottom: 1.25rem;
  margin-bottom: .75rem;
  border-bottom: 1px solid #f0f0f0;
}
.development-list6 .text .btnbox a {
  margin-right: .75rem;
  transition: all .8s;
}
.development-list6 .text .btnbox a .icon {
  width: .55rem;
  height: .55rem;
  margin-right: .15rem;
  fill: #cf3d46;
}
.development-list6 .text .btnbox a:hover {
  color: #cf3d46;
}
.development-list6 .text .btnbox a:hover .img {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .development-list1 .contentbox2 {
    height: 20rem;
  }
}
@media (max-width: 996px) {
  .development-list1 .contentbox .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .development-list1 .contentbox2 {
    height: 12rem;
  }
}
.probanner {
  height: 12rem;
}
.probanner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.probanner .wn-nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.probanner .tit2 {
  top: 3.35rem;
  z-index: 3;
  color: #333;
}

.nporducts {
  padding: .75rem 0 2.1rem;
  background: #f3f3f3 url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.nporducts .products-top {
  position: relative;
  z-index: 3;
}
.nporducts .leftbox .sp.cur .icon {
  transform: rotate(-180deg);
}
.nporducts .leftbox .sbox .sp {
  color: #d12935;
  font-weight: bold;
  margin-left: .25rem;
  cursor: pointer;
}
.nporducts .leftbox .sbox .icon {
  width: 20px;
  height: 16px;
  margin-top: 2px;
  fill: #d12935;
  transition: all .6s;
}
.nporducts .leftbox .slist {
  position: absolute;
  width: 150px;
  top: 40px;
  box-sizing: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: .45rem 0;
  display: none;
}
.nporducts .leftbox .slist:before {
  content: "";
  position: absolute;
  border-bottom: 10px solid #fff;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  left: .5rem;
  top: -8px;
}
.nporducts .leftbox .slist a {
  display: block;
  line-height: 1.4;
  padding:0 .7rem;
  color: #333;
  margin-bottom: .4rem;
  transition: all .6s;
}
.nporducts .leftbox .slist a:hover {
  color: #cf2c38;
}
.nporducts .qsearch {
  width: 170px;
}
.nporducts .qsearch .input1 {
  width: 30px;
  height: 30px;
  background: url(../img/search.png) no-repeat center center;
  background-size: 18px auto;
  border: none;
}
.nporducts .qsearch .input2 {
  width: calc(100% - 40px);
  height: 30px;
  background: none;
  border: none;
  text-indent: 10px;
}

.nporducts .probox {
  margin-top: .7rem;
  position: relative;
  z-index:1;
}
.nporducts .probox .leftbox {
  width: 250px;
}
.nporducts .probox .leftbox .li {
  width: 100%;
  transition: all .6s;
  cursor: pointer;
  margin-bottom: 6px;
}
.nporducts .probox .leftbox .li .sp {
  position: relative;
  z-index: 2;
}
.nporducts .probox .leftbox .li .sptop {
  padding: .3rem .5rem;
  background: #fff;
}
.nporducts .probox .leftbox .li .btnbox {
  width: .5rem;
  height: .5rem;
  transition: all .4s;
}
.nporducts .probox .leftbox .li .btnbox .icon {
  width: .5rem;
  height: .5rem;
  fill: #d12935;
}
.nporducts .probox .leftbox .text {
  background: transparent;
  position: relative;
  z-index: 2;
  display: none;
}
.nporducts .probox .leftbox .text a {
  padding: .3rem .5rem;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  transition: all .6s;
}
.nporducts .probox .leftbox .text a:hover,.nporducts .probox .leftbox .text a.cur {
  color: #d12935;
}
.nporducts .probox .leftbox .li.cur .text{
    display:block;
}
.nporducts .probox .leftbox .li.cur .sptop {
  background: #d12935;
}
.nporducts .probox .leftbox .li.cur .sptop .sp {
  color: #fff;
}
.nporducts .probox .leftbox .li.cur .sptop .btnbox .icon {
  fill: #fff;
}
.nporducts .probox .leftbox .li.cur .btnbox {
  transform: rotate(-180deg);
}
.nporducts .probox .rightbox {
  width: calc(100% - 250px - 40px);
}
.nporducts .probox .rightbox .img {
  height: 7.65rem;
}
.nporducts .probox .rightbox .img img {
  max-width: 100%;
  max-height: 100%;
}
.nporducts .probox .rightbox .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  background: #fff;
  border-top: 5px solid #fff;
  position: relative;
  transition: all .6s;
}
.nporducts .probox .rightbox .li:nth-child(3n) {
  margin-right: 0;
}
.nporducts .probox .rightbox .tiptxt {
  height: 28px;
  line-height:24px;
  padding: 0 10px;
  color: #d12935;
  top: .5rem;
  left: .5rem;
  border: 2px solid #d12935;
  z-index: 3;
}
.nporducts .probox .rightbox .text {
  padding: .75rem .5rem;
}
.nporducts .probox .rightbox .text .tit5 {
  margin-bottom: .2rem;
}
.nporducts .probox .rightbox .text .tit6 {
  margin-bottom: .4rem;
  transition: all .6s;
}
.nporducts .probox .rightbox .li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-top: 5px solid #d12935;
}
.nporducts .probox .rightbox .li:hover .tit6 {
  color: #d12935;
}

.proinfobox {
  position: relative;
  z-index: 3;
}
.proinfobox .wn-nav {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.proinfobox .proinfo-container {
  height: 21.25rem;
  position: relative;
  overflow: hidden;
}
.proinfobox .proinfo-container .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proinfobox .proinfo-container .tit3 {
  top: 3.5rem;
  z-index: 3;
}
.proinfobox .proinfo-container .zpagination {
  z-index: 3;
  position: absolute;
  bottom: 1rem;
}
.proinfobox .proinfo-container .zpagination span {
  opacity: 1;
  background: #333;
  opacity: .5;
}
.proinfobox .proinfo-container .zpagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #de2424;
}
.proinfobox .proinfo-container .indexvideo{
  width:100%;
  height:100%;
  object-fit:cover;
}
.proinfobox .sharebtn {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #d12935;
  right: .75rem;
  bottom: 1rem;
  border-radius: 50%;
  z-index: 5;
}
.proinfobox #share-3 {
  position: absolute;
  width: 150px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  right: 1.75rem;
  background: #fff;
  border-radius: .25rem;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
}
.proinfobox .sharebtn:hover #share-3 {
  opacity: 1;
  visibility: visible;
}

.product-info1 {
  padding: 1.75rem 0 0;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.product-info1 .tit3 img {
  margin-right: .25rem;
}
.product-info1 .ul {
  margin-top: .65rem;
}
.product-info1 .ul .li {
  padding: .4rem 0;
  border-bottom: 1px solid #ececec;
  width: 48%;
}
.product-info1 .ul .li .nli:nth-child(1) {
  padding-left: .5rem;
  width: 40%;
  padding-right: 5%;
  position: relative;
}
.product-info1 .ul .li .nli:nth-child(1):before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #e4e4e4;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.product-info1 .ul .li .nli:nth-child(2) {
  width: 60%;
}
.product-info1 .ul .li:nth-child(1) {
  border-top: 1px solid #ececec;
}
.product-info1 .ul .li:nth-child(2) {
  border-top: 1px solid #ececec;
}

.product-info2 {
  padding-top: 1.4rem;
}
.product-info2 .tit3 img {
  margin-right: .25rem;
}
.product-info2 .text {
  margin-top: .5rem;
  padding-top: .65rem;
  padding-bottom: .65rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.product-info2 .text ul,.product-info2 .text ol{
  padding-left:20px;
}
.product-info2 .text p {
  margin-bottom: .25rem;
}
.product-info2 .text img {
  margin-top: .55rem;
}

.product-info3 {
  padding: 1.75rem 0 0;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.product-info3 .tit3 img {
  margin-right: .25rem;
}
.product-info3 .ul {
  margin-top: .65rem;
}
.product-info3 .ul .li {
  padding: .4rem 0;
  border-bottom: 1px solid #ececec;
  width: 100%;
}
.product-info3 .ul .li .nli {
  padding-left: .5rem;
  width: 80%;
  position: relative;
  transition: all .6s;
}
.product-info3 .ul .li .nli:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #e4e4e4;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.product-info3 .ul .li:nth-child(1) {
  border-top: 1px solid #ececec;
}
.product-info3 .ul .li:hover .nli {
  color: #d12935;
}

.product-info4 {
  padding: 1.65rem 0 2.75rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.product-info4 .tit3 img {
  margin-right: .25rem;
}
.product-info4 .pro-container {
  margin-top: .55rem;
  padding: 0 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.product-info4 .pro-container .zpagination {
  z-index: 3;
  position: relative;
  bottom: 0;
  margin-top: 1.15rem;
}
.product-info4 .pro-container .zpagination span {
  opacity: 1;
  background: #333;
  opacity: .5;
}
.product-info4 .pro-container .zpagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #de2424;
}
.product-info4 .pro-container .img {
  height: 7.8rem;
}
.product-info4 .pro-container .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-info4 .pro-container .li {
  width: 100%;
  display: block;
  background: #fff;
  transition: all .6s;
}
.product-info4 .pro-container .li {
  border: 1px solid #e9e9e9;
}
.product-info4 .pro-container .text {
  padding: .55rem 0;
  border-top: 1px solid #e9e9e9;
  width: calc(100% - .75rem);
  margin-left: .75rem;
}
.product-info4 .pro-container .text .tit5 {
  margin-bottom: .2rem;
}
.product-info4 .pro-container .text .tit6 {
  margin-bottom: .4rem;
  transition: all .6s;
}
.product-info4 .pro-container .li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.product-info4 .pro-container .li:hover .tit6 {
  color: #d12935;
}
.product-info4 .pro-container .swiper-wrapper{
  align-items: stretch;
}
.product-info4 .pro-container .swiper-slide{
  height: auto;
}
.product-info4 .pro-container .li{
  height:100%;
}
.n-search {
  padding: 2.85rem 0 0;
  background: #f7f7f7 url(../img/bg1.png) no-repeat left top;
  background-repeat: repeat;
}
.n-search .tipbox span {
  margin-left: .25rem;
  color: #de2424;
  margin-right: 4rem;
}
.n-search .tabbox {
  margin-top: 1.25rem;
  border-bottom: 1px solid #ddd;
}
.n-search .tabbox .li {
  display: block;
  padding-bottom: .6rem;
  margin-right: 4rem;
  font-weight: bold;
  transition: all .6s;
}
.n-search .tabbox .li:hover, .n-search .tabbox .li.cur {
  color: #de2424;
}
.n-search .n-news {
  padding: 0;
}
.n-search .n-news .contentbox2 {
  padding: 0;
}
.n-search .s-porducts {
  padding: 1rem 0 3rem;
  position: relative;
  z-index: 3;
}
.n-search .s-porducts .img {
  height: 7.8rem;
}
.n-search .s-porducts .img img {
  max-width: 100%;
  max-height: 100%;
}
.n-search .s-porducts .li {
  width: 23.5%;
  display: block;
  background: #fff;
  transition: all .6s;
}
.n-search .s-porducts .li {
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #e9e9e9;
}
.n-search .s-porducts .text {
  padding: .55rem 0;
  border-top: 1px solid #e9e9e9;
  width: calc(100% - .75rem);
  margin-left: .75rem;
}
.n-search .s-porducts .text .tit5 {
  margin-bottom: .2rem;
}
.n-search .s-porducts .text .tit6 {
  margin-bottom: .4rem;
  transition: all .6s;
}
.n-search .s-porducts .li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.n-search .s-porducts .li:hover .tit6 {
  color: #d12935;
}
.n-search .s-porducts .li:nth-child(4n) {
  margin-right: 0;
}
.n-search .n-exposition {
  background-color: transparent;
}

.text_popup {
  animation: textPopUp 1.5s;
  position: absolute;
  z-index: 999;
}

@keyframes textPopUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-50px);
  }
}
.bedroom-list1 {
  padding: 0;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.bedroom-list1 .tit2 {
  margin-bottom: .2rem;
}
.bedroom-list1 .tit2 span {
  color: #d12935;
}
.bedroom-list1 .contentbox {
  margin-top: .5rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 5;
}
.bedroom-list1 .contentbox .text {
  width: 100%;
}
.bedroom-list1 .contentbox2 {
  width: 100%;
  height: calc(100vh + 5px);
  position: relative;
  z-index: 3;
}
.bedroom-list1 .contentbox2 .num {
  color: #d12935;
  margin-bottom: .3rem;
}
.bedroom-list1 .contentbox2 .tit4 {
  margin-bottom: 2rem;
}
.bedroom-list1 .contentbox2 .tit4 span {
  color: #d12935;
}
.bedroom-list1 .contentbox2 .textbox {
  position: absolute;
  z-index: 4;
  top: 3rem;
  left: 50%;
  opacity: 0;
  margin-left: -800px;
}
.bedroom-list1 .contentbox2 .textbox1 {
  transform: translate(0, 2rem);
}
.bedroom-list1 .contentbox2 .textbox3 {
  top: 28vh;
  transform: translate(0, 20vh);
}
.bedroom-list1 .contentbox2 .textbox2 {
  transform: translate(0, 40vh);
}
.bedroom-list1 .contentbox2 .li {
  position: relative;
  margin-bottom: .55rem;
  padding-bottom: .55rem;
  padding-left: .55rem;
  max-width: 88%;
  width: 515px;
  position: relative;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}
.bedroom-list1 .contentbox2 .li:after{
    content:"";
    position: absolute;
    left:.55rem;
    width:calc(100% - .55rem);
    height:1px;
    bottom:0;
    background:rgba(255, 255, 255, 0.2);
    z-index:1;
}
.bedroom-list1 .contentbox2 .li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #d12935;
  content: "";
}
.bedroom-list1 .contentbox3 #intro2 {
  opacity: 0;
  margin-top: 3rem;
}
.bedroom-list1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list1 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
  opacity: 0;
}
.bedroom-list1 .bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
}
.bedroom-list1 .medicalbox {
  position: absolute;
  right: calc(50vw - 800px);
  width: calc(680rem / 40);
  bottom: 3.25rem;
  z-index: 4;
  opacity:0;
  transform:translate(0,20vh);
}
.bedroom-list1 .medicalbox .img-container {
  height: auto;
}
.bedroom-list1 .medicalbox .img-container .swiper-slide{
  opacity:0 !important;
  height:10.5rem;
}
.bedroom-list1 .medicalbox .img-container .swiper-slide-active{
  opacity:1 !important;
}
.bedroom-list1 .medicalbox .img {
  width: 100%;
}
.bedroom-list1 .medicalbox .zpagination {
  position: absolute;
  width: 100%;
  bottom: -1rem;
}
.bedroom-list1 .medicalbox .zpagination span {
  background: #bebebe;
  opacity: 1;
  margin: 0 4px;
}
.bedroom-list1 .medicalbox .zpagination span.swiper-pagination-bullet-active {
  background: #d12935;
}

.bedroom-list2 {
  padding: 2.25rem 0 2.5rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.bedroom-list2 .num {
  color: #d12935;
  margin-bottom: .3rem;
}
.bedroom-list2 .ul {
  margin-top: 1rem;
}
.bedroom-list2 .li {
  width: 48%;
  height: 18.75rem;
}
.bedroom-list2 .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(209, 41, 53, 0.85);
  opacity: 0;
  transition: all .6s;
}
.bedroom-list2 .li .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bedroom-list2 .li .icon {
  width: 2rem;
  height: 1.5rem;
  margin: .75rem auto 0;
  transition: all .6s;
}
.bedroom-list2 .li .p {
  margin-top: 1.25rem;
  transform: translate(0, 1.5rem);
  max-height: 7rem;
  /*padding-right: 15px;*/
  text-align:justify;
  overflow-y: auto;
  opacity: 0;
  transition: all .6s;
}
.bedroom-list2 .li .text {
  padding: 2.5rem 5% 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.bedroom-list2 .li:hover:before {
  opacity: 1;
}
.bedroom-list2 .li:hover .tit4 {
  color: #fff;
}
.bedroom-list2 .li:hover .icon {
  filter: brightness(0) invert(1);
}
.bedroom-list2 .li:hover .p {
  transform: translate(0, 0);
  opacity: 1;
}
.bedroom-list2 .li:hover .mousebtn{
  opacity: 0;
  -webkit-transform: translate(-50%, 1rem);
  -ms-transform: translate(-50%, 1rem);
  transform: translate(-50%, 1rem);
}
.bedroom-list2 .li .mousebtn{
  width:1.5rem;
  height:1.5rem;
  bottom:1rem;
  
}
.bedroom-list2 .li .mousebtn img{
  animation: arrow3 2s infinite linear;
}

.bedroom-list3 {
  padding: 4.25rem 0 0;
  position: relative;
  z-index: 2;
  height: 22.5rem;
  background: #fff;
}
.bedroom-list3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list3 .num {
  color: #d12935;
  margin-bottom: .3rem;
}
.bedroom-list3 .ul {
  margin-top: 1rem;
}
.bedroom-list3 .li {
  padding-left: .55rem;
  margin-bottom:.55rem;
  position: relative;
  width: 515px;
  max-width: 88%;
  text-align:justify;
}
.bedroom-list3 .li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d12935;
  left: 0;
  top: 8px;
}
.bedroom-list3 .li .p {
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bedroom-list3 .textbox {
  position: relative;
  z-index: 4;
}
.bedroom-list3 .textbox .tit3 {
  margin-bottom: 2rem;
}

.bedroom-list4 {
  padding-top: 2.25rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.bedroom-list4 .tit2 {
  margin-bottom: .2rem;
}
.bedroom-list4 .tit2 span {
  color: #d12935;
}
.bedroom-list4 .contentbox {
  margin-top: .5rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}
.bedroom-list4 .contentbox .text {
  width: 100%;
}
.bedroom-list4 .contentbox2 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
}
.bedroom-list4 .contentbox2 .num {
  color: #d12935;
  margin-bottom: .3rem;
}
.bedroom-list4 .contentbox2 .tit4 {
  margin-bottom: 2rem;
}
.bedroom-list4 .contentbox2 .tit4 span {
  color: #d12935;
}
.bedroom-list4 .contentbox2 .textbox {
  position: absolute;
  z-index: 4;
  top: 3rem;
  left: 50%;
  opacity: 0;
}
.bedroom-list4 .contentbox2 .textbox1 {
  transform: translate(-50%, 2rem);
}
.bedroom-list4 .contentbox2 .textbox2 {
  transform: translate(-50%, 4rem);
}
.bedroom-list4 .contentbox2 .li {
  padding-left: .55rem;
  position: relative;
  width: 515px;
  max-width: 88%;
}
.bedroom-list4 .contentbox2 .li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d12935;
  left: 0;
  top: 8px;
}
.bedroom-list4 .contentbox2 .li .p {
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bedroom-list4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list4 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
  opacity: 0;
}

.warp-bedroom-list5 {
  padding-top: 2.85rem;
  background: #fff url(../img/bg1.png) no-repeat center top;
}
.warp-bedroom-list5 .contentbox {
  padding-bottom: 1.5rem;
}
.warp-bedroom-list5 .contentbox .tit2 {
  margin-bottom: .25rem;
}

.bedroom-list5 {
  padding: 4.25rem 0 0;
  position: relative;
  z-index: 2;
  height: 22.5rem;
  background: #fff;
}
.bedroom-list5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list5 .num {
  color: #d12935;
  margin-bottom: .3rem;
}
.bedroom-list5 .ul {
  margin-top: 1rem;
}
.bedroom-list5 .li {
  padding-left: .55rem;
  position: relative;
  width: 515px;
  max-width: 88%;
}
.bedroom-list5 .li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d12935;
  left: 0;
  top: 8px;
}
.bedroom-list5 .li .p {
  padding-bottom: .5rem;
  margin-bottom:.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bedroom-list5 .textbox {
  padding-top: 3.5rem;
  position: relative;
  z-index: 4;
}
.bedroom-list5 .textbox .tit3 {
  margin-bottom: 2rem;
}

.bedroom-list6 {
  padding: 2.25rem 0 3rem;
  background: #fff;
}
.bedroom-list6 .leftbox {
  width: 14rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.bedroom-list6 .leftbox .tit4{
    margin-top:1.35rem;
}
.bedroom-list6 .leftbox span {
  font-weight: bold;
}
.bedroom-list6 .leftbox .img {
  width: 100%;
  height: 10rem;
  margin-top: 3.5rem;
}
.bedroom-list6 .leftbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bedroom-list6 .rightbox {
  width: 54.375%;
  margin-left: calc(45.625% - 14.25rem);
}
.bedroom-list6 .rightbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bedroom-list7 {
  position: relative;
  padding: 1.75rem 0 2.5rem;
  background: #f3f3f3 url(../img/bg1.png) no-repeat center top;
  z-index: 1;
}
.bedroom-list7 .contentbox span {
  color: #d12935;
  margin-bottom: .25rem;
}
.bedroom-list7 .imgbox-container {
  margin-top: 1.2rem;
}
.bedroom-list7 .imgbox-container .swiper-slide img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.bedroom-list7 .imgbox-container .button-prev, .bedroom-list7 .imgbox-container .button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: calc(7.5rem - .75rem);
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  cursor: pointer;
  transition: all .6s;
}
.bedroom-list7 .imgbox-container .button-prev .icon, .bedroom-list7 .imgbox-container .button-next .icon {
  width: .7rem;
  height: .7rem;
  fill: #de2424;
}
.bedroom-list7 .imgbox-container .button-prev {
  left: 1.5rem;
}
.bedroom-list7 .imgbox-container .button-next {
  right: 1.5rem;
}
.bedroom-list7 .imgbox-container .button-prev:hover, .bedroom-list7 .imgbox-container .button-next:hover {
  background: #cf2a36;
}
.bedroom-list7 .imgbox-container .button-prev:hover .icon, .bedroom-list7 .imgbox-container .button-next:hover .icon {
  fill: #fff;
}

.bedroom-list8 {
  position: relative;
  padding: 2.7rem 0 2.5rem;
  background: #f3f3f3 url(../img/bg1.png) no-repeat center top;
  z-index: 1;
}
.bedroom-list8 .tit3{
    margin-bottom:.15rem;
}
.bedroom-list8 .warpbox {
  margin-top: .7rem;
}
.bedroom-list8 .warpbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  left: 0;
  top: 8px;
}
.bedroom-list8 .tabbox .item {
  padding-top: 1rem;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.bedroom-list8 .tabbox .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/img15.png) no-repeat center center;
  background-size: 18px auto;
  opacity: 0;
  transition: all .6s;
}
.bedroom-list8 .tabbox .cur .item {
  color: #d12935;
}
.bedroom-list8 .tabbox .cur .item:before {
  opacity: 1;
}
.bedroom-list8 .imgbox8 {
  margin-top: 1rem;
}
.bedroom-list8 .imgbox8 .item {
  background: #fff;
  padding: 2.5rem 6%;
}
.bedroom-list8 .imgbox8 .item .img {
  width: 16rem;
  height:9rem;
  margin: 0 auto;
  max-width: 88%;
}
.bedroom-list8 .imgbox8 .item .img img{
    max-height:100%;
}
.bedroom-list8 .imgbox8 .txtbox {
  margin-top: 1.75rem;
}
.bedroom-list8 .imgbox8 .swiper-wrapper{
    align-items: stretch;
}
.bedroom-list8 .imgbox8 .swiper-wrapper .swiper-slide{
    height:auto;
}
.bedroom-list8 .imgbox8 .item{
    height:100%;
}
.bedroom-list8 .imgbox8 .txtbox .tit5 {
  margin-bottom: .5rem;
}
.bedroom-list8 .imgbox8 .txtbox .tit6 {
  width: 21rem;
  max-width: 88%;
  margin: 0 auto;
}

.bedroom-list9 {
  width: 100%;
  height: calc(900rem / 40);
  padding: 3.75rem 0 3rem;
  position: relative;
  z-index: 3;
}
.bedroom-list9 .contentbox .num{
  margin-bottom:.4rem;
}
.bedroom-list9 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
.bedroom-list9 .imgbox {
  margin: -2rem auto 0;
  display: block;
  width: 1000px;
  max-width: 88%;
  position: relative;
  z-index:5;
}
.bedroom-list9 .imgbox .img1 {
  max-width: 100%;
  max-height: 100%;
}
.bedroom-list9 .p {
  margin-top: .65rem;
  color: #333;
}
.bedroom-list9 .num {
  color: #d12935;
}
.bedroom-list9 .contentbox {
  position: relative;
  z-index: 3;
}
.bedroom-list9 .dian {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  cursor: pointer;
}
.bedroom-list9 .dian .quan {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  opacity: 0;
  display: inline-block;
  background-color: #d12935;
  animation: ball-scale-multiple 1.4s 0s linear infinite;
}
.bedroom-list9 .dian .quan:nth-child(2) {
  animation-delay: .3s;
}
.bedroom-list9 .dian .quan:nth-child(3) {
  animation-delay: .6s;
}
.bedroom-list9 .dian .icon {
  width: .5rem;
  height: .5rem;
  fill: #fff;
  opacity: 0;
  transition: all .6s;
}
.bedroom-list9 .dian1 {
  left: 30.5%;
  top: 1%;
}
.bedroom-list9 .dian1 .txtbox {
  left: -6rem;
  top: 1.6rem;
}
.bedroom-list9 .dian2 {
  left: 34%;
  top: 18%;
}
.bedroom-list9 .dian2 .txtbox {
  top: -2.4rem;
  left: 2rem;
}
.bedroom-list9 .dian3 {
  left: 50%;
  top: 84%;
}
.bedroom-list9 .dian3 .txtbox {
  top: -6.5rem;
  left: 2rem;
}
.bedroom-list9 .dian4 {
  left: 80%;
  top: 56%;
}
.bedroom-list9 .dian4 .txtbox {
  top: -5.5rem;
  right: 1.75rem;
}
.bedroom-list9 .dian5 {
  left: 4%;
  top: 62%;
}
.bedroom-list9 .dian5 .txtbox {
  top: -5.5rem;
  left: 1.75rem;
}
.bedroom-list9 .dian6 {
  left: 62%;
  top: 59%;
}
.bedroom-list9 .dian6 .txtbox {
  top: -5.5rem;
  right: 1.75rem;
}
.bedroom-list9 .txtbox {
  position: absolute;
  width: 10.5rem;
  background: #fff;
  border-top: .125rem solid #d12935;
  padding: 0 .75rem .5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 5;
}
.bedroom-list9 .txtbox .img {
  width: 100%;
  height: 7.5rem;
}
.bedroom-list9 .txtbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bedroom-list9 .txtbox .tit {
  padding-top: .65rem;
  border-top: 1px solid #f0f0f0;
}
.bedroom-list9 .txtbox .tit .tit3 {
  margin-bottom: .5rem;
}
.bedroom-list9 .txtbox .tit .p p {
  margin-bottom: .4rem;
}
.bedroom-list9 .dian.active .icon {
  opacity: 1;
}
.bedroom-list9 .dian.active .quan {
  animation-play-state: paused;
}
.bedroom-list9 .dian.active .txtbox {
  opacity: 1;
  visibility: visible;
}

.bedroom-list10 {
  padding: 0;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.bedroom-list10 .tit2 {
  margin-bottom: .2rem;
}
.bedroom-list10 .tit2 span {
  color: #d12935;
}
.bedroom-list10 .contentbox {
  padding-top: 2.85rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}
.bedroom-list10 .contentbox .text {
  width: 100%;
}
.bedroom-list10 .contentbox2 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
}
.bedroom-list10 .contentbox2 .num {
  color: #d12935;
  margin-bottom: .3rem;
}
.bedroom-list10 .contentbox2 .tit4 {
  margin-bottom: 2rem;
}
.bedroom-list10 .contentbox2 .tit4 span {
  color: #d12935;
}
.bedroom-list10 .contentbox2 .textbox {
  position: absolute;
  z-index: 4;
  top: 3rem;
  left: 50%;
  opacity: 0;
}
.bedroom-list10 .contentbox2 .textbox1 {
  transform: translate(-50%, 2rem);
}
.bedroom-list10 .contentbox2 .textbox2 {
  transform: translate(-50%, 4rem);
}
.bedroom-list10 .contentbox2 .textbox3 {
  transform: translate(-50%, 4rem);
}
.bedroom-list10 .contentbox2 .li {
  padding-left: .55rem;
  position: relative;
  width: 515px;
  max-width: 88%;
  margin-bottom: .7rem;
}
.bedroom-list10 .contentbox2 .li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d12935;
  left: 0;
  top: 8px;
}
.bedroom-list10 .contentbox2 .li .p {
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bedroom-list10 .contentbox2 .shoujbox {
  position: absolute;
  width: 7.85rem;
  /*height:68.95vh;*/
  left: 41.5%;
  top: 14vh;
  z-index: 6;
}
.bedroom-list10 .contentbox2 .shoujbox .sbg2 {
  position: absolute;
  left: .15rem;
  top: .25rem;
  width: 7.47rem;
  border-radius: .5rem;
  z-index: 3;
}
.bedroom-list10 .contentbox2 .shoujbox .zpagination {
  position: absolute;
  width: 100%;
  bottom: -1rem;
  opacity: 0;
}
.bedroom-list10 .contentbox2 .shoujbox .zpagination span {
  background: #bebebe;
  opacity: 1;
  margin: 0 4px;
}
.bedroom-list10 .contentbox2 .shoujbox .zpagination span.swiper-pagination-bullet-active {
  background: #d12935;
}
.bedroom-list10 .contentbox2 .img-container5 {
  position: absolute;
  width: 7.55rem;
  /*height:calc(68.95vh);*/
  left: .1rem;
  top: .15rem;
  border-radius: .5rem;
  z-index: 5;
  opacity: 0;
}
.bedroom-list10 .contentbox2 .img-container5 .swiper-slide {
  width: 100%;
  height: 100%;
}
.bedroom-list10 .contentbox2 .img-container5 .swiper-slide img {
  width: 100%;
  /*height:100%;
  object-fit:cover;*/
}
.bedroom-list10 .contentbox2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list10 .contentbox2 .bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list10 .contentbox2 .bg4 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list10 .contentbox2 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  z-index: 3;
  opacity: 0;
}
.bedroom-list10 .contentbox3 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
}
.bedroom-list10 .contentbox3 .num {
  margin-bottom: .3rem;
  color: #d12935;
}
.bedroom-list10 .contentbox3 .tit4 {
  margin-bottom: 2rem;
}
.bedroom-list10 .contentbox3 .tit4 span {
  color: #d12935;
}
.bedroom-list10 .contentbox3 .shoujbox {
  position: absolute;
  top: 14vh;
  /*height:68.95vh;*/
  left: 41.5%;
  z-index: 6;
  width: 7.85rem;
}
.bedroom-list10 .contentbox3 .shoujbox .sbg2 {
  position: absolute;
  top: .25rem;
  left: .15rem;
  z-index: 3;
  width: 7.47rem;
  border-radius: .5rem;
}
.bedroom-list10 .contentbox3 .shoujbox .zpagination {
  position: absolute;
  bottom: -1rem;
  width: 100%;
  opacity: 0;
}
.bedroom-list10 .contentbox3 .shoujbox .zpagination span {
  margin: 0 4px;
  background: #bebebe;
  opacity: 1;
}
.bedroom-list10 .contentbox3 .shoujbox .zpagination span.swiper-pagination-bullet-active {
  background: #d12935;
}
.bedroom-list10 .contentbox3 .img-container5 {
  position: absolute;
  top: .15rem;
  /*height:calc(68.95vh);*/
  left: .1rem;
  z-index: 5;
  width: 7.55rem;
  border-radius: .5rem;
  opacity: 0;
}
.bedroom-list10 .contentbox3 .img-container5 .swiper-slide {
  width: 100%;
  height: 100%;
}
.bedroom-list10 .contentbox3 .img-container5 .swiper-slide img {
  width: 100%;
  /*height:100%;
  object-fit:cover;*/
}
.bedroom-list10 .contentbox3 .textbox {
  position: absolute;
  z-index: 4;
  top: 3rem;
  left: 50%;
  opacity: 0;
}
.bedroom-list10 .contentbox3 .textbox1 {
  transform: translate(-50%, 2rem);
}
.bedroom-list10 .contentbox3 .textbox2 {
  transform: translate(-50%, 4rem);
}
.bedroom-list10 .contentbox3 .textbox3 {
  transform: translate(-50%, 4rem);
}
.bedroom-list10 .contentbox3 .li {
  padding-left: .55rem;
  position: relative;
  width: 515px;
  max-width: 88%;
  margin-bottom: .7rem;
}
.bedroom-list10 .contentbox3 .li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d12935;
  left: 0;
  top: 8px;
}
.bedroom-list10 .contentbox3 .li .p {
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bedroom-list10 .contentbox3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list10 .contentbox3 .bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list10 .contentbox3 .bg4 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  object-fit: cover;
  z-index: 1;
}
.bedroom-list10 .contentbox3 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  z-index: 3;
  opacity: 0;
}

.bedroom-list11 {
  position: relative;
  padding: 2.85rem 0 3rem;
  background: #fff;
  z-index: 1;
}
.bedroom-list11 .warpbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  left: 0;
  top: 1.52rem;
}
.bedroom-list11 .tabbox .item {
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.bedroom-list11 .tabbox .item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/img15.png) no-repeat center center;
  background-size: 18px auto;
  opacity: 0;
  transition: all .6s;
}
.bedroom-list11 .tabbox .cur .item {
  color: #d12935;
}
.bedroom-list11 .tabbox .cur .item:before {
  opacity: 1;
}
.bedroom-list11 .imgbox8 {
  margin-top: 2.25rem;
}
.bedroom-list11 .imgbox8 .item {
  background: #f3f3f3;
  flex-flow: row-reverse wrap;
}
.bedroom-list11 .imgbox8 .item .img {
  width: 50%;
  height: 100%;
  height:15rem;
}
.bedroom-list11 .imgbox8 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bedroom-list11 .imgbox8 .txtbox {
  width: 50%;
  padding: 1.7rem 1.25rem 1rem;
}
.bedroom-list11 .imgbox8 .txtbox .tit5 {
  margin-bottom: 1.4rem;
}
.bedroom-list11 .imgbox8 .txtbox .i {
  padding-left: .4rem;
  margin-bottom: .5rem;
  position: relative;
}
.bedroom-list11 .imgbox8 .txtbox .i:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d1d1d1;
  top: 10px;
  left: 0;
}
.bedroom-list11 .imgbox8 .txtbox .i:last-child {
  margin-bottom: 0;
}

.bedroom-list12 {
  position: relative;
  z-index: 1;
}
.bedroom-list12 .contentbox {
  position: absolute;
  top: 35%;
  z-index: 3;
}
.bedroom-list12 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  /*background: rgba(0, 0, 0, 0.3);*/
  z-index: 3;
}
.bedroom-list12 .tit3 {
  margin-bottom: 2rem;
}
.bedroom-list12 .li {
  position: relative;
  margin-bottom: .55rem;
  padding-bottom: .55rem;
  padding-left: .55rem;
  max-width: 88%;
  width: 515px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bedroom-list12 .li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #d12935;
  content: "";
}
.bedroom-list12 .dian {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
.bedroom-list12 .dian:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  background: #d12935;
  border-radius: 50%;
  z-index: 2;
}
.bedroom-list12 .dian .quan {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  opacity: 0;
  display: inline-block;
  background-color: #fff;
  animation: ball-scale-multiple 1.8s 0s linear infinite;
}
.bedroom-list12 .dian .quan:nth-child(2) {
  animation-delay: .3s;
}
.bedroom-list12 .dian .icon {
  width: .3rem;
  height: .3rem;
  fill: #fff;
  opacity: 0;
  transition: all .6s;
  z-index: 5;
}
.bedroom-list12 .dian1 {
  right: 19%;
  bottom: 19%;
}
.bedroom-list12 .dian1 .txtbox {
  right: 1.75rem;
  top: -8rem;
}
.bedroom-list12 .dian2 {
  right: 10%;
  bottom: 26%;
}
.bedroom-list12 .dian2 .txtbox {
  right: 1.75rem;
  top: -8rem;
}
.bedroom-list12 .txtbox {
  position: absolute;
  width: 10.5rem;
  background: #fff;
  border-top: .125rem solid #d12935;
  padding: 0 .75rem .5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  z-index: 5;
}
.bedroom-list12 .txtbox .img {
  width: 100%;
  height: 7.5rem;
}
.bedroom-list12 .txtbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bedroom-list12 .txtbox .tit {
  padding-top: .65rem;
  border-top: 1px solid #f0f0f0;
}
.bedroom-list12 .txtbox .tit .tit3 {
  margin-bottom: .2rem;
}
.bedroom-list12 .txtbox .tit .tit4{
    color:#d12935;
}
.bedroom-list12 .txtbox .tit .p p {
  margin-bottom: .4rem;
}
.bedroom-list12 .dian.active:before {
  width: .5rem;
  height: .5rem;
  background: #d12935;
  margin-left: -.25rem;
  margin-top: -.25rem;
}
.bedroom-list12 .dian.active .icon {
  opacity: 1;
}
.bedroom-list12 .dian.active .quan {
  animation-play-state: paused;
}
.bedroom-list12 .dian.active .txtbox {
  opacity: 1;
  visibility: visible;
}

.bedroom-list13 {
  position: relative;
  z-index: 1;
}
.bedroom-list13 .contentbox {
  position: absolute;
  top: 30%;
  z-index: 3;
}
.bedroom-list13 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  /*background: rgba(0, 0, 0, 0.3);*/
  z-index: 3;
}
.bedroom-list13 .tit3 {
  margin-bottom: 2rem;
}
.bedroom-list13 .li {
  position: relative;
  margin-bottom: .55rem;
  padding-bottom: .55rem;
  padding-left: .55rem;
  max-width: 88%;
  width: 515px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bedroom-list13 .li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #d12935;
  content: "";
}
.bedroom-list13 .dian {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
.bedroom-list13 .dian:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  background: #d12935;
  border-radius: 50%;
  z-index: 2;
}
.bedroom-list13 .dian .quan {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  opacity: 0;
  display: inline-block;
  background-color: #fff;
  animation: ball-scale-multiple 1.8s 0s linear infinite;
}
.bedroom-list13 .dian .quan:nth-child(2) {
  animation-delay: .3s;
}
.bedroom-list13 .dian .icon {
  width: .3rem;
  height: .3rem;
  fill: #fff;
  opacity: 0;
  transition: all .6s;
  z-index: 5;
}
.bedroom-list13 .dian1 {
  left: 4%;
  bottom: 34%;
  display:none;
}
.bedroom-list13 .dian1 .txtbox {
  left: 1.75rem;
  top: -8rem;
}
.bedroom-list13 .dian2 {
  left: 57%;
  bottom: 42%;
}
.bedroom-list13 .dian2 .txtbox {
  right: 1.75rem;
  top: -4rem;
}
.bedroom-list13 .dian3 {
  right: 12%;
  bottom: 19%;
}
.bedroom-list13 .dian3 .txtbox {
  right: 1.75rem;
  top: -7rem;
}
.bedroom-list13 .txtbox {
  position: absolute;
  width: 10.5rem;
  background: #fff;
  border-top: .125rem solid #d12935;
  padding: 0 .75rem .5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  z-index: 5;
}
.bedroom-list13 .txtbox .img {
  width: 100%;
  height: 7.5rem;
}
.bedroom-list13 .txtbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bedroom-list13 .txtbox .tit {
  padding-top: .65rem;
  border-top: 1px solid #f0f0f0;
}
.bedroom-list13 .txtbox .tit .tit3 {
  margin-bottom: .2rem;
}
.bedroom-list13 .txtbox .tit .tit4 {
  color: #d12935;
}
.bedroom-list13 .dian.active:before {
  width: .5rem;
  height: .5rem;
  background: #d12935;
  margin-left: -.25rem;
  margin-top: -.25rem;
}
.bedroom-list13 .dian.active .icon {
  opacity: 1;
}
.bedroom-list13 .dian.active .quan {
  animation-play-state: paused;
}
.bedroom-list13 .dian.active .txtbox {
  opacity: 1;
  visibility: visible;
}

.bedroom-list14 {
  position: relative;
  z-index: 1;
}
.bedroom-list14 .contentbox {
  position: absolute;
  top: 30%;
  z-index: 3;
}
.bedroom-list14 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  /*background: rgba(0, 0, 0, 0.3);*/
  z-index: 3;
}
.bedroom-list14 .tit3 {
  margin-bottom: 2rem;
}
.bedroom-list14 .li {
  position: relative;
  margin-bottom: .55rem;
  padding-bottom: .55rem;
  padding-left: .55rem;
  max-width: 88%;
  width: 515px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bedroom-list14 .li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #d12935;
  content: "";
}
.bedroom-list14 .dian {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
.bedroom-list14 .dian:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  background: #d12935;
  border-radius: 50%;
  z-index: 2;
}
.bedroom-list14 .dian .quan {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  opacity: 0;
  display: inline-block;
  background-color: #fff;
  animation: ball-scale-multiple 1.8s 0s linear infinite;
}
.bedroom-list14 .dian .quan:nth-child(2) {
  animation-delay: .3s;
}
.bedroom-list14 .dian .icon {
  width: .3rem;
  height: .3rem;
  fill: #fff;
  opacity: 0;
  transition: all .6s;
  z-index: 5;
}
.bedroom-list14 .dian1 {
  left: 14%;
  bottom: 13%;
}
.bedroom-list14 .dian1 .txtbox {
  left: 1.75rem;
  top: -9rem;
}
.bedroom-list14 .dian2 {
  left: 45%;
  bottom: 25%;
}
.bedroom-list14 .dian2 .txtbox {
  right: 1.75rem;
  top: -8rem;
}
.bedroom-list14 .dian3 {
  right: 22%;
  bottom: 21%;
}
.bedroom-list14 .dian3 .txtbox {
  right: 1.75rem;
  top: -7rem;
}
.bedroom-list14 .txtbox {
  position: absolute;
  width: 10.5rem;
  background: #fff;
  border-top: .125rem solid #d12935;
  padding: 0 .75rem .5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  z-index: 5;
}
.bedroom-list14 .txtbox .img {
  width: 100%;
  height: 7.5rem;
}
.bedroom-list14 .txtbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bedroom-list14 .txtbox .tit {
  padding-top: .65rem;
  border-top: 1px solid #f0f0f0;
}
.bedroom-list14 .txtbox .tit .tit3 {
  margin-bottom: .2rem;
}
.bedroom-list14 .txtbox .tit .tit4 {
  color: #d12935;
}
.bedroom-list14 .dian.active:before {
  width: .5rem;
  height: .5rem;
  background: #d12935;
  margin-left: -.25rem;
  margin-top: -.25rem;
}
.bedroom-list14 .dian.active .icon {
  opacity: 1;
}
.bedroom-list14 .dian.active .quan {
  animation-play-state: paused;
}
.bedroom-list14 .dian.active .txtbox {
  opacity: 1;
  visibility: visible;
}

@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 1780px) {
  .bedroom-list1 .medicalbox {
    right: 6%;
    width: calc(680rem / 40);
    bottom: 3.25rem;
  }

  .bedroom-list1 .contentbox2 .textbox {
    margin-left: -44%;
  }

  .index-swiper5 .contentbox {
    margin-left: 6%;
    width: 94%;
  }
}
@media (max-width: 1360px) {
  .n-search .s-porducts .img {
    height: 4.8rem;
  }

  .n-exposition .contentbox .botul .item {
    margin-bottom: .5rem;
    margin-right: .75rem;
  }

  .n-news .contentbox2 .img {
    height: 4.75rem;
  }
}
@media (max-width: 1280px) {
  .index-swiper5 .contentbox .leftbox .zh-container {
    margin-right: 20px;
    width: calc(12rem + 20px);
  }
}
@media (max-width: 1024px) {
  

  .n-news2 .contentbox .botbox {
    margin-top: 1rem;
  }

  .n-search .tabbox .li {
    margin-right: 1rem;
  }

  .join-list1 .img {
    width: 58%;
  }

  .join-list1 .text {
    width: 42%;
  }

  .join-list2, .join-list1 {
    padding: 2rem 0;
  }

  .wn-nav, .zwarpsub {
    display: none;
  }

  .nporducts .probox .rightbox .img {
    height: 4.65rem;
  }

  .h-searchbox {
    top: 60px;
    position:fixed;
    height: 5.5rem;
  }

  .h-searchbox .inputbox .input2 {
    background-size: .85rem auto;
  }

  .h-searchbox .close svg {
    width: 0.65rem;
    height: 0.65rem;
  }

  

  #index-container {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .index-container > .swiper-wrapper {
    flex-direction: column;
  }

  .index-swiper2 .wul {
    overflow-x: auto;
  }

  .index-swiper2 .ul {
    min-width: 1200px;
  }

  .index-swiper5 .contentbox .news-container .img {
    height: 7.75rem;
  }

  .index-swiper5 .contentbox .news-container .tit4 {
    margin-bottom: .4rem;
  }

  .index-swiper5 .contentbox .leftbox .zh-container .zpagination {
    bottom: 1.5rem;
  }
}
@media (max-width: 996px) {


  
  .n-search .s-porducts .li {
    width: 49%;
  }

  .n-search .s-porducts .img {
    height: 6.8rem;
  }

  .n-search .s-porducts .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-news .contentbox2 .li {
    width: 49%;
  }

  .n-news .contentbox2 .img {
    height: 6.75rem;
  }

  .n-news .contentbox2 .li:nth-child(2n) {
    margin-right: 0;
  }

  

  .join-list1 .img {
    width: 100%;
  }

  .join-list1 .text {
    width: 100%;
  }

  .join-list2 .tabul .li {
    margin-left: 0.4rem;
  }

  .join-list2 .tabletop {
    height: 55px;
  }

  .join-list2 .ullist .li .sptop {
    padding: .5rem 0;
  }

  .join-list2 .ullist .text:before {
    top: -6px;
  }

  .join-list2 .tabletop .sp, .join-list2 .ullist .li .sp {
    padding-left: 0.75rem;
  }

  .join-list2 .ullist .text:before {
    left: 0.75rem;
  }

  .join-list2 .ullist .text {
    padding: 1rem 6%;
  }

  .join-list2 .tabul {
    width: 100%;
  }

  .development-list2 .img, .development-list2 .text {
    width: 100% !important;
  }

  .development-list2 .text {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 1rem !important;
  }

  .development-list2 .li {
    margin-bottom: 1.25rem;
  }

  .development-list2 {
    padding: 1.75rem 0 1rem;
  }

  .development-list3 .warptext .nbox {
    width: calc(100% / 1.3);
  }

  .development-list4 .img4-container {
    width: 100%;
  }

  .development-list4 .text {
    width: 100%;
    margin-top: 1.25rem;
  }

  .development-list4 {
    padding: 2rem 0 2.5rem;
  }

  .development-list5 .contentbox .sp {
    padding-right: 3%;
  }



  .development-list2 .li:nth-child(odd) .text {
    padding-right: 0;
  }

  .n-news .contentbox .text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .n-news .contentbox .botbox {
    margin-top: 1rem;
  }

  .n-news {
    padding: 2rem 0;
  }

  .n-media .itembox3 .tipicon span:before {
    left: 7.25rem;
    width: 8.5rem;
  }

  .services-list1 .contentbox {
    padding: 1.75rem 0 1.25rem;
  }

  .serviceicon .iconul .li {
    width: calc(100% / 6);
  }

  .about-list1 {
    padding: 2rem 0 2.5rem;
  }

  .about-list1 .about-top .leftbox .tit4 br {
    display: none;
  }

  .about-list1 .contentbox .leftbox .p2 {
    margin-top: 2rem;
  }

  .about-list1 .contentbox .leftbox {
    margin-top: 1rem;
  }

  .about-list1 .contentbox .tabul .li {
    margin-bottom: .6rem;
  }

  .about-list4 .research-warp .leftbox {
    width: 100%;
  }

  .about-list4 .research-warp .text {
    width: 100%;
    padding: 1rem;
  }
  .about-list4 .research-warp .leftbox{
    height:8.5rem;
  }
  .nporducts .probox .leftbox {
    width: 100%;
  }

  .nporducts .probox .rightbox {
    width: 100%;
    margin-top: 1.5rem;
  }

  #i-banner .swiper-slide .text .tit3, #i-banner .swiper-slide .text .tit4 {
    max-width: 100%;
  }

  #i-banner .swiper-slide .text2 .tit3 {
    line-height: 1.5;
  }

  .index-swiper4 .leftbox, .index-swiper4 .rightbox {
    width: 100%;
  }

  #index-container .index-swiper4 {
    padding-top: 1.75rem;
  }

  #index-container .index-swiper4, .index-swiper4 .contentbox {
    height: auto;
  }

  .index-swiper4 .rightbox {
    margin-top: 1.5rem;
  }

  #index-container .index-swiper5 {
    height: auto;
    padding: 2rem 0;
  }

  .index-swiper5 .contentbox {
    height: auto;
    margin-top: 0;
    margin-left: 6%;
    padding: 0 6% 0 0;
  }

  .index-swiper5 .contentbox .leftbox {
    width: 100%;
  }

  .index-swiper5 .contentbox .leftbox .zh-container {
    width: 100%;
    margin-right: 0;
  }

  .index-swiper5 .contentbox .news-container {
    width: 100%;
  }

}
@media (max-width:850px) {
  .footer .footer-top .leftbox {
    display: none;
  }

  .footer .footer-top .rightbox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #i-banner {
    height: calc(100vh - 60px);
  }
}

@media (max-width: 767px) {
  .nporducts .probox .rightbox .img img{
        height: 5rem;
  }
  .nporducts .probox .rightbox .img{
    height:6rem;
  }
  .product-info4 .pro-container .img{
    height:6rem;
  }
  .product-info4 .pro-container .img img{
    height: 5rem;
  }
  .services-list3 .li .btnbox{
    margin-left:.5rem;
  }
  .n-news2 .contentbox .text {
    width:100%;
    padding:1.25rem;
  }
  .n-news2 .contentbox .img{
    height:16rem;
  }
  .n-search .s-porducts .li {
    width: 100%;
    margin-right: 0;
  }

  .n-search .s-porducts .img {
    height: 8rem;
  }

  .n-search .tabbox .li {
    margin-right: .5rem;
  }

  .n-search .tabbox .li:last-child {
    margin-right: 0;
  }
  .n-search{
    padding-top:1.85rem;
  }
  .n-search .tabbox {
    margin-top: .7rem;
  }
  .n-search .tabbox .li{
    font-size:16px;
  }

  .n-exposition .contentbox .img {
    width: 100%;
    height:4rem;
  }

  .n-exposition .contentbox .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .n-exposition .contentbox .text {
    width: 100%;
    margin-top: .7rem;
  }

  .n-news .contentbox2 .li {
    width: 100%;
    margin-right: 0;
  }

  .n-news2 .contentbox .img {
    width: 100%;
    height: 8rem;
  }

  .n-news2 .contentbox .text {
    width: 100%;
    padding: .75rem;
    padding-right: 6%;
    padding-left: 6%;
  }

  .n-news2 .contentbox .p {
    margin-top: .4rem;
  }

  .n-news2 .contentbox .botbox {
    margin-top: .4rem;
  }

  .footer .footer-bot .leftbox {
    width: 100%;
  }

  .footer .footer-bot .rightbox {
    width: 100%;
  }

  .footer .footer-bot .leftbox .tit4 {
    margin-bottom: .75rem;
  }

  .footer .footer-bot .rightbox .btnbox {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .footer .footer-bot {
    margin-top: 1.2rem;
    padding-bottom: 1rem;
  }

  .footer {
    padding: 1.75rem 6% 0;
  }

  .contact-list1 {
    padding: 1.75rem 0 .75rem;
  }

  .contact-list1 .img-container .swiper-slide .item .img {
    height: 9.25rem;
  }

  .contact-list1 .img-container {
    margin-top: 1rem;
  }

  .join-list2 .tabletop .sp2, .join-list2 .tabletop .sp3, .join-list2 .tabletop .sp4, .join-list2 .tabletop .sp5 {
    display: none;
  }

  .join-list2 .ullist .li .sp2, .join-list2 .ullist .li .sp3, .join-list2 .ullist .li .sp4, .join-list2 .ullist .li .sp5 {
    display: none;
  }

  .join-list2 .tabletop .sp {
    width: 95%;
    padding-right: 5%;
  }

  .join-list2 .ullist .li .sp {
    width: 95%;
    padding-right: 5%;
  }

  .join-list1 .img {
    min-height: 9rem;
  }

  .join-list1 .text {
    padding: 1rem 6%;
  }

  .join-list1 .li {
    margin-bottom: .55rem;
  }

  .development-list3 .imgbox-container .swiper-slide .img {
    height: 9rem;
  }

  .development-list3 .imgbox-container .button-prev, .development-list3 .imgbox-container .button-next {
    top: calc(4.5rem - 0.75rem);
  }

  .development-list3 .warptext span {
    display: block;
    width: 100%;
    margin-bottom: .3rem;
  }

  .development-list3 .warptext .p2 {
    width: 100%;
  }

  .development-list3 .warptext .item {
    padding: .65rem 0;
  }

  .development-list5 .contentbox .li {
    width: 100%;
    margin-bottom: .4rem;
    margin-right: 0;
  }

  .development-list5 .tiptext {
    margin-top: 2rem;
    width: 100%;
  }

  .list5img {
    margin-top: 1.2rem;
  }

  .list5img .ul {
    width: 100%;
  }

  .list5img .ul .li {
    height: 6rem;
  }

  .development-list6 .img {
    width: 100%;
  }

  .development-list6 .text {
    width: 100%;
    margin-left: 0;
    padding: .75rem 3% 0;
  }

  .development-list6 .text .tit3 {
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }

  .development-list6 .text .tit3 br {
    display: none;
  }

  .development-list6 .text .btnbox a .icon {
    width: 0.65rem;
    height: 0.65rem;
  }

  .n-news .contentbox .img {
    width: 100%;
  }

  .n-news .contentbox .img img {
    width: 100%;
    object-fit: cover;
  }

  .n-news .contentbox .text {
    width: 100%;
    padding: 1rem 6%;
  }

  .n-news .contentbox .p {
    margin-top: .35rem;
  }

  .n-news .contentbox .botbox {
    margin-top: .65rem;
  }

  .n-news .contentbox2 {
    padding: 1.5rem 0 0;
  }

  .n-news .contentbox2 .spbox {
    margin-bottom: .3rem;
  }

  .n-news .contentbox2 .spbox .sp {
    margin-right: .35rem;
    margin-bottom: .35rem;
  }

  .n-news .contentbox2 .spbox span {
    margin-bottom: .35rem;
  }

  .n-media {
    padding: 2rem 0 3rem;
  }

  .n-media .warp {
    margin-top: 1rem;
  }

  .n-media .itembox .img {
    margin-bottom: .4rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .n-media .itembox .li {
    margin-right: .75rem;
    margin-bottom: .75rem;
    width: calc(33% - 0.75rem);
  }
  .n-media .itembox .li .img{
    margin:0 auto .4rem;
  }

  .n-media .itembox2 {
    margin-top: 1.2rem;
  }

  .n-media .itembox3 .img {
    width: 1.65rem;
  }

  .n-media .itembox3 .tipicon span:after {
    left: 12rem;
  }

  .n-media .itembox3 .tipicon span:before {
    width: 4.5rem;
  }

  .n-media .itembox3 .li {
    margin-right: 1rem;
  }

  .services-list1 .contentbox .box .tit2 {
    width: 100%;
    display: block;
    margin-bottom: .35rem;
  }

  .services-list1 .contentbox .box .p {
    width: 100%;
  }

  .services-list1 .contentbox2 {
    padding: 1rem 0 2rem;
  }

  .services-list1 .contentbox2 .li {
    padding: 1rem 0 0;
    width: 100%;
    padding-right: 0;
  }

  .services-list2 .contentbox .text {
    width: 100%;
  }

  .services-list2 {
    padding: 1.75rem 0 3rem;
  }

  .services-list2 .contentbox .ul2 {
    margin-top: 1.5rem;
  }

  .serviceicon {
    margin-top: -2rem;
  }

  .serviceicon .iconul .li {
    width: calc(100% / 3);
  }

  .services-list2 .bg {
    background-position: left center;
  }

  .services-list3 .li .sp {
    width: 100%;
    margin-bottom: .5rem;
  }

  .services-list3 .li .btnbox {
    width: 120px;
  }

  .services-list4 {
    padding: 2rem 0;
  }

  .services-list4 .tabul {
    width: 100%;
    margin-bottom: .5rem;
  }

  .services-list4 .tabul .li {
    margin-bottom: .35rem;
  }

  .services-list4 .qsearch {
    width: 100%;
  }

  .about-list1 .about-top .leftbox {
    width: 100%;
  }

  .about-list1 .about-top .p {
    width: 100%;
    margin-top: .75rem;
  }

  .about-list1 .contentbox .leftbox {
    width: 100%;
    margin-top: 0;
  }

  .about-list1 .contentbox .imgbox {
    width: 100%;
  }

  .about-list1 .contentbox .p2 {
    margin-top: 1rem;
  }

  .about-list1 .tipimg {
    max-width: none;
    left: 0;
    height: 1rem;
  }

  .about-list1 .contentbox2 {
    margin-top: 4rem;
  }

  .about-list1 .contentbox2 .imgbox-container .swiper-slide .img {
    height: 12rem;
  }

  .about-list1 .contentbox2 .imgbox-container .button-prev, .about-list1 .contentbox2 .imgbox-container .button-next {
    top: calc(6rem - 0.75rem);
  }

  .about-list1 .contentbox2 .imgbox-container .zpagination {
    margin-top: 1rem;
  }

  .about-list2 {
    height: 20rem;
  }

  .about-list2 .bg {
    background-position: left center;
  }

  .about-list4 .p {
    width: 100%;
    margin-top: .65rem;
  }

  .about-list4 {
    padding: 2rem 0 3rem;
  }

  .about-list1 .contentbox .leftbox .tabul {
    display: flex;
    flex-flow: row wrap;
  }

  .about-list1 .contentbox .tabul .li {
    max-width: auto;
    margin-right: .65rem;
  }

  .nbanner {
    height: 10rem;
  }

  .nbanner .img1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .nbanner .icon {
    width: 2.4rem;
    height: 2.4rem;
    left: -1.2rem;
    top: -1.2rem;
  }

  .nporducts .probox .rightbox {
    margin-top: 1rem;
  }

  .nporducts .probox .rightbox .li {
    width: 100%;
    margin-right: 0;
  }



  .nporducts .qsearch {
    width: 100%;
    margin-top: .5rem;
  }

  .proinfobox .proinfo-container {
    height: 8rem;
  }
  .proinfobox .proinfo-container .tit3{
    font-size:22px;
    top: 1.5rem;
  }

  .proinfobox .sharebtn {
    width: 1.25rem;
    height: 1.25rem;
  }

  .proinfobox .sharebtn img {
    width: .5rem;
  }

  .product-info1 .ul .li {
    width: 100%;
    margin-right: 0;
  }

  .product-info1 .ul .li .nli:nth-child(1) {
    width: 50%;
    padding-right: 5%;
  }

  .product-info1 .ul .li .nli:nth-child(2) {
    width: 50%;
  }

  .product-info1 .ul .li:nth-child(2) {
    border-top: none;
  }

  .product-info1 .tit3 img {
    width: .65rem;
  }

  .product-info2 .tit3 img {
    width: .5rem;
  }

  .product-info3 .tit3 img {
    width: .5rem;
  }

  .product-info4 .tit3 img {
    width: .7rem;
  }

  .product-info2 .text img {
    width: 1.25rem;
  }

  .product-info3 .ul .li .nli:before {
    margin-top: -3px;
  }

  #index-container .index-swiper2, .index-swiper2 .li {
    height: 22rem;
  }

  .index-swiper2 .li .zhref {
    margin: 1.75rem auto 0;
  }

  .index-swiper2 .li .txtbox {
    padding-top: 5.5rem;
  }

  .index-swiper3 .pro-container, #index-container .index-swiper3 {
    height: 26rem;
  }

  .index-swiper3 .pro-container .text1, .index-swiper3 .pro-container .text2 {
    top: 2rem;
    transform: translate(calc(-50% + 0.5px), 0);
  }

  .index-swiper3 .pro-container .zhref {
    margin-top: 1rem;
  }

  .index-swiper4 .leftbox .icon {
    width: 1rem;
    height: 1rem;
  }

  .index-swiper4 .leftbox .icon img {
    max-height: 100%;
  }

  .index-swiper5 .contentbox .wbox {
    margin-top: .7rem;
  }

  .index-swiper5 .contentbox .leftbox .zh-container .item {
    height: 14.5rem;
  }
  .bedroom-list1 .medicalbox .img-container .swiper-slide{
    height:8.5rem;
  }
  .services-list1 .contentbox2 .tit4{
    width:100%;
  }
  .index-swiper2 .li:hover{
    background: rgba(209, 41, 53, 0.7) !important;
  }
  /*.index-swiper2 .li {
      background: rgba(209, 41, 53, 0.7) !important;
    }*/
    .index-swiper2 .li .icon {
      -webkit-transform: translate(0, -2rem);
      -ms-transform: translate(0, -2rem);
      transform: translate(0, -2rem);
      opacity: 0;
    }
   .index-swiper2 .li .tit3 {
      -webkit-transform: translate(0, -2rem);
      -ms-transform: translate(0, -2rem);
      transform: translate(0, -2rem);
    }
    .index-swiper2 .li .p {
      opacity: 1;
      -webkit-transform: translate(0, -2rem);
      -ms-transform: translate(0, -2rem);
      transform: translate(0, -2rem);
    }
    .index-swiper2 .li .zhref {
      opacity: 1;
      -webkit-transform: translate(0, -2rem);
      -ms-transform: translate(0, -2rem);
      transform: translate(0, -2rem);
    }

}
.fixbox {
  position: fixed;
  z-index: 8;
  /*right: 3%;*/
  right:10px;
  bottom: 25vh;
}
.fixbox a {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .25rem;
  background: #424242;
  transition: all .6s;
}
.fixbox a .icon {
  width: .45rem;
  height: .45rem;
  fill: #fff;
  opacity: .9;
  transition: all .6s;
}
.fixbox a:hover {
  background: #d12935;
}
.fixbox a:hover .icon {
  opacity: 1;
}

.scrollnav.nav-fix .n-nav {
  position: fixed;
  z-index: 9;
  width: 100%;
  left: 0;
  top:90px;
}

.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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news-list6-dialog4 .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-dialog4 .dialog__content #video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}

.news-list6-dialog4 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-list6-dialog4 .closebtn svg {
  width: 40px;
  height: 40px;
  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;
  -webkit-transition: all .3s ease;
  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) {
  .news-list6-dialog4 .closebtn {
    background: #d12935;
    color: #fff;
  }

  .news-list6-dialog4 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog4 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog4 .closebtn svg {
    width: 26px;
    height: 26px;
  }

  .news-list6-dialog4 .closebtn {
    right: 3%;
  }
}
@-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);
  }
}
.news-list6-dialog5 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog5 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news-list6-dialog5 .dialog__content {
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 960px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  opacity: 0;
}

.news-list6-dialog5 .contentbox {
  background: #fff;
}

.news-list6-dialog5 .titlebox {
  background: url(../img/img52.png) no-repeat center center;
  background-size: cover;
  padding: .7rem 1.1rem;
}

.news-list6-dialog5 .titlebox .ltit {
  width: calc(100% - 100px);
}

.news-list6-dialog5 .titlebox .ltit .tit3 {
  margin-bottom: .25rem;
}

.news-list6-dialog5 .textbox {
  padding: 1.25rem;
}

.news-list6-dialog5 .textbox .li {
  height: 1.25rem;
  border: 1px solid #e7e6e7;
  padding-left: .55rem;
  margin-bottom: .25rem;
}

.news-list6-dialog5 .textbox .li span {
  color: #d12935;
  height: .35rem;
  line-height: 1;
  position: absolute;
  left: .28rem;
  top: 50%;
  margin-top: -.175rem;
  z-index: 2;
}

.news-list6-dialog5 .textbox .li2 {
  border: 1px solid #e7e6e7;
  padding: .5rem .65rem;
  height: 2.5rem;
  margin-bottom: .25rem;
}

.news-list6-dialog5 .textbox .li2 textarea {
  width: 100%;
  height: 100%;
}

.news-list6-dialog5 .textbox .lcoad {
  position: relative;
  z-index: 2;
  width: 10.5rem;
  height: 1.25rem;
  border: 1px solid #e7e6e7;
}
.news-list6-dialog5 .textbox .lcoad:before {
  content: "";
  position: absolute;
  left: calc(30px + .65rem);
  width: 1px;
  height: 30px;
  background: rgba(51, 51, 51, 0.2);
  top: 50%;
  margin-top: -15px;
}
.news-list6-dialog5 .textbox .lcoad .icon {
  position: absolute;
  width: 26px;
  height: 26px;
  left: .55rem;
  margin-top: -13px;
  fill: #ff6e78;
  top: 50%;
  z-index: 1;
}
.news-list6-dialog5 .textbox .lcoad .input1 {
  padding-left: calc(30px + 1.1rem);
}
.news-list6-dialog5 .textbox .lcoad .captcha {
  position: absolute;
  width: 80px;
  height: 34px;
  right: .5rem;
  margin-top: -17px;
  top: 50%;
}

.news-list6-dialog5 .textbox .submitbtn {
  width: 4rem;
  height: 1.25rem;
  background: #d12935;
  border: none;
}

.news-list6-dialog5 .textbox .li .input1 {
  width: calc(100% - 35px);
  margin-left: 5px;
}

.news-list6-dialog5 .dialog__content .contentbox {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}

.news-list6-dialog5 .botbox {
  margin-top: .85rem;
  border-top: 1px solid #e5e5e5;
}

.news-list6-dialog5 .botbox {
  padding-top: .85rem;
}

.news-list6-dialog5 .botbox .tit5 {
  margin-bottom: .15rem;
}

.news-list6-dialog5 .closebtn {
  position: relative;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #d12935;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-list6-dialog5 .closebtn svg {
  width: .7rem;
  height: .7rem;
  fill: #fff;
}

.news-list6-dialog5.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog5.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog5.dialog--open .contentbox {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.news-list6-dialog5.dialog--close .contentbox {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog5.dialog--open .dialog__content, .news-list6-dialog5.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog5.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog5 .dialog__overlay {
  background: rgba(0, 0, 0, 0.65);
}

.news-list6-dialog5.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 767px) {
  .news-list6-dialog5 .textbox {
    padding: .8rem 6%;
  }

  .news-list6-dialog5 .textbox .lcoad .captcha {
    width: 60px;
    height: 24px;
    margin-top: -12px;
  }

  .news-list6-dialog5 .textbox .lcoad .icon {
    width: 20px;
    height: 20px;
    left: 0.3rem;
    margin-top: -10px;
  }

  .news-list6-dialog5 .textbox .lcoad:before {
    left: calc(20px + 0.65rem);
    width: 1px;
    height: 30px;
  }

  .news-list6-dialog5 .titlebox {
    padding: 0.7rem 6%;
    align-items: flex-start;
  }

  .news-list6-dialog5 .textbox .submitbtn {
    width: 100%;
    margin-top: .25rem;
  }

  .news-list6-dialog5 .textbox .li2 {
    padding: 0.25rem 0.65rem;
  }

  .news-list6-dialog5 .botbox {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .footer .footer-top .rightbox {
    width: 24.78%;
  }

  .footer .footer-bot .leftbox .tit4 {
    margin-bottom: .75rem;
  }

  .footer .footer-bot .rightbox .btnbox {
    margin-bottom: 1.25rem;
  }

  .bedroom-list1 .contentbox {
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .bedroom-list1 .contentbox2 .li {
    max-width: 100%;
    width: 100%;
  }

  .bedroom-list1 .contentbox2 .tit4 {
    margin-bottom: 1rem;
  }

  .bedroom-list1 .medicalbox {
    right: auto;
    width: calc(680rem / 40);
    left: 50%;
    bottom: 3rem;
    margin-left: calc(-680rem / 80);
  }

  .bedroom-list12 {
    background: #fff url(../img/bg1.png) no-repeat center top;
  }

  .bedroom-list12 .tit3 {
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .bedroom-list12 .li {
    width: 100%;
    max-width: 100%;
  }

  .bedroom-list12 .text {
    padding: 1.25rem 0 1.5rem;
  }

  .bedroom-list13 {
    background: #f3f3f3 url(../img/bg1.png) no-repeat center top;
  }

  .bedroom-list13 .tit3 {
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .bedroom-list13 .li {
    width: 100%;
    max-width: 100%;
  }

  .bedroom-list13 .text {
    padding: 1.25rem 0 1.5rem;
  }

  .bedroom-list14 {
    background: #fff url(../img/bg1.png) no-repeat center top;
  }

  .bedroom-list14 .tit3 {
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .bedroom-list14 .li {
    width: 100%;
    max-width: 100%;
  }

  .bedroom-list14 .text {
    padding: 1.25rem 0 1.5rem;
  }

  .bedroom-list14 .bg2, .bedroom-list13 .bg2, .bedroom-list12 .bg2 {
    background: rgba(0, 0, 0, 0.15);
  }

  .bedroom-list1 .medicalbox {
    opacity: 0;
    transform: translate(0, 4rem);
  }
  .about-list1 .contentbox2 .imgbox-container .numbox{
    padding:0 3%;
    text-align:center;
  }
}
.mbg-alert {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  z-index: 4;
}

/*.dcolse{
    width:1.25rem;
    height:1.25rem;
    border-radius:50%;
    background:#fff;
    position: absolute;
    left: 50%;
    margin-left: -0.625rem;
    bottom: -2rem;
    cursor:pointer;
    display:none;
}
.dcolse .icon2{
    width:.55rem;
    height:.55rem;
    fill:#d12935;
}*/
.mbedroom-list10 {
  padding: 2rem 0;
}
.mbedroom-list10 .num {
  margin-bottom: .3rem;
  color: #d12935;
}
.mbedroom-list10 .tit4 {
  margin-bottom: 2rem;
}
.mbedroom-list10 .tit4 span {
  color: #d12935;
}
.mbedroom-list10 .textbox3 {
  position: relative;
  z-index: 4;
}
.mbedroom-list10 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.mbedroom-list10 .shoujbox {
  position: relative;
  z-index: 6;
  width: 7.85rem;
  margin: 1.5rem auto 0;
}
.mbedroom-list10 .shoujbox .sbg2 {
  position: absolute;
  top: .25rem;
  left: .15rem;
  z-index: 3;
  width: 7.47rem;
  border-radius: .5rem;
}
.mbedroom-list10 .shoujbox .zpagination {
  position: absolute;
  bottom: -1rem;
  width: 100%;
  opacity: 1;
}
.mbedroom-list10 .shoujbox .zpagination span {
  margin: 0 4px;
  background: #bebebe;
  opacity: 1;
}
.mbedroom-list10 .shoujbox .zpagination span.swiper-pagination-bullet-active {
  background: #d12935;
}
.mbedroom-list10 .img-container5 {
  position: absolute;
  top: .15rem;
  /*height:calc(68.95vh);*/
  left: .1rem;
  z-index: 5;
  width: 7.55rem;
  border-radius: .5rem;
  opacity: 1;
}
.mbedroom-list10 .img-container5 .swiper-slide {
  width: 100%;
  height: 100%;
}
.mbedroom-list10 .img-container5 .swiper-slide img {
  width: 100%;
  /*height:100%;
  object-fit:cover;*/
}
.mbedroom-list10 .icon3 {
  width: 1.75rem;
  left: -.825rem;
  top: 60%;
  position: absolute;
  z-index: 7;
}
.mbedroom-list10 .icon4 {
  position: absolute;
  right: -1.755rem;
  width: 3.55rem;
  top: 35%;
  z-index: 7;
}
.mbedroom-list10 .text-container {
  margin-top: 2.5rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.mbedroom-list10 .text-container .swiper-slide {
  padding: 10px;
}
.mbedroom-list10 .text-container .item {
  background: #fff;
  padding: .55rem .8rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: .1rem;
}
.bedroom-list10 .icon3 {
  width: 1.75rem;
  left: -.825rem;
  top: 60%;
  position: absolute;
  z-index: 7;
  opacity:0;
}
.bedroom-list10 .icon4 {
  position: absolute;
  right: -1.755rem;
  width: 3.55rem;
  top: 35%;
  z-index: 7;
  opacity:0;
}

@media (max-width: 1024px) {
  .bedroom-list6 .leftbox .img {
    margin-top: 0;
  }

  .bedroom-list1 .contentbox2 .textbox1 {
    transform: translate(0, 0);
    opacity: 1;
  }

  .bedroom-list11 .imgbox8 .item .img {
    width: 100%;
  }

  .bedroom-list11 .imgbox8 .txtbox {
    width: 100%;
  }

  .bedroom-list11 .imgbox8 .txtbox .tit5 {
    margin-bottom: .75rem;
  }

  .bedroom-list11 .imgbox8 {
    margin-top: 1.5rem;
  }

  .bedroom-list10 .contentbox3 .shoujbox {
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -3.925rem;
    margin-top: 6rem;
  }

  .bedroom-list10 .contentbox3 .textbox {
    position: relative;
  }

  .bedroom-list10 .contentbox3 .textbox2 {
    top: 0;
  }

  .bedroom-list10 .contentbox3 .textbox1 {
    transform: translate(0, 0);
    opacity: 1;
  }

  .bedroom-list10 .contentbox3 .textbox {
    left: 0;
  }

  .bedroom-list10 .contentbox3 .textbox2 {
    transform: translate(0, 4rem);
  }

  .bedroom-list10 .contentbox3 .li {
    width: 100%;
    max-width: 100%;
  }
  .footer-bot .linebox .spbox{
    background: rgba(102,102,102,1) !important;
  }
  .join-list2 .ullist .li .btnbox,.join-list2 .ullist .li .btnbox .icon{
    width: 1rem;
    height: 1rem;
  }
  .join-list2 .ullist .li .sp{
    width:calc(100% - 1rem);
  }
  .join-list2 .ullist .text .p{
    text-align:justify;
  }
  .nporducts .products-top .leftbox{
    position: relative;
    z-index:4;
  }
  .bedroom-list1 .contentbox2 .textbox{
    top: 5rem;
  }
  .bedroom-list1 .contentbox2 .textbox3{
    top:10rem;
  }
  .bedroom-list11 .imgbox8 .swiper-wrapper{
    align-items: stretch;
  }
  .bedroom-list11 .imgbox8 .swiper-wrapper .swiper-slide{
    height:auto;
  }
  .bedroom-list11 .imgbox8 .item{
    height:100%;
  }
  .about-list2{
    height:20rem;
  }
}
@media (max-width: 996px) {
  .dcolse {
    display: flex;
  }

  .footer .footer-top .rightbox {
    width: 100%;
  }

  .bedroom-list12 .txtbox {
    position: fixed;
    right: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 9;
  }

  .bedroom-list12.active {
    z-index: 14;
  }

  .bedroom-list12.active .mbg-alert {
    opacity: 1;
    visibility: visible;
  }

  .bedroom-list12.active .dian .quan {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list12.active .dian .icon {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list12.active .dian:before {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list13 .txtbox {
    position: fixed;
    right: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 9;
  }

  .bedroom-list13.active {
    z-index: 14;
  }

  .bedroom-list13.active .mbg-alert {
    opacity: 1;
    visibility: visible;
  }

  .bedroom-list13.active .dian .quan {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list13.active .dian .icon {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list13.active .dian:before {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list14 .txtbox {
    position: fixed;
    right: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 9;
  }

  .bedroom-list14.active {
    z-index: 14;
  }

  .bedroom-list14.active .mbg-alert {
    opacity: 1;
    visibility: visible;
  }

  .bedroom-list14.active .dian .quan {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list14.active .dian .icon {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list14.active .dian:before {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list12 .tit3, .bedroom-list13 .tit3, .bedroom-list14 .tit3 {
    padding-top: 0;
  }

  .bedroom-list12, .bedroom-list13, .bedroom-list14 {
    padding-top: 1.5rem;
  }

  .bedroom-list7 .imgbox-container .button-prev, .bedroom-list7 .imgbox-container .button-next {
    top: calc(6rem - 0.75rem);
  }

  .bedroom-list7 .imgbox-container .swiper-slide img {
    height: 12rem;
  }

  .bedroom-list6 .leftbox {
    width: 100%;
    margin-bottom: .65rem;
  }

  .bedroom-list6 .leftbox .tit4 {
    margin-top:0;
    margin-bottom:.75rem;
  }

  .bedroom-list6 .rightbox {
    width: 70%;
    margin-left: 30%;
  }

  .bedroom-list2 .li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .bedroom-list9 .imgbox {
    margin-top: 1rem;
  }

  .bedroom-list9 {
    height: auto;
    padding: 1.75rem 0 2rem;
  }

  .bedroom-list10 .contentbox {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .bedroom-list9 .txtbox {
    position: fixed;
    right: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 9;
  }

  .bedroom-list9.active {
    z-index: 6;
  }

  .bedroom-list9.active .mbg-alert {
    opacity: 1;
    visibility: visible;
  }

  .bedroom-list9.active .dian .quan {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list9.active .dian .icon {
    opacity: 0;
    visibility: hidden;
  }

  .bedroom-list9.active .dian:before {
    opacity: 0;
    visibility: hidden;
  }

}
@media (max-width: 767px) {
  .bedroom-list1 .medicalbox {
    max-width: 88%;
    margin-left: -44%;
  }

  .bedroom-list7 .imgbox-container .swiper-slide img {
    height: 8rem;
  }

  .bedroom-list7 .imgbox-container .button-prev, .bedroom-list7 .imgbox-container .button-next {
    display: none;
  }

  .bedroom-list7 .imgbox-container {
    margin-top: .65rem;
  }

  .bedroom-list7 {
    padding: 1.4rem 0 2rem;
  }

  .warp-bedroom-list5 {
    padding-top: 1.75rem;
  }

  .bedroom-list5 {
    padding: 3rem 0 0;
  }

  .bedroom-list5 .textbox {
    padding-top: 0;
  }

  .bedroom-list8 .imgbox8 .txtbox .tit6 {
    max-width: 100%;
  }

  .bedroom-list8 .imgbox8 .item {
    padding: 1.5rem 6%;
  }

  .bedroom-list4 .bg {
    background-position: 70% 50%;
  }

  .bedroom-list4 .contentbox2 .li {
    width: 100%;
    max-width: 100%;
  }

  .bedroom-list8 {
    padding: 1.75rem 0 2rem;
  }

  .bedroom-list4 {
    padding-top: 1.75rem;
  }

  .bedroom-list4 .contentbox {
    margin-top: 0;
  }

  .bedroom-list2 .li {
    height: 15.75rem;
  }

  .bedroom-list2 .li:last-child {
    margin-bottom: 0;
  }

  .bedroom-list2 .li .text {
    padding: 1.5rem 5%;
  }

  .bedroom-list3 {
    padding: 2rem 0 0;
    height: 33rem;
  }

  .bedroom-list3 .li {
    width: 100%;
    max-width: 100%;
  }

  .bedroom-list3 .textbox .tit3 {
    margin-bottom: 1rem;
  }

  .bedroom-list11 {
    padding: 1.75rem 0 2rem;
  }

  .bedroom-list11 .imgbox8 .txtbox {
    padding: 1.25rem 6%;
  }

  .bedroom-list11 .tabbox .item:before {
    bottom: 6px;
  }
  .news-list6-dialog5 .closebtn{
    width:35px;
    height:35px;
  }
  .news-list6-dialog5 .titlebox .ltit{
    width: calc(100% - 70px);
    text-align:justify;
  }
  .development-list2 .text .item p br{
    display:none;
  }
  .about-list1 .contentbox2 .imgbox-container .numbox .numli .p4{
    font-size:12px;
  }
  .about-list2 .ul .text{
    padding: 0 0.75rem 1.5rem;
  }
  .about-list3 .warpbox{
    width:100%;
  }
  .index-swiper2 .li{
    padding: 0 0.75rem;
  }
  .services-list3{
    padding: 2rem 0 2rem;
  }
  .about-list1 .contentbox .imgbox .img{
    height:8rem;
  }
  .m-bocweb-header3 .header2 .rightbox{
    position: relative;
    z-index: 10;
  }
  .h-searchbox{
    z-index:100;
  }
}


.n-exposition .contentbox .li .img img{
  transition: all .8s;
}
.n-exposition .contentbox .li .tit3{
  transition: all .8s;
}
.n-exposition .contentbox .li:hover .tit3{
  color:#d12935;
}
.n-exposition .contentbox .li:hover .img img{
  transform:scale3d(1.1,1.1,1);
} 
.news-info1 .news-nav .nav-l .backbtn .icon{
  transition: all .4s;
}
.news-info1 .news-nav .nav-l .backbtn .icon:hover{
  transform:scale(.85);
}
@media (max-width: 1024px) {
  .news-info1 .news-text img{
    width:auto !important;
    height:auto !important;
    display:inline-block;
  }
}

.footer .footer-top .rightbox .libox a{
    position: relative;
}
.footer .footer-top .rightbox .libox a .wxbox{
    position: absolute;
    width:3rem;
    height:3rem;
    left:50%;
    bottom:45px;
    margin-left:-1.5rem;
    padding:.25rem;
    background:#fff;
    border-radius:.25rem;
    opacity:0;
    visibility:hidden;
    transform:translate(0,-.5rem);
    transition: all .6s;
}
.footer .footer-top .rightbox .libox a:hover .wxbox{
    opacity:1;
    visibility:visible;
    transform:translate(0,0);
}
.h-searchbox .close{
    transition: transform 1s ease 0s;
}
.h-searchbox .close:hover{
    transform: rotate(180deg);
}

.bedroom-list1 .imgtab-container{
    height:6rem;
}
.bedroom-list1 .imgtab-container .swiper-slide{
    height:1.5rem;
}
.bedroom-list1 .imgtab-container .swiper-slide img{
    max-height:80%;
    transition: all .6s;
}
.bedroom-list1 .imgtab-container .swiper-slide.swiper-slide-next img{
    opacity:.4;
}
.bedroom-list1 .imgtab-container .swiper-slide img{
    opacity:.2;
}
.bedroom-list1 .imgtab-container .swiper-slide.swiper-slide-active img{
    opacity:1;
}
.bedroom-list4 .contentbox2 .li{
    margin-bottom:.55rem;
}
.bedroom-list1 .contentbox2 .li,.bedroom-list5 .li .p,.bedroom-list4 .contentbox2 .li .p,.bedroom-list10 .contentbox2 .li .p,.bedroom-list14 .li{
    text-align:justify;
}
.nporducts .qsearch .input2{}

.nporducts .qsearch .input2:-moz-placeholder{
  color: #666;
}

.nporducts .qsearch .input2::-moz-placeholder{
  color: #666;
}

.nporducts .qsearch .input2:-ms-input-placeholder{
  color: #666;
}

.nporducts .qsearch .input2::-webkit-input-placeholder{
  color: #666;
}
.development-list3 .swiper-slide-prev,.development-list3 .swiper-slide-next{
  cursor:pointer;
}
.contact-list1 .swiper-slide-prev,.contact-list1 .swiper-slide-next{
  cursor:pointer;
}
.about-list1 .swiper-slide-prev,.about-list1 .swiper-slide-next{
  cursor:pointer;
}

.services-list4 .qsearch .input1,.nporducts .qsearch .input1{
  transition: all .6s;
}
.services-list4 .qsearch .input1:hover,.nporducts .qsearch .input1:hover{
  background: url(../img/search3.png) no-repeat center center;
}
.news-list6-dialog5 .closebtn,.news-list6-dialog5 .textbox .submitbtn{
  transition: all .4s;
}
.news-list6-dialog5 .closebtn:hover,.news-list6-dialog5 .textbox .submitbtn:hover{
  transform:scale3d(.95,.95,1);
}
.about-list2 .warpbg:after{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .3);
  z-index:1;
}


@media (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1200px) {
  /*html {
    zoom: 0.9;
  }*/
  .n-media .itembox3 .tipicon span:before{
    width:8rem;
    left: 7rem;
  }
  /*.about-list3 .warpbox .tab-container .tit2{
    font-size:14px;
  }*/
  .bedroom-list10 .contentbox2 .li{
    width:400px;
  }
  .services-list1 .contentbox .box .p{
    width:40%;
    /*font-size:12px;*/
  }
  .bedroom-list3 .li{
    width:400px;
  }
  .nporducts .probox .rightbox .text .tit7{
    font-size:12px;
  }
}
.development-list5 .contentbox .sp{
  padding-right:.75rem;
}
.development-list4 .text .li,.development-list3 .warptext .p2{
  text-align:justify;
}
/*屏幕分辨率放大为 125 */
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px) {
 
  .header1,.footer,.h-searchbox,.wn-nav{
    zoom: 0.8;
  }
  .zoombox{
    zoom: 0.8;
  }
  #i-banner .swiper-slide .text,#i-banner .zpagination{
    zoom: 0.8;
  }
 .index-swiper2 .li .txtbox,.iwdown,.index-swiper3 .pro-container .text,.index-swiper4 .leftbox,.index-swiper4 .rightbox,.index-swiper5 .contentbox{
    zoom: 0.8;
  }
  .bedroom-list9,.bedroom-list11,.bedroom-list2{
    zoom: 0.8;
  }
  .bedroom-list10 .contentbox2 .textbox,.bedroom-list1 .contentbox2 .textbox,.bedroom-list1 .contentbox,.bedroom-list3 .textbox,.bedroom-list4 .contentbox,.bedroom-list4 .contentbox2 .textbox,.bedroom-list12,.bedroom-list13,.bedroom-list14{
    zoom: 0.8;
  }
  .bedroom-list1 .contentbox2 .textbox{
    top:3rem;
    padding-top:2rem;
  }
  .bedroom-list1 .imgtab-container{
    margin-top:2rem;
  }
  .bedroom-list10 .contentbox2 .textbox{
    padding-top:2rem;
  }
  .bedroom-list4 .contentbox2 .textbox{
    padding-top:2rem;
  }
  .n-news .contentbox2 .img{
        height: 7.75rem;
  }

  .n-media .itembox3 .tipicon span:before{
    width:8rem;
    left: 7.5rem;
  }
  .footer .footer-top .rightbox{
    width: 22.78%;
  }
  .nbanner .wn-nav{
    zoom:1;
  }
  .proinfobox .wn-nav{
    zoom:1;
  }
  /*.index-swiper5 .contentbox{
      margin-top: 1.85rem;
  }*/

  /*.about-list3 .warpbox .tab-container .tit2{
    font-size:14px;
  }
  .about-list3 .warpbox .imgbox{
    height:13rem;
  }
  .about-list2 .ul .text{
    padding: 0 .75rem 4rem;
  }
  .about-list2 .ul .swiper-slide .tit4{
    font-size:14px;
  }*/
  .bedroom-list10 .contentbox2 .li{
    width:400px;
  }
  .services-list1 .contentbox .box .p{
    width:48%;
    /*font-size:12px;*/
  }
  /*.services-list2 .contentbox .ul2 .li{
    font-size:12px;
  }
  .services-list2 .contentbox .text .tit3{
    font-size:12px;
  }*/
  .bedroom-list3 .li{
    width:400px;
  }
  .n-search .s-porducts .img{
    height: 7.8rem;
  }
  /*.services-list4 .ullist .li .sp{
    font-size:14px;
  }
  .services-list1 .contentbox2 .tit3{
    font-size:16px;
  }*/

  .services-list4 .ullist .li .sp:before{
    top:0;
  }
  .nporducts .probox .rightbox .text .tit7{
    font-size:12px;
  }
  .join-list1 .img{
    width:60%;
  }
  .join-list1 .text{
    width:40%;
  }
  .development-list5 .contentbox .sp,.development-list6 .text .tit3{
    font-size:16px;
  }
  .development-list5 .contentbox .tit3{
    font-size:14px;
  }
  .development-list2 .text .item .i p{
    font-size:12px;
  }
  .wn-nav .stipbox{
    font-size:16px;
  }
  .nporducts .stipbox{
    font-size:16px;
  }
  .index-swiper3 .pro-container .text2 .tit5{
    font-size:22px;
  }
  
}
.news-info1 .news-top .news-tit{
  font-weight:bold;
}
.news-info1 .news-text p{
  margin-bottom:10px !important;
}
.news-info1 .news-text ul,.news-info1 .news-text ol{
  padding-left:20px;
}
.nporducts .qsearch .input2{
  padding-right:10px;
}
.nporducts .qsearch .colsebtn{
  right:5px;
  width:20px;
  height:20px;
  top:50%;
  margin-top:-10px;
  cursor:pointer;
}
.nporducts .qsearch .colsebtn .icon{
  width:20px;
  height:20px;
  fill:#333;
}
.footer-bot .linebox .spbtn{
  width:260px;
  height:45px;
  padding:0 .5rem;
  border:1px solid rgba(255, 255, 255, 0.2);
  cursor:pointer;
}
.footer-bot .linebox .spbtn .icon{
  width:15px;
  height:15px;
  fill:rgba(255, 255, 255, 0.6);
  transition:all .6s;
}
.footer-bot .linebox .spbox{
  position: absolute;
  width:260px;
  max-height:300px;
  overflow-y:auto;
  background:rgba(102,102,102,.5);
  bottom:45px;
  padding:15px 0;
  display:none;
}
.footer-bot .linebox .spbox a{
  display:block;
  height:35px;
  line-height:35px;
  padding:0 .5rem;
  color:#fff;
  transition: all .6s;
}

@media (min-width: 1024px) {
  .footer-bot .linebox .spbox a:hover{
    color:#d12935;
  }
  .footer-bot .linebox:hover .spbtn .icon{
    transform:rotate(-180deg);
  }
  .footer-bot .linebox:hover .spbox{
    display:block;
  }
}


#pos1,#pos2,#pos3,#pos4{
  position: relative;
  top:-100px;
}
.index-swiper2 .wul{
  position: relative;
  z-index:3;
}


.m-bocweb-header3 .langbtn .icon {
  margin-right: .15rem;
  width: 16px;
  height: 16px;
  fill: #fff;
}

.m-bocweb-header3 .langbtn .icon2 {
  margin-left: .65rem;
  width: 12px;
  height: 12px;
  fill: #fff;
}
.m-bocweb-header3 .langbtn {
  padding-right: .5rem;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}



.banner-brand {
  height: 20rem;
}
.banner-brand .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner-brand .textbox {
  z-index: 3;
}
.banner-brand .box {
  width: 15rem;
  z-index: 5;
}
.banner-brand .tit3 {
  margin-bottom: .55rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.banner-brand .titbox {
  margin-top: .65rem;
}
.banner-brand .titbox .icon {
  margin-right: 1.5rem;
}
.banner-brand .titbox .iconbox {
  width:calc(100% - 4.5rem);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1.5rem;
}
.banner-brand .titbox .iconbox sup {
  top: -1.35em;
}
.banner-brand .tit4 {
  padding-bottom: .65rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-list1 {
  position: relative;
  height: 20rem;
  padding-top: 2.75rem;
  z-index: 1;
}

.brand-list1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.brand-list1 .bg2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.brand-list1 .titlebox {
  z-index: 3;
}

.brand-list1 .hisbox {
  margin: 3.5rem auto 0;
  width: 800px;
  max-width: 75%;
}

.brand-list1 .warphisbox .button-prev, .brand-list1 .warphisbox .button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -.75rem;
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .6s;
}
.brand-list1 .warphisbox .button-prev .icon, .brand-list1 .warphisbox .button-next .icon {
  width: .7rem;
  height: .7rem;
  fill: #de2424;
}
.brand-list1 .warphisbox .button-prev {
  left: 1.5rem;
}
.brand-list1 .warphisbox .button-next {
  right: 1.5rem;
}
.brand-list1 .warphisbox .button-prev:hover, .brand-list1 .warphisbox .button-next:hover {
  background: #cf2a36;
}
.brand-list1 .warphisbox .button-prev:hover .icon, .brand-list1 .warphisbox .button-next:hover .icon {
  fill: #fff;
}

.brand-list1 .hisbox .swiper-slide {
  opacity: 0 !important;
}

.brand-list1 .hisbox .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.brand-list1 .warptime {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  z-index: 4;
}

.brand-list1 .warptime::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  top: 8px;
}

.brand-list1 .timebox {
  padding-bottom: 15px;
}

.brand-list1 .item {
  padding-top: 30px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.brand-list1 .item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 0;
  margin-left: -9px;
  border-radius: 50%;
  background: #d22833;
  transition: all .6s;
  opacity: 0;
}

.brand-list1 .item::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: #fff;
  transition: all .6s;
  opacity: 0;
}

.brand-list1 .timebox .item span {
  opacity: .9;
  height: 30px;
  display: block;
  transform-origin: center 20px;
  transition: all .6s;
}

.brand-list1 .timebox .swiper-slide.cur span {
  color: #d22935;
  transform: scale(1);
}

.brand-list1 .timebox .swiper-slide.cur .item::before {
  opacity: 1;
}

.brand-list1 .timebox .swiper-slide.cur .item::after {
  opacity: 1;
}

.brand-list1 .timebox .swiper-slide:hover span {
  transform: scale(1);
}

.brand-list1 .timebox .swiper-slide:hover .item::before {
  opacity: 1;
}

.brand-list1 .timebox .swiper-slide:hover .item::after {
  opacity: 1;
}

.brand-list2 {
  padding: 3rem 0;
  position: relative;
  z-index: 1;
  background: #fff url(../img/bg1.png) no-repeat center top;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}
.brand-list2 .tit3 {
  margin-top: .6rem;
  margin-bottom: 1.5rem;
}
.brand-list2 .textbox .leftbox {
  width: 48.75%;
  height: 13.25rem;
}
.brand-list2 .textbox .leftbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-list2 .textbox .rightbox {
  width: 47.5%;
  border-top: 1px solid #ededed;
}
.brand-list2 .textbox .rightbox .li {
  padding: .65rem 0;
  border-bottom: 1px solid #ededed;
}
.brand-list2 .textbox .rightbox .tit4 span {
  position: relative;
  z-index: 2;
}
.brand-list2 .textbox .rightbox .tit4 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: .2rem;
  left: 0;
  bottom: -2px;
  background: #f1bfc3;
  z-index: -1;
}
.brand-list2 .textbox .rightbox .spbox {
  display: block;
  cursor: pointer;
}
.brand-list2 .textbox .rightbox .spbox .icon {
  width: 25px;
  height: 25px;
}
.brand-list2 .textbox .rightbox .spbox .icon svg {
  width: 12px;
  height: 12px;
  fill: #d12935;
}
.brand-list2 .textbox .rightbox .spbox {
  display: flex;
}

.brand-list2 .textbox .rightbox .spbox.on {
  display: none;
     
}
.brand-list2 .textbox .rightbox .titbox {
  display: none;
  padding-bottom: 2.5rem;
}
.brand-list2 .textbox .rightbox .titleft {
  padding-top: .5rem;
  width: 60.8%;
}
.brand-list2 .textbox .rightbox .titleft .tit4 {
  margin-bottom: .5rem;
   color: #d12935;
}
.brand-list2 .textbox .rightbox .img {
  width: 31.75%;
}
.brand-list2 .textbox .rightbox .img img {
  width: 100%;
}

.brand-list3 {
  padding: 2rem 0 3rem;
  background: #f7f7f7 url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}

.brand-list3 .p {
  width: 100%;
  margin-top: .5rem;
}

.brand-list3 .warpbox {
  margin-top: 1rem;
}

.brand-list3 .warpbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  left: 0;
  top: calc(.75rem + 8px);
}
.brand-list3 .warpbox .research-tab{
  padding-top:.75rem;
}
.brand-list3 .warpbox .research-tab .item {
  padding-top: 1rem;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.brand-list3 .warpbox .research-tab .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/img15.png) no-repeat center center;
  background-size: 18px auto;
  opacity: 0;
  transition: all .6s;
}

.brand-list3 .warpbox .research-tab .cur .item {
  color: #d12935;
}
.brand-list3 .warpbox .research-tab .cur .item:before {
  opacity: 1;
}

.brand-list3 .research-warp {
  margin-top: 1rem;
  background: #fff;
}
.brand-list3 .research-warp .leftbox {
  width: 100%;
  height: 12.5rem;
}
.brand-list3 .research-warp .leftbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-list3 .research-warp .text {
  width: 100%;
  padding: 1rem 1rem 1.5rem;
}
.brand-list3 .research-warp .text .tit3 {
  margin-bottom: .5rem;
}
.brand-list3 .research-warp .rimg-container {
  height: 100%;
}
.brand-list3 .research-warp .rimg-container .swiper-slide {
  height: 100%;
}
.brand-list3 .research-warp .rimg-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-list3 .research-warp .rimg-container .swiper-pagination {
  bottom: 1rem;
}
.brand-list3 .research-warp .rimg-container .swiper-pagination span {
  opacity: 1;
  background: #999;
}
.brand-list3 .research-warp .rimg-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #de2424;
}
.brand-list3 .research-warp .swiper-slide img{
  transition:all .6s;
}
.brand-list3 .research-warp:hover .swiper-slide img{
  transform:scale(1.05);
}


.brand-list3 .button-prev, .brand-list3 .button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .6s;
  display:none;
}
.brand-list3 .button-prev .icon, .brand-list3 .button-next .icon {
  width: .7rem;
  height: .7rem;
  fill: #de2424;
}
.brand-list3 .button-prev {
  left: 0;
}
.brand-list3 .button-next {
  right: 0;
}
.brand-list3 .button-prev:hover, .brand-list3 .button-next:hover {
  background: #cf2a36;
}
.brand-list3 .button-prev:hover .icon, .brand-list3 .button-next:hover .icon {
  fill: #fff;
}
@media (max-width:1024px) {
  .brand-list3 .button-prev, .brand-list3 .button-next {
    display:flex;
  }
}
@media (max-width: 996px) {
  .brand-list3 .research-warp .leftbox {
    width: 100%;
  }

  .brand-list3 .research-warp .text {
    width: 100%;
    padding: 1rem;
  }
  
}
@media (max-width: 767px) {
  .brand-list3 .p {
    width: 100%;
    margin-top: .65rem;
  }

  .brand-list3 {
    padding: 2rem 0 3rem;
  }
}
.brand-list4 {
  padding: 3rem 0;
  background: #fff url(../img/bg1.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.brand-list4 .tit2 {
  margin-bottom: .85rem;
}
.brand-list4 .contentbox2 {
  height: 20rem;
  position: relative;
  z-index: 1;
}
.brand-list4 .contentbox2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.brand-list4 .contentbox2 .videobox {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
.brand-list4 .contentbox2 .videobtn {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(209, 41, 53, 0.95);
  bottom: 1.5rem;
  cursor: pointer;
  z-index: 4;
}
.brand-list4 .contentbox2 .videobtn .icon2, .brand-list4 .contentbox2 .videobtn .icon3 {
  fill: #fff;
  width: .5rem;
  height: .5rem;
  transition: all .6s;
}
.brand-list4 .contentbox2 .videobtn .icon3 {
  opacity: 0;
}
.brand-list4 .contentbox2 .videobtn.cur .icon2 {
  opacity: 0;
}
.brand-list4 .contentbox2 .videobtn.cur .icon3 {
  opacity: 1;
}
.banner-brand .titbox .icon{
  width:3rem;
}
.banner-brand .titbox .icon img {
  height:auto;
}

.header1 .hbrand {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 1.25rem;
  line-height: 22px;
  color: #fff;
  position: relative;
  cursor:pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header1 .header-top .lbox .hbrand a{
  padding:0;
}
.header1 .hbrand .brandlink {
  position: absolute;
  width: 100%;
  top: 24px;
  width: 143px;
  left:1.25rem;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display:none;
}
.header1 .hbrand .brandlink .librand {
  padding: 0;
  height: 68px;
  width:50%;
  position: relative;
}
.header1 .hbrand .brandlink .librand:before{
  content:"";
  position: absolute;
  width:1px;
  height:.8rem;
  top:50%;
  margin-top:-.4rem;
  background:#eee;
  right:0;
}
.header1 .hbrand .brandlink .librand img{
  height:.7rem;
}
.header1 .hbrand .brandlink .librand:last-child:before{
  display:none;
}
.header1 .hbrand:hover .brandlink {
  display:flex;
}

.m-bocweb-header3 .header2 .nav .sec-list a img {
  height: 1.25rem;
  margin: 10px 0;
}
.header1 .hbrand .brandlink .librand{
  border-bottom:4px solid transparent;
  transition:all .6s;
}
.header1 .hbrand .brandlink .librand:hover{
  border-bottom:4px solid #d12935;
}

@media (max-width: 1024px) {
  .brand-list4 {
    padding: 2rem 0;
  }

  .brand-list2 {
    padding: 2rem 0;
  }

  .brand-list1 .warptime {
    bottom: 1.25rem;
  }

  .brand-list1 .warphisbox .button-prev {
    left: 0;
  }

  .brand-list1 .warphisbox .button-next {
    right: 0;
  }
}
@media (max-width: 996px) {
  .brand-list4 .contentbox .text {
    width: 100%;
  }

  .brand-list2 .textbox .leftbox {
    width: 100%;
  }

  .brand-list2 .textbox .rightbox {
    width: 100%;
    margin-top: 1rem;
  }

  .brand-list2 .textbox .rightbox .titbox {
    padding-bottom: 1rem;
  }

  .brand-list2 .tit3 {
    margin-top: 0.4rem;
    margin-bottom: .7rem;
  }

  .brand-list1 {
    padding-top: 2rem;
    height: 16rem;
  }

  .brand-list1 .hisbox {
    margin: 1.5rem auto 0;
  }

  .banner-brand {
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .brand-list4 .contentbox2 {
    height: 8rem;
  }

  .banner-brand {
    height: 25rem;
  }

  .banner-brand .box {
    width: 100%;
  }

  .banner-brand .titbox .icon {
    margin-right: .7rem;
  }

  .banner-brand .titbox .iconbox {
    padding-left: .7rem;
  }

  .brand-list1 .warphisbox .button-prev, .brand-list1 .warphisbox .button-next {
    width: 1.25rem;
    height: 1.25rem;
  }

  .brand-list1 .hisbox .tit3 {
    font-size: 14px;
  }

  .brand-list2 .textbox .leftbox {
    height: 8.25rem;
  }

  .brand-list2 .textbox .rightbox .titleft {
    width: 100%;
  }

  .brand-list2 .textbox .rightbox .img {
    width: 50%;
    margin-top: .5rem;
  }

  .brand-list3 .warpbox .research-tab .item {
    font-size: 14px;
  }

  .brand-list3 .research-warp .leftbox {
    height: 9rem;
  }
  .banner-brand .titbox .iconbox sup{
    top:-.85em;
  }
  .banner-brand .textbox{
    top: 2rem;
    left: 5%;
    transform: translate(0,0);
  }
  .banner-brand{
    height:auto;
    padding-top:2rem;
    padding-bottom:3rem;
  }
  .banner-brand .textbox{
    position: relative;
    top: auto;
    /*padding:0 5%;*/
    left:0;
    transform: translate(0,0);
  }
  .banner-brand .bg{
    position: absolute;
    left:0;
    top:0;
    z-index:1;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1200px) {
  .header1 .hbrand .brandlink {
    width:135px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px) {
  .banner-brand .titbox .icon{
    margin-right:1rem;
  }
  .banner-brand .titbox .iconbox{
    padding-left:1rem;
  }
  .header1 .hbrand .brandlink {
    width:130px;
  }
  .header1 .nav .wli{
    margin-right:1rem;
  }
}


@media (-webkit-min-device-pixel-ratio: 2.25) and (min-width: 800px) {
  .header1 .nav .wli{
    margin-right:.75rem;
  }
}



.footer-bot .divtit{
  margin-left:10px;
}
.footer-bot .divtit a{
  margin:0 10px;
}

.news-list6-dialog5 .tit6 a{
  transition: all .6s;
}
.news-list6-dialog5 .tit6 a:hover{
  color:#d12935 !important;
}


/*# sourceMappingURL=boc_reset.css.map */
