﻿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 {
  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: #5acda6;
  }
}

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: 80vw;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.big-inner{
	width: 95vw;
	max-width: 1700px;
	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.3rem !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: 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-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.8);
}

.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;
}


.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, 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-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("404.png") 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(../image/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 (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 {
  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;
  }
}


.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("404.png") 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("404.png") 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 {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  border-bottom: solid 1px #fff;
  position: relative;
  z-index: 300;
  font-size: .7rem;
}

.head-logo {
  width: 7.2rem;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 20;
}
.head-logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0.45rem 0 0;
}
.head-logo img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center top;
  -webkit-object-position: center top;
}

.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: 1.2rem;
  }

  .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.94rem;
  }
  .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;
}

.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("../image/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 {
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
}

.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;
}
.btn-gotop .bi {
  width: .3rem;
  height: .3rem;
  display: block;
  color: #5acda6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@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;
  }
}

.global-paging {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 3rem;
  font-size: .7rem;
  line-height: 2.4rem;
}
.global-paging a {
  display: block;
  border: solid 1px #ebebeb;
  min-width: 2.5rem;
  text-align: center;
  padding: 0 0.5rem;
  height: calc(2.4rem + 2px);
  position: relative;
  cursor: pointer;
}
.global-paging a:last-child {
  border-right: solid 1px #ebebeb;
}
.global-paging a .bi {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.global-paging a.active {
  color: #fff;
  background-color: #5acda6;
  border-color: #5acda6;
}
.global-paging .num {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.global-paging .num.app {
  margin: 0 0.4rem;
}
.global-paging .mid {
  margin: 0 0.1rem;
}
.global-paging .ctrl {
  color: #999;
}
.global-paging .ctrl.disabled {
  opacity: 0;
  cursor: default;
}

@media screen and (min-width: 992px) {
  .global-paging .ctrl.next {
    border-left: none;
  }
  .global-paging .ctrl:hover {
    color: #fff;
    background-color: #5acda6;
    border-color: #5acda6;
  }
}
@media screen and (max-width: 991.98px) {
  .global-paging {
    margin-top: 1rem;
    line-height: .78rem;
    font-size: .26rem;
  }
  .global-paging a {
    min-width: .8rem;
    height: calc(0.78rem + 2px);
    padding: 0 0.1rem;
  }
}

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;
  }
}