@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: #333;
  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 {
  text-decoration: none;
  outline: none;
}

a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

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;
}

.xxl-inner {
  width: 90vw;
  max-width: 1700px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.xxl-inner:before,
.xxl-inner:after {
  content: '';
  display: table;
  clear: both;
}

.xl-inner {
  width: 85vw;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.xll-inner {
  width: 90vw;
  max-width: 1550px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.xl-inner:before,
.xl-inner:after {
  content: '';
  display: table;
  clear: both;
}

.global-inner {
  width: 86vw;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.big-inner {
  width: 88vw;
  max-width: 1310px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .global-inner,
  .xl-inner,
  .xxl-inner,
  .xll-inner,
  .big-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.5rem !important;
    margin: 0 auto;
  }
}
.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: 600px;
}

@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;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
  position: absolute;
  padding: 0 !important;
  height: auto !important;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.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, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 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, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 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: transparent;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}

.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;
  border: none;
  background: url(/content/img/images/video-play.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-js.vjs-has-started .vjs-control-bar {
  background-color: transparent;
}

@media (min-width: 992px) {
  .video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
@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: #333;
  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;
  }
}
/* 表单 */
.form-group {
  width: 100%;
  position: relative;
  z-index: 5;
}

.form-group.has-error .help-block {
  color: #e00909;
}

.form-group.has-error .form-control {
  border-color: #e09090;
}

.form-group.has-success .form-control {
  border-color: #1e7fea;
}

.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 #5acda6;
  background-size: 0.75em;
  border-color: #5acda6;
}

@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;
}

@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 .bi {
  display: block;
  position: relative;
  z-index: 5;
}

.btn-h.btn-bwhite {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-h.btn-bblack {
  background-color: transparent;
  border-color: #333;
  color: #333;
}

@media screen and (min-width: 1000px) {
  .btn-h.btn-bwhite:hover {
    background-color: #fff;
    color: #333;
  }

  .btn-h.btn-bblack:hover {
    background-color: #5acda6;
    border-color: #5acda6;
    color: #fff;
  }
}
/* header */
.header {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  border-bottom: solid 1px #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 11;
}

.logo img {
  width: 120px;
}

.header .logo {
  float: left;
}

.headright svg {
  width: 13px;
  height: 8px;
}

.header .tit {
  font-size: .9em;
}

.headsearch svg {
  width: 20px;
  height: 20px;
  margin-right: 2em;
}

.headsearch {
  cursor: pointer;
}

.headtab {
  float: left;
  margin-left: 17%;
  white-space: nowrap;
}

.headtab .item {
  line-height: 2.66;
}

.isSearch .headtab ul {
  display: none;
}

.headtab .bottom a {
  font-size: .8em;
  line-height: 1em;
}

.headtab .bottom a:hover {
  color: #0964b5 !important;
  font-weight: bold;
}

.bi-2 {
  display: none;
}

.isSearch .bi-2 {
  display: inline-block;
}

.isSearch .bi-1 {
  display: none;
}

.searchbox {
  display: none;
}

.searchbox input {
  font-size: .8em;
  line-height: 2.3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 39vw;
}

.searchbox svg {
  width: 20px;
  height: 20px;
}

.isSearch .searchbox {
  display: block;
}

.headtab .bottom {
  padding: .8em 0;
  position: absolute;
  display: none;
}

.headtab ul {
  display: flex;
  display: -webkit-flex;
}

.headtab li + li {
  padding-left: 9.2%;
}

.homenead {
  top: 0;
  width: 100%;
  position: absolute;
}

.headbg {
  position: absolute;
  width: 100vw;
  height: 21em;
  background-color: #fff;
  z-index: -1;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.homenead img {
  width: 100%;
}

.headtab .active .tit {
  position: relative;
}

.headtab .active .tit::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0964b5;
  position: absolute;
  left: 0;
  bottom: 0;
}

.head-navlist {
  height: 4rem;
  display: flex;
  display: -webkit-flex;
  position: relative;
}

.head-navlist.fl {
  width: 40%;
  max-width: 480px;
}

.head-navlist.fr {
  width: 26%;
  max-width: 310px;
}

.head-navlist > li {
  flex: 1;
  -webkit-flex: 1;
  display: block;
  position: relative;
  display: flex;
  display: -webkit-flex;
}

.head-navlist > li.current:not(.active) .navlv1 a {
  border-bottom-color: #5acda6;
}

.head-navlist a {
  display: block;
}

.head-navlist .navlv1 {
  font-size: 1em;
  line-height: 1.6rem;
  position: relative;
  padding: 1.2rem 0 1.1rem;
}

.head-navlist .navlv1 a {
  border-bottom: solid 2px transparent;
}

.head-navlist .subnav-box {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - .5rem);
  background-color: #fff;
  border-top: solid 2px #5acda6;
  font-size: 1em;
  line-height: 2.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.head-navlist .subnav-box a {
  padding: 0 1rem;
}

.head-navlist .subnav-box li:hover a {
  background-color: #5acda6;
  color: #fff;
}

.head-tool {
  float: right;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 -0.8rem;
}

.head-tool .tool {
  height: 100%;
  padding: 0 0.8rem;
  position: relative;
  color: #5acda6;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}

.head-tool .tool::after {
  content: '';
  display: block;
  width: 1px;
  height: .6rem;
  background-color: #5acda6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.head-tool .tool:last-child::after {
  display: none;
}

.head-lang {
  position: relative;
}

.head-lang .icon {
  width: .4rem;
  height: .4rem;
  display: block;
  position: relative;
}

.head-lang .icon .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.head-lang .en {
  font-size: 1em;
}

.head-sch_open {
  width: .9rem;
  height: .9rem;
  display: block;
  position: relative;
}

.head-sch_open .bi {
  width: 100%;
  height: 100%;
  display: block;
}

.head-sch_close {
  width: .9rem;
  height: .9rem;
  display: none;
  position: relative;
}

.head-sch_close .bi {
  width: .7rem;
  height: .7rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.head-menu {
  width: 1.04rem;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}

.head-menu_open {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
}

.head-menu_open .line {
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #000;
  position: relative;
}

.head-menu_open .line::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: calc(-0.12rem - 3px);
}

.head-menu_open .line::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: calc(-0.12rem - 3px);
}

.head-menu_close {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #5acda6;
  position: absolute;
  left: 0;
  top: 0;
}

.head-menu_close .bi {
  width: .32rem;
  height: .32rem;
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.modal-schbox {
  overflow: hidden;
}

.modal-schbox .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4.5em 0 0;
}

.modal-schbox .modal-content {
  width: 85vw;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  padding: 3.5rem 0 4.5rem;
}

.modal-schbox .inptbox {
  width: 100%;
  padding: 0 2.2rem 0 0;
  position: relative;
  border-bottom: solid 2px #333;
}

.modal-schbox .inptbox .inpt {
  width: 100%;
  height: 3.2rem;
  display: block;
  border: none;
  font-size: 1.2rem;
  line-height: 3.2rem;
  color: #333;
}

.modal-schbox .inptbox .btn-sch {
  width: 2.2rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  color: #333;
}

.modal-schbox .inptbox .btn-sch .bi {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.modal-schbox .hotwords {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin-top: 2.75rem;
  line-height: 1.5rem;
}

.modal-schbox .hotwords .tit {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}

.modal-schbox .hotwords .words {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: .8rem;
  color: #666;
}

.modal-schbox .hotwords .words li {
  padding: 0 2rem;
  position: relative;
}

.modal-schbox .hotwords .words li::after {
  content: '';
  display: block;
  width: 2px;
  height: 0.6rem;
  background-color: #5acda6;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.modal-schbox .hotwords .words li:last-child::after {
  display: none;
}

.modal-schbox .hotwords .words a {
  display: block;
}

.modal-schbox .quicklink {
  padding: 0 0.4rem;
}

.modal-schbox .quicklink .tit {
  padding: 0.4rem 0;
  font-size: .3rem;
  line-height: 1em;
  color: #666;
  border-bottom: solid 1px #dddddd;
  margin-bottom: .2rem;
}

.modal-schbox .quicklink .link {
  font-size: .3rem;
  line-height: .48rem;
  color: #333;
  padding: 0 0 0 0.3rem;
}

.modal-schbox .quicklink .link li {
  margin-bottom: .42rem;
}

.modal-schbox .quicklink .link li:last-child {
  margin-bottom: 0;
}

.modal-schbox .quicklink .link a {
  display: block;
}

.modal-tips .icon .bi {
  width: 3.2em;
  height: 3.2rem;
  color: #5acda6;
}

.modal-appnav {
  background-color: #fff;
  overflow: hidden;
  z-index: 99999;
}

.modal-appnav .modal-dialog {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.2rem 0 0;
}

.mdnav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mdnav-list > li {
  border-bottom: solid 1px #ddd;
}

.mdnav-list > li.had-subnav .navlv1 .arrow {
  display: block;
}

.mdnav-list > li.active .navlv1 {
  color: #5acda6;
}

.mdnav-list > li.active .navlv1 .arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mdnav-list > li.active .navlv1 .arrow .bi {
  right: unset;
  left: 0.4rem;
}

.mdnav-list a {
  display: block;
  min-width: 40%;
}

.mdnav-list .navlv1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0.4rem;
  height: 1.28rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: .34rem;
  line-height: 1.28rem;
  color: #333;
}

.mdnav-list .navlv1 .arrow {
  display: none;
  height: 100%;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.mdnav-list .navlv1 .arrow .bi {
  width: .3rem;
  height: .3rem;
  display: block;
  color: #222;
  position: absolute;
  right: .4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.mdnav-list .subnav-box {
  width: 100%;
  padding: 0 0.4rem 0.3rem 0.6rem;
  font-size: .3rem;
  line-height: .9rem;
  color: #333;
  display: none;
}

body.open-appnav .header {
  z-index: 999999999;
}

body.open-appnav .head-menu_open {
  display: none;
}

body.open-appnav .head-menu_close {
  display: block;
}

body.open-schbox .header {
  z-index: 2000;
}

body.open-schbox .head-sch_open {
  display: none;
}

body.open-schbox .head-sch_close {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .footer {
    position: relative;
    z-index: 9999;
  }

  .header {
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: solid 1px #dddddd;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
  }

  .head-place {
    height: 1rem;
  }

  .head-logo {
    width: 1.88rem;
  }

  .head-logo a {
    padding: .2rem 0 0;
  }

  .head-tool {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    z-index: 30;
  }

  .head-tool .tool {
    padding: 0 0.3rem;
  }

  .head-tool .tool::after {
    display: none;
  }

  .head-tool .tool .bi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .head-tool .head-schbox {
    width: 1rem;
    margin-top: 0 !important;
  }

  .head-sch_open {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .head-sch_open .bi {
    width: .4rem;
    height: .4rem;
  }

  .head-sch_close {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5acda6;
    color: #fff;
  }

  .head-sch_close .bi {
    width: .32rem;
    height: .32rem;
  }

  .modal-schbox .modal-dialog {
    padding: 1.5rem 0.3rem 0;
  }

  .modal-schbox .modal-content {
    width: 100%;
    max-width: none;
    padding: 0 0 0;
  }

  .modal-schbox .global-inner {
    padding: 0 !important;
  }

  .modal-schbox .inptbox {
    padding: 0 1.2rem 0 0;
  }

  .modal-schbox .inptbox .inpt {
    height: 1.46rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    padding: 0.33rem 0 0.33rem 0.4rem;
  }

  .modal-schbox .inptbox .btn-sch {
    width: 1.2rem;
  }

  .modal-schbox .inptbox .btn-sch .bi {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: absolute;
    left: 50%;
    right: unset;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
/* 主体区域 */
.main-box {
  width: 100%;
  min-height: 400px;
  position: relative;
  z-index: 10;
  z-index: 7;
}

.inside-topbox {
  width: 100%;
  position: relative;
  z-index: 20;
}

.inside-banner {
  width: 100%;
  height: 24rem;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.inside-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: center center;
  -webkit-object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.inside-tpbody {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.inside-lv1 {
  width: 100%;
  height: 15.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.inside-tpbot {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.inside-crumb {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: -1.85rem;
  font-size: .7rem;
  line-height: 1.5rem;
  color: #fff;
}

.inside-crumb a {
  display: block;
}

.inside-crumb a::after {
  content: '>';
  color: #fff !important;
  margin: 0 0.5rem;
}

.inside-crumb a:last-child::after {
  display: none;
}

.inside-webnav {
  width: 100%;
  background-color: #fff;
  min-height: 3rem;
  display: block;
  overflow: hidden;
}

.inside-navlist {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin: 2.5rem 0 3rem;
}

.inside-navlist li {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  border: solid 1px #ddd;
  border-right: none;
  position: relative;
}

.inside-navlist li:last-child {
  border-right: solid 1px #ddd;
}

.inside-navlist li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  background: #5acda6;
  border: solid 1px #5acda6;
}

.inside-navlist li.current a {
  color: #fff;
}

.inside-navlist a {
  display: block;
  font-size: .9rem;
  line-height: 3.4rem;
  color: #666;
  position: relative;
  z-index: 5;
}

.inside-appnav {
  position: relative;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  box-shadow: 0 0 20px rgba(0, 104, 183, 0.5);
  margin: 0 0.3rem;
}

.inside-appnav .hd {
  width: 100%;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  color: #5acda6;
  font-size: .28rem;
  line-height: 1rem;
  padding: 0 0.4rem;
  background-color: #fff;
  position: relative;
  z-index: 20;
}

.inside-appnav .hd .arrow {
  width: .28rem;
  height: .28rem;
  display: block;
  position: relative;
}

.inside-appnav .hd .arrow .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.inside-appnav .dropbox {
  width: 100%;
  background: #fff;
  padding: 0 0.4rem;
  font-size: .28rem;
  line-height: 1rem;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  border-top: solid 1px #ddd;
  box-shadow: 0 0 20px rgba(0, 104, 183, 0.5);
  z-index: 10;
  display: none;
}

.inside-appnav .dropbox li {
  border-bottom: solid 1px #ddd;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.inside-appnav .dropbox li:last-child {
  border-bottom: none;
}

.inside-appnav .dropbox li.current {
  color: #5acda6;
  background: url("/content/img/images/check-green.svg") no-repeat right center;
  background-size: 0.26rem;
}

.inside-appnav .dropbox a {
  display: block;
}

.inside-appnav.is-open .hd .arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
  body.inside-notnav .inside-lv1 {
    height: 21rem;
  }
}
@media screen and (max-width: 991.98px) {
  .inside-topbox .xxl-inner {
    padding: 0 !important;
  }

  .inside-banner {
    height: 4.8rem;
  }

  .inside-lv1 {
    height: 100%;
  }

  body.inside-notnav .main-box {
    padding: 1.2rem 0;
  }
}
/* footer */
.foot-topbox {
  width: 100%;
  padding: 3rem 0 2.6rem;
  border-bottom: solid 1px #dcdcdc;
}

.foot-navlist {
  width: 1050px;
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.foot-navlist .navlv1 {
  font-size: .8rem;
  line-height: 1em;
  color: #333;
  font-weight: bold;
  margin-bottom: 1em;
}

.foot-navlist .lv2list {
  font-size: .7rem;
  line-height: 2em;
  color: #666;
}

.foot-navlist .lv2list a {
  display: block;
}

.foot-navlist .gzwed .bd {
  margin-top: 1.25rem;
  display: flex;
  display: -webkit-flex;
}

.foot-navlist .gzwed .wxbox {
  position: relative;
  cursor: pointer;
}

.foot-navlist .gzwed .wxbox .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border-radius: 100%;
  border: solid 1px #5acda6;
  color: #5acda6;
}

.foot-navlist .gzwed .wxbox .icon .bi {
  width: .9rem;
  height: .9rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.foot-navlist .gzwed .wxbox .dropbox {
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 20px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  display: none;
}

.foot-navlist .gzwed .wxbox .dropbox::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}

.foot-navlist .gzwed .wxbox .dropbox::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #000;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: .05;
  z-index: 1;
}

.foot-navlist .gzwed .wxbox .dropbox .box {
  width: 7.5em;
  display: block;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}

.foot-navlist .gzwed .wxbox .dropbox img {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}

.foot-navlist .gzwed .wxbox:hover .dropbox {
  display: block;
}

.foot-botbox {
  width: 100%;
  padding: 1.25rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  font-size: .7rem;
  line-height: 1.5rem;
  color: #999;
}

.foot-blink {
  color: #333;
  display: flex;
  display: -webkit-flex;
}

.foot-blink li {
  margin-right: 1.5rem;
  position: relative;
}

.foot-blink li:last-child {
  margin-right: 0;
}

.wechat-qrcode {
  width: 200px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  box-shadow: 0px 2px 10px #aaa;
  display: none;
  z-index: 9999;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding-bottom: 10px;
}

.wechat-qrcode.is-open {
  display: block;
}

.wechat-qrcode h4 {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
  text-align: center;
}

.wechat-qrcode p {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1;
}

.wechat-qrcode .qrcode img {
  margin: 20px auto;
  display: block;
  width: 135px;
  height: 135px;
}

.wechat-qrcode .closeCode {
  position: absolute;
  right: 3px;
  top: 2px;
  color: #666;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.foot-bmid {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.foot-copy {
  margin-right: 1.2rem;
}

.foot-support {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.foot-jszc_swip {
  height: 1.5em;
  overflow: hidden;
  position: relative;
  max-width: 11em;
  white-space: nowrap;
  text-align: right;
}

.foot-jszc .swiper-slide {
  line-height: 21px;
}

.foot-wx.app {
  margin-top: .88rem;
}

.foot-wx.app .tit {
  font-size: .28rem;
  line-height: 1em;
  color: #333;
  margin-bottom: .4rem;
}

.foot-wx.app .ewm {
  display: block;
  margin: 0 auto;
  position: relative;
}

.foot-wx.app .ewm img {
  width: 2.4rem;
  max-width: 100%;
  display: block;
}

.foot-wx.app .ewm .flex {
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: nowrap;
}

.foot-wx.app .ewm img + img {
  margin-left: .3rem;
}

.btn-gotop {
  width: .8rem;
  height: .8rem;
  display: none;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  position: fixed;
  right: .4rem;
  bottom: .4rem;
  z-index: 200;
}

@media screen and (max-width: 991.98px) {
  .hrapply .main-box {
    z-index: 9 !important;
  }

  .foot-botbox {
    padding: 0.6rem 0;
    display: block;
    font-size: .26rem;
    line-height: .48rem;
    text-align: center;
  }

  .foot-blink {
    justify-content: center;
    -webkit-justify-content: center;
    font-size: .28rem;
    margin-bottom: .45rem;
  }

  .foot-blink li {
    padding: 0 0.3rem;
    margin: 0;
  }

  .foot-bmid {
    display: block;
  }

  .foot-copy {
    margin: 0;
  }

  .foot-support {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .foot-jszc_swip {
    height: .48rem;
    text-align: center;
  }
}
/* 辅助 */
h2.s-heading {
  font-size: 2.5rem;
  line-height: 1em;
}

@media screen and (max-width: 991.98px) {
  h2.s-heading {
    font-size: .64rem;
  }

  .p-heading {
    font-size: .48rem;
    line-height: 1em;
    font-weight: bold;
  }

  .foot-wx.app {
    margin-top: .3rem;
    margin-bottom: .5rem;
  }

  .foot-wx.app .tit {
    margin-bottom: 0;
    margin-top: .3rem;
  }
}
/* 底部 */
.foottel {
  font-size: 1.2em;
  text-align: center;
}

.foottel i {
  color: #c39a5c;
  font-weight: bold;
  font-style: normal;
}

.foottel span + span {
  margin-left: 40px;
}

.footline {
  position: relative;
  margin-top: 3em;
  height: 1px;
}

.footlinebox {
  background-color: #ffffff;
  width: 100px;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -50px;
  z-index: 999;
}

.footlinebox img {
  display: block;
  margin: auto;
}

.footline::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  position: absolute;
  left: 0;
  top: 0;
}

.footer {
  background-color: #fff;
}

.footlink {
  display: flex;
  justify-content: center;
  margin-top: 2.5em;
}

.footlink div {
  font-size: .8em;
  padding: 0 10px;
  position: relative;
}
.footlink div:last-child::after {
  display: none;
}

.footlink div::after {
  display: block;
  content: '';
  width: 1px;
  height: 14px;
  background-color: #acadad;
  position: absolute;
  right: 0;
  top: 3px;
}

.footlink div + div + div::after {
  display: none;
}

.friendline {
  display: flex;
  justify-content: center;
  font-size: .8em;
  margin-top: 2.75em;
}

.friendline a {
  margin-right: 20px;
}

.beian {
  display: flex;
  justify-content: center;
  font-size: .8em;
  color: #303233;
  opacity: .8;
  margin-top: 2.5em;
}

.beian a {
  margin-left: 15px;
}

.beian span {
  font-family: arial;
  margin-right: 5px;
}

.footbottom {
  display: flex;
  justify-content: center;
  font-size: .8em;
  color: #303233;
  opacity: .8;
  margin-top: 13px;
}

.footbottom span {
  margin-right: 12px;
}

.footer {
  padding: 2.75em 0 3em;
  padding: 1em 0 3em;
  z-index: 18;
  position: relative;
}

.footer a:hover {
  color: #c39a5c;
}

.heads2 {
  height: 80px;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  padding: 0 4em;
  color: #fff;
}

.head2block .heads2 {
  background-color: #fff;
}

.heads2 .headslogo {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.headcen1 {
  width: 26px;
  height: 4px;
  background-color: #333;
  float: right;
}

.headcen2 {
  width: 20px;
  height: 4px;
  background-color: #333;
  margin-top: 8px;
  float: right;
}

.headtabs ul {
  margin: 0 1.25em;
}
.headtabs li {
  float: left;
  position: relative;
  padding: 0 1.25em;
  cursor: pointer;
}

.search img {
  width: 20px;
}

.headtabs .tit {
  font-size: 16px;
  line-height: 80px;
}

.headtabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: right;
}

.head-search-2-1,
.head-search-1-2,
.head-search-2-2 {
  display: none;
}

.head2block .head-search-2-2,
.head2block .head-search-2-1,
.head2block .head-search-1-1 {
  display: none;
}
.head2block .head-search-1-2 {
  display: block;
}

.head-white-s .head-search-1-1,
.head-white-s .head-search-1-2 {
  display: none;
}
.head-white-s .head-search-2-1 {
  display: block;
}

.head-top .head-search-2-2 {
  display: none;
}

.head-white1.head-white-s .headwap .head-search-2-1,
.head-white1.head-white-s .heads2 .head-search-2-1 {
  display: block;
}
.head-white1.head-white-s .headwap .head-search,
.head-white1.head-white-s .heads2 .head-search {
  margin-left: 1em;
}
.head-white1.head-white-s .headwap .search-box,
.head-white1.head-white-s .heads2 .search-box {
  transform: scale(1);
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.head-white1.head-white-s .headwap input::placeholder,
.head-white1.head-white-s .headwap input,
.head-white1.head-white-s .heads2 input::placeholder,
.head-white1.head-white-s .heads2 input {
  color: #fff;
}
.head-white1.head-white-s .headwap .box,
.head-white1.head-white-s .heads2 .box {
  width: 1.2em;
  height: 1.2em;
  margin-left: auto;
}
.head-white1.head-white-s .headwap .box img,
.head-white1.head-white-s .heads2 .box img {
  width: 20px;
  height: 20px;
}
.head-white1.head-white-s .headwap .box img:last-child,
.head-white1.head-white-s .heads2 .box img:last-child {
  display: none;
}
.head-white1.head-white-s .headwap .box img:first-child,
.head-white1.head-white-s .heads2 .box img:first-child {
  display: block;
}

.whitehead.head-white-s .headwap .search-box,
.whitehead.head-white-s .heads2 .search-box,
.head2block.head-white-s .headwap .search-box,
.head2block.head-white-s .heads2 .search-box {
  transform: scale(1);
  transition: all 0.3s;
  border: 1px solid #d4d4d4;
}
.whitehead.head-white-s .headwap input::placeholder,
.whitehead.head-white-s .headwap input,
.whitehead.head-white-s .heads2 input::placeholder,
.whitehead.head-white-s .heads2 input,
.head2block.head-white-s .headwap input::placeholder,
.head2block.head-white-s .headwap input,
.head2block.head-white-s .heads2 input::placeholder,
.head2block.head-white-s .heads2 input {
  color: #333;
}
.whitehead.head-white-s .headwap .box,
.whitehead.head-white-s .heads2 .box,
.head2block.head-white-s .headwap .box,
.head2block.head-white-s .heads2 .box {
  width: 1.2em;
  height: 1.2em;
  margin-left: auto;
}
.whitehead.head-white-s .headwap .box img,
.whitehead.head-white-s .heads2 .box img,
.head2block.head-white-s .headwap .box img,
.head2block.head-white-s .heads2 .box img {
  width: 20px;
  height: 20px;
}
.whitehead.head-white-s .headwap .box img:last-child,
.whitehead.head-white-s .heads2 .box img:last-child,
.head2block.head-white-s .headwap .box img:last-child,
.head2block.head-white-s .heads2 .box img:last-child {
  display: block;
}
.whitehead.head-white-s .headwap .box img:first-child,
.whitehead.head-white-s .heads2 .box img:first-child,
.head2block.head-white-s .headwap .box img:first-child,
.head2block.head-white-s .heads2 .box img:first-child {
  display: none;
}

.p-searchdet .search-box {
  transition: all 0.3s;
  border: 1px solid #333 !important;
}
.p-searchdet .search-box img {
  width: 20px;
  height: 20px;
}
.p-searchdet .search-box img:last-child {
  display: block !important;
}
.p-searchdet .search-box img:first-child {
  display: none !important;
}
.p-searchdet input::placeholder,
.p-searchdet input {
  color: #333 !important;
}

.head-white1.head-white-s.head2block .head-search-2-1 {
  display: none;
}
.head-white1.head-white-s.head2block .head-search-2-2 {
  display: block;
}

.head-white1 .headtabs ul {
  transform: scale(0);
  visibility: hidden;
  transition: all 0.3s;
}

.head-search {
  margin-left: 3em;
}
.head-search a {
  font-size: .8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-search a img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.search-box {
  position: absolute;
  top: 19%;
  right: 2em;
  width: 50%;
  padding: 11px 10px;
  transform: translateY(-50%);
  transition: all 0.3s;
  transform: scale(0);
  border: 1px solid #fff;
  transition: all 0.3s;
  transform-origin: 100% center;
  display: flex;
  align-items: center;
}
.search-box .global-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box input {
  width: 90%;
  font-size: .8em;
  color: #fff;
  background: transparent;
}
.search-box input::placeholder {
  color: #fff;
}
.search-box .box {
  width: 1.2em;
  height: 1.2em;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box .box img {
  width: 20px;
  height: 20px;
}
.search-box .box img:last-child {
  display: none;
}

@media (max-width: 991.98px) {
  .head-search {
    margin-left: 3em;
  }
  .head-search a {
    font-size: .3rem;
  }
  .head-search a img {
    width: .42rem;
    height: .42rem;
    margin-right: .3rem;
  }
}
@media (max-width: 991.98px) {
  .logo {
    transition: all 0.3s;
  }

  .head-white1 .logo {
    transform: scale(0);
    transition: all 0.3s;
  }

  .headwap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .gg-search-box {
    position: relative;
    margin-left: auto;
  }

  .search-box {
    transform: scale(0);
    top: 0.26rem;
    left: -70%;
    width: 111%;
    height: 60%;
  }
  .search-box .item {
    width: 100%;
    height: .5rem;
  }
  .search-box input {
    width: 80%;
    font-size: .26rem;
    height: 100%;
  }
  .search-box .box {
    width: 20%;
    width: .3rem;
    height: .3rem;
  }
  .search-box .box img {
    width: 100%;
    height: 100%;
  }
}
.head2block .search-box {
  background-color: #fff;
}

.headcen {
  margin-top: 42px;
  width: 26px;
}

.search {
  font-size: .9em;
  margin-left: 2em;
  padding-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 39px;
}

.headbtoo {
  position: absolute;
  background-color: #fff;
  top: 100px;
  left: -40px;
  width: 160px;
  padding: 10px 0;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  display: none;
}

.headbtoo a {
  display: block;
  line-height: 36px;
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
  transition: all .3s;
}

.home2more img {
  width: 25px !important;
}

@media (min-width: 992px) {
  .headbtoo a:hover {
    background-color: #c39a5c;
    color: #fff;
  }

  .headtabs .tit a:hover {
    color: #c39a5c;
  }

  .home2 ul li:hover .hometext {
    bottom: 1.5em;
  }

  .home2 ul li:hover .home2bg {
    opacity: 1;
  }
}
.logo-w {
  display: block;
  width: 180px;
}

.logo-b {
  display: none;
  width: 180px;
}

.head2block .logo-b {
  display: block;
}

.head2block .logo-w {
  display: none;
}

.head2block .headtabs {
  color: #000;
}

.divxian {
  width: .48rem;
  height: .05rem;
  background-color: #fff;
}

.divxian + .divxian {
  margin-top: .12rem;
}

.divxian2 {
  width: .37rem;
  text-align: right;
  margin-left: .1rem;
}

.headwap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  height: 1.2rem;
  line-height: 1.2rem;
}

.headwap {
  padding: 0 .5rem;
}

.gg-search-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.wapheadtab {
  background-color: #fff;
  width: 80vw;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  right: -80vw;
  transition: all .3s;
}

.wapheadtabcen .lv1 {
  line-height: 1rem;
  border-bottom: 1px solid #dfdcdc;
}

.wapheadtabcen {
  padding: 1.5rem .5rem 0;
}

.wapheadClose svg {
  width: .3rem;
  height: .3rem;
  color: #fff;
}

.wapheadClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #cf9e4f;
  position: absolute;
  right: .5rem;
  top: .6rem;
}

.wapheadtab-bgk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.1);
  transition: .3s;
}

.wapblock .wapheadtab {
  right: 0;
}

.wapblock .wapheadtab-bgk {
  display: block;
}

.pccode {
  position: absolute;
  left: -1em;
  top: -7em;
  width: 130px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  display: none !important;
}

@media (min-width: 992px) {
  .footlinebox:hover .pccode {
    display: block !important;
  }
}
.headbottom {
  position: fixed;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 1.5;
  justify-content: center;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 28px 6px -24px rgba(0, 0, 0, 0.06);
  color: #333333;
  background-color: #fff;
  font-size: 16px;
  display: none;
}

.headbottom a + a {
  margin-left: 5.55em;
}

.headbottom a {
  line-height: 4.1em;
  display: inline-block;
  border-top: 2px solid transparent;
}

@media (min-width: 992px) {
  .headbottom a:hover {
    color: #cf9e4f;
    border-top: 2px solid #cf9e4f;
  }
}
@media (max-width: 992px) {
  /* .lv2box a */
  .wapheadtabcen svg {
    width: .3rem;
    height: .22rem;
    margin-top: .4rem;
    margin-right: .1rem;
  }

  .lv2box {
    padding: .2rem .2rem;
    display: none;
  }

  .wapheadtabcen .lv2box a {
    display: block;
    line-height: 2.7;
  }

  .foottel {
    display: none;
  }

  .footline {
    display: none;
  }

  .friendline {
    display: none;
  }

  .footlink div {
    font-size: .3rem;
  }

  .beian {
    display: block;
    text-align: center;
    font-size: .28rem;
  }

  .beian a {
    display: block;
    margin-left: 0;
    margin-top: .14rem;
  }

  .footbottom {
    font-size: .28rem;
    border-top: 1px solid #d6d6d6;
    padding-top: .3rem;
  }

  .wapcode img {
    width: 2.8rem;
    border: .15rem solid #f1ebe4;
    display: block;
    margin: .8rem auto .75rem;
  }

  .footlink {
    margin-top: 0;
  }

  .footer {
    padding: .95rem 0 .75rem;
  }

  .head2block .headwap {
    background-color: #fff;
  }

  .head2block .divxian {
    background-color: #333;
  }

  .logo2wap {
    display: none;
  }

  .head2block .logo2wap {
    display: inline-block;
  }

  .head2block .logo1wap {
    display: none;
  }
}
/* 隐私条款 */
.privacy-doc {
  font-size: .8rem;
  line-height: 1.875em;
  color: #4c4c4c;
  min-height: 300px;
}

.privacy-doc img {
  max-width: 100%;
  height: auto !important;
}

.privacy-doc h1,
.privacy-doc h2,
.privacy-doc h3,
.privacy-doc h4,
.privacy-doc h5,
.privacy-doc h6 {
  line-height: 1.6em;
  font-weight: bold;
  color: #222;
  margin-bottom: .68em;
}

.privacy-doc h1 {
  font-size: 1.5em;
}

.privacy-doc h2 {
  font-size: 1.875em;
  padding-top: 45px;
}

.privacy-doc h3 {
  font-size: 1.25em;
}

.privacy-doc h4 {
  font-size: 1em;
  line-height: inherit;
  margin: 0.625em 0 0;
}

.privacy-doc h5 {
  font-size: .875em;
  line-height: inherit;
  margin-bottom: 0;
}

.privacy-doc h6 {
  font-size: .75em;
  line-height: inherit;
  margin-bottom: 0;
}

.privacy-doc ul > li {
  position: relative;
  padding-left: 10px;
}

.privacy-doc ul > li::before {
  content: '•';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.privacy-doc a[href] {
  color: #094594;
}

.p-privacy.whitehead .main-box {
  padding-bottom: 0;
}

.t-heading {
  font-size: 2.6em;
  text-align: center;
  font-weight: bold;
  padding: 1.92em 0 1.19em;
}

@media screen and (max-width: 991.98px) {
  .privacy-doc {
    font-size: .28rem;
    line-height: 1.7em;
  }

  .privacy-doc ul {
    padding-left: 0;
  }

  .t-heading {
    font-size: .52rem;
  }

  .privacy-doc h2 {
    font-size: .4rem;
  }

  .privacy-doc h4 {
    font-size: .36rem;
  }
}
@media (min-width: 991.98px) {
  .search-box {
    width: 36.8%;
    width: 430px;
    height: 48px;
  }

  .detpage i:hover,
  .tabbox .cur a:hover {
    color: #cf9e4f;
  }

  .global-paging .ctrl:hover {
    transition: all 0.3s linear;
    border: 1px solid #cf9e4f;
  }

  .global-paging .ctrl {
    transition: all 0.3s linear;
  }

  .headtabs li:first-child {
    padding-left: 0vw;
  }

  .headtabs li.active1 .headbottom {
    display: block;
  }

  .p-about .main-box {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1010px) {
  .headtabs li:first-child {
    padding-left: 10vw;
  }
}
@media (min-width: 1280px) {
  .headtabs li:first-child {
    padding-left: 20vw;
  }
}
@media (min-width: 1400px) {
  .headtabs li:first-child {
    padding-left: 35vw;
  }
}
@media (max-width: 991.98px) {
  .logo img {
    width: 140px;
  }

  .contacth1 {
    display: none;
  }
}
@media (min-width: 991.98px) and (max-width: 1300px) {
  .headtabs {
    width: 73%;
  }
}
@media (max-width: 991.98px) {
  .jianttou .waptab svg {
    transition: .3s;
    transform: rotate(180deg);
  }

  .waptab svg {
    transition: .3s;
  }
}
.btn-gotop {
  position: fixed;
  width: 3.6em;
  height: 3.6em;
  right: 3em;
  bottom: 18.75vh;
  background: #c39a5c;
  border: 1px solid #c39a5c;
  cursor: pointer;
  transition: .3s;
}
.btn-gotop .btn-gotop-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c39a5c;
}
.btn-gotop .btn-gotop-box .bi {
  width: 26px;
  color: #fff;
}

@media (min-width: 991.98px) and (max-width: 1350px) {
  .search-box {
    right: 6% !important;
  }
}
@media (min-width: 991.98px) {
  .btn-gotop:hover {
    background: #fff;
    border: 1px solid #fff;
    transition: .3s;
  }
  .btn-gotop:hover .btn-gotop-box .bi {
    width: 26px;
    color: #c39a5c;
    transition: .3s;
  }

  #searchpc {
    margin-bottom: 2px;
  }
}
@media (max-width: 991.98px) {
  .btn-gotop {
    display: none !important;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  margin: 0 auto;
  padding: 5em 0;
}

.page-404 .t1 {
  margin: 2.2em 0 2em;
}

.page-404 .t1 span {
  font-size: 1em;
  line-height: 1.25em;
}

.page-404 .t2 {
  color: #8e9396;
  margin: 1.7em 0;
}

.page-404 .t2 span {
  font-size: 2.4em;
  line-height: 1.25em;
}

.page-404 .doc {
  font-size: 0.9em;
  line-height: 2em;
  color: #6c6f71;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 991.98px) {
  .page-404 {
    width: 100%;
    font-size: .28rem;
    padding: 1rem 5vw;
  }

  .page-404 .t2 span {
    font-size: 2em;
  }
}
/* 错误页 */
.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;
}

@media screen and (min-width: 992px) {
  .page-404 .go-home:hover {
    background-color: #fff;
    color: #fe2c55;
  }
}
@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
}
.beian-img {
  transform: translateY(-2px);
}

@media screen and (max-width: 1370px) {
  .btn-gotop {
    right: 4.5em;
  }
}
@media screen and (max-width: 1130px) {
  .btn-gotop {
    right: 4em;
  }
}
