@charset "utf-8";
/*******/
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 575.1px) and (max-width: 991.98px) {
  html {
    font-size: 76px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 13.3333333vw;
  }
}
.page-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

@font-face {
  font-family: 'NotoSansRegular';
  src: url("/content/fonts/NotoSans-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansLight';
  src: url("/content/fonts/NotoSans-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansMedium';
  src: url("/content/fonts/NotoSans-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansBold';
  src: url("/content/fonts/NotoSans-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansSemiBold';
  src: url("/content/fonts/NotoSans-SemiBold.ttf");
  font-display: swap;
}
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;
  overflow: hidden;
  overflow-y: auto;
  font-family: "NotoSansRegular", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

@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: 10px;
  }

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

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

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

.sm-inner {
  width: 70vw;
  max-width: 1208px;
  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) {
  .global-inner, .sm-inner, .xs-inner {
    width: 100%;
    max-width: none;
    padding: 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .xxl-inner, .global-inner, .sm-inner, .xs-inner, .m-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.4rem !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: 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 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@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: .32rem;
    margin-top: .24rem;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  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: .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: 4px;
  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: 2px;
  background: #697C92;
}

.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: transparent !important;
  opacity: 1;
}

.video-js .vjs-tech, .video-js video {
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: difference;
  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;
  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 {
  background-size: cover;
  object-fit: cover;
}

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

.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: flex;
  align-items: center;
  padding: 0 1.1rem;
}

.video-js .vjs-control {
  height: 100%;
  display: flex;
  align-items: 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: 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: flex;
  justify-content: 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;
}

.video-js .vjs-volume-panel {
  justify-content: flex-start;
  margin: 0 0 0 1rem;
  width: 2em;
}
.video-js .vjs-volume-panel .vjs-mute-control {
  margin: 0;
  width: 2em;
}

@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: .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: .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: .48rem;
    height: .48rem;
  }

  .video-js .vjs-play-control {
    margin-right: .2rem;
  }

  .video-js .vjs-time-control {
    font-size: .24rem;
  }

  .video-js .vjs-fullscreen-control {
    width: .48rem;
    right: .3rem;
  }

  .video-js .vjs-playback-rate {
    right: 0.88rem;
    font-size: .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: 5000;
}

.modal-video .video-js {
  position: absolute;
  top: 0;
  left: 0;
}

.modal-video .modal-close {
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  right: -2.1em;
  top: 0em;
  margin: 0;
  border: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  z-index: 99;
}
.modal-video .modal-close img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.modal-video .modal-close .bi {
  width: 1em;
  height: 1em;
  display: block;
  color: #b8bfcc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}

.modal-video .modal-content {
  width: 1346px;
  max-width: 86vw;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.modal-video .video-box {
  width: 100%;
  padding-top: 56.3%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .modal-video .modal-dialog {
    padding: 0 0.3rem;
  }

  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }

  .modal-video .modal-close {
    width: .8rem;
    height: .8rem;
    top: .3rem;
    right: .3rem;
    z-index: 1100;
  }
}
@media screen and (max-width: 991.98px) {
  .modal-video .modal-dialog {
    padding: 0 0.3rem;
  }

  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }

  .modal-video .modal-close {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.7rem;
    right: 0;
    z-index: 1100;
  }
}
/**** animate ***/
.animated {
  animation-delay: .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;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}
@-webkit-keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    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;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    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;
  }
}
@keyframes ccFlv1 {
  0% {
    transform: scale(1);
    opacity: 0.01;
  }
  25% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.07;
  }
  75% {
    transform: scale(1.6);
    opacity: 0.03;
  }
  100% {
    transform: scale(1.8);
    opacity: 0.01;
  }
}
@keyframes ccFlv2 {
  0% {
    transform: scale(0.8);
    opacity: 0.01;
  }
  25% {
    transform: scale(0.8);
    opacity: 0.13;
  }
  50% {
    transform: scale(1);
    opacity: 0.1;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.07;
  }
  100% {
    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% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20%);
  }
  00% {
    transform: translateY(0);
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
  00% {
    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;
  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% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes btnOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes btnOut {
  0% {
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
.btn {
  flex: none;
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(2.4rem + 2px);
  line-height: 1em;
  border: solid 1px;
  text-align: center;
  font-size: .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);
  transform-origin: center top;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.btn > * {
  width: 100%;
  height: 100%;
  padding: 0 1.45rem;
  display: flex;
  justify-content: 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);
    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: .26rem;
    height: calc(.78rem + 2px);
    border-width: 1px;
    border-radius: .4rem;
  }

  .btn > * {
    padding: 0 0.3rem;
  }

  .btn .arrow, .btn .bi {
    width: .38rem;
    height: .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: flex;
  font-size: .8rem;
  line-height: 1em;
  color: #0052b7;
  width: 100%;
  height: calc(2.4rem + 2px);
  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: calc(100% + 0.6rem);
  background: #fff;
  border: solid 1px #0052b7;
  border-radius: 10px;
  z-index: 20;
  padding: 0.5rem;
}

.byted-option-list {
  font-size: .8rem;
  line-height: 1.5em;
  color: #363636;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  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: .28rem;
  }

  .byted-select-arrow .bi {
    width: .3rem;
    height: .3rem;
  }

  .byted-select-clear {
    right: .28rem;
  }

  .byted-select-clear .bi {
    width: .3rem;
    height: .3rem;
  }

  .byted-popover-wrapper {
    border-radius: .32rem;
    top: calc(100% + 0.24rem);
    padding: 0.1rem;
  }

  .byted-option-list {
    font-size: .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: .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: .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: .8em;
  padding: .5em 1.25em;
}

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

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

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

.global-paging .paging-num {
  display: flex;
  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: .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: .8rem 0 0;
    justify-content: center;
  }

  .global-paging .paging-ctrl {
    width: 2.6rem;
    height: calc(.78rem + 2px);
    font-size: .26rem;
    color: #6c757d;
    border: solid 1px #6c757d;
    border-radius: .4rem;
    box-shadow: none;
    margin: 0 0.3rem;
  }

  .global-paging .paging-ctrl .arrow {
    width: .16rem;
    height: .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: .5;
  }
}
@media screen and (min-width: 992px) {
  .rocket-weixin__text {
    width: 677px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.newsdel-content 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: flex;
  justify-content: center;
  align-items: center;
}
.public-modal-content .box {
  padding: 100px;
  background: #fff;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 109;
}
.header .xxl-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .xxl-inner:before, .header .xxl-inner:after {
  display: none;
}

.header .box {
  display: flex;
  justify-content: space-between;
}

.header-l {
  display: flex;
}

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

.header-nav {
  display: flex;
  margin-left: 1.6em;
}
.header-nav > li {
  display: flex;
}
.header-nav > li > a {
  font-size: 0.8em;
  line-height: 1.375em;
  color: #fff;
  font-weight: 400;
  padding: 1.5625em 1em;
  position: relative;
  font-family: inherit;
  font-style: normal;
}
.header-nav > li > a::after {
  position: absolute;
  content: '';
  height: 3px;
  background: #fff;
  top: 1px;
  left: 1em;
  transition: all 0.3s;
  width: 0;
}

.header-search {
  display: flex;
  align-items: center;
  margin-right: 1.25em;
}
.header-search > a {
  display: flex;
  align-items: center;
  transition: all 0s;
}
.header-search > a svg {
  width: 1.05em;
  height: 1.05em;
}
.header-search > a span {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  margin-left: 0.25em;
}

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

.header-person {
  display: flex;
  align-items: center;
  margin-left: 0.75em;
}
.header-person > a {
  display: flex;
  align-items: center;
  transition: all 0s;
}
.header-person > a svg {
  width: 1.05em;
  height: 1.05em;
}
.header-person > a span {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  margin-left: 0.25em;
}
.header-person a span {
  color: #fff;
  display: block;
  max-width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logo_lan {
  display: none;
}

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

.lan-box {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
}

.soso-wrap {
  display: flex;
  margin: 0 0.2em;
}
.soso-wrap > a {
  display: flex;
  align-items: center;
  transition: all 0s;
}
.soso-wrap > a svg {
  width: 1.05em;
  height: 1.05em;
}
.soso-wrap > a span {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  margin-left: 0.25em;
}
.soso-wrap a svg {
  margin-left: 0.1875em;
  width: 1.15em;
  height: 1.15em;
}

@media (min-width: 992px) {
  .header-lang-chonse:hover a {
    opacity: 0.8;
  }

  .soso-wrap a:hover {
    opacity: 0.8;
  }

  .header-person a:hover {
    opacity: 0.8;
  }
}
.header {
  transition: all 0.5s;
}

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

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

body.overfrist.headerwhite .header {
  transform: translateY(0%);
}

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

body.white .header {
  background: white;
}
body.white .header .header-person a span {
  color: #000;
}
body.white .header .header-nav > li > a {
  color: #000;
}
body.white .header .header-nav > li > a::after {
  background: #034B9F;
}
body.white .header .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.white .header .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
body.white .header .lx-us .public-button .ab span {
  color: #fff;
}
body.white .header .lx-us .public-button .ab:hover span {
  color: #fff;
}
body.white .header .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.white .header .header-lang-chonse a svg path,
body.white .header .header-lang-chonse > a span,
body.white .header .soso-wrap a svg path,
body.white .header .soso-wrap a svg circle,
body.white .header .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
body.white .header .header-person > a svg path {
  fill: #000;
}
body.white .header .app_menu_click rect, body.white .header .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
body.white .header .header-logo img {
  display: none;
}
body.white .header .header-logo img.logo_lan {
  display: flex;
}

body.overfrist.poswhite .header {
  background: white;
  transform: translateY(0%);
}
body.overfrist.poswhite .header .header-person a span {
  color: #000;
}
body.overfrist.poswhite .header .header-nav > li > a {
  color: #000;
}
body.overfrist.poswhite .header .header-nav > li > a::after {
  background: #034B9F;
}
body.overfrist.poswhite .header .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.overfrist.poswhite .header .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
body.overfrist.poswhite .header .lx-us .public-button .ab span {
  color: #fff;
}
body.overfrist.poswhite .header .lx-us .public-button .ab:hover span {
  color: #fff;
}
body.overfrist.poswhite .header .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.overfrist.poswhite .header .header-lang-chonse a svg path,
body.overfrist.poswhite .header .header-lang-chonse > a span,
body.overfrist.poswhite .header .soso-wrap a svg path,
body.overfrist.poswhite .header .soso-wrap a svg circle,
body.overfrist.poswhite .header .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
body.overfrist.poswhite .header .header-person > a svg path {
  fill: #000;
}
body.overfrist.poswhite .header .app_menu_click rect, body.overfrist.poswhite .header .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
body.overfrist.poswhite .header .header-logo img {
  display: none;
}
body.overfrist.poswhite .header .header-logo img.logo_lan {
  display: flex;
}

.header:hover {
  background: white;
  transition: all 1s;
}
.header:hover .header-person a span {
  color: #000;
}
.header:hover .header-nav > li > a {
  color: #000;
}
.header:hover .header-nav > li > a::after {
  background: #034B9F;
}
.header:hover .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
.header:hover .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
.header:hover .lx-us .public-button .ab span {
  color: #fff;
}
.header:hover .lx-us .public-button .ab:hover span {
  color: #fff;
}
.header:hover .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
.header:hover .header-lang-chonse a svg path,
.header:hover .header-lang-chonse > a span,
.header:hover .soso-wrap a svg path,
.header:hover .soso-wrap a svg circle,
.header:hover .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
.header:hover .header-person > a svg path {
  fill: #000;
}
.header:hover .app_menu_click rect, .header:hover .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
.header:hover .header-logo img {
  display: none;
}
.header:hover .header-logo img.logo_lan {
  display: flex;
}

body.headerwhite .header {
  background: white;
  background: #fff;
  transform: all 0s;
}
body.headerwhite .header .header-person a span {
  color: #000;
}
body.headerwhite .header .header-nav > li > a {
  color: #000;
}
body.headerwhite .header .header-nav > li > a::after {
  background: #034B9F;
}
body.headerwhite .header .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.headerwhite .header .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
body.headerwhite .header .lx-us .public-button .ab span {
  color: #fff;
}
body.headerwhite .header .lx-us .public-button .ab:hover span {
  color: #fff;
}
body.headerwhite .header .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.headerwhite .header .header-lang-chonse a svg path,
body.headerwhite .header .header-lang-chonse > a span,
body.headerwhite .header .soso-wrap a svg path,
body.headerwhite .header .soso-wrap a svg circle,
body.headerwhite .header .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
body.headerwhite .header .header-person > a svg path {
  fill: #000;
}
body.headerwhite .header .app_menu_click rect, body.headerwhite .header .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
body.headerwhite .header .header-logo img {
  display: none;
}
body.headerwhite .header .header-logo img.logo_lan {
  display: flex;
}

body.p-result .header {
  background: white;
}
body.p-result .header .header-person a span {
  color: #000;
}
body.p-result .header .header-nav > li > a {
  color: #000;
}
body.p-result .header .header-nav > li > a::after {
  background: #034B9F;
}
body.p-result .header .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.p-result .header .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
body.p-result .header .lx-us .public-button .ab span {
  color: #fff;
}
body.p-result .header .lx-us .public-button .ab:hover span {
  color: #fff;
}
body.p-result .header .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.p-result .header .header-lang-chonse a svg path,
body.p-result .header .header-lang-chonse > a span,
body.p-result .header .soso-wrap a svg path,
body.p-result .header .soso-wrap a svg circle,
body.p-result .header .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
body.p-result .header .header-person > a svg path {
  fill: #000;
}
body.p-result .header .app_menu_click rect, body.p-result .header .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
body.p-result .header .header-logo img {
  display: none;
}
body.p-result .header .header-logo img.logo_lan {
  display: flex;
}

body.p-member .header {
  background: white;
}
body.p-member .header .header-person a span {
  color: #000;
}
body.p-member .header .header-nav > li > a {
  color: #000;
}
body.p-member .header .header-nav > li > a::after {
  background: #034B9F;
}
body.p-member .header .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.p-member .header .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
body.p-member .header .lx-us .public-button .ab span {
  color: #fff;
}
body.p-member .header .lx-us .public-button .ab:hover span {
  color: #fff;
}
body.p-member .header .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.p-member .header .header-lang-chonse a svg path,
body.p-member .header .header-lang-chonse > a span,
body.p-member .header .soso-wrap a svg path,
body.p-member .header .soso-wrap a svg circle,
body.p-member .header .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
body.p-member .header .header-person > a svg path {
  fill: #000;
}
body.p-member .header .app_menu_click rect, body.p-member .header .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
body.p-member .header .header-logo img {
  display: none;
}
body.p-member .header .header-logo img.logo_lan {
  display: flex;
}

body.p-application-detail .header {
  background: white;
}
body.p-application-detail .header .header-person a span {
  color: #000;
}
body.p-application-detail .header .header-nav > li > a {
  color: #000;
}
body.p-application-detail .header .header-nav > li > a::after {
  background: #034B9F;
}
body.p-application-detail .header .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.p-application-detail .header .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
body.p-application-detail .header .lx-us .public-button .ab span {
  color: #fff;
}
body.p-application-detail .header .lx-us .public-button .ab:hover span {
  color: #fff;
}
body.p-application-detail .header .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.p-application-detail .header .header-lang-chonse a svg path,
body.p-application-detail .header .header-lang-chonse > a span,
body.p-application-detail .header .soso-wrap a svg path,
body.p-application-detail .header .soso-wrap a svg circle,
body.p-application-detail .header .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
body.p-application-detail .header .header-person > a svg path {
  fill: #000;
}
body.p-application-detail .header .app_menu_click rect, body.p-application-detail .header .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
body.p-application-detail .header .header-logo img {
  display: none;
}
body.p-application-detail .header .header-logo img.logo_lan {
  display: flex;
}

body.hovermenu .header {
  background: white;
}
body.hovermenu .header .header-person a span {
  color: #000;
}
body.hovermenu .header .header-nav > li > a {
  color: #000;
}
body.hovermenu .header .header-nav > li > a::after {
  background: #034B9F;
}
body.hovermenu .header .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.hovermenu .header .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
body.hovermenu .header .lx-us .public-button .ab span {
  color: #fff;
}
body.hovermenu .header .lx-us .public-button .ab:hover span {
  color: #fff;
}
body.hovermenu .header .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.hovermenu .header .header-lang-chonse a svg path,
body.hovermenu .header .header-lang-chonse > a span,
body.hovermenu .header .soso-wrap a svg path,
body.hovermenu .header .soso-wrap a svg circle,
body.hovermenu .header .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
body.hovermenu .header .header-person > a svg path {
  fill: #000;
}
body.hovermenu .header .app_menu_click rect, body.hovermenu .header .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
body.hovermenu .header .header-logo img {
  display: none;
}
body.hovermenu .header .header-logo img.logo_lan {
  display: flex;
}

body.sosohover .header {
  background: white;
}
body.sosohover .header .header-person a span {
  color: #000;
}
body.sosohover .header .header-nav > li > a {
  color: #000;
}
body.sosohover .header .header-nav > li > a::after {
  background: #034B9F;
}
body.sosohover .header .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.sosohover .header .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
body.sosohover .header .lx-us .public-button .ab span {
  color: #fff;
}
body.sosohover .header .lx-us .public-button .ab:hover span {
  color: #fff;
}
body.sosohover .header .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.sosohover .header .header-lang-chonse a svg path,
body.sosohover .header .header-lang-chonse > a span,
body.sosohover .header .soso-wrap a svg path,
body.sosohover .header .soso-wrap a svg circle,
body.sosohover .header .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
body.sosohover .header .header-person > a svg path {
  fill: #000;
}
body.sosohover .header .app_menu_click rect, body.sosohover .header .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
body.sosohover .header .header-logo img {
  display: none;
}
body.sosohover .header .header-logo img.logo_lan {
  display: flex;
}

body.flsm-place .header {
  background: white;
}
body.flsm-place .header .header-person a span {
  color: #000;
}
body.flsm-place .header .header-nav > li > a {
  color: #000;
}
body.flsm-place .header .header-nav > li > a::after {
  background: #034B9F;
}
body.flsm-place .header .lx-us .public-button .ab {
  border: 1px solid #034B9F;
  background: #034B9F;
}
body.flsm-place .header .lx-us .public-button .ab::after {
  background: #034B9F;
  border-radius: 0px;
  transition: all 0s;
  background: #EF6123;
}
body.flsm-place .header .lx-us .public-button .ab span {
  color: #fff;
}
body.flsm-place .header .lx-us .public-button .ab:hover span {
  color: #fff;
}
body.flsm-place .header .lx-us .public-button .ab:hover::after {
  border-radius: 0;
  background: #EF6123;
  width: 6px;
}
body.flsm-place .header .header-lang-chonse a svg path,
body.flsm-place .header .header-lang-chonse > a span,
body.flsm-place .header .soso-wrap a svg path,
body.flsm-place .header .soso-wrap a svg circle,
body.flsm-place .header .soso-wrap > a span {
  stroke: #000;
  color: #000;
}
body.flsm-place .header .header-person > a svg path {
  fill: #000;
}
body.flsm-place .header .app_menu_click rect, body.flsm-place .header .app_menu_click svg {
  fill: #000;
  stroke: #000;
  color: #000;
}
body.flsm-place .header .header-logo img {
  display: none;
}
body.flsm-place .header .header-logo img.logo_lan {
  display: flex;
}

html.noscroll {
  overflow-y: hidden;
}
html.noscroll body {
  height: 100vh;
}

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

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

.public-button {
  display: flex;
}
.public-button a {
  display: flex;
  padding: 0.6em 2.4em;
  transition: all 0s;
  background: #EF6123;
}
.public-button a span {
  font-size: 0.8em;
  line-height: 1.3125em;
  color: #fff;
  font-weight: 400;
}
.public-button .ab {
  padding: 0.6em 1.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 0px 3px 12px 0px;
}
.public-button .ab::after {
  position: absolute;
  content: "";
  width: 6px;
  background: #EF6123;
  left: -1px;
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 0px 0px 0px 0px;
  will-change: transform;
  top: -1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.public-button .ab span {
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 9;
  letter-spacing: 0;
}

.public-button.lan .ab {
  border: 1px solid #18212c;
}
.public-button.lan .ab::after {
  background: #034B9F;
}
.public-button.lan .ab span {
  color: #333;
}

.header_menu_more {
  position: fixed;
  left: 0;
  width: 100%;
  top: 3.6em;
  pointer-events: none;
  overflow: hidden;
  height: 0;
}

.header_menu_box {
  display: flex;
  padding: 50px 0 75px;
  justify-content: space-between;
}

.header_menulv2 {
  display: flex;
}
.header_menulv2 a {
  font-size: .8rem;
  line-height: 1em;
  padding: 0 0 8px;
  cursor: pointer;
  transition: all 0s;
  font-family: "NotoSansSemiBold", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.header_menu_l {
  flex: 1;
}

.header_menulv2_box {
  position: relative;
}

.header_menulv2_box::after {
  content: "";
  display: block;
  clear: both;
}

.header_menulv3 {
  display: flex;
  margin-bottom: 1.3rem;
}
.header_menulv3 a {
  font-size: 0.8rem;
  line-height: 1.2em;
  font-family: "NotoSansSemiBold", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #18212C;
}

.header_menulv3_box {
  position: absolute;
  left: 315px;
  top: 0;
  width: calc(100% - 315px);
  padding: 0 0em 1.5em 1.8em;
}
.header_menulv3_box::after {
  position: absolute;
  content: '';
  right: 0;
  width: 1px;
  height: 100%;
  background: #DDDDD2;
  top: 0;
}
.header_menulv3_box::before {
  position: absolute;
  content: '';
  left: 0;
  width: 1px;
  height: 100%;
  background: #DDDDD2;
  top: 0;
}
.header_menulv3_box .wrap .header_menulv3_item {
  width: calc(100% / 3);
  margin-bottom: 1em;
  padding: 0 10px 0 0;
}

.header_menulv4 {
  display: flex;
  padding-right: 10px;
  margin-bottom: 0em;
}
.header_menulv4:last-child {
  margin-bottom: 0;
}
.header_menulv4 a {
  font-size: 0.7em;
  line-height: 1.6428571429em;
  color: #18212C;
  font-weight: 400;
  padding: 0.5em 0em 0.5em 0.7857142857em;
  transition: all 0s;
  width: 100%;
  cursor: pointer;
  font-family: inherit;
  font-style: normal;
}

.header_search_pro {
  display: flex;
  position: relative;
  margin-bottom: 1.4em;
}
.header_search_pro input {
  font-size: 0.7em;
  line-height: 1.7142857143em;
  color: #000;
  font-weight: 400;
  border: 1px solid #DEE0E3;
  border-radius: 3px;
  width: 100%;
  padding: 0.4285714286em 2.1428571429em 0.4285714286em 0.7142857143em;
}
.header_search_pro input::placeholder {
  color: #666;
}

.to_search_link {
  position: absolute;
  right: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  cursor: pointer;
}
.to_search_link svg {
  width: 1.05em;
  height: 1em;
}

.header_menu_r {
  flex: 0 0 305px;
  padding-left: 1.25em;
}

.search_item {
  display: flex;
  background: url(/img/images/bg11.png) no-repeat center;
  background-size: 100% 100%;
  transition: background-size 0.3s;
  align-items: center;
  padding: 0.6em 0 0.6em 1.2em;
  margin-bottom: 0.5em;
}
.search_item:last-child {
  background: url(/img/images/bg12.png) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 0;
}

.search_item_r {
  margin-left: 0.5em;
}
.search_item_r span {
  font-size: 0.7em;
  line-height: 1.5em;
  color: #18212C;
  font-weight: 400;
  font-family: inherit;
  font-style: normal;
}

.search_item_l {
  display: flex;
  opacity: 0;
}
.search_item_l img {
  width: 2.5em;
  height: 2.8em;
}

.header_menulv2_item {
  width: 315px;
  margin-bottom: 0.9em;
}
.header_menulv2_item:last-child {
  margin-bottom: 0;
}
.header_menulv2_item .header_menulv3_box {
  display: none;
}
.header_menulv2_item.on .header_menulv2 a {
  position: relative;
  color: #034B9F;
}
.header_menulv2_item.on .header_menulv2 a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #034B9F;
}

.header_menu_bg {
  position: fixed;
  top: 0em;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: 107;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
}

.header_menu_white {
  min-height: calc(11.8em + 3.6em);
  background: #fff;
}

.header_menu_more.show {
  pointer-events: auto;
}
.header_menu_more::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
}

.header_menulv3_detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header_menulv3_detail .imgwrap {
  width: 36.8763557484%;
  position: relative;
  padding-top: 21.6919739696%;
  border-radius: 0 8px 24px 0px;
  overflow: hidden;
}
.header_menulv3_detail .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header_menulv3_text {
  flex: 1;
  padding: 1em 0 0.3em 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header_menulv3_text .title {
  font-size: 1em;
  line-height: 1.2em;
  color: #18212C;
  font-weight: 400;
}
.header_menulv3_text .desc {
  font-size: 0.7em;
  line-height: 1.5714285714em;
  color: #18212C;
  font-weight: 400;
  margin-top: 1.4285714286em;
  font-family: inherit;
  font-style: normal;
}
.header_menulv3_text .bottom {
  display: flex;
}

.typetwo .header_menulv2_item {
  width: 315px;
}
.typetwo .header_menulv3_box {
  left: 315px;
  width: calc(100% - 315px);
  padding: 0em 2.65em 0em 1.5em;
}
.typetwo .header_menulv3_box::after {
  opacity: 0;
}
.typetwo .header_menulv3_box .wrap {
  margin: 0;
}

.noright .header_menulv3_box::after {
  display: none;
}
.noright .header_menulv3_box .wrap .header_menulv3_item {
  width: calc(100% / 4);
  padding: 0 10px 0 0;
}
.noright .header_menulv3_box {
  left: 315px;
  width: calc(100% - 315px);
}

.soso_more {
  position: fixed;
  top: 3.6em;
  left: 0;
  width: 100vw;
  z-index: 120;
  opacity: 0;
  pointer-events: none;
}
.soso_more.show {
  opacity: 1;
  pointer-events: auto;
}

.soso_bg {
  position: fixed;
  top: 0em;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: 107;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
}

.soso_bg_header {
  background: #fff;
  height: 3.6em;
}

.soso_grey {
  background: #F2F5FA;
}

.soso_white_bg {
  padding: 4em 0 0em;
}
.soso_white_bg .inner {
  position: relative;
}
.soso_white_bg .inputwrap {
  position: relative;
}
.soso_white_bg .inputwrap a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.soso_white_bg .inputwrap svg {
  width: 1.6em;
  height: 1.6em;
  margin: 0;
}
.soso_white_bg .inputwrap input {
  width: 100%;
  font-size: 1em;
  line-height: 1.6em;
  color: #000;
  font-weight: 400;
  padding: 0.85em 5em 0.85em 0;
  background: none;
  border-bottom: 1px solid #C5C8CC;
  font-family: inherit;
  font-style: normal;
}
.soso_white_bg .inputwrap input::placeholder {
  color: #666;
}

.hot-soso-wrap {
  padding-top: 1.7em;
}
.hot-soso-wrap .title {
  font-size: 0.8em;
  line-height: 1em;
  color: #EF6123;
  font-weight: 400;
  margin-bottom: 1.1875em;
  font-family: inherit;
  font-style: normal;
}

.search_tag {
  display: flex;
  margin-left: -0.3em;
  margin-bottom: 0.5em;
  flex-wrap: wrap;
}
.search_tag a {
  display: flex;
  padding: 0.35em 0.5em;
  border-radius: 3px;
  border: 1px solid #DEE0E3;
  background: #fff;
  margin: 0 0.3em;
  cursor: pointer;
}
.search_tag span {
  font-size: 0.7em;
  line-height: 1em;
  color: #18212C;
  font-weight: 400;
}

.close_soso {
  position: absolute;
  right: -50px;
  top: -3.25em;
  cursor: pointer;
}

.top_sub {
  position: absolute;
  right: 1.75em;
  top: -4.7em;
  display: flex;
}
.top_sub svg {
  width: 1.6em;
  height: 0.75em;
}

@media (min-width: 992px) {
  .header_menulv3_text .desc {
    height: 4.7142857143em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .header_menulv3:hover a {
    color: #034B9F !important;
    transition: all 0s;
  }

  .header_menulv4_box {
    position: relative;
    left: -0.55em;
  }
  .header_menulv4_box .header_menulv4:hover a {
    background: #F3F6FB;
    color: #034B9F;
  }

  .public-button.lan .ab:hover span {
    color: #fff;
  }

  .public-button:hover .ab::after {
    width: calc(100% + 2px);
    border-radius: 0px 3px 12px 0px;
  }

  .search_tag a:hover {
    transition: all 0s;
    border: 1px solid #034B9F;
  }
  .search_tag a:hover span {
    color: #034B9F;
  }

  .header-nav > li > a.active::after {
    transform: translateY(0);
    width: calc(100% - 2em);
  }

  .public-button a:hover {
    background: #E0581D;
  }
}
/* footer */
.footer {
  width: 100%;
  position: relative;
  background: #18212C;
  color: rgba(255, 255, 255, 0.6);
}
.footer a {
  color: inherit;
  display: block;
}
.footer a[href]:hover {
  color: #fff;
}

.foot-topbox {
  width: 100%;
  min-height: 12.75rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 3em 0 3.1rem;
  white-space: nowrap;
}

.foot-topbox-left {
  flex: 0 0 18.2%;
  max-width: 255px;
  padding: 0 5px 0 0;
}

.foot-logo {
  width: 100%;
  position: relative;
  margin-bottom: 2.75rem;
}
.foot-logo img {
  width: 100%;
  display: block;
}

.foot-lang {
  width: 100%;
  max-width: 8.75rem;
  position: relative;
  font-size: .7rem;
  line-height: 2em;
  margin: 1.75rem 0 0;
}
.foot-lang .hd {
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 2rem 0 1.65rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.foot-lang .hd .ico {
  width: 18px;
  display: block;
  flex: none;
  position: absolute;
  left: .45rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foot-lang .hd .bi {
  flex: none;
  width: .6rem;
  height: .6rem;
  display: block;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foot-lang .hd .bi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.foot-lang .dropdown {
  width: 100%;
  display: none;
  background: #18212C;
  border: solid 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 100%;
}
.foot-lang .dropdown a {
  padding: .3rem 1.6rem;
}
.foot-lang:hover .hd .bi img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.foot-lang:hover .dropdown {
  display: block;
}

.foot-topbox-mid {
  flex: 1;
  font-size: .7rem;
  line-height: 1.5em;
}

.foot-navlist {
  width: 100%;
  justify-content: space-between;
  position: relative;
  white-space: normal;
}
.foot-navlist .navlv1 {
  font-size: .8rem;
  line-height: 1em;
  margin: 0 0 1.4rem;
  color: #fff;
  font-family: "NotoSansSemiBold", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.foot-navlist .navlv2-list {
  max-width: 11.7em;
}
.foot-navlist .navlv2-list li {
  margin-bottom: .6rem;
}

.foot-topbox-right {
  flex: 0 0 25%;
  max-width: 345px;
  min-height: 12.75rem;
  position: relative;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0 0 0 3.3rem;
}
.foot-topbox-right .btn-contact {
  margin-bottom: 1.8rem;
}
.foot-topbox-right .btn-contact .ab {
  background: #034B9F;
  overflow: hidden;
}
.foot-topbox-right .btn-contact .ab > * {
  color: #fff;
}

.foot-share {
  display: flex;
  align-items: center;
}
.foot-share li {
  position: relative;
  margin: 0 1.5rem 0 0;
}
.foot-share li:last-child {
  margin: 0;
}
.foot-share li:hover .hd {
  opacity: 1;
}
.foot-share li:hover .dropdown {
  display: block;
}
.foot-share .hd {
  position: relative;
  opacity: .6;
  transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
}
.foot-share .hd img {
  height: 1.2rem;
  display: block;
  position: relative;
  z-index: 5;
}
.foot-share .hd::after {
  content: '';
  width: 2rem;
  height: 2rem;
  display: none;
  border-radius: 100%;
  background: #24272b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
.foot-share .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  padding: 20px 0 0;
}
.foot-share .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);
}
.foot-share .dropdown .box {
  padding: 0.4em;
  border-radius: 0.2em;
  background: #fff;
  position: relative;
}
.foot-share .dropdown img {
  width: 5em;
  height: 5em;
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}
.foot-share .dropdown .text {
  font-size: 0.6em;
  line-height: 1.2em;
  text-align: center;
  padding-top: 0.5em;
  color: #222;
}

.foot-email {
  margin: 0.5rem 0 0;
  font-size: .8rem;
  line-height: 1.5em;
}

.foot-botbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 1.5rem 0 1.7rem;
  font-size: .7rem;
  line-height: 1.71em;
  color: #fff;
  white-space: nowrap;
}

.foot-botbox-left, .foot-botbox-right {
  display: flex;
  align-items: center;
}

.foot-copy {
  margin: 0 5px 0 0;
}

.foot-quicklink {
  margin: 0 -1rem;
  display: flex;
  align-items: center;
}
.foot-quicklink > * {
  margin: 0 1rem;
}

.footer .box {
  position: relative;
  padding: 10em 0 3.4em 0;
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  visibility: hidden;
}

.foot-bottom-phone {
  font-size: 2.4em;
  line-height: 0.5em;
  color: #fff;
  font-weight: 400;
  font-family: inherit;
  font-style: normal;
}

.foot-share-list {
  display: flex;
  margin-left: -0.4em;
  padding-top: 1.75em;
}
.foot-share-list > div {
  position: relative;
  margin: 0 0.4em;
  cursor: pointer;
}
.foot-share-list > div > a {
  display: flex;
}
.foot-share-list > div > a img {
  height: 2.25em;
}
.foot-share-list .moreqrcode {
  position: absolute;
  left: 3.3em;
  top: 50%;
  transform: translateY(-50%) translateX(20px);
  opacity: 1;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.foot-share-list .moreqrcode .box {
  padding: 0.4em;
  border-radius: 0.2em;
  background: #fff;
  position: relative;
}
.foot-share-list .moreqrcode .box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(180deg) scalex(0.6) scale(1.5);
}
.foot-share-list .moreqrcode .box p {
  font-size: 0.6em;
  text-align: center;
  padding-top: 0.5em;
}
.foot-share-list .moreqrcode .box img {
  width: 5em;
  height: 5em;
}
.foot-share-list .moreqrcode .box .imgwrap {
  display: flex;
}

.copyright-box {
  display: flex;
  margin-top: 2.5em;
  font-size: 0.8em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.copyright-box span {
  margin-right: 2.7142857143em;
}

.adress-tit {
  font-size: 0.9em;
  line-height: 1.3333333333em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.4444444444em;
}

.adress-detail {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
}

.adress-list li {
  margin-bottom: 1.5em;
}
.adress-list li:last-child {
  margin-bottom: 0;
}

.public-button-wrap {
  display: flex;
}
.public-button-wrap > div {
  margin: 0 1em;
}

.public-button.black .ab {
  background: #fff;
}
.public-button.black .ab span {
  color: #000;
}
.public-button.black .ab::after {
  top: 0;
  height: 100%;
}
.public-button.black .ab:hover span {
  color: #fff;
}

.public-button.black-border .ab {
  background: none;
  border: 1px solid #fff;
}
.public-button.black-border .ab span {
  color: #fff;
}
.public-button.black-border .ab:hover span {
  color: #fff;
}

@media (min-width: 992px) {
  .rocket-weixin__text {
    width: 677px;
    max-width: 100%;
    margin: 0 auto;
  }

  .foot-navlist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1em;
  }

  .foot-share-list > div:hover a {
    opacity: 0.8;
  }
  .foot-share-list > div:hover .moreqrcode {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
  }

  .copyright-box a:hover {
    opacity: 0.8;
  }
}
.foot-logo {
  height: 2.3em;
  margin-bottom: 1.75em;
}
.foot-logo img {
  height: 100%;
  display: block;
}

.main-box {
  min-height: 100vh;
}

@media (max-width: 991.98px) {
  .close_soso {
    display: flex;
    right: -0.02rem;
    top: -0.52rem;
  }
  .close_soso svg {
    width: 0.48rem;
    height: 0.48rem;
  }

  .top_sub {
    right: 1.54rem;
    top: -1.1rem;
  }
  .top_sub svg {
    width: 0.39rem;
    height: 0.18rem;
  }

  .soso_white_bg {
    padding-top: 1rem;
    min-height: 70vh;
  }

  .hot-soso-wrap {
    padding-top: 0.8rem;
  }
  .hot-soso-wrap .title {
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #EF6123;
    font-weight: 400;
    margin-bottom: 0.35rem;
  }

  .search_tag {
    margin-left: -0.1rem;
  }
  .search_tag span {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #18212C;
    font-weight: 400;
  }
  .search_tag a {
    padding: 0.11rem 0.2rem;
    margin: 0 0.1rem 0.15rem 0.1rem;
  }

  .soso_white_bg .inputwrap svg {
    width: 0.58rem;
    height: 0.58rem;
  }
  .soso_white_bg .inputwrap input {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #666;
    font-weight: 400;
    padding: 0.2rem 0.5rem 0.2rem 0rem;
  }

  .app_memulv2_wrap {
    padding-top: 0.25rem;
    padding-bottom: 2rem;
  }

  .app_memulv3_more {
    padding-top: 0.25rem;
  }

  .app_memulv4_item {
    display: flex;
    padding-left: 0.35rem;
    padding-bottom: 0.25rem;
  }
  .app_memulv4_item:last-child {
    padding-bottom: 0;
  }
  .app_memulv4_item a {
    display: block;
    font-size: 0.26rem;
    line-height: 0.28rem;
    color: #18212C;
    font-weight: 400;
    padding: 0.1rem 0;
  }

  .app_memulv3_item {
    padding-bottom: 0.25rem;
  }
  .app_memulv3_item:last-child {
    padding-bottom: 0;
  }

  .app_memulv2_more {
    padding-top: 0.3rem;
  }

  .app_memulv3 {
    position: relative;
    display: flex;
    padding-left: 0.15rem;
  }
  .app_memulv3 a {
    font-size: 0.26rem;
    line-height: 0.28rem;
    color: #18212C;
    font-weight: 400;
    display: block;
    padding: 0.1rem 0;
  }
  .app_memulv3 > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0.48rem;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .app_memulv3 > span svg {
    width: 0.23rem;
    height: 0.16rem;
    transition: all 0.3s;
  }
  .app_memulv3.active svg {
    transform: rotate(-180deg);
  }

  .app_memulv2_item {
    margin-bottom: 0.45rem;
  }
  .app_memulv2_item:last-child {
    margin-bottom: 0;
  }

  .app_memulv2 {
    position: relative;
  }
  .app_memulv2 > a {
    display: block;
    padding: 0.1rem 0;
    font-weight: 500;
  }
  .app_memulv2 > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0.48rem;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .app_memulv2 > span svg {
    width: 0.23rem;
    height: 0.16rem;
    transition: all 0.3s;
  }
  .app_memulv2.active svg {
    transform: rotate(-180deg);
  }

  .app_memulv1_tit {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #18212C;
    font-weight: 400;
    border-bottom: 1px solid #DDDDED;
    padding-bottom: 0.3rem;
    padding-top: 0.46rem;
  }

  .inner_menu2_box {
    padding: 0 0.3rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .app_memulv2_box {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200%;
    height: 100%;
    overflow-y: scroll;
    padding: 0 0.3rem;
  }

  .app_memulv1_item.active .app_memulv2_box {
    display: block;
  }

  .app_memulv1_box {
    position: relative;
  }

  .app_memulv1 {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #18212C;
    font-weight: 400;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .app_memulv1 span {
    padding-left: 0.4rem;
    font-weight: bold;
  }

  .app_memulv1_item {
    height: 1rem;
    display: flex;
    align-items: center;
    border-left: 0.04rem solid rgba(3, 75, 159, 0);
  }
  .app_memulv1_item.active {
    background: #fff;
    border-left: 0.04rem solid #034B9F;
  }
  .app_memulv1_item.active::after {
    opacity: 1;
  }
  .app_memulv1_item.active .app_memulv1 {
    color: #034B9F;
    font-weight: 500;
  }

  .app_menu_wrap {
    height: 100%;
    border-top: 1px solid #DDDDED;
    position: relative;
  }

  .app_memulv1_box {
    width: 33.3333333333%;
    height: 100%;
    background: #F2F5FA;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .modal-appnav {
    position: fixed;
    top: 1.14rem !important;
    height: calc(100vh - 1.14rem);
    left: 0;
    background: #fff !important;
  }

  .header .box {
    padding: 0.29rem 0;
  }

  .header-r {
    margin-right: -0.2rem;
  }

  .app_menu_click .active {
    display: none;
  }
  .app_menu_click.show .active {
    display: flex;
  }
  .app_menu_click.show .defalut {
    display: none;
  }

  .header-logo img {
    height: 0.56rem;
  }

  .soso-wrap {
    padding: 0 0.2rem;
    margin: 0;
  }
  .soso-wrap a svg {
    height: 0.35rem;
    width: 0.34rem;
    margin-left: 0;
  }

  .header-person {
    margin-left: 0;
    padding: 0 0.18rem;
  }

  .header-person > a svg {
    height: 0.42rem;
    width: 0.42rem;
  }
  .header-person > a svg path {
    fill: #fff;
  }

  .app_menu_click {
    display: flex;
    align-items: center;
  }
  .app_menu_click > div {
    width: 0.38rem;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    padding: 0 0.2rem;
  }
  .app_menu_click .defalut svg {
    width: 0.38rem;
    height: 0.26rem;
  }
  .app_menu_click .active svg {
    width: 0.38rem;
    height: 0.34rem;
  }
}
.copy_app_memulv2 {
  position: absolute;
  left: 33.3333333333%;
  top: 0;
  width: 66.6666666667%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media (max-width: 991.98px) {
  .foot-topbox {
    min-height: 2rem;
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }

  .foot-topbox-mid {
    margin: 0;
    max-width: 100%;
    font-size: 0.32rem;
    line-height: 1;
    width: 100%;
  }

  .navlv2-box {
    padding: 0.5rem 0 0.35rem;
  }

  .foot-share {
    justify-content: center;
  }
  .foot-share li {
    margin: 0 0.25rem 0;
  }
  .foot-share .hd img {
    height: 0.56rem;
  }

  .foot-navlist {
    flex-direction: column;
  }
  .foot-navlist .navlv1 {
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #fff;
    font-weight: 400;
    font-family: inherit;
    font-style: normal;
    margin: 0;
    position: relative;
  }
  .foot-navlist .navlv1::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: rgba(255, 255, 255, 0.2);
  }
  .foot-navlist .navlv1 a {
    line-height: 1.22rem;
  }
  .foot-navlist .navlv1 span {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.22rem;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
  }
  .foot-navlist .navlv1 span svg {
    display: flex;
    width: 0.26rem;
    height: 0.16rem;
    transition: all 0.3s;
  }
  .foot-navlist .navlv1.active svg {
    transform: rotate(-180deg);
  }
  .foot-navlist .navlv2-list {
    max-width: none;
  }
  .foot-navlist .navlv2-list li {
    margin-bottom: 0.24rem;
  }
  .foot-navlist .navlv2-list li:last-child {
    margin-bottom: 0;
  }
  .foot-navlist .navlv2-list a {
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
  }

  .foot-topbox-right {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    position: relative;
    border-left: solid 0px rgba(255, 255, 255, 0.2);
    padding: 1rem 0 1rem 0;
  }
  .foot-topbox-right .ab {
    border-radius: 0 0.06rem 0.24rem 0;
    width: 100%;
    padding: 0.26rem 0rem;
    display: flex;
    justify-content: center;
    padding: 0.26rem 0.37rem 0.3rem 0.48rem !important;
    border-radius: 0px 0.06rem 0.24rem 0px;
  }
  .foot-topbox-right .ab::after {
    width: 0.12rem;
  }
  .foot-topbox-right .ab span {
    font-size: 0.32rem !important;
  }
  .foot-topbox-right .ab span {
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #fff;
    font-weight: 400;
    font-family: inherit;
    font-style: normal;
  }
  .foot-topbox-right .btn-contact {
    margin-bottom: 0.6rem;
  }

  .foot-email {
    margin: 0.5rem 0 0;
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #fff;
    font-weight: 400;
    font-family: Arial;
    text-align: center;
  }

  .foot-copy {
    margin-right: 0.2rem;
  }

  .foot-botbox {
    font-family: inherit;
    font-style: normal;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    flex-direction: column;
    padding: 0.7rem 0 0.62rem;
  }

  .foot-botbox-left, .foot-botbox-right {
    justify-content: center;
  }

  .foot-quicklink a {
    margin: 0 0.23rem;
    font-family: inherit;
    font-style: normal;
  }

  .foot-botbox-left {
    margin-bottom: 0.35rem;
  }
}
/* 面包屑导航 */
.inside-crumb {
  margin-top: 0.25em;
  position: relative;
  z-index: 15;
  font-family: inherit;
  font-style: normal;
}
.inside-crumb ul {
  display: flex;
  margin-left: -0.75em;
}
.inside-crumb ul li {
  display: flex;
  padding: 0 0.75em;
  position: relative;
}
.inside-crumb ul li::after {
  position: absolute;
  content: '/';
  font-size: 14px;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}
.inside-crumb ul li:last-child::after {
  display: none;
}
.inside-crumb ul li > a {
  display: flex;
  align-items: center;
}
.inside-crumb ul li > a span {
  font-size: 0.7em;
  line-height: 1.8571428571em;
  color: #666;
  font-weight: 400;
}
.inside-crumb ul li > a svg {
  margin-left: 0.4em;
}
.inside-crumb .crumb-more {
  position: absolute;
  left: 0;
  top: calc(100%);
  width: calc(100% + em(50));
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(174, 186, 208, 0.27);
  border-radius: 10px;
  padding: 1.2em 1.2em 1.2em 1.2em;
  transition: all 0.5s;
  transform: rotateX(90deg);
  transform-origin: top center;
}
.inside-crumb .crumb-more .more-item {
  display: flex;
}
.inside-crumb .crumb-more .more-item:last-child {
  padding-bottom: 0;
}
.inside-crumb .crumb-more .more-item:last-child a {
  padding-bottom: 0;
}
.inside-crumb .crumb-more a:not(.bg) {
  font-size: 0.7em;
  color: #333;
  padding-left: 0em;
  line-height: 1.6em;
  position: relative;
  padding-bottom: 1em;
}
.inside-crumb .crumb-more a:not(.bg)::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #cccccc;
  display: none;
}
.inside-crumb .crumb-more .bg {
  background: url(/img/images/b1.png) no-repeat;
  width: 0.9em;
  height: 0.9em;
  background-size: contain;
  margin-right: 0.75em;
  margin-left: 0.75em;
  display: none;
}

.inside-crumb ul li:hover .crumb-more {
  transform: rotateX(0deg);
}

.inside-crumb .crumb-more a:hover {
  text-decoration: underline;
}

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

.header-r {
  display: flex;
}

.lx-us {
  display: flex;
  align-items: center;
  margin-right: 0.9em;
}
.lx-us .public-button .ab {
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.95);
}
.lx-us .public-button .ab::after {
  transition: all 0s;
  background: #034B9F;
}
.lx-us .public-button .ab span {
  color: #131313;
  font-family: inherit;
  font-style: normal;
}

.new-more-alink {
  padding-top: 2em;
  display: flex;
  align-items: center;
}
.new-more-alink .public-button {
  margin: 0 0.5em;
}
.new-more-alink .public-button .ab {
  background: #000;
}
.new-more-alink .public-button .ab::after {
  top: 0;
  height: 100%;
}
.new-more-alink .public-button.moreanew .ab {
  background: none;
  border: 1px solid #000;
}
.new-more-alink .public-button.moreanew .ab span {
  color: #000;
}
.new-more-alink .public-button.moreanew .ab::after {
  top: -1px;
  height: calc(100% + 2px);
}

.zdy.public-button .ab {
  border-radius: 0;
  padding: 0.5em 2.45em;
  background: #EF6123;
}
.zdy.public-button .ab span {
  color: #fff;
  line-height: 1.3125em;
}
.zdy.public-button.black .ab::after {
  opacity: 0;
}
.zdy:hover {
  opacity: 0.8;
}

@media screen and (min-width: 992px) {
  .new-more-alink .public-button.moreanew .ab:hover span {
    color: #fff;
  }
}
.ptdetswiper-item-box {
  overflow: hidden;
  margin: -20px;
  padding: 20px;
}

.ptdet-pagination-box {
  padding-top: 2em;
}

.ptdet-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ptdet-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: #D4E1F1;
}
.ptdet-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #034B9F;
}

.public-button.noafter .ab:hover {
  background: none;
  border: 1px solid #fff;
}
.public-button.noafter .ab {
  border: 1px solid #fff;
}
.public-button.noafter .ab::after {
  opacity: 0;
}

.public-button.is-no-bg .ab {
  border: 1px solid #fff;
  background: none;
}
.public-button.is-no-bg .ab::after {
  background: #fff;
}
.public-button.is-no-bg .ab:hover span {
  color: #18212c;
}

.modal-dialog {
  height: 100vh;
  overflow: hidden;
}

.public_pop .filter_box_inner {
  border-radius: 0;
}
.public_pop .modal {
  overflow: visible;
}
.public_pop .innerbox {
  height: 100vh;
}
.public_pop .app_menu_wrap {
  border-top: 0;
}
.public_pop .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.public_pop .modal-dialog {
  height: 100vh;
  display: flex;
  align-items: end;
}
.public_pop .modal-content {
  position: relative;
  max-height: calc(100vh - 0.45rem);
  height: calc(100vh - 0.45rem);
  border-radius: 0.16rem 0.16rem 0px 0px;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
}
.public_pop.typeone.modal {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.public_pop.typeone.noheight .modal-content {
  height: auto;
  max-height: none;
}
.public_pop.typeone .app_memulv2_item.active.curs .app_memulv2 > a {
  color: #034B9F;
}
.public_pop.typeone .app_memulv2_item.active .app_memulv2 > span svg {
  transform: rotate(-180deg);
}
.public_pop.typeone .modal-content {
  max-height: calc(100vh - 0.45rem);
  height: auto;
}
.public_pop.typeone .pro_appmenu_box {
  position: sticky;
  height: calc(100vh - 1.8rem - 0.45rem);
  width: 34.6666666667%;
  top: 1.8rem;
  transition: all 0.3s;
}
.public_pop.typeone .pro_appmenu_box .app_memulv1_box {
  width: 100%;
  border-radius: 0px 0.16rem 0px 0px;
}
.public_pop.typeone .inner_menu2_box {
  padding: 0 0.5rem 0 0.2rem;
  margin-left: 0;
  overflow: hidden;
  height: auto;
  width: 100%;
  flex: 1;
}
.public_pop.typeone .app_memulv3_item {
  padding-left: 0.15rem;
}
.public_pop.typeone .app_memulv3_item a {
  font-size: 0.26rem;
  line-height: 0.28rem;
  padding: 0.1rem 0;
  display: block;
}
.public_pop.typeone .app_memulv3_item:last-child {
  padding-bottom: 0;
}
.public_pop.typeone .app_memulv3_item.active {
  color: #034B9F;
}
.public_pop .menu_nav {
  display: flex;
  align-items: flex-start;
}

.pop_header_sticky {
  display: flex;
  padding: 0.32rem 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}
.pop_header_sticky .global-inner {
  display: flex;
  justify-content: space-between;
}
.pop_header_sticky .tit {
  font-size: 0.48rem;
  line-height: 0.8rem;
  color: #18212C;
  font-weight: 400;
  margin-top: 0.36rem;
  transition: all 0.3s;
}

.closepop {
  display: flex;
  padding: 0.24rem;
  box-sizing: border-box;
}
.closepop.cur {
  background: rgba(0, 0, 0, 0.1);
}
.closepop img {
  width: 0.32rem;
  height: 0.32rem;
}
.closepop.cur {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
  overflow: hidden;
}

.app_memulv2_more {
  display: none;
}

.public_pop.modal .modal-content {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: transform  0.5s;
  transform: translateY(100%);
}
.public_pop.modal.show .modal-content {
  transform: translateY(0%);
}
.public_pop .app_memulv1_tit {
  padding-top: 0.46rem;
  padding-bottom: 0.3rem;
}
.public_pop.scale .pop_header_sticky .tit {
  margin-top: 0;
  font-size: 0.4rem;
}
.public_pop.scale .pro_appmenu_box {
  top: 1.44rem;
  height: calc(100vh - 1.44rem - 0.45rem);
}

.public_pop.typeone.modal {
  bottom: 0;
}

.public_pop.typeone .modal-content {
  max-height: calc(100% - 0.45rem) !important;
}

.typethree .modal-dialog, .modal-contentH100 {
  height: 100% !important;
}

.public_pop .modal-dialog {
  height: 100% !important;
}

.typethree {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  bottom: 0;
}
.typethree .modal-dialog {
  width: calc(100vw - 1rem);
  background: #fff;
  margin-right: 0;
  height: 100vh;
  transition: all 0.5s !important;
  transform: translate(100%) !important;
}
.typethree.show .modal-dialog {
  transform: translate(0%) !important;
}

.modal-contentH100 {
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}

.statick-close {
  position: sticky;
  z-index: 9;
  top: 0;
}

.closepop12 {
  position: absolute;
  right: 0.4rem;
  top: 0.37rem;
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  padding: 0.2rem;
  box-sizing: content-box;
}
.closepop12.cur {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991.98px) {
  .tab-pagination-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D4E1F1 !important;
  }

  .tab-pagination-wrap .show.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #034B9F !important;
  }

  .public-button .ab {
    padding: 0.26rem 0.37rem 0.3rem 0.48rem;
    border-radius: 0px 0.06rem 0.24rem 0px;
  }
  .public-button .ab::after {
    width: 0.12rem;
  }
  .public-button .ab span {
    font-size: 0.3rem;
    line-height: 1em;
    color: #18212C;
    font-weight: 300;
  }
}
.global-paging {
  margin: 2.5em 0 0 0;
  justify-content: center;
}
.global-paging .paging-num {
  display: flex;
}
.global-paging .paging-num a {
  width: auto;
  height: auto;
  font-size: 0.8em;
  line-height: 1.75em;
  color: #666;
  font-weight: 400;
  padding: 0;
  border: 1px solid #AFB0B2;
  background: #fff;
  transition: all 0s;
  margin: 0 0.375em;
  width: 2.375em;
  height: 2.375em;
  align-items: center;
  justify-content: center;
  display: flex;
}
.global-paging .paging-num a.active {
  color: #034B9F;
  border: 1px solid #034B9F;
}
.global-paging .paging-num .dot {
  position: relative;
  top: -0.3125em;
}
.global-paging .paging-ctrl {
  font-size: 20px;
  width: 1.9em;
  height: 1.9em;
  margin: 0 0.7em;
  border: 1px solid #AFB0B2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-paging .paging-ctrl svg {
  width: 0.5em;
  height: 0.9em;
}

@media screen and (min-width: 992px) {
  .global-paging .paging-ctrl:not(.disabled):hover {
    background: #0052b7;
    color: #fff;
  }
  .global-paging .paging-ctrl:not(.disabled):hover svg path {
    stroke: #fff;
  }

  .global-paging .paging-num a:hover {
    background: #0052b7;
    color: #fff !important;
  }
}
@media screen and (max-width: 991.98px) {
  .soso_bg {
    z-index: 997;
  }

  .header {
    z-index: 998;
  }

  .soso_more {
    z-index: 998;
  }

  .global-paging {
    margin-top: 0.8rem;
  }
  .global-paging .paging-ctrl {
    width: 0.66rem;
    height: 0.66rem;
    margin: 0;
    border-radius: 0;
    border: 1px solid #AFB0B2;
  }
  .global-paging .paging-ctrl svg {
    width: 0.16rem;
    height: 0.29rem;
  }
  .global-paging .paging-num a {
    font-size: 0.3rem !important;
    line-height: 0.66rem;
    padding: 0;
    margin: 0 0.1rem;
    width: 0.66rem;
    height: 0.66rem;
    justify-content: center;
  }
  .global-paging .paging-num .dot {
    top: -0.1rem;
  }
}
/* modal-cookie */
.btn.btn-white {
  background: #fff;
  color: #0071e3;
  border: none;
}

.modal-cookie .btn {
  min-width: 6.4rem;
  margin-left: .9rem;
}

.m-inner {
  width: 80vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.modal-cookie {
  background: transparent;
  overflow: hidden;
  pointer-events: none;
}

.modal-cookie .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: none !important;
  -webkit-transform: none !important;
  pointer-events: none;
}

.modal-cookie .modal-content {
  width: 100%;
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2.15rem 0;
  pointer-events: auto;
}

.modal-cookie .modal-body {
  flex: 1;
}

.modal-cookie .modal-aside {
  flex: none;
  margin: 0 0 0 2.4rem;
  display: flex;
}

.modal-cookie .modal-title {
  font-size: .8rem;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 4px;
}

.modal-cookie .modal-doc {
  font-size: .6rem;
  line-height: 1.8em;
}

.modal-cookie .modal-doc a[href] {
  font-weight: 700;
  text-decoration: underline;
}

.modal-cookie .btn {
  min-width: 6.4rem;
  margin-left: .9rem;
}

.modal-cookie .btn:first-child {
  margin-left: 0;
}

.modal-cookie-setting {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.modal-cookie-setting .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: none !important;
  -webkit-transform: none !important;
}

.modal-cookie-setting .modal-content {
  width: 36rem;
  height: 80vh;
  max-width: 100%;
  max-height: 38rem;
  background: #fff;
  border-radius: 16px;
  padding: 4.3rem 0.5rem 5.8rem;
  overflow: hidden;
}

.modal-cookie-setting .modal-header {
  width: 100%;
  height: 4.3rem;
  display: block;
  background: #fff;
  padding: 1.6rem 1.5rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.modal-cookie-setting .modal-title {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 600;
}

.modal-cookie-setting .modal-close {
  padding: 1.6rem 2rem;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1070;
}

.modal-cookie-setting .modal-close .bi {
  width: .9rem;
  height: .9rem;
  display: block;
  color: #E6E6E6;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/static/close-gray2.svg");
  background-size: contain;
}

.modal-cookie-setting .modal-body {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  padding: 0 1.2rem;
  font-size: .8rem;
  line-height: 1.375em;
  color: #000;
}

.modal-cookie-setting .modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-cookie-setting .modal-body::-webkit-scrollbar-track {
  background: none;
}

.modal-cookie-setting .modal-body::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}

.modal-cookie-setting .modal-footer {
  width: 100%;
  height: calc(5.8rem + 1px);
  background: #fff;
  border-top: solid 1px #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.ckset-introd {
  font-size: .8rem;
  line-height: 1.8em;
  color: #999;
  padding-bottom: 1.6em;
  border-bottom: solid 1px #ddd;
}

.ckset-introd a[href] {
  color: #0071e3;
  text-decoration: underline;
}

.ckset-checkbox-section {
  margin: 1.6rem 0;
}

.ckset-checkbox-section.is-full .ckset-checkbox-doc {
  padding: 0;
}

.ckset-checkbox-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.ckset-checkbox-title {
  font-size: .8rem;
  line-height: 1.4em;
  color: #000;
  font-weight: 500;
}

.ckset-checkbox-label {
  width: 52px;
  height: 32px;
  display: block;
  border-radius: 16px;
  position: relative;
  background: #CBCBCB;
  cursor: pointer;
}

.ckset-check {
  display: none;
}

.ckset-check-circle {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.ckset-checkbox-checked {
  background: #0071e3;
}

.ckset-checkbox-checked .ckset-check-circle {
  left: calc(100% - 4px - 24px);
}

.ckset-checkbox-doc {
  width: 100%;
  font-size: .7rem;
  line-height: 2em;
  color: #999;
  padding: 0 4.2rem 0 0;
  margin-top: .5em;
}

.ckset-checkbox_sublist {
  padding: 0 0 0 0.5rem;
}

.ckset-checkbox_subitem {
  margin-top: 1rem;
}

.ckset-checkbox_subitem .ckset-checkbox-title {
  font-size: 400;
}

body.show-cookie .modal-cookie {
  padding: 0;
  display: block;
  opacity: 1 !important;
}

@media (max-width: 1366px) {
  .modal-cookie-setting .modal-content {
    max-height: 36rem;
  }
}
body.hovermenu.overfrist .header,
body.sosohover.overfrist .header,
body.lanragehover.overfrist .header {
  transform: translateY(0%);
}

@media (min-width: 992px) {
  .modal-cookie .global-inner, .modal-cookie .m-inner {
    display: flex;
    align-items: center;
  }

  .modal-cookie .global-inner::before, .modal-cookie .global-inner::after, .modal-cookie .m-inner::before, .modal-cookie .m-inner::after {
    display: none;
  }

  .modal-cookie-setting .modal-dialog {
    width: auto;
    right: 5px;
  }

  .modal-cookie-setting .modal-footer .btn {
    min-width: 6.4rem;
  }

  .modal-cookie-setting .modal-close:hover .bi {
    background-image: url("/img/static/close-black2.svg");
  }

  .ckset-check-circle {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .p-member .global-paging-wrap .global-inner {
    width: 100%;
  }
  .p-member .global-paging-wrap .global-paging {
    padding-bottom: 30px;
  }

  .newsdel-editor {
    padding: 1.65em 0 2.5em 0;
  }

  .header-person a > em {
    font-size: 0.8em;
    line-height: 1em;
    color: #18212C;
    font-weight: 400;
    font-style: normal;
    margin-left: 0.625em;
    opacity: 0;
  }
  .header-person a > em.show {
    opacity: 1;
  }

  .header-lang-chonse a:hover {
    color: #034B9F;
  }

  .soso_more {
    padding-bottom: 2.2em;
  }

  .search_item:hover {
    background: url(/img/images/bg11.png) no-repeat center;
    background-size: 103% 103%;
  }
  .search_item:last-child:hover {
    background: url(/img/images/bg12.png) no-repeat center;
    background-size: 103% 103%;
  }

  .soso_white_bg .inputwrap svg circle, .soso_white_bg .inputwrap svg path {
    stroke: #034B9F !important;
  }

  .header-person > a svg {
    width: 1.1em;
    height: 1.1em;
  }
  .header-person > a svg path {
    fill: #fff;
  }

  .header-r .lx-us .public-button .ab {
    background: #034B9F;
  }
  .header-r .lx-us .public-button .ab::after {
    background: #EF6123;
    transition: all 0.3s !important;
  }
  .header-r .lx-us .public-button .ab span {
    color: #fff;
  }
  .header-r .lx-us .public-button:hover .ab::after {
    width: calc(100% + 2px) !important;
    border-radius: 0px 3px 9px 0px !important;
  }

  .header_menulv3_text .public-button .ab {
    padding: 0.6em 1.1em;
  }
  .header_menulv3_text .public-button a:hover {
    background: none;
  }
}
.app_memulv2 a, .app_memulv3 a, .app_memulv4_item a {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

@media (max-width: 991.98px) {
  body.sosohover .header .soso-wrap .soso_more a svg circle, body.sosohover .header .soso-wrap .soso_more a svg path {
    stroke: #034B9F;
    color: #034B9F;
  }

  .newsdel-editor {
    padding: 0.8rem 0 0.5rem;
  }

  .header-person a > em {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #18212C;
    font-weight: 400;
    font-style: normal;
    margin-left: 0.05rem;
    opacity: 0;
  }
  .header-person a > em.show {
    opacity: 1;
  }

  .app_memulv2 > span {
    width: 30% !important;
  }

  .modal-close.cur {
    background: rgba(0, 0, 0, 0.1);
  }

  .p-idea .header {
    position: absolute !important;
  }

  .public-fyq-wrap .swiper-pagination-horizontal.swiper-pagination-bullets span {
    width: 0.56rem;
    height: 0.08rem;
  }

  .foot-topbox-right .public-button a {
    margin-right: 0;
  }

  .modal-cookie .modal-content {
    padding: .48rem 0 .78rem;
  }

  .modal-cookie .modal-title {
    font-size: .32rem;
  }

  .modal-cookie .modal-doc {
    font-size: .24rem;
  }

  .modal-cookie .modal-aside {
    margin: .48rem 0 0;
    justify-content: space-between;
  }

  .modal-cookie .btn {
    min-width: 0;
    width: 41vw;
    margin: 0;
  }

  .modal-cookie-setting .modal-content {
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.4rem 0.2rem 2.34rem;
  }

  .modal-cookie-setting .modal-header {
    padding: .48rem .48rem 0;
    height: 1.4rem;
  }

  .modal-cookie-setting .modal-close {
    padding: .64rem .48rem;
  }

  .modal-cookie-setting .modal-close .bi {
    width: .36rem;
    height: .36rem;
  }

  .modal-cookie-setting .modal-title {
    font-size: .48rem;
  }

  .modal-cookie-setting .modal-body {
    font-size: .32rem;
    padding: 0 0.28rem;
  }

  .modal-cookie-setting .modal-footer {
    height: 2.36rem;
  }

  .modal-cookie-setting .modal-footer .btn {
    min-width: 32.8vw;
  }

  .ckset-introd {
    font-size: .28rem;
    line-height: 1.6em;
    padding: 0 0 0.48rem;
  }

  .ckset-checkbox-section {
    margin: .48rem 0;
  }

  .ckset-checkbox-title {
    font-size: .32rem;
  }

  .ckset-checkbox-doc {
    font-size: .28rem;
    line-height: 1.5em;
    margin-top: .3rem;
    padding: 0;
  }

  .ckset-checkbox_sublist {
    padding-left: .24rem;
  }

  .ckset-checkbox_subitem {
    margin-top: .4rem;
  }
}
.app_memulv3 a:hover, .app_memulv4_item a:hover, .app_memulv3_item a:hover, .app_memulv2 a:hover {
  color: #034B9F;
}

.bm-introduc {
  display: flex;
  font-size: 1rem;
  margin-top: 2.4em;
}

.bm-introduc-l {
  margin-right: 1em;
}
.bm-introduc-l .imgwrap {
  width: 6em;
  height: 3.5em;
}
.bm-introduc-l .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bm-introduc-r {
  display: flex;
  align-items: center;
}
.bm-introduc-r .desc-one {
  font-size: 0.7em;
  line-height: 1.5em;
  color: #18212C;
  font-weight: 700;
}
.bm-introduc-r .desc-two {
  font-size: 0.7em;
  line-height: 2em;
  color: #18212C;
  font-weight: 400;
  font-family: inherit;
  font-style: normal;
}

@media screen and (min-width: 992px) {
  .codeSearch-header {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 991.98px) {
  .bm-introduc {
    margin-top: 1.2rem;
    position: relative;
  }

  .bm-introduc-l {
    margin-right: 0;
  }
  .bm-introduc-l .imgwrap {
    width: 2.4rem;
    height: 1.4rem;
  }

  .bm-introduc-r {
    margin-left: 0.1rem;
  }
  .bm-introduc-r .desc-one {
    font-size: 0.28rem;
    line-height: 0.32rem;
    position: absolute;
    top: -0.6rem;
    left: 0;
  }
  .bm-introduc-r .desc-two {
    font-size: 0.28rem;
    line-height: 0.32rem;
    position: relative;
  }
}
/** 英文版调整 */
@media (max-width: 991.98px) {
  .public-button .ab {
    font-size: .3rem !important;
  }
}
