@charset "UTF-8";
/*******/
/******/
@font-face {
  font-family: "HarmonyOSBold";
  src: url("/content/font/HarmonyOSSansSC-Bold.woff2") format("woff2"), url("/content/font/HarmonyOSSansSC-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOSRegular";
  src: url("/content/font/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
  font-display: swap;
}
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}

@media (max-width: 1719px) and (min-width: 1240px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1239px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 575.1px) and (max-width: 991.98px) {
  html {
    font-size: 76px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 13.3333333vw;
  }
}
body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #222;
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  font-family: "Microsoft Yahei", "PingFang SC", "SourceHanSansCN", "HarmonyOS_Sans_SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  }
}
@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    background: none;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.8);
  }
}
/* 公共设置 */
sub, sup {
  margin: 0 3px;
  font-size: 30%;
}

sup {
  top: -1em;
}

code,
mark,
figure,
div,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ol,
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;
  font-weight: inherit;
  resize: none;
}

code:focus, code:active,
mark:focus,
mark:active,
figure:focus,
figure:active,
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,
ol:focus,
ol:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

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;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

table {
  border: solid 1px #e3e3e3;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e3e3e3;
  word-break: break-all;
}

.table th, .table td {
  border: solid 1px #e3e3e3;
}

@media (max-width: 991.98px) {
  .table th, .table td {
    padding: 0.2rem;
  }
}
.mark, mark {
  padding: 0;
  background-color: transparent;
}

.wrapper {
  width: 100%;
  position: relative;
}

.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: 100%;
  height: 100%;
  padding: 0 2.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.xxl-inner:before, .xxl-inner:after {
  content: "";
  display: table;
  clear: both;
}

.lg-inner {
  width: 85vw;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.global-inner {
  width: 80vw;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.lg-inner:before, .lg-inner:after.global-inner:before, .global-inner:after {
  content: "";
  display: table;
  clear: both;
}

.sm-inner {
  width: 70vw;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.sm-inner:before, .sm-inner:after {
  content: "";
  display: table;
  clear: both;
}

.xs-inner {
  width: 68.3vw;
  max-width: 984px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .lg-inner, .global-inner, .sm-inner, .xs-inner {
    width: 100%;
    max-width: none;
    padding: 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .lg-inner, .xxl-inner, .global-inner, .sm-inner, .xs-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;
}

.is-layout-flex {
  display: -webkit-flex;
  display: flex;
}

.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;
}

.hidden {
  display: none !important;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }
  .col-xxl-2 {
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-4 {
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    -webkit-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;
  }
}
@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;
}

.nodata, .nodata1 {
  text-align: center;
  display: block;
  margin: auto;
  padding: 4.9em 0 7.3em;
}

.nodata img, .nodata1 img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.nodataText {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 0.8em;
  color: #333;
}

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
  .nodata img, .nodata1 img {
    width: 2.4rem;
  }
  .nodataText {
    font-size: 0.32rem;
    margin-top: 0.24rem;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  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%;
    height: auto;
    display: block;
    font-size: 0.28rem;
    padding: 1.2rem 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: 0.5em;
  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;
}

/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 2px;
  right: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

.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: rgba(0, 0, 0, 0.15);
}

.scrollbox, .scrollbox2 {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
  .scrollbox {
    overflow-y: auto !important;
  }
  .scrollbox2 {
    overflow-x: auto !important;
  }
}
/**** modal 弹窗样式 ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.5);
}

.modal.fade .modal-dialog {
  transform: none;
  -webkit-transform: none;
}

.modal.show .modal-dialog {
  transform: none;
  -webkit-transform: none;
}

.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 {
  position: relative;
  z-index: 1060;
}

.modal-close {
  display: block;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1020;
}

.modal-close .bi, .modal-close img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  color: #E6E6E6;
}

.modal-close .bi {
  background: url("/img/static/close-gray.svg") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .modal-close:hover .bi {
    background-image: url("/img/static/close-black.svg");
  }
}
@media screen and (max-width: 991.98px) {
  .modal-close {
    padding: 0;
  }
  .modal-close .bi, .modal-close img {
    width: 100%;
    height: 100%;
  }
}
/**** video ***/
.video-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}

.video-js {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 20;
  font-size: 1em;
}

.video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.video-js .vjs-tech, .video-js video {
  object-fit: cover;
  object-position: center center;
  display: block;
}

.video-js .vjs-big-play-button {
  width: 5em;
  height: 5em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: none;
  border: none;
  border-radius: 100%;
  z-index: 50;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
  font-size: 1em;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
  background: url("/img/static/video-play-big.svg") no-repeat center center;
  background-size: contain;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.video-js .vjs-poster {
  background-size: cover;
  background-position: center center;
  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-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.video-js .vjs-poster::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0.5;
  display: none;
}

.vjs-has-started .vjs-poster, .vjs-using-native-controls .vjs-poster {
  display: block;
}

.vjs-playing .vjs-poster {
  display: none !important;
}

.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-play-progress:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-icon-play:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .video-js .vjs-icon-fullscreen-enter:before {
  display: none !important;
}

.video-js .vjs-control-bar {
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  background: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1.1rem;
}

.video-js .vjs-control {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 1rem 0 0;
}

.video-js .vjs-progress-control {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  margin: 0;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 8px;
  background: rgba(78, 71, 62, 0.5);
}

.video-js .vjs-load-progress {
  background: #4E473E;
}

.video-js .vjs-play-control {
  width: auto;
  padding: 0;
  margin-right: 1rem;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  width: 2.4rem;
  height: 2.4rem;
  background: url("/img/static/video-play.svg") no-repeat center center;
  background-size: contain;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  background-image: url("/img/static/video-pause.svg");
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  background-image: url("/img/static/video-play.svg");
}

.video-js .vjs-time-control {
  padding: 0;
  font-size: 1rem;
  line-height: 1.3em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.video-js .vjs-time-divider {
  min-width: 0;
  display: block;
}

.video-js .vjs-playback-rate {
  display: block !important;
  position: absolute;
  right: -webkit-calc(2.6rem + 0.85em);
  right: calc(2.6rem + 0.85em);
  top: 0;
  z-index: 10;
  margin: 0;
  z-index: 10;
  font-size: 1rem;
  line-height: 1.3em;
}

.video-js .vjs-playback-rate .vjs-playback-rate-value {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.video-js .vjs-playback-rate * {
  font-size: 1em;
  line-height: inherit;
}

.video-js .vjs-menu-button-popup .vjs-menu {
  margin-bottom: 2em;
}

.video-js .vjs-fullscreen-control {
  width: 2.4rem;
  height: 100%;
  position: absolute;
  right: 0.85em;
  top: 0;
  margin: 0;
  z-index: 10;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  width: 2.4rem;
  height: 2.4rem;
  background: url("/img/static/video-full.svg") no-repeat center center;
  background-size: contain;
}

.video-js.vjs-paused .vjs-control-bar {
  display: none;
}

.video-js.vjs-paused .vjs-big-play-button {
  display: block;
}

@media screen and (max-width: 1600px) {
  .video-js .vjs-control-bar {
    height: 3.5rem;
  }
  .video-js .vjs-progress-control {
    height: 4px;
  }
  .video-js .vjs-progress-control .vjs-progress-holder {
    height: 4px;
  }
  .video-js .vjs-play-control .vjs-icon-placeholder,
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    width: 2rem;
    height: 2rem;
  }
  .video-js .vjs-time-control,
  .video-js .vjs-playback-rate {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 1;
  }
  .video-js .vjs-control-bar {
    height: 0.88rem;
    padding: 0 0.3rem;
  }
  .video-js .vjs-progress-control,
  .video-js .vjs-progress-holder {
    height: 4px;
  }
  .video-js .vjs-play-control .vjs-icon-placeholder,
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    width: 0.48rem;
    height: 0.48rem;
  }
  .video-js .vjs-play-control {
    margin-right: 0.2rem;
  }
  .video-js .vjs-time-control {
    font-size: 0.24rem;
  }
  .video-js .vjs-fullscreen-control {
    width: 0.48rem;
    right: 0.3rem;
  }
  .video-js .vjs-playback-rate {
    right: 0.88rem;
    font-size: 0.24rem;
  }
  .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    pointer-events: auto;
  }
}
/*** modal-video ***/
.modal-video {
  background: #000016;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5000000;
}
.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-video .modal-close {
  position: fixed;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin: 0;
  border: none;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 100%;
  z-index: 99;
}
.modal-video .modal-close img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.modal-video .modal-close .bi {
  background: none;
  color: inherit;
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  fill: currentColor;
}
.modal-video .modal-content {
  max-width: 1575px;
  width: 151.1111111111vh;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.modal-video .video-box {
  width: 100%;
  height: 85vh;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.modal-video .video-js {
  position: absolute;
  top: 0;
  left: 0;
}
.modal-video .video-js .vjs-big-play-button {
  width: 4em;
  height: 4em;
}
.modal-video video {
  object-fit: contain !important;
  object-position: center center;
}

@media screen and (max-width: 991.98px) {
  .modal-video .modal-dialog {
    padding: 0;
  }
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .modal-video .modal-close {
    width: 0.8rem;
    height: 0.8rem;
    padding: 0.15rem;
    top: 0;
    right: 0;
    z-index: 1100;
  }
  .modal-video .video-box {
    height: 100%;
  }
  .modal-video .video-js .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
  }
}
/**** animate ***/
.animated {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@-webkit-keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@-webkit-keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@-webkit-keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
}
@keyframes circleHover {
  0% {
    stroke-dashoffset: 360px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes circleHover {
  0% {
    stroke-dashoffset: 360px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes ccFlv1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.07;
  }
  75% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.03;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0.01;
  }
}
@keyframes ccFlv1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.07;
  }
  75% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.03;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0.01;
  }
}
@-webkit-keyframes ccFlv2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.13;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.07;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.01;
  }
}
@keyframes ccFlv2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.13;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.07;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.01;
  }
}
@-webkit-keyframes humanFlv {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
  }
  00% {
    -webkit-transform: translateY(0);
  }
}
@keyframes humanFlv {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  00% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
@keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
.fadeInUp2 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeInUp2 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInUp2 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInLeft2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInLeft2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInLeft2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInRight2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInRight2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInRight2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* 辅助 */
@keyframes btnHover {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes btnOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes btnOut {
  0% {
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
.btn {
  -webkit-flex: none;
          flex: none;
  width: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: -webkit-calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  line-height: 1em;
  border: solid 1px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 1.2rem;
  padding: 0;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.btn > * {
  width: 100%;
  height: 100%;
  padding: 0 1.45rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 5;
  color: inherit;
}

.btn .arrow, .btn .bi {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background: no-repeat center center;
  background-size: contain;
}

.btn .arrow.is-right, .btn .bi.is-right {
  margin: 0.1rem 0 0 0.9rem;
}

.btn .arrow.is-left, .btn .bi.is-left {
  margin: 0.1rem 0.9rem 0 0;
}

.btn.btn-normal {
  background: #0052b7;
  color: #fff;
  border-color: #0052b7;
}

.btn.btn-normal::after {
  background: #fff;
}

.btn.btn-normal_line {
  background: transparent;
  color: #0052b7;
  border-color: #0052b7;
}

.btn.btn-normal_line::after {
  background: #0052b7;
}

.btn.btn-white_line {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn.btn-white_line::after {
  background: #fff;
}

.btn.btn-disabled {
  background: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
  color: #666 !important;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .btn:hover::after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .btn.btn-normal:hover {
    color: #0052b7;
  }
  .btn.btn-normal:hover > * {
    color: #0052b7 !important;
  }
  .btn.btn-normal_line:hover {
    color: #fff;
  }
  .btn.btn-white_line:hover {
    color: #0052b7;
  }
}
@media screen and (max-width: 991.98px) {
  .btn {
    width: 3rem;
    min-width: 0;
    font-size: 0.26rem;
    height: -webkit-calc(0.78rem + 2px);
    height: calc(0.78rem + 2px);
    border-width: 1px;
    border-radius: 0.4rem;
  }
  .btn > * {
    padding: 0 0.3rem;
  }
  .btn .arrow, .btn .bi {
    width: 0.38rem;
    height: 0.38rem;
  }
  .btn .arrow.is-right, .btn .bi.is-right {
    margin: 0 0 0 0.46rem;
  }
  .btn .arrow.is-left, .btn .bi.is-left {
    margin: 0 6px 0 0;
  }
}
/* 自定义下拉框 */
.byted-select-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}

.byted-select-wrapper.is-open {
  z-index: 50;
}

.byted-select-wrapper.is-open .byted-select-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.byted-select {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.byted-select-input {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8rem;
  line-height: 1em;
  color: #0052b7;
  width: 100%;
  height: -webkit-calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  -webkit-align-items: center;
          align-items: center;
  border-radius: 2.5rem;
  padding: 0 3rem 0 1.5rem;
  font-weight: bold;
  border: solid 1px #0052b7;
}

.byted-select-arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #5189ce;
}

.byted-select-arrow .bi {
  width: 12px;
  height: 12px;
  display: block;
}

.byted-popover-wrapper {
  min-width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 0.6rem);
  top: calc(100% + 0.6rem);
  background: #fff;
  border: solid 1px #0052b7;
  border-radius: 10px;
  z-index: 20;
  padding: 0.5rem;
}

.byted-option-list {
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #363636;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  max-height: -webkit-calc(12em + 3rem);
  max-height: calc(12em + 3rem);
}

.byted-option-list::-webkit-scrollbar {
  width: 2px;
}

.byted-option-list::-webkit-scrollbar-track {
  background: none;
}

.byted-option-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}

.byted-option-list li {
  padding: 0.3rem 0;
  cursor: pointer;
}

.byted-option-list li.current, .byted-option-list li.active {
  font-weight: bold;
  color: #0052b7;
}

.byted-option-list a {
  display: block;
  padding: 0 1rem;
}

@media screen and (min-width: 992px) {
  .byted-select:hover .form-control {
    border-color: #fe2c55;
  }
  .byted-option-list li:hover, .byted-checkbox-list li:hover {
    color: #0052b7;
  }
}
@media screen and (max-width: 991.98px) {
  .byted-select-arrow {
    right: 0.28rem;
  }
  .byted-select-arrow .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .byted-select-clear {
    right: 0.28rem;
  }
  .byted-select-clear .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .byted-popover-wrapper {
    border-radius: 0.32rem;
    top: -webkit-calc(100% + 0.24rem);
    top: calc(100% + 0.24rem);
    padding: 0.1rem;
  }
  .byted-option-list {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .byted-option-list li {
    padding: 0.1rem 0;
  }
  .byted-option-list a {
    padding: 0 0.3rem;
  }
  .byted-checkbox-list {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .byted-checkbox-label {
    padding: 0.28rem 0.28rem 0.28rem 0.3rem;
  }
  .byted-check-ico {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0 0 0.16rem;
  }
  .byted-checkbox-select-wrapper .byted-popover-wrapper {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/* 提示框 */
.tooltip {
  font-size: 0.7em;
}

#modalCopyLink {
  display: block;
  white-space: nowrap;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 3px;
  font-size: 0.8em;
  padding: 0.5em 1.25em;
}

/* 翻页 */
.global-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 4rem 0 0;
}

.global-paging .paging-ctrl {
  -webkit-flex: none;
          flex: none;
  width: 11rem;
  height: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 60px rgba(192, 196, 204, 0.7);
  line-height: 1em;
  color: #222222;
}

.global-paging .paging-ctrl .arrow {
  display: none;
}

.global-paging .paging-num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1rem;
  line-height: 3rem;
  color: #677283;
  text-align: center;
}

.global-paging .paging-num a {
  width: 2.5rem;
  height: 3rem;
}

.global-paging .paging-num a.active {
  color: #0052b7;
}

.global-paging .paging-num .end {
  font-size: 0.8rem;
}

.global-paging .disabled {
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .global-paging .paging-ctrl:not(.disabled):hover {
    background: #0052b7;
    color: #fff;
  }
  .global-paging .paging-num a:hover {
    background: #0052b7;
    color: #fff !important;
  }
}
@media screen and (max-width: 991.98px) {
  .global-paging {
    margin: 0.8rem 0 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .global-paging .paging-ctrl {
    width: 2.6rem;
    height: -webkit-calc(0.78rem + 2px);
    height: calc(0.78rem + 2px);
    font-size: 0.26rem;
    color: #6c757d;
    border: solid 1px #6c757d;
    border-radius: 0.4rem;
    box-shadow: none;
    margin: 0 0.3rem;
  }
  .global-paging .paging-ctrl .arrow {
    width: 0.16rem;
    height: 0.3rem;
    display: block;
    position: relative;
    background: no-repeat center center;
    background-size: contain;
  }
  .global-paging .paging-ctrl.prev .arrow {
    background-image: url("/img/static/paging-left.svg");
    margin: 0 0.36rem 0 0;
  }
  .global-paging .paging-ctrl.next .arrow {
    background-image: url("/img/static/paging-right.svg");
    margin: 0 0 0 0.36rem;
  }
  .global-paging .paging-ctrl.disabled {
    opacity: 0.5;
  }
}
@media screen and (min-width: 992px) {
  .rocket-weixin__text {
    width: 677px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.iseditor img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
  display: block;
}

.zzy-imgs img {
  max-width: 100%;
  display: block;
  height: auto !important;
  margin: 0 auto;
}

.public-modal-content {
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.public-modal-content .box {
  padding: 100px;
  background: #fff;
}

@-webkit-keyframes addfadeInUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes addfadeInUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
.addfadeInUp {
  opacity: 1;
  visibility: hidden;
  -webkit-animation: addfadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: addfadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.header-logo {
  display: -webkit-flex;
  display: flex;
}
.header-logo a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.header-logo img {
  height: 2em;
}

.header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 109;
}
.header .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

.header-l {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.logo-blue {
  display: none;
}

.header-nav {
  margin-left: 1.6em;
  display: -webkit-flex;
  display: flex;
}
.header-nav > li {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.header-nav > li > a {
  font-size: 0.8em;
  line-height: 1.25em;
  color: #fff;
  font-weight: 400;
  padding: 1.875em 1.5625em;
  position: relative;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.header-nav > li > a::after {
  position: absolute;
  content: "";
  width: -webkit-calc(100% - 3.125em);
  width: calc(100% - 3.125em);
  height: 3px;
  background: #fff;
  top: 1px;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-webkit-calc(-100% - 1px)) translateX(-50%);
          transform: translateY(calc(-100% - 1px)) translateX(-50%);
}
.header-nav > li.current > a::after {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.header-nav > li:hover > a {
  color: rgb(64, 154, 151) !important;
}
.header-nav > li:hover > a::after {
  background: rgb(64, 154, 151);
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}
.header-nav > li:hover .headnav-dropdown {
  max-height: 9999px;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.headnav-dropdown {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  height: auto;
  left: -5px;
  right: -5px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  -webkit-transition: max-height 0.3s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: max-height 0.3s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: max-height 0.3s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1), transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: max-height 0.3s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1), transform 0.3s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.headnav-dropdown .lv2list {
  padding: 15px 0;
}
.headnav-dropdown li {
  margin-bottom: 5px;
}
.headnav-dropdown li:last-child {
  margin-bottom: 0;
}
.headnav-dropdown li:hover {
  color: #00ACA6;
}
.headnav-dropdown a {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
  padding: 0 1.5625em;
  text-align: left;
  white-space: nowrap;
}

.header-r {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
}

.header-language-chonse {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 0.45em;
  position: relative;
}
.header-language-chonse > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.header-language-chonse > a svg {
  width: 1.05em;
  height: 1.05em;
}
.header-language-chonse > a span {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  margin-left: 0.25em;
}
.header-language-chonse a svg {
  margin-left: 0em;
  width: auto;
  height: 1.3em;
}

.language-more {
  position: absolute;
  bottom: 0;
  top: 100%;
  width: -webkit-calc(100% + 1.75em);
  width: calc(100% + 1.75em);
  padding-top: 0em;
  left: -0.8em;
}
.language-more a {
  display: block;
  font-size: 0.8em;
  color: #000;
  line-height: 1.875em;
  padding: 0.5em;
  padding-left: 1.375em;
}

.language-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.overfrist .header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.lx-us .public-button .ab::after {
  background: #fff;
}

body.white .header {
  background: rgb(255, 255, 255);
  border-bottom: solid 1px whitesmoke;
}
body.white .header .header-nav > li > a {
  color: #000;
}
body.white .header .header-nav > li > a::after {
  background: rgb(64, 154, 151);
}
body.white .header .header-nav > li.current > a {
  color: #409a97;
}
body.white .header .header-nav > li.current > a::after {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
body.white .header .header-contact .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.white .header .header-contact .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: #EF6123;
}
body.white .header .header-contact .public-button .ab span {
  color: #fff;
}
body.white .header .header-contact .public-button .ab:hover span {
  color: #fff;
}
body.white .header .header-contact .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.white .header .header-language-chonse a svg path,
body.white .header .header-language-chonse > a span,
body.white .header .header-search-wrap a svg path,
body.white .header .header-search-wrap > a span {
  fill: #000;
  color: #000;
}
body.white .header .header-search-wrap a svg circle,
body.white .header .header-search-wrap a svg line {
  stroke: #000;
}
body.white .header .header-logo img {
  display: none;
}
body.white .header .header-logo img.logo-blue {
  display: -webkit-flex;
  display: flex;
}
body.white .header .header-menu path {
  fill: #000;
}
body.white .header .header-language-chonse > a::after {
  background: #000;
}

body.searchshow .header {
  background: rgb(255, 255, 255);
  border-bottom: solid 1px whitesmoke;
}
body.searchshow .header .header-nav > li > a {
  color: #000;
}
body.searchshow .header .header-nav > li > a::after {
  background: rgb(64, 154, 151);
}
body.searchshow .header .header-nav > li.current > a {
  color: #409a97;
}
body.searchshow .header .header-nav > li.current > a::after {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
body.searchshow .header .header-contact .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.searchshow .header .header-contact .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: #EF6123;
}
body.searchshow .header .header-contact .public-button .ab span {
  color: #fff;
}
body.searchshow .header .header-contact .public-button .ab:hover span {
  color: #fff;
}
body.searchshow .header .header-contact .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.searchshow .header .header-language-chonse a svg path,
body.searchshow .header .header-language-chonse > a span,
body.searchshow .header .header-search-wrap a svg path,
body.searchshow .header .header-search-wrap > a span {
  fill: #000;
  color: #000;
}
body.searchshow .header .header-search-wrap a svg circle,
body.searchshow .header .header-search-wrap a svg line {
  stroke: #000;
}
body.searchshow .header .header-logo img {
  display: none;
}
body.searchshow .header .header-logo img.logo-blue {
  display: -webkit-flex;
  display: flex;
}
body.searchshow .header .header-menu path {
  fill: #000;
}
body.searchshow .header .header-language-chonse > a::after {
  background: #000;
}

.header:hover {
  background: rgb(255, 255, 255);
  border-bottom: solid 1px whitesmoke;
}
.header:hover .header-nav > li > a {
  color: #000;
}
.header:hover .header-nav > li > a::after {
  background: rgb(64, 154, 151);
}
.header:hover .header-nav > li.current > a {
  color: #409a97;
}
.header:hover .header-nav > li.current > a::after {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.header:hover .header-contact .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
.header:hover .header-contact .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: #EF6123;
}
.header:hover .header-contact .public-button .ab span {
  color: #fff;
}
.header:hover .header-contact .public-button .ab:hover span {
  color: #fff;
}
.header:hover .header-contact .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
.header:hover .header-language-chonse a svg path,
.header:hover .header-language-chonse > a span,
.header:hover .header-search-wrap a svg path,
.header:hover .header-search-wrap > a span {
  fill: #000;
  color: #000;
}
.header:hover .header-search-wrap a svg circle,
.header:hover .header-search-wrap a svg line {
  stroke: #000;
}
.header:hover .header-logo img {
  display: none;
}
.header:hover .header-logo img.logo-blue {
  display: -webkit-flex;
  display: flex;
}
.header:hover .header-menu path {
  fill: #000;
}
.header:hover .header-language-chonse > a::after {
  background: #000;
}

body.p-newsdetail .header {
  background: rgb(255, 255, 255);
  border-bottom: solid 1px whitesmoke;
}
body.p-newsdetail .header .header-nav > li > a {
  color: #000;
}
body.p-newsdetail .header .header-nav > li > a::after {
  background: rgb(64, 154, 151);
}
body.p-newsdetail .header .header-nav > li.current > a {
  color: #409a97;
}
body.p-newsdetail .header .header-nav > li.current > a::after {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
body.p-newsdetail .header .header-contact .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.p-newsdetail .header .header-contact .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: #EF6123;
}
body.p-newsdetail .header .header-contact .public-button .ab span {
  color: #fff;
}
body.p-newsdetail .header .header-contact .public-button .ab:hover span {
  color: #fff;
}
body.p-newsdetail .header .header-contact .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.p-newsdetail .header .header-language-chonse a svg path,
body.p-newsdetail .header .header-language-chonse > a span,
body.p-newsdetail .header .header-search-wrap a svg path,
body.p-newsdetail .header .header-search-wrap > a span {
  fill: #000;
  color: #000;
}
body.p-newsdetail .header .header-search-wrap a svg circle,
body.p-newsdetail .header .header-search-wrap a svg line {
  stroke: #000;
}
body.p-newsdetail .header .header-logo img {
  display: none;
}
body.p-newsdetail .header .header-logo img.logo-blue {
  display: -webkit-flex;
  display: flex;
}
body.p-newsdetail .header .header-menu path {
  fill: #000;
}
body.p-newsdetail .header .header-language-chonse > a::after {
  background: #000;
}

body.p-contact .header {
  background: rgb(255, 255, 255);
  border-bottom: solid 1px whitesmoke;
}
body.p-contact .header .header-nav > li > a {
  color: #000;
}
body.p-contact .header .header-nav > li > a::after {
  background: rgb(64, 154, 151);
}
body.p-contact .header .header-nav > li.current > a {
  color: #409a97;
}
body.p-contact .header .header-nav > li.current > a::after {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
body.p-contact .header .header-contact .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.p-contact .header .header-contact .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: #EF6123;
}
body.p-contact .header .header-contact .public-button .ab span {
  color: #fff;
}
body.p-contact .header .header-contact .public-button .ab:hover span {
  color: #fff;
}
body.p-contact .header .header-contact .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.p-contact .header .header-language-chonse a svg path,
body.p-contact .header .header-language-chonse > a span,
body.p-contact .header .header-search-wrap a svg path,
body.p-contact .header .header-search-wrap > a span {
  fill: #000;
  color: #000;
}
body.p-contact .header .header-search-wrap a svg circle,
body.p-contact .header .header-search-wrap a svg line {
  stroke: #000;
}
body.p-contact .header .header-logo img {
  display: none;
}
body.p-contact .header .header-logo img.logo-blue {
  display: -webkit-flex;
  display: flex;
}
body.p-contact .header .header-menu path {
  fill: #000;
}
body.p-contact .header .header-language-chonse > a::after {
  background: #000;
}

body.whitenav .header {
  background: rgb(255, 255, 255);
  border-bottom: solid 1px whitesmoke;
}
body.whitenav .header .header-nav > li > a {
  color: #000;
}
body.whitenav .header .header-nav > li > a::after {
  background: rgb(64, 154, 151);
}
body.whitenav .header .header-nav > li.current > a {
  color: #409a97;
}
body.whitenav .header .header-nav > li.current > a::after {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
body.whitenav .header .header-contact .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.whitenav .header .header-contact .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: #EF6123;
}
body.whitenav .header .header-contact .public-button .ab span {
  color: #fff;
}
body.whitenav .header .header-contact .public-button .ab:hover span {
  color: #fff;
}
body.whitenav .header .header-contact .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.whitenav .header .header-language-chonse a svg path,
body.whitenav .header .header-language-chonse > a span,
body.whitenav .header .header-search-wrap a svg path,
body.whitenav .header .header-search-wrap > a span {
  fill: #000;
  color: #000;
}
body.whitenav .header .header-search-wrap a svg circle,
body.whitenav .header .header-search-wrap a svg line {
  stroke: #000;
}
body.whitenav .header .header-logo img {
  display: none;
}
body.whitenav .header .header-logo img.logo-blue {
  display: -webkit-flex;
  display: flex;
}
body.whitenav .header .header-menu path {
  fill: #000;
}
body.whitenav .header .header-language-chonse > a::after {
  background: #000;
}

@media (min-width: 992px) {
  .header-nav > li > a:hover {
    color: rgb(64, 154, 151) !important;
  }
  .header-nav > li > a:hover::after {
    background: rgb(64, 154, 151);
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  .header-language-chonse:hover .language-box {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
.header-search-wrap {
  display: -webkit-flex;
  display: flex;
  margin: 0 1.25em 0 0;
}
.header-search-wrap > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.header-search-wrap > a svg {
  width: 1.05em;
  height: 1.05em;
}
.header-search-wrap > a span {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  margin-left: 0.25em;
}
.header-search-wrap a svg {
  margin-left: 0.1875em;
  height: 1.05em;
  width: 1.05em;
}

.search-box .inner-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0.9em 0;
}

.search-top {
  background: #fff;
}

.inner-box-l .imgwrap {
  display: -webkit-flex;
  display: flex;
}
.inner-box-l img {
  height: 2em;
}

.inner-box-r {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.search-input {
  position: relative;
}
.search-input input {
  height: 2.75em;
  padding: 0 3.75em 0 3.25em;
  width: 43vw;
  max-width: 820px;
  border-radius: 1.5em;
  border: 1px solid #00ACA6;
  font-size: 0.8em;
  line-height: 1em;
  color: #000;
  font-weight: 400;
}
.search-input input::-webkit-input-placeholder {
  color: #999;
}
.search-input input::placeholder {
  color: #999;
}

.search-alink {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-alink svg {
  width: 1.1em;
  height: 1.1em;
}

.search-close {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  margin-left: 1em;
}
.search-close svg {
  width: 1.2em;
  height: 1.2em;
}

.search-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.search-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  z-index: 99980;
  display: none;
}

.searchshow .search-bg {
  display: block;
}
.searchshow .search-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .header .global-inner, .header .lg-inner, .search-top .global-inner, .search-top .lg-inner {
    width: 100vw;
    max-width: 100%;
    padding: 0 2.5vw;
  }
}
@media (max-width: 991.98px) {
  body.white .header {
    background: rgb(255, 255, 255);
  }
  .header:hover {
    background: rgb(255, 255, 255);
  }
  .search-box {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0;
    pointer-events: none;
  }
  .searchshow .search-box {
    opacity: 1;
    pointer-events: auto;
  }
  .header .box {
    min-height: 1.2rem;
  }
  .header-logo img {
    height: 0.62rem;
  }
  .header-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 0 0.2rem 0 0.1rem;
    margin-right: -0.3rem;
    position: relative;
    width: 0.52rem;
    height: 100%;
    box-sizing: content-box;
  }
  .header-menu svg {
    width: 0.52rem;
    height: 0.52rem;
  }
  .header-language-chonse {
    margin-right: 0;
  }
  .header-language-chonse > a {
    height: 100%;
    padding: 0 0.09rem 0 0.26rem;
    position: relative;
  }
  .header-language-chonse > a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 0.26rem;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1px;
  }
  .header-language-chonse > a span {
    margin-left: 0em;
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #fff;
    font-weight: 400;
  }
  .header-search-wrap {
    margin: 0;
  }
  .header-search-wrap a {
    display: -webkit-flex;
    display: flex;
    padding: 0 0.35rem 0 0.2rem;
  }
  .header-search-wrap a svg {
    margin-left: 0;
    width: 0.33rem;
    height: 0.33rem;
  }
  .modal-appnav {
    position: fixed;
    left: 0;
    top: 1.2rem !important;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 10001;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .modal-appnav > .global-inner, .modal-appnav > .lg-inner {
    height: 100%;
  }
  .modal-appnav .menu-lv1 {
    position: relative;
  }
  .modal-appnav .menu-lv1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    bottom: 0;
    left: 0;
  }
  .modal-appnav .menu-lv1 a.nav-namelv1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0.4rem 0 0.4rem 0;
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #111;
    font-weight: 400;
  }
  .modal-appnav .nav-more-click {
    width: 30%;
    -webkit-justify-content: right;
            justify-content: right;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 0;
    height: 1.12rem;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    top: 0;
    display: none;
  }
  .modal-appnav .nav-more-click svg {
    width: 0.26rem;
    height: 0.26rem;
    object-fit: contain;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .modal-appnav .hasmore .nav-more-click {
    display: -webkit-flex;
    display: flex;
  }
  .modal-appnav .menu-lv2 > a {
    display: -webkit-flex;
    display: flex;
    padding: 0.2rem 0 0.2rem 0;
  }
  .appnav-list-more {
    padding: 0.2rem 0;
    position: relative;
  }
  .appnav-list-more::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    top: 0;
    left: 0;
  }
  .nav-namelv2 {
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #666;
    font-weight: 400;
  }
  .modal-appnav .menu-lv1.on svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .closemenu {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.2rem;
    right: 0.1rem;
    display: none;
  }
  .openmenu {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.2rem;
  }
  body.showmenu {
    background: rgb(255, 255, 255);
    border-bottom: solid 1px whitesmoke;
  }
  body.showmenu .header-nav > li > a {
    color: #000;
  }
  body.showmenu .header-nav > li > a::after {
    background: rgb(64, 154, 151);
  }
  body.showmenu .header-nav > li.current > a {
    color: #409a97;
  }
  body.showmenu .header-nav > li.current > a::after {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  body.showmenu .header-contact .public-button .ab {
    border: 1px solid #034B9F;
    background: #034B9F;
  }
  body.showmenu .header-contact .public-button .ab::after {
    background: #034B9F;
    border-radius: 0px;
    -webkit-transition: all 0s;
    transition: all 0s;
    background: #EF6123;
  }
  body.showmenu .header-contact .public-button .ab span {
    color: #fff;
  }
  body.showmenu .header-contact .public-button .ab:hover span {
    color: #fff;
  }
  body.showmenu .header-contact .public-button .ab:hover::after {
    border-radius: 0;
    background: #EF6123;
    width: 6px;
  }
  body.showmenu .header-language-chonse a svg path,
  body.showmenu .header-language-chonse > a span,
  body.showmenu .header-search-wrap a svg path,
  body.showmenu .header-search-wrap > a span {
    fill: #000;
    color: #000;
  }
  body.showmenu .header-search-wrap a svg circle,
  body.showmenu .header-search-wrap a svg line {
    stroke: #000;
  }
  body.showmenu .header-logo img {
    display: none;
  }
  body.showmenu .header-logo img.logo-blue {
    display: -webkit-flex;
    display: flex;
  }
  body.showmenu .header-menu path {
    fill: #000;
  }
  body.showmenu .header-language-chonse > a::after {
    background: #000;
  }
  body.showmenu .modal-appnav.show {
    -webkit-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
  }
  body.showmenu .openmenu {
    display: none;
  }
  body.showmenu .closemenu {
    display: block;
  }
  body.showmenu .header {
    background: #fff;
  }
  .search-bg {
    background: #fff;
    backdrop-filter: blur(0px);
  }
  .search-box .inner-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .search-box .inner-box-r {
    position: relative;
  }
  .search-input input {
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #00ACA6;
    font-weight: 400;
    max-width: 650px;
    width: 86.667vw;
    height: 1.2rem;
    border-radius: 0.6rem;
  }
  .search-input input::-webkit-input-placeholder {
    color: #00ACA6;
  }
  .search-input input::placeholder {
    color: #00ACA6;
  }
  .search-alink {
    left: 0.5rem;
  }
  .search-alink svg {
    width: 0.44rem;
    height: 0.44rem;
  }
  .search-alink svg > * {
    stroke: #00ACA6;
  }
  .search-close {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: -0.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .search-close svg {
    width: 0.36rem;
    height: 0.36rem;
  }
  .search-close svg > * {
    fill: #00ACA6;
  }
  .search-input {
    margin-top: 0.72rem;
  }
}
.footer {
  background: #05151C;
  padding: 1.25em 0 4em 0;
  position: relative;
  z-index: 20;
}

.footer-topbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 0 1.25em 0;
  position: relative;
}
.footer-topbox::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(217, 217, 217, 0.3);
}

.footer-topbox-l > ul {
  display: -webkit-flex;
  display: flex;
  margin-left: -1.5em;
}
.footer-topbox-l > ul > li {
  margin: 0 1.5em;
}
.footer-topbox-l > ul > li > a {
  font-size: 0.8em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.footer-email-text {
  display: -webkit-flex;
  display: flex;
  font-size: 0.7em;
  line-height: 1.7142857143em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  -webkit-align-items: center;
          align-items: center;
  padding-left: 0.7142857143em;
  position: relative;
}
.footer-email-text::after {
  position: absolute;
  content: "";
  left: 0.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.1428571429em;
  background: rgba(255, 255, 255, 0.6);
}

.footer-email-tit {
  margin-right: 0.5em;
}

.footer-email {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0.4em 0.85em 0.4em 0.85em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.85em;
  margin-right: 1em;
  opacity: 0;
  pointer-events: none;
}
.footer-email .svgwrap {
  width: 0.9em;
  height: 0.9em;
  display: -webkit-flex;
  display: flex;
  margin-right: 0.5em;
}
.footer-email .svgwrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.footer-topbox-r {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.dropdown {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  padding: 20px 0 0;
  display: none;
}
.dropdown::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom-color: #fff;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.dropdown .box {
  padding: 0.4em;
  border-radius: 0.2em;
  background: #fff;
  position: relative;
}
.dropdown img {
  width: 5em;
  height: 5em;
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}
.dropdown .text {
  font-size: 0.6em;
  line-height: 1.2em;
  font-family: "HarmonyOSBold";
  font-weight: 700;
  text-align: center;
  padding-top: 0.5em;
  color: #222;
}

.foot-share-list-item {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.foot-share-list-item .active {
  display: none;
}
.foot-share-list-item .imgwrap {
  border-radius: 100%;
  width: 1.7em;
  height: 1.7em;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.foot-share-list-item .imgwrap img {
  max-width: 90%;
  max-height: 90%;
}

.footer-bottombox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 2em 0 0 0;
}

.foot-logo {
  display: -webkit-flex;
  display: flex;
}
.foot-logo a {
  display: -webkit-flex;
  display: flex;
}
.foot-logo img {
  height: 2em;
}

.foot-copyright {
  display: -webkit-flex;
  display: flex;
  font-size: 0.7em;
  line-height: 1.7142857143em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 0.4285714286em;
}

.foot-copy {
  display: -webkit-flex;
  display: flex;
  margin-right: 0.6428571429em;
}
.foot-copy i {
  margin-right: 0.3571428571em;
}

.footer-bottombox-r {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: end;
          align-items: end;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.foot-beian {
  display: -webkit-flex;
  display: flex;
}

.foot-jszc_swip {
  height: 1.7142857143em;
  overflow: hidden;
  position: relative;
}

.foot-support {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.7em;
  line-height: 1.7142857143em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

@media (min-width: 992px) {
  .footer a[href]:hover {
    color: white;
  }
  .foot-share-list-item:hover .dropdown {
    display: block;
  }
  .foot-share-list-item:hover .active {
    display: block;
  }
  .foot-share-list-item:hover .default {
    display: none;
  }
  .foot-support {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .csr {
    display: none;
  }
  .foot-copy {
    margin-right: 0.26rem;
  }
  .foot-copyright {
    margin-bottom: 0;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    margin-bottom: 0.3rem;
  }
  .footer-bottombox-r {
    -webkit-align-items: center;
            align-items: center;
  }
  .foot-support {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    opacity: 0.6;
  }
  .foot-jszc_swip {
    height: 0.24rem;
    overflow: hidden;
    position: relative;
  }
  .foot-support {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
  }
  .footer-bottombox {
    padding: 0.5rem 0 0 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .footer-topbox {
    padding: 0 0 0.64rem 0;
  }
  .footer-topbox::after {
    background: rgba(217, 217, 217, 0.2);
  }
  .foot-share-list-item {
    margin-bottom: 0.64rem;
  }
  .footer {
    padding: 1.1rem 0 0.83rem 0;
  }
  .footer-topbox-r {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .dropdown {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    padding: 0px 0 0;
  }
  .dropdown .text {
    padding-top: 0.24rem;
    font-size: 0.26rem;
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
  }
  .dropdown .box {
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .dropdown img {
    width: 2rem;
    height: 2rem;
  }
  .footer-email-text {
    font-size: 0.28rem;
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    padding-left: 0rem;
  }
  .footer-email-text::after {
    height: 0.16rem;
    display: none;
  }
  .footer-email-tit {
    margin-right: 0.1rem;
  }
  .footer-email {
    margin-right: 0;
    padding: 0.15rem 0.2rem;
    border-radius: 1rem;
    display: none;
  }
  .footer-email .svgwrap {
    width: 0.31rem;
    height: 0.31rem;
    margin-right: 0.12rem;
    display: none;
  }
}
.main-box {
  min-height: 100vh;
}

.neiye-public-menulv2-staticky {
  background: #fff;
}

.neiye-public-swiper {
  overflow: hidden;
}
.neiye-public-swiper .slide-box {
  position: relative;
}
.neiye-public-swiper .imgwrap {
  position: relative;
}
.neiye-public-swiper .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.neiye-public-swiper .imgwrap.web {
  height: 37vw;
  max-height: 600px;
}
.neiye-public-swiper .imgwrap.app {
  height: 92.27vw;
}

.content-zhezhao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-zhezhao .global-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}

.slide-box-tit {
  font-size: 3em;
  line-height: 1.3333333333em;
  color: #fff;
  font-weight: 700;
}

.slide-box-ftit {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.0909090909em;
}

@media (min-width: 992px) {
  .neiye-public-swiper .global-inner {
    width: 85vw;
    max-width: 1600px;
  }
}
@media (max-width: 991.98px) {
  .slide-box-ftit {
    font-size: 0.28rem;
    line-height: 0.38rem;
    margin-bottom: 0.12rem;
  }
  .slide-box-tit {
    font-size: 0.6rem;
    line-height: 0.8rem;
    font-weight: 400;
  }
}
.neiye-public-menulv2 {
  position: relative;
}
.neiye-public-menulv2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.neiye-public-menulv2 .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  min-height: 3.5em;
}

.menulv2-r ul {
  display: -webkit-flex;
  display: flex;
  margin-right: -1.35em;
}
.menulv2-r ul a {
  font-size: 0.8em;
  line-height: 1.625em;
  color: #666;
  font-weight: 400;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.menulv2-r ul li {
  display: -webkit-flex;
  display: flex;
  padding: 1.35em 1.25em;
  position: relative;
}
.menulv2-r ul li::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #00ACA6;
  width: -webkit-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.menulv2-r ul li.active::after {
  opacity: 1;
}
.menulv2-r ul li.active a {
  font-weight: 700;
  color: #00ACA6;
}

.menulv2-l {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.menulv2-l ul {
  display: -webkit-flex;
  display: flex;
  margin-left: -0.85em;
}
.menulv2-l ul li {
  padding: 0 0.85em;
  position: relative;
}
.menulv2-l ul li::after {
  position: absolute;
  content: "/";
  right: -0.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8em;
  line-height: 1.625em;
  color: #666;
  font-weight: 400;
}
.menulv2-l ul li:last-child::after {
  display: none;
}
.menulv2-l ul li.active a {
  color: #333;
}
.menulv2-l a {
  font-size: 0.8em;
  line-height: 1.625em;
  color: #666;
  font-weight: 400;
}

@media (min-width: 992px) {
  .neiye-public-menulv2 .global-inner {
    width: 85vw;
    max-width: 1600px;
  }
  .menulv2-r li:hover a {
    color: #00ACA6;
    font-weight: 700;
  }
}
@media (max-width: 991.98px) {
  .neiye-public-menulv2-staticky {
    display: none;
  }
}
/** 公共轮播翻页 **/
.global-swiper-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: static;
  -webkit-justify-content: center;
          justify-content: center;
}
.global-swiper-paging .bullet {
  -webkit-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  margin: 0 4px;
}
.global-swiper-paging .active {
  background: #00ACA6;
}
.global-swiper-paging.is-white .bullet {
  background: #fff;
  opacity: 0.4;
}
.global-swiper-paging.is-white .active {
  opacity: 1;
  background: #fff;
}

@media (max-width: 991.98px) {
  .global-swiper-paging {
    margin: 0.35rem 0 0;
  }
  .global-swiper-paging .bullet {
    margin: 0 4px;
  }
}
.global-paging {
  margin-top: 3em;
  -webkit-justify-content: center;
          justify-content: center;
}
.global-paging .paging-num a {
  width: 2.5em;
  height: 2.5em;
  margin: 0 0.25em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #999;
  font-weight: 400;
  border-radius: 100%;
}
.global-paging .paging-num a.active {
  background: #D0E5E5;
  color: #333;
}
.global-paging .paging-ctrl {
  cursor: pointer;
  -webkit-flex: none;
          flex: none;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  box-shadow: none;
  line-height: 1;
  color: #222222;
}
.global-paging .paging-ctrl.next {
  margin: 0 0.85em 0 1.05em;
}
.global-paging .paging-ctrl.prev {
  margin: 0 1.05em 0 0.85em;
}
.global-paging .tail-ctrl, .global-paging .head-ctrl {
  display: -webkit-flex;
  display: flex;
  padding: 0 0.85em;
}
.global-paging .tail-ctrl svg, .global-paging .head-ctrl svg {
  width: 0.6em;
  height: 0.9em;
}

@media screen and (min-width: 992px) {
  .global-paging .paging-num a:hover {
    background: #D0E5E5;
    color: #333 !important;
  }
  .global-paging .paging-ctrl a, .tail-ctrl a, .head-ctrl a {
    color: #D0E5E5;
  }
  .global-paging .paging-ctrl:not(.disabled):hover, .tail-ctrl:not(.disabled):hover, .head-ctrl:not(.disabled):hover {
    background: none;
  }
  .global-paging .paging-ctrl:not(.disabled):hover svg path, .tail-ctrl:not(.disabled):hover svg path, .head-ctrl:not(.disabled):hover svg path {
    stroke: #0052b7;
  }
}
@media (max-width: 991.98px) {
  .global-paging {
    margin-top: 1rem;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .global-paging .paging-ctrl {
    display: -webkit-flex;
    display: flex;
    margin: 0 !important;
    border: 0.01rem solid #666;
    border-radius: 0.6rem;
  }
  .global-paging .paging-ctrl span {
    font-size: 0.28rem;
    line-height: 0.28rem;
    padding: 0.22rem 0.58rem;
    color: #666;
  }
}
/** 内页公共 **/
.inside-heading_h2 {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 700;
  position: relative;
}

.inside-text {
  font-size: 1rem;
  line-height: 1.8em;
  position: relative;
}

@media (max-width: 991.98px) {
  .inside-heading_h2 {
    font-size: 0.54rem;
    line-height: 0.72rem;
    font-weight: 600;
  }
  .inside-text {
    font-size: 0.34rem;
    line-height: 0.6rem;
  }
}
/* 置顶按钮 */
.scroll-to-top__wrapper {
  border-radius: 50%;
  bottom: 0.32rem;
  display: -webkit-flex;
  display: flex;
  height: 1.32rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0.32rem;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
  width: 1.32rem;
  z-index: 200;
}
.scroll-to-top__wrapper.scroll-to-top--visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-to-top {
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  padding: 0.16rem;
  touch-action: manipulation;
  width: 100%;
}

.scroll-to-top__icon {
  border-radius: 50%;
  -webkit-filter: drop-shadow(-2px 0 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(-2px 0 4px rgba(0, 0, 0, 0.4));
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  width: 100%;
}
.scroll-to-top__icon #black-circle {
  fill-opacity: 0.65;
  -webkit-transition: fill-opacity 0.3s ease-out;
  transition: fill-opacity 0.3s ease-out;
}
.scroll-to-top__icon #arrow, .scroll-to-top__icon #white-stroke {
  fill: #fff;
}
.scroll-to-top__icon #yellow-stroke {
  fill: none;
  stroke: #00ACA6;
  stroke-width: 3px;
  stroke-dasharray: 166.5px;
  stroke-dashoffset: 166.5px;
  -webkit-transition: stroke-dashoffset 0.1s linear;
  transition: stroke-dashoffset 0.1s linear;
}

@media (min-width: 1024px) {
  .scroll-to-top__wrapper {
    bottom: 2rem;
    right: 2rem;
    height: 2.8rem;
    width: 2.8rem;
  }
  .scroll-to-top {
    padding: 0;
  }
}
@media (min-width: 992px) {
  @-webkit-keyframes toggleMove {
    0% {
      bottom: 20px;
      opacity: 0.3;
    }
    50% {
      bottom: 10px;
      opacity: 1;
    }
    to {
      bottom: 20px;
      opacity: 0.3;
    }
  }
  @keyframes toggleMove {
    0% {
      bottom: 20px;
      opacity: 0.3;
    }
    50% {
      bottom: 10px;
      opacity: 1;
    }
    to {
      bottom: 20px;
      opacity: 0.3;
    }
  }
  .downarrow {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    z-index: 99;
  }
  .downarrow .imgwrap {
    position: relative;
    top: -20px;
  }
  .downarrow img {
    -webkit-animation: toggleMove 1s infinite;
            animation: toggleMove 1s infinite;
    position: relative;
    width: 24px;
    height: 23px;
  }
  .is-actived .downarrow {
    display: none;
  }
  .foot-jszc_swip .swiper-wrapper .swiper-slide {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: left !important;
            justify-content: left !important;
  }
  .indt-furn-tabbox:not(.is-sticky) .furn-tablist .tabitem:not(.active):hover {
    background: none !important;
  }
  .indt-furn-tabbox:not(.is-sticky) .furn-tablist .tabitem:not(.active) {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    position: relative;
  }
  .indt-furn-tabbox:not(.is-sticky) .furn-tablist .tabitem:not(.active) span {
    position: relative;
    z-index: 2;
  }
  .indt-furn-tabbox:not(.is-sticky) .furn-tablist .tabitem:not(.active)::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: #00918c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    will-change: width;
  }
  .indt-furn-tabbox:not(.is-sticky) .furn-tablist .tabitem:not(.active):hover {
    border: 1px solid #00918c;
  }
  .indt-furn-tabbox:not(.is-sticky) .furn-tablist .tabitem:not(.active):hover svg, .indt-furn-tabbox:not(.is-sticky) .furn-tablist .tabitem:not(.active):hover a {
    position: relative;
    z-index: 2;
  }
  .indt-furn-tabbox:not(.is-sticky) .furn-tablist .tabitem:not(.active):hover::after {
    width: 100%;
  }
  .hrjob-more:not(.end):hover {
    background: none !important;
  }
  .town-watch-more {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
  }
  .town-watch-more span {
    border-radius: 1.4rem;
    height: 2rem;
    font-size: 0.8rem;
    line-height: 1em;
    color: #111;
    padding: 0 1rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border: 1px solid #111;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .town-watch-more span span {
    position: relative;
    z-index: 2;
  }
  .town-watch-more span::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: #00918c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    will-change: width;
  }
  .town-watch-more span:hover {
    border: 1px solid #00918c;
  }
  .town-watch-more span:hover svg, .town-watch-more span:hover a {
    position: relative;
    z-index: 2;
  }
  .town-watch-more span:hover::after {
    width: 100%;
  }
  .town-watch-more span::after {
    z-index: -1;
  }
  .town-watch-more span:hover {
    color: #fff;
  }
  .hrjob-more:not(.end) {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    position: relative;
  }
  .hrjob-more:not(.end) span {
    position: relative;
    z-index: 2;
  }
  .hrjob-more:not(.end)::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: #00918c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    will-change: width;
  }
  .hrjob-more:not(.end):hover {
    border: 1px solid #00918c;
  }
  .hrjob-more:not(.end):hover svg, .hrjob-more:not(.end):hover a {
    position: relative;
    z-index: 2;
  }
  .hrjob-more:not(.end):hover::after {
    width: 100%;
  }
  .hrjob-more.end {
    background: #fff !important;
    pointer-events: none;
  }
  .btn-play_web {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    position: relative;
  }
  .btn-play_web span {
    position: relative;
    z-index: 2;
  }
  .btn-play_web::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: #00918c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    will-change: width;
  }
  .btn-play_web:hover {
    border: 1px solid #00918c;
  }
  .btn-play_web:hover svg, .btn-play_web:hover a {
    position: relative;
    z-index: 2;
  }
  .btn-play_web:hover::after {
    width: 100%;
  }
  .ab-future-media.web .btn-play_web:hover {
    background: none !important;
  }
  .header-search-wrap {
    position: relative;
  }
  .soso-inner-box {
    position: absolute;
    right: 1.3em;
    height: 4em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  body.searchshow .soso-inner-box {
    width: auto;
  }
  body.searchshow .header-search-wrap > a {
    opacity: 0;
  }
  body.searchshow .header-m {
    opacity: 0;
  }
}
.townpop-top {
  height: 98px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: absolute;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  z-index: 99;
  top: 0;
}
.townpop-top .left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 22px;
  color: #999;
}

.townpop-main {
  display: -webkit-flex;
  display: flex;
  padding-top: 120px;
  height: 77.15vh;
  box-sizing: content-box;
}

.gallery-left {
  -webkit-flex: 1;
          flex: 1;
  margin-right: 25px;
  overflow: hidden;
}

.gallery-right {
  width: 100px;
  position: relative;
}

.gallery-scroll-up {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background: url(/img/images/icon-up.svg) no-repeat;
  width: 24px;
  height: 15px;
  cursor: pointer;
}
.gallery-scroll-up.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
}

.gallery-scroll-down {
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(-180deg);
          transform: translate(-50%) rotate(-180deg);
  background: url(/img/images/icon-up.svg) no-repeat;
  width: 24px;
  height: 15px;
  cursor: pointer;
}
.gallery-scroll-down.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
}

.gallery-swiper-l {
  height: 100%;
}
.gallery-swiper-l .inner-swiper {
  height: 100%;
}
.gallery-swiper-l .imgwrap {
  position: relative;
  height: -webkit-calc(100% - 36px);
  height: calc(100% - 36px);
}
.gallery-swiper-l .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-swiper-l .title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 36px;
}

.gallerypopimg .modal-dialog {
  height: 100%;
}
.gallerypopimg .modal-content {
  height: 100%;
  background: rgb(242, 242, 242);
  padding: 0 50px;
  position: relative;
}

.gallery-swiper-r {
  height: -webkit-calc(100% - 36px);
  height: calc(100% - 36px);
  overflow: hidden;
}
.gallery-swiper-r .swiper-slide {
  height: 100px;
  position: relative;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.gallery-swiper-r .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.gallery-swiper-r .swiper-slide .inner-swiper {
  height: 100%;
}
.gallery-swiper-r .swiper-slide .imgwrap {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.gallery-swiper-r .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.gallerypopimg .modal-close {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallerypopimg .modal-close path {
  fill: #999;
}
.gallerypopimg .modal-close .bi {
  background: none;
}

@media (min-width: 992px) {
  .gallerypopimg .modal-close:hover path {
    fill: #222;
  }
}
@media (max-width: 991.98px) {
  .town-watch-more {
    /* min-width: 0.2rem; */
    height: 100%;
    padding: 0.2rem 0.58rem !important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 0.45rem;
    white-space: nowrap;
    margin: 0 !important;
    border: 1px solid #00ACA6;
    background: #00ACA6;
    display: block;
    width: 2rem;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.2rem !important;
  }
  .town-watch-more span {
    font-size: 0.28rem;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
  }
  .gallery-scroll-down, .gallery-scroll-up {
    display: none;
  }
  .gallery-swiper-l {
    height: auto;
  }
  .gallery-swiper-l .title {
    padding: 0.24rem 0.24rem 0 0.24rem;
    font-size: 0.32rem;
    line-height: 1;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .gallery-swiper-l .imgwrap {
    height: -webkit-calc(74.513vh - 0.32rem);
    height: calc(74.513vh - 0.32rem);
  }
  .gallery-swiper-r {
    height: 1.6rem;
    width: 100%;
  }
  .gallery-swiper-r .swiper-slide {
    width: 1.6rem;
    height: 1.6rem;
  }
  .gallery-right {
    width: 100%;
    -webkit-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .townpop-main {
    height: 100%;
  }
  .gallery-left {
    width: 100%;
    -webkit-flex: none;
            flex: none;
  }
  .townpop-top {
    width: 100%;
    height: 1.2rem;
    padding: 0.1rem;
  }
  .townpop-top .left {
    font-size: 0.48rem;
  }
  .townpop-main {
    padding-top: 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .gallerypopimg .modal-content {
    padding: 0 0;
  }
  .gallerypopimg .modal-close {
    right: 0.1rem;
    top: 0.46rem;
  }
  .gallerypopimg .modal-close svg {
    width: 0.56rem;
    height: 0.56rem;
  }
}
@media (min-width: 992px) {
  .gallerypopimg {
    backdrop-filter: blur(10px);
  }
  .gallerypopimg .modal-content {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .gallerypopimg.show .modal-content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .townpop-top {
    width: -webkit-calc(100% - 7em);
    width: calc(100% - 7em);
    top: -35px;
  }
  .townpop-top .left {
    display: none;
  }
  .gallery-swiper-l .title {
    height: 25px;
  }
  .gallery-scroll-up {
    position: absolute;
    top: 50%;
    left: -34px;
    -webkit-transform: translate(0%, -50%) rotate(-90deg);
            transform: translate(0%, -50%) rotate(-90deg);
    background: url(/img/images/icon-up.svg) no-repeat;
    width: 24px;
    height: 15px;
    cursor: pointer;
  }
  .gallery-scroll-up.swiper-button-disabled {
    opacity: 0.2;
    cursor: auto;
  }
  .gallery-scroll-down {
    position: absolute;
    top: 50%;
    right: -34px;
    -webkit-transform: translate(0%, -50%) rotate(90deg);
            transform: translate(0%, -50%) rotate(90deg);
    background: url(/img/images/icon-up.svg) no-repeat;
    left: inherit;
    width: 24px;
    height: 15px;
    cursor: pointer;
  }
  .gallery-scroll-down.swiper-button-disabled {
    opacity: 0.2;
    cursor: auto;
  }
  .gallery-swiper-r {
    height: 140px;
  }
  .gallery-swiper-r .swiper-slide {
    height: 140px;
    width: 210px;
  }
  .gallery-right {
    width: 100%;
  }
  .gallery-left {
    width: 100%;
    margin-right: 0;
  }
  .townpop-top {
    display: none;
  }
  .townpop-main {
    padding-top: 2em;
    height: 100%;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .gallerypopimg .modal-dialog {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: right;
            justify-content: right;
  }
  .gallerypopimg .modal-content {
    position: relative;
    width: 64vw;
    max-width: 1200px;
    margin: 0;
    padding: 0 3.5em 2.35em;
  }
}