@charset "UTF-8";
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1660px) and (min-width: 1250px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1249.98px) and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #424c5f;
  font-family: "微软雅黑", "Microsoft YaHei";
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "华文细黑", "STHeiti Light [STXihei]";
  }
}

div,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, label:focus, label:active {
  box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 992px) {
  a[href]:hover {
    color: #d7000f;
  }
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

table {
  border: solid 1px #e5e5e5;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  position: relative;
}
.row:before, .row:after {
  display: none;
}

.global-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
  padding: 0 2.5em;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

.lg-inner {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-inner:before, .lg-inner:after {
  content: '';
  display: table;
  clear: both;
}

.md-inner {
  width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.md-inner:before, .md-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1600px) {
  .lg-inner {
    width: 100%;
    padding: 0 2.5em;
  }

  .md-inner {
    width: calc(85vw - 5em);
  }
}
@media (max-width: 991.98px) {
  .global-inner, .lg-inner, .md-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.3rem !important;
    margin: 0 auto;
  }

  .lg-inner .md-inner {
    padding: 0 !important;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bot-0 {
  padding-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-cell {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }

  .block-lg-down {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/*** 无内容提示 ***/
.gnull-tips {
  width: 100%;
  font-size: 16px;
  line-height: 100px;
  color: #999;
  text-align: center;
  min-height: 300px;
}

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 5px;
  opacity: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #424c5f;
}

.scrollbox, .scrollbox2 {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
  .scrollbox {
    overflow-y: auto !important;
  }

  .scrollbox2 {
    overflow-x: auto !important;
  }
}
/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-header, .modal-footer {
  position: relative;
  z-index: 1060;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

.is-antd {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-antd.is-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  animation-name: fadeInUp2;
  -webkit-animation-name: fadeInUp2;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInUp3 {
  opacity: 0;
  transform: translate3d(0, 300px, 0);
  -webkit-transform: translate3d(0, 300px, 0);
  animation-name: fadeInUp3;
  -webkit-animation-name: fadeInUp3;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 4.2rem;
  height: 4.2rem;
  border: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(0, 0, 22, 0.3);
  border-radius: 100%;
  z-index: 50;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background: url("/content/img/images/caret-right-fill-white.svg") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.video-js.vjs-paused .vjs-big-play-button {
  display: block;
}
.video-js.vjs-has-started .vjs-control-bar {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
  }
  .video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 0.24rem;
    height: 0.24rem;
  }
}

/*** modal-video ***/
.modal-video {
  background: #000016;
  z-index: 5000;
}
.modal-video .modal-close {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 2.5em;
  top: 1.6em;
  margin: 0;
  border: none;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.modal-video .modal-close .bi {
  width: 1em;
  height: 1em;
  display: block;
  color: #b8bfcc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-video .modal-content {
  width: 960px;
  max-width: 86vw;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.modal-video .video-box {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .modal-video .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }
  .modal-video .modal-close {
    width: .8rem;
    height: .8rem;
    top: .3rem;
    right: .3rem;
    z-index: 1100;
  }
  .modal-video video{
    display: none !important;
  }
  .modal-video.show video{
    display: block !important;
  }
}

/* 表单 */
.form-group {
  width: 100%;
  position: relative;
  z-index: 5;
}
.form-group.has-error .help-block {
  color: #d7000f;
}
.form-group.has-error .form-control {
  border-color: #d7000f;
}

.help-block {
  font-size: 12px;
  font-size: .6rem;
  line-height: 1.5em;
  margin-top: .5em;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.checkbox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  display: block;
  border: solid 1px #424c5f;
  border-radius: 4px;
}
.checkbox input[type="checkbox"]:checked {
  background: url("/content/img/images/check-lg.svg") no-repeat center center #d7000f;
  background-size: 0.75em;
  border-color: #d7000f;
}

@media screen and (max-width: 991.98px) {
  .help-block {
    font-size: .24rem;
    line-height: 4rem;
    margin: 0;
  }
}
/*** 表单提示弹窗 ***/
.modal-tips .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-tips .modal-content {
  width: 22.5em;
  max-width: 100%;
  background: #fff;
  border-radius: 0.4em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  padding: 2.5em 2em 1.7em;
}
.modal-tips .modal-close {
  width: 2.5em;
  height: 2.3em;
  display: block;
  background: url("/content/img/images/x-white.svg") no-repeat center center;
  background-size: 0.9em;
  margin: 0 auto 1em;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal-tips .icon {
  width: 3.2em;
  margin: 0 auto 1em;
}
.modal-tips .icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.modal-tips .tit {
  font-size: 28px;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 3px;
}
.modal-tips .word {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666;
}
.modal-tips .tool {
  margin-top: 1.4em;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.modal-tips .btn-sure {
  width: 8.6em;
  height: 2.57em;
  font-size: 14px;
  font-size: 0.7em;
  line-height: 2.42em;
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #3391d2;
  border-color: #3391d2;
}
.modal-tips .btn-sure::after {
  background: #3391d2;
}

@media screen and (min-width: 992px) {
  .modal-tips .btn-sure:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-tips .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-tips .word {
    font-size: 1em;
  }
  .modal-tips .btn-sure {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.58rem;
    font-size: 0.24rem;
  }
}
/*** 鼠标经过 ****/
.btn-h {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.btn-h a, .btn-h span {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 5;
}
.btn-h::after {
  content: '';
  display: block;
  width: 300%;
  padding-top: 300%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: inherit;
  transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  opacity: 0;
  border-radius: 100%;
  margin: -150% 0 0 -150%;
}
.btn-h .bi {
  display: block;
  position: relative;
  z-index: 5;
}
.btn-h .hover {
  display: none;
}
@media screen and (min-width: 1000px) {
  .btn-h:hover::after {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
  .btn-h:hover .img {
    display: none;
  }
  .btn-h:hover .hover {
    display: block;
  }
}

/* header */
.header {
  width: 100%;
  height: 4em;
  background: url("/content/img/images/headbg2.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  color: #fff;
}

.head-logo {
  float: left;
  position: relative;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.head-logo img {
  width: 5.5em;
  display: block;
}
.head-logo .white {
  display: none;
}
.head-logo .red {
  display: block;
}

.head-sch {
  width: 2em;
  height: 100%;
  display: block;
  color: #fff;
  position: absolute;
  right: 2em;
  top: 0;
  z-index: 20;
  cursor: pointer;
  border: none;
}
.head-sch .bi {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head-sch .red {
  display: none;
}

.head-fr {
  height: 100%;
  position: relative;
  float: right;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  font-size: .8rem;
  line-height: 4rem;
}

.head-lang {
  width: 4rem;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  color: #fff;
}
.head-lang:hover {
  color: #fff;
}

.head-navlist {
  height: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.head-navlist .navlv1 {
  height: 100%;
  position: relative;
  font-size: 1em;
}
.head-navlist .navlv1::before {
  content: '';
  display: block;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.6rem;
  bottom: 0.6rem;
  z-index: 1;
  border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.head-navlist .navlv1 a {
  height: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 1.5rem;
  color: #fff;
  z-index: 5;
}
.head-navlist .navlv1 a:hover {
  color: #fff;
}
.head-navlist .navlv1 .bi {
  width: .7rem;
  height: .7rem;
  display: block;
  margin-left: 5px;
}
.head-navlist .subnav-box {
  display: none;
  background: url("/content/img/images/head-bg.jpg") no-repeat center bottom #fff;
  background-size: cover;
  padding: 1.15rem 1.75rem 1.1rem;
  box-shadow: 0 0 2px rgba(66, 76, 95, 0.15);
  position: absolute;
  right: -4rem;
  top: calc(100% - 0.6rem);
  color: #424c5f;
  border-radius: 5px;
  z-index: 20;
}
.head-navlist .subnav-box .row {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.head-navlist .subnav-box .subitem {
  width: 7.5rem;
  margin-right: 1.75rem;
}
.head-navlist .subnav-box .subitem:last-child {
  margin-right: 0 !important;
}
.head-navlist .subnav-box .hd {
  width: 100%;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 0.55rem;
  margin-bottom: .9rem;
}
.head-navlist .subnav-box .hd a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #424c5f;
}
.head-navlist .subnav-box .hd img {
  height: 1.7rem;
  display: block;
  margin-right: .5rem;
}
.head-navlist .subnav-box .sublist {
  font-size: .8rem;
  line-height: 1.5rem;
}
.head-navlist .subnav-box .sublist li {
  padding: 0.2rem 0;
}
.head-navlist .active .navlv1 {
  z-index: 30;
}
.head-navlist .active .navlv1::before {
  opacity: 1;
}
.head-navlist .active .navlv1 a {
  color: #424c5f;
}
.head-navlist .active .navlv1 .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.head-navlist .active.had-subnav .navlv1::before {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.head-navlist .is-single {
  position: relative;
}
.head-navlist .is-single .subnav-box {
  width: 100%;
  right: 0;
  padding: 3px 1.5rem 0.6rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.head-navlist .is-single .subnav-box .subitem {
  width: 100%;
}
.head-navlist .item1 .subnav-box .subitem {
  width: auto;
  min-width: 7rem;
  margin-right: 1.2rem;
}
.head-navlist .item1 .subnav-box .hd {
  padding-right: 1rem;
  white-space: nowrap;
}
.head-navlist .item2 .subnav-box {
  background-image: url("/content/img/images/head-bg2.jpg");
}
.head-navlist .item3 .subnav-box {
  background-image: url("/content/img/images/head-bg3.jpg");
}

@media screen and (max-width: 1366px) {
	.head-navlist .item1 .subnav-box{
		right: -6.5em;
	}
	.head-navlist .item1 .subnav-box .subitem{
		min-width: 6rem;
	}
}

@media screen and (min-width: 992px) {
  .header .global-inner {
    padding: 0 4em 0 7.5em;
  }

  .head-sch:hover .white {
    display: none;
  }
  .head-sch:hover .red {
    display: block;
  }

  .head-navlist .sublist a:hover {
    padding-left: 5px;
  }
  .modal-appnav{
    display: none !important;
  }
}
/* aside-wap */
.sideNav-wap {
  width: 5em;
  height: 100vh;
  display: block;
  background: #d7000f;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  padding: 4rem 0 6.3rem;
  transition: transform 0.3s linear, opacity 0.3s linear;
  -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
}
.sideNav-wap .go-home {
  width: 100%;
  height: 4rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  color: #fff;
  cursor: pointer;
}
.sideNav-wap .go-home .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: .7;
}
.sideNav-wap .go-home:hover {
  background: #fff;
  color: #d7000f;
  opacity: 1;
}
.sideNav-wap .go-shoping {
  width: 100%;
  height: 6.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  color: #fff;
  cursor: pointer;
  font-size: .8rem;
  line-height: 1em;
}
.sideNav-wap .go-shoping img {
  height: 1.6rem;
  display: block;
  margin: 0 auto 8px;
}
.sideNav-wap .go-shoping .icon2 {
  display: none;
}
.sideNav-wap .go-shoping:hover {
  color: #fff;
}
.sideNav-wap .go-shoping.is-active {
  color: #d7000f;
  background: #fff;
}
.sideNav-wap .go-shoping.is-active .icon1 {
  display: none;
}
.sideNav-wap .go-shoping.is-active .icon2 {
  display: block;
}

.sideNav-lv1 {
  width: 100%;
  height: calc(100vh - 4rem - 6.3rem);
  display:flex;
  flex-direction: column;
  position: relative;
  /* padding-top: 1.2rem; */
}
.sideNav-lv1 .navitem{
	height: 100%;
	max-height: 6rem;
	position: relative;
}
.sideNav-lv1 .navlv1 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.sideNav-lv1 .navlv1 a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  color: #fff;
  font-size: .75rem;
  line-height: 1.2em;
  text-align:center;
}
.sideNav-lv1 .navlv1 img {
  height: 2rem;
  display: block;
  margin: 0 auto 8px;
}
.sideNav-lv1 .navlv1 .icon2 {
  display: none;
}
.sideNav-lv1 > li.is-active .navlv1 a {
  color: #d7000f;
  background: #fff;
}
.sideNav-lv1 > li.is-active .navlv1 .icon1 {
  display: none;
}
.sideNav-lv1 > li.is-active .navlv1 .icon2 {
  display: block;
}

.modal-webnav {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 400;
  overflow: hidden;
  padding-left: 5rem;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-webnav .modal-zhe {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1020;
  transition: opacity 1s 0.2s, visibility 1s;
  -webkit-transition: opacity 1s 0.2s, visibility 1s;
}
.modal-webnav .modal-dialog {
  width: 43vw;
  height: 100%;
  display: block;
  position: relative;
  margin: 0;
  transform: none !important;
  -webkit-transform: none !important;
  z-index: 1030;
}
.modal-webnav .modal-content {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1050;
}
.modal-webnav .modal-content .mCSB_scrollTools {
  opacity: 0 !important;
  right: 0 !important;
}
.modal-webnav .modal-content .mCSB_container {
  min-height: 100vh;
}
.modal-webnav .modal-aside {
  width: 25vw;
  max-width: 460px;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: #fafafa;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8.9rem 2.5rem 4rem;
  z-index: 1040;
  transition: left 0.6s, visibility 0.3s, opacity 0.6s;
  -webkit-transition: left 0.6s, visibility 0.3s, opacity 0.6s;
}
.modal-webnav .modal-aside.is-open {
  opacity: 1;
  left: 100%;
  visibility: visible;
}
.modal-webnav .modal-close {
  width: 1.7rem;
  height: 1.7rem;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 2.5rem;
  top: 1.35rem;
  color: #b8bfcc;
  z-index: 20;
}
.modal-webnav .modal-close .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  pointer-events: none;
}
.modal-webnav.show .modal-zhe {
  opacity: 1;
  visibility: visible;
}

.mwpt-item {
  display: none;
}
.mwpt-item.active .mwpt-cont {
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
}

.mwpt-cont {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 0 2.5rem;
  position: relative;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: transform 0.5s, visibility 0.5s;
  -webkit-transition: transform 0.5s, visibility 0.5s;
}

.mwpt-head {
  width: 100%;
  height: 4rem;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: .6rem;
}
.mwpt-head .logo {
  float: left;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  position: relative;
  align-items: center;
  -webkit-align-items: center;
}
.mwpt-head .logo img {
  width: 5.5rem;
  display: block;
}

.mwpt-tablist {
  width: calc(100% + 2.25rem);
  height: calc(2.7rem + 1px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 2.7rem;
  font-size: .8rem;
  margin: 0 -1.125rem 2.2rem;
  position: relative;
  padding-bottom: 1px;
}
.mwpt-tablist::after {
  content: '';
  display: block;
  position: absolute;
  left: 1.125rem;
  right: 1.125rem;
  bottom: 0;
  height: 1px;
  background-color: #ebebeb;
  z-index: 1;
}
.mwpt-tablist li {
  padding: 0 1.125em;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.mwpt-tablist li.active a {
  color: #d7000f;
}
.mwpt-tablist li.active a::after {
  width: 100%;
  opacity: 1;
}
.mwpt-tablist a {
  display: block;
  color: inherit;
  position: relative;
}
.mwpt-tablist a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #d7000f;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.mwpt-plist {
  margin: 0 -1.4rem 0 -1.75rem;
}
.mwpt-plist > li {
  padding: 0 0.4rem;
  margin-bottom: 2rem;
}
.mwpt-plist > li:hover .item-imgs img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.mwpt-plist .item-box {
  width: 100%;
  display: block;
  position: relative;
}
.mwpt-plist .item-imgs {
  width: 100%;
  height: 7rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.mwpt-plist .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center center;
  -webkit-object-position: center center;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.mwpt-plist .item-tit {
  font-size: .8rem;
  line-height: 1.5em;
  text-align: center;
  padding: 0.1875em 0;
}
.mwpt-plist .mwpt-det {
  display: none;
}

.mwpt-det {
  width: 100%;
  position: relative;
}
.mwpt-det .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
}
.mwpt-det .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.mwpt-det .t1 {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: bold;
  color: #d7000f;
}
.mwpt-det .t2 {
  font-size: .9rem;
  line-height: 1.5em;
  color: #8a8f99;
  margin-bottom: 1em;
}
.mwpt-det .desc {
  font-size: .7rem;
  line-height: 1.57em;
}
.mwpt-det .desc p {
  margin-top: 0.57em;
}
.mwpt-det .desc p:first-child {
  margin-top: 0;
}

.modal-shop {
  overflow: hidden;
  padding-left: 5rem;
  z-index: 400;
}
.modal-shop .modal-dialog {
  width: 14rem;
  height: 100%;
  display: block;
  background: #fff;
  position: relative;
  margin: 0;
  transform: none !important;
  -webkit-transform: none !important;
}
.modal-shop .modal-content {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 2.5rem;
}

.mdshop-list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  z-index: 20;
}
.mdshop-list a {
  width: 100%;
  height: 5.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 2.5rem;
  position: relative;
}
.mdshop-list .icon {
  width: 2.3rem;
  display: block;
  flex: 0 0 2.3rem;
  -webkit-flex: 0 0 2.3rem;
  margin-right: .5rem;
}
.mdshop-list .bd {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
}
.mdshop-list .bd img {
  height: .8rem;
  display: block;
  margin-bottom: .5rem;
}
.mdshop-list .bd h5 {
  font-size: .7rem;
  line-height: 1em;
  color: #ed688c;
}
.mdshop-list li.shch a {
  height: auto;
  display: block;
  text-align: center;
  padding: 1rem 2.5rem;
}
.mdshop-list li.shch .icon {
  width: 6.25em;
  height: 6.25em;
  display: block;
  border: solid 1px #ff6485;
  border-radius: 6px;
  overflow: hidden;
  padding: 5px;
  margin: 0 auto 0.9em;
  flex: none;
  -webkit-flex: none;
}
.mdshop-list li.shch .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center center;
  -webkit-object-position: center center;
  object-fit: contain;
  -webkit-object-fit: contain;
  position: relative;
}
.mdshop-list li.shch .bd img {
  height: auto;
  margin: 0 auto 4px;
}
.mdshop-list li:hover a {
  background: #fafafa;
}

.modal-schbox {
  width: 100%;
  height: calc(4em + 1px);
  background: #fff;
  left: 0;
  top: 0;
  bottom: unset;
  z-index: 400;
  border-bottom: solid 1px #e3e3e3;
  overflow: visible !important;
  padding: 0 !important;
}
.modal-schbox .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.modal-schbox .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  padding: 0 7.5em;
}
.modal-schbox .modal-close {
  width: calc(4em + 1px);
  height: 4em;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  border-left: solid 1px #ebebeb;
}
.modal-schbox .modal-close .bi {
  width: 1em;
  height: 1em;
  display: block;
  color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.modal-schbox .schbox {
  width: 100%;
  display: block;
  position: relative;
  z-index: 20;
  padding: 1.1em 0;
}
.modal-schbox .inpt {
  width: 100%;
  height: 1.8em;
  display: block;
  position: relative;
  font-size: 1em;
  line-height: 1.8em;
  color: inherit;
  padding: 0 3.25em 0 1em;
}
.modal-schbox .btn-sch {
  width: 3.25em;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  background: url("/content/img/images/search-red.svg") no-repeat center center;
  background-size: 1.25em auto;
}
.modal-schbox .dropbox {
  width: 100%;
  background: #d7000f;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  z-index: 10;
  padding: 1.25em 1.4em 1.3em;
}
.modal-schbox .dropbox .list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -.5em;
}
.modal-schbox .dropbox li {
  padding: 0 0.5em;
}
.modal-schbox .dropbox a {
  max-width: 15em;
  overflow: hidden;
  height: 2.8em;
  display: flex;
  display: -webkit-flex;
  white-space: nowrap;
  padding: 0 1.67em;
  font-size: 0.75em;
  line-height: 2.8em;
  color: inherit;
  background: #ffe0e7;
  border-radius: 1.4em;
  color: #424c5f;
}

.head-menu {
  width: .6rem;
  height: 100%;
  display: block;
  position: absolute;
  right: .3rem;
  top: 0;
  z-index: 20;
}
.head-menu img {
  width: .44rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.head-close {
  width: .42rem;
  height: 100%;
  display: none;
  position: absolute;
  right: .3rem;
  top: 0;
  z-index: 50;
}
.head-close .bi {
  width: .32rem;
  height: .32rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
}

.head-user {
  padding: 0 0.12rem;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0.3rem;
  top: 0;
  z-index: 20;
  font-size: .28rem;
  line-height: .4rem;
  color: #fff;
}
.head-user .bi {
  width: 10px;
  height: 10px;
  display: block;
  margin-left: .1rem;
}

.mdapp-user {
  background: #fff;
  color: #ff6485;
}
.mdapp-user .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.24rem 0 0;
}
.mdapp-user .modal-content {
  width: 100%;
  text-align: center;
  padding: .75rem 0.3rem;
}
.mdapp-user .subitem {
  margin-bottom: .55rem;
}
.mdapp-user .subitem:last-child {
  margin-bottom: 0;
}
.mdapp-user .hd {
  margin-bottom: .18rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: .4rem;
  line-height: .6rem;
}
.mdapp-user .hd a {
  display: block;
}
.mdapp-user .hd img {
  height: .52rem;
  display: block;
  margin: 0 auto .14rem;
}
.mdapp-user .sublist {
  font-size: .3rem;
  line-height: .72rem;
}
.mdapp-user .sublist li {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.mdapp-user .sublist a {
  display: block;
}

.modal-appnav {
  background: #fff;
  color: #424c5f;
}
.modal-appnav .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 1.24rem 0 0;
}
.modal-appnav .modal-content {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0.72rem 0 calc(1rem + 1px + 0.5rem);
}
.modal-appnav .modal-body{
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-appnav .navitem {
  margin-bottom: .26rem;
}
.modal-appnav .navitem:last-child {
  margin-bottom: 0;
}
.modal-appnav .navlv1 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: .4rem;
  line-height: .72rem;
  padding: 0 0.3rem;
}
.modal-appnav .navlv1 a {
  display: block;
  position: relative;
}
.modal-appnav .subnav-box {
  width: 100%;
  padding: .34rem 0.3rem 0.36rem;
  display: none;
  background: #f7f7f7;
  margin-top: .24rem;
}
.modal-appnav .sublist {
  font-size: .32rem;
  line-height: .95rem;
}
.modal-appnav .sublist li {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.modal-appnav .sublist a {
  display: block;
}
.modal-appnav .navitem.current a{
  color: #d7000f;
}
.modal-appnav .navitem.active .navlv1 a{
  color: #d7000f;
}
.modal-appnav .navitem.active .navlv1 a::after{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: calc(100% + 0.14rem);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url('/content/img/images/down-red.svg') no-repeat center center;
  background-size: contain;
}

.mdapp-navtool{
  width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
	position: absolute;
  left: 0;
	bottom: 0;
	z-index: 100;
  height: calc(1rem + 1px);
  border-top: solid 1px #e6e6e6;
  padding: 0 0.3rem;
}
.mdapp-navtool a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 .2rem;
	font-size: .32rem;
	line-height: .42rem;
	color: #fead00;
}
.mdapp-navtool a img{
	width: .42rem;
	height: .42rem;
	display: block;
	margin-right: .14rem;
}

body.open-appuser .head-user .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
body.open-appuser .head-menu {
  display: none;
}
body.open-appuser .head-close {
  display: block;
}
body.open-appnav .head-menu {
  display: none;
}
body.open-appnav .head-close {
  display: block;
}

@media screen and (min-width: 992px) and (max-height: 800px) {
  .sideNav-lv1 .navlv1 img {
    height: 1.6rem;
  }
}
@media screen and (min-width: 992px) and (max-height: 670px) {
  .sideNav-lv1 {
    padding-top: 0;
    height: calc(100vh - 4rem - 4rem);
  }
  .sideNav-lv1 .navitem {
    max-height: 5rem;
  }
  .sideNav-lv1 .navlv1 a{
	font-size: 0.7rem;
  }
  .sideNav-lv1 .navlv1 img, .sideNav-wap .go-shoping img {
    height: 1.4rem;
  }
  .sideNav-wap .go-shoping{
	height:4rem;
	font-size: 0.7rem;
  }
}
@media screen and (min-width: 992px) and (max-height: 600px) {
  .sideNav-lv1 .navitem {
    max-height: 4.2rem;
  }
  /* .sideNav-lv1 .navlv1 img {
    height: 1.6rem;
  } */
}
@media screen and (min-width: 992px) {
  .modal-schbox .dropbox a:hover {
    background: #d7000f;
    color: #fff;
  }

  body.head-red .header {
    background: #fff;
    position: relative;
    border-bottom-color: #e5e5e5;
  }
  body.head-red .head-logo .white {
    display: none;
  }
  body.head-red .head-logo .red {
    display: block;
  }
  body.head-red .head-navlist .navlv1 {
    border-left-color: rgba(66, 76, 95, 0.2);
  }
  body.head-red .head-navlist .navlv1 a {
    color: #424c5f;
  }
  body.head-red .head-navlist .navlv1 a:hover {
    color: #d7000f;
  }
  body.head-red .head-lang {
    color: #424c5f;
    border-left-color: rgba(66, 76, 95, 0.2);
  }
  body.head-red .head-lang:hover {
    color: #d7000f;
  }
  body.head-red .head-sch .white {
    display: none;
  }
  body.head-red .head-sch .red {
    display: block;
  }
  body.hidden-aside .header {
    position: fixed;
  }
}
@media screen and (max-width: 991.98px) {
  .header {
    height: 1.24rem;
    border-bottom: none;
    background: #d7000f;
    position: fixed;
    z-index: 2000;
  }

  .head-place {
    width: 100%;
    height: 1.24rem;
  }

  .head-logo {
    width: 1.92rem;
    float: none;
    margin: 0 auto;
  }
  .head-logo img {
    width: 100%;
  }
  .head-logo .red {
    display: none !important;
  }
  .head-logo .white {
    display: block !important;
  }

  .head-sch {
    width: .6rem;
    background: transparent;
    right: 1.22rem;
  }

  .modal-schbox {
    height: 1.24rem;
    border-bottom: none;
    background: #d7000f;
    z-index: 3000;
  }
  .modal-schbox .modal-content {
    padding: 0;
  }
  .modal-schbox .modal-close{
    width: 0.95rem;
    height: 100%;
    border: none;
  }
  .modal-schbox .modal-close .bi{
    width: .32rem;
    height: .32rem;
    color: #fff;
  }
  .modal-schbox .schbox {
    padding: .2rem 0.7rem .2rem 0;
  }
  .modal-schbox .inpt {
    background: #fff;
    height: .84rem;
    line-height: .64rem;
    font-size: .28rem;
    color: #424c5f;
    padding: 0.1rem 1rem .1rem 0.3rem;
    border-radius: .42rem;
  }
  .modal-schbox .inpt::-webkit-input-placeholder {
    color: #8a8f99;
  }
  .modal-schbox .btn-sch {
    width: 1rem;
    background-size: .36rem auto;
    right: .7rem;
  }
  .modal-schbox .dropbox {
    padding: .4rem .4rem .3rem;
    background: #fff;
  }
  .modal-schbox .dropbox .list {
    margin: 0 -0.1rem;
  }
  .modal-schbox .dropbox li {
    padding: 0 0.1rem;
    margin-bottom: .2rem;
  }
  .modal-schbox .dropbox a {
    padding: 0 0.48rem;
    height: .7rem;
    line-height: .7rem;
    font-size: .28rem;
    border-radius: .35rem;
    background: #f5f5f5;
  }
}
/* main-box */
.main-box {
  width: 100%;
  min-height: 300px;
  position: relative;
  z-index: 20;
}

.inside-banbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.inside-banbox img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.inside-banbox.web {
  border-bottom-right-radius: 5em;
}
.inside-banbox.app {
  border-bottom-right-radius: .8rem;
}

.inside-navwap {
  width: 100%;
  padding: 3px 0 0 5em;
  background: #fff;
}
.inside-navwap .row {
  width: 100%;
  height: calc(3.4rem + 1px);
  line-height: 3.4rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 0.75rem;
  border-bottom: solid 1px #e6e6e6;
}

.inside-crumb {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.inside-crumb a::after {
  content: '>';
  margin: 0 1em;
  color: #ccc;
  font-family: 'SimSun';
  font-weight: bold;
}
.inside-crumb a:last-child::after {
  display: none;
}

.inside-crumb2 {
  width: 100%;
  position: absolute;
  left: 5em;
  top: 4em;
  line-height: 2.4em;
  z-index: 20;
  color: #fff;
}
.inside-crumb2 .row {
  align-items: center;
  -webkit-align-items: center;
}
.inside-crumb2 a {
  font-size: .75em;
}
.inside-crumb2 a::after {
  content: '>';
  margin: 0 1em;
  color: #fff;
  font-family: 'SimSun';
  font-weight: bold;
}
.inside-crumb2 a:last-child::after {
  display: none;
}

.inside-lv2list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.inside-lv2list li {
  position: relative;
  margin-left: 2.1rem;
}
.inside-lv2list li:first-child {
  margin-left: 0;
}
.inside-lv2list li.active {
  color: #d7000f;
}
.inside-lv2list li.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #d7000f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.inside-lv2list a {
  display: block;
}

.inside-head {
  width: 100%;
  text-align: center;
  margin: 3.8em 0 2em;
}
.inside-head .s-heading {
  font-size: 1.8em;
  line-height: 1.25em;
}
.inside-head .word {
  font-size: .8em;
  line-height: 1.5em;
  color: #7a8599;
  margin-top: .625em;
}

.inside-samelv {
  width: 100%;
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 1.24rem;
  z-index: 500;
}
.inside-samelv .hd {
  width: 100%;
  height: .9rem;
  line-height: .9rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  padding: 0 0.4rem;
  background: url("/content/img/images/bg-3.jpg") no-repeat center top #fff;
  background-size: cover;
  border-bottom: solid 1px #e1e2e3;
}
.inside-samelv .hd a {
  font-size: .28rem;
  position: relative;
  z-index: 5;
}
.inside-samelv .hd .bi {
  width: .24rem;
  height: .24rem;
  display: block;
  color: #d7000f;
  position: absolute;
  right: .38rem;
  top: 50%;
  margin-top: -0.12rem;
  z-index: 5;
}
.inside-samelv .dropbox {
  width: 100%;
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0 .4rem;
}
.inside-samelv .dropbox li {
  width: 100%;
  height: .9rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: solid 1px #e1e2e3;
  font-size: .28rem;
  line-height: .9rem;
}
.inside-samelv .dropbox li.active {
  display: none;
}
.inside-samelv .dropbox a {
  display: block;
  min-width: 50%;
}

.place-samelv {
  width: 100%;
  height: .9rem;
}

body.fixed-insnav .inside-topbox::after {
  content: '';
  display: block;
  width: 100%;
  height: calc(3px + 3.4rem + 1px);
}
body.fixed-insnav .inside-navwap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
}
body.open-samelv .inside-samelv .hd .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
  .main-box {
    padding-left: 5em;
  }
}
@media screen and (max-width: 991.98px) {
  .inside-topbox {
    padding-top: 1.24rem;
  }

  .inside-head {
    margin: 0.84rem 0 0.5rem;
  }
  .inside-head .s-heading {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  .inside-head .word {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.14rem;
  }
}
/* footer */
.footer {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-left: 5em;
}

.foot-topbox {
  width: 100%;
  background: #f7f7f7;
  padding: 2.8em 0 3.35em;
  text-align: center;
}
.foot-topbox .head {
  margin-bottom: 2em;
}
.foot-topbox .head .tit {
  font-size: 1.2em;
  line-height: 1.5em;
}
.foot-topbox .head .word {
  font-size: .8em;
  line-height: 1.5em;
  color: #7a8599;
  margin-top: .625em;
}

.foot-link {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.foot-link .row {
  margin: 0 -.5em;
}
.foot-link .item {
  padding: 0 0.5em;
}
.foot-link .box {
  width: 8.75em;
  display: block;
  padding: 1.65em 0 0;
  position: relative;
}
.foot-link .imgs {
  width: 3.9em;
  height: 3.9em;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  background: #fff;
  border: solid 1px #d7000f;
  border-radius: 0.6em;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.foot-link .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center center;
  -webkit-object-position: center center;
}
.foot-link .bd {
  width: 100%;
  position: relative;
  z-index: 5;
  background: #fff;
  border: solid 1px #e5e5e5;
  padding: 3.1em 1em 1em;
}
.foot-link .tit {
  font-size: .8em;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: .625em;
}
.foot-link .desc {
  font-size: .7em;
  line-height: 1.43em;
}

.foot-wx {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: .7rem;
  border-top: solid 1px #e5e5e5;
  margin-top: .66rem;
}
.foot-wx ul {
  margin: 0 -.45rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.foot-wx li {
  padding: 0 0.45rem;
  position: relative;
}
.foot-wx li:hover .dropbox {
  display: block;
}
.foot-wx .hd {
  text-align: center;
}
.foot-wx .hd .icon {
  width: .6rem;
  height: .6rem;
  display: block;
  border-radius: 100%;
  border: solid 1px #7a8599;
  position: relative;
  margin: 0 auto .14rem;
}
.foot-wx .hd .icon img {
  width: .34rem;
  height: .34rem;
  display: block;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center center;
  -webkit-object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.foot-wx .hd h5 {
  font-size: .26rem;
  line-height: .3rem;
  color: #7a8599;
}
.foot-wx .dropbox {
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 20;
  padding: 0 0 1em;
  display: none;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.foot-wx .dropbox::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 5;
}
.foot-wx .dropbox::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-top-color: #000;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  opacity: .05;
}
.foot-wx .dropbox .imgs {
  width: 2rem;
  display: block;
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
.foot-wx .dropbox .imgs img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
}

.foot-botbox {
  width: 100%;
  background: #ededed;
  position: relative;
  padding: .9em 0;
  text-align: center;
}
.foot-botbox .row {
  font-size: .7em;
  line-height: 1.5em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.foot-copy {
  margin-right: 0.85em;
}

.foot-icp {
  margin-right: 4px;
}

.go-top {
  width: 2.2em;
  height: 2.2em;
  display: none;
  position: fixed;
  right: 2.4em;
  bottom: 50px;
  z-index: 200;
  cursor: pointer;
}
.go-top img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center center;
  -webkit-object-position: center center;
  position: relative;
}
.go-top .img2 {
  display: none;
}

@media screen and (min-width: 992px) {
  .go-top:hover .img1 {
    display: none;
  }
  .go-top:hover .img2 {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .go-top {
    right: .3rem;
    bottom: 1rem;
  }

  .footer {
    padding: 0;
  }

  .foot-topbox {
    padding: .66rem 0 0.74rem;
  }
  .foot-topbox .head {
    margin-bottom: .6rem;
  }
  .foot-topbox .head .tit {
    font-size: .4rem;
    line-height: .5rem;
  }
  .foot-topbox .head .word {
    font-size: .3rem;
    line-height: .48rem;
    margin-top: .24rem;
  }

  .foot-link .wx {
    display: none;
  }
  .foot-link .row {
    margin: 0 -0.4rem;
  }
  .foot-link .item {
    padding: 0 0.4rem;
  }
  .foot-link .box {
    width: auto;
    padding: 0;
  }
  .foot-link .imgs {
    width: 1.2rem;
    height: 1.2rem;
    position: static;
    transform: none;
    -webkit-transform: none;
    margin: 0 auto .2rem;
    border-radius: .14rem;
  }
  .foot-link .bd {
    background: transparent;
    border: none;
    padding: 0;
  }
  .foot-link .tit {
    font-size: .3rem;
    line-height: .4rem;
    margin-bottom: 6px;
  }
  .foot-link .desc {
    font-size: .26rem;
    line-height: .32rem;
  }

  .foot-botbox {
    padding: .26rem 0 calc(.26rem + 40px);
  }
  .foot-botbox .row {
    font-size: .26rem;
    line-height: .34rem;
  }

  .foot-copy {
    margin: 0;
    width: 100%;
  }
}

/* 翻页 */
.glist-more {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3em;
}
.glist-more .btn-more {
  width: 9em;
  height: calc(2.65em + 2px);
  background: #d7000f;
  border-color: #d7000f;
  line-height: 2.65em;
  color: #fff;
  border-radius: 2.65em;
}
.glist-more .btn-more::after {
  background: #fff;
}
.glist-more .btn-more span {
  font-size: .9em;
}
.glist-more .btn-more .bi {
  width: 0.78em;
  height: 1.11em;
  display: block;
  margin-right: 8px;
}

.glist-paging {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 3.5em;
}
.glist-paging .paging {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 1.1em;
  height: 2.75em;
  border: solid 1px #e6e6e6;
  border-radius: 2.75em;
  background: #f7f7f7;
}
.glist-paging .paging a {
  font-size: .9em;
  line-height: 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  display: block;
  text-align: center;
  border-radius: 100%;
}
.glist-paging .paging a.active {
  background: #d7000f;
  color: #fff;
}

.glist-ctrl {
  position: relative;
}
.glist-ctrl a{
  display: block;
  position: relative;
  line-height: 2.75em;
}
.glist-ctrl .arrow {
  width: 2.75em;
  height: 2.75em;
  display: block;
  border-radius: 100%;
  border: solid 1px #e5e5e5;
  background: #f7f7f7;
  position: relative;
  z-index: 10;
}
.glist-ctrl .arrow .bi {
  width: .7em;
  height: .7em;
  display: block;
  color: #424c5f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.glist-ctrl .tip {
  color: #fff;
  background: #d7000f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 2.75em;
  height: 2.75em;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  border-radius: 2.75em;
}
.glist-ctrl .tip span {
  font-size: .8em;
  display: block;
}
.glist-ctrl.prev .tip {
  padding-left: 3.3em;
}
.glist-ctrl.next .tip {
  text-align: right;
  left: unset;
  right: 0;
  padding-right: 3.3em;
}

@media screen and (min-width: 992px) {
  .glist-ctrl:hover .tip {
    width: 7em;
    opacity: 1;
  }
}
@media screen and (max-width: 991.98px) {
  .glist-more {
    margin-top: .8rem;
  }
  .glist-more .btn-more {
    width: 2.4rem;
    height: calc(.78rem + 2px);
    line-height: .78rem;
    border-radius: .4rem;
  }
  .glist-more .btn-more span {
    font-size: .3rem;
  }
  .glist-more .btn-more .bi {
    width: .22rem;
    height: .32rem;
    margin-right: .18rem;
  }

  .glist-paging {
    margin-top: .6rem;
  }

  .glist-ctrl a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 2.2rem;
    height: .8rem;
    line-height: .8rem;
    background: #f7f7f7;
    border-radius: .4rem;
  }
  .glist-ctrl .arrow {
    border: none;
    background: transparent;
    width: .25rem;
    height: .25rem;
    border-radius: 0px;
  }
  .glist-ctrl .arrow .bi {
    width: 100%;
    height: 100%;
  }
  .glist-ctrl .tip {
    position: static;
    padding: 0 !important;
    color: #424c5f;
    opacity: 1;
    background: transparent;
    border-radius: 0px;
  }
  .glist-ctrl .tip span {
    font-size: .3rem;
  }
  .glist-ctrl.prev .arrow {
    margin-right: .24rem;
  }
  .glist-ctrl.next a{
    flex-direction: row-reverse;
  }
  .glist-ctrl.next .arrow {
    margin-left: .24rem;
  }
}
/* 无内容 */
.nodata1 {
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 5em;
}

.nodata {
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 5em;
}

.nodata img,
.nodata1 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.nodataText {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 1.625em;
  color: #666;
}

/* 404 */
.page-404 {
  padding: 5em 0;
}

.page-404 .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.page-404 img {
  max-width: 100%;
  display: block;
  margin: 0 auto 3.2em;
}

.page-404 .title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 1em;
}

.page-404 .doc {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  display: flex;
  display: -webkit-flex;
}

.page-404 .doc h5 {
  white-space: nowrap;
  width: 6.5em;
  flex: 0 0 6.5em;
  -webkit-flex: 0 0 6.5em;
}

.page-404 .tool {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.page-404 .go-home {
  width: 8.75em;
  height: calc(3.125em + 2px);
  display: block;
  border-radius: 1.65em;
  background: #fe2c55;
  border: solid 1px #fe2c55;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 3.125em;
  margin-top: 2.125em;
}

@media screen and (min-width: 992px) {
  .page-404 .go-home:hover {
    background-color: #fff;
    color: #fe2c55;
  }
}
/* 错误页 */
.m-error_container {
  width: 100%;
  text-align: center;
  padding: 5em 2em;
}

.m-error_container .imgs {
  max-width: 100%;
  display: block;
  margin: 0 auto 1.5em;
}

.m-error_title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 1em;
  display: block;
}

.m-error_subtitle {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
}

.m-error_description {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  margin-top: 1em;
}

/* 提示弹框 */
.modal-mssg {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: .8em;
}

/* 在线咨询 */
.btn-zxzx {
  width: 2.2em;
  padding: 0 0.3em;
  height: 2.2em;
  line-height: 2.2em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: #fead00;
  position: fixed;
  right: 2.4em;
  bottom: 4em;
  z-index: 300;
  border-radius: 1.1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  overflow: hidden;
}
.btn-zxzx .icon {
  width: 1.6em;
  flex: 0 0 1.6em;
  -webkit-flex: 0 0 1.6em;
  height: 1.6em;
  display: block;
  position: relative;
  margin-right: 8px;
}
.btn-zxzx .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.btn-zxzx .tit {
  display: block;
  font-size: .8em;
  color: #fff;
  white-space: nowrap;
}
.btn-zxzx.is-open {
  width: 8.5em;
  padding: 0 1.3em 0 0.7em;
}

@media screen and (max-width: 991.98px) {
  .btn-zxzx {
    right: .3rem;
  }
}
/* 辅助 */
.gdet-back {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.gdet-back img {
  display: block;
}
.gdet-back.web {
  font-size: 14px;
}
.gdet-back.web img {
  width: 22px;
  margin-right: 8px;
}
.gdet-back.app {
  padding: 0 0.2rem;
  font-size: .28rem;
  line-height: .5rem;
}
.gdet-back.app img {
  width: .28rem;
  margin-right: .1rem;
}

/* 在线咨询 */
body.open-appnav .udesk-client-btn,
body.modal-open .udesk-client-btn{
	z-index: 50 !important;	
}
@media screen and (max-width: 767.98px){
	.udesk-client-btn{
		margin: 0 !important;
	}
}
<!--0.00013184547424316-->